123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- namespace Pms.View
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.mainMenu = new System.Windows.Forms.MenuStrip();
- this.菜单 = new System.Windows.Forms.ToolStripMenuItem();
- this.panelDgvParent = new System.Windows.Forms.GroupBox();
- this.MainDisplayDGV = new System.Windows.Forms.DataGridView();
- this.TimerUpdate = new System.Windows.Forms.Timer(this.components);
- this.LbTime = new System.Windows.Forms.Label();
- this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.颜色设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.全屏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.缩小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.mainMenu.SuspendLayout();
- this.panelDgvParent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MainDisplayDGV)).BeginInit();
- this.SuspendLayout();
- //
- // mainMenu
- //
- this.mainMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.菜单,
- this.设置ToolStripMenuItem});
- this.mainMenu.Location = new System.Drawing.Point(0, 0);
- this.mainMenu.Name = "mainMenu";
- this.mainMenu.Size = new System.Drawing.Size(861, 25);
- this.mainMenu.TabIndex = 0;
- this.mainMenu.Text = "menuStrip1";
- //
- // 菜单
- //
- this.菜单.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.缩小ToolStripMenuItem,
- this.全屏ToolStripMenuItem,
- this.退出ToolStripMenuItem});
- this.菜单.Name = "菜单";
- this.菜单.Size = new System.Drawing.Size(44, 21);
- this.菜单.Text = "菜单";
- //
- // panelDgvParent
- //
- this.panelDgvParent.BackColor = System.Drawing.Color.Transparent;
- this.panelDgvParent.Controls.Add(this.MainDisplayDGV);
- this.panelDgvParent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelDgvParent.Font = new System.Drawing.Font("微软雅黑", 1.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panelDgvParent.ForeColor = System.Drawing.Color.Red;
- this.panelDgvParent.Location = new System.Drawing.Point(0, 25);
- this.panelDgvParent.Name = "panelDgvParent";
- this.panelDgvParent.Size = new System.Drawing.Size(861, 465);
- this.panelDgvParent.TabIndex = 1;
- this.panelDgvParent.TabStop = false;
- //
- // MainDisplayDGV
- //
- this.MainDisplayDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.MainDisplayDGV.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainDisplayDGV.Location = new System.Drawing.Point(3, 6);
- this.MainDisplayDGV.Name = "MainDisplayDGV";
- this.MainDisplayDGV.RowTemplate.Height = 23;
- this.MainDisplayDGV.Size = new System.Drawing.Size(855, 456);
- this.MainDisplayDGV.TabIndex = 0;
- //
- // TimerUpdate
- //
- this.TimerUpdate.Tick += new System.EventHandler(this.TimerUpdate_Tick);
- //
- // LbTime
- //
- this.LbTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.LbTime.AutoSize = true;
- this.LbTime.BackColor = System.Drawing.Color.Transparent;
- this.LbTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LbTime.Location = new System.Drawing.Point(723, 5);
- this.LbTime.Name = "LbTime";
- this.LbTime.Size = new System.Drawing.Size(43, 17);
- this.LbTime.TabIndex = 2;
- this.LbTime.Text = "label1";
- //
- // 退出ToolStripMenuItem
- //
- this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
- this.退出ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.退出ToolStripMenuItem.Text = "退出";
- this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
- //
- // 设置ToolStripMenuItem
- //
- this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.颜色设置ToolStripMenuItem});
- this.设置ToolStripMenuItem.Enabled = false;
- this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
- this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
- this.设置ToolStripMenuItem.Text = "设置";
- this.设置ToolStripMenuItem.Visible = false;
- //
- // 颜色设置ToolStripMenuItem
- //
- this.颜色设置ToolStripMenuItem.Name = "颜色设置ToolStripMenuItem";
- this.颜色设置ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.颜色设置ToolStripMenuItem.Text = "颜色设置";
- this.颜色设置ToolStripMenuItem.Click += new System.EventHandler(this.颜色设置ToolStripMenuItem_Click);
- //
- // 全屏ToolStripMenuItem
- //
- this.全屏ToolStripMenuItem.Name = "全屏ToolStripMenuItem";
- this.全屏ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.全屏ToolStripMenuItem.Text = "全屏";
- this.全屏ToolStripMenuItem.Click += new System.EventHandler(this.全屏ToolStripMenuItem_Click);
- //
- // 缩小ToolStripMenuItem
- //
- this.缩小ToolStripMenuItem.Name = "缩小ToolStripMenuItem";
- this.缩小ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.缩小ToolStripMenuItem.Text = "缩小";
- this.缩小ToolStripMenuItem.Click += new System.EventHandler(this.缩小ToolStripMenuItem_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(861, 490);
- this.Controls.Add(this.LbTime);
- this.Controls.Add(this.panelDgvParent);
- this.Controls.Add(this.mainMenu);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MainMenuStrip = this.mainMenu;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "MainForm";
- this.Load += new System.EventHandler(this.MainForm_Load);
- this.mainMenu.ResumeLayout(false);
- this.mainMenu.PerformLayout();
- this.panelDgvParent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.MainDisplayDGV)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip mainMenu;
- private System.Windows.Forms.ToolStripMenuItem 菜单;
- private System.Windows.Forms.GroupBox panelDgvParent;
- private System.Windows.Forms.DataGridView MainDisplayDGV;
- private System.Windows.Forms.Timer TimerUpdate;
- private System.Windows.Forms.Label LbTime;
- private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 颜色设置ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 全屏ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 缩小ToolStripMenuItem;
- }
- }
|