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.
Dependencies: mbed MAX14720 MAX30205 USBDevice
RegisterView.designer.cs
00001 namespace Maxim.CustomControls 00002 { 00003 partial class RegisterView 00004 { 00005 /// <summary> 00006 /// Required designer variable. 00007 /// </summary> 00008 private System.ComponentModel.IContainer components = null; 00009 00010 /// <summary> 00011 /// Clean up any resources being used. 00012 /// </summary> 00013 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 00014 protected override void Dispose(bool disposing) 00015 { 00016 if (disposing && (components != null)) 00017 { 00018 components.Dispose(); 00019 } 00020 base.Dispose(disposing); 00021 } 00022 00023 #region Component Designer generated code 00024 00025 /// <summary> 00026 /// Required method for Designer support - do not modify 00027 /// the contents of this method with the code editor. 00028 /// </summary> 00029 private void InitializeComponent() 00030 { 00031 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); 00032 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); 00033 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle(); 00034 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); 00035 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); 00036 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); 00037 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); 00038 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); 00039 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); 00040 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); 00041 this.tableLayoutPanelRegisters = new System.Windows.Forms.TableLayoutPanel(); 00042 this.btn_ReadAll = new MaximStyle.MaximButton(); 00043 this.panel1 = new System.Windows.Forms.Panel(); 00044 this.dgv_Registers = new System.Windows.Forms.DataGridView(); 00045 this.col_Address = new System.Windows.Forms.DataGridViewTextBoxColumn(); 00046 this.col_Register = new System.Windows.Forms.DataGridViewTextBoxColumn(); 00047 this.col_Value = new System.Windows.Forms.DataGridViewTextBoxColumn(); 00048 this.dgv_RegDes = new System.Windows.Forms.DataGridView(); 00049 this.col_bit = new System.Windows.Forms.DataGridViewTextBoxColumn(); 00050 this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 00051 this.col_Des = new System.Windows.Forms.DataGridViewTextBoxColumn(); 00052 this.lbl_bitDes = new System.Windows.Forms.Label(); 00053 this.lbl_Note = new System.Windows.Forms.Label(); 00054 this.lblHeader7 = new System.Windows.Forms.Label(); 00055 this.lblHeader6 = new System.Windows.Forms.Label(); 00056 this.lblHeader5 = new System.Windows.Forms.Label(); 00057 this.lblHeader4 = new System.Windows.Forms.Label(); 00058 this.lblHeader3 = new System.Windows.Forms.Label(); 00059 this.lblHeader2 = new System.Windows.Forms.Label(); 00060 this.lblHeader1 = new System.Windows.Forms.Label(); 00061 this.lblHeader0 = new System.Windows.Forms.Label(); 00062 this.lblBit23 = new System.Windows.Forms.Label(); 00063 this.lblBit22 = new System.Windows.Forms.Label(); 00064 this.lblBit21 = new System.Windows.Forms.Label(); 00065 this.lblBit20 = new System.Windows.Forms.Label(); 00066 this.lblBit19 = new System.Windows.Forms.Label(); 00067 this.lblBit18 = new System.Windows.Forms.Label(); 00068 this.lblBit17 = new System.Windows.Forms.Label(); 00069 this.lblBit16 = new System.Windows.Forms.Label(); 00070 this.lblBit15 = new System.Windows.Forms.Label(); 00071 this.lblBit14 = new System.Windows.Forms.Label(); 00072 this.lblBit13 = new System.Windows.Forms.Label(); 00073 this.lblBit12 = new System.Windows.Forms.Label(); 00074 this.lblBit11 = new System.Windows.Forms.Label(); 00075 this.lblBit10 = new System.Windows.Forms.Label(); 00076 this.lblBit09 = new System.Windows.Forms.Label(); 00077 this.lblBit08 = new System.Windows.Forms.Label(); 00078 this.panelRegisterBits = new System.Windows.Forms.Panel(); 00079 this.label1 = new System.Windows.Forms.Label(); 00080 this.btnWrite = new MaximStyle.MaximButton(); 00081 this.btnRead = new MaximStyle.MaximButton(); 00082 this.lblBit07 = new System.Windows.Forms.Label(); 00083 this.lblBit06 = new System.Windows.Forms.Label(); 00084 this.lblBit05 = new System.Windows.Forms.Label(); 00085 this.lblBit04 = new System.Windows.Forms.Label(); 00086 this.lblBit03 = new System.Windows.Forms.Label(); 00087 this.lblBit02 = new System.Windows.Forms.Label(); 00088 this.lblBit01 = new System.Windows.Forms.Label(); 00089 this.lblBit00 = new System.Windows.Forms.Label(); 00090 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 00091 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 00092 this.panel2 = new System.Windows.Forms.Panel(); 00093 this.tableLayoutPanelRegisters.SuspendLayout(); 00094 this.panel1.SuspendLayout(); 00095 ((System.ComponentModel.ISupportInitialize)(this.dgv_Registers)).BeginInit(); 00096 ((System.ComponentModel.ISupportInitialize)(this.dgv_RegDes)).BeginInit(); 00097 this.panelRegisterBits.SuspendLayout(); 00098 this.SuspendLayout(); 00099 // 00100 // tableLayoutPanelRegisters 00101 // 00102 this.tableLayoutPanelRegisters.BackColor = System.Drawing.Color.White; 00103 this.tableLayoutPanelRegisters.ColumnCount = 2; 00104 this.tableLayoutPanelRegisters.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F)); 00105 this.tableLayoutPanelRegisters.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00106 this.tableLayoutPanelRegisters.Controls.Add(this.btn_ReadAll, 0, 0); 00107 this.tableLayoutPanelRegisters.Controls.Add(this.panel1, 0, 1); 00108 this.tableLayoutPanelRegisters.Controls.Add(this.dgv_RegDes, 1, 1); 00109 this.tableLayoutPanelRegisters.Controls.Add(this.lbl_bitDes, 1, 0); 00110 this.tableLayoutPanelRegisters.Controls.Add(this.lbl_Note, 0, 2); 00111 this.tableLayoutPanelRegisters.Dock = System.Windows.Forms.DockStyle.Fill; 00112 this.tableLayoutPanelRegisters.Location = new System.Drawing.Point(0, 30); 00113 this.tableLayoutPanelRegisters.Name = "tableLayoutPanelRegisters"; 00114 this.tableLayoutPanelRegisters.Padding = new System.Windows.Forms.Padding(4); 00115 this.tableLayoutPanelRegisters.RowCount = 3; 00116 this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.878448F)); 00117 this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 87.11311F)); 00118 this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.008441F)); 00119 this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00120 this.tableLayoutPanelRegisters.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00121 this.tableLayoutPanelRegisters.Size = new System.Drawing.Size(894, 348); 00122 this.tableLayoutPanelRegisters.TabIndex = 7; 00123 // 00124 // btn_ReadAll 00125 // 00126 this.btn_ReadAll.Anchor = System.Windows.Forms.AnchorStyles.Left; 00127 this.btn_ReadAll.Location = new System.Drawing.Point(7, 7); 00128 this.btn_ReadAll.Name = "btn_ReadAll"; 00129 this.btn_ReadAll.Size = new System.Drawing.Size(120, 20); 00130 this.btn_ReadAll.TabIndex = 0; 00131 this.btn_ReadAll.Text = "Read All"; 00132 this.btn_ReadAll.UseVisualStyleBackColor = true; 00133 this.btn_ReadAll.Click += new System.EventHandler(this.btn_ReadAll_Click); 00134 // 00135 // panel1 00136 // 00137 this.panel1.AutoScroll = true; 00138 this.panel1.Controls.Add(this.dgv_Registers); 00139 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; 00140 this.panel1.Location = new System.Drawing.Point(7, 33); 00141 this.panel1.Name = "panel1"; 00142 this.panel1.Size = new System.Drawing.Size(294, 290); 00143 this.panel1.TabIndex = 5; 00144 // 00145 // dgv_Registers 00146 // 00147 this.dgv_Registers.AllowUserToAddRows = false; 00148 this.dgv_Registers.AllowUserToDeleteRows = false; 00149 this.dgv_Registers.AllowUserToResizeColumns = false; 00150 this.dgv_Registers.AllowUserToResizeRows = false; 00151 dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221))))); 00152 this.dgv_Registers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21; 00153 this.dgv_Registers.BackgroundColor = System.Drawing.Color.White; 00154 this.dgv_Registers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 00155 dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 00156 dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221))))); 00157 dataGridViewCellStyle22.Font = new System.Drawing.Font("Arial", 9F); 00158 dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 00159 this.dgv_Registers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22; 00160 this.dgv_Registers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 00161 this.dgv_Registers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 00162 this.col_Address, 00163 this.col_Register, 00164 this.col_Value}); 00165 dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; 00166 dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window; 00167 dataGridViewCellStyle24.Font = new System.Drawing.Font("Arial", 9F); 00168 dataGridViewCellStyle24.ForeColor = System.Drawing.Color.Black; 00169 dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); 00170 dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 00171 dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False; 00172 this.dgv_Registers.DefaultCellStyle = dataGridViewCellStyle24; 00173 this.dgv_Registers.Dock = System.Windows.Forms.DockStyle.Fill; 00174 this.dgv_Registers.Location = new System.Drawing.Point(0, 0); 00175 this.dgv_Registers.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); 00176 this.dgv_Registers.MultiSelect = false; 00177 this.dgv_Registers.Name = "dgv_Registers"; 00178 this.dgv_Registers.RowHeadersVisible = false; 00179 this.dgv_Registers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 00180 this.dgv_Registers.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 00181 this.dgv_Registers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 00182 this.dgv_Registers.Size = new System.Drawing.Size(294, 290); 00183 this.dgv_Registers.StandardTab = true; 00184 this.dgv_Registers.TabIndex = 1; 00185 this.dgv_Registers.SelectionChanged += new System.EventHandler(this.dgv_Registers_SelectionChanged); 00186 // 00187 // col_Address 00188 // 00189 this.col_Address.HeaderText = "Address"; 00190 this.col_Address.Name = "col_Address"; 00191 this.col_Address.ReadOnly = true; 00192 this.col_Address.Resizable = System.Windows.Forms.DataGridViewTriState.False; 00193 this.col_Address.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 00194 this.col_Address.Width = 60; 00195 // 00196 // col_Register 00197 // 00198 this.col_Register.HeaderText = "Register"; 00199 this.col_Register.Name = "col_Register"; 00200 this.col_Register.ReadOnly = true; 00201 this.col_Register.Resizable = System.Windows.Forms.DataGridViewTriState.False; 00202 this.col_Register.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 00203 this.col_Register.Width = 190; 00204 // 00205 // col_Value 00206 // 00207 this.col_Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 00208 dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText; 00209 this.col_Value.DefaultCellStyle = dataGridViewCellStyle23; 00210 this.col_Value.HeaderText = "Value (Hex)"; 00211 this.col_Value.Name = "col_Value"; 00212 this.col_Value.Resizable = System.Windows.Forms.DataGridViewTriState.False; 00213 this.col_Value.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 00214 // 00215 // dgv_RegDes 00216 // 00217 this.dgv_RegDes.AllowUserToAddRows = false; 00218 this.dgv_RegDes.AllowUserToDeleteRows = false; 00219 this.dgv_RegDes.AllowUserToResizeColumns = false; 00220 this.dgv_RegDes.AllowUserToResizeRows = false; 00221 this.dgv_RegDes.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; 00222 this.dgv_RegDes.BackgroundColor = System.Drawing.Color.White; 00223 this.dgv_RegDes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 00224 dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 00225 dataGridViewCellStyle25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221))))); 00226 dataGridViewCellStyle25.Font = new System.Drawing.Font("Arial", 9F); 00227 dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 00228 this.dgv_RegDes.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle25; 00229 this.dgv_RegDes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 00230 this.dgv_RegDes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 00231 this.col_bit, 00232 this.dataGridViewTextBoxColumn3, 00233 this.col_Des}); 00234 dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; 00235 dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Window; 00236 dataGridViewCellStyle29.Font = new System.Drawing.Font("Arial", 9F); 00237 dataGridViewCellStyle29.ForeColor = System.Drawing.Color.Black; 00238 dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.White; 00239 dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.Black; 00240 dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.False; 00241 this.dgv_RegDes.DefaultCellStyle = dataGridViewCellStyle29; 00242 this.dgv_RegDes.Dock = System.Windows.Forms.DockStyle.Fill; 00243 this.dgv_RegDes.Location = new System.Drawing.Point(307, 34); 00244 this.dgv_RegDes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); 00245 this.dgv_RegDes.MultiSelect = false; 00246 this.dgv_RegDes.Name = "dgv_RegDes"; 00247 this.dgv_RegDes.ReadOnly = true; 00248 dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; 00249 dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control; 00250 dataGridViewCellStyle30.Font = new System.Drawing.Font("Arial", 9F); 00251 dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.WindowText; 00252 dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Control; 00253 dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.Black; 00254 dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 00255 this.dgv_RegDes.RowHeadersDefaultCellStyle = dataGridViewCellStyle30; 00256 this.dgv_RegDes.RowHeadersVisible = false; 00257 this.dgv_RegDes.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders; 00258 this.dgv_RegDes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 00259 this.dgv_RegDes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 00260 this.dgv_RegDes.Size = new System.Drawing.Size(580, 288); 00261 this.dgv_RegDes.StandardTab = true; 00262 this.dgv_RegDes.TabIndex = 3; 00263 // 00264 // col_bit 00265 // 00266 dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221))))); 00267 dataGridViewCellStyle26.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00268 dataGridViewCellStyle26.ForeColor = System.Drawing.Color.Black; 00269 dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221))))); 00270 dataGridViewCellStyle26.SelectionForeColor = System.Drawing.Color.Black; 00271 this.col_bit.DefaultCellStyle = dataGridViewCellStyle26; 00272 this.col_bit.HeaderText = "Bit"; 00273 this.col_bit.Name = "col_bit"; 00274 this.col_bit.ReadOnly = true; 00275 this.col_bit.Resizable = System.Windows.Forms.DataGridViewTriState.False; 00276 this.col_bit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 00277 this.col_bit.Width = 80; 00278 // 00279 // dataGridViewTextBoxColumn3 00280 // 00281 dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText; 00282 this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle27; 00283 this.dataGridViewTextBoxColumn3.HeaderText = "Name"; 00284 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; 00285 this.dataGridViewTextBoxColumn3.ReadOnly = true; 00286 this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.False; 00287 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 00288 this.dataGridViewTextBoxColumn3.Width = 140; 00289 // 00290 // col_Des 00291 // 00292 this.col_Des.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 00293 dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 00294 this.col_Des.DefaultCellStyle = dataGridViewCellStyle28; 00295 this.col_Des.HeaderText = "Description"; 00296 this.col_Des.Name = "col_Des"; 00297 this.col_Des.ReadOnly = true; 00298 this.col_Des.Resizable = System.Windows.Forms.DataGridViewTriState.False; 00299 this.col_Des.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 00300 // 00301 // lbl_bitDes 00302 // 00303 this.lbl_bitDes.AutoSize = true; 00304 this.lbl_bitDes.Dock = System.Windows.Forms.DockStyle.Bottom; 00305 this.lbl_bitDes.Location = new System.Drawing.Point(307, 17); 00306 this.lbl_bitDes.Name = "lbl_bitDes"; 00307 this.lbl_bitDes.Size = new System.Drawing.Size(580, 13); 00308 this.lbl_bitDes.TabIndex = 2; 00309 this.lbl_bitDes.Text = "Bit Descriptions"; 00310 // 00311 // lbl_Note 00312 // 00313 this.lbl_Note.AutoSize = true; 00314 this.lbl_Note.Location = new System.Drawing.Point(7, 326); 00315 this.lbl_Note.Name = "lbl_Note"; 00316 this.lbl_Note.Size = new System.Drawing.Size(207, 13); 00317 this.lbl_Note.TabIndex = 4; 00318 this.lbl_Note.Text = "Note: Double Click \"Value\" Column to Edit"; 00319 // 00320 // lblHeader7 00321 // 00322 this.lblHeader7.Anchor = System.Windows.Forms.AnchorStyles.Top; 00323 this.lblHeader7.BackColor = System.Drawing.Color.White; 00324 this.lblHeader7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00325 this.lblHeader7.Location = new System.Drawing.Point(31, 12); 00326 this.lblHeader7.Name = "lblHeader7"; 00327 this.lblHeader7.Size = new System.Drawing.Size(100, 13); 00328 this.lblHeader7.TabIndex = 0; 00329 this.lblHeader7.Text = "23 / 15 / 7"; 00330 this.lblHeader7.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00331 // 00332 // lblHeader6 00333 // 00334 this.lblHeader6.Anchor = System.Windows.Forms.AnchorStyles.Top; 00335 this.lblHeader6.BackColor = System.Drawing.Color.White; 00336 this.lblHeader6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00337 this.lblHeader6.Location = new System.Drawing.Point(134, 12); 00338 this.lblHeader6.Name = "lblHeader6"; 00339 this.lblHeader6.Size = new System.Drawing.Size(100, 13); 00340 this.lblHeader6.TabIndex = 1; 00341 this.lblHeader6.Text = "22 / 14 / 6"; 00342 this.lblHeader6.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00343 // 00344 // lblHeader5 00345 // 00346 this.lblHeader5.Anchor = System.Windows.Forms.AnchorStyles.Top; 00347 this.lblHeader5.BackColor = System.Drawing.Color.White; 00348 this.lblHeader5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00349 this.lblHeader5.Location = new System.Drawing.Point(237, 12); 00350 this.lblHeader5.Name = "lblHeader5"; 00351 this.lblHeader5.Size = new System.Drawing.Size(100, 13); 00352 this.lblHeader5.TabIndex = 2; 00353 this.lblHeader5.Text = "21 / 13 / 5"; 00354 this.lblHeader5.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00355 // 00356 // lblHeader4 00357 // 00358 this.lblHeader4.Anchor = System.Windows.Forms.AnchorStyles.Top; 00359 this.lblHeader4.BackColor = System.Drawing.Color.White; 00360 this.lblHeader4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00361 this.lblHeader4.Location = new System.Drawing.Point(340, 12); 00362 this.lblHeader4.Name = "lblHeader4"; 00363 this.lblHeader4.Size = new System.Drawing.Size(100, 13); 00364 this.lblHeader4.TabIndex = 3; 00365 this.lblHeader4.Text = "20 / 12 / 4"; 00366 this.lblHeader4.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00367 // 00368 // lblHeader3 00369 // 00370 this.lblHeader3.Anchor = System.Windows.Forms.AnchorStyles.Top; 00371 this.lblHeader3.BackColor = System.Drawing.Color.White; 00372 this.lblHeader3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00373 this.lblHeader3.Location = new System.Drawing.Point(443, 12); 00374 this.lblHeader3.Name = "lblHeader3"; 00375 this.lblHeader3.Size = new System.Drawing.Size(100, 13); 00376 this.lblHeader3.TabIndex = 4; 00377 this.lblHeader3.Text = "19 / 11 / 3"; 00378 this.lblHeader3.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00379 // 00380 // lblHeader2 00381 // 00382 this.lblHeader2.Anchor = System.Windows.Forms.AnchorStyles.Top; 00383 this.lblHeader2.BackColor = System.Drawing.Color.White; 00384 this.lblHeader2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00385 this.lblHeader2.Location = new System.Drawing.Point(546, 12); 00386 this.lblHeader2.Name = "lblHeader2"; 00387 this.lblHeader2.Size = new System.Drawing.Size(100, 13); 00388 this.lblHeader2.TabIndex = 5; 00389 this.lblHeader2.Text = "18 / 10 / 2"; 00390 this.lblHeader2.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00391 // 00392 // lblHeader1 00393 // 00394 this.lblHeader1.Anchor = System.Windows.Forms.AnchorStyles.Top; 00395 this.lblHeader1.BackColor = System.Drawing.Color.White; 00396 this.lblHeader1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00397 this.lblHeader1.Location = new System.Drawing.Point(649, 12); 00398 this.lblHeader1.Name = "lblHeader1"; 00399 this.lblHeader1.Size = new System.Drawing.Size(100, 13); 00400 this.lblHeader1.TabIndex = 6; 00401 this.lblHeader1.Text = "17 / 9 / 1"; 00402 this.lblHeader1.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00403 // 00404 // lblHeader0 00405 // 00406 this.lblHeader0.Anchor = System.Windows.Forms.AnchorStyles.Top; 00407 this.lblHeader0.BackColor = System.Drawing.Color.White; 00408 this.lblHeader0.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00409 this.lblHeader0.Location = new System.Drawing.Point(752, 12); 00410 this.lblHeader0.Name = "lblHeader0"; 00411 this.lblHeader0.Size = new System.Drawing.Size(100, 13); 00412 this.lblHeader0.TabIndex = 7; 00413 this.lblHeader0.Text = "16 / 8 / 0"; 00414 this.lblHeader0.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00415 // 00416 // lblBit23 00417 // 00418 this.lblBit23.Anchor = System.Windows.Forms.AnchorStyles.None; 00419 this.lblBit23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00420 this.lblBit23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00421 this.lblBit23.Location = new System.Drawing.Point(31, 37); 00422 this.lblBit23.Name = "lblBit23"; 00423 this.lblBit23.Size = new System.Drawing.Size(100, 13); 00424 this.lblBit23.TabIndex = 8; 00425 this.lblBit23.Text = "BIT_23"; 00426 this.lblBit23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00427 this.lblBit23.Click += new System.EventHandler(this.lblBit_Click); 00428 // 00429 // lblBit22 00430 // 00431 this.lblBit22.Anchor = System.Windows.Forms.AnchorStyles.None; 00432 this.lblBit22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00433 this.lblBit22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00434 this.lblBit22.Location = new System.Drawing.Point(134, 37); 00435 this.lblBit22.Name = "lblBit22"; 00436 this.lblBit22.Size = new System.Drawing.Size(100, 13); 00437 this.lblBit22.TabIndex = 9; 00438 this.lblBit22.Text = "BIT_22"; 00439 this.lblBit22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00440 this.lblBit22.Click += new System.EventHandler(this.lblBit_Click); 00441 // 00442 // lblBit21 00443 // 00444 this.lblBit21.Anchor = System.Windows.Forms.AnchorStyles.None; 00445 this.lblBit21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00446 this.lblBit21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00447 this.lblBit21.Location = new System.Drawing.Point(237, 37); 00448 this.lblBit21.Name = "lblBit21"; 00449 this.lblBit21.Size = new System.Drawing.Size(100, 13); 00450 this.lblBit21.TabIndex = 10; 00451 this.lblBit21.Text = "BIT_21"; 00452 this.lblBit21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00453 this.lblBit21.Click += new System.EventHandler(this.lblBit_Click); 00454 // 00455 // lblBit20 00456 // 00457 this.lblBit20.Anchor = System.Windows.Forms.AnchorStyles.None; 00458 this.lblBit20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00459 this.lblBit20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00460 this.lblBit20.Location = new System.Drawing.Point(340, 37); 00461 this.lblBit20.Name = "lblBit20"; 00462 this.lblBit20.Size = new System.Drawing.Size(100, 13); 00463 this.lblBit20.TabIndex = 11; 00464 this.lblBit20.Text = "BIT_20"; 00465 this.lblBit20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00466 this.lblBit20.Click += new System.EventHandler(this.lblBit_Click); 00467 // 00468 // lblBit19 00469 // 00470 this.lblBit19.Anchor = System.Windows.Forms.AnchorStyles.None; 00471 this.lblBit19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00472 this.lblBit19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00473 this.lblBit19.Location = new System.Drawing.Point(443, 37); 00474 this.lblBit19.Name = "lblBit19"; 00475 this.lblBit19.Size = new System.Drawing.Size(100, 13); 00476 this.lblBit19.TabIndex = 12; 00477 this.lblBit19.Text = "BIT_19"; 00478 this.lblBit19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00479 this.lblBit19.Click += new System.EventHandler(this.lblBit_Click); 00480 // 00481 // lblBit18 00482 // 00483 this.lblBit18.Anchor = System.Windows.Forms.AnchorStyles.None; 00484 this.lblBit18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00485 this.lblBit18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00486 this.lblBit18.Location = new System.Drawing.Point(546, 37); 00487 this.lblBit18.Name = "lblBit18"; 00488 this.lblBit18.Size = new System.Drawing.Size(100, 13); 00489 this.lblBit18.TabIndex = 13; 00490 this.lblBit18.Text = "BIT_18"; 00491 this.lblBit18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00492 this.lblBit18.Click += new System.EventHandler(this.lblBit_Click); 00493 // 00494 // lblBit17 00495 // 00496 this.lblBit17.Anchor = System.Windows.Forms.AnchorStyles.None; 00497 this.lblBit17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00498 this.lblBit17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00499 this.lblBit17.Location = new System.Drawing.Point(649, 37); 00500 this.lblBit17.Name = "lblBit17"; 00501 this.lblBit17.Size = new System.Drawing.Size(100, 13); 00502 this.lblBit17.TabIndex = 14; 00503 this.lblBit17.Text = "BIT_17"; 00504 this.lblBit17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00505 this.lblBit17.Click += new System.EventHandler(this.lblBit_Click); 00506 // 00507 // lblBit16 00508 // 00509 this.lblBit16.Anchor = System.Windows.Forms.AnchorStyles.None; 00510 this.lblBit16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00511 this.lblBit16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00512 this.lblBit16.Location = new System.Drawing.Point(752, 37); 00513 this.lblBit16.Name = "lblBit16"; 00514 this.lblBit16.Size = new System.Drawing.Size(100, 13); 00515 this.lblBit16.TabIndex = 15; 00516 this.lblBit16.Text = "BIT_16"; 00517 this.lblBit16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00518 this.lblBit16.Click += new System.EventHandler(this.lblBit_Click); 00519 // 00520 // lblBit15 00521 // 00522 this.lblBit15.Anchor = System.Windows.Forms.AnchorStyles.None; 00523 this.lblBit15.BackColor = System.Drawing.Color.White; 00524 this.lblBit15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00525 this.lblBit15.Location = new System.Drawing.Point(31, 64); 00526 this.lblBit15.Name = "lblBit15"; 00527 this.lblBit15.Size = new System.Drawing.Size(100, 13); 00528 this.lblBit15.TabIndex = 16; 00529 this.lblBit15.Text = "BIT_15"; 00530 this.lblBit15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00531 this.lblBit15.Click += new System.EventHandler(this.lblBit_Click); 00532 // 00533 // lblBit14 00534 // 00535 this.lblBit14.Anchor = System.Windows.Forms.AnchorStyles.None; 00536 this.lblBit14.BackColor = System.Drawing.Color.White; 00537 this.lblBit14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00538 this.lblBit14.Location = new System.Drawing.Point(134, 64); 00539 this.lblBit14.Name = "lblBit14"; 00540 this.lblBit14.Size = new System.Drawing.Size(100, 13); 00541 this.lblBit14.TabIndex = 17; 00542 this.lblBit14.Text = "BIT_14"; 00543 this.lblBit14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00544 this.lblBit14.Click += new System.EventHandler(this.lblBit_Click); 00545 // 00546 // lblBit13 00547 // 00548 this.lblBit13.Anchor = System.Windows.Forms.AnchorStyles.None; 00549 this.lblBit13.BackColor = System.Drawing.Color.White; 00550 this.lblBit13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00551 this.lblBit13.Location = new System.Drawing.Point(237, 64); 00552 this.lblBit13.Name = "lblBit13"; 00553 this.lblBit13.Size = new System.Drawing.Size(100, 13); 00554 this.lblBit13.TabIndex = 18; 00555 this.lblBit13.Text = "BIT_13"; 00556 this.lblBit13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00557 this.lblBit13.Click += new System.EventHandler(this.lblBit_Click); 00558 // 00559 // lblBit12 00560 // 00561 this.lblBit12.Anchor = System.Windows.Forms.AnchorStyles.None; 00562 this.lblBit12.BackColor = System.Drawing.Color.White; 00563 this.lblBit12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00564 this.lblBit12.Location = new System.Drawing.Point(340, 64); 00565 this.lblBit12.Name = "lblBit12"; 00566 this.lblBit12.Size = new System.Drawing.Size(100, 13); 00567 this.lblBit12.TabIndex = 19; 00568 this.lblBit12.Text = "BIT_12"; 00569 this.lblBit12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00570 this.lblBit12.Click += new System.EventHandler(this.lblBit_Click); 00571 // 00572 // lblBit11 00573 // 00574 this.lblBit11.Anchor = System.Windows.Forms.AnchorStyles.None; 00575 this.lblBit11.BackColor = System.Drawing.Color.White; 00576 this.lblBit11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00577 this.lblBit11.Location = new System.Drawing.Point(443, 64); 00578 this.lblBit11.Name = "lblBit11"; 00579 this.lblBit11.Size = new System.Drawing.Size(100, 13); 00580 this.lblBit11.TabIndex = 20; 00581 this.lblBit11.Text = "BIT_11"; 00582 this.lblBit11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00583 this.lblBit11.Click += new System.EventHandler(this.lblBit_Click); 00584 // 00585 // lblBit10 00586 // 00587 this.lblBit10.Anchor = System.Windows.Forms.AnchorStyles.None; 00588 this.lblBit10.BackColor = System.Drawing.Color.White; 00589 this.lblBit10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00590 this.lblBit10.Location = new System.Drawing.Point(546, 64); 00591 this.lblBit10.Name = "lblBit10"; 00592 this.lblBit10.Size = new System.Drawing.Size(100, 13); 00593 this.lblBit10.TabIndex = 21; 00594 this.lblBit10.Text = "BIT_10"; 00595 this.lblBit10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00596 this.lblBit10.Click += new System.EventHandler(this.lblBit_Click); 00597 // 00598 // lblBit09 00599 // 00600 this.lblBit09.Anchor = System.Windows.Forms.AnchorStyles.None; 00601 this.lblBit09.BackColor = System.Drawing.Color.White; 00602 this.lblBit09.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00603 this.lblBit09.Location = new System.Drawing.Point(649, 64); 00604 this.lblBit09.Name = "lblBit09"; 00605 this.lblBit09.Size = new System.Drawing.Size(100, 13); 00606 this.lblBit09.TabIndex = 22; 00607 this.lblBit09.Text = "BIT_09"; 00608 this.lblBit09.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00609 this.lblBit09.Click += new System.EventHandler(this.lblBit_Click); 00610 // 00611 // lblBit08 00612 // 00613 this.lblBit08.Anchor = System.Windows.Forms.AnchorStyles.None; 00614 this.lblBit08.BackColor = System.Drawing.Color.White; 00615 this.lblBit08.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00616 this.lblBit08.Location = new System.Drawing.Point(752, 64); 00617 this.lblBit08.Name = "lblBit08"; 00618 this.lblBit08.Size = new System.Drawing.Size(100, 13); 00619 this.lblBit08.TabIndex = 23; 00620 this.lblBit08.Text = "BIT_08"; 00621 this.lblBit08.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00622 this.lblBit08.Click += new System.EventHandler(this.lblBit_Click); 00623 // 00624 // panelRegisterBits 00625 // 00626 this.panelRegisterBits.BackColor = System.Drawing.Color.White; 00627 this.panelRegisterBits.Controls.Add(this.label1); 00628 this.panelRegisterBits.Controls.Add(this.btnWrite); 00629 this.panelRegisterBits.Controls.Add(this.btnRead); 00630 this.panelRegisterBits.Controls.Add(this.lblBit07); 00631 this.panelRegisterBits.Controls.Add(this.lblBit06); 00632 this.panelRegisterBits.Controls.Add(this.lblBit05); 00633 this.panelRegisterBits.Controls.Add(this.lblBit04); 00634 this.panelRegisterBits.Controls.Add(this.lblBit03); 00635 this.panelRegisterBits.Controls.Add(this.lblBit02); 00636 this.panelRegisterBits.Controls.Add(this.lblBit01); 00637 this.panelRegisterBits.Controls.Add(this.lblBit00); 00638 this.panelRegisterBits.Controls.Add(this.lblBit15); 00639 this.panelRegisterBits.Controls.Add(this.lblBit14); 00640 this.panelRegisterBits.Controls.Add(this.lblBit23); 00641 this.panelRegisterBits.Controls.Add(this.lblBit21); 00642 this.panelRegisterBits.Controls.Add(this.lblBit22); 00643 this.panelRegisterBits.Controls.Add(this.lblBit12); 00644 this.panelRegisterBits.Controls.Add(this.lblHeader7); 00645 this.panelRegisterBits.Controls.Add(this.lblBit11); 00646 this.panelRegisterBits.Controls.Add(this.lblBit20); 00647 this.panelRegisterBits.Controls.Add(this.lblBit10); 00648 this.panelRegisterBits.Controls.Add(this.lblHeader6); 00649 this.panelRegisterBits.Controls.Add(this.lblBit09); 00650 this.panelRegisterBits.Controls.Add(this.lblBit19); 00651 this.panelRegisterBits.Controls.Add(this.lblBit08); 00652 this.panelRegisterBits.Controls.Add(this.lblHeader0); 00653 this.panelRegisterBits.Controls.Add(this.lblBit18); 00654 this.panelRegisterBits.Controls.Add(this.lblHeader5); 00655 this.panelRegisterBits.Controls.Add(this.lblBit17); 00656 this.panelRegisterBits.Controls.Add(this.lblHeader1); 00657 this.panelRegisterBits.Controls.Add(this.lblBit16); 00658 this.panelRegisterBits.Controls.Add(this.lblBit13); 00659 this.panelRegisterBits.Controls.Add(this.lblHeader4); 00660 this.panelRegisterBits.Controls.Add(this.lblHeader2); 00661 this.panelRegisterBits.Controls.Add(this.lblHeader3); 00662 this.panelRegisterBits.Controls.Add(this.tableLayoutPanel1); 00663 this.panelRegisterBits.Controls.Add(this.tableLayoutPanel2); 00664 this.panelRegisterBits.Dock = System.Windows.Forms.DockStyle.Bottom; 00665 this.panelRegisterBits.Location = new System.Drawing.Point(0, 378); 00666 this.panelRegisterBits.Name = "panelRegisterBits"; 00667 this.panelRegisterBits.Size = new System.Drawing.Size(894, 136); 00668 this.panelRegisterBits.TabIndex = 2; 00669 // 00670 // label1 00671 // 00672 this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; 00673 this.label1.AutoSize = true; 00674 this.label1.Location = new System.Drawing.Point(48, 115); 00675 this.label1.Name = "label1"; 00676 this.label1.Size = new System.Drawing.Size(515, 13); 00677 this.label1.TabIndex = 36; 00678 this.label1.Text = "Note: Click text to set or clear bit and \"Write\" to commit to device. Bold text i" + 00679 "s logic 1. Regular text is logic 0."; 00680 // 00681 // btnWrite 00682 // 00683 this.btnWrite.Anchor = System.Windows.Forms.AnchorStyles.Top; 00684 this.btnWrite.Location = new System.Drawing.Point(793, 110); 00685 this.btnWrite.Name = "btnWrite"; 00686 this.btnWrite.Size = new System.Drawing.Size(55, 23); 00687 this.btnWrite.TabIndex = 35; 00688 this.btnWrite.Text = "Write"; 00689 this.btnWrite.UseVisualStyleBackColor = true; 00690 this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); 00691 // 00692 // btnRead 00693 // 00694 this.btnRead.Anchor = System.Windows.Forms.AnchorStyles.Top; 00695 this.btnRead.Location = new System.Drawing.Point(728, 110); 00696 this.btnRead.Name = "btnRead"; 00697 this.btnRead.Size = new System.Drawing.Size(59, 23); 00698 this.btnRead.TabIndex = 34; 00699 this.btnRead.Text = "Read"; 00700 this.btnRead.UseVisualStyleBackColor = true; 00701 this.btnRead.Click += new System.EventHandler(this.btnRead_Click); 00702 // 00703 // lblBit07 00704 // 00705 this.lblBit07.Anchor = System.Windows.Forms.AnchorStyles.None; 00706 this.lblBit07.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00707 this.lblBit07.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00708 this.lblBit07.Location = new System.Drawing.Point(31, 87); 00709 this.lblBit07.Name = "lblBit07"; 00710 this.lblBit07.Size = new System.Drawing.Size(100, 13); 00711 this.lblBit07.TabIndex = 25; 00712 this.lblBit07.Text = "BIT_07"; 00713 this.lblBit07.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00714 this.lblBit07.Click += new System.EventHandler(this.lblBit_Click); 00715 // 00716 // lblBit06 00717 // 00718 this.lblBit06.Anchor = System.Windows.Forms.AnchorStyles.None; 00719 this.lblBit06.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00720 this.lblBit06.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00721 this.lblBit06.Location = new System.Drawing.Point(134, 87); 00722 this.lblBit06.Name = "lblBit06"; 00723 this.lblBit06.Size = new System.Drawing.Size(100, 13); 00724 this.lblBit06.TabIndex = 26; 00725 this.lblBit06.Text = "BIT_06"; 00726 this.lblBit06.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00727 this.lblBit06.Click += new System.EventHandler(this.lblBit_Click); 00728 // 00729 // lblBit05 00730 // 00731 this.lblBit05.Anchor = System.Windows.Forms.AnchorStyles.None; 00732 this.lblBit05.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00733 this.lblBit05.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00734 this.lblBit05.Location = new System.Drawing.Point(237, 87); 00735 this.lblBit05.Name = "lblBit05"; 00736 this.lblBit05.Size = new System.Drawing.Size(100, 13); 00737 this.lblBit05.TabIndex = 24; 00738 this.lblBit05.Text = "BIT_05"; 00739 this.lblBit05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00740 this.lblBit05.Click += new System.EventHandler(this.lblBit_Click); 00741 // 00742 // lblBit04 00743 // 00744 this.lblBit04.Anchor = System.Windows.Forms.AnchorStyles.None; 00745 this.lblBit04.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00746 this.lblBit04.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00747 this.lblBit04.Location = new System.Drawing.Point(340, 87); 00748 this.lblBit04.Name = "lblBit04"; 00749 this.lblBit04.Size = new System.Drawing.Size(100, 13); 00750 this.lblBit04.TabIndex = 27; 00751 this.lblBit04.Text = "BIT_04"; 00752 this.lblBit04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00753 this.lblBit04.Click += new System.EventHandler(this.lblBit_Click); 00754 // 00755 // lblBit03 00756 // 00757 this.lblBit03.Anchor = System.Windows.Forms.AnchorStyles.None; 00758 this.lblBit03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00759 this.lblBit03.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00760 this.lblBit03.Location = new System.Drawing.Point(443, 87); 00761 this.lblBit03.Name = "lblBit03"; 00762 this.lblBit03.Size = new System.Drawing.Size(100, 13); 00763 this.lblBit03.TabIndex = 28; 00764 this.lblBit03.Text = "BIT_03"; 00765 this.lblBit03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00766 this.lblBit03.Click += new System.EventHandler(this.lblBit_Click); 00767 // 00768 // lblBit02 00769 // 00770 this.lblBit02.Anchor = System.Windows.Forms.AnchorStyles.None; 00771 this.lblBit02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00772 this.lblBit02.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00773 this.lblBit02.Location = new System.Drawing.Point(546, 87); 00774 this.lblBit02.Name = "lblBit02"; 00775 this.lblBit02.Size = new System.Drawing.Size(100, 13); 00776 this.lblBit02.TabIndex = 29; 00777 this.lblBit02.Text = "BIT_02"; 00778 this.lblBit02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00779 this.lblBit02.Click += new System.EventHandler(this.lblBit_Click); 00780 // 00781 // lblBit01 00782 // 00783 this.lblBit01.Anchor = System.Windows.Forms.AnchorStyles.None; 00784 this.lblBit01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00785 this.lblBit01.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00786 this.lblBit01.Location = new System.Drawing.Point(649, 87); 00787 this.lblBit01.Name = "lblBit01"; 00788 this.lblBit01.Size = new System.Drawing.Size(100, 13); 00789 this.lblBit01.TabIndex = 30; 00790 this.lblBit01.Text = "BIT_01"; 00791 this.lblBit01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00792 this.lblBit01.Click += new System.EventHandler(this.lblBit_Click); 00793 // 00794 // lblBit00 00795 // 00796 this.lblBit00.Anchor = System.Windows.Forms.AnchorStyles.None; 00797 this.lblBit00.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00798 this.lblBit00.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00799 this.lblBit00.Location = new System.Drawing.Point(752, 87); 00800 this.lblBit00.Name = "lblBit00"; 00801 this.lblBit00.Size = new System.Drawing.Size(100, 13); 00802 this.lblBit00.TabIndex = 31; 00803 this.lblBit00.Text = "BIT_00"; 00804 this.lblBit00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00805 this.lblBit00.Click += new System.EventHandler(this.lblBit_Click); 00806 // 00807 // tableLayoutPanel1 00808 // 00809 this.tableLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.None; 00810 this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00811 this.tableLayoutPanel1.ColumnCount = 1; 00812 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00813 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00814 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 31); 00815 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 00816 this.tableLayoutPanel1.RowCount = 1; 00817 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00818 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); 00819 this.tableLayoutPanel1.Size = new System.Drawing.Size(894, 24); 00820 this.tableLayoutPanel1.TabIndex = 32; 00821 // 00822 // tableLayoutPanel2 00823 // 00824 this.tableLayoutPanel2.Anchor = System.Windows.Forms.AnchorStyles.None; 00825 this.tableLayoutPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 00826 this.tableLayoutPanel2.ColumnCount = 1; 00827 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00828 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00829 this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 82); 00830 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 00831 this.tableLayoutPanel2.RowCount = 1; 00832 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00833 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); 00834 this.tableLayoutPanel2.Size = new System.Drawing.Size(894, 24); 00835 this.tableLayoutPanel2.TabIndex = 33; 00836 // 00837 // panel2 00838 // 00839 this.panel2.BackColor = System.Drawing.Color.White; 00840 this.panel2.Dock = System.Windows.Forms.DockStyle.Top; 00841 this.panel2.Location = new System.Drawing.Point(0, 0); 00842 this.panel2.Name = "panel2"; 00843 this.panel2.Size = new System.Drawing.Size(894, 30); 00844 this.panel2.TabIndex = 2; 00845 // 00846 // RegisterView 00847 // 00848 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 00849 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00850 this.Controls.Add(this.tableLayoutPanelRegisters); 00851 this.Controls.Add(this.panel2); 00852 this.Controls.Add(this.panelRegisterBits); 00853 this.Name = "RegisterView"; 00854 this.Size = new System.Drawing.Size(894, 514); 00855 this.tableLayoutPanelRegisters.ResumeLayout(false); 00856 this.tableLayoutPanelRegisters.PerformLayout(); 00857 this.panel1.ResumeLayout(false); 00858 ((System.ComponentModel.ISupportInitialize)(this.dgv_Registers)).EndInit(); 00859 ((System.ComponentModel.ISupportInitialize)(this.dgv_RegDes)).EndInit(); 00860 this.panelRegisterBits.ResumeLayout(false); 00861 this.panelRegisterBits.PerformLayout(); 00862 this.ResumeLayout(false); 00863 00864 } 00865 00866 #endregion 00867 00868 private System.Windows.Forms.TableLayoutPanel tableLayoutPanelRegisters; 00869 private MaximStyle.MaximButton btn_ReadAll; 00870 private System.Windows.Forms.Panel panel1; 00871 private System.Windows.Forms.DataGridView dgv_Registers; 00872 private System.Windows.Forms.DataGridViewTextBoxColumn col_Address; 00873 private System.Windows.Forms.DataGridViewTextBoxColumn col_Register; 00874 private System.Windows.Forms.DataGridViewTextBoxColumn col_Value; 00875 private System.Windows.Forms.DataGridView dgv_RegDes; 00876 private System.Windows.Forms.DataGridViewTextBoxColumn col_bit; 00877 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; 00878 private System.Windows.Forms.DataGridViewTextBoxColumn col_Des; 00879 private System.Windows.Forms.Label lbl_bitDes; 00880 private System.Windows.Forms.Label lbl_Note; 00881 private System.Windows.Forms.Label lblHeader7; 00882 private System.Windows.Forms.Label lblHeader6; 00883 private System.Windows.Forms.Label lblHeader5; 00884 private System.Windows.Forms.Label lblHeader4; 00885 private System.Windows.Forms.Label lblHeader3; 00886 private System.Windows.Forms.Label lblHeader2; 00887 private System.Windows.Forms.Label lblHeader1; 00888 private System.Windows.Forms.Label lblHeader0; 00889 private System.Windows.Forms.Label lblBit23; 00890 private System.Windows.Forms.Label lblBit22; 00891 private System.Windows.Forms.Label lblBit20; 00892 private System.Windows.Forms.Label lblBit19; 00893 private System.Windows.Forms.Label lblBit18; 00894 private System.Windows.Forms.Label lblBit17; 00895 private System.Windows.Forms.Label lblBit16; 00896 private System.Windows.Forms.Label lblBit15; 00897 private System.Windows.Forms.Label lblBit14; 00898 private System.Windows.Forms.Label lblBit13; 00899 private System.Windows.Forms.Label lblBit21; 00900 private System.Windows.Forms.Label lblBit12; 00901 private System.Windows.Forms.Label lblBit11; 00902 private System.Windows.Forms.Label lblBit10; 00903 private System.Windows.Forms.Label lblBit09; 00904 private System.Windows.Forms.Label lblBit08; 00905 private System.Windows.Forms.Panel panelRegisterBits; 00906 private System.Windows.Forms.Label lblBit07; 00907 private System.Windows.Forms.Label lblBit06; 00908 private System.Windows.Forms.Label lblBit05; 00909 private System.Windows.Forms.Label lblBit04; 00910 private System.Windows.Forms.Label lblBit03; 00911 private System.Windows.Forms.Label lblBit02; 00912 private System.Windows.Forms.Label lblBit01; 00913 private System.Windows.Forms.Label lblBit00; 00914 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 00915 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 00916 private System.Windows.Forms.Panel panel2; 00917 private MaximStyle.MaximButton btnWrite; 00918 private MaximStyle.MaximButton btnRead; 00919 private System.Windows.Forms.Label label1; 00920 00921 } 00922 }
Generated on Thu Jul 28 2022 18:07:15 by
1.7.2