|
@@ -54,6 +54,11 @@
|
54
|
54
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
55
|
55
|
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
56
|
56
|
this.tsmiLoadXml = new System.Windows.Forms.ToolStripMenuItem();
|
|
57
|
+ this.心跳HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
58
|
+ this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
|
|
59
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
60
|
+ this.ToolStripMenuItemHb30 = new System.Windows.Forms.ToolStripMenuItem();
|
|
61
|
+ this.toolStripTextBoxHbtime = new System.Windows.Forms.ToolStripTextBox();
|
57
|
62
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
58
|
63
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
59
|
64
|
this.tsslEquipmentAddress = new System.Windows.Forms.ToolStripStatusLabel();
|
|
@@ -64,6 +69,9 @@
|
64
|
69
|
this.cmslistboxRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
65
|
70
|
this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
|
66
|
71
|
this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
|
|
72
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
73
|
+ this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
74
|
+ this.ToolStripMenuItemLogHb = new System.Windows.Forms.ToolStripMenuItem();
|
67
|
75
|
this.groupBox1.SuspendLayout();
|
68
|
76
|
this.menuStrip1.SuspendLayout();
|
69
|
77
|
this.statusStrip1.SuspendLayout();
|
|
@@ -306,7 +314,8 @@
|
306
|
314
|
// menuStrip1
|
307
|
315
|
//
|
308
|
316
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
309
|
|
- this.文件FToolStripMenuItem});
|
|
317
|
+ this.文件FToolStripMenuItem,
|
|
318
|
+ this.心跳HToolStripMenuItem});
|
310
|
319
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
311
|
320
|
this.menuStrip1.Name = "menuStrip1";
|
312
|
321
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
|
|
@@ -329,6 +338,47 @@
|
329
|
338
|
this.tsmiLoadXml.Text = "加载协议XML(&X)";
|
330
|
339
|
this.tsmiLoadXml.Click += new System.EventHandler(this.tsmiLoadXml_Click);
|
331
|
340
|
//
|
|
341
|
+ // 心跳HToolStripMenuItem
|
|
342
|
+ //
|
|
343
|
+ this.心跳HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
344
|
+ this.ToolStripMenuItemHbStart,
|
|
345
|
+ this.toolStripSeparator1,
|
|
346
|
+ this.toolStripSeparator3,
|
|
347
|
+ this.ToolStripMenuItemHb30,
|
|
348
|
+ this.toolStripTextBoxHbtime,
|
|
349
|
+ this.toolStripSeparator2,
|
|
350
|
+ this.ToolStripMenuItemLogHb});
|
|
351
|
+ this.心跳HToolStripMenuItem.Name = "心跳HToolStripMenuItem";
|
|
352
|
+ this.心跳HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
|
|
353
|
+ this.心跳HToolStripMenuItem.Text = "心跳(&H)";
|
|
354
|
+ //
|
|
355
|
+ // ToolStripMenuItemHbStart
|
|
356
|
+ //
|
|
357
|
+ this.ToolStripMenuItemHbStart.Checked = true;
|
|
358
|
+ this.ToolStripMenuItemHbStart.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
359
|
+ this.ToolStripMenuItemHbStart.Name = "ToolStripMenuItemHbStart";
|
|
360
|
+ this.ToolStripMenuItemHbStart.Size = new System.Drawing.Size(172, 22);
|
|
361
|
+ this.ToolStripMenuItemHbStart.Text = "登录成功就开启";
|
|
362
|
+ this.ToolStripMenuItemHbStart.Click += new System.EventHandler(this.ToolStripMenuItemHbStart_Click);
|
|
363
|
+ //
|
|
364
|
+ // toolStripSeparator1
|
|
365
|
+ //
|
|
366
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
367
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(169, 6);
|
|
368
|
+ //
|
|
369
|
+ // ToolStripMenuItemHb30
|
|
370
|
+ //
|
|
371
|
+ this.ToolStripMenuItemHb30.Name = "ToolStripMenuItemHb30";
|
|
372
|
+ this.ToolStripMenuItemHb30.Size = new System.Drawing.Size(172, 22);
|
|
373
|
+ this.ToolStripMenuItemHb30.Text = "下面输入心跳时间";
|
|
374
|
+ //
|
|
375
|
+ // toolStripTextBoxHbtime
|
|
376
|
+ //
|
|
377
|
+ this.toolStripTextBoxHbtime.Name = "toolStripTextBoxHbtime";
|
|
378
|
+ this.toolStripTextBoxHbtime.Size = new System.Drawing.Size(100, 23);
|
|
379
|
+ this.toolStripTextBoxHbtime.Text = "5";
|
|
380
|
+ this.toolStripTextBoxHbtime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStripTextBoxHbtime_KeyPress);
|
|
381
|
+ //
|
332
|
382
|
// statusStrip1
|
333
|
383
|
//
|
334
|
384
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
@@ -423,6 +473,23 @@
|
423
|
473
|
this.rightMenuClearInfo.Text = "清空信息(&L)";
|
424
|
474
|
this.rightMenuClearInfo.Click += new System.EventHandler(this.rightMenuClearInfo_Click);
|
425
|
475
|
//
|
|
476
|
+ // toolStripSeparator2
|
|
477
|
+ //
|
|
478
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
479
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(169, 6);
|
|
480
|
+ //
|
|
481
|
+ // toolStripSeparator3
|
|
482
|
+ //
|
|
483
|
+ this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
484
|
+ this.toolStripSeparator3.Size = new System.Drawing.Size(169, 6);
|
|
485
|
+ //
|
|
486
|
+ // ToolStripMenuItemLogHb
|
|
487
|
+ //
|
|
488
|
+ this.ToolStripMenuItemLogHb.Name = "ToolStripMenuItemLogHb";
|
|
489
|
+ this.ToolStripMenuItemLogHb.Size = new System.Drawing.Size(172, 22);
|
|
490
|
+ this.ToolStripMenuItemLogHb.Text = "是否打印心跳";
|
|
491
|
+ this.ToolStripMenuItemLogHb.Click += new System.EventHandler(this.ToolStripMenuItemLogHb_Click);
|
|
492
|
+ //
|
426
|
493
|
// Form1
|
427
|
494
|
//
|
428
|
495
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
@@ -489,6 +556,14 @@
|
489
|
556
|
private System.Windows.Forms.ToolStripMenuItem rightMenuClearInfo;
|
490
|
557
|
private System.Windows.Forms.Button buttonCmdManager;
|
491
|
558
|
private System.Windows.Forms.Button btnTextCmd;
|
|
559
|
+ private System.Windows.Forms.ToolStripMenuItem 心跳HToolStripMenuItem;
|
|
560
|
+ private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHbStart;
|
|
561
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
562
|
+ private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHb30;
|
|
563
|
+ private System.Windows.Forms.ToolStripTextBox toolStripTextBoxHbtime;
|
|
564
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
565
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
566
|
+ private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLogHb;
|
492
|
567
|
}
|
493
|
568
|
}
|
494
|
569
|
|