namespace Gs.DevApp.DevFrm.QC { partial class Frm_MesDefectCodeShow { /// /// 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() { DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition(); this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); this.txt_defectCode = new DevExpress.XtraEditors.TextEdit(); this.txt_sType = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_defectName = new DevExpress.XtraEditors.MemoEdit(); this.txt_type1 = new DevExpress.XtraEditors.CheckEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.panel1 = new System.Windows.Forms.Panel(); this.btnEsc = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit(); this.layoutMx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_defectCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_sType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_defectName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_type1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // layoutMx1 // this.layoutMx1.Controls.Add(this.txt_defectCode); this.layoutMx1.Controls.Add(this.txt_sType); this.layoutMx1.Controls.Add(this.txt_defectName); this.layoutMx1.Controls.Add(this.txt_type1); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(814, 0, 812, 500); this.layoutMx1.Root = this.Root; this.layoutMx1.Size = new System.Drawing.Size(668, 269); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // // txt_defectCode // this.txt_defectCode.Location = new System.Drawing.Point(54, 12); this.txt_defectCode.Name = "txt_defectCode"; this.txt_defectCode.Size = new System.Drawing.Size(278, 24); this.txt_defectCode.StyleController = this.layoutMx1; this.txt_defectCode.TabIndex = 4; // // txt_sType // this.txt_sType.EditValue = "-请选择-"; this.txt_sType.Location = new System.Drawing.Point(378, 12); this.txt_sType.Name = "txt_sType"; this.txt_sType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_sType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_sType.Size = new System.Drawing.Size(278, 24); this.txt_sType.StyleController = this.layoutMx1; this.txt_sType.TabIndex = 5; // // txt_defectName // this.txt_defectName.Location = new System.Drawing.Point(54, 61); this.txt_defectName.Name = "txt_defectName"; this.txt_defectName.Size = new System.Drawing.Size(602, 146); this.txt_defectName.StyleController = this.layoutMx1; this.txt_defectName.TabIndex = 6; // // txt_type1 // this.txt_type1.Location = new System.Drawing.Point(12, 211); this.txt_type1.Name = "txt_type1"; this.txt_type1.Properties.Caption = "可用标识"; this.txt_type1.Size = new System.Drawing.Size(320, 24); this.txt_type1.StyleController = this.layoutMx1; this.txt_type1.TabIndex = 7; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition1.Width = 100D; columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition2.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition2.Height = 100D; rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition3.Height = 100D; rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition4.Height = 100D; rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition5.Height = 100D; rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3, rowDefinition4, rowDefinition5}); this.Root.Size = new System.Drawing.Size(668, 269); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.txt_defectCode; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(324, 49); this.layoutControlItem1.Text = "编号"; this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_sType; this.layoutControlItem2.Location = new System.Drawing.Point(324, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem2.Size = new System.Drawing.Size(324, 49); this.layoutControlItem2.Text = "类型"; this.layoutControlItem2.TextSize = new System.Drawing.Size(30, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txt_defectName; this.layoutControlItem3.Location = new System.Drawing.Point(0, 49); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem3.OptionsTableLayoutItem.RowSpan = 3; this.layoutControlItem3.Size = new System.Drawing.Size(648, 150); this.layoutControlItem3.Text = "值"; this.layoutControlItem3.TextSize = new System.Drawing.Size(30, 18); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_type1; this.layoutControlItem4.Location = new System.Drawing.Point(0, 199); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 4; this.layoutControlItem4.Size = new System.Drawing.Size(324, 50); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // panel1 // this.panel1.Controls.Add(this.btnEsc); this.panel1.Controls.Add(this.btnSave); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 269); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(668, 44); this.panel1.TabIndex = 2; // // btnEsc // this.btnEsc.Appearance.Options.UseFont = true; this.btnEsc.Dock = System.Windows.Forms.DockStyle.Right; this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; this.btnEsc.Location = new System.Drawing.Point(480, 0); this.btnEsc.Name = "btnEsc"; this.btnEsc.Size = new System.Drawing.Size(94, 44); this.btnEsc.TabIndex = 1; this.btnEsc.Text = "取消保存"; this.btnEsc.Click += new System.EventHandler(this.btnEsc_Click); // // btnSave // this.btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.btnSave.Appearance.Options.UseBackColor = true; this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Dock = System.Windows.Forms.DockStyle.Right; this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; this.btnSave.Location = new System.Drawing.Point(574, 0); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(94, 44); this.btnSave.TabIndex = 0; this.btnSave.Text = "确定保存"; this.btnSave.Click += new System.EventHandler(this.btnQuery_Click); // // Frm_MesDefectCodeShow // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(668, 313); this.Controls.Add(this.layoutMx1); this.Controls.Add(this.panel1); this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Frm_MesDefectCodeShow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "字典设置"; ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit(); this.layoutMx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_defectCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_sType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_defectName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_type1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutMx1; private DevExpress.XtraLayout.LayoutControlGroup Root; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.SimpleButton btnEsc; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.TextEdit txt_defectCode; private DevExpress.XtraEditors.ComboBoxEdit txt_sType; private DevExpress.XtraEditors.MemoEdit txt_defectName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.CheckEdit txt_type1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; } }