namespace LFP_Manager.Controls { partial class ucTftpClientcs { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupFwUpdate = new DevExpress.XtraEditors.GroupControl(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btnSystemReset = new DevExpress.XtraEditors.SimpleButton(); this.btnReset = new DevExpress.XtraEditors.SimpleButton(); this.btnDownload = new DevExpress.XtraEditors.SimpleButton(); this.lbDownloadStatus = new DevExpress.XtraEditors.LabelControl(); this.btnFindFile = new DevExpress.XtraEditors.SimpleButton(); this.teFilename = new DevExpress.XtraEditors.TextEdit(); this.progressDownload = new DevExpress.XtraEditors.ProgressBarControl(); this.lbFilename = new DevExpress.XtraEditors.LabelControl(); this.lbDeviceInfo = new DevExpress.XtraEditors.LabelControl(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.groupFwUpdate)).BeginInit(); this.groupFwUpdate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.teFilename.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.progressDownload.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); this.SuspendLayout(); // // groupFwUpdate // this.groupFwUpdate.Controls.Add(this.layoutControl1); this.groupFwUpdate.Dock = System.Windows.Forms.DockStyle.Fill; this.groupFwUpdate.Location = new System.Drawing.Point(0, 0); this.groupFwUpdate.Name = "groupFwUpdate"; this.groupFwUpdate.Size = new System.Drawing.Size(462, 242); this.groupFwUpdate.TabIndex = 0; this.groupFwUpdate.Text = "Firmware Update"; // // layoutControl1 // this.layoutControl1.Controls.Add(this.btnSystemReset); this.layoutControl1.Controls.Add(this.btnReset); this.layoutControl1.Controls.Add(this.btnDownload); this.layoutControl1.Controls.Add(this.lbDownloadStatus); this.layoutControl1.Controls.Add(this.btnFindFile); this.layoutControl1.Controls.Add(this.teFilename); this.layoutControl1.Controls.Add(this.progressDownload); this.layoutControl1.Controls.Add(this.lbFilename); this.layoutControl1.Controls.Add(this.lbDeviceInfo); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(2, 23); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(756, 30, 250, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(458, 217); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // btnSystemReset // this.btnSystemReset.Location = new System.Drawing.Point(3, 185); this.btnSystemReset.Name = "btnSystemReset"; this.btnSystemReset.Size = new System.Drawing.Size(140, 29); this.btnSystemReset.StyleController = this.layoutControl1; this.btnSystemReset.TabIndex = 14; this.btnSystemReset.Text = "System Reset"; this.btnSystemReset.Click += new System.EventHandler(this.btnLcdHistoryDelete_Click); // // btnReset // this.btnReset.Location = new System.Drawing.Point(354, 185); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(101, 29); this.btnReset.StyleController = this.layoutControl1; this.btnReset.TabIndex = 13; this.btnReset.Text = "RBMS Reset"; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // btnDownload // this.btnDownload.Enabled = false; this.btnDownload.Location = new System.Drawing.Point(366, 35); this.btnDownload.Name = "btnDownload"; this.btnDownload.Size = new System.Drawing.Size(89, 22); this.btnDownload.StyleController = this.layoutControl1; this.btnDownload.TabIndex = 12; this.btnDownload.Text = "Update"; this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click); // // lbDownloadStatus // this.lbDownloadStatus.Appearance.Options.UseTextOptions = true; this.lbDownloadStatus.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.lbDownloadStatus.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbDownloadStatus.Location = new System.Drawing.Point(3, 102); this.lbDownloadStatus.Name = "lbDownloadStatus"; this.lbDownloadStatus.Size = new System.Drawing.Size(452, 79); this.lbDownloadStatus.StyleController = this.layoutControl1; this.lbDownloadStatus.TabIndex = 9; this.lbDownloadStatus.Text = "None"; // // btnFindFile // this.btnFindFile.Location = new System.Drawing.Point(273, 35); this.btnFindFile.Name = "btnFindFile"; this.btnFindFile.Size = new System.Drawing.Size(89, 22); this.btnFindFile.StyleController = this.layoutControl1; this.btnFindFile.TabIndex = 8; this.btnFindFile.Text = "Find..."; this.btnFindFile.Click += new System.EventHandler(this.btnFindFile_Click); // // teFilename // this.teFilename.Location = new System.Drawing.Point(105, 35); this.teFilename.Name = "teFilename"; this.teFilename.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.teFilename.Properties.Appearance.Options.UseFont = true; this.teFilename.Size = new System.Drawing.Size(164, 22); this.teFilename.StyleController = this.layoutControl1; this.teFilename.TabIndex = 7; // // progressDownload // this.progressDownload.Location = new System.Drawing.Point(3, 61); this.progressDownload.Name = "progressDownload"; this.progressDownload.Size = new System.Drawing.Size(452, 37); this.progressDownload.StyleController = this.layoutControl1; this.progressDownload.TabIndex = 6; // // lbFilename // this.lbFilename.Location = new System.Drawing.Point(3, 35); this.lbFilename.Name = "lbFilename"; this.lbFilename.Size = new System.Drawing.Size(98, 22); this.lbFilename.StyleController = this.layoutControl1; this.lbFilename.TabIndex = 5; this.lbFilename.Text = " Filename"; // // lbDeviceInfo // this.lbDeviceInfo.Location = new System.Drawing.Point(3, 3); this.lbDeviceInfo.Name = "lbDeviceInfo"; this.lbDeviceInfo.Size = new System.Drawing.Size(452, 28); this.lbDeviceInfo.StyleController = this.layoutControl1; this.lbDeviceInfo.TabIndex = 4; this.lbDeviceInfo.Text = " Device Information"; // // 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.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.emptySpaceItem1, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem6, this.layoutControlItem9, this.layoutControlItem7, this.layoutControlItem8}); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup1.Size = new System.Drawing.Size(458, 217); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.lbDeviceInfo; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(456, 32); 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.lbFilename; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 32); this.layoutControlItem2.MaxSize = new System.Drawing.Size(102, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(102, 18); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(102, 26); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.progressDownload; this.layoutControlItem3.CustomizationFormText = "layoutControlItem3"; this.layoutControlItem3.Location = new System.Drawing.Point(0, 58); this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 16); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(456, 41); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(144, 182); this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(207, 33); this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem4 // this.layoutControlItem4.Control = this.teFilename; this.layoutControlItem4.CustomizationFormText = "layoutControlItem4"; this.layoutControlItem4.Location = new System.Drawing.Point(102, 32); this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 26); this.layoutControlItem4.MinSize = new System.Drawing.Size(54, 26); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(168, 26); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.btnFindFile; this.layoutControlItem5.CustomizationFormText = "layoutControlItem5"; this.layoutControlItem5.Location = new System.Drawing.Point(270, 32); this.layoutControlItem5.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(93, 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.lbDownloadStatus; this.layoutControlItem6.CustomizationFormText = "layoutControlItem6"; this.layoutControlItem6.Location = new System.Drawing.Point(0, 99); this.layoutControlItem6.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(456, 83); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.btnDownload; this.layoutControlItem9.CustomizationFormText = "layoutControlItem9"; this.layoutControlItem9.Location = new System.Drawing.Point(363, 32); this.layoutControlItem9.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(93, 26); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.btnReset; this.layoutControlItem7.CustomizationFormText = "layoutControlItem7"; this.layoutControlItem7.Location = new System.Drawing.Point(351, 182); this.layoutControlItem7.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(105, 33); 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.btnSystemReset; this.layoutControlItem8.CustomizationFormText = "layoutControlItem8"; this.layoutControlItem8.Location = new System.Drawing.Point(0, 182); this.layoutControlItem8.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(144, 33); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // ucTftpClientcs // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupFwUpdate); this.Name = "ucTftpClientcs"; this.Size = new System.Drawing.Size(462, 242); ((System.ComponentModel.ISupportInitialize)(this.groupFwUpdate)).EndInit(); this.groupFwUpdate.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.teFilename.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.progressDownload.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl groupFwUpdate; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SimpleButton btnFindFile; private DevExpress.XtraEditors.TextEdit teFilename; private DevExpress.XtraEditors.ProgressBarControl progressDownload; private DevExpress.XtraEditors.LabelControl lbFilename; private DevExpress.XtraEditors.LabelControl lbDeviceInfo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.LabelControl lbDownloadStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.SimpleButton btnDownload; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraEditors.SimpleButton btnReset; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.SimpleButton btnSystemReset; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; } }