| namespace LMES | 
| { | 
|     partial class MDIMain | 
|     { | 
|         /// <summary> | 
|         /// 必需的设计器变量。 | 
|         /// </summary> | 
|         private System.ComponentModel.IContainer components = null; | 
|   | 
|         /// <summary> | 
|         /// 清理所有正在使用的资源。 | 
|         /// </summary> | 
|         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> | 
|         protected override void Dispose(bool disposing) | 
|         { | 
|             if (disposing && (components != null)) | 
|             { | 
|                 components.Dispose(); | 
|             } | 
|             base.Dispose(disposing); | 
|         } | 
|   | 
|         #region Windows 窗体设计器生成的代码 | 
|   | 
|         /// <summary> | 
|         /// 设计器支持所需的方法 - 不要 | 
|         /// 使用代码编辑器修改此方法的内容。 | 
|         /// </summary> | 
|         private void InitializeComponent() | 
|         { | 
|             this.components = new System.ComponentModel.Container(); | 
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIMain)); | 
|             this.ToolTip = new System.Windows.Forms.ToolTip(this.components); | 
|             this.statusStrip1 = new System.Windows.Forms.StatusStrip(); | 
|             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); | 
|             this.tsAccNo = new System.Windows.Forms.ToolStripStatusLabel(); | 
|             this.tsUser = new System.Windows.Forms.ToolStripStatusLabel(); | 
|             this.tsDate = new System.Windows.Forms.ToolStripStatusLabel(); | 
|             this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel(); | 
|             this.windowsMenu = 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.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); | 
|             this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.计算器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); | 
|             this.拷贝表格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.数据导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | 
|             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.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | 
|             this.错误信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.cToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|             this.tabControl1 = new System.Windows.Forms.TabControl(); | 
|             this.tabPage1 = new System.Windows.Forms.TabPage(); | 
|             this.tabPage2 = new System.Windows.Forms.TabPage(); | 
|             this.statusStrip1.SuspendLayout(); | 
|             this.windowsMenu.SuspendLayout(); | 
|             this.tabControl1.SuspendLayout(); | 
|             this.SuspendLayout(); | 
|             //  | 
|             // statusStrip1 | 
|             //  | 
|             this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); | 
|             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | 
|             this.toolStripStatusLabel1, | 
|             this.tsAccNo, | 
|             this.tsUser, | 
|             this.tsDate, | 
|             this.toolStripStatusLabel5}); | 
|             this.statusStrip1.Location = new System.Drawing.Point(0, 725); | 
|             this.statusStrip1.Name = "statusStrip1"; | 
|             this.statusStrip1.Size = new System.Drawing.Size(1204, 25); | 
|             this.statusStrip1.TabIndex = 5; | 
|             this.statusStrip1.Text = "statusStrip1"; | 
|             //  | 
|             // toolStripStatusLabel1 | 
|             //  | 
|             this.toolStripStatusLabel1.AutoSize = false; | 
|             this.toolStripStatusLabel1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft; | 
|             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; | 
|             this.toolStripStatusLabel1.Size = new System.Drawing.Size(253, 20); | 
|             this.toolStripStatusLabel1.Text = "准备就绪"; | 
|             this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 
|             //  | 
|             // tsAccNo | 
|             //  | 
|             this.tsAccNo.AutoSize = false; | 
|             this.tsAccNo.Name = "tsAccNo"; | 
|             this.tsAccNo.Size = new System.Drawing.Size(200, 20); | 
|             this.tsAccNo.Text = "当前帐套:"; | 
|             this.tsAccNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 
|             //  | 
|             // tsUser | 
|             //  | 
|             this.tsUser.AutoSize = false; | 
|             this.tsUser.Name = "tsUser"; | 
|             this.tsUser.Size = new System.Drawing.Size(200, 20); | 
|             this.tsUser.Text = "当前操作员:"; | 
|             this.tsUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 
|             //  | 
|             // tsDate | 
|             //  | 
|             this.tsDate.AutoSize = false; | 
|             this.tsDate.Name = "tsDate"; | 
|             this.tsDate.Size = new System.Drawing.Size(250, 20); | 
|             this.tsDate.Text = "业务日期:"; | 
|             this.tsDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 
|             //  | 
|             // toolStripStatusLabel5 | 
|             //  | 
|             this.toolStripStatusLabel5.Name = "toolStripStatusLabel5"; | 
|             this.toolStripStatusLabel5.Size = new System.Drawing.Size(286, 20); | 
|             this.toolStripStatusLabel5.Spring = true; | 
|             this.toolStripStatusLabel5.Text = "NETERP"; | 
|             this.toolStripStatusLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; | 
|             //  | 
|             // windowsMenu | 
|             //  | 
|             this.windowsMenu.ImageScalingSize = new System.Drawing.Size(20, 20); | 
|             this.windowsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | 
|             this.文件ToolStripMenuItem, | 
|             this.工具ToolStripMenuItem, | 
|             this.帮助ToolStripMenuItem, | 
|             this.cToolStripMenuItem}); | 
|             this.windowsMenu.Location = new System.Drawing.Point(0, 0); | 
|             this.windowsMenu.MdiWindowListItem = this.cToolStripMenuItem; | 
|             this.windowsMenu.Name = "windowsMenu"; | 
|             this.windowsMenu.Size = new System.Drawing.Size(1204, 28); | 
|             this.windowsMenu.TabIndex = 9; | 
|             this.windowsMenu.Text = "窗口(&W)"; | 
|             //  | 
|             // 文件ToolStripMenuItem | 
|             //  | 
|             this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | 
|             this.重新注册ToolStripMenuItem, | 
|             this.切换主界面ToolStripMenuItem, | 
|             this.toolStripMenuItem2, | 
|             this.退出系统ToolStripMenuItem}); | 
|             this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem"; | 
|             this.文件ToolStripMenuItem.Size = new System.Drawing.Size(69, 24); | 
|             this.文件ToolStripMenuItem.Text = "文件(&F)"; | 
|             //  | 
|             // 重新注册ToolStripMenuItem | 
|             //  | 
|             this.重新注册ToolStripMenuItem.Name = "重新注册ToolStripMenuItem"; | 
|             this.重新注册ToolStripMenuItem.Size = new System.Drawing.Size(159, 26); | 
|             this.重新注册ToolStripMenuItem.Text = "重新注册"; | 
|             this.重新注册ToolStripMenuItem.Click += new System.EventHandler(this.重新注册ToolStripMenuItem_Click); | 
|             //  | 
|             // 切换主界面ToolStripMenuItem | 
|             //  | 
|             this.切换主界面ToolStripMenuItem.Name = "切换主界面ToolStripMenuItem"; | 
|             this.切换主界面ToolStripMenuItem.Size = new System.Drawing.Size(159, 26); | 
|             this.切换主界面ToolStripMenuItem.Text = "切换主界面"; | 
|             this.切换主界面ToolStripMenuItem.Click += new System.EventHandler(this.切换主界面ToolStripMenuItem_Click); | 
|             //  | 
|             // toolStripMenuItem2 | 
|             //  | 
|             this.toolStripMenuItem2.Name = "toolStripMenuItem2"; | 
|             this.toolStripMenuItem2.Size = new System.Drawing.Size(156, 6); | 
|             //  | 
|             // 退出系统ToolStripMenuItem | 
|             //  | 
|             this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem"; | 
|             this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(159, 26); | 
|             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.toolStripMenuItem1, | 
|             this.拷贝表格ToolStripMenuItem, | 
|             this.数据导出ToolStripMenuItem, | 
|             this.toolStripSeparator1, | 
|             this.用户模块设置ToolStripMenuItem, | 
|             this.主菜单设置ToolStripMenuItem}); | 
|             this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem"; | 
|             this.工具ToolStripMenuItem.Size = new System.Drawing.Size(70, 24); | 
|             this.工具ToolStripMenuItem.Text = "工具(&T)"; | 
|             //  | 
|             // 计算器ToolStripMenuItem | 
|             //  | 
|             this.计算器ToolStripMenuItem.Name = "计算器ToolStripMenuItem"; | 
|             this.计算器ToolStripMenuItem.Size = new System.Drawing.Size(174, 26); | 
|             this.计算器ToolStripMenuItem.Text = "计算器"; | 
|             this.计算器ToolStripMenuItem.Click += new System.EventHandler(this.计算器ToolStripMenuItem_Click); | 
|             //  | 
|             // toolStripMenuItem1 | 
|             //  | 
|             this.toolStripMenuItem1.Name = "toolStripMenuItem1"; | 
|             this.toolStripMenuItem1.Size = new System.Drawing.Size(171, 6); | 
|             //  | 
|             // 拷贝表格ToolStripMenuItem | 
|             //  | 
|             this.拷贝表格ToolStripMenuItem.Name = "拷贝表格ToolStripMenuItem"; | 
|             this.拷贝表格ToolStripMenuItem.Size = new System.Drawing.Size(174, 26); | 
|             this.拷贝表格ToolStripMenuItem.Text = "拷贝表格"; | 
|             this.拷贝表格ToolStripMenuItem.Click += new System.EventHandler(this.拷贝表格ToolStripMenuItem_Click); | 
|             //  | 
|             // 数据导出ToolStripMenuItem | 
|             //  | 
|             this.数据导出ToolStripMenuItem.Name = "数据导出ToolStripMenuItem"; | 
|             this.数据导出ToolStripMenuItem.Size = new System.Drawing.Size(174, 26); | 
|             this.数据导出ToolStripMenuItem.Text = "数据导出"; | 
|             this.数据导出ToolStripMenuItem.Click += new System.EventHandler(this.数据导出ToolStripMenuItem_Click); | 
|             //  | 
|             // toolStripSeparator1 | 
|             //  | 
|             this.toolStripSeparator1.Name = "toolStripSeparator1"; | 
|             this.toolStripSeparator1.Size = new System.Drawing.Size(171, 6); | 
|             //  | 
|             // 用户模块设置ToolStripMenuItem | 
|             //  | 
|             this.用户模块设置ToolStripMenuItem.Name = "用户模块设置ToolStripMenuItem"; | 
|             this.用户模块设置ToolStripMenuItem.Size = new System.Drawing.Size(174, 26); | 
|             this.用户模块设置ToolStripMenuItem.Text = "用户模块设置"; | 
|             this.用户模块设置ToolStripMenuItem.Click += new System.EventHandler(this.用户模块设置ToolStripMenuItem_Click); | 
|             //  | 
|             // 主菜单设置ToolStripMenuItem | 
|             //  | 
|             this.主菜单设置ToolStripMenuItem.Name = "主菜单设置ToolStripMenuItem"; | 
|             this.主菜单设置ToolStripMenuItem.Size = new System.Drawing.Size(174, 26); | 
|             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.toolStripSeparator2, | 
|             this.错误信息ToolStripMenuItem, | 
|             this.toolStripMenuItem3}); | 
|             this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem"; | 
|             this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(73, 24); | 
|             this.帮助ToolStripMenuItem.Text = "帮助(&H)"; | 
|             //  | 
|             // 帮助手册ToolStripMenuItem | 
|             //  | 
|             this.帮助手册ToolStripMenuItem.Name = "帮助手册ToolStripMenuItem"; | 
|             this.帮助手册ToolStripMenuItem.Size = new System.Drawing.Size(144, 26); | 
|             this.帮助手册ToolStripMenuItem.Text = "帮助手册"; | 
|             //  | 
|             // toolStripSeparator2 | 
|             //  | 
|             this.toolStripSeparator2.Name = "toolStripSeparator2"; | 
|             this.toolStripSeparator2.Size = new System.Drawing.Size(141, 6); | 
|             //  | 
|             // 错误信息ToolStripMenuItem | 
|             //  | 
|             this.错误信息ToolStripMenuItem.Name = "错误信息ToolStripMenuItem"; | 
|             this.错误信息ToolStripMenuItem.Size = new System.Drawing.Size(144, 26); | 
|             this.错误信息ToolStripMenuItem.Text = "错误信息"; | 
|             this.错误信息ToolStripMenuItem.Click += new System.EventHandler(this.错误信息ToolStripMenuItem_Click); | 
|             //  | 
|             // toolStripMenuItem3 | 
|             //  | 
|             this.toolStripMenuItem3.Name = "toolStripMenuItem3"; | 
|             this.toolStripMenuItem3.Size = new System.Drawing.Size(144, 26); | 
|             this.toolStripMenuItem3.Text = "关于"; | 
|             this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click); | 
|             //  | 
|             // cToolStripMenuItem | 
|             //  | 
|             this.cToolStripMenuItem.Name = "cToolStripMenuItem"; | 
|             this.cToolStripMenuItem.Size = new System.Drawing.Size(76, 24); | 
|             this.cToolStripMenuItem.Text = "窗口(&W)"; | 
|             this.cToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; | 
|             //  | 
|             // tabControl1 | 
|             //  | 
|             this.tabControl1.Controls.Add(this.tabPage1); | 
|             this.tabControl1.Controls.Add(this.tabPage2); | 
|             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top; | 
|             this.tabControl1.ItemSize = new System.Drawing.Size(100, 20); | 
|             this.tabControl1.Location = new System.Drawing.Point(0, 28); | 
|             this.tabControl1.Name = "tabControl1"; | 
|             this.tabControl1.SelectedIndex = 0; | 
|             this.tabControl1.Size = new System.Drawing.Size(1204, 24); | 
|             this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; | 
|             this.tabControl1.TabIndex = 12; | 
|             this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); | 
|             this.tabControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseDoubleClick); | 
|             //  | 
|             // tabPage1 | 
|             //  | 
|             this.tabPage1.Location = new System.Drawing.Point(4, 24); | 
|             this.tabPage1.Name = "tabPage1"; | 
|             this.tabPage1.Padding = new System.Windows.Forms.Padding(3); | 
|             this.tabPage1.Size = new System.Drawing.Size(1196, 0); | 
|             this.tabPage1.TabIndex = 0; | 
|             this.tabPage1.Text = "tabPage1"; | 
|             this.tabPage1.UseVisualStyleBackColor = true; | 
|             //  | 
|             // tabPage2 | 
|             //  | 
|             this.tabPage2.Location = new System.Drawing.Point(4, 24); | 
|             this.tabPage2.Name = "tabPage2"; | 
|             this.tabPage2.Padding = new System.Windows.Forms.Padding(3); | 
|             this.tabPage2.Size = new System.Drawing.Size(1196, 0); | 
|             this.tabPage2.TabIndex = 1; | 
|             this.tabPage2.Text = "tabPage2"; | 
|             this.tabPage2.UseVisualStyleBackColor = true; | 
|             //  | 
|             // MDIMain | 
|             //  | 
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; | 
|             this.BackColor = System.Drawing.SystemColors.Control; | 
|             this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); | 
|             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; | 
|             this.ClientSize = new System.Drawing.Size(1204, 750); | 
|             this.Controls.Add(this.tabControl1); | 
|             this.Controls.Add(this.statusStrip1); | 
|             this.Controls.Add(this.windowsMenu); | 
|             this.IsMdiContainer = true; | 
|             this.MainMenuStrip = this.windowsMenu; | 
|             this.Name = "MDIMain"; | 
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | 
|             this.Text = "主控台"; | 
|             this.WindowState = System.Windows.Forms.FormWindowState.Maximized; | 
|             this.Load += new System.EventHandler(this.MDIMain_Load); | 
|             this.statusStrip1.ResumeLayout(false); | 
|             this.statusStrip1.PerformLayout(); | 
|             this.windowsMenu.ResumeLayout(false); | 
|             this.windowsMenu.PerformLayout(); | 
|             this.tabControl1.ResumeLayout(false); | 
|             this.ResumeLayout(false); | 
|             this.PerformLayout(); | 
|   | 
|         } | 
|         #endregion | 
|   | 
|         private System.Windows.Forms.ToolTip ToolTip; | 
|         private System.Windows.Forms.StatusStrip statusStrip1; | 
|         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; | 
|         private System.Windows.Forms.ToolStripStatusLabel tsAccNo; | 
|         private System.Windows.Forms.ToolStripStatusLabel tsUser; | 
|         private System.Windows.Forms.ToolStripStatusLabel tsDate; | 
|         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; | 
|         private System.Windows.Forms.ToolStripMenuItem cToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripMenuItem 重新注册ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; | 
|         private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripMenuItem 工具ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripMenuItem 计算器ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; | 
|         private System.Windows.Forms.ToolStripMenuItem 拷贝表格ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripMenuItem 数据导出ToolStripMenuItem; | 
|         public System.Windows.Forms.MenuStrip windowsMenu; | 
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; | 
|         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.ToolStripSeparator toolStripSeparator2; | 
|         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; | 
|         private System.Windows.Forms.ToolStripMenuItem 主菜单设置ToolStripMenuItem; | 
|         private System.Windows.Forms.ToolStripMenuItem 错误信息ToolStripMenuItem; | 
|         private System.Windows.Forms.TabControl tabControl1; | 
|         private System.Windows.Forms.TabPage tabPage1; | 
|         private System.Windows.Forms.TabPage tabPage2; | 
|     } | 
| } |