Files
lserp_cs_6.0/其他程序/RFIDManagement/RFIDManagement/FrmMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

438 lines
22 KiB
C#

namespace RFIDManagement
{
partial class FrmMain
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.pl_Top = new DevExpress.XtraEditors.PanelControl();
this.pl_ToolStrip = new DevExpress.XtraEditors.PanelControl();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.startLinkBtn = new System.Windows.Forms.ToolStripButton();
this.stopLinkBtn = new System.Windows.Forms.ToolStripButton();
this.startReadBtn = new System.Windows.Forms.ToolStripButton();
this.stopReadBtn = new System.Windows.Forms.ToolStripButton();
this.writeBtn = new System.Windows.Forms.ToolStripButton();
this.pl_LinkTips = new DevExpress.XtraEditors.PanelControl();
this.lb_LinkTips = new System.Windows.Forms.Label();
this.lb_LinkPms = new DevExpress.XtraEditors.PanelControl();
this.com_LinkPms = new DevExpress.XtraEditors.ComboBoxEdit();
this.label1 = new System.Windows.Forms.Label();
this.com_LinkType = new DevExpress.XtraEditors.ComboBoxEdit();
this.lb_LinkType = new System.Windows.Forms.Label();
this.pl_Bottom = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new DevExpress.XtraGrid.GridControl();
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.EpcColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.PCColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.AntColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.RSSIColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.CountColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.FrequencyColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.refushBtn = new System.Windows.Forms.ToolStripButton();
((System.ComponentModel.ISupportInitialize)(this.pl_Top)).BeginInit();
this.pl_Top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_ToolStrip)).BeginInit();
this.pl_ToolStrip.SuspendLayout();
this.toolStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_LinkTips)).BeginInit();
this.pl_LinkTips.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lb_LinkPms)).BeginInit();
this.lb_LinkPms.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.com_LinkPms.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.com_LinkType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).BeginInit();
this.pl_Bottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
this.SuspendLayout();
//
// pl_Top
//
this.pl_Top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_Top.Controls.Add(this.pl_ToolStrip);
this.pl_Top.Controls.Add(this.pl_LinkTips);
this.pl_Top.Controls.Add(this.lb_LinkPms);
this.pl_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_Top.Location = new System.Drawing.Point(0, 0);
this.pl_Top.Name = "pl_Top";
this.pl_Top.Size = new System.Drawing.Size(1011, 59);
this.pl_Top.TabIndex = 9;
//
// pl_ToolStrip
//
this.pl_ToolStrip.Controls.Add(this.toolStrip);
this.pl_ToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_ToolStrip.Location = new System.Drawing.Point(361, 0);
this.pl_ToolStrip.Name = "pl_ToolStrip";
this.pl_ToolStrip.Size = new System.Drawing.Size(650, 59);
this.pl_ToolStrip.TabIndex = 14;
//
// toolStrip
//
this.toolStrip.BackColor = System.Drawing.Color.Transparent;
this.toolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.startLinkBtn,
this.stopLinkBtn,
this.startReadBtn,
this.stopReadBtn,
this.writeBtn,
this.refushBtn});
this.toolStrip.Location = new System.Drawing.Point(2, 2);
this.toolStrip.Name = "toolStrip";
this.toolStrip.ShowItemToolTips = false;
this.toolStrip.Size = new System.Drawing.Size(646, 55);
this.toolStrip.TabIndex = 0;
this.toolStrip.Text = "toolStrip1";
//
// startLinkBtn
//
this.startLinkBtn.Image = global::RFIDManagement.Properties.Resources.LinkStart;
this.startLinkBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.startLinkBtn.Name = "startLinkBtn";
this.startLinkBtn.Size = new System.Drawing.Size(60, 52);
this.startLinkBtn.Text = "开始连接";
this.startLinkBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
// stopLinkBtn
//
this.stopLinkBtn.BackColor = System.Drawing.Color.Transparent;
this.stopLinkBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.stopLinkBtn.Image = global::RFIDManagement.Properties.Resources.LinkStop;
this.stopLinkBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.stopLinkBtn.Name = "stopLinkBtn";
this.stopLinkBtn.Size = new System.Drawing.Size(60, 52);
this.stopLinkBtn.Text = "停止连接";
this.stopLinkBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.stopLinkBtn.ToolTipText = "停止连接";
//
// startReadBtn
//
this.startReadBtn.BackColor = System.Drawing.Color.Transparent;
this.startReadBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.startReadBtn.Image = global::RFIDManagement.Properties.Resources.StartRead;
this.startReadBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.startReadBtn.Name = "startReadBtn";
this.startReadBtn.Size = new System.Drawing.Size(60, 52);
this.startReadBtn.Text = "开始读卡";
this.startReadBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.startReadBtn.ToolTipText = "开始读卡";
//
// stopReadBtn
//
this.stopReadBtn.BackColor = System.Drawing.Color.Transparent;
this.stopReadBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.stopReadBtn.Image = global::RFIDManagement.Properties.Resources.StopRead;
this.stopReadBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.stopReadBtn.Name = "stopReadBtn";
this.stopReadBtn.Size = new System.Drawing.Size(60, 52);
this.stopReadBtn.Text = "停止读卡";
this.stopReadBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.stopReadBtn.ToolTipText = "停止读卡";
//
// writeBtn
//
this.writeBtn.BackColor = System.Drawing.Color.Transparent;
this.writeBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.writeBtn.Image = global::RFIDManagement.Properties.Resources.DataWrite;
this.writeBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.writeBtn.Name = "writeBtn";
this.writeBtn.Size = new System.Drawing.Size(60, 52);
this.writeBtn.Text = "标签写入";
this.writeBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.writeBtn.ToolTipText = "停止读卡";
//
// pl_LinkTips
//
this.pl_LinkTips.Controls.Add(this.lb_LinkTips);
this.pl_LinkTips.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_LinkTips.Location = new System.Drawing.Point(286, 0);
this.pl_LinkTips.Name = "pl_LinkTips";
this.pl_LinkTips.Size = new System.Drawing.Size(75, 59);
this.pl_LinkTips.TabIndex = 13;
//
// lb_LinkTips
//
this.lb_LinkTips.Dock = System.Windows.Forms.DockStyle.Fill;
this.lb_LinkTips.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_LinkTips.Location = new System.Drawing.Point(2, 2);
this.lb_LinkTips.Name = "lb_LinkTips";
this.lb_LinkTips.Size = new System.Drawing.Size(71, 55);
this.lb_LinkTips.TabIndex = 7;
this.lb_LinkTips.Text = "未连接";
this.lb_LinkTips.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_LinkPms
//
this.lb_LinkPms.Controls.Add(this.com_LinkPms);
this.lb_LinkPms.Controls.Add(this.label1);
this.lb_LinkPms.Controls.Add(this.com_LinkType);
this.lb_LinkPms.Controls.Add(this.lb_LinkType);
this.lb_LinkPms.Dock = System.Windows.Forms.DockStyle.Left;
this.lb_LinkPms.Location = new System.Drawing.Point(0, 0);
this.lb_LinkPms.Name = "lb_LinkPms";
this.lb_LinkPms.Size = new System.Drawing.Size(286, 59);
this.lb_LinkPms.TabIndex = 10;
//
// com_LinkPms
//
this.com_LinkPms.Location = new System.Drawing.Point(80, 32);
this.com_LinkPms.Name = "com_LinkPms";
this.com_LinkPms.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.com_LinkPms.Properties.DropDownRows = 8;
this.com_LinkPms.Size = new System.Drawing.Size(197, 20);
this.com_LinkPms.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 14);
this.label1.TabIndex = 12;
this.label1.Text = "连接参数:";
//
// com_LinkType
//
this.com_LinkType.Location = new System.Drawing.Point(80, 6);
this.com_LinkType.Name = "com_LinkType";
this.com_LinkType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.com_LinkType.Properties.DropDownRows = 8;
this.com_LinkType.Properties.Items.AddRange(new object[] {
"RS232",
"UDP"});
this.com_LinkType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.com_LinkType.Size = new System.Drawing.Size(197, 20);
this.com_LinkType.TabIndex = 11;
//
// lb_LinkType
//
this.lb_LinkType.AutoSize = true;
this.lb_LinkType.Location = new System.Drawing.Point(12, 9);
this.lb_LinkType.Name = "lb_LinkType";
this.lb_LinkType.Size = new System.Drawing.Size(67, 14);
this.lb_LinkType.TabIndex = 10;
this.lb_LinkType.Text = "连接方式:";
//
// pl_Bottom
//
this.pl_Bottom.Controls.Add(this.gcMain);
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Bottom.Location = new System.Drawing.Point(0, 59);
this.pl_Bottom.Name = "pl_Bottom";
this.pl_Bottom.Size = new System.Drawing.Size(1011, 506);
this.pl_Bottom.TabIndex = 12;
//
// gcMain
//
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
gridLevelNode1.RelationName = "Level1";
this.gcMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.gcMain.Location = new System.Drawing.Point(2, 2);
this.gcMain.MainView = this.gridView;
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
this.gcMain.Name = "gcMain";
this.gcMain.Size = new System.Drawing.Size(1007, 502);
this.gcMain.TabIndex = 5;
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView});
//
// gridView
//
this.gridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
this.gridView.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gridView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
this.gridView.Appearance.Preview.Options.UseFont = true;
this.gridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
this.gridView.Appearance.Row.Options.UseBackColor = true;
this.gridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.EpcColumn,
this.PCColumn,
this.AntColumn,
this.RSSIColumn,
this.CountColumn,
this.FrequencyColumn});
this.gridView.GridControl = this.gcMain;
this.gridView.IndicatorWidth = 40;
this.gridView.Name = "gridView";
this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gridView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
this.gridView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
this.gridView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
this.gridView.OptionsFind.FindNullPrompt = "";
this.gridView.OptionsSelection.MultiSelect = true;
this.gridView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
this.gridView.OptionsView.AllowHtmlDrawHeaders = true;
this.gridView.OptionsView.ColumnAutoWidth = false;
this.gridView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
this.gridView.OptionsView.RowAutoHeight = true;
this.gridView.OptionsView.ShowGroupPanel = false;
this.gridView.PaintStyleName = "Skin";
//
// EpcColumn
//
this.EpcColumn.Caption = "EPC数据";
this.EpcColumn.FieldName = "EpcColumn";
this.EpcColumn.Name = "EpcColumn";
this.EpcColumn.Visible = true;
this.EpcColumn.VisibleIndex = 0;
this.EpcColumn.Width = 350;
//
// PCColumn
//
this.PCColumn.Caption = "协议控制字";
this.PCColumn.FieldName = "PCColumn";
this.PCColumn.Name = "PCColumn";
this.PCColumn.Visible = true;
this.PCColumn.VisibleIndex = 1;
this.PCColumn.Width = 100;
//
// AntColumn
//
this.AntColumn.Caption = "天线号";
this.AntColumn.FieldName = "AntColumn";
this.AntColumn.Name = "AntColumn";
this.AntColumn.Visible = true;
this.AntColumn.VisibleIndex = 2;
this.AntColumn.Width = 100;
//
// RSSIColumn
//
this.RSSIColumn.Caption = "信号";
this.RSSIColumn.FieldName = "RSSIColumn";
this.RSSIColumn.Name = "RSSIColumn";
this.RSSIColumn.Visible = true;
this.RSSIColumn.VisibleIndex = 3;
this.RSSIColumn.Width = 100;
//
// CountColumn
//
this.CountColumn.Caption = "读取次数";
this.CountColumn.FieldName = "CountColumn";
this.CountColumn.Name = "CountColumn";
this.CountColumn.Visible = true;
this.CountColumn.VisibleIndex = 4;
this.CountColumn.Width = 100;
//
// FrequencyColumn
//
this.FrequencyColumn.Caption = "频率";
this.FrequencyColumn.FieldName = "FrequencyColumn";
this.FrequencyColumn.Name = "FrequencyColumn";
this.FrequencyColumn.Visible = true;
this.FrequencyColumn.VisibleIndex = 5;
this.FrequencyColumn.Width = 100;
//
// refushBtn
//
this.refushBtn.BackColor = System.Drawing.Color.Transparent;
this.refushBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.refushBtn.Image = global::RFIDManagement.Properties.Resources.DataWrite;
this.refushBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refushBtn.Name = "refushBtn";
this.refushBtn.Size = new System.Drawing.Size(36, 52);
this.refushBtn.Text = "重置";
this.refushBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.refushBtn.ToolTipText = "重置";
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1011, 565);
this.Controls.Add(this.pl_Bottom);
this.Controls.Add(this.pl_Top);
this.Name = "FrmMain";
this.Text = "RFID设备管理";
((System.ComponentModel.ISupportInitialize)(this.pl_Top)).EndInit();
this.pl_Top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_ToolStrip)).EndInit();
this.pl_ToolStrip.ResumeLayout(false);
this.pl_ToolStrip.PerformLayout();
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_LinkTips)).EndInit();
this.pl_LinkTips.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.lb_LinkPms)).EndInit();
this.lb_LinkPms.ResumeLayout(false);
this.lb_LinkPms.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.com_LinkPms.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.com_LinkType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).EndInit();
this.pl_Bottom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_Top;
private DevExpress.XtraEditors.PanelControl lb_LinkPms;
private DevExpress.XtraEditors.PanelControl pl_LinkTips;
private System.Windows.Forms.Label lb_LinkTips;
private DevExpress.XtraEditors.ComboBoxEdit com_LinkPms;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.ComboBoxEdit com_LinkType;
private System.Windows.Forms.Label lb_LinkType;
private DevExpress.XtraEditors.PanelControl pl_ToolStrip;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripButton startReadBtn;
private System.Windows.Forms.ToolStripButton startLinkBtn;
private System.Windows.Forms.ToolStripButton stopLinkBtn;
private System.Windows.Forms.ToolStripButton stopReadBtn;
private DevExpress.XtraEditors.PanelControl pl_Bottom;
public DevExpress.XtraGrid.GridControl gcMain;
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
private DevExpress.XtraGrid.Columns.GridColumn EpcColumn;
private DevExpress.XtraGrid.Columns.GridColumn PCColumn;
private DevExpress.XtraGrid.Columns.GridColumn AntColumn;
private DevExpress.XtraGrid.Columns.GridColumn RSSIColumn;
private DevExpress.XtraGrid.Columns.GridColumn CountColumn;
private DevExpress.XtraGrid.Columns.GridColumn FrequencyColumn;
private System.Windows.Forms.ToolStripButton writeBtn;
private System.Windows.Forms.ToolStripButton refushBtn;
}
}