namespace LFP_Manager { partial class fmxFwImageConverter { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmxFwImageConverter)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.lbFileInfo = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnConvert = new DevExpress.XtraEditors.SimpleButton(); this.btnFileFind = new DevExpress.XtraEditors.SimpleButton(); this.teFileName = new DevExpress.XtraEditors.TextEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.lcItemFileName = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.lbFileName = new DevExpress.XtraLayout.SimpleLabelItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.teFileName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcItemFileName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbFileName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.lbFileInfo); this.layoutControl1.Controls.Add(this.btnClose); this.layoutControl1.Controls.Add(this.btnConvert); this.layoutControl1.Controls.Add(this.btnFileFind); this.layoutControl1.Controls.Add(this.teFileName); 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(995, 203, 250, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(503, 333); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // lbFileInfo // this.lbFileInfo.Location = new System.Drawing.Point(12, 70); this.lbFileInfo.Name = "lbFileInfo"; this.lbFileInfo.Size = new System.Drawing.Size(295, 214); this.lbFileInfo.TabIndex = 12; this.lbFileInfo.Text = "File Information"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(254, 288); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(237, 33); this.btnClose.StyleController = this.layoutControl1; this.btnClose.TabIndex = 11; this.btnClose.Text = "Close"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnConvert // this.btnConvert.Location = new System.Drawing.Point(12, 288); this.btnConvert.Name = "btnConvert"; this.btnConvert.Size = new System.Drawing.Size(238, 33); this.btnConvert.StyleController = this.layoutControl1; this.btnConvert.TabIndex = 10; this.btnConvert.Text = "Image Convert"; this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click); // // btnFileFind // this.btnFileFind.Location = new System.Drawing.Point(402, 12); this.btnFileFind.Name = "btnFileFind"; this.btnFileFind.Size = new System.Drawing.Size(89, 25); this.btnFileFind.StyleController = this.layoutControl1; this.btnFileFind.TabIndex = 5; this.btnFileFind.Text = "Find ..."; this.btnFileFind.Click += new System.EventHandler(this.btnFileFind_Click); // // teFileName // this.teFileName.Location = new System.Drawing.Point(92, 12); this.teFileName.Name = "teFileName"; this.teFileName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.teFileName.Properties.Appearance.Options.UseFont = true; this.teFileName.Size = new System.Drawing.Size(306, 24); this.teFileName.StyleController = this.layoutControl1; this.teFileName.TabIndex = 4; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.lcItemFileName, this.emptySpaceItem1, this.layoutControlItem1, this.lbFileName, this.emptySpaceItem2, this.layoutControlItem6, this.layoutControlItem7, this.layoutControlItem8}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(503, 333); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // lcItemFileName // this.lcItemFileName.Control = this.teFileName; this.lcItemFileName.CustomizationFormText = "File Name : "; this.lcItemFileName.Location = new System.Drawing.Point(80, 0); this.lcItemFileName.MaxSize = new System.Drawing.Size(0, 29); this.lcItemFileName.MinSize = new System.Drawing.Size(163, 29); this.lcItemFileName.Name = "lcItemFileName"; this.lcItemFileName.Size = new System.Drawing.Size(310, 29); this.lcItemFileName.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.lcItemFileName.Text = "File Name : "; this.lcItemFileName.TextSize = new System.Drawing.Size(0, 0); this.lcItemFileName.TextToControlDistance = 0; this.lcItemFileName.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(299, 58); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(184, 218); this.emptySpaceItem1.Text = "emptySpaceItem1"; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem1 // this.layoutControlItem1.Control = this.btnFileFind; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(390, 0); this.layoutControlItem1.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(93, 29); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.Text = "layoutControlItem1"; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextToControlDistance = 0; this.layoutControlItem1.TextVisible = false; // // lbFileName // this.lbFileName.AllowHotTrack = false; this.lbFileName.CustomizationFormText = "File Name"; this.lbFileName.Location = new System.Drawing.Point(0, 0); this.lbFileName.MaxSize = new System.Drawing.Size(0, 29); this.lbFileName.MinSize = new System.Drawing.Size(80, 29); this.lbFileName.Name = "lbFileName"; this.lbFileName.Size = new System.Drawing.Size(80, 29); this.lbFileName.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.lbFileName.Text = "File Name"; this.lbFileName.TextSize = new System.Drawing.Size(52, 14); // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"; this.emptySpaceItem2.Location = new System.Drawing.Point(0, 29); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(483, 29); this.emptySpaceItem2.Text = "emptySpaceItem2"; this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem6 // this.layoutControlItem6.Control = this.btnConvert; this.layoutControlItem6.CustomizationFormText = "layoutControlItem6"; this.layoutControlItem6.Location = new System.Drawing.Point(0, 276); this.layoutControlItem6.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(242, 37); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.Text = "layoutControlItem6"; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextToControlDistance = 0; this.layoutControlItem6.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.btnClose; this.layoutControlItem7.CustomizationFormText = "layoutControlItem7"; this.layoutControlItem7.Location = new System.Drawing.Point(242, 276); this.layoutControlItem7.MinSize = new System.Drawing.Size(93, 26); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(241, 37); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.Text = "layoutControlItem7"; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextToControlDistance = 0; this.layoutControlItem7.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.lbFileInfo; this.layoutControlItem8.CustomizationFormText = "layoutControlItem8"; this.layoutControlItem8.Location = new System.Drawing.Point(0, 58); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(299, 218); this.layoutControlItem8.Text = "layoutControlItem8"; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextToControlDistance = 0; this.layoutControlItem8.TextVisible = false; // // fmxFwImageConverter // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(503, 333); this.Controls.Add(this.layoutControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "fmxFwImageConverter"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Firmware Image Converter"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.teFileName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcItemFileName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbFileName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.TextEdit teFileName; private DevExpress.XtraLayout.LayoutControlItem lcItemFileName; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.SimpleButton btnFileFind; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.SimpleLabelItem lbFileName; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnConvert; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private System.Windows.Forms.Label lbFileInfo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; } }