139 |
pfowler |
1 |
namespace NITNavComm
|
|
|
2 |
{
|
|
|
3 |
partial class MainForm
|
|
|
4 |
{
|
|
|
5 |
|
|
|
6 |
/// <summary>
|
|
|
7 |
/// Required designer variable.
|
|
|
8 |
/// </summary>
|
|
|
9 |
private System.ComponentModel.IContainer components = null;
|
|
|
10 |
|
|
|
11 |
/// <summary>
|
|
|
12 |
/// Clean up any resources being used.
|
|
|
13 |
/// </summary>
|
|
|
14 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
15 |
protected override void Dispose(bool disposing)
|
|
|
16 |
{
|
|
|
17 |
if (disposing && (components != null))
|
|
|
18 |
{
|
|
|
19 |
components.Dispose();
|
|
|
20 |
}
|
|
|
21 |
base.Dispose(disposing);
|
|
|
22 |
}
|
|
|
23 |
|
|
|
24 |
#region Windows Form Designer generated code
|
|
|
25 |
|
|
|
26 |
/// <summary>
|
|
|
27 |
/// Required method for Designer support - do not modify
|
|
|
28 |
/// the contents of this method with the code editor.
|
|
|
29 |
/// </summary>
|
|
|
30 |
private void InitializeComponent()
|
|
|
31 |
{
|
|
|
32 |
this.components = new System.ComponentModel.Container();
|
|
|
33 |
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
34 |
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
35 |
this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
36 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
37 |
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
38 |
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
39 |
this.txtLog = new System.Windows.Forms.TextBox();
|
153 |
pfowler |
40 |
this.cmdSimConnect = new System.Windows.Forms.Button();
|
139 |
pfowler |
41 |
this.cmdRescan = new System.Windows.Forms.Button();
|
|
|
42 |
this.label3 = new System.Windows.Forms.Label();
|
|
|
43 |
this.txtSimConnect = new System.Windows.Forms.TextBox();
|
|
|
44 |
this.txtDevices = new System.Windows.Forms.TextBox();
|
|
|
45 |
this.txtStatus = new System.Windows.Forms.TextBox();
|
|
|
46 |
this.label2 = new System.Windows.Forms.Label();
|
|
|
47 |
this.label1 = new System.Windows.Forms.Label();
|
|
|
48 |
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
49 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
50 |
this.deviceGrid = new System.Windows.Forms.DataGridView();
|
|
|
51 |
this.serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
52 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
53 |
this.cmdDevRescan = new System.Windows.Forms.Button();
|
|
|
54 |
this.cmDevTest = new System.Windows.Forms.Button();
|
|
|
55 |
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
56 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
57 |
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
58 |
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
153 |
pfowler |
59 |
this.cmdRequest = new System.Windows.Forms.Button();
|
|
|
60 |
this.inputTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
61 |
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
62 |
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
63 |
this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
64 |
this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
65 |
this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
66 |
this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
67 |
this.updateTimer = new System.Windows.Forms.Timer(this.components);
|
139 |
pfowler |
68 |
this.menuStrip1.SuspendLayout();
|
|
|
69 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
70 |
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
71 |
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
72 |
this.splitContainer1.SuspendLayout();
|
|
|
73 |
this.tabControl1.SuspendLayout();
|
|
|
74 |
this.tabPage1.SuspendLayout();
|
|
|
75 |
this.tabPage2.SuspendLayout();
|
|
|
76 |
this.tableLayoutPanel1.SuspendLayout();
|
|
|
77 |
((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
|
|
|
78 |
this.flowLayoutPanel1.SuspendLayout();
|
|
|
79 |
this.statusStrip1.SuspendLayout();
|
|
|
80 |
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
153 |
pfowler |
81 |
((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
|
139 |
pfowler |
82 |
this.SuspendLayout();
|
|
|
83 |
//
|
|
|
84 |
// menuStrip1
|
|
|
85 |
//
|
|
|
86 |
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
87 |
this.fileToolStripMenuItem});
|
|
|
88 |
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
89 |
this.menuStrip1.Name = "menuStrip1";
|
|
|
90 |
this.menuStrip1.Size = new System.Drawing.Size(422, 24);
|
|
|
91 |
this.menuStrip1.TabIndex = 0;
|
|
|
92 |
this.menuStrip1.Text = "menuStrip1";
|
|
|
93 |
//
|
|
|
94 |
// fileToolStripMenuItem
|
|
|
95 |
//
|
|
|
96 |
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
97 |
this.quitToolStripMenuItem});
|
|
|
98 |
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
|
99 |
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
|
100 |
this.fileToolStripMenuItem.Text = "File";
|
|
|
101 |
//
|
|
|
102 |
// quitToolStripMenuItem
|
|
|
103 |
//
|
|
|
104 |
this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
|
|
|
105 |
this.quitToolStripMenuItem.Size = new System.Drawing.Size(97, 22);
|
|
|
106 |
this.quitToolStripMenuItem.Text = "Quit";
|
|
|
107 |
this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
|
|
|
108 |
//
|
|
|
109 |
// splitContainer1
|
|
|
110 |
//
|
|
|
111 |
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
112 |
this.splitContainer1.IsSplitterFixed = true;
|
|
|
113 |
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
|
|
|
114 |
this.splitContainer1.Name = "splitContainer1";
|
|
|
115 |
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
116 |
//
|
|
|
117 |
// splitContainer1.Panel1
|
|
|
118 |
//
|
|
|
119 |
this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
|
|
|
120 |
//
|
|
|
121 |
// splitContainer1.Panel2
|
|
|
122 |
//
|
|
|
123 |
this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
|
|
|
124 |
this.splitContainer1.Size = new System.Drawing.Size(422, 293);
|
|
|
125 |
this.splitContainer1.SplitterDistance = 264;
|
|
|
126 |
this.splitContainer1.SplitterWidth = 1;
|
|
|
127 |
this.splitContainer1.TabIndex = 1;
|
|
|
128 |
//
|
|
|
129 |
// tabControl1
|
|
|
130 |
//
|
|
|
131 |
this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
132 |
this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
133 |
this.tabControl1.Controls.Add(this.tabPage3);
|
|
|
134 |
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
135 |
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
136 |
this.tabControl1.Name = "tabControl1";
|
|
|
137 |
this.tabControl1.SelectedIndex = 0;
|
|
|
138 |
this.tabControl1.Size = new System.Drawing.Size(422, 264);
|
|
|
139 |
this.tabControl1.TabIndex = 2;
|
|
|
140 |
//
|
|
|
141 |
// tabPage1
|
|
|
142 |
//
|
153 |
pfowler |
143 |
this.tabPage1.Controls.Add(this.cmdRequest);
|
139 |
pfowler |
144 |
this.tabPage1.Controls.Add(this.txtLog);
|
153 |
pfowler |
145 |
this.tabPage1.Controls.Add(this.cmdSimConnect);
|
139 |
pfowler |
146 |
this.tabPage1.Controls.Add(this.cmdRescan);
|
|
|
147 |
this.tabPage1.Controls.Add(this.label3);
|
|
|
148 |
this.tabPage1.Controls.Add(this.txtSimConnect);
|
|
|
149 |
this.tabPage1.Controls.Add(this.txtDevices);
|
|
|
150 |
this.tabPage1.Controls.Add(this.txtStatus);
|
|
|
151 |
this.tabPage1.Controls.Add(this.label2);
|
|
|
152 |
this.tabPage1.Controls.Add(this.label1);
|
|
|
153 |
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
154 |
this.tabPage1.Name = "tabPage1";
|
|
|
155 |
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
156 |
this.tabPage1.Size = new System.Drawing.Size(414, 238);
|
|
|
157 |
this.tabPage1.TabIndex = 0;
|
|
|
158 |
this.tabPage1.Text = "Status";
|
|
|
159 |
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
160 |
//
|
|
|
161 |
// txtLog
|
|
|
162 |
//
|
|
|
163 |
this.txtLog.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
164 |
this.txtLog.Location = new System.Drawing.Point(3, 122);
|
|
|
165 |
this.txtLog.Multiline = true;
|
|
|
166 |
this.txtLog.Name = "txtLog";
|
|
|
167 |
this.txtLog.ReadOnly = true;
|
|
|
168 |
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
169 |
this.txtLog.Size = new System.Drawing.Size(408, 113);
|
|
|
170 |
this.txtLog.TabIndex = 8;
|
|
|
171 |
this.txtLog.VisibleChanged += new System.EventHandler(this.txtLog_VisibleChanged);
|
|
|
172 |
//
|
153 |
pfowler |
173 |
// cmdSimConnect
|
139 |
pfowler |
174 |
//
|
153 |
pfowler |
175 |
this.cmdSimConnect.Location = new System.Drawing.Point(252, 89);
|
|
|
176 |
this.cmdSimConnect.Name = "cmdSimConnect";
|
|
|
177 |
this.cmdSimConnect.Size = new System.Drawing.Size(75, 23);
|
|
|
178 |
this.cmdSimConnect.TabIndex = 7;
|
|
|
179 |
this.cmdSimConnect.Text = "Re-Connect";
|
|
|
180 |
this.cmdSimConnect.UseVisualStyleBackColor = true;
|
|
|
181 |
this.cmdSimConnect.Click += new System.EventHandler(this.cmdSimConnect_Click);
|
139 |
pfowler |
182 |
//
|
|
|
183 |
// cmdRescan
|
|
|
184 |
//
|
|
|
185 |
this.cmdRescan.Location = new System.Drawing.Point(252, 62);
|
|
|
186 |
this.cmdRescan.Name = "cmdRescan";
|
|
|
187 |
this.cmdRescan.Size = new System.Drawing.Size(75, 23);
|
|
|
188 |
this.cmdRescan.TabIndex = 6;
|
|
|
189 |
this.cmdRescan.Text = "Re-Scan";
|
|
|
190 |
this.cmdRescan.UseVisualStyleBackColor = true;
|
|
|
191 |
this.cmdRescan.Click += new System.EventHandler(this.cmdRescan_Click);
|
|
|
192 |
//
|
|
|
193 |
// label3
|
|
|
194 |
//
|
|
|
195 |
this.label3.AutoSize = true;
|
|
|
196 |
this.label3.Location = new System.Drawing.Point(8, 95);
|
|
|
197 |
this.label3.Name = "label3";
|
|
|
198 |
this.label3.Size = new System.Drawing.Size(97, 13);
|
|
|
199 |
this.label3.TabIndex = 5;
|
|
|
200 |
this.label3.Text = "SimConnect Status";
|
|
|
201 |
//
|
|
|
202 |
// txtSimConnect
|
|
|
203 |
//
|
|
|
204 |
this.txtSimConnect.Location = new System.Drawing.Point(113, 91);
|
|
|
205 |
this.txtSimConnect.Name = "txtSimConnect";
|
|
|
206 |
this.txtSimConnect.Size = new System.Drawing.Size(133, 20);
|
|
|
207 |
this.txtSimConnect.TabIndex = 4;
|
|
|
208 |
//
|
|
|
209 |
// txtDevices
|
|
|
210 |
//
|
|
|
211 |
this.txtDevices.Location = new System.Drawing.Point(113, 64);
|
|
|
212 |
this.txtDevices.Name = "txtDevices";
|
|
|
213 |
this.txtDevices.Size = new System.Drawing.Size(133, 20);
|
|
|
214 |
this.txtDevices.TabIndex = 3;
|
|
|
215 |
this.txtDevices.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
|
216 |
//
|
|
|
217 |
// txtStatus
|
|
|
218 |
//
|
|
|
219 |
this.txtStatus.Location = new System.Drawing.Point(113, 33);
|
|
|
220 |
this.txtStatus.Name = "txtStatus";
|
|
|
221 |
this.txtStatus.Size = new System.Drawing.Size(133, 20);
|
|
|
222 |
this.txtStatus.TabIndex = 2;
|
|
|
223 |
//
|
|
|
224 |
// label2
|
|
|
225 |
//
|
|
|
226 |
this.label2.AutoSize = true;
|
|
|
227 |
this.label2.Location = new System.Drawing.Point(8, 68);
|
|
|
228 |
this.label2.Name = "label2";
|
|
|
229 |
this.label2.Size = new System.Drawing.Size(101, 13);
|
|
|
230 |
this.label2.TabIndex = 1;
|
|
|
231 |
this.label2.Text = "Devices Connected";
|
|
|
232 |
//
|
|
|
233 |
// label1
|
|
|
234 |
//
|
|
|
235 |
this.label1.AutoSize = true;
|
|
|
236 |
this.label1.Location = new System.Drawing.Point(8, 37);
|
|
|
237 |
this.label1.Name = "label1";
|
|
|
238 |
this.label1.Size = new System.Drawing.Size(72, 13);
|
|
|
239 |
this.label1.TabIndex = 0;
|
|
|
240 |
this.label1.Text = "Panels Status";
|
|
|
241 |
//
|
|
|
242 |
// tabPage2
|
|
|
243 |
//
|
|
|
244 |
this.tabPage2.Controls.Add(this.tableLayoutPanel1);
|
|
|
245 |
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
246 |
this.tabPage2.Name = "tabPage2";
|
|
|
247 |
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
248 |
this.tabPage2.Size = new System.Drawing.Size(414, 238);
|
|
|
249 |
this.tabPage2.TabIndex = 1;
|
|
|
250 |
this.tabPage2.Text = "Devices";
|
|
|
251 |
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
252 |
//
|
|
|
253 |
// tableLayoutPanel1
|
|
|
254 |
//
|
|
|
255 |
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
256 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
257 |
this.tableLayoutPanel1.Controls.Add(this.deviceGrid, 0, 1);
|
|
|
258 |
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);
|
|
|
259 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
260 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
|
|
261 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
262 |
this.tableLayoutPanel1.RowCount = 3;
|
|
|
263 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
264 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
265 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
|
|
|
266 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(408, 232);
|
|
|
267 |
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
268 |
//
|
|
|
269 |
// deviceGrid
|
|
|
270 |
//
|
|
|
271 |
this.deviceGrid.AllowUserToAddRows = false;
|
|
|
272 |
this.deviceGrid.AllowUserToDeleteRows = false;
|
|
|
273 |
this.deviceGrid.AllowUserToResizeColumns = false;
|
|
|
274 |
this.deviceGrid.AllowUserToResizeRows = false;
|
|
|
275 |
this.deviceGrid.AutoGenerateColumns = false;
|
|
|
276 |
this.deviceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
277 |
this.deviceGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
278 |
this.idDataGridViewTextBoxColumn,
|
|
|
279 |
this.typeDataGridViewTextBoxColumn,
|
|
|
280 |
this.hwDataGridViewTextBoxColumn,
|
|
|
281 |
this.swDataGridViewTextBoxColumn,
|
|
|
282 |
this.serial,
|
|
|
283 |
this.statusDataGridViewTextBoxColumn});
|
|
|
284 |
this.deviceGrid.DataSource = this.nITDeviceBindingSource;
|
|
|
285 |
this.deviceGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
286 |
this.deviceGrid.Location = new System.Drawing.Point(3, 23);
|
|
|
287 |
this.deviceGrid.MultiSelect = false;
|
|
|
288 |
this.deviceGrid.Name = "deviceGrid";
|
|
|
289 |
this.deviceGrid.ReadOnly = true;
|
|
|
290 |
this.deviceGrid.RowHeadersVisible = false;
|
|
|
291 |
this.deviceGrid.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
292 |
this.deviceGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
293 |
this.deviceGrid.ShowCellToolTips = false;
|
|
|
294 |
this.deviceGrid.ShowEditingIcon = false;
|
|
|
295 |
this.deviceGrid.Size = new System.Drawing.Size(402, 171);
|
|
|
296 |
this.deviceGrid.TabIndex = 0;
|
|
|
297 |
//
|
|
|
298 |
// serial
|
|
|
299 |
//
|
|
|
300 |
this.serial.DataPropertyName = "serial";
|
|
|
301 |
this.serial.HeaderText = "Serial";
|
|
|
302 |
this.serial.MinimumWidth = 90;
|
|
|
303 |
this.serial.Name = "serial";
|
|
|
304 |
this.serial.ReadOnly = true;
|
|
|
305 |
this.serial.Width = 90;
|
|
|
306 |
//
|
|
|
307 |
// flowLayoutPanel1
|
|
|
308 |
//
|
|
|
309 |
this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
|
|
|
310 |
this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
|
|
|
311 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
312 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 200);
|
|
|
313 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
314 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(402, 29);
|
|
|
315 |
this.flowLayoutPanel1.TabIndex = 1;
|
|
|
316 |
//
|
|
|
317 |
// cmdDevRescan
|
|
|
318 |
//
|
|
|
319 |
this.cmdDevRescan.Location = new System.Drawing.Point(3, 3);
|
|
|
320 |
this.cmdDevRescan.Name = "cmdDevRescan";
|
|
|
321 |
this.cmdDevRescan.Size = new System.Drawing.Size(75, 23);
|
|
|
322 |
this.cmdDevRescan.TabIndex = 0;
|
|
|
323 |
this.cmdDevRescan.Text = "Re-Scan";
|
|
|
324 |
this.cmdDevRescan.UseVisualStyleBackColor = true;
|
|
|
325 |
this.cmdDevRescan.Click += new System.EventHandler(this.cmdDevRescan_Click);
|
|
|
326 |
//
|
|
|
327 |
// cmDevTest
|
|
|
328 |
//
|
|
|
329 |
this.cmDevTest.Enabled = false;
|
|
|
330 |
this.cmDevTest.Location = new System.Drawing.Point(84, 3);
|
|
|
331 |
this.cmDevTest.Name = "cmDevTest";
|
|
|
332 |
this.cmDevTest.Size = new System.Drawing.Size(75, 23);
|
|
|
333 |
this.cmDevTest.TabIndex = 1;
|
|
|
334 |
this.cmDevTest.Text = "Test";
|
|
|
335 |
this.cmDevTest.UseVisualStyleBackColor = true;
|
|
|
336 |
this.cmDevTest.Click += new System.EventHandler(this.cmDevTest_Click);
|
|
|
337 |
//
|
|
|
338 |
// tabPage3
|
|
|
339 |
//
|
|
|
340 |
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
|
341 |
this.tabPage3.Name = "tabPage3";
|
|
|
342 |
this.tabPage3.Size = new System.Drawing.Size(414, 238);
|
|
|
343 |
this.tabPage3.TabIndex = 2;
|
|
|
344 |
this.tabPage3.Text = "About";
|
|
|
345 |
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
346 |
//
|
|
|
347 |
// statusStrip1
|
|
|
348 |
//
|
|
|
349 |
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
350 |
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
351 |
this.toolStripStatusLabel1});
|
|
|
352 |
this.statusStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
353 |
this.statusStrip1.Name = "statusStrip1";
|
|
|
354 |
this.statusStrip1.Size = new System.Drawing.Size(422, 28);
|
|
|
355 |
this.statusStrip1.TabIndex = 0;
|
|
|
356 |
this.statusStrip1.Text = "statusStrip1";
|
|
|
357 |
//
|
|
|
358 |
// toolStripStatusLabel1
|
|
|
359 |
//
|
|
|
360 |
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
361 |
this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
|
|
|
362 |
this.toolStripStatusLabel1.Text = "Status Bar";
|
|
|
363 |
//
|
153 |
pfowler |
364 |
// cmdRequest
|
|
|
365 |
//
|
|
|
366 |
this.cmdRequest.Location = new System.Drawing.Point(253, 33);
|
|
|
367 |
this.cmdRequest.Name = "cmdRequest";
|
|
|
368 |
this.cmdRequest.Size = new System.Drawing.Size(75, 23);
|
|
|
369 |
this.cmdRequest.TabIndex = 9;
|
|
|
370 |
this.cmdRequest.Text = "Request";
|
|
|
371 |
this.cmdRequest.UseVisualStyleBackColor = true;
|
|
|
372 |
this.cmdRequest.Click += new System.EventHandler(this.cmdRequest_Click);
|
|
|
373 |
//
|
|
|
374 |
// inputTimer
|
|
|
375 |
//
|
|
|
376 |
this.inputTimer.Interval = 20;
|
|
|
377 |
this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
|
|
|
378 |
//
|
|
|
379 |
// idDataGridViewTextBoxColumn
|
|
|
380 |
//
|
|
|
381 |
this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
382 |
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
|
|
|
383 |
this.idDataGridViewTextBoxColumn.HeaderText = "ID";
|
|
|
384 |
this.idDataGridViewTextBoxColumn.MaxInputLength = 2;
|
|
|
385 |
this.idDataGridViewTextBoxColumn.MinimumWidth = 25;
|
|
|
386 |
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
|
|
|
387 |
this.idDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
388 |
this.idDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
389 |
this.idDataGridViewTextBoxColumn.Width = 25;
|
|
|
390 |
//
|
|
|
391 |
// typeDataGridViewTextBoxColumn
|
|
|
392 |
//
|
|
|
393 |
this.typeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
394 |
this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
|
|
|
395 |
this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
|
|
|
396 |
this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;
|
|
|
397 |
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
|
|
|
398 |
this.typeDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
399 |
//
|
|
|
400 |
// hwDataGridViewTextBoxColumn
|
|
|
401 |
//
|
|
|
402 |
this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
403 |
this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";
|
|
|
404 |
this.hwDataGridViewTextBoxColumn.HeaderText = "HW";
|
|
|
405 |
this.hwDataGridViewTextBoxColumn.MinimumWidth = 50;
|
|
|
406 |
this.hwDataGridViewTextBoxColumn.Name = "hwDataGridViewTextBoxColumn";
|
|
|
407 |
this.hwDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
408 |
this.hwDataGridViewTextBoxColumn.Width = 51;
|
|
|
409 |
//
|
|
|
410 |
// swDataGridViewTextBoxColumn
|
|
|
411 |
//
|
|
|
412 |
this.swDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
413 |
this.swDataGridViewTextBoxColumn.DataPropertyName = "sw";
|
|
|
414 |
this.swDataGridViewTextBoxColumn.HeaderText = "SW";
|
|
|
415 |
this.swDataGridViewTextBoxColumn.MinimumWidth = 50;
|
|
|
416 |
this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";
|
|
|
417 |
this.swDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
418 |
this.swDataGridViewTextBoxColumn.Width = 50;
|
|
|
419 |
//
|
|
|
420 |
// statusDataGridViewTextBoxColumn
|
|
|
421 |
//
|
|
|
422 |
this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
423 |
this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
|
|
|
424 |
this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
|
|
|
425 |
this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
|
|
|
426 |
this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
|
|
|
427 |
this.statusDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
428 |
this.statusDataGridViewTextBoxColumn.Width = 90;
|
|
|
429 |
//
|
|
|
430 |
// nITDeviceBindingSource
|
|
|
431 |
//
|
|
|
432 |
this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
|
|
|
433 |
//
|
139 |
pfowler |
434 |
// MainForm
|
|
|
435 |
//
|
|
|
436 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
437 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
438 |
this.ClientSize = new System.Drawing.Size(422, 317);
|
|
|
439 |
this.Controls.Add(this.splitContainer1);
|
|
|
440 |
this.Controls.Add(this.menuStrip1);
|
|
|
441 |
this.MainMenuStrip = this.menuStrip1;
|
|
|
442 |
this.Name = "MainForm";
|
|
|
443 |
this.Text = "NIT Panels";
|
|
|
444 |
this.menuStrip1.ResumeLayout(false);
|
|
|
445 |
this.menuStrip1.PerformLayout();
|
|
|
446 |
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
447 |
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
448 |
this.splitContainer1.Panel2.PerformLayout();
|
|
|
449 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
450 |
this.splitContainer1.ResumeLayout(false);
|
|
|
451 |
this.tabControl1.ResumeLayout(false);
|
|
|
452 |
this.tabPage1.ResumeLayout(false);
|
|
|
453 |
this.tabPage1.PerformLayout();
|
|
|
454 |
this.tabPage2.ResumeLayout(false);
|
|
|
455 |
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
456 |
((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
|
|
|
457 |
this.flowLayoutPanel1.ResumeLayout(false);
|
|
|
458 |
this.statusStrip1.ResumeLayout(false);
|
|
|
459 |
this.statusStrip1.PerformLayout();
|
|
|
460 |
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
153 |
pfowler |
461 |
((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
|
139 |
pfowler |
462 |
this.ResumeLayout(false);
|
|
|
463 |
this.PerformLayout();
|
|
|
464 |
|
|
|
465 |
}
|
|
|
466 |
|
|
|
467 |
#endregion
|
|
|
468 |
|
|
|
469 |
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
470 |
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
|
471 |
private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
|
|
|
472 |
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
473 |
private System.Windows.Forms.TabControl tabControl1;
|
|
|
474 |
private System.Windows.Forms.TabPage tabPage1;
|
153 |
pfowler |
475 |
private System.Windows.Forms.Button cmdSimConnect;
|
139 |
pfowler |
476 |
private System.Windows.Forms.Button cmdRescan;
|
|
|
477 |
private System.Windows.Forms.Label label3;
|
|
|
478 |
private System.Windows.Forms.TextBox txtSimConnect;
|
|
|
479 |
private System.Windows.Forms.TextBox txtDevices;
|
|
|
480 |
private System.Windows.Forms.TextBox txtStatus;
|
|
|
481 |
private System.Windows.Forms.Label label2;
|
|
|
482 |
private System.Windows.Forms.Label label1;
|
|
|
483 |
private System.Windows.Forms.TabPage tabPage2;
|
|
|
484 |
private System.Windows.Forms.TabPage tabPage3;
|
|
|
485 |
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
486 |
private System.Windows.Forms.TextBox txtLog;
|
|
|
487 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
488 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
489 |
private System.Windows.Forms.BindingSource bindingSource1;
|
|
|
490 |
private System.Windows.Forms.DataGridView deviceGrid;
|
|
|
491 |
private System.Windows.Forms.BindingSource nITDeviceBindingSource;
|
|
|
492 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
493 |
private System.Windows.Forms.Button cmdDevRescan;
|
|
|
494 |
private System.Windows.Forms.Button cmDevTest;
|
|
|
495 |
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
|
|
496 |
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
|
|
|
497 |
private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
|
|
|
498 |
private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
|
|
|
499 |
private System.Windows.Forms.DataGridViewTextBoxColumn serial;
|
|
|
500 |
private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
|
153 |
pfowler |
501 |
private System.Windows.Forms.Button cmdRequest;
|
|
|
502 |
private System.Windows.Forms.Timer inputTimer;
|
|
|
503 |
private System.Windows.Forms.Timer updateTimer;
|
139 |
pfowler |
504 |
}
|
|
|
505 |
}
|
|
|
506 |
|