namespace SIMDP { partial class FormEditGroup { /// /// 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_Save = new DevExpress.XtraEditors.SimpleButton(); this.lookUp_GroupType = new DevExpress.XtraEditors.LookUpEdit(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.txt_GroupPlcId = new DevExpress.XtraEditors.TextEdit(); this.txt_GroupName = 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_GroupType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupPlcId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.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_Save); this.panelControl1.Controls.Add(this.lookUp_GroupType); this.panelControl1.Controls.Add(this.btn_Cancel); this.panelControl1.Controls.Add(this.btn_Add); this.panelControl1.Controls.Add(this.txt_GroupPlcId); this.panelControl1.Controls.Add(this.txt_GroupName); 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(-1, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(381, 164); this.panelControl1.TabIndex = 0; // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(159, 122); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(51, 23); this.btn_Save.TabIndex = 4; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // lookUp_GroupType // this.lookUp_GroupType.Location = new System.Drawing.Point(126, 53); this.lookUp_GroupType.Name = "lookUp_GroupType"; this.lookUp_GroupType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_GroupType.Size = new System.Drawing.Size(217, 20); this.lookUp_GroupType.TabIndex = 3; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(292, 122); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(51, 23); this.btn_Cancel.TabIndex = 2; 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(28, 122); 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); // // txt_GroupPlcId // this.txt_GroupPlcId.Location = new System.Drawing.Point(126, 83); this.txt_GroupPlcId.Name = "txt_GroupPlcId"; this.txt_GroupPlcId.Size = new System.Drawing.Size(217, 20); this.txt_GroupPlcId.TabIndex = 1; // // txt_GroupName // this.txt_GroupName.Location = new System.Drawing.Point(126, 23); this.txt_GroupName.Name = "txt_GroupName"; this.txt_GroupName.Size = new System.Drawing.Size(217, 20); this.txt_GroupName.TabIndex = 1; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(25, 86); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(92, 14); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "组所属PLC编码:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(25, 56); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(72, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "数据组类型:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(25, 26); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(72, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "数据组名称:"; // // FormEditGroup // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(379, 163); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditGroup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据组信息"; this.Load += new System.EventHandler(this.FormEditGroup_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_GroupType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupPlcId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.TextEdit txt_GroupPlcId; private DevExpress.XtraEditors.TextEdit txt_GroupName; private DevExpress.XtraEditors.LookUpEdit lookUp_GroupType; private DevExpress.XtraEditors.SimpleButton btn_Save; } }