Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
namespace NITNavComm{partial class MainForm{/// <summary>/// Required designer variable./// </summary>private System.ComponentModel.IContainer components = null;/// <summary>/// Clean up any resources being used./// </summary>/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>protected override void Dispose(bool disposing){if (disposing && (components != null)){components.Dispose();}base.Dispose(disposing);}#region Windows Form Designer generated code/// <summary>/// Required method for Designer support - do not modify/// the contents of this method with the code editor./// </summary>private void InitializeComponent(){this.components = new System.ComponentModel.Container();this.menuStrip1 = new System.Windows.Forms.MenuStrip();this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.splitContainer1 = new System.Windows.Forms.SplitContainer();this.tabControl1 = new System.Windows.Forms.TabControl();this.tabPage1 = new System.Windows.Forms.TabPage();this.cmdRequest = new System.Windows.Forms.Button();this.txtLog = new System.Windows.Forms.TextBox();this.cmdSimConnect = new System.Windows.Forms.Button();this.cmdRescan = new System.Windows.Forms.Button();this.label3 = new System.Windows.Forms.Label();this.txtSimConnect = new System.Windows.Forms.TextBox();this.txtDevices = new System.Windows.Forms.TextBox();this.txtStatus = new System.Windows.Forms.TextBox();this.label2 = new System.Windows.Forms.Label();this.label1 = new System.Windows.Forms.Label();this.tabPage2 = new System.Windows.Forms.TabPage();this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();this.deviceGrid = new System.Windows.Forms.DataGridView();this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();this.assigned = new System.Windows.Forms.DataGridViewTextBoxColumn();this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();this.serial = new System.Windows.Forms.DataGridViewTextBoxColumn();this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();this.cmdDevRescan = new System.Windows.Forms.Button();this.cmDevTest = new System.Windows.Forms.Button();this.tabPage3 = new System.Windows.Forms.TabPage();this.statusStrip1 = new System.Windows.Forms.StatusStrip();this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);this.inputTimer = new System.Windows.Forms.Timer(this.components);this.updateTimer = new System.Windows.Forms.Timer(this.components);this.debugTimer = new System.Windows.Forms.Timer(this.components);this.cmdAssign = new System.Windows.Forms.Button();this.menuStrip1.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();this.splitContainer1.Panel1.SuspendLayout();this.splitContainer1.Panel2.SuspendLayout();this.splitContainer1.SuspendLayout();this.tabControl1.SuspendLayout();this.tabPage1.SuspendLayout();this.tabPage2.SuspendLayout();this.tableLayoutPanel1.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();this.flowLayoutPanel1.SuspendLayout();this.statusStrip1.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();this.SuspendLayout();//// menuStrip1//this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {this.fileToolStripMenuItem});this.menuStrip1.Location = new System.Drawing.Point(0, 0);this.menuStrip1.Name = "menuStrip1";this.menuStrip1.Size = new System.Drawing.Size(422, 24);this.menuStrip1.TabIndex = 0;this.menuStrip1.Text = "menuStrip1";//// fileToolStripMenuItem//this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {this.quitToolStripMenuItem});this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);this.fileToolStripMenuItem.Text = "File";//// quitToolStripMenuItem//this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";this.quitToolStripMenuItem.Size = new System.Drawing.Size(97, 22);this.quitToolStripMenuItem.Text = "Quit";this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);//// splitContainer1//this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;this.splitContainer1.IsSplitterFixed = true;this.splitContainer1.Location = new System.Drawing.Point(0, 24);this.splitContainer1.Name = "splitContainer1";this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;//// splitContainer1.Panel1//this.splitContainer1.Panel1.Controls.Add(this.tabControl1);//// splitContainer1.Panel2//this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);this.splitContainer1.Size = new System.Drawing.Size(422, 293);this.splitContainer1.SplitterDistance = 264;this.splitContainer1.SplitterWidth = 1;this.splitContainer1.TabIndex = 1;//// tabControl1//this.tabControl1.Controls.Add(this.tabPage1);this.tabControl1.Controls.Add(this.tabPage2);this.tabControl1.Controls.Add(this.tabPage3);this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;this.tabControl1.Location = new System.Drawing.Point(0, 0);this.tabControl1.Name = "tabControl1";this.tabControl1.SelectedIndex = 0;this.tabControl1.Size = new System.Drawing.Size(422, 264);this.tabControl1.TabIndex = 2;//// tabPage1//this.tabPage1.Controls.Add(this.cmdRequest);this.tabPage1.Controls.Add(this.txtLog);this.tabPage1.Controls.Add(this.cmdSimConnect);this.tabPage1.Controls.Add(this.cmdRescan);this.tabPage1.Controls.Add(this.label3);this.tabPage1.Controls.Add(this.txtSimConnect);this.tabPage1.Controls.Add(this.txtDevices);this.tabPage1.Controls.Add(this.txtStatus);this.tabPage1.Controls.Add(this.label2);this.tabPage1.Controls.Add(this.label1);this.tabPage1.Location = new System.Drawing.Point(4, 22);this.tabPage1.Name = "tabPage1";this.tabPage1.Padding = new System.Windows.Forms.Padding(3);this.tabPage1.Size = new System.Drawing.Size(414, 238);this.tabPage1.TabIndex = 0;this.tabPage1.Text = "Status";this.tabPage1.UseVisualStyleBackColor = true;//// cmdRequest//this.cmdRequest.Location = new System.Drawing.Point(253, 33);this.cmdRequest.Name = "cmdRequest";this.cmdRequest.Size = new System.Drawing.Size(75, 23);this.cmdRequest.TabIndex = 9;this.cmdRequest.Text = "Request";this.cmdRequest.UseVisualStyleBackColor = true;this.cmdRequest.Click += new System.EventHandler(this.cmdRequest_Click);//// txtLog//this.txtLog.Dock = System.Windows.Forms.DockStyle.Bottom;this.txtLog.Location = new System.Drawing.Point(3, 122);this.txtLog.Multiline = true;this.txtLog.Name = "txtLog";this.txtLog.ReadOnly = true;this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;this.txtLog.Size = new System.Drawing.Size(408, 113);this.txtLog.TabIndex = 8;this.txtLog.VisibleChanged += new System.EventHandler(this.txtLog_VisibleChanged);//// cmdSimConnect//this.cmdSimConnect.Location = new System.Drawing.Point(252, 89);this.cmdSimConnect.Name = "cmdSimConnect";this.cmdSimConnect.Size = new System.Drawing.Size(75, 23);this.cmdSimConnect.TabIndex = 7;this.cmdSimConnect.Text = "Re-Connect";this.cmdSimConnect.UseVisualStyleBackColor = true;this.cmdSimConnect.Click += new System.EventHandler(this.cmdSimConnect_Click);//// cmdRescan//this.cmdRescan.Location = new System.Drawing.Point(252, 62);this.cmdRescan.Name = "cmdRescan";this.cmdRescan.Size = new System.Drawing.Size(75, 23);this.cmdRescan.TabIndex = 6;this.cmdRescan.Text = "Re-Scan";this.cmdRescan.UseVisualStyleBackColor = true;this.cmdRescan.Click += new System.EventHandler(this.cmdRescan_Click);//// label3//this.label3.AutoSize = true;this.label3.Location = new System.Drawing.Point(8, 95);this.label3.Name = "label3";this.label3.Size = new System.Drawing.Size(97, 13);this.label3.TabIndex = 5;this.label3.Text = "SimConnect Status";//// txtSimConnect//this.txtSimConnect.Location = new System.Drawing.Point(113, 91);this.txtSimConnect.Name = "txtSimConnect";this.txtSimConnect.Size = new System.Drawing.Size(133, 20);this.txtSimConnect.TabIndex = 4;//// txtDevices//this.txtDevices.Location = new System.Drawing.Point(113, 64);this.txtDevices.Name = "txtDevices";this.txtDevices.Size = new System.Drawing.Size(133, 20);this.txtDevices.TabIndex = 3;this.txtDevices.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;//// txtStatus//this.txtStatus.Location = new System.Drawing.Point(113, 33);this.txtStatus.Name = "txtStatus";this.txtStatus.Size = new System.Drawing.Size(133, 20);this.txtStatus.TabIndex = 2;//// label2//this.label2.AutoSize = true;this.label2.Location = new System.Drawing.Point(8, 68);this.label2.Name = "label2";this.label2.Size = new System.Drawing.Size(101, 13);this.label2.TabIndex = 1;this.label2.Text = "Devices Connected";//// label1//this.label1.AutoSize = true;this.label1.Location = new System.Drawing.Point(8, 37);this.label1.Name = "label1";this.label1.Size = new System.Drawing.Size(72, 13);this.label1.TabIndex = 0;this.label1.Text = "Panels Status";//// tabPage2//this.tabPage2.Controls.Add(this.tableLayoutPanel1);this.tabPage2.Location = new System.Drawing.Point(4, 22);this.tabPage2.Name = "tabPage2";this.tabPage2.Padding = new System.Windows.Forms.Padding(3);this.tabPage2.Size = new System.Drawing.Size(414, 238);this.tabPage2.TabIndex = 1;this.tabPage2.Text = "Devices";this.tabPage2.UseVisualStyleBackColor = true;//// tableLayoutPanel1//this.tableLayoutPanel1.ColumnCount = 1;this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));this.tableLayoutPanel1.Controls.Add(this.deviceGrid, 0, 1);this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);this.tableLayoutPanel1.Name = "tableLayoutPanel1";this.tableLayoutPanel1.RowCount = 3;this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));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, 35F));this.tableLayoutPanel1.Size = new System.Drawing.Size(408, 232);this.tableLayoutPanel1.TabIndex = 0;//// deviceGrid//this.deviceGrid.AllowUserToAddRows = false;this.deviceGrid.AllowUserToDeleteRows = false;this.deviceGrid.AllowUserToResizeColumns = false;this.deviceGrid.AllowUserToResizeRows = false;this.deviceGrid.AutoGenerateColumns = false;this.deviceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;this.deviceGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {this.idDataGridViewTextBoxColumn,this.typeDataGridViewTextBoxColumn,this.assigned,this.hwDataGridViewTextBoxColumn,this.swDataGridViewTextBoxColumn,this.serial,this.statusDataGridViewTextBoxColumn});this.deviceGrid.DataSource = this.nITDeviceBindingSource;this.deviceGrid.Dock = System.Windows.Forms.DockStyle.Fill;this.deviceGrid.Location = new System.Drawing.Point(3, 23);this.deviceGrid.MultiSelect = false;this.deviceGrid.Name = "deviceGrid";this.deviceGrid.ReadOnly = true;this.deviceGrid.RowHeadersVisible = false;this.deviceGrid.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;this.deviceGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;this.deviceGrid.ShowCellToolTips = false;this.deviceGrid.ShowEditingIcon = false;this.deviceGrid.Size = new System.Drawing.Size(402, 171);this.deviceGrid.TabIndex = 0;//// idDataGridViewTextBoxColumn//this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;this.idDataGridViewTextBoxColumn.DataPropertyName = "id";this.idDataGridViewTextBoxColumn.HeaderText = "ID";this.idDataGridViewTextBoxColumn.MaxInputLength = 2;this.idDataGridViewTextBoxColumn.MinimumWidth = 25;this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";this.idDataGridViewTextBoxColumn.ReadOnly = true;this.idDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;this.idDataGridViewTextBoxColumn.Width = 25;//// typeDataGridViewTextBoxColumn//this.typeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";this.typeDataGridViewTextBoxColumn.HeaderText = "Type";this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";this.typeDataGridViewTextBoxColumn.ReadOnly = true;//// assigned//this.assigned.DataPropertyName = "assigned";this.assigned.HeaderText = "Assigned";this.assigned.MinimumWidth = 50;this.assigned.Name = "assigned";this.assigned.ReadOnly = true;this.assigned.Width = 50;//// hwDataGridViewTextBoxColumn//this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";this.hwDataGridViewTextBoxColumn.HeaderText = "HW";this.hwDataGridViewTextBoxColumn.MinimumWidth = 50;this.hwDataGridViewTextBoxColumn.Name = "hwDataGridViewTextBoxColumn";this.hwDataGridViewTextBoxColumn.ReadOnly = true;this.hwDataGridViewTextBoxColumn.Width = 51;//// swDataGridViewTextBoxColumn//this.swDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;this.swDataGridViewTextBoxColumn.DataPropertyName = "sw";this.swDataGridViewTextBoxColumn.HeaderText = "SW";this.swDataGridViewTextBoxColumn.MinimumWidth = 50;this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";this.swDataGridViewTextBoxColumn.ReadOnly = true;this.swDataGridViewTextBoxColumn.Width = 50;//// serial//this.serial.DataPropertyName = "serial";this.serial.HeaderText = "Serial";this.serial.MinimumWidth = 90;this.serial.Name = "serial";this.serial.ReadOnly = true;this.serial.Width = 90;//// statusDataGridViewTextBoxColumn//this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";this.statusDataGridViewTextBoxColumn.HeaderText = "Status";this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";this.statusDataGridViewTextBoxColumn.ReadOnly = true;this.statusDataGridViewTextBoxColumn.Width = 90;//// nITDeviceBindingSource//this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);//// flowLayoutPanel1//this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);this.flowLayoutPanel1.Controls.Add(this.cmDevTest);this.flowLayoutPanel1.Controls.Add(this.cmdAssign);this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 200);this.flowLayoutPanel1.Name = "flowLayoutPanel1";this.flowLayoutPanel1.Size = new System.Drawing.Size(402, 29);this.flowLayoutPanel1.TabIndex = 1;//// cmdDevRescan//this.cmdDevRescan.Location = new System.Drawing.Point(3, 3);this.cmdDevRescan.Name = "cmdDevRescan";this.cmdDevRescan.Size = new System.Drawing.Size(75, 23);this.cmdDevRescan.TabIndex = 0;this.cmdDevRescan.Text = "Re-Scan";this.cmdDevRescan.UseVisualStyleBackColor = true;this.cmdDevRescan.Click += new System.EventHandler(this.cmdDevRescan_Click);//// cmDevTest//this.cmDevTest.Enabled = false;this.cmDevTest.Location = new System.Drawing.Point(84, 3);this.cmDevTest.Name = "cmDevTest";this.cmDevTest.Size = new System.Drawing.Size(75, 23);this.cmDevTest.TabIndex = 1;this.cmDevTest.Text = "Test";this.cmDevTest.UseVisualStyleBackColor = true;this.cmDevTest.Click += new System.EventHandler(this.cmDevTest_Click);//// tabPage3//this.tabPage3.Location = new System.Drawing.Point(4, 22);this.tabPage3.Name = "tabPage3";this.tabPage3.Size = new System.Drawing.Size(414, 238);this.tabPage3.TabIndex = 2;this.tabPage3.Text = "About";this.tabPage3.UseVisualStyleBackColor = true;//// statusStrip1//this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {this.toolStripStatusLabel1});this.statusStrip1.Location = new System.Drawing.Point(0, 0);this.statusStrip1.Name = "statusStrip1";this.statusStrip1.Size = new System.Drawing.Size(422, 28);this.statusStrip1.TabIndex = 0;this.statusStrip1.Text = "statusStrip1";//// toolStripStatusLabel1//this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);this.toolStripStatusLabel1.Text = "Status Bar";//// inputTimer//this.inputTimer.Interval = 20;this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);//// debugTimer//this.debugTimer.Enabled = true;this.debugTimer.Interval = 5000;this.debugTimer.Tick += new System.EventHandler(this.debugTimer_Tick);//// cmdAssign//this.cmdAssign.Location = new System.Drawing.Point(165, 3);this.cmdAssign.Name = "cmdAssign";this.cmdAssign.Size = new System.Drawing.Size(75, 23);this.cmdAssign.TabIndex = 2;this.cmdAssign.Text = "Re-Assign";this.cmdAssign.UseVisualStyleBackColor = true;this.cmdAssign.Click += new System.EventHandler(this.cmdAssign_Click);//// MainForm//this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.ClientSize = new System.Drawing.Size(422, 317);this.Controls.Add(this.splitContainer1);this.Controls.Add(this.menuStrip1);this.MainMenuStrip = this.menuStrip1;this.Name = "MainForm";this.Text = "NIT Panels";this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);this.menuStrip1.ResumeLayout(false);this.menuStrip1.PerformLayout();this.splitContainer1.Panel1.ResumeLayout(false);this.splitContainer1.Panel2.ResumeLayout(false);this.splitContainer1.Panel2.PerformLayout();((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();this.splitContainer1.ResumeLayout(false);this.tabControl1.ResumeLayout(false);this.tabPage1.ResumeLayout(false);this.tabPage1.PerformLayout();this.tabPage2.ResumeLayout(false);this.tableLayoutPanel1.ResumeLayout(false);((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();this.flowLayoutPanel1.ResumeLayout(false);this.statusStrip1.ResumeLayout(false);this.statusStrip1.PerformLayout();((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();this.ResumeLayout(false);this.PerformLayout();}#endregionprivate System.Windows.Forms.MenuStrip menuStrip1;private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;private System.Windows.Forms.SplitContainer splitContainer1;private System.Windows.Forms.TabControl tabControl1;private System.Windows.Forms.TabPage tabPage1;private System.Windows.Forms.Button cmdSimConnect;private System.Windows.Forms.Button cmdRescan;private System.Windows.Forms.Label label3;private System.Windows.Forms.TextBox txtSimConnect;private System.Windows.Forms.TextBox txtDevices;private System.Windows.Forms.TextBox txtStatus;private System.Windows.Forms.Label label2;private System.Windows.Forms.Label label1;private System.Windows.Forms.TabPage tabPage2;private System.Windows.Forms.TabPage tabPage3;private System.Windows.Forms.StatusStrip statusStrip1;private System.Windows.Forms.TextBox txtLog;private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;private System.Windows.Forms.BindingSource bindingSource1;private System.Windows.Forms.DataGridView deviceGrid;private System.Windows.Forms.BindingSource nITDeviceBindingSource;private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;private System.Windows.Forms.Button cmdDevRescan;private System.Windows.Forms.Button cmDevTest;private System.Windows.Forms.Button cmdRequest;private System.Windows.Forms.Timer inputTimer;private System.Windows.Forms.Timer updateTimer;private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;private System.Windows.Forms.DataGridViewTextBoxColumn assigned;private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;private System.Windows.Forms.DataGridViewTextBoxColumn serial;private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;private System.Windows.Forms.Timer debugTimer;private System.Windows.Forms.Button cmdAssign;}}