namespace ZJ_BYD.UserControls.MachineType { partial class EditMachineType { /// /// 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.lblId = new DevExpress.XtraEditors.LabelControl(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.txtMachineTypeName = new DevExpress.XtraEditors.TextEdit(); this.txtMachineTypeCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); 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.txtMachineTypeName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMachineTypeCode.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(600, 44); this.panelControl8.TabIndex = 10; // // 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, 7); this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(80, 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, 26.42F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 42.58F), 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.lblId); this.TablePanel1.Controls.Add(this.btnSave); this.TablePanel1.Controls.Add(this.txtMachineTypeName); this.TablePanel1.Controls.Add(this.txtMachineTypeCode); this.TablePanel1.Controls.Add(this.labelControl2); this.TablePanel1.Controls.Add(this.labelControl1); this.TablePanel1.Controls.Add(this.btnCancel); this.TablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.TablePanel1.Location = new System.Drawing.Point(0, 44); 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, 20, 10, 0); this.TablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)}); this.TablePanel1.Size = new System.Drawing.Size(600, 196); this.TablePanel1.TabIndex = 13; // // lblId // this.TablePanel1.SetColumn(this.lblId, 1); this.lblId.Location = new System.Drawing.Point(154, 143); this.lblId.Name = "lblId"; this.TablePanel1.SetRow(this.lblId, 2); 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(380, 134); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnSave.Name = "btnSave"; this.TablePanel1.SetRow(this.btnSave, 2); this.btnSave.Size = new System.Drawing.Size(100, 35); this.btnSave.TabIndex = 4; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtMachineTypeName // this.TablePanel1.SetColumn(this.txtMachineTypeName, 1); this.TablePanel1.SetColumnSpan(this.txtMachineTypeName, 3); this.txtMachineTypeName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtMachineTypeName.Location = new System.Drawing.Point(154, 68); this.txtMachineTypeName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMachineTypeName.Name = "txtMachineTypeName"; this.txtMachineTypeName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtMachineTypeName.Properties.Appearance.Options.UseFont = true; this.txtMachineTypeName.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtMachineTypeName, 1); this.txtMachineTypeName.Size = new System.Drawing.Size(433, 36); this.txtMachineTypeName.TabIndex = 3; this.txtMachineTypeName.Tag = "NotNull&机型名称&True"; // // txtMachineTypeCode // this.TablePanel1.SetColumn(this.txtMachineTypeCode, 1); this.TablePanel1.SetColumnSpan(this.txtMachineTypeCode, 3); this.txtMachineTypeCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtMachineTypeCode.Location = new System.Drawing.Point(154, 24); this.txtMachineTypeCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMachineTypeCode.Name = "txtMachineTypeCode"; this.txtMachineTypeCode.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtMachineTypeCode.Properties.Appearance.Options.UseFont = true; this.txtMachineTypeCode.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtMachineTypeCode, 0); this.txtMachineTypeCode.Size = new System.Drawing.Size(433, 36); this.txtMachineTypeCode.TabIndex = 2; this.txtMachineTypeCode.Tag = "NotNull&机型编码&True"; // // 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, 68); 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(135, 36); 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, 24); 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(135, 36); 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(487, 134); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancel.Name = "btnCancel"; this.TablePanel1.SetRow(this.btnCancel, 2); this.btnCancel.Size = new System.Drawing.Size(100, 35); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // EditMachineType // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 240); 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 = "EditMachineType"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "EditMachineType"; ((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.txtMachineTypeName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMachineTypeCode.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.LabelControl lblId; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.TextEdit txtMachineTypeName; private DevExpress.XtraEditors.TextEdit txtMachineTypeCode; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; } }