namespace SIMDP.View { partial class FormEditPoint { /// /// 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.textEdit_DataProc = new DevExpress.XtraEditors.MemoEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.lookUp_PointType = new DevExpress.XtraEditors.LookUpEdit(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.txt_PointPlcId = new DevExpress.XtraEditors.TextEdit(); this.txt_PointGroupId = new DevExpress.XtraEditors.TextEdit(); this.txt_PointSource = new DevExpress.XtraEditors.TextEdit(); this.txt_PointName = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); 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.textEdit_DataProc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_PointType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointPlcId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointGroupId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointSource.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointName.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.textEdit_DataProc); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.btn_Save); this.panelControl1.Controls.Add(this.lookUp_PointType); this.panelControl1.Controls.Add(this.btn_Cancel); this.panelControl1.Controls.Add(this.btn_Add); this.panelControl1.Controls.Add(this.txt_PointPlcId); this.panelControl1.Controls.Add(this.txt_PointGroupId); this.panelControl1.Controls.Add(this.txt_PointSource); this.panelControl1.Controls.Add(this.txt_PointName); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl5); 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(487, 391); this.panelControl1.TabIndex = 0; // // textEdit_DataProc // this.textEdit_DataProc.Location = new System.Drawing.Point(171, 212); this.textEdit_DataProc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textEdit_DataProc.Name = "textEdit_DataProc"; this.textEdit_DataProc.Size = new System.Drawing.Size(283, 104); this.textEdit_DataProc.TabIndex = 6; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(19, 216); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(120, 18); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "数据点执行逻辑:"; // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(286, 343); 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 = 8; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // lookUp_PointType // this.lookUp_PointType.Location = new System.Drawing.Point(171, 62); this.lookUp_PointType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lookUp_PointType.Name = "lookUp_PointType"; this.lookUp_PointType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_PointType.Size = new System.Drawing.Size(283, 24); this.lookUp_PointType.TabIndex = 2; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(397, 343); 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 = 9; 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(137, 343); 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 = 7; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // txt_PointPlcId // this.txt_PointPlcId.Location = new System.Drawing.Point(171, 167); this.txt_PointPlcId.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_PointPlcId.Name = "txt_PointPlcId"; this.txt_PointPlcId.Size = new System.Drawing.Size(283, 24); this.txt_PointPlcId.TabIndex = 5; // // txt_PointGroupId // this.txt_PointGroupId.Location = new System.Drawing.Point(171, 131); this.txt_PointGroupId.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_PointGroupId.Name = "txt_PointGroupId"; this.txt_PointGroupId.Size = new System.Drawing.Size(283, 24); this.txt_PointGroupId.TabIndex = 4; // // txt_PointSource // this.txt_PointSource.Location = new System.Drawing.Point(171, 98); this.txt_PointSource.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_PointSource.Name = "txt_PointSource"; this.txt_PointSource.Size = new System.Drawing.Size(283, 24); this.txt_PointSource.TabIndex = 3; // // txt_PointName // this.txt_PointName.Location = new System.Drawing.Point(171, 23); this.txt_PointName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_PointName.Name = "txt_PointName"; this.txt_PointName.Size = new System.Drawing.Size(283, 24); this.txt_PointName.TabIndex = 1; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(19, 171); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(139, 18); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "数据点PLC 编码(*):"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(19, 135); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(155, 18); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "数据点采集组编码(*):"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(19, 99); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(149, 18); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "数据点PLC变量名(*):"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(19, 63); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(110, 18); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "数据点类型(*):"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(19, 27); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(110, 18); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "数据点名称(*):"; // // FormEditPoint // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(482, 388); this.Controls.Add(this.panelControl1); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditPoint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据点信息"; this.Load += new System.EventHandler(this.FormEditPoint_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DataProc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_PointType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointPlcId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointGroupId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointSource.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PointName.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.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.TextEdit txt_PointPlcId; private DevExpress.XtraEditors.TextEdit txt_PointGroupId; private DevExpress.XtraEditors.TextEdit txt_PointSource; private DevExpress.XtraEditors.TextEdit txt_PointName; private DevExpress.XtraEditors.LookUpEdit lookUp_PointType; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.MemoEdit textEdit_DataProc; } }