namespace ZJ_BYD.UserControls.TestItem { partial class EditTestItem { /// /// 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() { this.panelControl8 = new DevExpress.XtraEditors.PanelControl(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.TablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.ckIsUsed = new DevExpress.XtraEditors.CheckEdit(); this.txtVal = new DevExpress.XtraEditors.TextEdit(); this.txtPoint = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.cmbMachineType = new DevExpress.XtraEditors.ComboBoxEdit(); this.lblId = new DevExpress.XtraEditors.LabelControl(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true); ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit(); this.panelControl8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TablePanel1)).BeginInit(); this.TablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckIsUsed.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVal.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPoint.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbMachineType.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl8 // this.panelControl8.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208))))); this.panelControl8.Appearance.Options.UseBackColor = true; this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl8.Controls.Add(this.labelControl18); this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl8.Location = new System.Drawing.Point(0, 0); this.panelControl8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl8.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl8.Margin = new System.Windows.Forms.Padding(0); this.panelControl8.Name = "panelControl8"; this.panelControl8.Size = new System.Drawing.Size(536, 37); this.panelControl8.TabIndex = 7; // // labelControl18 // this.labelControl18.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl18.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl18.Appearance.Options.UseFont = true; this.labelControl18.Appearance.Options.UseForeColor = true; this.labelControl18.Location = new System.Drawing.Point(3, 6); this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(100, 27); this.labelControl18.TabIndex = 0; this.labelControl18.Text = "测试项维护"; // // TablePanel1 // this.TablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 14.9F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 54.1F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F)}); this.TablePanel1.Controls.Add(this.ckIsUsed); this.TablePanel1.Controls.Add(this.txtVal); this.TablePanel1.Controls.Add(this.txtPoint); this.TablePanel1.Controls.Add(this.labelControl3); this.TablePanel1.Controls.Add(this.cmbMachineType); this.TablePanel1.Controls.Add(this.lblId); this.TablePanel1.Controls.Add(this.btnSave); this.TablePanel1.Controls.Add(this.labelControl2); this.TablePanel1.Controls.Add(this.labelControl1); this.TablePanel1.Controls.Add(this.btnCancel); this.TablePanel1.Controls.Add(this.labelControl4); this.TablePanel1.Controls.Add(this.labelControl5); this.TablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.TablePanel1.Location = new System.Drawing.Point(0, 37); this.TablePanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.TablePanel1.Name = "TablePanel1"; this.TablePanel1.Padding = new System.Windows.Forms.Padding(10, 10, 10, 0); this.TablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F)}); this.TablePanel1.Size = new System.Drawing.Size(536, 311); this.TablePanel1.TabIndex = 8; // // ckIsUsed // this.TablePanel1.SetColumn(this.ckIsUsed, 1); this.ckIsUsed.Dock = System.Windows.Forms.DockStyle.Fill; this.ckIsUsed.Location = new System.Drawing.Point(84, 174); this.ckIsUsed.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.ckIsUsed.Name = "ckIsUsed"; this.ckIsUsed.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ckIsUsed.Properties.Appearance.Options.UseFont = true; this.ckIsUsed.Properties.Caption = ""; this.ckIsUsed.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.ckIsUsed, 3); this.ckIsUsed.Size = new System.Drawing.Size(250, 43); this.ckIsUsed.TabIndex = 15; this.ckIsUsed.TabStop = false; // // txtVal // this.TablePanel1.SetColumn(this.txtVal, 1); this.TablePanel1.SetColumnSpan(this.txtVal, 3); this.txtVal.Dock = System.Windows.Forms.DockStyle.Fill; this.txtVal.Location = new System.Drawing.Point(84, 119); this.txtVal.Name = "txtVal"; this.txtVal.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtVal.Properties.Appearance.Options.UseFont = true; this.txtVal.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtVal, 2); this.txtVal.Size = new System.Drawing.Size(439, 47); this.txtVal.TabIndex = 9; // // txtPoint // this.TablePanel1.SetColumn(this.txtPoint, 1); this.TablePanel1.SetColumnSpan(this.txtPoint, 3); this.txtPoint.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPoint.Location = new System.Drawing.Point(84, 66); this.txtPoint.Name = "txtPoint"; this.txtPoint.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtPoint.Properties.Appearance.Options.UseFont = true; this.txtPoint.Properties.AutoHeight = false; this.txtPoint.Properties.ReadOnly = true; this.TablePanel1.SetRow(this.txtPoint, 1); this.txtPoint.Size = new System.Drawing.Size(439, 47); this.txtPoint.TabIndex = 8; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(278, 195); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(0, 18); this.labelControl3.TabIndex = 7; // // cmbMachineType // this.TablePanel1.SetColumn(this.cmbMachineType, 1); this.TablePanel1.SetColumnSpan(this.cmbMachineType, 3); this.cmbMachineType.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbMachineType.Location = new System.Drawing.Point(84, 13); this.cmbMachineType.Name = "cmbMachineType"; this.cmbMachineType.Properties.AllowFocused = false; this.cmbMachineType.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbMachineType.Properties.Appearance.Options.UseFont = true; this.cmbMachineType.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbMachineType.Properties.AppearanceDropDown.Options.UseFont = true; this.cmbMachineType.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbMachineType.Properties.AppearanceFocused.Options.UseFont = true; this.cmbMachineType.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbMachineType.Properties.AppearanceItemSelected.Options.UseFont = true; this.cmbMachineType.Properties.AutoHeight = false; this.cmbMachineType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbMachineType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.TablePanel1.SetRow(this.cmbMachineType, 0); this.cmbMachineType.Size = new System.Drawing.Size(439, 47); this.cmbMachineType.TabIndex = 6; // // lblId // this.TablePanel1.SetColumn(this.lblId, 1); this.lblId.Location = new System.Drawing.Point(84, 257); this.lblId.Name = "lblId"; this.TablePanel1.SetRow(this.lblId, 4); this.lblId.Size = new System.Drawing.Size(0, 18); this.lblId.TabIndex = 5; this.lblId.Visible = false; // // btnSave // this.btnSave.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208))))); this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnSave.Appearance.Options.UseBackColor = true; this.btnSave.Appearance.Options.UseFont = true; this.TablePanel1.SetColumn(this.btnSave, 2); this.btnSave.Location = new System.Drawing.Point(340, 248); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnSave.Name = "btnSave"; this.TablePanel1.SetRow(this.btnSave, 4); this.btnSave.Size = new System.Drawing.Size(89, 36); this.btnSave.TabIndex = 4; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl2, 0); this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl2.Location = new System.Drawing.Point(13, 67); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.TablePanel1.SetRow(this.labelControl2, 1); this.labelControl2.Size = new System.Drawing.Size(65, 45); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "点位:"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl1, 0); this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl1.Location = new System.Drawing.Point(13, 14); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.TablePanel1.SetRow(this.labelControl1, 0); this.labelControl1.Size = new System.Drawing.Size(65, 45); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "机型:"; // // btnCancel // this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnCancel.Appearance.Options.UseFont = true; this.TablePanel1.SetColumn(this.btnCancel, 3); this.btnCancel.Location = new System.Drawing.Point(434, 249); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancel.Name = "btnCancel"; this.TablePanel1.SetRow(this.btnCancel, 4); this.btnCancel.Size = new System.Drawing.Size(89, 34); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseTextOptions = true; this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl4, 0); this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl4.Location = new System.Drawing.Point(13, 120); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.TablePanel1.SetRow(this.labelControl4, 2); this.labelControl4.Size = new System.Drawing.Size(65, 45); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "设定值:"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Appearance.Options.UseTextOptions = true; this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl5, 0); this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl5.Location = new System.Drawing.Point(13, 173); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.TablePanel1.SetRow(this.labelControl5, 3); this.labelControl5.Size = new System.Drawing.Size(65, 45); this.labelControl5.TabIndex = 1; this.labelControl5.Text = "启用:"; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // EditTestItem // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(536, 348); this.Controls.Add(this.TablePanel1); this.Controls.Add(this.panelControl8); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "EditTestItem"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "EditTestItem"; ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit(); this.panelControl8.ResumeLayout(false); this.panelControl8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TablePanel1)).EndInit(); this.TablePanel1.ResumeLayout(false); this.TablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckIsUsed.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVal.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPoint.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbMachineType.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl8; private DevExpress.XtraEditors.LabelControl labelControl18; private DevExpress.Utils.Layout.TablePanel TablePanel1; private DevExpress.XtraEditors.TextEdit txtPoint; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.ComboBoxEdit cmbMachineType; private DevExpress.XtraEditors.LabelControl lblId; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtVal; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.CheckEdit ckIsUsed; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; } }