namespace MES { partial class frmParent { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmParent)); this.menuStrip = new System.Windows.Forms.MenuStrip(); 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.windowsMenu = new System.Windows.Forms.ToolStripMenuItem(); this.helpMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.ToolTip = new System.Windows.Forms.ToolTip(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.menuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.系统设置ToolStripMenuItem, this.生产ToolStripMenuItem, this.windowsMenu, this.helpMenu}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.MdiWindowListItem = this.windowsMenu; this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(784, 25); this.menuStrip.TabIndex = 0; this.menuStrip.Text = "MenuStrip"; // // 系统设置ToolStripMenuItem // this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem"; this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(68, 21); this.系统设置ToolStripMenuItem.Text = "系统设置"; // // 生产ToolStripMenuItem // this.生产ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.待生产任务查询ToolStripMenuItem, this.生产汇报确认ToolStripMenuItem}); this.生产ToolStripMenuItem.Name = "生产ToolStripMenuItem"; this.生产ToolStripMenuItem.Size = new System.Drawing.Size(44, 21); this.生产ToolStripMenuItem.Text = "生产"; // // 待生产任务查询ToolStripMenuItem // this.待生产任务查询ToolStripMenuItem.Name = "待生产任务查询ToolStripMenuItem"; this.待生产任务查询ToolStripMenuItem.Size = new System.Drawing.Size(160, 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(160, 22); this.生产汇报确认ToolStripMenuItem.Text = "生产汇报确认"; this.生产汇报确认ToolStripMenuItem.Click += new System.EventHandler(this.生产汇报确认ToolStripMenuItem_Click); // // windowsMenu // this.windowsMenu.Name = "windowsMenu"; this.windowsMenu.Size = new System.Drawing.Size(44, 21); this.windowsMenu.Text = "窗口"; // // helpMenu // this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator8, this.aboutToolStripMenuItem}); this.helpMenu.Name = "helpMenu"; this.helpMenu.Size = new System.Drawing.Size(44, 21); this.helpMenu.Text = "帮助"; // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(149, 6); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.aboutToolStripMenuItem.Text = "关于(&A) ..."; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel}); this.statusStrip.Location = new System.Drawing.Point(0, 540); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(784, 22); this.statusStrip.TabIndex = 2; this.statusStrip.Text = "StatusStrip"; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(32, 17); this.toolStripStatusLabel.Text = "状态"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frmParent // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip; this.Name = "frmParent"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "主控台"; this.Load += new System.EventHandler(this.frmParent_Load); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem windowsMenu; private System.Windows.Forms.ToolStripMenuItem helpMenu; private System.Windows.Forms.ToolTip ToolTip; private System.Windows.Forms.ToolStripMenuItem 系统设置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 生产ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 待生产任务查询ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 生产汇报确认ToolStripMenuItem; public System.Windows.Forms.Timer timer1; } }