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.

924 lines
52 KiB
C#

namespace CompressorXN
{
partial class FrmAgreement
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new CompressorXN_ControlLib.PanelEx();
this.btn_Confirm = new System.Windows.Forms.Button();
this.btn_Unlock = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cmb_FrameType = new System.Windows.Forms.ComboBox();
this.cmb_MsgFormat = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cmb_Bps = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txt_AgreementName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.gridView_FuZhu = new System.Windows.Forms.DataGridView();
this.bit7 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit6 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit5 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bit0 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.SortIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.GridView_Recive = new System.Windows.Forms.DataGridView();
this.ReciveMsgName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReciveStartBit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReciveLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RecivePrecision = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReciveOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txt_SignalVal = new System.Windows.Forms.TextBox();
this.txt_RecivePeriod = new System.Windows.Forms.TextBox();
this.txt_ReciveId = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.GridView_Additional = new System.Windows.Forms.DataGridView();
this.AdditionalPeriod = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AdditionalSendId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AdditionalContent = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.GridView_SendSpeed = new System.Windows.Forms.DataGridView();
this.MsgName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StartBit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Len = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Precision = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txt_FrameLen = new System.Windows.Forms.TextBox();
this.txt_SendId = new System.Windows.Forms.TextBox();
this.txt_SendPeriod = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.leftPanel = new CompressorXN_ControlLib.PanelEx();
this.listBox = new DevExpress.XtraEditors.ListBoxControl();
this.searchControl = new DevExpress.XtraEditors.SearchControl();
this.Loading = new DevExpress.XtraSplashScreen.SplashScreenManager();
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView_FuZhu)).BeginInit();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridView_Recive)).BeginInit();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridView_Additional)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridView_SendSpeed)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.leftPanel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.listBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchControl.Properties)).BeginInit();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.Silver;
this.panelEx1.BorderWidth = 1;
this.panelEx1.BottomGap = 1;
this.panelEx1.Controls.Add(this.btn_Confirm);
this.panelEx1.Controls.Add(this.btn_Unlock);
this.panelEx1.Controls.Add(this.groupBox2);
this.panelEx1.Controls.Add(this.groupBox1);
this.panelEx1.LeftGap = 1;
this.panelEx1.Location = new System.Drawing.Point(369, 16);
this.panelEx1.Name = "panelEx1";
this.panelEx1.RightGap = 1;
this.panelEx1.Size = new System.Drawing.Size(1543, 895);
this.panelEx1.TabIndex = 7;
this.panelEx1.TopGap = 1;
//
// btn_Confirm
//
this.btn_Confirm.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btn_Confirm.ForeColor = System.Drawing.Color.Black;
this.btn_Confirm.Location = new System.Drawing.Point(1133, 790);
this.btn_Confirm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btn_Confirm.Name = "btn_Confirm";
this.btn_Confirm.Size = new System.Drawing.Size(125, 45);
this.btn_Confirm.TabIndex = 16;
this.btn_Confirm.Text = "确定";
this.btn_Confirm.UseVisualStyleBackColor = false;
this.btn_Confirm.Click += new System.EventHandler(this.btn_Confirm_Click);
//
// btn_Unlock
//
this.btn_Unlock.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btn_Unlock.ForeColor = System.Drawing.Color.Black;
this.btn_Unlock.Location = new System.Drawing.Point(983, 790);
this.btn_Unlock.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btn_Unlock.Name = "btn_Unlock";
this.btn_Unlock.Size = new System.Drawing.Size(125, 45);
this.btn_Unlock.TabIndex = 16;
this.btn_Unlock.Text = "解锁";
this.btn_Unlock.UseVisualStyleBackColor = false;
this.btn_Unlock.Click += new System.EventHandler(this.btn_Unlock_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cmb_FrameType);
this.groupBox2.Controls.Add(this.cmb_MsgFormat);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.cmb_Bps);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txt_AgreementName);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox2.ForeColor = System.Drawing.Color.Black;
this.groupBox2.Location = new System.Drawing.Point(7, 26);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(610, 221);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "报文";
//
// cmb_FrameType
//
this.cmb_FrameType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_FrameType.FormattingEnabled = true;
this.cmb_FrameType.Location = new System.Drawing.Point(354, 130);
this.cmb_FrameType.Name = "cmb_FrameType";
this.cmb_FrameType.Size = new System.Drawing.Size(200, 29);
this.cmb_FrameType.TabIndex = 2;
//
// cmb_MsgFormat
//
this.cmb_MsgFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_MsgFormat.FormattingEnabled = true;
this.cmb_MsgFormat.Location = new System.Drawing.Point(59, 130);
this.cmb_MsgFormat.Name = "cmb_MsgFormat";
this.cmb_MsgFormat.Size = new System.Drawing.Size(200, 29);
this.cmb_MsgFormat.TabIndex = 2;
//
// label4
//
this.label4.Location = new System.Drawing.Point(354, 99);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(111, 28);
this.label4.TabIndex = 0;
this.label4.Text = "帧类型";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// cmb_Bps
//
this.cmb_Bps.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_Bps.Location = new System.Drawing.Point(354, 53);
this.cmb_Bps.Name = "cmb_Bps";
this.cmb_Bps.Size = new System.Drawing.Size(200, 29);
this.cmb_Bps.TabIndex = 2;
//
// label3
//
this.label3.Location = new System.Drawing.Point(59, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(111, 28);
this.label3.TabIndex = 0;
this.label3.Text = "报文格式";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.Location = new System.Drawing.Point(354, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(111, 28);
this.label2.TabIndex = 0;
this.label2.Text = "波特率[bps]";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txt_AgreementName
//
this.txt_AgreementName.Location = new System.Drawing.Point(59, 53);
this.txt_AgreementName.Name = "txt_AgreementName";
this.txt_AgreementName.Size = new System.Drawing.Size(200, 29);
this.txt_AgreementName.TabIndex = 1;
//
// label1
//
this.label1.Location = new System.Drawing.Point(59, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 28);
this.label1.TabIndex = 0;
this.label1.Text = "协议名称";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.gridView_FuZhu);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox1.Location = new System.Drawing.Point(657, 26);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(601, 400);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "辅助位";
//
// gridView_FuZhu
//
this.gridView_FuZhu.AllowUserToAddRows = false;
this.gridView_FuZhu.AllowUserToDeleteRows = false;
this.gridView_FuZhu.AllowUserToResizeColumns = false;
this.gridView_FuZhu.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.gridView_FuZhu.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.gridView_FuZhu.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.gridView_FuZhu.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.gridView_FuZhu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.gridView_FuZhu.ColumnHeadersHeight = 40;
this.gridView_FuZhu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.bit7,
this.bit6,
this.bit5,
this.bit4,
this.bit3,
this.bit2,
this.bit1,
this.bit0,
this.SortIndex});
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.gridView_FuZhu.DefaultCellStyle = dataGridViewCellStyle3;
this.gridView_FuZhu.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridView_FuZhu.Location = new System.Drawing.Point(3, 25);
this.gridView_FuZhu.Margin = new System.Windows.Forms.Padding(0);
this.gridView_FuZhu.MultiSelect = false;
this.gridView_FuZhu.Name = "gridView_FuZhu";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Transparent;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.gridView_FuZhu.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.gridView_FuZhu.RowHeadersWidth = 70;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.gridView_FuZhu.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.gridView_FuZhu.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.gridView_FuZhu.RowTemplate.Height = 40;
this.gridView_FuZhu.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.gridView_FuZhu.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.gridView_FuZhu.ShowEditingIcon = false;
this.gridView_FuZhu.Size = new System.Drawing.Size(595, 372);
this.gridView_FuZhu.TabIndex = 3;
//
// bit7
//
this.bit7.DataPropertyName = "Bit7";
this.bit7.HeaderText = "bit7";
this.bit7.Name = "bit7";
//
// bit6
//
this.bit6.DataPropertyName = "Bit6";
this.bit6.HeaderText = "bit6";
this.bit6.Name = "bit6";
//
// bit5
//
this.bit5.DataPropertyName = "Bit5";
this.bit5.HeaderText = "bit5";
this.bit5.Name = "bit5";
//
// bit4
//
this.bit4.DataPropertyName = "Bit4";
this.bit4.HeaderText = "bit4";
this.bit4.Name = "bit4";
//
// bit3
//
this.bit3.DataPropertyName = "Bit3";
this.bit3.HeaderText = "bit3";
this.bit3.Name = "bit3";
//
// bit2
//
this.bit2.DataPropertyName = "Bit2";
this.bit2.HeaderText = "bit2";
this.bit2.Name = "bit2";
//
// bit1
//
this.bit1.DataPropertyName = "Bit1";
this.bit1.HeaderText = "bit1";
this.bit1.Name = "bit1";
//
// bit0
//
this.bit0.DataPropertyName = "Bit0";
this.bit0.HeaderText = "bit0";
this.bit0.Name = "bit0";
//
// SortIndex
//
this.SortIndex.DataPropertyName = "SortIndex";
this.SortIndex.HeaderText = "排序";
this.SortIndex.Name = "SortIndex";
this.SortIndex.Visible = false;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.GridView_Recive);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Controls.Add(this.label10);
this.groupBox6.Controls.Add(this.label9);
this.groupBox6.Controls.Add(this.txt_SignalVal);
this.groupBox6.Controls.Add(this.txt_RecivePeriod);
this.groupBox6.Controls.Add(this.txt_ReciveId);
this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox6.Location = new System.Drawing.Point(376, 573);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(1251, 188);
this.groupBox6.TabIndex = 15;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "报文接收";
//
// GridView_Recive
//
this.GridView_Recive.AllowUserToAddRows = false;
this.GridView_Recive.AllowUserToDeleteRows = false;
this.GridView_Recive.AllowUserToResizeColumns = false;
this.GridView_Recive.AllowUserToResizeRows = false;
this.GridView_Recive.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.GridView_Recive.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.GridView_Recive.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.GridView_Recive.ColumnHeadersHeight = 30;
this.GridView_Recive.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ReciveMsgName,
this.ReciveStartBit,
this.ReciveLen,
this.RecivePrecision,
this.ReciveOffset});
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.GridView_Recive.DefaultCellStyle = dataGridViewCellStyle8;
this.GridView_Recive.Location = new System.Drawing.Point(650, 19);
this.GridView_Recive.MultiSelect = false;
this.GridView_Recive.Name = "GridView_Recive";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.GridView_Recive.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.GridView_Recive.RowHeadersVisible = false;
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.GridView_Recive.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.GridView_Recive.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.GridView_Recive.RowTemplate.Height = 40;
this.GridView_Recive.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.GridView_Recive.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.GridView_Recive.Size = new System.Drawing.Size(595, 156);
this.GridView_Recive.TabIndex = 7;
//
// ReciveMsgName
//
this.ReciveMsgName.DataPropertyName = "MsgName";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.ReciveMsgName.DefaultCellStyle = dataGridViewCellStyle7;
this.ReciveMsgName.HeaderText = "名称";
this.ReciveMsgName.Name = "ReciveMsgName";
this.ReciveMsgName.ReadOnly = true;
//
// ReciveStartBit
//
this.ReciveStartBit.DataPropertyName = "StartBit";
this.ReciveStartBit.HeaderText = "起始位";
this.ReciveStartBit.Name = "ReciveStartBit";
//
// ReciveLen
//
this.ReciveLen.DataPropertyName = "Len";
this.ReciveLen.HeaderText = "长度";
this.ReciveLen.Name = "ReciveLen";
//
// RecivePrecision
//
this.RecivePrecision.DataPropertyName = "Precision";
this.RecivePrecision.HeaderText = "精度";
this.RecivePrecision.Name = "RecivePrecision";
//
// ReciveOffset
//
this.ReciveOffset.DataPropertyName = "Offset";
this.ReciveOffset.HeaderText = "偏移量";
this.ReciveOffset.Name = "ReciveOffset";
//
// label5
//
this.label5.Location = new System.Drawing.Point(55, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(84, 28);
this.label5.TabIndex = 0;
this.label5.Text = "周期[ms]";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label10
//
this.label10.Location = new System.Drawing.Point(354, 115);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(111, 28);
this.label10.TabIndex = 0;
this.label10.Text = "信号值";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label9
//
this.label9.Location = new System.Drawing.Point(55, 115);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(111, 28);
this.label9.TabIndex = 0;
this.label9.Text = "转速ID[HEX]";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txt_SignalVal
//
this.txt_SignalVal.Location = new System.Drawing.Point(354, 146);
this.txt_SignalVal.Name = "txt_SignalVal";
this.txt_SignalVal.Size = new System.Drawing.Size(200, 29);
this.txt_SignalVal.TabIndex = 1;
//
// txt_RecivePeriod
//
this.txt_RecivePeriod.Location = new System.Drawing.Point(55, 65);
this.txt_RecivePeriod.Name = "txt_RecivePeriod";
this.txt_RecivePeriod.Size = new System.Drawing.Size(200, 29);
this.txt_RecivePeriod.TabIndex = 1;
//
// txt_ReciveId
//
this.txt_ReciveId.Location = new System.Drawing.Point(55, 146);
this.txt_ReciveId.Name = "txt_ReciveId";
this.txt_ReciveId.Size = new System.Drawing.Size(200, 29);
this.txt_ReciveId.TabIndex = 1;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.GridView_Additional);
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox5.Location = new System.Drawing.Point(1026, 464);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(601, 103);
this.groupBox5.TabIndex = 13;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "附加报文";
//
// GridView_Additional
//
this.GridView_Additional.AllowUserToAddRows = false;
this.GridView_Additional.AllowUserToDeleteRows = false;
this.GridView_Additional.AllowUserToResizeColumns = false;
this.GridView_Additional.AllowUserToResizeRows = false;
this.GridView_Additional.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.GridView_Additional.BackgroundColor = System.Drawing.Color.White;
this.GridView_Additional.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.GridView_Additional.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.GridView_Additional.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridView_Additional.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.AdditionalPeriod,
this.AdditionalSendId,
this.AdditionalContent});
this.GridView_Additional.Dock = System.Windows.Forms.DockStyle.Fill;
this.GridView_Additional.Location = new System.Drawing.Point(3, 25);
this.GridView_Additional.MultiSelect = false;
this.GridView_Additional.Name = "GridView_Additional";
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.GridView_Additional.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.GridView_Additional.RowsDefaultCellStyle = dataGridViewCellStyle14;
this.GridView_Additional.RowTemplate.Height = 40;
this.GridView_Additional.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.GridView_Additional.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.GridView_Additional.Size = new System.Drawing.Size(595, 75);
this.GridView_Additional.TabIndex = 7;
//
// AdditionalPeriod
//
this.AdditionalPeriod.DataPropertyName = "AdditionalPeriod";
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.AdditionalPeriod.DefaultCellStyle = dataGridViewCellStyle12;
this.AdditionalPeriod.FillWeight = 45.68528F;
this.AdditionalPeriod.HeaderText = "周期";
this.AdditionalPeriod.Name = "AdditionalPeriod";
//
// AdditionalSendId
//
this.AdditionalSendId.DataPropertyName = "AdditionalSendId";
this.AdditionalSendId.FillWeight = 71.99891F;
this.AdditionalSendId.HeaderText = "ID[hex]";
this.AdditionalSendId.Name = "AdditionalSendId";
//
// AdditionalContent
//
this.AdditionalContent.DataPropertyName = "AdditionalContent";
this.AdditionalContent.FillWeight = 182.3158F;
this.AdditionalContent.HeaderText = "报文";
this.AdditionalContent.Name = "AdditionalContent";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.GridView_SendSpeed);
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox4.Location = new System.Drawing.Point(376, 464);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(610, 103);
this.groupBox4.TabIndex = 14;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "发送转速报文";
//
// GridView_SendSpeed
//
this.GridView_SendSpeed.AllowUserToAddRows = false;
this.GridView_SendSpeed.AllowUserToDeleteRows = false;
this.GridView_SendSpeed.AllowUserToResizeColumns = false;
this.GridView_SendSpeed.AllowUserToResizeRows = false;
this.GridView_SendSpeed.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.GridView_SendSpeed.BackgroundColor = System.Drawing.Color.White;
this.GridView_SendSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.GridView_SendSpeed.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.GridView_SendSpeed.ColumnHeadersHeight = 30;
this.GridView_SendSpeed.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.MsgName,
this.StartBit,
this.Len,
this.Precision,
this.Offset});
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.GridView_SendSpeed.DefaultCellStyle = dataGridViewCellStyle17;
this.GridView_SendSpeed.Location = new System.Drawing.Point(3, 25);
this.GridView_SendSpeed.MultiSelect = false;
this.GridView_SendSpeed.Name = "GridView_SendSpeed";
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F);
dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.GridView_SendSpeed.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
this.GridView_SendSpeed.RowHeadersVisible = false;
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.GridView_SendSpeed.RowsDefaultCellStyle = dataGridViewCellStyle19;
this.GridView_SendSpeed.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.GridView_SendSpeed.RowTemplate.Height = 40;
this.GridView_SendSpeed.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.GridView_SendSpeed.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.GridView_SendSpeed.Size = new System.Drawing.Size(604, 75);
this.GridView_SendSpeed.TabIndex = 7;
//
// MsgName
//
this.MsgName.DataPropertyName = "MsgName";
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.MsgName.DefaultCellStyle = dataGridViewCellStyle16;
this.MsgName.HeaderText = "名称";
this.MsgName.Name = "MsgName";
this.MsgName.ReadOnly = true;
//
// StartBit
//
this.StartBit.DataPropertyName = "StartBit";
this.StartBit.HeaderText = "起始位";
this.StartBit.Name = "StartBit";
//
// Len
//
this.Len.DataPropertyName = "Len";
this.Len.HeaderText = "长度";
this.Len.Name = "Len";
//
// Precision
//
this.Precision.DataPropertyName = "Precision";
this.Precision.HeaderText = "精度";
this.Precision.Name = "Precision";
//
// Offset
//
this.Offset.DataPropertyName = "Offset";
this.Offset.HeaderText = "偏移量";
this.Offset.Name = "Offset";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.txt_FrameLen);
this.groupBox3.Controls.Add(this.txt_SendId);
this.groupBox3.Controls.Add(this.txt_SendPeriod);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox3.ForeColor = System.Drawing.Color.Black;
this.groupBox3.Location = new System.Drawing.Point(376, 269);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(610, 173);
this.groupBox3.TabIndex = 11;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "报文发送";
//
// label6
//
this.label6.Location = new System.Drawing.Point(354, 98);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(111, 28);
this.label6.TabIndex = 0;
this.label6.Text = "帧长度";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label7
//
this.label7.Location = new System.Drawing.Point(59, 98);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(111, 28);
this.label7.TabIndex = 0;
this.label7.Text = "转速ID[HEX]";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txt_FrameLen
//
this.txt_FrameLen.Location = new System.Drawing.Point(354, 129);
this.txt_FrameLen.Name = "txt_FrameLen";
this.txt_FrameLen.Size = new System.Drawing.Size(200, 29);
this.txt_FrameLen.TabIndex = 1;
//
// txt_SendId
//
this.txt_SendId.Location = new System.Drawing.Point(59, 129);
this.txt_SendId.Name = "txt_SendId";
this.txt_SendId.Size = new System.Drawing.Size(200, 29);
this.txt_SendId.TabIndex = 1;
//
// txt_SendPeriod
//
this.txt_SendPeriod.Location = new System.Drawing.Point(59, 56);
this.txt_SendPeriod.Name = "txt_SendPeriod";
this.txt_SendPeriod.Size = new System.Drawing.Size(200, 29);
this.txt_SendPeriod.TabIndex = 1;
//
// label8
//
this.label8.Location = new System.Drawing.Point(59, 25);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(84, 28);
this.label8.TabIndex = 0;
this.label8.Text = "周期[ms]";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// leftPanel
//
this.leftPanel.BorderColor = System.Drawing.Color.Silver;
this.leftPanel.BorderWidth = 1;
this.leftPanel.BottomGap = 1;
this.leftPanel.Controls.Add(this.listBox);
this.leftPanel.Controls.Add(this.searchControl);
this.leftPanel.LeftGap = 1;
this.leftPanel.Location = new System.Drawing.Point(0, 12);
this.leftPanel.Name = "leftPanel";
this.leftPanel.RightGap = 1;
this.leftPanel.Size = new System.Drawing.Size(363, 901);
this.leftPanel.TabIndex = 6;
this.leftPanel.TopGap = 1;
//
// listBox
//
this.listBox.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.listBox.Appearance.Options.UseFont = true;
this.listBox.AppearanceDisabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.listBox.AppearanceDisabled.Font = new System.Drawing.Font("微软雅黑", 12F);
this.listBox.AppearanceDisabled.Options.UseBackColor = true;
this.listBox.AppearanceDisabled.Options.UseFont = true;
this.listBox.AppearanceHighlight.Font = new System.Drawing.Font("微软雅黑", 12F);
this.listBox.AppearanceHighlight.Options.UseFont = true;
this.listBox.AppearanceSelected.Font = new System.Drawing.Font("微软雅黑", 12F);
this.listBox.AppearanceSelected.Options.UseFont = true;
this.listBox.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.listBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox.ItemHeight = 40;
this.listBox.Location = new System.Drawing.Point(2, 42);
this.listBox.Name = "listBox";
this.listBox.Size = new System.Drawing.Size(359, 857);
this.listBox.TabIndex = 18;
this.listBox.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
//
// searchControl
//
this.searchControl.Client = this.listBox;
this.searchControl.Dock = System.Windows.Forms.DockStyle.Top;
this.searchControl.Location = new System.Drawing.Point(2, 2);
this.searchControl.Name = "searchControl";
//
//
//
this.searchControl.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.searchControl.Properties.Appearance.Options.UseFont = true;
this.searchControl.Properties.AutoHeight = false;
this.searchControl.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Repository.ClearButton(),
new DevExpress.XtraEditors.Repository.SearchButton()});
this.searchControl.Properties.Client = this.listBox;
this.searchControl.Size = new System.Drawing.Size(359, 40);
this.searchControl.TabIndex = 17;
//
// FrmAgreement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1920, 926);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.panelEx1);
this.Controls.Add(this.leftPanel);
this.Font = new System.Drawing.Font("微软雅黑", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.Name = "FrmAgreement";
this.Padding = new System.Windows.Forms.Padding(5);
this.Text = "协议配置";
this.Load += new System.EventHandler(this.FrmAgreement_Load);
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridView_FuZhu)).EndInit();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.GridView_Recive)).EndInit();
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridView_Additional)).EndInit();
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridView_SendSpeed)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.leftPanel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.listBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchControl.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private CompressorXN_ControlLib.PanelEx leftPanel;
private CompressorXN_ControlLib.PanelEx panelEx1;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.DataGridView GridView_Additional;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.DataGridView GridView_SendSpeed;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txt_FrameLen;
private System.Windows.Forms.TextBox txt_SendId;
private System.Windows.Forms.TextBox txt_SendPeriod;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cmb_FrameType;
private System.Windows.Forms.ComboBox cmb_MsgFormat;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmb_Bps;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_AgreementName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView gridView_FuZhu;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txt_RecivePeriod;
private System.Windows.Forms.TextBox txt_ReciveId;
private System.Windows.Forms.DataGridView GridView_Recive;
private System.Windows.Forms.DataGridViewTextBoxColumn MsgName;
private System.Windows.Forms.DataGridViewTextBoxColumn StartBit;
private System.Windows.Forms.DataGridViewTextBoxColumn Len;
private System.Windows.Forms.DataGridViewTextBoxColumn Precision;
private System.Windows.Forms.DataGridViewTextBoxColumn Offset;
private System.Windows.Forms.Button btn_Confirm;
private System.Windows.Forms.Button btn_Unlock;
private DevExpress.XtraEditors.ListBoxControl listBox;
private DevExpress.XtraEditors.SearchControl searchControl;
private System.Windows.Forms.DataGridViewTextBoxColumn AdditionalPeriod;
private System.Windows.Forms.DataGridViewTextBoxColumn AdditionalSendId;
private System.Windows.Forms.DataGridViewTextBoxColumn AdditionalContent;
private System.Windows.Forms.DataGridViewTextBoxColumn ReciveMsgName;
private System.Windows.Forms.DataGridViewTextBoxColumn ReciveStartBit;
private System.Windows.Forms.DataGridViewTextBoxColumn ReciveLen;
private System.Windows.Forms.DataGridViewTextBoxColumn RecivePrecision;
private System.Windows.Forms.DataGridViewTextBoxColumn ReciveOffset;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit7;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit6;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit5;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit4;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit3;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit2;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit1;
private System.Windows.Forms.DataGridViewCheckBoxColumn bit0;
private System.Windows.Forms.DataGridViewTextBoxColumn SortIndex;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txt_SignalVal;
private DevExpress.XtraSplashScreen.SplashScreenManager Loading;
}
}