namespace TProduct.WinFrmUI.TBase
{
partial class LinkLogListCtrl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LinkLogListCtrl));
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMsgTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPortName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMsgItemName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.colInfo = new DevExpress.XtraGrid.Columns.GridColumn();
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar1 = new DevExpress.XtraBars.Bar();
this.bbiStartRecord = new DevExpress.XtraBars.BarButtonItem();
this.bbiStopRecord = new DevExpress.XtraBars.BarButtonItem();
this.bbiExportExcel = new DevExpress.XtraBars.BarButtonItem();
this.bbi清空所有数据 = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.bci发送指令 = new DevExpress.XtraBars.BarCheckItem();
this.beiCOM = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
this.toggle写入日志文件 = new DevExpress.XtraBars.BarToggleSwitchItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(this.components);
this.bci返回指令 = new DevExpress.XtraBars.BarCheckItem();
this.bci控制指令 = new DevExpress.XtraBars.BarCheckItem();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
this.gridControl1.DataSource = this.bindingSource1;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 32);
this.gridControl1.MainView = this.gridViewMain;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1093, 578);
this.gridControl1.TabIndex = 3;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewMain});
//
// gridViewMain
//
this.gridViewMain.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridViewMain.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colTime,
this.colMsgTypeName,
this.colPortName,
this.colMsgItemName,
this.colStatus,
this.colInfo});
this.gridViewMain.GridControl = this.gridControl1;
this.gridViewMain.Name = "gridViewMain";
this.gridViewMain.OptionsView.ColumnAutoWidth = false;
this.gridViewMain.OptionsView.RowAutoHeight = true;
//
// colTime
//
this.colTime.AppearanceCell.Options.UseTextOptions = true;
this.colTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTime.AppearanceHeader.Options.UseTextOptions = true;
this.colTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTime.Caption = "时间";
this.colTime.FieldName = "Time";
this.colTime.MaxWidth = 150;
this.colTime.Name = "colTime";
this.colTime.Visible = true;
this.colTime.VisibleIndex = 0;
this.colTime.Width = 150;
//
// colMsgTypeName
//
this.colMsgTypeName.AppearanceCell.Options.UseTextOptions = true;
this.colMsgTypeName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMsgTypeName.AppearanceHeader.Options.UseTextOptions = true;
this.colMsgTypeName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMsgTypeName.Caption = "类型";
this.colMsgTypeName.FieldName = "MsgTypeName";
this.colMsgTypeName.MaxWidth = 110;
this.colMsgTypeName.Name = "colMsgTypeName";
this.colMsgTypeName.Visible = true;
this.colMsgTypeName.VisibleIndex = 3;
this.colMsgTypeName.Width = 110;
//
// colPortName
//
this.colPortName.AppearanceCell.Options.UseTextOptions = true;
this.colPortName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPortName.AppearanceHeader.Options.UseTextOptions = true;
this.colPortName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPortName.Caption = "端口";
this.colPortName.FieldName = "PortName";
this.colPortName.MaxWidth = 120;
this.colPortName.Name = "colPortName";
this.colPortName.Visible = true;
this.colPortName.VisibleIndex = 1;
this.colPortName.Width = 120;
//
// colMsgItemName
//
this.colMsgItemName.AppearanceCell.Options.UseTextOptions = true;
this.colMsgItemName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMsgItemName.AppearanceHeader.Options.UseTextOptions = true;
this.colMsgItemName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMsgItemName.Caption = "设备";
this.colMsgItemName.FieldName = "MsgItemName";
this.colMsgItemName.MaxWidth = 200;
this.colMsgItemName.Name = "colMsgItemName";
this.colMsgItemName.Visible = true;
this.colMsgItemName.VisibleIndex = 2;
this.colMsgItemName.Width = 167;
//
// colStatus
//
this.colStatus.AppearanceCell.Options.UseTextOptions = true;
this.colStatus.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStatus.AppearanceHeader.Options.UseTextOptions = true;
this.colStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStatus.Caption = "状态";
this.colStatus.FieldName = "Status";
this.colStatus.MaxWidth = 100;
this.colStatus.Name = "colStatus";
this.colStatus.Visible = true;
this.colStatus.VisibleIndex = 4;
this.colStatus.Width = 90;
//
// colInfo
//
this.colInfo.AppearanceCell.Options.UseTextOptions = true;
this.colInfo.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colInfo.AppearanceHeader.Options.UseTextOptions = true;
this.colInfo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colInfo.Caption = "信息";
this.colInfo.FieldName = "Info";
this.colInfo.Name = "colInfo";
this.colInfo.Visible = true;
this.colInfo.VisibleIndex = 5;
this.colInfo.Width = 428;
//
// popupMenu1
//
this.popupMenu1.Manager = this.barManager1;
this.popupMenu1.Name = "popupMenu1";
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Images = this.svgImageCollection1;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.bbiStopRecord,
this.bbiExportExcel,
this.bbi清空所有数据,
this.bbiStartRecord,
this.toggle写入日志文件,
this.barSubItem1,
this.bci发送指令,
this.beiCOM,
this.bci返回指令,
this.bci控制指令});
this.barManager1.LargeImages = this.svgImageCollection1;
this.barManager1.MaxItemId = 17;
this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckedComboBoxEdit1});
//
// bar1
//
this.bar1.BarName = "Custom 2";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.bbiStartRecord),
new DevExpress.XtraBars.LinkPersistInfo(this.bbiStopRecord),
new DevExpress.XtraBars.LinkPersistInfo(this.bbiExportExcel),
new DevExpress.XtraBars.LinkPersistInfo(this.bbi清空所有数据),
new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.Caption | DevExpress.XtraBars.BarLinkUserDefines.PaintStyle))), this.barSubItem1, "记录日志类型", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.Width))), this.beiCOM, "", false, true, true, 89, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.toggle写入日志文件)});
this.bar1.Text = "Custom 2";
//
// bbiStartRecord
//
this.bbiStartRecord.Caption = "开始记录";
this.bbiStartRecord.Id = 4;
this.bbiStartRecord.ImageOptions.ImageIndex = 1;
this.bbiStartRecord.Name = "bbiStartRecord";
this.bbiStartRecord.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.bbiStartRecord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiStartRecord_ItemClick);
//
// bbiStopRecord
//
this.bbiStopRecord.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
this.bbiStopRecord.Caption = "停止记录";
this.bbiStopRecord.Id = 0;
this.bbiStopRecord.ImageOptions.ImageIndex = 0;
this.bbiStopRecord.Name = "bbiStopRecord";
this.bbiStopRecord.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.bbiStopRecord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiStopRecord_ItemClick);
//
// bbiExportExcel
//
this.bbiExportExcel.Caption = "导出记录";
this.bbiExportExcel.Id = 2;
this.bbiExportExcel.ImageOptions.ImageIndex = 3;
this.bbiExportExcel.Name = "bbiExportExcel";
this.bbiExportExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.bbiExportExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExportExcel_ItemClick);
//
// bbi清空所有数据
//
this.bbi清空所有数据.Caption = "清空记录";
this.bbi清空所有数据.Id = 3;
this.bbi清空所有数据.ImageOptions.ImageIndex = 4;
this.bbi清空所有数据.Name = "bbi清空所有数据";
this.bbi清空所有数据.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.bbi清空所有数据.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi清空所有数据_ItemClick);
//
// barSubItem1
//
this.barSubItem1.Caption = "记录日志类型";
this.barSubItem1.Id = 7;
this.barSubItem1.ImageOptions.AllowStubGlyph = DevExpress.Utils.DefaultBoolean.True;
this.barSubItem1.ImageOptions.ImageIndex = 5;
this.barSubItem1.ImageOptions.LargeImageIndex = 5;
this.barSubItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubItem1.ImageOptions.SvgImage")));
this.barSubItem1.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24);
this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.bci发送指令),
new DevExpress.XtraBars.LinkPersistInfo(this.bci返回指令),
new DevExpress.XtraBars.LinkPersistInfo(this.bci控制指令)});
this.barSubItem1.Name = "barSubItem1";
//
// bci发送指令
//
this.bci发送指令.BindableChecked = true;
this.bci发送指令.Caption = "查询指令";
this.bci发送指令.Checked = true;
this.bci发送指令.Id = 9;
this.bci发送指令.Name = "bci发送指令";
this.bci发送指令.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bci发送指令_CheckedChanged);
//
// beiCOM
//
this.beiCOM.Caption = "COM";
this.beiCOM.Edit = this.repositoryItemCheckedComboBoxEdit1;
this.beiCOM.Id = 13;
this.beiCOM.Name = "beiCOM";
this.beiCOM.EditValueChanged += new System.EventHandler(this.beiCOM_EditValueChanged);
//
// repositoryItemCheckedComboBoxEdit1
//
this.repositoryItemCheckedComboBoxEdit1.AutoHeight = false;
this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemCheckedComboBoxEdit1.DropDownRows = 10;
this.repositoryItemCheckedComboBoxEdit1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM1", "COM1", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM2", "COM2", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM3", "COM3", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM4", "COM4", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM5", "COM5", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM6", "COM6", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM7", "COM7", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM8", "COM8", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM9", "COM9", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM10", "COM10", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM11", "COM11", System.Windows.Forms.CheckState.Checked),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("COM12", "COM12", System.Windows.Forms.CheckState.Checked)});
this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1";
//
// toggle写入日志文件
//
this.toggle写入日志文件.Caption = "写入日志文件";
this.toggle写入日志文件.Id = 6;
this.toggle写入日志文件.ImageOptions.ImageIndex = 2;
this.toggle写入日志文件.Name = "toggle写入日志文件";
this.toggle写入日志文件.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.toggle写入日志文件_CheckedChanged);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Size = new System.Drawing.Size(1093, 32);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 610);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(1093, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 32);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 578);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1093, 32);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 578);
//
// svgImageCollection1
//
this.svgImageCollection1.ImageSize = new System.Drawing.Size(24, 24);
this.svgImageCollection1.Add("actions_removecircled", "image://svgimages/icon builder/actions_removecircled.svg");
this.svgImageCollection1.Add("gettingstarted", "image://svgimages/outlook inspired/gettingstarted.svg");
this.svgImageCollection1.Add("charthorizontalaxis_logscale", "image://svgimages/spreadsheet/charthorizontalaxis_logscale.svg");
this.svgImageCollection1.Add("exporttoxls", "image://svgimages/export/exporttoxls.svg");
this.svgImageCollection1.Add("actions_deletecircled", "image://svgimages/icon builder/actions_deletecircled.svg");
this.svgImageCollection1.Add("menu", "image://svgimages/pdf viewer/menu.svg");
//
// bci返回指令
//
this.bci返回指令.BindableChecked = true;
this.bci返回指令.Caption = "返回指令";
this.bci返回指令.Checked = true;
this.bci返回指令.Id = 15;
this.bci返回指令.Name = "bci返回指令";
this.bci返回指令.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bci返回指令_CheckedChanged);
//
// bci控制指令
//
this.bci控制指令.BindableChecked = true;
this.bci控制指令.Caption = "控制指令";
this.bci控制指令.Checked = true;
this.bci控制指令.Id = 16;
this.bci控制指令.Name = "bci控制指令";
this.bci控制指令.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bci控制指令_CheckedChanged);
//
// LinkLogListCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "LinkLogListCtrl";
this.Size = new System.Drawing.Size(1093, 610);
this.Load += new System.EventHandler(this.LinkLogListCtrl_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private System.Windows.Forms.BindingSource bindingSource1;
private DevExpress.XtraBars.PopupMenu popupMenu1;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarButtonItem bbiStopRecord;
private DevExpress.XtraBars.BarButtonItem bbiExportExcel;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem bbi清空所有数据;
private DevExpress.XtraBars.BarButtonItem bbiStartRecord;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
private DevExpress.XtraGrid.Columns.GridColumn colTime;
private DevExpress.XtraGrid.Columns.GridColumn colMsgTypeName;
private DevExpress.XtraGrid.Columns.GridColumn colPortName;
private DevExpress.XtraGrid.Columns.GridColumn colMsgItemName;
private DevExpress.XtraGrid.Columns.GridColumn colStatus;
private DevExpress.XtraGrid.Columns.GridColumn colInfo;
private DevExpress.Utils.SvgImageCollection svgImageCollection1;
private DevExpress.XtraBars.BarToggleSwitchItem toggle写入日志文件;
private DevExpress.XtraBars.BarSubItem barSubItem1;
private DevExpress.XtraBars.BarCheckItem bci发送指令;
private DevExpress.XtraBars.BarEditItem beiCOM;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
private DevExpress.XtraBars.BarCheckItem bci控制指令;
private DevExpress.XtraBars.BarCheckItem bci返回指令;
}
}