Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
hspguisourcev301/HspGuiSourceV301/HSPGui/CustomControls/RegisterView.designer.cs
- Committer:
- darienf
- Date:
- 2021-05-02
- Revision:
- 5:bc128a16232f
- Parent:
- 3:36de8b9e4b1a
File content as of revision 5:bc128a16232f:
namespace Maxim.CustomControls
{
partial class RegisterView
{
/// <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 Component 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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
this.tableLayoutPanelRegisters = new System.Windows.Forms.TableLayoutPanel();
this.btn_ReadAll = new MaximStyle.MaximButton();
this.panel1 = new System.Windows.Forms.Panel();
this.dgv_Registers = new System.Windows.Forms.DataGridView();
this.col_Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_Register = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgv_RegDes = new System.Windows.Forms.DataGridView();
this.col_bit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_Des = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lbl_bitDes = new System.Windows.Forms.Label();
this.lbl_Note = new System.Windows.Forms.Label();
this.lblHeader7 = new System.Windows.Forms.Label();
this.lblHeader6 = new System.Windows.Forms.Label();
this.lblHeader5 = new System.Windows.Forms.Label();
this.lblHeader4 = new System.Windows.Forms.Label();
this.lblHeader3 = new System.Windows.Forms.Label();
this.lblHeader2 = new System.Windows.Forms.Label();
this.lblHeader1 = new System.Windows.Forms.Label();
this.lblHeader0 = new System.Windows.Forms.Label();
this.lblBit23 = new System.Windows.Forms.Label();
this.lblBit22 = new System.Windows.Forms.Label();
this.lblBit21 = new System.Windows.Forms.Label();
this.lblBit20 = new System.Windows.Forms.Label();
this.lblBit19 = new System.Windows.Forms.Label();
this.lblBit18 = new System.Windows.Forms.Label();
this.lblBit17 = new System.Windows.Forms.Label();
this.lblBit16 = new System.Windows.Forms.Label();
this.lblBit15 = new System.Windows.Forms.Label();
this.lblBit14 = new System.Windows.Forms.Label();
this.lblBit13 = new System.Windows.Forms.Label();
this.lblBit12 = new System.Windows.Forms.Label();
this.lblBit11 = new System.Windows.Forms.Label();
this.lblBit10 = new System.Windows.Forms.Label();
this.lblBit09 = new System.Windows.Forms.Label();
this.lblBit08 = new System.Windows.Forms.Label();
this.panelRegisterBits = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.btnWrite = new MaximStyle.MaximButton();
this.btnRead = new MaximStyle.MaximButton();
this.lblBit07 = new System.Windows.Forms.Label();
this.lblBit06 = new System.Windows.Forms.Label();
this.lblBit05 = new System.Windows.Forms.Label();
this.lblBit04 = new System.Windows.Forms.Label();
this.lblBit03 = new System.Windows.Forms.Label();
this.lblBit02 = new System.Windows.Forms.Label();
this.lblBit01 = new System.Windows.Forms.Label();
this.lblBit00 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.tableLayoutPanelRegisters.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_Registers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgv_RegDes)).BeginInit();
this.panelRegisterBits.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanelRegisters
//
this.tableLayoutPanelRegisters.BackColor = System.Drawing.Color.White;
this.tableLayoutPanelRegisters.ColumnCount = 2;
this.tableLayoutPanelRegisters.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
this.tableLayoutPanelRegisters.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelRegisters.Controls.Add(this.btn_ReadAll, 0, 0);
this.tableLayoutPanelRegisters.Controls.Add(this.panel1, 0, 1);
this.tableLayoutPanelRegisters.Controls.Add(this.dgv_RegDes, 1, 1);
this.tableLayoutPanelRegisters.Controls.Add(this.lbl_bitDes, 1, 0);
this.tableLayoutPanelRegisters.Controls.Add(this.lbl_Note, 0, 2);
this.tableLayoutPanelRegisters.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelRegisters.Location = new System.Drawing.Point(0, 30);
this.tableLayoutPanelRegisters.Name = "tableLayoutPanelRegisters";
this.tableLayoutPanelRegisters.Padding = new System.Windows.Forms.Padding(4);
this.tableLayoutPanelRegisters.RowCount = 3;
this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.878448F));
this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 87.11311F));
this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.008441F));
this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelRegisters.Size = new System.Drawing.Size(894, 348);
this.tableLayoutPanelRegisters.TabIndex = 7;
//
// btn_ReadAll
//
this.btn_ReadAll.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.btn_ReadAll.Location = new System.Drawing.Point(7, 7);
this.btn_ReadAll.Name = "btn_ReadAll";
this.btn_ReadAll.Size = new System.Drawing.Size(120, 20);
this.btn_ReadAll.TabIndex = 0;
this.btn_ReadAll.Text = "Read All";
this.btn_ReadAll.UseVisualStyleBackColor = true;
this.btn_ReadAll.Click += new System.EventHandler(this.btn_ReadAll_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.dgv_Registers);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(7, 33);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(294, 290);
this.panel1.TabIndex = 5;
//
// dgv_Registers
//
this.dgv_Registers.AllowUserToAddRows = false;
this.dgv_Registers.AllowUserToDeleteRows = false;
this.dgv_Registers.AllowUserToResizeColumns = false;
this.dgv_Registers.AllowUserToResizeRows = false;
dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
this.dgv_Registers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
this.dgv_Registers.BackgroundColor = System.Drawing.Color.White;
this.dgv_Registers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
dataGridViewCellStyle22.Font = new System.Drawing.Font("Arial", 9F);
dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_Registers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
this.dgv_Registers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_Registers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.col_Address,
this.col_Register,
this.col_Value});
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle24.Font = new System.Drawing.Font("Arial", 9F);
dataGridViewCellStyle24.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_Registers.DefaultCellStyle = dataGridViewCellStyle24;
this.dgv_Registers.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_Registers.Location = new System.Drawing.Point(0, 0);
this.dgv_Registers.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dgv_Registers.MultiSelect = false;
this.dgv_Registers.Name = "dgv_Registers";
this.dgv_Registers.RowHeadersVisible = false;
this.dgv_Registers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgv_Registers.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgv_Registers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_Registers.Size = new System.Drawing.Size(294, 290);
this.dgv_Registers.StandardTab = true;
this.dgv_Registers.TabIndex = 1;
this.dgv_Registers.SelectionChanged += new System.EventHandler(this.dgv_Registers_SelectionChanged);
//
// col_Address
//
this.col_Address.HeaderText = "Address";
this.col_Address.Name = "col_Address";
this.col_Address.ReadOnly = true;
this.col_Address.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.col_Address.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.col_Address.Width = 60;
//
// col_Register
//
this.col_Register.HeaderText = "Register";
this.col_Register.Name = "col_Register";
this.col_Register.ReadOnly = true;
this.col_Register.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.col_Register.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.col_Register.Width = 190;
//
// col_Value
//
this.col_Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
this.col_Value.DefaultCellStyle = dataGridViewCellStyle23;
this.col_Value.HeaderText = "Value (Hex)";
this.col_Value.Name = "col_Value";
this.col_Value.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.col_Value.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// dgv_RegDes
//
this.dgv_RegDes.AllowUserToAddRows = false;
this.dgv_RegDes.AllowUserToDeleteRows = false;
this.dgv_RegDes.AllowUserToResizeColumns = false;
this.dgv_RegDes.AllowUserToResizeRows = false;
this.dgv_RegDes.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgv_RegDes.BackgroundColor = System.Drawing.Color.White;
this.dgv_RegDes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
dataGridViewCellStyle25.Font = new System.Drawing.Font("Arial", 9F);
dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_RegDes.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle25;
this.dgv_RegDes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_RegDes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.col_bit,
this.dataGridViewTextBoxColumn3,
this.col_Des});
dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle29.Font = new System.Drawing.Font("Arial", 9F);
dataGridViewCellStyle29.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.White;
dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_RegDes.DefaultCellStyle = dataGridViewCellStyle29;
this.dgv_RegDes.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_RegDes.Location = new System.Drawing.Point(307, 34);
this.dgv_RegDes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dgv_RegDes.MultiSelect = false;
this.dgv_RegDes.Name = "dgv_RegDes";
this.dgv_RegDes.ReadOnly = true;
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle30.Font = new System.Drawing.Font("Arial", 9F);
dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_RegDes.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dgv_RegDes.RowHeadersVisible = false;
this.dgv_RegDes.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
this.dgv_RegDes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgv_RegDes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_RegDes.Size = new System.Drawing.Size(580, 288);
this.dgv_RegDes.StandardTab = true;
this.dgv_RegDes.TabIndex = 3;
//
// col_bit
//
dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
dataGridViewCellStyle26.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle26.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
dataGridViewCellStyle26.SelectionForeColor = System.Drawing.Color.Black;
this.col_bit.DefaultCellStyle = dataGridViewCellStyle26;
this.col_bit.HeaderText = "Bit";
this.col_bit.Name = "col_bit";
this.col_bit.ReadOnly = true;
this.col_bit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.col_bit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.col_bit.Width = 80;
//
// dataGridViewTextBoxColumn3
//
dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText;
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle27;
this.dataGridViewTextBoxColumn3.HeaderText = "Name";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn3.Width = 140;
//
// col_Des
//
this.col_Des.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.col_Des.DefaultCellStyle = dataGridViewCellStyle28;
this.col_Des.HeaderText = "Description";
this.col_Des.Name = "col_Des";
this.col_Des.ReadOnly = true;
this.col_Des.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.col_Des.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// lbl_bitDes
//
this.lbl_bitDes.AutoSize = true;
this.lbl_bitDes.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lbl_bitDes.Location = new System.Drawing.Point(307, 17);
this.lbl_bitDes.Name = "lbl_bitDes";
this.lbl_bitDes.Size = new System.Drawing.Size(580, 13);
this.lbl_bitDes.TabIndex = 2;
this.lbl_bitDes.Text = "Bit Descriptions";
//
// lbl_Note
//
this.lbl_Note.AutoSize = true;
this.lbl_Note.Location = new System.Drawing.Point(7, 326);
this.lbl_Note.Name = "lbl_Note";
this.lbl_Note.Size = new System.Drawing.Size(207, 13);
this.lbl_Note.TabIndex = 4;
this.lbl_Note.Text = "Note: Double Click \"Value\" Column to Edit";
//
// lblHeader7
//
this.lblHeader7.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader7.BackColor = System.Drawing.Color.White;
this.lblHeader7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader7.Location = new System.Drawing.Point(31, 12);
this.lblHeader7.Name = "lblHeader7";
this.lblHeader7.Size = new System.Drawing.Size(100, 13);
this.lblHeader7.TabIndex = 0;
this.lblHeader7.Text = "23 / 15 / 7";
this.lblHeader7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader6
//
this.lblHeader6.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader6.BackColor = System.Drawing.Color.White;
this.lblHeader6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader6.Location = new System.Drawing.Point(134, 12);
this.lblHeader6.Name = "lblHeader6";
this.lblHeader6.Size = new System.Drawing.Size(100, 13);
this.lblHeader6.TabIndex = 1;
this.lblHeader6.Text = "22 / 14 / 6";
this.lblHeader6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader5
//
this.lblHeader5.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader5.BackColor = System.Drawing.Color.White;
this.lblHeader5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader5.Location = new System.Drawing.Point(237, 12);
this.lblHeader5.Name = "lblHeader5";
this.lblHeader5.Size = new System.Drawing.Size(100, 13);
this.lblHeader5.TabIndex = 2;
this.lblHeader5.Text = "21 / 13 / 5";
this.lblHeader5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader4
//
this.lblHeader4.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader4.BackColor = System.Drawing.Color.White;
this.lblHeader4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader4.Location = new System.Drawing.Point(340, 12);
this.lblHeader4.Name = "lblHeader4";
this.lblHeader4.Size = new System.Drawing.Size(100, 13);
this.lblHeader4.TabIndex = 3;
this.lblHeader4.Text = "20 / 12 / 4";
this.lblHeader4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader3
//
this.lblHeader3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader3.BackColor = System.Drawing.Color.White;
this.lblHeader3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader3.Location = new System.Drawing.Point(443, 12);
this.lblHeader3.Name = "lblHeader3";
this.lblHeader3.Size = new System.Drawing.Size(100, 13);
this.lblHeader3.TabIndex = 4;
this.lblHeader3.Text = "19 / 11 / 3";
this.lblHeader3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader2
//
this.lblHeader2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader2.BackColor = System.Drawing.Color.White;
this.lblHeader2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader2.Location = new System.Drawing.Point(546, 12);
this.lblHeader2.Name = "lblHeader2";
this.lblHeader2.Size = new System.Drawing.Size(100, 13);
this.lblHeader2.TabIndex = 5;
this.lblHeader2.Text = "18 / 10 / 2";
this.lblHeader2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader1
//
this.lblHeader1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader1.BackColor = System.Drawing.Color.White;
this.lblHeader1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader1.Location = new System.Drawing.Point(649, 12);
this.lblHeader1.Name = "lblHeader1";
this.lblHeader1.Size = new System.Drawing.Size(100, 13);
this.lblHeader1.TabIndex = 6;
this.lblHeader1.Text = "17 / 9 / 1";
this.lblHeader1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblHeader0
//
this.lblHeader0.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblHeader0.BackColor = System.Drawing.Color.White;
this.lblHeader0.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader0.Location = new System.Drawing.Point(752, 12);
this.lblHeader0.Name = "lblHeader0";
this.lblHeader0.Size = new System.Drawing.Size(100, 13);
this.lblHeader0.TabIndex = 7;
this.lblHeader0.Text = "16 / 8 / 0";
this.lblHeader0.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblBit23
//
this.lblBit23.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit23.Location = new System.Drawing.Point(31, 37);
this.lblBit23.Name = "lblBit23";
this.lblBit23.Size = new System.Drawing.Size(100, 13);
this.lblBit23.TabIndex = 8;
this.lblBit23.Text = "BIT_23";
this.lblBit23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit23.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit22
//
this.lblBit22.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit22.Location = new System.Drawing.Point(134, 37);
this.lblBit22.Name = "lblBit22";
this.lblBit22.Size = new System.Drawing.Size(100, 13);
this.lblBit22.TabIndex = 9;
this.lblBit22.Text = "BIT_22";
this.lblBit22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit22.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit21
//
this.lblBit21.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit21.Location = new System.Drawing.Point(237, 37);
this.lblBit21.Name = "lblBit21";
this.lblBit21.Size = new System.Drawing.Size(100, 13);
this.lblBit21.TabIndex = 10;
this.lblBit21.Text = "BIT_21";
this.lblBit21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit21.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit20
//
this.lblBit20.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit20.Location = new System.Drawing.Point(340, 37);
this.lblBit20.Name = "lblBit20";
this.lblBit20.Size = new System.Drawing.Size(100, 13);
this.lblBit20.TabIndex = 11;
this.lblBit20.Text = "BIT_20";
this.lblBit20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit20.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit19
//
this.lblBit19.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit19.Location = new System.Drawing.Point(443, 37);
this.lblBit19.Name = "lblBit19";
this.lblBit19.Size = new System.Drawing.Size(100, 13);
this.lblBit19.TabIndex = 12;
this.lblBit19.Text = "BIT_19";
this.lblBit19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit19.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit18
//
this.lblBit18.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit18.Location = new System.Drawing.Point(546, 37);
this.lblBit18.Name = "lblBit18";
this.lblBit18.Size = new System.Drawing.Size(100, 13);
this.lblBit18.TabIndex = 13;
this.lblBit18.Text = "BIT_18";
this.lblBit18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit18.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit17
//
this.lblBit17.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit17.Location = new System.Drawing.Point(649, 37);
this.lblBit17.Name = "lblBit17";
this.lblBit17.Size = new System.Drawing.Size(100, 13);
this.lblBit17.TabIndex = 14;
this.lblBit17.Text = "BIT_17";
this.lblBit17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit17.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit16
//
this.lblBit16.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit16.Location = new System.Drawing.Point(752, 37);
this.lblBit16.Name = "lblBit16";
this.lblBit16.Size = new System.Drawing.Size(100, 13);
this.lblBit16.TabIndex = 15;
this.lblBit16.Text = "BIT_16";
this.lblBit16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit16.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit15
//
this.lblBit15.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit15.BackColor = System.Drawing.Color.White;
this.lblBit15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit15.Location = new System.Drawing.Point(31, 64);
this.lblBit15.Name = "lblBit15";
this.lblBit15.Size = new System.Drawing.Size(100, 13);
this.lblBit15.TabIndex = 16;
this.lblBit15.Text = "BIT_15";
this.lblBit15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit15.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit14
//
this.lblBit14.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit14.BackColor = System.Drawing.Color.White;
this.lblBit14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit14.Location = new System.Drawing.Point(134, 64);
this.lblBit14.Name = "lblBit14";
this.lblBit14.Size = new System.Drawing.Size(100, 13);
this.lblBit14.TabIndex = 17;
this.lblBit14.Text = "BIT_14";
this.lblBit14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit14.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit13
//
this.lblBit13.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit13.BackColor = System.Drawing.Color.White;
this.lblBit13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit13.Location = new System.Drawing.Point(237, 64);
this.lblBit13.Name = "lblBit13";
this.lblBit13.Size = new System.Drawing.Size(100, 13);
this.lblBit13.TabIndex = 18;
this.lblBit13.Text = "BIT_13";
this.lblBit13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit13.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit12
//
this.lblBit12.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit12.BackColor = System.Drawing.Color.White;
this.lblBit12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit12.Location = new System.Drawing.Point(340, 64);
this.lblBit12.Name = "lblBit12";
this.lblBit12.Size = new System.Drawing.Size(100, 13);
this.lblBit12.TabIndex = 19;
this.lblBit12.Text = "BIT_12";
this.lblBit12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit12.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit11
//
this.lblBit11.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit11.BackColor = System.Drawing.Color.White;
this.lblBit11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit11.Location = new System.Drawing.Point(443, 64);
this.lblBit11.Name = "lblBit11";
this.lblBit11.Size = new System.Drawing.Size(100, 13);
this.lblBit11.TabIndex = 20;
this.lblBit11.Text = "BIT_11";
this.lblBit11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit11.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit10
//
this.lblBit10.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit10.BackColor = System.Drawing.Color.White;
this.lblBit10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit10.Location = new System.Drawing.Point(546, 64);
this.lblBit10.Name = "lblBit10";
this.lblBit10.Size = new System.Drawing.Size(100, 13);
this.lblBit10.TabIndex = 21;
this.lblBit10.Text = "BIT_10";
this.lblBit10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit10.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit09
//
this.lblBit09.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit09.BackColor = System.Drawing.Color.White;
this.lblBit09.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit09.Location = new System.Drawing.Point(649, 64);
this.lblBit09.Name = "lblBit09";
this.lblBit09.Size = new System.Drawing.Size(100, 13);
this.lblBit09.TabIndex = 22;
this.lblBit09.Text = "BIT_09";
this.lblBit09.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit09.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit08
//
this.lblBit08.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit08.BackColor = System.Drawing.Color.White;
this.lblBit08.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit08.Location = new System.Drawing.Point(752, 64);
this.lblBit08.Name = "lblBit08";
this.lblBit08.Size = new System.Drawing.Size(100, 13);
this.lblBit08.TabIndex = 23;
this.lblBit08.Text = "BIT_08";
this.lblBit08.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit08.Click += new System.EventHandler(this.lblBit_Click);
//
// panelRegisterBits
//
this.panelRegisterBits.BackColor = System.Drawing.Color.White;
this.panelRegisterBits.Controls.Add(this.label1);
this.panelRegisterBits.Controls.Add(this.btnWrite);
this.panelRegisterBits.Controls.Add(this.btnRead);
this.panelRegisterBits.Controls.Add(this.lblBit07);
this.panelRegisterBits.Controls.Add(this.lblBit06);
this.panelRegisterBits.Controls.Add(this.lblBit05);
this.panelRegisterBits.Controls.Add(this.lblBit04);
this.panelRegisterBits.Controls.Add(this.lblBit03);
this.panelRegisterBits.Controls.Add(this.lblBit02);
this.panelRegisterBits.Controls.Add(this.lblBit01);
this.panelRegisterBits.Controls.Add(this.lblBit00);
this.panelRegisterBits.Controls.Add(this.lblBit15);
this.panelRegisterBits.Controls.Add(this.lblBit14);
this.panelRegisterBits.Controls.Add(this.lblBit23);
this.panelRegisterBits.Controls.Add(this.lblBit21);
this.panelRegisterBits.Controls.Add(this.lblBit22);
this.panelRegisterBits.Controls.Add(this.lblBit12);
this.panelRegisterBits.Controls.Add(this.lblHeader7);
this.panelRegisterBits.Controls.Add(this.lblBit11);
this.panelRegisterBits.Controls.Add(this.lblBit20);
this.panelRegisterBits.Controls.Add(this.lblBit10);
this.panelRegisterBits.Controls.Add(this.lblHeader6);
this.panelRegisterBits.Controls.Add(this.lblBit09);
this.panelRegisterBits.Controls.Add(this.lblBit19);
this.panelRegisterBits.Controls.Add(this.lblBit08);
this.panelRegisterBits.Controls.Add(this.lblHeader0);
this.panelRegisterBits.Controls.Add(this.lblBit18);
this.panelRegisterBits.Controls.Add(this.lblHeader5);
this.panelRegisterBits.Controls.Add(this.lblBit17);
this.panelRegisterBits.Controls.Add(this.lblHeader1);
this.panelRegisterBits.Controls.Add(this.lblBit16);
this.panelRegisterBits.Controls.Add(this.lblBit13);
this.panelRegisterBits.Controls.Add(this.lblHeader4);
this.panelRegisterBits.Controls.Add(this.lblHeader2);
this.panelRegisterBits.Controls.Add(this.lblHeader3);
this.panelRegisterBits.Controls.Add(this.tableLayoutPanel1);
this.panelRegisterBits.Controls.Add(this.tableLayoutPanel2);
this.panelRegisterBits.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelRegisterBits.Location = new System.Drawing.Point(0, 378);
this.panelRegisterBits.Name = "panelRegisterBits";
this.panelRegisterBits.Size = new System.Drawing.Size(894, 136);
this.panelRegisterBits.TabIndex = 2;
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(48, 115);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(515, 13);
this.label1.TabIndex = 36;
this.label1.Text = "Note: Click text to set or clear bit and \"Write\" to commit to device. Bold text i" +
"s logic 1. Regular text is logic 0.";
//
// btnWrite
//
this.btnWrite.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnWrite.Location = new System.Drawing.Point(793, 110);
this.btnWrite.Name = "btnWrite";
this.btnWrite.Size = new System.Drawing.Size(55, 23);
this.btnWrite.TabIndex = 35;
this.btnWrite.Text = "Write";
this.btnWrite.UseVisualStyleBackColor = true;
this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
//
// btnRead
//
this.btnRead.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnRead.Location = new System.Drawing.Point(728, 110);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(59, 23);
this.btnRead.TabIndex = 34;
this.btnRead.Text = "Read";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// lblBit07
//
this.lblBit07.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit07.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit07.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit07.Location = new System.Drawing.Point(31, 87);
this.lblBit07.Name = "lblBit07";
this.lblBit07.Size = new System.Drawing.Size(100, 13);
this.lblBit07.TabIndex = 25;
this.lblBit07.Text = "BIT_07";
this.lblBit07.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit07.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit06
//
this.lblBit06.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit06.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit06.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit06.Location = new System.Drawing.Point(134, 87);
this.lblBit06.Name = "lblBit06";
this.lblBit06.Size = new System.Drawing.Size(100, 13);
this.lblBit06.TabIndex = 26;
this.lblBit06.Text = "BIT_06";
this.lblBit06.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit06.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit05
//
this.lblBit05.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit05.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit05.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit05.Location = new System.Drawing.Point(237, 87);
this.lblBit05.Name = "lblBit05";
this.lblBit05.Size = new System.Drawing.Size(100, 13);
this.lblBit05.TabIndex = 24;
this.lblBit05.Text = "BIT_05";
this.lblBit05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit05.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit04
//
this.lblBit04.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit04.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit04.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit04.Location = new System.Drawing.Point(340, 87);
this.lblBit04.Name = "lblBit04";
this.lblBit04.Size = new System.Drawing.Size(100, 13);
this.lblBit04.TabIndex = 27;
this.lblBit04.Text = "BIT_04";
this.lblBit04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit04.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit03
//
this.lblBit03.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit03.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit03.Location = new System.Drawing.Point(443, 87);
this.lblBit03.Name = "lblBit03";
this.lblBit03.Size = new System.Drawing.Size(100, 13);
this.lblBit03.TabIndex = 28;
this.lblBit03.Text = "BIT_03";
this.lblBit03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit03.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit02
//
this.lblBit02.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit02.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit02.Location = new System.Drawing.Point(546, 87);
this.lblBit02.Name = "lblBit02";
this.lblBit02.Size = new System.Drawing.Size(100, 13);
this.lblBit02.TabIndex = 29;
this.lblBit02.Text = "BIT_02";
this.lblBit02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit02.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit01
//
this.lblBit01.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit01.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit01.Location = new System.Drawing.Point(649, 87);
this.lblBit01.Name = "lblBit01";
this.lblBit01.Size = new System.Drawing.Size(100, 13);
this.lblBit01.TabIndex = 30;
this.lblBit01.Text = "BIT_01";
this.lblBit01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit01.Click += new System.EventHandler(this.lblBit_Click);
//
// lblBit00
//
this.lblBit00.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblBit00.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblBit00.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBit00.Location = new System.Drawing.Point(752, 87);
this.lblBit00.Name = "lblBit00";
this.lblBit00.Size = new System.Drawing.Size(100, 13);
this.lblBit00.TabIndex = 31;
this.lblBit00.Text = "BIT_00";
this.lblBit00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBit00.Click += new System.EventHandler(this.lblBit_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 31);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(894, 24);
this.tableLayoutPanel1.TabIndex = 32;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.tableLayoutPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 82);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(894, 24);
this.tableLayoutPanel2.TabIndex = 33;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(894, 30);
this.panel2.TabIndex = 2;
//
// RegisterView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanelRegisters);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panelRegisterBits);
this.Name = "RegisterView";
this.Size = new System.Drawing.Size(894, 514);
this.tableLayoutPanelRegisters.ResumeLayout(false);
this.tableLayoutPanelRegisters.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_Registers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgv_RegDes)).EndInit();
this.panelRegisterBits.ResumeLayout(false);
this.panelRegisterBits.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelRegisters;
private MaximStyle.MaximButton btn_ReadAll;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dgv_Registers;
private System.Windows.Forms.DataGridViewTextBoxColumn col_Address;
private System.Windows.Forms.DataGridViewTextBoxColumn col_Register;
private System.Windows.Forms.DataGridViewTextBoxColumn col_Value;
private System.Windows.Forms.DataGridView dgv_RegDes;
private System.Windows.Forms.DataGridViewTextBoxColumn col_bit;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn col_Des;
private System.Windows.Forms.Label lbl_bitDes;
private System.Windows.Forms.Label lbl_Note;
private System.Windows.Forms.Label lblHeader7;
private System.Windows.Forms.Label lblHeader6;
private System.Windows.Forms.Label lblHeader5;
private System.Windows.Forms.Label lblHeader4;
private System.Windows.Forms.Label lblHeader3;
private System.Windows.Forms.Label lblHeader2;
private System.Windows.Forms.Label lblHeader1;
private System.Windows.Forms.Label lblHeader0;
private System.Windows.Forms.Label lblBit23;
private System.Windows.Forms.Label lblBit22;
private System.Windows.Forms.Label lblBit20;
private System.Windows.Forms.Label lblBit19;
private System.Windows.Forms.Label lblBit18;
private System.Windows.Forms.Label lblBit17;
private System.Windows.Forms.Label lblBit16;
private System.Windows.Forms.Label lblBit15;
private System.Windows.Forms.Label lblBit14;
private System.Windows.Forms.Label lblBit13;
private System.Windows.Forms.Label lblBit21;
private System.Windows.Forms.Label lblBit12;
private System.Windows.Forms.Label lblBit11;
private System.Windows.Forms.Label lblBit10;
private System.Windows.Forms.Label lblBit09;
private System.Windows.Forms.Label lblBit08;
private System.Windows.Forms.Panel panelRegisterBits;
private System.Windows.Forms.Label lblBit07;
private System.Windows.Forms.Label lblBit06;
private System.Windows.Forms.Label lblBit05;
private System.Windows.Forms.Label lblBit04;
private System.Windows.Forms.Label lblBit03;
private System.Windows.Forms.Label lblBit02;
private System.Windows.Forms.Label lblBit01;
private System.Windows.Forms.Label lblBit00;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Panel panel2;
private MaximStyle.MaximButton btnWrite;
private MaximStyle.MaximButton btnRead;
private System.Windows.Forms.Label label1;
}
}