|
|
|
@ -38,9 +38,6 @@
|
|
|
|
|
this.TestButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.InitButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.SettingButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.ServerRestartButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.StartServerButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.ServerStopButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogDataGridView)).BeginInit();
|
|
|
|
@ -52,7 +49,7 @@
|
|
|
|
|
// DOTest
|
|
|
|
|
//
|
|
|
|
|
this.DOTest.Location = new System.Drawing.Point(15, 15);
|
|
|
|
|
this.DOTest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.DOTest.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.DOTest.Name = "DOTest";
|
|
|
|
|
this.DOTest.Size = new System.Drawing.Size(63, 35);
|
|
|
|
|
this.DOTest.TabIndex = 0;
|
|
|
|
@ -69,12 +66,12 @@
|
|
|
|
|
this.RFIDValue});
|
|
|
|
|
this.LogDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.LogDataGridView.Location = new System.Drawing.Point(2, 16);
|
|
|
|
|
this.LogDataGridView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.LogDataGridView.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.LogDataGridView.Name = "LogDataGridView";
|
|
|
|
|
this.LogDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.LogDataGridView.RowHeadersWidth = 51;
|
|
|
|
|
this.LogDataGridView.RowTemplate.Height = 27;
|
|
|
|
|
this.LogDataGridView.Size = new System.Drawing.Size(441, 1251);
|
|
|
|
|
this.LogDataGridView.Size = new System.Drawing.Size(441, 1043);
|
|
|
|
|
this.LogDataGridView.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// logTime
|
|
|
|
@ -107,10 +104,10 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.LogDataGridView);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(713, 0);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(445, 1269);
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(445, 1061);
|
|
|
|
|
this.groupBox1.TabIndex = 2;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "日志";
|
|
|
|
@ -134,10 +131,10 @@
|
|
|
|
|
this.ScrewdriverMonitor.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
this.ScrewdriverMonitor.HeaderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.ScrewdriverMonitor.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ScrewdriverMonitor.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.ScrewdriverMonitor.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.ScrewdriverMonitor.Name = "ScrewdriverMonitor";
|
|
|
|
|
this.ScrewdriverMonitor.RowsTotalCount = 13;
|
|
|
|
|
this.ScrewdriverMonitor.Size = new System.Drawing.Size(622, 1269);
|
|
|
|
|
this.ScrewdriverMonitor.Size = new System.Drawing.Size(622, 1061);
|
|
|
|
|
this.ScrewdriverMonitor.TabIndex = 3;
|
|
|
|
|
this.ScrewdriverMonitor.Text = "hslTable1";
|
|
|
|
|
this.ScrewdriverMonitor.TopHeaderColor = System.Drawing.Color.Black;
|
|
|
|
@ -149,7 +146,7 @@
|
|
|
|
|
// TestButton
|
|
|
|
|
//
|
|
|
|
|
this.TestButton.Location = new System.Drawing.Point(15, 113);
|
|
|
|
|
this.TestButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.TestButton.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.TestButton.Name = "TestButton";
|
|
|
|
|
this.TestButton.Size = new System.Drawing.Size(63, 36);
|
|
|
|
|
this.TestButton.TabIndex = 4;
|
|
|
|
@ -160,7 +157,7 @@
|
|
|
|
|
// InitButton
|
|
|
|
|
//
|
|
|
|
|
this.InitButton.Location = new System.Drawing.Point(15, 70);
|
|
|
|
|
this.InitButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.InitButton.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.InitButton.Name = "InitButton";
|
|
|
|
|
this.InitButton.Size = new System.Drawing.Size(63, 30);
|
|
|
|
|
this.InitButton.TabIndex = 7;
|
|
|
|
@ -170,8 +167,8 @@
|
|
|
|
|
//
|
|
|
|
|
// SettingButton
|
|
|
|
|
//
|
|
|
|
|
this.SettingButton.Location = new System.Drawing.Point(15, 400);
|
|
|
|
|
this.SettingButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.SettingButton.Location = new System.Drawing.Point(15, 179);
|
|
|
|
|
this.SettingButton.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.SettingButton.Name = "SettingButton";
|
|
|
|
|
this.SettingButton.Size = new System.Drawing.Size(63, 62);
|
|
|
|
|
this.SettingButton.TabIndex = 8;
|
|
|
|
@ -179,52 +176,16 @@
|
|
|
|
|
this.SettingButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SettingButton.Click += new System.EventHandler(this.SettingButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// ServerRestartButton
|
|
|
|
|
//
|
|
|
|
|
this.ServerRestartButton.Location = new System.Drawing.Point(15, 327);
|
|
|
|
|
this.ServerRestartButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.ServerRestartButton.Name = "ServerRestartButton";
|
|
|
|
|
this.ServerRestartButton.Size = new System.Drawing.Size(63, 54);
|
|
|
|
|
this.ServerRestartButton.TabIndex = 9;
|
|
|
|
|
this.ServerRestartButton.Text = "重启服务器";
|
|
|
|
|
this.ServerRestartButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ServerRestartButton.Click += new System.EventHandler(this.ServerRestartButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// StartServerButton
|
|
|
|
|
//
|
|
|
|
|
this.StartServerButton.Location = new System.Drawing.Point(15, 169);
|
|
|
|
|
this.StartServerButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.StartServerButton.Name = "StartServerButton";
|
|
|
|
|
this.StartServerButton.Size = new System.Drawing.Size(63, 55);
|
|
|
|
|
this.StartServerButton.TabIndex = 10;
|
|
|
|
|
this.StartServerButton.Text = "手动启动服务器";
|
|
|
|
|
this.StartServerButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.StartServerButton.Click += new System.EventHandler(this.StartServerButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// ServerStopButton
|
|
|
|
|
//
|
|
|
|
|
this.ServerStopButton.Location = new System.Drawing.Point(15, 250);
|
|
|
|
|
this.ServerStopButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.ServerStopButton.Name = "ServerStopButton";
|
|
|
|
|
this.ServerStopButton.Size = new System.Drawing.Size(63, 58);
|
|
|
|
|
this.ServerStopButton.TabIndex = 11;
|
|
|
|
|
this.ServerStopButton.Text = "手动关闭服务器";
|
|
|
|
|
this.ServerStopButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ServerStopButton.Click += new System.EventHandler(this.ServerStopButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Controls.Add(this.DOTest);
|
|
|
|
|
this.panel1.Controls.Add(this.SettingButton);
|
|
|
|
|
this.panel1.Controls.Add(this.ServerRestartButton);
|
|
|
|
|
this.panel1.Controls.Add(this.ServerStopButton);
|
|
|
|
|
this.panel1.Controls.Add(this.InitButton);
|
|
|
|
|
this.panel1.Controls.Add(this.StartServerButton);
|
|
|
|
|
this.panel1.Controls.Add(this.TestButton);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(622, 0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(91, 1269);
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(91, 1061);
|
|
|
|
|
this.panel1.TabIndex = 12;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
@ -233,18 +194,18 @@
|
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(622, 1269);
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(622, 1061);
|
|
|
|
|
this.panel2.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1158, 1269);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1158, 1061);
|
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "拧紧枪监控主界面";
|
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|
|
|
@ -265,9 +226,6 @@
|
|
|
|
|
private System.Windows.Forms.Button TestButton;
|
|
|
|
|
private System.Windows.Forms.Button InitButton;
|
|
|
|
|
private System.Windows.Forms.Button SettingButton;
|
|
|
|
|
private System.Windows.Forms.Button ServerRestartButton;
|
|
|
|
|
private System.Windows.Forms.Button StartServerButton;
|
|
|
|
|
private System.Windows.Forms.Button ServerStopButton;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logTime;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LogValue;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RFIDValue;
|
|
|
|
|