namespace SIMDP.Project { partial class FormEditModel { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.txt_chiname = new DevExpress.XtraEditors.TextEdit(); this.txt_model = new DevExpress.XtraEditors.TextEdit(); this.txt_engname = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txt_plccode = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_chiname.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_model.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_engname.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_plccode.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.btn_Cancel); this.panelControl1.Controls.Add(this.btn_Add); this.panelControl1.Controls.Add(this.btn_Save); this.panelControl1.Controls.Add(this.txt_chiname); this.panelControl1.Controls.Add(this.txt_model); this.panelControl1.Controls.Add(this.txt_engname); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.txt_plccode); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Location = new System.Drawing.Point(8, 8); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(349, 251); this.panelControl1.TabIndex = 1; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(264, 185); this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(58, 30); this.btn_Cancel.TabIndex = 7; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Add // this.btn_Add.Location = new System.Drawing.Point(37, 185); this.btn_Add.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(58, 30); this.btn_Add.TabIndex = 5; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(153, 185); this.btn_Save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(58, 30); this.btn_Save.TabIndex = 6; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // txt_chiname // this.txt_chiname.Location = new System.Drawing.Point(127, 138); this.txt_chiname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_chiname.Name = "txt_chiname"; this.txt_chiname.Size = new System.Drawing.Size(195, 24); this.txt_chiname.TabIndex = 4; // // txt_model // this.txt_model.Location = new System.Drawing.Point(127, 71); this.txt_model.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_model.Name = "txt_model"; this.txt_model.Size = new System.Drawing.Size(195, 24); this.txt_model.TabIndex = 2; // // txt_engname // this.txt_engname.Location = new System.Drawing.Point(127, 104); this.txt_engname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_engname.Name = "txt_engname"; this.txt_engname.Size = new System.Drawing.Size(195, 24); this.txt_engname.TabIndex = 3; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(31, 141); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(75, 18); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "中文名称:"; // // txt_plccode // this.txt_plccode.Location = new System.Drawing.Point(127, 37); this.txt_plccode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_plccode.Name = "txt_plccode"; this.txt_plccode.Size = new System.Drawing.Size(195, 24); this.txt_plccode.TabIndex = 1; this.txt_plccode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_plccode_KeyPress); // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(31, 108); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(75, 18); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "英文名称:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(31, 75); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(75, 18); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "车型代号:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(31, 41); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(99, 18); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "PLC交互代号:"; // // FormEditModel // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(370, 274); this.ControlBox = false; this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormEditModel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "编辑车型"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_chiname.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_model.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_engname.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_plccode.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.TextEdit txt_engname; private DevExpress.XtraEditors.TextEdit txt_plccode; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txt_chiname; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txt_model; } }