| | |
| | | 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.btnQuery = 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(); |
| | | // |
| | |
| | | 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(491, 144); |
| | | 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(84, 12); |
| | | this.txt_defectCode.Location = new System.Drawing.Point(54, 12); |
| | | this.txt_defectCode.Name = "txt_defectCode"; |
| | | this.txt_defectCode.Size = new System.Drawing.Size(159, 24); |
| | | 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(319, 12); |
| | | 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(160, 24); |
| | | 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(84, 43); |
| | | this.txt_defectName.Location = new System.Drawing.Point(54, 61); |
| | | this.txt_defectName.Name = "txt_defectName"; |
| | | this.txt_defectName.Size = new System.Drawing.Size(395, 89); |
| | | 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.EditValue = true; |
| | | 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.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem1, |
| | | this.layoutControlItem2, |
| | | this.layoutControlItem3}); |
| | | this.layoutControlItem3, |
| | | this.layoutControlItem4}); |
| | | this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; |
| | | this.Root.Name = "Root"; |
| | | columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; |
| | |
| | | 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}); |
| | | this.Root.Size = new System.Drawing.Size(491, 144); |
| | | 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(235, 31); |
| | | this.layoutControlItem1.Text = "字典编号"; |
| | | this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18); |
| | | 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(235, 0); |
| | | 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(236, 31); |
| | | this.layoutControlItem2.Text = "字典类型"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); |
| | | 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, 31); |
| | | 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(471, 93); |
| | | this.layoutControlItem3.Text = "字典名称"; |
| | | this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18); |
| | | 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.btnQuery); |
| | | this.panel1.Controls.Add(this.btnSave); |
| | | this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.panel1.Location = new System.Drawing.Point(0, 144); |
| | | this.panel1.Location = new System.Drawing.Point(0, 269); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(491, 44); |
| | | 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(303, 0); |
| | | 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); |
| | | // |
| | | // btnQuery |
| | | // btnSave |
| | | // |
| | | 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); |
| | | 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(491, 188); |
| | | 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; |
| | |
| | | ((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); |
| | | |
| | |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private System.Windows.Forms.Panel panel1; |
| | | private DevExpress.XtraEditors.SimpleButton btnEsc; |
| | | private DevExpress.XtraEditors.SimpleButton btnQuery; |
| | | 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; |
| | | } |
| | | } |