namespace LFP_Manager.Forms { partial class fmxMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmxMain)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.chbPolling = new DevExpress.XtraEditors.CheckEdit(); this.edModuleID = new DevExpress.XtraEditors.TextEdit(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.CommStatusBar = new System.Windows.Forms.ToolStripStatusLabel(); this.HeatBeatStatusBar = new System.Windows.Forms.ToolStripStatusLabel(); this.LogStatusBar = new System.Windows.Forms.ToolStripStatusLabel(); this.uDataLog = new LFP_Manager.Controls.ucDataLog(); this.uEventLog = new LFP_Manager.Controls.ucEventLog(); this.tabStatus = new DevExpress.XtraTab.XtraTabControl(); this.pgMain = new DevExpress.XtraTab.XtraTabPage(); this.uTarget = new LFP_Manager.Controls.ucTargetControl(); this.layoutControlMain = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.lcitemSystemId = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); this.tmrDisplay = new System.Windows.Forms.Timer(this.components); this.mnMain = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.levelConfigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.changeLeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.changePasswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historyViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inventoryViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.firmwareUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chbPolling.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.edModuleID.Properties)).BeginInit(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabStatus)).BeginInit(); this.tabStatus.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcitemSystemId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); this.mnMain.SuspendLayout(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.AllowCustomization = false; this.layoutControl1.Controls.Add(this.chbPolling); this.layoutControl1.Controls.Add(this.edModuleID); this.layoutControl1.Controls.Add(this.statusStrip1); this.layoutControl1.Controls.Add(this.uDataLog); this.layoutControl1.Controls.Add(this.uEventLog); this.layoutControl1.Controls.Add(this.tabStatus); this.layoutControl1.Controls.Add(this.uTarget); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 24); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(577, 118, 783, 350); this.layoutControl1.Root = this.layoutControlMain; this.layoutControl1.Size = new System.Drawing.Size(1314, 857); this.layoutControl1.TabIndex = 1; this.layoutControl1.Text = "layoutControl1"; // // chbPolling // this.chbPolling.Location = new System.Drawing.Point(1254, 660); this.chbPolling.Name = "chbPolling"; this.chbPolling.Properties.Caption = "Polling"; this.chbPolling.Size = new System.Drawing.Size(57, 20); this.chbPolling.StyleController = this.layoutControl1; this.chbPolling.TabIndex = 5; this.chbPolling.CheckedChanged += new System.EventHandler(this.chbPolling_CheckedChanged); // // edModuleID // this.edModuleID.EditValue = "1"; this.edModuleID.Location = new System.Drawing.Point(1181, 660); this.edModuleID.Name = "edModuleID"; this.edModuleID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.edModuleID.Properties.Appearance.Options.UseFont = true; this.edModuleID.Properties.Appearance.Options.UseTextOptions = true; this.edModuleID.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.edModuleID.Size = new System.Drawing.Size(69, 22); this.edModuleID.StyleController = this.layoutControl1; this.edModuleID.TabIndex = 4; this.edModuleID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edSystemId_KeyPress); // // statusStrip1 // this.statusStrip1.AutoSize = false; this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CommStatusBar, this.HeatBeatStatusBar, this.LogStatusBar}); this.statusStrip1.Location = new System.Drawing.Point(3, 834); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1308, 20); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // CommStatusBar // this.CommStatusBar.AutoSize = false; this.CommStatusBar.ForeColor = System.Drawing.Color.Black; this.CommStatusBar.Name = "CommStatusBar"; this.CommStatusBar.Size = new System.Drawing.Size(200, 15); this.CommStatusBar.Text = "Comm: OFF"; this.CommStatusBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // HeatBeatStatusBar // this.HeatBeatStatusBar.AutoSize = false; this.HeatBeatStatusBar.ForeColor = System.Drawing.Color.Black; this.HeatBeatStatusBar.Name = "HeatBeatStatusBar"; this.HeatBeatStatusBar.Size = new System.Drawing.Size(200, 15); this.HeatBeatStatusBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LogStatusBar // this.LogStatusBar.AutoSize = false; this.LogStatusBar.Name = "LogStatusBar"; this.LogStatusBar.Size = new System.Drawing.Size(650, 15); this.LogStatusBar.Text = "Log Stop"; this.LogStatusBar.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // uDataLog // this.uDataLog.Location = new System.Drawing.Point(1149, 686); this.uDataLog.Name = "uDataLog"; this.uDataLog.Size = new System.Drawing.Size(162, 144); this.uDataLog.TabIndex = 6; // // uEventLog // this.uEventLog.Location = new System.Drawing.Point(3, 660); this.uEventLog.Name = "uEventLog"; this.uEventLog.Size = new System.Drawing.Size(1142, 170); this.uEventLog.TabIndex = 3; // // tabStatus // this.tabStatus.Location = new System.Drawing.Point(3, 68); this.tabStatus.Name = "tabStatus"; this.tabStatus.SelectedTabPage = this.pgMain; this.tabStatus.Size = new System.Drawing.Size(1308, 588); this.tabStatus.TabIndex = 2; this.tabStatus.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.pgMain}); // // pgMain // this.pgMain.Name = "pgMain"; this.pgMain.Size = new System.Drawing.Size(1306, 562); this.pgMain.Text = "RealTime Data"; // // uTarget // this.uTarget.Location = new System.Drawing.Point(3, 3); this.uTarget.Name = "uTarget"; this.uTarget.Size = new System.Drawing.Size(1308, 61); this.uTarget.TabIndex = 0; // // layoutControlMain // this.layoutControlMain.CustomizationFormText = "layoutControlGroup1"; this.layoutControlMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlMain.GroupBordersVisible = false; this.layoutControlMain.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem6, this.layoutControlItem7, this.layoutControlItem8, this.lcitemSystemId, this.layoutControlItem16}); this.layoutControlMain.Name = "Root"; this.layoutControlMain.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlMain.Size = new System.Drawing.Size(1314, 857); this.layoutControlMain.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.uTarget; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 65); this.layoutControlItem1.MinSize = new System.Drawing.Size(350, 65); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(1312, 65); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.tabStatus; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 65); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(1312, 592); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.uEventLog; this.layoutControlItem6.CustomizationFormText = "layoutControlItem6"; this.layoutControlItem6.Location = new System.Drawing.Point(0, 657); this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 174); this.layoutControlItem6.MinSize = new System.Drawing.Size(209, 174); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(1146, 174); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.uDataLog; this.layoutControlItem7.CustomizationFormText = "layoutControlItem7"; this.layoutControlItem7.Location = new System.Drawing.Point(1146, 683); this.layoutControlItem7.MaxSize = new System.Drawing.Size(166, 0); this.layoutControlItem7.MinSize = new System.Drawing.Size(166, 24); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(166, 148); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.statusStrip1; this.layoutControlItem8.CustomizationFormText = "layoutControlItem8"; this.layoutControlItem8.Location = new System.Drawing.Point(0, 831); this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 24); this.layoutControlItem8.MinSize = new System.Drawing.Size(104, 24); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(1312, 24); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // lcitemSystemId // this.lcitemSystemId.Control = this.edModuleID; this.lcitemSystemId.CustomizationFormText = "System Id"; this.lcitemSystemId.Location = new System.Drawing.Point(1146, 657); this.lcitemSystemId.MinSize = new System.Drawing.Size(57, 26); this.lcitemSystemId.Name = "lcitemSystemId"; this.lcitemSystemId.Size = new System.Drawing.Size(105, 26); this.lcitemSystemId.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.lcitemSystemId.Text = " ID "; this.lcitemSystemId.TextSize = new System.Drawing.Size(20, 14); // // layoutControlItem16 // this.layoutControlItem16.Control = this.chbPolling; this.layoutControlItem16.CustomizationFormText = "layoutControlItem16"; this.layoutControlItem16.Location = new System.Drawing.Point(1251, 657); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.Size = new System.Drawing.Size(61, 26); this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem16.TextVisible = false; // // tmrDisplay // this.tmrDisplay.Enabled = true; this.tmrDisplay.Interval = 500; this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick); // // mnMain // this.mnMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.historyToolStripMenuItem, this.updateToolStripMenuItem}); this.mnMain.Location = new System.Drawing.Point(0, 0); this.mnMain.Name = "mnMain"; this.mnMain.Size = new System.Drawing.Size(1314, 24); this.mnMain.TabIndex = 2; this.mnMain.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.levelConfigToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // levelConfigToolStripMenuItem // this.levelConfigToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.changeLeToolStripMenuItem, this.changePasswordToolStripMenuItem}); this.levelConfigToolStripMenuItem.Name = "levelConfigToolStripMenuItem"; this.levelConfigToolStripMenuItem.Size = new System.Drawing.Size(141, 22); this.levelConfigToolStripMenuItem.Text = "Level Config"; this.levelConfigToolStripMenuItem.Click += new System.EventHandler(this.levelConfigToolStripMenuItem_Click); // // changeLeToolStripMenuItem // this.changeLeToolStripMenuItem.Name = "changeLeToolStripMenuItem"; this.changeLeToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.changeLeToolStripMenuItem.Text = "Change Level"; this.changeLeToolStripMenuItem.Click += new System.EventHandler(this.changeLeToolStripMenuItem_Click); // // changePasswordToolStripMenuItem // this.changePasswordToolStripMenuItem.Name = "changePasswordToolStripMenuItem"; this.changePasswordToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.changePasswordToolStripMenuItem.Text = "Change Password"; this.changePasswordToolStripMenuItem.Click += new System.EventHandler(this.changePasswordToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(141, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // historyToolStripMenuItem // this.historyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.historyViewToolStripMenuItem, this.inventoryViewToolStripMenuItem}); this.historyToolStripMenuItem.Name = "historyToolStripMenuItem"; this.historyToolStripMenuItem.Size = new System.Drawing.Size(57, 20); this.historyToolStripMenuItem.Text = "History"; // // historyViewToolStripMenuItem // this.historyViewToolStripMenuItem.Name = "historyViewToolStripMenuItem"; this.historyViewToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.historyViewToolStripMenuItem.Text = "History View"; this.historyViewToolStripMenuItem.Click += new System.EventHandler(this.historyViewToolStripMenuItem_Click); // // inventoryViewToolStripMenuItem // this.inventoryViewToolStripMenuItem.Name = "inventoryViewToolStripMenuItem"; this.inventoryViewToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.inventoryViewToolStripMenuItem.Text = "Inventory View"; this.inventoryViewToolStripMenuItem.Click += new System.EventHandler(this.inventoryViewToolStripMenuItem_Click); // // updateToolStripMenuItem // this.updateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.firmwareUpdateToolStripMenuItem}); this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; this.updateToolStripMenuItem.Size = new System.Drawing.Size(57, 20); this.updateToolStripMenuItem.Text = "Update"; // // firmwareUpdateToolStripMenuItem // this.firmwareUpdateToolStripMenuItem.Name = "firmwareUpdateToolStripMenuItem"; this.firmwareUpdateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.firmwareUpdateToolStripMenuItem.Text = "Firmware Update"; this.firmwareUpdateToolStripMenuItem.Click += new System.EventHandler(this.firmwareUpdateToolStripMenuItem_Click); // // fmxMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1314, 881); this.Controls.Add(this.layoutControl1); this.Controls.Add(this.mnMain); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("fmxMain.IconOptions.Icon"))); this.Name = "fmxMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "LFP SYSTEM"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.fmxMain_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chbPolling.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.edModuleID.Properties)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabStatus)).EndInit(); this.tabStatus.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControlMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcitemSystemId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); this.mnMain.ResumeLayout(false); this.mnMain.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlMain; private Controls.ucTargetControl uTarget; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraTab.XtraTabControl tabStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private Controls.ucEventLog uEventLog; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private Controls.ucDataLog uDataLog; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private System.Windows.Forms.StatusStrip statusStrip1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private System.Windows.Forms.ToolStripStatusLabel CommStatusBar; private System.Windows.Forms.ToolStripStatusLabel LogStatusBar; private System.Windows.Forms.ToolStripStatusLabel HeatBeatStatusBar; private DevExpress.XtraEditors.TextEdit edModuleID; private DevExpress.XtraLayout.LayoutControlItem lcitemSystemId; private DevExpress.XtraTab.XtraTabPage pgMain; //private Controls.ucMainStatus ucMsGraph; private DevExpress.XtraEditors.CheckEdit chbPolling; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; private System.Windows.Forms.Timer tmrDisplay; private System.Windows.Forms.MenuStrip mnMain; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historyViewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem firmwareUpdateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem inventoryViewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem levelConfigToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem changeLeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem changePasswordToolStripMenuItem; } }