Line 34... |
Line 34... |
34 |
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
34 |
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
35 |
this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
35 |
this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
36 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
36 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
37 |
this.tabControl1 = new System.Windows.Forms.TabControl();
|
37 |
this.tabControl1 = new System.Windows.Forms.TabControl();
|
38 |
this.tabPage1 = new System.Windows.Forms.TabPage();
|
38 |
this.tabPage1 = new System.Windows.Forms.TabPage();
|
- |
|
39 |
this.cmdRequest = new System.Windows.Forms.Button();
|
39 |
this.txtLog = new System.Windows.Forms.TextBox();
|
40 |
this.txtLog = new System.Windows.Forms.TextBox();
|
40 |
this.cmdSimConnect = new System.Windows.Forms.Button();
|
41 |
this.cmdSimConnect = new System.Windows.Forms.Button();
|
41 |
this.cmdRescan = new System.Windows.Forms.Button();
|
42 |
this.cmdRescan = new System.Windows.Forms.Button();
|
42 |
this.label3 = new System.Windows.Forms.Label();
|
43 |
this.label3 = new System.Windows.Forms.Label();
|
43 |
this.txtSimConnect = new System.Windows.Forms.TextBox();
|
44 |
this.txtSimConnect = new System.Windows.Forms.TextBox();
|
Line 46... |
Line 47... |
46 |
this.label2 = new System.Windows.Forms.Label();
|
47 |
this.label2 = new System.Windows.Forms.Label();
|
47 |
this.label1 = new System.Windows.Forms.Label();
|
48 |
this.label1 = new System.Windows.Forms.Label();
|
48 |
this.tabPage2 = new System.Windows.Forms.TabPage();
|
49 |
this.tabPage2 = new System.Windows.Forms.TabPage();
|
49 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
50 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
50 |
this.deviceGrid = new System.Windows.Forms.DataGridView();
|
51 |
this.deviceGrid = new System.Windows.Forms.DataGridView();
|
51 |
this.serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
52 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
52 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
53 |
this.cmdDevRescan = new System.Windows.Forms.Button();
|
53 |
this.cmdDevRescan = new System.Windows.Forms.Button();
|
54 |
this.cmDevTest = new System.Windows.Forms.Button();
|
54 |
this.cmDevTest = new System.Windows.Forms.Button();
|
55 |
this.tabPage3 = new System.Windows.Forms.TabPage();
|
55 |
this.tabPage3 = new System.Windows.Forms.TabPage();
|
56 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
56 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
57 |
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
57 |
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
58 |
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
58 |
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
59 |
this.cmdRequest = new System.Windows.Forms.Button();
|
- |
|
60 |
this.inputTimer = new System.Windows.Forms.Timer(this.components);
|
59 |
this.inputTimer = new System.Windows.Forms.Timer(this.components);
|
- |
|
60 |
this.updateTimer = new System.Windows.Forms.Timer(this.components);
|
- |
|
61 |
this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
61 |
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
62 |
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
62 |
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
63 |
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
64 |
this.assigned = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
63 |
this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
65 |
this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
64 |
this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
66 |
this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
67 |
this.serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
65 |
this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
68 |
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);
|
- |
|
68 |
this.menuStrip1.SuspendLayout();
|
69 |
this.menuStrip1.SuspendLayout();
|
69 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
70 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
70 |
this.splitContainer1.Panel1.SuspendLayout();
|
71 |
this.splitContainer1.Panel1.SuspendLayout();
|
71 |
this.splitContainer1.Panel2.SuspendLayout();
|
72 |
this.splitContainer1.Panel2.SuspendLayout();
|
72 |
this.splitContainer1.SuspendLayout();
|
73 |
this.splitContainer1.SuspendLayout();
|
Line 156... |
Line 157... |
156 |
this.tabPage1.Size = new System.Drawing.Size(414, 238);
|
157 |
this.tabPage1.Size = new System.Drawing.Size(414, 238);
|
157 |
this.tabPage1.TabIndex = 0;
|
158 |
this.tabPage1.TabIndex = 0;
|
158 |
this.tabPage1.Text = "Status";
|
159 |
this.tabPage1.Text = "Status";
|
159 |
this.tabPage1.UseVisualStyleBackColor = true;
|
160 |
this.tabPage1.UseVisualStyleBackColor = true;
|
160 |
//
|
161 |
//
|
- |
|
162 |
// cmdRequest
|
- |
|
163 |
//
|
- |
|
164 |
this.cmdRequest.Location = new System.Drawing.Point(253, 33);
|
- |
|
165 |
this.cmdRequest.Name = "cmdRequest";
|
- |
|
166 |
this.cmdRequest.Size = new System.Drawing.Size(75, 23);
|
- |
|
167 |
this.cmdRequest.TabIndex = 9;
|
- |
|
168 |
this.cmdRequest.Text = "Request";
|
- |
|
169 |
this.cmdRequest.UseVisualStyleBackColor = true;
|
- |
|
170 |
this.cmdRequest.Click += new System.EventHandler(this.cmdRequest_Click);
|
- |
|
171 |
//
|
161 |
// txtLog
|
172 |
// txtLog
|
162 |
//
|
173 |
//
|
163 |
this.txtLog.Dock = System.Windows.Forms.DockStyle.Bottom;
|
174 |
this.txtLog.Dock = System.Windows.Forms.DockStyle.Bottom;
|
164 |
this.txtLog.Location = new System.Drawing.Point(3, 122);
|
175 |
this.txtLog.Location = new System.Drawing.Point(3, 122);
|
165 |
this.txtLog.Multiline = true;
|
176 |
this.txtLog.Multiline = true;
|
Line 275... |
Line 286... |
275 |
this.deviceGrid.AutoGenerateColumns = false;
|
286 |
this.deviceGrid.AutoGenerateColumns = false;
|
276 |
this.deviceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
287 |
this.deviceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
277 |
this.deviceGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
288 |
this.deviceGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
278 |
this.idDataGridViewTextBoxColumn,
|
289 |
this.idDataGridViewTextBoxColumn,
|
279 |
this.typeDataGridViewTextBoxColumn,
|
290 |
this.typeDataGridViewTextBoxColumn,
|
- |
|
291 |
this.assigned,
|
280 |
this.hwDataGridViewTextBoxColumn,
|
292 |
this.hwDataGridViewTextBoxColumn,
|
281 |
this.swDataGridViewTextBoxColumn,
|
293 |
this.swDataGridViewTextBoxColumn,
|
282 |
this.serial,
|
294 |
this.serial,
|
283 |
this.statusDataGridViewTextBoxColumn});
|
295 |
this.statusDataGridViewTextBoxColumn});
|
284 |
this.deviceGrid.DataSource = this.nITDeviceBindingSource;
|
296 |
this.deviceGrid.DataSource = this.nITDeviceBindingSource;
|
Line 293... |
Line 305... |
293 |
this.deviceGrid.ShowCellToolTips = false;
|
305 |
this.deviceGrid.ShowCellToolTips = false;
|
294 |
this.deviceGrid.ShowEditingIcon = false;
|
306 |
this.deviceGrid.ShowEditingIcon = false;
|
295 |
this.deviceGrid.Size = new System.Drawing.Size(402, 171);
|
307 |
this.deviceGrid.Size = new System.Drawing.Size(402, 171);
|
296 |
this.deviceGrid.TabIndex = 0;
|
308 |
this.deviceGrid.TabIndex = 0;
|
297 |
//
|
309 |
//
|
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
|
310 |
// flowLayoutPanel1
|
308 |
//
|
311 |
//
|
309 |
this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
|
312 |
this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
|
310 |
this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
|
313 |
this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
|
311 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
314 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
Line 359... |
Line 362... |
359 |
//
|
362 |
//
|
360 |
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
363 |
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
361 |
this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
|
364 |
this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
|
362 |
this.toolStripStatusLabel1.Text = "Status Bar";
|
365 |
this.toolStripStatusLabel1.Text = "Status Bar";
|
363 |
//
|
366 |
//
|
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
|
367 |
// inputTimer
|
375 |
//
|
368 |
//
|
376 |
this.inputTimer.Interval = 20;
|
369 |
this.inputTimer.Interval = 20;
|
377 |
this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
|
370 |
this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
|
378 |
//
|
371 |
//
|
- |
|
372 |
// nITDeviceBindingSource
|
- |
|
373 |
//
|
- |
|
374 |
this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
|
- |
|
375 |
//
|
379 |
// idDataGridViewTextBoxColumn
|
376 |
// idDataGridViewTextBoxColumn
|
380 |
//
|
377 |
//
|
381 |
this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
378 |
this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
382 |
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
|
379 |
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
|
383 |
this.idDataGridViewTextBoxColumn.HeaderText = "ID";
|
380 |
this.idDataGridViewTextBoxColumn.HeaderText = "ID";
|
Line 395... |
Line 392... |
395 |
this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
|
392 |
this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
|
396 |
this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;
|
393 |
this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;
|
397 |
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
|
394 |
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
|
398 |
this.typeDataGridViewTextBoxColumn.ReadOnly = true;
|
395 |
this.typeDataGridViewTextBoxColumn.ReadOnly = true;
|
399 |
//
|
396 |
//
|
- |
|
397 |
// assigned
|
- |
|
398 |
//
|
- |
|
399 |
this.assigned.DataPropertyName = "assigned";
|
- |
|
400 |
this.assigned.HeaderText = "Assigned";
|
- |
|
401 |
this.assigned.MinimumWidth = 50;
|
- |
|
402 |
this.assigned.Name = "assigned";
|
- |
|
403 |
this.assigned.ReadOnly = true;
|
- |
|
404 |
this.assigned.Width = 50;
|
- |
|
405 |
//
|
400 |
// hwDataGridViewTextBoxColumn
|
406 |
// hwDataGridViewTextBoxColumn
|
401 |
//
|
407 |
//
|
402 |
this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
408 |
this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
403 |
this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";
|
409 |
this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";
|
404 |
this.hwDataGridViewTextBoxColumn.HeaderText = "HW";
|
410 |
this.hwDataGridViewTextBoxColumn.HeaderText = "HW";
|
Line 415... |
Line 421... |
415 |
this.swDataGridViewTextBoxColumn.MinimumWidth = 50;
|
421 |
this.swDataGridViewTextBoxColumn.MinimumWidth = 50;
|
416 |
this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";
|
422 |
this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";
|
417 |
this.swDataGridViewTextBoxColumn.ReadOnly = true;
|
423 |
this.swDataGridViewTextBoxColumn.ReadOnly = true;
|
418 |
this.swDataGridViewTextBoxColumn.Width = 50;
|
424 |
this.swDataGridViewTextBoxColumn.Width = 50;
|
419 |
//
|
425 |
//
|
- |
|
426 |
// serial
|
- |
|
427 |
//
|
- |
|
428 |
this.serial.DataPropertyName = "serial";
|
- |
|
429 |
this.serial.HeaderText = "Serial";
|
- |
|
430 |
this.serial.MinimumWidth = 90;
|
- |
|
431 |
this.serial.Name = "serial";
|
- |
|
432 |
this.serial.ReadOnly = true;
|
- |
|
433 |
this.serial.Width = 90;
|
- |
|
434 |
//
|
420 |
// statusDataGridViewTextBoxColumn
|
435 |
// statusDataGridViewTextBoxColumn
|
421 |
//
|
436 |
//
|
422 |
this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
437 |
this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
423 |
this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
|
438 |
this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
|
424 |
this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
|
439 |
this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
|
425 |
this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
|
440 |
this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
|
426 |
this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
|
441 |
this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
|
427 |
this.statusDataGridViewTextBoxColumn.ReadOnly = true;
|
442 |
this.statusDataGridViewTextBoxColumn.ReadOnly = true;
|
428 |
this.statusDataGridViewTextBoxColumn.Width = 90;
|
443 |
this.statusDataGridViewTextBoxColumn.Width = 90;
|
429 |
//
|
444 |
//
|
430 |
// nITDeviceBindingSource
|
- |
|
431 |
//
|
- |
|
432 |
this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
|
- |
|
433 |
//
|
- |
|
434 |
// MainForm
|
445 |
// MainForm
|
435 |
//
|
446 |
//
|
436 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
447 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
437 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
448 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
438 |
this.ClientSize = new System.Drawing.Size(422, 317);
|
449 |
this.ClientSize = new System.Drawing.Size(422, 317);
|
439 |
this.Controls.Add(this.splitContainer1);
|
450 |
this.Controls.Add(this.splitContainer1);
|
440 |
this.Controls.Add(this.menuStrip1);
|
451 |
this.Controls.Add(this.menuStrip1);
|
441 |
this.MainMenuStrip = this.menuStrip1;
|
452 |
this.MainMenuStrip = this.menuStrip1;
|
442 |
this.Name = "MainForm";
|
453 |
this.Name = "MainForm";
|
443 |
this.Text = "NIT Panels";
|
454 |
this.Text = "NIT Panels";
|
- |
|
455 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
444 |
this.menuStrip1.ResumeLayout(false);
|
456 |
this.menuStrip1.ResumeLayout(false);
|
445 |
this.menuStrip1.PerformLayout();
|
457 |
this.menuStrip1.PerformLayout();
|
446 |
this.splitContainer1.Panel1.ResumeLayout(false);
|
458 |
this.splitContainer1.Panel1.ResumeLayout(false);
|
447 |
this.splitContainer1.Panel2.ResumeLayout(false);
|
459 |
this.splitContainer1.Panel2.ResumeLayout(false);
|
448 |
this.splitContainer1.Panel2.PerformLayout();
|
460 |
this.splitContainer1.Panel2.PerformLayout();
|
Line 490... |
Line 502... |
490 |
private System.Windows.Forms.DataGridView deviceGrid;
|
502 |
private System.Windows.Forms.DataGridView deviceGrid;
|
491 |
private System.Windows.Forms.BindingSource nITDeviceBindingSource;
|
503 |
private System.Windows.Forms.BindingSource nITDeviceBindingSource;
|
492 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
504 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
493 |
private System.Windows.Forms.Button cmdDevRescan;
|
505 |
private System.Windows.Forms.Button cmdDevRescan;
|
494 |
private System.Windows.Forms.Button cmDevTest;
|
506 |
private System.Windows.Forms.Button cmDevTest;
|
- |
|
507 |
private System.Windows.Forms.Button cmdRequest;
|
- |
|
508 |
private System.Windows.Forms.Timer inputTimer;
|
- |
|
509 |
private System.Windows.Forms.Timer updateTimer;
|
495 |
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
510 |
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
496 |
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
|
511 |
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
|
- |
|
512 |
private System.Windows.Forms.DataGridViewTextBoxColumn assigned;
|
497 |
private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
|
513 |
private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
|
498 |
private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
|
514 |
private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
|
499 |
private System.Windows.Forms.DataGridViewTextBoxColumn serial;
|
515 |
private System.Windows.Forms.DataGridViewTextBoxColumn serial;
|
500 |
private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
|
516 |
private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
|
501 |
private System.Windows.Forms.Button cmdRequest;
|
- |
|
502 |
private System.Windows.Forms.Timer inputTimer;
|
- |
|
503 |
private System.Windows.Forms.Timer updateTimer;
|
- |
|
504 |
}
|
517 |
}
|
505 |
}
|
518 |
}
|
506 |
|
519 |
|