namespace SIMDP.View { partial class FormEditPLC { /// /// 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.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.txt_Config = new DevExpress.XtraEditors.TextEdit(); this.txt_Name = 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.lookUp_Type.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Config.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.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.lookUp_Type); 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_Config); this.panelControl1.Controls.Add(this.txt_Name); 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(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(294, 174); this.panelControl1.TabIndex = 0; // // lookUp_Type // this.lookUp_Type.Location = new System.Drawing.Point(111, 58); this.lookUp_Type.Name = "lookUp_Type"; this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Type.Size = new System.Drawing.Size(171, 20); this.lookUp_Type.TabIndex = 4; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(231, 127); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(51, 23); this.btn_Cancel.TabIndex = 3; 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(32, 127); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(51, 23); this.btn_Add.TabIndex = 2; 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(134, 127); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(51, 23); this.btn_Save.TabIndex = 2; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // txt_Config // this.txt_Config.Location = new System.Drawing.Point(111, 87); this.txt_Config.Name = "txt_Config"; this.txt_Config.Size = new System.Drawing.Size(171, 20); this.txt_Config.TabIndex = 1; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(111, 29); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(171, 20); this.txt_Name.TabIndex = 1; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(12, 90); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(60, 14); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "连接信息:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(12, 61); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "连接类型:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(12, 32); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(56, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "PLC名称:"; // // FormEditPLC // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(294, 174); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditPLC"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PLC信息"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Config.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.TextEdit txt_Config; private DevExpress.XtraEditors.TextEdit txt_Name; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.LookUpEdit lookUp_Type; } }