namespace Gs.DevApp.DevFrm.QC
|
{
|
partial class Frm_MesDefectCodeShow
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
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();
|
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.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.btnEsc = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = 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.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).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.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(491, 144);
|
this.layoutMx1.TabIndex = 0;
|
this.layoutMx1.Text = "layoutControl1";
|
//
|
// txt_defectCode
|
//
|
this.txt_defectCode.Location = new System.Drawing.Point(84, 12);
|
this.txt_defectCode.Name = "txt_defectCode";
|
this.txt_defectCode.Size = new System.Drawing.Size(159, 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(319, 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(160, 24);
|
this.txt_sType.StyleController = this.layoutMx1;
|
this.txt_sType.TabIndex = 5;
|
//
|
// txt_defectName
|
//
|
this.txt_defectName.Location = new System.Drawing.Point(84, 43);
|
this.txt_defectName.Name = "txt_defectName";
|
this.txt_defectName.Size = new System.Drawing.Size(395, 89);
|
this.txt_defectName.StyleController = this.layoutMx1;
|
this.txt_defectName.TabIndex = 6;
|
//
|
// 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.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;
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1,
|
rowDefinition2,
|
rowDefinition3,
|
rowDefinition4});
|
this.Root.Size = new System.Drawing.Size(491, 144);
|
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(235, 31);
|
this.layoutControlItem1.Text = "字典编号";
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18);
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.txt_sType;
|
this.layoutControlItem2.Location = new System.Drawing.Point(235, 0);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutControlItem2.Size = new System.Drawing.Size(236, 31);
|
this.layoutControlItem2.Text = "字典类型";
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.txt_defectName;
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 31);
|
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(471, 93);
|
this.layoutControlItem3.Text = "字典名称";
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18);
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.btnEsc);
|
this.panel1.Controls.Add(this.btnQuery);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 144);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(491, 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(303, 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);
|
//
|
// btnQuery
|
//
|
this.btnQuery.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
this.btnQuery.Appearance.Options.UseBackColor = true;
|
this.btnQuery.Appearance.Options.UseFont = true;
|
this.btnQuery.Dock = System.Windows.Forms.DockStyle.Right;
|
this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16;
|
this.btnQuery.Location = new System.Drawing.Point(397, 0);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(94, 44);
|
this.btnQuery.TabIndex = 0;
|
this.btnQuery.Text = "确定保存";
|
this.btnQuery.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(491, 188);
|
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.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).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 btnQuery;
|
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;
|
}
|
}
|