namespace LFP_Manager { partial class fmxFwUpdate { /// /// 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(fmxFwUpdate)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.teModuleNo = new DevExpress.XtraEditors.TextEdit(); this.btnRestart = new DevExpress.XtraEditors.SimpleButton(); this.lbUpdateStatus = new DevExpress.XtraEditors.LabelControl(); this.lbUpdateProgress = new DevExpress.XtraEditors.LabelControl(); this.pgUpdate = new DevExpress.XtraEditors.ProgressBarControl(); this.lbUpdateTime = new DevExpress.XtraEditors.LabelControl(); this.lbFileInfo = new DevExpress.XtraEditors.LabelControl(); this.btnFwUpdate = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnFind = new DevExpress.XtraEditors.SimpleButton(); this.edFilename = new DevExpress.XtraEditors.TextEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.tmrFirmwareUpdate = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.teModuleNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pgUpdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.edFilename.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.teModuleNo); this.layoutControl1.Controls.Add(this.btnRestart); this.layoutControl1.Controls.Add(this.lbUpdateStatus); this.layoutControl1.Controls.Add(this.lbUpdateProgress); this.layoutControl1.Controls.Add(this.pgUpdate); this.layoutControl1.Controls.Add(this.lbUpdateTime); this.layoutControl1.Controls.Add(this.lbFileInfo); this.layoutControl1.Controls.Add(this.btnFwUpdate); this.layoutControl1.Controls.Add(this.btnClose); this.layoutControl1.Controls.Add(this.btnFind); this.layoutControl1.Controls.Add(this.edFilename); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1092, 323, 626, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(736, 500); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // teModuleNo // this.teModuleNo.EditValue = "1"; this.teModuleNo.Location = new System.Drawing.Point(473, 55); this.teModuleNo.Name = "teModuleNo"; this.teModuleNo.Properties.Appearance.Options.UseTextOptions = true; this.teModuleNo.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.teModuleNo.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.teModuleNo.Size = new System.Drawing.Size(60, 20); this.teModuleNo.StyleController = this.layoutControl1; this.teModuleNo.TabIndex = 18; this.teModuleNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox_KeyPress); // // btnRestart // this.btnRestart.Location = new System.Drawing.Point(535, 290); this.btnRestart.Name = "btnRestart"; this.btnRestart.Size = new System.Drawing.Size(189, 26); this.btnRestart.StyleController = this.layoutControl1; this.btnRestart.TabIndex = 17; this.btnRestart.Text = "Restart"; this.btnRestart.Click += new System.EventHandler(this.btnRestart_Click); // // lbUpdateStatus // this.lbUpdateStatus.Location = new System.Drawing.Point(8, 353); this.lbUpdateStatus.Name = "lbUpdateStatus"; this.lbUpdateStatus.Size = new System.Drawing.Size(525, 30); this.lbUpdateStatus.StyleController = this.layoutControl1; this.lbUpdateStatus.TabIndex = 16; this.lbUpdateStatus.Text = "Update Status : "; // // lbUpdateProgress // this.lbUpdateProgress.Appearance.Options.UseTextOptions = true; this.lbUpdateProgress.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.lbUpdateProgress.Location = new System.Drawing.Point(537, 387); this.lbUpdateProgress.Name = "lbUpdateProgress"; this.lbUpdateProgress.Size = new System.Drawing.Size(191, 27); this.lbUpdateProgress.StyleController = this.layoutControl1; this.lbUpdateProgress.TabIndex = 15; this.lbUpdateProgress.Text = "0/0 bytes"; // // pgUpdate // this.pgUpdate.Location = new System.Drawing.Point(8, 418); this.pgUpdate.Name = "pgUpdate"; this.pgUpdate.Size = new System.Drawing.Size(720, 37); this.pgUpdate.StyleController = this.layoutControl1; this.pgUpdate.TabIndex = 14; // // lbUpdateTime // this.lbUpdateTime.Location = new System.Drawing.Point(8, 387); this.lbUpdateTime.Name = "lbUpdateTime"; this.lbUpdateTime.Size = new System.Drawing.Size(525, 27); this.lbUpdateTime.StyleController = this.layoutControl1; this.lbUpdateTime.TabIndex = 13; this.lbUpdateTime.Text = "00:00"; // // lbFileInfo // this.lbFileInfo.Appearance.Options.UseTextOptions = true; this.lbFileInfo.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top; this.lbFileInfo.Location = new System.Drawing.Point(12, 106); this.lbFileInfo.Name = "lbFileInfo"; this.lbFileInfo.Size = new System.Drawing.Size(519, 151); this.lbFileInfo.StyleController = this.layoutControl1; this.lbFileInfo.TabIndex = 12; this.lbFileInfo.Text = "File Information"; // // btnFwUpdate // this.btnFwUpdate.Location = new System.Drawing.Point(537, 55); this.btnFwUpdate.Name = "btnFwUpdate"; this.btnFwUpdate.Size = new System.Drawing.Size(191, 22); this.btnFwUpdate.StyleController = this.layoutControl1; this.btnFwUpdate.TabIndex = 8; this.btnFwUpdate.Text = "Firmware Update"; this.btnFwUpdate.Click += new System.EventHandler(this.btnFwUpdate_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(4, 463); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(728, 33); this.btnClose.StyleController = this.layoutControl1; this.btnClose.TabIndex = 6; this.btnClose.Text = "CLOSE"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnFind // this.btnFind.Location = new System.Drawing.Point(537, 29); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(191, 22); this.btnFind.StyleController = this.layoutControl1; this.btnFind.TabIndex = 5; this.btnFind.Text = "Find File..."; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // edFilename // this.edFilename.Location = new System.Drawing.Point(88, 29); this.edFilename.Name = "edFilename"; this.edFilename.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.edFilename.Properties.Appearance.Options.UseFont = true; this.edFilename.Size = new System.Drawing.Size(445, 22); this.edFilename.StyleController = this.layoutControl1; this.edFilename.TabIndex = 4; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.layoutControlGroup2, this.layoutControlGroup3}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); this.layoutControlGroup1.Size = new System.Drawing.Size(736, 500); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnClose; this.layoutControlItem3.CustomizationFormText = "layoutControlItem3"; this.layoutControlItem3.Location = new System.Drawing.Point(0, 459); this.layoutControlItem3.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(732, 37); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlGroup2 // this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem10, this.layoutControlItem11, this.layoutControlItem9, this.emptySpaceItem2, this.layoutControlItem12}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 324); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup2.Size = new System.Drawing.Size(732, 135); this.layoutControlGroup2.Text = "Update Status"; // // layoutControlItem10 // this.layoutControlItem10.Control = this.pgUpdate; this.layoutControlItem10.CustomizationFormText = "layoutControlItem10"; this.layoutControlItem10.Location = new System.Drawing.Point(0, 65); this.layoutControlItem10.MinSize = new System.Drawing.Size(54, 16); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(724, 41); this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // // layoutControlItem11 // this.layoutControlItem11.Control = this.lbUpdateProgress; this.layoutControlItem11.CustomizationFormText = "layoutControlItem11"; this.layoutControlItem11.Location = new System.Drawing.Point(529, 34); this.layoutControlItem11.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Size = new System.Drawing.Size(195, 31); this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.lbUpdateTime; this.layoutControlItem9.CustomizationFormText = "layoutControlItem9"; this.layoutControlItem9.Location = new System.Drawing.Point(0, 34); this.layoutControlItem9.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(529, 31); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"; this.emptySpaceItem2.Location = new System.Drawing.Point(529, 0); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(195, 34); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem12 // this.layoutControlItem12.Control = this.lbUpdateStatus; this.layoutControlItem12.CustomizationFormText = "layoutControlItem12"; this.layoutControlItem12.Location = new System.Drawing.Point(0, 0); this.layoutControlItem12.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.Size = new System.Drawing.Size(529, 34); this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem12.TextVisible = false; // // layoutControlGroup3 // this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem5, this.layoutControlItem6, this.emptySpaceItem3, this.layoutControlItem2, this.layoutControlItem1, this.layoutControlGroup4, this.layoutControlGroup5}); this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup3.Name = "layoutControlGroup3"; this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup3.Size = new System.Drawing.Size(732, 324); this.layoutControlGroup3.Text = "Update Command"; // // layoutControlItem5 // this.layoutControlItem5.Control = this.btnFwUpdate; this.layoutControlItem5.CustomizationFormText = "layoutControlItem5"; this.layoutControlItem5.Location = new System.Drawing.Point(529, 26); this.layoutControlItem5.MinSize = new System.Drawing.Size(108, 26); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(195, 26); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.teModuleNo; this.layoutControlItem6.CustomizationFormText = "Module No"; this.layoutControlItem6.Location = new System.Drawing.Point(385, 26); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(144, 26); this.layoutControlItem6.Text = "Module No"; this.layoutControlItem6.TextSize = new System.Drawing.Size(68, 14); // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3"; this.emptySpaceItem3.Location = new System.Drawing.Point(0, 26); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(385, 26); this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // this.layoutControlItem2.Control = this.btnFind; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(529, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(195, 26); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.edFilename; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(529, 26); this.layoutControlItem1.Text = "File Name : "; this.layoutControlItem1.TextSize = new System.Drawing.Size(68, 14); // // layoutControlGroup4 // this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem8, this.emptySpaceItem1}); this.layoutControlGroup4.Location = new System.Drawing.Point(0, 52); this.layoutControlGroup4.Name = "layoutControlGroup4"; this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup4.Size = new System.Drawing.Size(724, 184); this.layoutControlGroup4.Text = "File Information"; // // layoutControlItem8 // this.layoutControlItem8.Control = this.lbFileInfo; this.layoutControlItem8.CustomizationFormText = "layoutControlItem8"; this.layoutControlItem8.Location = new System.Drawing.Point(0, 0); this.layoutControlItem8.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(523, 155); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(523, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(193, 155); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlGroup5 // this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem4, this.layoutControlItem4}); this.layoutControlGroup5.Location = new System.Drawing.Point(0, 236); this.layoutControlGroup5.Name = "layoutControlGroup5"; this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup5.Size = new System.Drawing.Size(724, 59); this.layoutControlGroup5.Text = "Extra Command"; // // emptySpaceItem4 // this.emptySpaceItem4.AllowHotTrack = false; this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4"; this.emptySpaceItem4.Location = new System.Drawing.Point(0, 0); this.emptySpaceItem4.Name = "emptySpaceItem4"; this.emptySpaceItem4.Size = new System.Drawing.Size(523, 30); this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnRestart; this.layoutControlItem4.CustomizationFormText = "layoutControlItem4"; this.layoutControlItem4.Location = new System.Drawing.Point(523, 0); this.layoutControlItem4.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(193, 30); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // tmrFirmwareUpdate // this.tmrFirmwareUpdate.Tick += new System.EventHandler(this.tmrFirmwareUpdate_Tick); // // fmxFwUpdate // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(736, 500); this.Controls.Add(this.layoutControl1); this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("fmxFwUpdate.IconOptions.Image"))); this.Name = "fmxFwUpdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "fmFwUpdate"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.fmxFwUpdate_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.teModuleNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pgUpdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.edFilename.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SimpleButton btnFind; private DevExpress.XtraEditors.TextEdit edFilename; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SimpleButton btnFwUpdate; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4; private DevExpress.XtraEditors.LabelControl lbFileInfo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.LabelControl lbUpdateTime; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraEditors.ProgressBarControl pgUpdate; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraEditors.LabelControl lbUpdateProgress; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; private DevExpress.XtraEditors.LabelControl lbUpdateStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; private DevExpress.XtraEditors.SimpleButton btnRestart; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.TextEdit teModuleNo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private System.Windows.Forms.Timer tmrFirmwareUpdate; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5; } }