You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

947 lines
59 KiB
C#


namespace ZJ_BYD.UserControls.PlcPoint
{
partial class PlcPointConfig
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlcPointConfig));
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnsearch = new DevExpress.XtraEditors.SimpleButton();
this.btnDown = new DevExpress.XtraEditors.SimpleButton();
this.btnimport = new DevExpress.XtraEditors.SimpleButton();
this.btndel = new DevExpress.XtraEditors.SimpleButton();
this.txtkeyword = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.gridcontrol = new DevExpress.XtraGrid.Views.Grid.GridView();
this.Id = new DevExpress.XtraGrid.Columns.GridColumn();
this.StationCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.StationName = new DevExpress.XtraGrid.Columns.GridColumn();
this.PointCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.PointName = new DevExpress.XtraGrid.Columns.GridColumn();
this.PointStartAddress = new DevExpress.XtraGrid.Columns.GridColumn();
this.PointLength = new DevExpress.XtraGrid.Columns.GridColumn();
this.PointDataType = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsShowMain = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsSaveDb = new DevExpress.XtraGrid.Columns.GridColumn();
this.ResultField = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsTestItem = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsSub = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsResponseData = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsSystem = new DevExpress.XtraGrid.Columns.GridColumn();
this.SortIndex = new DevExpress.XtraGrid.Columns.GridColumn();
this.Remark = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsActive = new DevExpress.XtraGrid.Columns.GridColumn();
this.operate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.plcgrid = new DevExpress.XtraGrid.GridControl();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.cmbStation = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.gridPage1 = new ZJ_BYD.UserControls.GridPage();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true, typeof(System.Windows.Forms.UserControl));
this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel();
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
this.panelControl8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridcontrol)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.plcgrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStation.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit();
this.tablePanel2.SuspendLayout();
this.SuspendLayout();
//
// panelControl8
//
this.panelControl8.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl8.Appearance.Options.UseBackColor = true;
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl8.Controls.Add(this.separatorControl1);
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(1489, 49);
this.panelControl8.TabIndex = 2;
//
// separatorControl1
//
this.separatorControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.separatorControl1.LineAlignment = DevExpress.XtraEditors.Alignment.Center;
this.separatorControl1.LineColor = System.Drawing.Color.Silver;
this.separatorControl1.Location = new System.Drawing.Point(0, 29);
this.separatorControl1.Margin = new System.Windows.Forms.Padding(0);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Padding = new System.Windows.Forms.Padding(0);
this.separatorControl1.Size = new System.Drawing.Size(1489, 20);
this.separatorControl1.TabIndex = 1;
//
// 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.DimGray;
this.labelControl18.Appearance.Options.UseFont = true;
this.labelControl18.Appearance.Options.UseForeColor = true;
this.labelControl18.Location = new System.Drawing.Point(3, 7);
this.labelControl18.Name = "labelControl18";
this.labelControl18.Size = new System.Drawing.Size(93, 21);
this.labelControl18.TabIndex = 0;
this.labelControl18.Text = "PLC点位设置";
//
// btnAdd
//
this.btnAdd.Appearance.BorderColor = System.Drawing.Color.Transparent;
this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnAdd.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnAdd.Appearance.Options.UseBorderColor = true;
this.btnAdd.Appearance.Options.UseFont = true;
this.btnAdd.Appearance.Options.UseForeColor = true;
this.tablePanel2.SetColumn(this.btnAdd, 5);
this.btnAdd.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
this.btnAdd.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnAdd.Location = new System.Drawing.Point(822, 4);
this.btnAdd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnAdd.Name = "btnAdd";
this.tablePanel2.SetRow(this.btnAdd, 0);
this.btnAdd.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnAdd.Size = new System.Drawing.Size(111, 25);
this.btnAdd.TabIndex = 24;
this.btnAdd.Text = "新增";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnsearch
//
this.btnsearch.Appearance.BorderColor = System.Drawing.Color.Transparent;
this.btnsearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnsearch.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnsearch.Appearance.Options.UseBorderColor = true;
this.btnsearch.Appearance.Options.UseFont = true;
this.btnsearch.Appearance.Options.UseForeColor = true;
this.tablePanel2.SetColumn(this.btnsearch, 4);
this.btnsearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnsearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnsearch.ImageOptions.Image")));
this.btnsearch.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnsearch.Location = new System.Drawing.Point(706, 4);
this.btnsearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnsearch.Name = "btnsearch";
this.tablePanel2.SetRow(this.btnsearch, 0);
this.btnsearch.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnsearch.Size = new System.Drawing.Size(111, 25);
this.btnsearch.TabIndex = 24;
this.btnsearch.Text = "查询";
this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
//
// btnDown
//
this.btnDown.Appearance.BorderColor = System.Drawing.Color.Transparent;
this.btnDown.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnDown.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnDown.Appearance.Options.UseBorderColor = true;
this.btnDown.Appearance.Options.UseFont = true;
this.btnDown.Appearance.Options.UseForeColor = true;
this.tablePanel2.SetColumn(this.btnDown, 6);
this.btnDown.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnDown.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDown.ImageOptions.Image")));
this.btnDown.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnDown.Location = new System.Drawing.Point(939, 4);
this.btnDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnDown.Name = "btnDown";
this.tablePanel2.SetRow(this.btnDown, 0);
this.btnDown.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnDown.Size = new System.Drawing.Size(140, 25);
this.btnDown.TabIndex = 24;
this.btnDown.Text = "模板下载";
this.btnDown.Visible = false;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnimport
//
this.btnimport.Appearance.BorderColor = System.Drawing.Color.Transparent;
this.btnimport.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnimport.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnimport.Appearance.Options.UseBorderColor = true;
this.btnimport.Appearance.Options.UseFont = true;
this.btnimport.Appearance.Options.UseForeColor = true;
this.tablePanel2.SetColumn(this.btnimport, 7);
this.btnimport.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnimport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnimport.ImageOptions.Image")));
this.btnimport.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnimport.Location = new System.Drawing.Point(1084, 4);
this.btnimport.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnimport.Name = "btnimport";
this.tablePanel2.SetRow(this.btnimport, 0);
this.btnimport.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnimport.Size = new System.Drawing.Size(140, 25);
this.btnimport.TabIndex = 24;
this.btnimport.Text = "导入Excel";
this.btnimport.Click += new System.EventHandler(this.btnimport_Click);
//
// btndel
//
this.btndel.Appearance.BorderColor = System.Drawing.Color.Transparent;
this.btndel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btndel.Appearance.ForeColor = System.Drawing.Color.Black;
this.btndel.Appearance.Options.UseBorderColor = true;
this.btndel.Appearance.Options.UseFont = true;
this.btndel.Appearance.Options.UseForeColor = true;
this.tablePanel2.SetColumn(this.btndel, 9);
this.btndel.Dock = System.Windows.Forms.DockStyle.Fill;
this.btndel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btndel.ImageOptions.Image")));
this.btndel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btndel.Location = new System.Drawing.Point(1375, 4);
this.btndel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btndel.Name = "btndel";
this.tablePanel2.SetRow(this.btndel, 0);
this.btndel.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btndel.Size = new System.Drawing.Size(111, 25);
this.btndel.TabIndex = 24;
this.btndel.Text = "删除";
this.btndel.Click += new System.EventHandler(this.btndel_Click);
//
// txtkeyword
//
this.tablePanel2.SetColumn(this.txtkeyword, 3);
this.txtkeyword.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtkeyword.EditValue = "";
this.txtkeyword.Location = new System.Drawing.Point(414, 3);
this.txtkeyword.Name = "txtkeyword";
this.txtkeyword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtkeyword.Properties.Appearance.Options.UseFont = true;
this.txtkeyword.Properties.AutoHeight = false;
this.txtkeyword.Properties.NullValuePrompt = "请输入(点位编码/名称)关键字";
this.tablePanel2.SetRow(this.txtkeyword, 0);
this.txtkeyword.Size = new System.Drawing.Size(285, 27);
this.txtkeyword.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseTextOptions = true;
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.tablePanel2.SetColumn(this.labelControl1, 2);
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl1.Location = new System.Drawing.Point(354, 3);
this.labelControl1.Name = "labelControl1";
this.tablePanel2.SetRow(this.labelControl1, 0);
this.labelControl1.Size = new System.Drawing.Size(54, 27);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "关键字:";
//
// gridcontrol
//
this.gridcontrol.Appearance.EvenRow.BackColor = System.Drawing.Color.White;
this.gridcontrol.Appearance.EvenRow.Options.UseBackColor = true;
this.gridcontrol.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.gridcontrol.Appearance.FocusedRow.Options.UseBackColor = true;
this.gridcontrol.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.gridcontrol.Appearance.OddRow.Options.UseBackColor = true;
this.gridcontrol.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(221)))), ((int)(((byte)(245)))));
this.gridcontrol.Appearance.SelectedRow.Options.UseBackColor = true;
this.gridcontrol.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.Id,
this.StationCode,
this.StationName,
this.PointCode,
this.PointName,
this.PointStartAddress,
this.PointLength,
this.PointDataType,
this.StrIsShowMain,
this.StrIsSaveDb,
this.ResultField,
this.StrIsTestItem,
this.StrIsSub,
this.StrIsResponseData,
this.StrIsSystem,
this.SortIndex,
this.Remark,
this.StrIsActive,
this.operate});
this.gridcontrol.DetailHeight = 327;
this.gridcontrol.GridControl = this.plcgrid;
this.gridcontrol.Name = "gridcontrol";
this.gridcontrol.OptionsSelection.CheckBoxSelectorColumnWidth = 44;
this.gridcontrol.OptionsSelection.MultiSelect = true;
this.gridcontrol.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.gridcontrol.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true;
this.gridcontrol.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
this.gridcontrol.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False;
this.gridcontrol.OptionsSelection.ShowCheckBoxSelectorInPrintExport = DevExpress.Utils.DefaultBoolean.False;
this.gridcontrol.OptionsView.ColumnAutoWidth = false;
this.gridcontrol.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
this.gridcontrol.OptionsView.EnableAppearanceEvenRow = true;
this.gridcontrol.OptionsView.EnableAppearanceOddRow = true;
this.gridcontrol.OptionsView.ShowGroupPanel = false;
this.gridcontrol.RowHeight = 47;
//
// Id
//
this.Id.Caption = "Id";
this.Id.FieldName = "Id";
this.Id.MinWidth = 22;
this.Id.Name = "Id";
this.Id.Width = 82;
//
// StationCode
//
this.StationCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StationCode.AppearanceCell.Options.UseFont = true;
this.StationCode.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StationCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StationCode.AppearanceHeader.Options.UseBackColor = true;
this.StationCode.AppearanceHeader.Options.UseFont = true;
this.StationCode.Caption = "工位编码";
this.StationCode.FieldName = "StationCode";
this.StationCode.MinWidth = 87;
this.StationCode.Name = "StationCode";
this.StationCode.OptionsColumn.AllowMove = false;
this.StationCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StationCode.OptionsColumn.ReadOnly = true;
this.StationCode.OptionsFilter.AllowAutoFilter = false;
this.StationCode.OptionsFilter.AllowFilter = false;
this.StationCode.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.StationCode.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.StationCode.Visible = true;
this.StationCode.VisibleIndex = 1;
this.StationCode.Width = 87;
//
// StationName
//
this.StationName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StationName.AppearanceCell.Options.UseFont = true;
this.StationName.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StationName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StationName.AppearanceHeader.Options.UseBackColor = true;
this.StationName.AppearanceHeader.Options.UseFont = true;
this.StationName.Caption = "工位名称";
this.StationName.FieldName = "StationName";
this.StationName.MinWidth = 175;
this.StationName.Name = "StationName";
this.StationName.OptionsColumn.AllowMove = false;
this.StationName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StationName.OptionsColumn.ReadOnly = true;
this.StationName.OptionsFilter.AllowFilter = false;
this.StationName.Visible = true;
this.StationName.VisibleIndex = 2;
this.StationName.Width = 175;
//
// PointCode
//
this.PointCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointCode.AppearanceCell.Options.UseFont = true;
this.PointCode.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.PointCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointCode.AppearanceHeader.Options.UseBackColor = true;
this.PointCode.AppearanceHeader.Options.UseFont = true;
this.PointCode.Caption = "点位编号";
this.PointCode.FieldName = "PointCode";
this.PointCode.MinWidth = 131;
this.PointCode.Name = "PointCode";
this.PointCode.OptionsColumn.AllowMove = false;
this.PointCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.PointCode.OptionsColumn.ReadOnly = true;
this.PointCode.OptionsFilter.AllowAutoFilter = false;
this.PointCode.OptionsFilter.AllowFilter = false;
this.PointCode.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.PointCode.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.PointCode.Visible = true;
this.PointCode.VisibleIndex = 3;
this.PointCode.Width = 131;
//
// PointName
//
this.PointName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointName.AppearanceCell.Options.UseFont = true;
this.PointName.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.PointName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointName.AppearanceHeader.Options.UseBackColor = true;
this.PointName.AppearanceHeader.Options.UseFont = true;
this.PointName.Caption = "点位名称";
this.PointName.FieldName = "PointName";
this.PointName.MinWidth = 131;
this.PointName.Name = "PointName";
this.PointName.OptionsColumn.AllowMove = false;
this.PointName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.PointName.OptionsColumn.ReadOnly = true;
this.PointName.OptionsFilter.AllowAutoFilter = false;
this.PointName.OptionsFilter.AllowFilter = false;
this.PointName.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.PointName.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.PointName.Visible = true;
this.PointName.VisibleIndex = 4;
this.PointName.Width = 131;
//
// PointStartAddress
//
this.PointStartAddress.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointStartAddress.AppearanceCell.Options.UseFont = true;
this.PointStartAddress.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.PointStartAddress.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointStartAddress.AppearanceHeader.Options.UseBackColor = true;
this.PointStartAddress.AppearanceHeader.Options.UseFont = true;
this.PointStartAddress.Caption = "起始地址";
this.PointStartAddress.FieldName = "PointStartAddress";
this.PointStartAddress.MinWidth = 105;
this.PointStartAddress.Name = "PointStartAddress";
this.PointStartAddress.OptionsColumn.AllowMove = false;
this.PointStartAddress.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.PointStartAddress.OptionsColumn.ReadOnly = true;
this.PointStartAddress.OptionsFilter.AllowAutoFilter = false;
this.PointStartAddress.OptionsFilter.AllowFilter = false;
this.PointStartAddress.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.PointStartAddress.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.PointStartAddress.Visible = true;
this.PointStartAddress.VisibleIndex = 5;
this.PointStartAddress.Width = 105;
//
// PointLength
//
this.PointLength.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointLength.AppearanceCell.Options.UseFont = true;
this.PointLength.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.PointLength.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointLength.AppearanceHeader.Options.UseBackColor = true;
this.PointLength.AppearanceHeader.Options.UseFont = true;
this.PointLength.Caption = "长度";
this.PointLength.FieldName = "PointLength";
this.PointLength.MinWidth = 131;
this.PointLength.Name = "PointLength";
this.PointLength.OptionsColumn.AllowMove = false;
this.PointLength.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.PointLength.OptionsColumn.ReadOnly = true;
this.PointLength.OptionsFilter.AllowAutoFilter = false;
this.PointLength.OptionsFilter.AllowFilter = false;
this.PointLength.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.PointLength.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.PointLength.Visible = true;
this.PointLength.VisibleIndex = 6;
this.PointLength.Width = 131;
//
// PointDataType
//
this.PointDataType.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointDataType.AppearanceCell.Options.UseFont = true;
this.PointDataType.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.PointDataType.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.PointDataType.AppearanceHeader.Options.UseBackColor = true;
this.PointDataType.AppearanceHeader.Options.UseFont = true;
this.PointDataType.Caption = "数据类型";
this.PointDataType.FieldName = "PointDataType";
this.PointDataType.MinWidth = 105;
this.PointDataType.Name = "PointDataType";
this.PointDataType.OptionsColumn.AllowMove = false;
this.PointDataType.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.PointDataType.OptionsColumn.ReadOnly = true;
this.PointDataType.OptionsFilter.AllowAutoFilter = false;
this.PointDataType.OptionsFilter.AllowFilter = false;
this.PointDataType.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.PointDataType.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.PointDataType.Visible = true;
this.PointDataType.VisibleIndex = 7;
this.PointDataType.Width = 105;
//
// StrIsShowMain
//
this.StrIsShowMain.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsShowMain.AppearanceCell.Options.UseFont = true;
this.StrIsShowMain.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsShowMain.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsShowMain.AppearanceHeader.Options.UseBackColor = true;
this.StrIsShowMain.AppearanceHeader.Options.UseFont = true;
this.StrIsShowMain.Caption = "是否在主页面显示";
this.StrIsShowMain.FieldName = "StrIsShowMain";
this.StrIsShowMain.MinWidth = 219;
this.StrIsShowMain.Name = "StrIsShowMain";
this.StrIsShowMain.OptionsColumn.AllowMove = false;
this.StrIsShowMain.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsShowMain.OptionsColumn.ReadOnly = true;
this.StrIsShowMain.OptionsFilter.AllowAutoFilter = false;
this.StrIsShowMain.OptionsFilter.AllowFilter = false;
this.StrIsShowMain.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.StrIsShowMain.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.StrIsShowMain.Visible = true;
this.StrIsShowMain.VisibleIndex = 8;
this.StrIsShowMain.Width = 219;
//
// StrIsSaveDb
//
this.StrIsSaveDb.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsSaveDb.AppearanceCell.Options.UseFont = true;
this.StrIsSaveDb.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsSaveDb.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsSaveDb.AppearanceHeader.Options.UseBackColor = true;
this.StrIsSaveDb.AppearanceHeader.Options.UseFont = true;
this.StrIsSaveDb.Caption = "是否存数据库";
this.StrIsSaveDb.FieldName = "StrIsSaveDb";
this.StrIsSaveDb.MinWidth = 131;
this.StrIsSaveDb.Name = "StrIsSaveDb";
this.StrIsSaveDb.OptionsColumn.AllowMove = false;
this.StrIsSaveDb.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsSaveDb.OptionsColumn.ReadOnly = true;
this.StrIsSaveDb.OptionsFilter.AllowAutoFilter = false;
this.StrIsSaveDb.OptionsFilter.AllowFilter = false;
this.StrIsSaveDb.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
this.StrIsSaveDb.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.StrIsSaveDb.Visible = true;
this.StrIsSaveDb.VisibleIndex = 9;
this.StrIsSaveDb.Width = 131;
//
// ResultField
//
this.ResultField.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.ResultField.AppearanceCell.Options.UseFont = true;
this.ResultField.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.ResultField.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.ResultField.AppearanceHeader.Options.UseBackColor = true;
this.ResultField.AppearanceHeader.Options.UseFont = true;
this.ResultField.Caption = "字段名称";
this.ResultField.FieldName = "ResultField";
this.ResultField.MinWidth = 105;
this.ResultField.Name = "ResultField";
this.ResultField.OptionsColumn.AllowMove = false;
this.ResultField.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.ResultField.OptionsColumn.ReadOnly = true;
this.ResultField.OptionsFilter.AllowFilter = false;
this.ResultField.Visible = true;
this.ResultField.VisibleIndex = 10;
this.ResultField.Width = 105;
//
// StrIsTestItem
//
this.StrIsTestItem.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsTestItem.AppearanceCell.Options.UseFont = true;
this.StrIsTestItem.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsTestItem.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsTestItem.AppearanceHeader.Options.UseBackColor = true;
this.StrIsTestItem.AppearanceHeader.Options.UseFont = true;
this.StrIsTestItem.Caption = "是否测试项";
this.StrIsTestItem.FieldName = "StrIsTestItem";
this.StrIsTestItem.MinWidth = 131;
this.StrIsTestItem.Name = "StrIsTestItem";
this.StrIsTestItem.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.StrIsTestItem.OptionsColumn.AllowMove = false;
this.StrIsTestItem.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsTestItem.OptionsColumn.ReadOnly = true;
this.StrIsTestItem.OptionsFilter.AllowFilter = false;
this.StrIsTestItem.Visible = true;
this.StrIsTestItem.VisibleIndex = 11;
this.StrIsTestItem.Width = 131;
//
// StrIsSub
//
this.StrIsSub.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsSub.AppearanceCell.Options.UseFont = true;
this.StrIsSub.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsSub.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsSub.AppearanceHeader.Options.UseBackColor = true;
this.StrIsSub.AppearanceHeader.Options.UseFont = true;
this.StrIsSub.Caption = "是否组件条码点位";
this.StrIsSub.FieldName = "StrIsSub";
this.StrIsSub.MinWidth = 175;
this.StrIsSub.Name = "StrIsSub";
this.StrIsSub.OptionsColumn.AllowMove = false;
this.StrIsSub.OptionsColumn.AllowSize = false;
this.StrIsSub.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsSub.OptionsColumn.ReadOnly = true;
this.StrIsSub.OptionsFilter.AllowFilter = false;
this.StrIsSub.Visible = true;
this.StrIsSub.VisibleIndex = 12;
this.StrIsSub.Width = 175;
//
// StrIsResponseData
//
this.StrIsResponseData.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsResponseData.AppearanceCell.Options.UseFont = true;
this.StrIsResponseData.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsResponseData.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsResponseData.AppearanceHeader.Options.UseBackColor = true;
this.StrIsResponseData.AppearanceHeader.Options.UseFont = true;
this.StrIsResponseData.Caption = "是否反馈数据点位";
this.StrIsResponseData.FieldName = "StrIsResponseData";
this.StrIsResponseData.MinWidth = 175;
this.StrIsResponseData.Name = "StrIsResponseData";
this.StrIsResponseData.OptionsColumn.AllowMove = false;
this.StrIsResponseData.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsResponseData.OptionsColumn.ReadOnly = true;
this.StrIsResponseData.OptionsFilter.AllowFilter = false;
this.StrIsResponseData.Visible = true;
this.StrIsResponseData.VisibleIndex = 13;
this.StrIsResponseData.Width = 175;
//
// StrIsSystem
//
this.StrIsSystem.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsSystem.AppearanceCell.Options.UseFont = true;
this.StrIsSystem.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsSystem.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsSystem.AppearanceHeader.Options.UseBackColor = true;
this.StrIsSystem.AppearanceHeader.Options.UseFont = true;
this.StrIsSystem.Caption = "是否系统内置";
this.StrIsSystem.FieldName = "StrIsSystem";
this.StrIsSystem.MinWidth = 131;
this.StrIsSystem.Name = "StrIsSystem";
this.StrIsSystem.OptionsColumn.AllowMove = false;
this.StrIsSystem.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsSystem.OptionsColumn.ReadOnly = true;
this.StrIsSystem.OptionsFilter.AllowFilter = false;
this.StrIsSystem.Visible = true;
this.StrIsSystem.VisibleIndex = 14;
this.StrIsSystem.Width = 131;
//
// SortIndex
//
this.SortIndex.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.SortIndex.AppearanceCell.Options.UseFont = true;
this.SortIndex.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.SortIndex.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.SortIndex.AppearanceHeader.Options.UseBackColor = true;
this.SortIndex.AppearanceHeader.Options.UseFont = true;
this.SortIndex.Caption = "排序索引";
this.SortIndex.FieldName = "SortIndex";
this.SortIndex.MinWidth = 87;
this.SortIndex.Name = "SortIndex";
this.SortIndex.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.SortIndex.OptionsColumn.AllowMove = false;
this.SortIndex.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.SortIndex.OptionsColumn.ReadOnly = true;
this.SortIndex.OptionsFilter.AllowFilter = false;
this.SortIndex.Visible = true;
this.SortIndex.VisibleIndex = 15;
this.SortIndex.Width = 87;
//
// Remark
//
this.Remark.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Remark.AppearanceCell.Options.UseFont = true;
this.Remark.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.Remark.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Remark.AppearanceHeader.Options.UseBackColor = true;
this.Remark.AppearanceHeader.Options.UseFont = true;
this.Remark.Caption = "备注";
this.Remark.FieldName = "Remark";
this.Remark.MinWidth = 262;
this.Remark.Name = "Remark";
this.Remark.OptionsColumn.AllowMove = false;
this.Remark.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.Remark.OptionsColumn.ReadOnly = true;
this.Remark.OptionsFilter.AllowFilter = false;
this.Remark.Visible = true;
this.Remark.VisibleIndex = 16;
this.Remark.Width = 262;
//
// StrIsActive
//
this.StrIsActive.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsActive.AppearanceCell.Options.UseFont = true;
this.StrIsActive.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsActive.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsActive.AppearanceHeader.Options.UseBackColor = true;
this.StrIsActive.AppearanceHeader.Options.UseFont = true;
this.StrIsActive.Caption = "是否启用";
this.StrIsActive.FieldName = "StrIsActive";
this.StrIsActive.MinWidth = 22;
this.StrIsActive.Name = "StrIsActive";
this.StrIsActive.OptionsColumn.AllowMove = false;
this.StrIsActive.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsActive.OptionsColumn.ReadOnly = true;
this.StrIsActive.OptionsFilter.AllowFilter = false;
this.StrIsActive.Visible = true;
this.StrIsActive.VisibleIndex = 17;
this.StrIsActive.Width = 82;
//
// operate
//
this.operate.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.operate.AppearanceCell.Options.UseFont = true;
this.operate.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.operate.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.operate.AppearanceHeader.Options.UseBackColor = true;
this.operate.AppearanceHeader.Options.UseFont = true;
this.operate.Caption = "操作";
this.operate.ColumnEdit = this.repositoryItemHyperLinkEdit1;
this.operate.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
this.operate.MinWidth = 87;
this.operate.Name = "operate";
this.operate.OptionsFilter.AllowAutoFilter = false;
this.operate.OptionsFilter.AllowFilter = false;
this.operate.Visible = true;
this.operate.VisibleIndex = 18;
this.operate.Width = 87;
//
// repositoryItemHyperLinkEdit1
//
this.repositoryItemHyperLinkEdit1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.repositoryItemHyperLinkEdit1.Appearance.Options.UseFont = true;
this.repositoryItemHyperLinkEdit1.AutoHeight = false;
editorButtonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
serializableAppearanceObject1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
serializableAppearanceObject1.Options.UseFont = true;
this.repositoryItemHyperLinkEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "编辑", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.repositoryItemHyperLinkEdit1.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.repositoryItemHyperLinkEdit1.Caption = "编辑";
this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
this.repositoryItemHyperLinkEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
//
// plcgrid
//
this.plcgrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.plcgrid.EmbeddedNavigator.Appearance.BackColor = System.Drawing.Color.Transparent;
this.plcgrid.EmbeddedNavigator.Appearance.Options.UseBackColor = true;
this.plcgrid.Location = new System.Drawing.Point(0, 82);
this.plcgrid.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.plcgrid.LookAndFeel.UseDefaultLookAndFeel = false;
this.plcgrid.MainView = this.gridcontrol;
this.plcgrid.Name = "plcgrid";
this.plcgrid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1,
this.repositoryItemHyperLinkEdit2,
this.repositoryItemCheckEdit2,
this.repositoryItemHyperLinkEdit1});
this.plcgrid.Size = new System.Drawing.Size(1489, 631);
this.plcgrid.TabIndex = 3;
this.plcgrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridcontrol});
this.plcgrid.Load += new System.EventHandler(this.plcgrid_Load);
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
//
// repositoryItemHyperLinkEdit2
//
this.repositoryItemHyperLinkEdit2.Name = "repositoryItemHyperLinkEdit2";
//
// repositoryItemCheckEdit2
//
this.repositoryItemCheckEdit2.AutoHeight = false;
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
//
// cmbStation
//
this.tablePanel2.SetColumn(this.cmbStation, 1);
this.cmbStation.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbStation.Location = new System.Drawing.Point(63, 3);
this.cmbStation.Name = "cmbStation";
this.cmbStation.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbStation.Properties.Appearance.Options.UseFont = true;
this.cmbStation.Properties.AppearanceDisabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.cmbStation.Properties.AppearanceDisabled.Options.UseBackColor = true;
this.cmbStation.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbStation.Properties.AppearanceDropDown.Options.UseFont = true;
this.cmbStation.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbStation.Properties.AppearanceFocused.Options.UseFont = true;
this.cmbStation.Properties.AppearanceItemDisabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.cmbStation.Properties.AppearanceItemDisabled.Options.UseBackColor = true;
this.cmbStation.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbStation.Properties.AppearanceItemSelected.Options.UseFont = true;
this.cmbStation.Properties.AutoHeight = false;
this.cmbStation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbStation.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.tablePanel2.SetRow(this.cmbStation, 0);
this.cmbStation.Size = new System.Drawing.Size(285, 27);
this.cmbStation.TabIndex = 26;
//
// btnExport
//
this.btnExport.Appearance.BorderColor = System.Drawing.Color.Transparent;
this.btnExport.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnExport.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnExport.Appearance.Options.UseBorderColor = true;
this.btnExport.Appearance.Options.UseFont = true;
this.btnExport.Appearance.Options.UseForeColor = true;
this.tablePanel2.SetColumn(this.btnExport, 8);
this.btnExport.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.ImageOptions.Image")));
this.btnExport.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnExport.Location = new System.Drawing.Point(1230, 4);
this.btnExport.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnExport.Name = "btnExport";
this.tablePanel2.SetRow(this.btnExport, 0);
this.btnExport.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnExport.Size = new System.Drawing.Size(140, 25);
this.btnExport.TabIndex = 24;
this.btnExport.Text = "导出Excel";
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Appearance.Options.UseTextOptions = true;
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.tablePanel2.SetColumn(this.labelControl2, 0);
this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl2.Location = new System.Drawing.Point(3, 3);
this.labelControl2.Name = "labelControl2";
this.tablePanel2.SetRow(this.labelControl2, 0);
this.labelControl2.Size = new System.Drawing.Size(54, 27);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "工位:";
//
// gridPage1
//
this.gridPage1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.gridPage1.Location = new System.Drawing.Point(0, 713);
this.gridPage1.Name = "gridPage1";
this.gridPage1.Size = new System.Drawing.Size(1489, 38);
this.gridPage1.TabIndex = 8;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// tablePanel2
//
this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 60F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 60F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 4F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 4F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 4F)});
this.tablePanel2.Controls.Add(this.btndel);
this.tablePanel2.Controls.Add(this.btnExport);
this.tablePanel2.Controls.Add(this.btnDown);
this.tablePanel2.Controls.Add(this.btnimport);
this.tablePanel2.Controls.Add(this.cmbStation);
this.tablePanel2.Controls.Add(this.btnAdd);
this.tablePanel2.Controls.Add(this.btnsearch);
this.tablePanel2.Controls.Add(this.labelControl1);
this.tablePanel2.Controls.Add(this.txtkeyword);
this.tablePanel2.Controls.Add(this.labelControl2);
this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Top;
this.tablePanel2.Location = new System.Drawing.Point(0, 49);
this.tablePanel2.Name = "tablePanel2";
this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
this.tablePanel2.Size = new System.Drawing.Size(1489, 33);
this.tablePanel2.TabIndex = 9;
//
// PlcPointConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.plcgrid);
this.Controls.Add(this.tablePanel2);
this.Controls.Add(this.gridPage1);
this.Controls.Add(this.panelControl8);
this.Name = "PlcPointConfig";
this.Size = new System.Drawing.Size(1489, 751);
this.Load += new System.EventHandler(this.PlcPointConfig_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
this.panelControl8.ResumeLayout(false);
this.panelControl8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridcontrol)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.plcgrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStation.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit();
this.tablePanel2.ResumeLayout(false);
this.tablePanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl8;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
private DevExpress.XtraEditors.LabelControl labelControl18;
private DevExpress.XtraEditors.TextEdit txtkeyword;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridcontrol;
private DevExpress.XtraGrid.Columns.GridColumn StationCode;
private DevExpress.XtraGrid.Columns.GridColumn PointCode;
private DevExpress.XtraGrid.Columns.GridColumn PointName;
private DevExpress.XtraGrid.Columns.GridColumn PointStartAddress;
private DevExpress.XtraGrid.Columns.GridColumn PointLength;
private DevExpress.XtraGrid.Columns.GridColumn PointDataType;
private DevExpress.XtraGrid.Columns.GridColumn StrIsShowMain;
private DevExpress.XtraGrid.Columns.GridColumn StrIsSaveDb;
private DevExpress.XtraGrid.GridControl plcgrid;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraGrid.Columns.GridColumn operate;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
private DevExpress.XtraEditors.SimpleButton btnsearch;
private DevExpress.XtraEditors.SimpleButton btnimport;
private DevExpress.XtraEditors.SimpleButton btndel;
private DevExpress.XtraGrid.Columns.GridColumn StrIsTestItem;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private DevExpress.XtraGrid.Columns.GridColumn SortIndex;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
private DevExpress.XtraEditors.SimpleButton btnDown;
private DevExpress.XtraGrid.Columns.GridColumn StationName;
private DevExpress.XtraGrid.Columns.GridColumn Id;
private DevExpress.XtraGrid.Columns.GridColumn StrIsSub;
private DevExpress.XtraGrid.Columns.GridColumn StrIsResponseData;
private DevExpress.XtraGrid.Columns.GridColumn StrIsSystem;
private DevExpress.XtraGrid.Columns.GridColumn Remark;
private DevExpress.XtraGrid.Columns.GridColumn StrIsActive;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.ComboBoxEdit cmbStation;
private GridPage gridPage1;
private DevExpress.XtraGrid.Columns.GridColumn ResultField;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.Utils.Layout.TablePanel tablePanel2;
}
}