namespace ZJ_BYD.UserControls.PlcPoint { partial class EditPlcPoint { /// /// 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.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.txtSortIndex = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtPointLength = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtPonitStartAddress = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtPointName = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.cmbDataType = new DevExpress.XtraEditors.ComboBoxEdit(); this.TablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.lkStation = new DevExpress.XtraEditors.LookUpEdit(); this.ckIsSystem = new DevExpress.XtraEditors.CheckEdit(); this.lblId = new DevExpress.XtraEditors.LabelControl(); this.ckshowmain = new DevExpress.XtraEditors.CheckEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.cksavedb = new DevExpress.XtraEditors.CheckEdit(); this.ckIsTestItem = new DevExpress.XtraEditors.CheckEdit(); this.lblResultField = new DevExpress.XtraEditors.LabelControl(); this.cmbField = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.ckIsResponse = new DevExpress.XtraEditors.CheckEdit(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.ckIsSub = new DevExpress.XtraEditors.CheckEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.ckIsActive = new DevExpress.XtraEditors.CheckEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtPointCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); 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.txtSortIndex.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPointLength.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPonitStartAddress.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPointName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbDataType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TablePanel1)).BeginInit(); this.TablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkStation.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsSystem.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckshowmain.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cksavedb.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsTestItem.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbField.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsResponse.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsSub.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsActive.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPointCode.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(1000, 41); this.panelControl8.TabIndex = 6; // // 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, 8); this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(115, 27); this.labelControl18.TabIndex = 0; this.labelControl18.Text = "PLC点位维护"; // // btnCancel // this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnCancel.Appearance.Options.UseFont = true; this.TablePanel1.SetColumn(this.btnCancel, 3); this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCancel.Location = new System.Drawing.Point(764, 448); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancel.Name = "btnCancel"; this.TablePanel1.SetRow(this.btnCancel, 16); this.btnCancel.Size = new System.Drawing.Size(223, 42); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // labelControl10 // this.labelControl10.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl10.Appearance.Options.UseFont = true; this.labelControl10.Appearance.Options.UseTextOptions = true; this.labelControl10.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl10, 0); this.labelControl10.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl10.Location = new System.Drawing.Point(13, 125); this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl10.Name = "labelControl10"; this.TablePanel1.SetRow(this.labelControl10, 4); this.labelControl10.Size = new System.Drawing.Size(177, 35); this.labelControl10.TabIndex = 0; this.labelControl10.Text = "点位起始地址:"; // // txtSortIndex // this.TablePanel1.SetColumn(this.txtSortIndex, 1); this.txtSortIndex.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSortIndex.Location = new System.Drawing.Point(196, 233); this.txtSortIndex.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.txtSortIndex.Name = "txtSortIndex"; this.txtSortIndex.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtSortIndex.Properties.Appearance.Options.UseFont = true; this.txtSortIndex.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtSortIndex, 8); this.txtSortIndex.Size = new System.Drawing.Size(375, 35); this.txtSortIndex.TabIndex = 1; this.txtSortIndex.Tag = "NotNull&排序索引&True"; // // labelControl8 // this.labelControl8.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl8.Appearance.Options.UseFont = true; this.labelControl8.Appearance.Options.UseTextOptions = true; this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl8, 0); this.labelControl8.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl8.Location = new System.Drawing.Point(13, 233); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl8.Name = "labelControl8"; this.TablePanel1.SetRow(this.labelControl8, 8); this.labelControl8.Size = new System.Drawing.Size(177, 35); this.labelControl8.TabIndex = 0; this.labelControl8.Text = "排序索引:"; // // labelControl6 // this.labelControl6.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl6.Appearance.Options.UseFont = true; this.labelControl6.Appearance.Options.UseTextOptions = true; this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl6, 0); this.labelControl6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl6.Location = new System.Drawing.Point(13, 287); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl6.Name = "labelControl6"; this.TablePanel1.SetRow(this.labelControl6, 10); this.labelControl6.Size = new System.Drawing.Size(177, 35); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "是否在主页面显示:"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Appearance.Options.UseTextOptions = true; this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl5, 0); this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl5.Location = new System.Drawing.Point(13, 179); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl5.Name = "labelControl5"; this.TablePanel1.SetRow(this.labelControl5, 6); this.labelControl5.Size = new System.Drawing.Size(177, 35); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "数据类型:"; // // txtPointLength // this.TablePanel1.SetColumn(this.txtPointLength, 3); this.txtPointLength.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPointLength.Location = new System.Drawing.Point(764, 125); this.txtPointLength.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.txtPointLength.Name = "txtPointLength"; this.txtPointLength.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtPointLength.Properties.Appearance.Options.UseFont = true; this.txtPointLength.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtPointLength, 4); this.txtPointLength.Size = new System.Drawing.Size(223, 35); this.txtPointLength.TabIndex = 1; this.txtPointLength.Tag = "NotNull&长度&True"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseTextOptions = true; this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl4, 2); this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl4.Location = new System.Drawing.Point(577, 125); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl4.Name = "labelControl4"; this.TablePanel1.SetRow(this.labelControl4, 4); this.labelControl4.Size = new System.Drawing.Size(181, 35); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "长度:"; // // txtPonitStartAddress // this.TablePanel1.SetColumn(this.txtPonitStartAddress, 1); this.txtPonitStartAddress.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPonitStartAddress.Location = new System.Drawing.Point(196, 125); this.txtPonitStartAddress.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.txtPonitStartAddress.Name = "txtPonitStartAddress"; this.txtPonitStartAddress.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtPonitStartAddress.Properties.Appearance.Options.UseFont = true; this.txtPonitStartAddress.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtPonitStartAddress, 4); this.txtPonitStartAddress.Size = new System.Drawing.Size(375, 35); this.txtPonitStartAddress.TabIndex = 1; this.txtPonitStartAddress.Tag = "NotNull&点位起始地址&True"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseTextOptions = true; this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl3, 2); this.labelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl3.Location = new System.Drawing.Point(577, 179); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl3.Name = "labelControl3"; this.TablePanel1.SetRow(this.labelControl3, 6); this.labelControl3.Size = new System.Drawing.Size(181, 35); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "是否存数据库:"; // // txtPointName // this.TablePanel1.SetColumn(this.txtPointName, 3); this.txtPointName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPointName.Location = new System.Drawing.Point(764, 71); this.txtPointName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.txtPointName.Name = "txtPointName"; this.txtPointName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtPointName.Properties.Appearance.Options.UseFont = true; this.txtPointName.Properties.AutoHeight = false; this.TablePanel1.SetRow(this.txtPointName, 2); this.txtPointName.Size = new System.Drawing.Size(223, 35); this.txtPointName.TabIndex = 1; this.txtPointName.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, 2); this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl2.Location = new System.Drawing.Point(577, 71); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl2.Name = "labelControl2"; this.TablePanel1.SetRow(this.labelControl2, 2); this.labelControl2.Size = new System.Drawing.Size(181, 35); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "点位名称:"; // // 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.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSave.Location = new System.Drawing.Point(577, 448); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnSave.Name = "btnSave"; this.TablePanel1.SetRow(this.btnSave, 16); this.btnSave.Size = new System.Drawing.Size(181, 42); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // cmbDataType // this.TablePanel1.SetColumn(this.cmbDataType, 1); this.cmbDataType.Location = new System.Drawing.Point(196, 178); this.cmbDataType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.cmbDataType.Name = "cmbDataType"; this.cmbDataType.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbDataType.Properties.Appearance.Options.UseFont = true; this.cmbDataType.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbDataType.Properties.AppearanceDropDown.Options.UseFont = true; this.cmbDataType.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbDataType.Properties.AppearanceFocused.Options.UseFont = true; this.cmbDataType.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbDataType.Properties.AppearanceItemSelected.Options.UseFont = true; this.cmbDataType.Properties.AutoHeight = false; this.cmbDataType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbDataType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.TablePanel1.SetRow(this.cmbDataType, 6); this.cmbDataType.Size = new System.Drawing.Size(375, 37); this.cmbDataType.TabIndex = 4; this.cmbDataType.Tag = "NotNull&数据类型&True"; // // TablePanel1 // this.TablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 183F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 25F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 187.2001F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 15F)}); this.TablePanel1.Controls.Add(this.lkStation); this.TablePanel1.Controls.Add(this.ckIsSystem); this.TablePanel1.Controls.Add(this.lblId); this.TablePanel1.Controls.Add(this.ckshowmain); this.TablePanel1.Controls.Add(this.cmbDataType); this.TablePanel1.Controls.Add(this.btnSave); this.TablePanel1.Controls.Add(this.labelControl2); this.TablePanel1.Controls.Add(this.txtPointName); this.TablePanel1.Controls.Add(this.labelControl3); this.TablePanel1.Controls.Add(this.txtPonitStartAddress); this.TablePanel1.Controls.Add(this.labelControl4); this.TablePanel1.Controls.Add(this.txtPointLength); this.TablePanel1.Controls.Add(this.labelControl5); this.TablePanel1.Controls.Add(this.labelControl6); this.TablePanel1.Controls.Add(this.labelControl7); this.TablePanel1.Controls.Add(this.labelControl8); this.TablePanel1.Controls.Add(this.txtSortIndex); this.TablePanel1.Controls.Add(this.labelControl10); this.TablePanel1.Controls.Add(this.btnCancel); this.TablePanel1.Controls.Add(this.cksavedb); this.TablePanel1.Controls.Add(this.ckIsTestItem); this.TablePanel1.Controls.Add(this.lblResultField); this.TablePanel1.Controls.Add(this.cmbField); this.TablePanel1.Controls.Add(this.labelControl11); this.TablePanel1.Controls.Add(this.ckIsResponse); this.TablePanel1.Controls.Add(this.labelControl12); this.TablePanel1.Controls.Add(this.ckIsSub); this.TablePanel1.Controls.Add(this.labelControl13); this.TablePanel1.Controls.Add(this.ckIsActive); this.TablePanel1.Controls.Add(this.labelControl1); this.TablePanel1.Controls.Add(this.txtPointCode); this.TablePanel1.Controls.Add(this.labelControl9); this.TablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.TablePanel1.Location = new System.Drawing.Point(0, 41); this.TablePanel1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.TablePanel1.Name = "TablePanel1"; this.TablePanel1.Padding = new System.Windows.Forms.Padding(10, 12, 10, 0); this.TablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 2F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)}); this.TablePanel1.Size = new System.Drawing.Size(1000, 494); this.TablePanel1.TabIndex = 7; // // lkStation // this.TablePanel1.SetColumn(this.lkStation, 1); this.lkStation.Dock = System.Windows.Forms.DockStyle.Fill; this.lkStation.Location = new System.Drawing.Point(196, 15); this.lkStation.Name = "lkStation"; this.lkStation.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.lkStation.Properties.Appearance.Options.UseFont = true; this.lkStation.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F); this.lkStation.Properties.AppearanceDropDown.Options.UseFont = true; this.lkStation.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F); this.lkStation.Properties.AppearanceFocused.Options.UseFont = true; this.lkStation.Properties.AutoHeight = false; this.lkStation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkStation.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "Name1", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Text", "工位名称")}); this.lkStation.Properties.NullText = ""; this.TablePanel1.SetRow(this.lkStation, 0); this.lkStation.Size = new System.Drawing.Size(375, 39); this.lkStation.TabIndex = 18; this.lkStation.EditValueChanged += new System.EventHandler(this.lkStation_EditValueChanged); // // ckIsSystem // this.TablePanel1.SetColumn(this.ckIsSystem, 0); this.ckIsSystem.Location = new System.Drawing.Point(13, 457); this.ckIsSystem.Name = "ckIsSystem"; this.ckIsSystem.Properties.Caption = "checkEdit1"; this.TablePanel1.SetRow(this.ckIsSystem, 16); this.ckIsSystem.Size = new System.Drawing.Size(177, 24); this.ckIsSystem.TabIndex = 17; this.ckIsSystem.Visible = false; // // lblId // this.TablePanel1.SetColumn(this.lblId, 1); this.lblId.Location = new System.Drawing.Point(196, 330); this.lblId.Name = "lblId"; this.TablePanel1.SetRow(this.lblId, 11); this.lblId.Size = new System.Drawing.Size(0, 3); this.lblId.TabIndex = 15; this.lblId.Visible = false; // // ckshowmain // this.TablePanel1.SetColumn(this.ckshowmain, 1); this.ckshowmain.Dock = System.Windows.Forms.DockStyle.Fill; this.ckshowmain.Location = new System.Drawing.Point(196, 287); this.ckshowmain.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.ckshowmain.Name = "ckshowmain"; this.ckshowmain.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ckshowmain.Properties.Appearance.Options.UseFont = true; this.ckshowmain.Properties.Caption = ""; this.ckshowmain.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.ckshowmain, 10); this.ckshowmain.Size = new System.Drawing.Size(375, 35); this.ckshowmain.TabIndex = 14; this.ckshowmain.TabStop = false; // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl7.Appearance.Options.UseFont = true; this.labelControl7.Appearance.Options.UseTextOptions = true; this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl7, 2); this.labelControl7.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl7.Location = new System.Drawing.Point(577, 287); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl7.Name = "labelControl7"; this.TablePanel1.SetRow(this.labelControl7, 10); this.labelControl7.Size = new System.Drawing.Size(181, 35); this.labelControl7.TabIndex = 0; this.labelControl7.Text = "是否测试项点位:"; // // cksavedb // this.TablePanel1.SetColumn(this.cksavedb, 3); this.cksavedb.Dock = System.Windows.Forms.DockStyle.Fill; this.cksavedb.Location = new System.Drawing.Point(764, 179); this.cksavedb.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.cksavedb.Name = "cksavedb"; this.cksavedb.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.cksavedb.Properties.Appearance.Options.UseFont = true; this.cksavedb.Properties.Caption = ""; this.cksavedb.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.cksavedb, 6); this.cksavedb.Size = new System.Drawing.Size(223, 35); this.cksavedb.TabIndex = 14; this.cksavedb.TabStop = false; this.cksavedb.CheckedChanged += new System.EventHandler(this.cksavedb_CheckedChanged); // // ckIsTestItem // this.TablePanel1.SetColumn(this.ckIsTestItem, 3); this.ckIsTestItem.Dock = System.Windows.Forms.DockStyle.Fill; this.ckIsTestItem.Location = new System.Drawing.Point(764, 287); this.ckIsTestItem.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.ckIsTestItem.Name = "ckIsTestItem"; this.ckIsTestItem.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ckIsTestItem.Properties.Appearance.Options.UseFont = true; this.ckIsTestItem.Properties.Caption = ""; this.ckIsTestItem.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.ckIsTestItem, 10); this.ckIsTestItem.Size = new System.Drawing.Size(223, 35); this.ckIsTestItem.TabIndex = 14; this.ckIsTestItem.TabStop = false; // // lblResultField // this.lblResultField.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.lblResultField.Appearance.Options.UseFont = true; this.lblResultField.Appearance.Options.UseTextOptions = true; this.lblResultField.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.lblResultField, 2); this.lblResultField.Dock = System.Windows.Forms.DockStyle.Fill; this.lblResultField.Location = new System.Drawing.Point(577, 233); this.lblResultField.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.lblResultField.Name = "lblResultField"; this.TablePanel1.SetRow(this.lblResultField, 8); this.lblResultField.Size = new System.Drawing.Size(181, 35); this.lblResultField.TabIndex = 0; this.lblResultField.Text = "匹配字段:"; // // cmbField // this.TablePanel1.SetColumn(this.cmbField, 3); this.cmbField.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbField.Location = new System.Drawing.Point(764, 232); this.cmbField.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.cmbField.Name = "cmbField"; this.cmbField.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbField.Properties.Appearance.Options.UseFont = true; this.cmbField.Properties.AppearanceDisabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.cmbField.Properties.AppearanceDisabled.Options.UseBackColor = true; this.cmbField.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbField.Properties.AppearanceDropDown.Options.UseFont = true; this.cmbField.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbField.Properties.AppearanceFocused.Options.UseFont = true; this.cmbField.Properties.AppearanceItemDisabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.cmbField.Properties.AppearanceItemDisabled.Options.UseBackColor = true; this.cmbField.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 12F); this.cmbField.Properties.AppearanceItemSelected.Options.UseFont = true; this.cmbField.Properties.AutoHeight = false; this.cmbField.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbField.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.TablePanel1.SetRow(this.cmbField, 8); this.cmbField.Size = new System.Drawing.Size(223, 37); this.cmbField.TabIndex = 4; this.cmbField.SelectedValueChanged += new System.EventHandler(this.cmbField_SelectedValueChanged); // // labelControl11 // this.labelControl11.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl11.Appearance.Options.UseFont = true; this.labelControl11.Appearance.Options.UseTextOptions = true; this.labelControl11.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl11, 0); this.labelControl11.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl11.Location = new System.Drawing.Point(13, 341); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl11.Name = "labelControl11"; this.TablePanel1.SetRow(this.labelControl11, 12); this.labelControl11.Size = new System.Drawing.Size(177, 35); this.labelControl11.TabIndex = 0; this.labelControl11.Text = "是否反馈数据点位:"; // // ckIsResponse // this.TablePanel1.SetColumn(this.ckIsResponse, 1); this.ckIsResponse.Dock = System.Windows.Forms.DockStyle.Fill; this.ckIsResponse.Location = new System.Drawing.Point(196, 341); this.ckIsResponse.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.ckIsResponse.Name = "ckIsResponse"; this.ckIsResponse.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ckIsResponse.Properties.Appearance.Options.UseFont = true; this.ckIsResponse.Properties.Caption = ""; this.ckIsResponse.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.ckIsResponse, 12); this.ckIsResponse.Size = new System.Drawing.Size(375, 35); this.ckIsResponse.TabIndex = 14; this.ckIsResponse.TabStop = false; // // labelControl12 // this.labelControl12.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl12.Appearance.Options.UseFont = true; this.labelControl12.Appearance.Options.UseTextOptions = true; this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl12, 2); this.labelControl12.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl12.Location = new System.Drawing.Point(577, 341); this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl12.Name = "labelControl12"; this.TablePanel1.SetRow(this.labelControl12, 12); this.labelControl12.Size = new System.Drawing.Size(181, 35); this.labelControl12.TabIndex = 0; this.labelControl12.Text = "是否组件条码点位:"; // // ckIsSub // this.TablePanel1.SetColumn(this.ckIsSub, 3); this.ckIsSub.Dock = System.Windows.Forms.DockStyle.Fill; this.ckIsSub.Location = new System.Drawing.Point(764, 341); this.ckIsSub.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.ckIsSub.Name = "ckIsSub"; this.ckIsSub.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ckIsSub.Properties.Appearance.Options.UseFont = true; this.ckIsSub.Properties.Caption = ""; this.ckIsSub.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.ckIsSub, 12); this.ckIsSub.Size = new System.Drawing.Size(223, 35); this.ckIsSub.TabIndex = 14; this.ckIsSub.TabStop = false; // // labelControl13 // this.labelControl13.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl13.Appearance.Options.UseFont = true; this.labelControl13.Appearance.Options.UseTextOptions = true; this.labelControl13.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl13, 0); this.labelControl13.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl13.Location = new System.Drawing.Point(13, 395); this.labelControl13.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl13.Name = "labelControl13"; this.TablePanel1.SetRow(this.labelControl13, 14); this.labelControl13.Size = new System.Drawing.Size(177, 35); this.labelControl13.TabIndex = 0; this.labelControl13.Text = "是否启用:"; // // ckIsActive // this.TablePanel1.SetColumn(this.ckIsActive, 1); this.ckIsActive.Dock = System.Windows.Forms.DockStyle.Fill; this.ckIsActive.Location = new System.Drawing.Point(196, 395); this.ckIsActive.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.ckIsActive.Name = "ckIsActive"; this.ckIsActive.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ckIsActive.Properties.Appearance.Options.UseFont = true; this.ckIsActive.Properties.Caption = ""; this.ckIsActive.Properties.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1; this.TablePanel1.SetRow(this.ckIsActive, 14); this.ckIsActive.Size = new System.Drawing.Size(375, 35); this.ckIsActive.TabIndex = 14; this.ckIsActive.TabStop = false; // // 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, 71); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl1.Name = "labelControl1"; this.TablePanel1.SetRow(this.labelControl1, 2); this.labelControl1.Size = new System.Drawing.Size(177, 35); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "点位编号:"; // // txtPointCode // this.TablePanel1.SetColumn(this.txtPointCode, 1); this.txtPointCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPointCode.Location = new System.Drawing.Point(196, 71); this.txtPointCode.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.txtPointCode.Name = "txtPointCode"; this.txtPointCode.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtPointCode.Properties.Appearance.Options.UseFont = true; this.txtPointCode.Properties.AutoHeight = false; this.txtPointCode.Properties.NullValuePrompt = "默认与点位起始地址一致"; this.TablePanel1.SetRow(this.txtPointCode, 2); this.txtPointCode.Size = new System.Drawing.Size(375, 35); this.txtPointCode.TabIndex = 1; this.txtPointCode.Tag = ""; // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Appearance.Options.UseTextOptions = true; this.labelControl9.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.TablePanel1.SetColumn(this.labelControl9, 0); this.labelControl9.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl9.Location = new System.Drawing.Point(13, 17); this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl9.Name = "labelControl9"; this.TablePanel1.SetRow(this.labelControl9, 0); this.labelControl9.Size = new System.Drawing.Size(177, 35); this.labelControl9.TabIndex = 0; this.labelControl9.Text = "工位:"; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // EditPlcPoint // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1000, 535); 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 = "EditPlcPoint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "EditPlcConfig"; this.Load += new System.EventHandler(this.EditPlcPoint_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit(); this.panelControl8.ResumeLayout(false); this.panelControl8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtSortIndex.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPointLength.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPonitStartAddress.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPointName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbDataType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TablePanel1)).EndInit(); this.TablePanel1.ResumeLayout(false); this.TablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkStation.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsSystem.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckshowmain.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cksavedb.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsTestItem.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbField.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsResponse.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsSub.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckIsActive.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPointCode.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl8; private DevExpress.XtraEditors.LabelControl labelControl18; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.Utils.Layout.TablePanel TablePanel1; private DevExpress.XtraEditors.ComboBoxEdit cmbDataType; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txtPointName; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtPonitStartAddress; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtPointLength; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.TextEdit txtSortIndex; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.CheckEdit ckshowmain; private DevExpress.XtraEditors.CheckEdit cksavedb; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.CheckEdit ckIsTestItem; private DevExpress.XtraEditors.LabelControl lblId; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.XtraEditors.LabelControl lblResultField; private DevExpress.XtraEditors.ComboBoxEdit cmbField; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.CheckEdit ckIsResponse; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.CheckEdit ckIsSub; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.CheckEdit ckIsActive; private DevExpress.XtraEditors.CheckEdit ckIsSystem; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txtPointCode; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LookUpEdit lkStation; } }