| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557 |
- namespace PCLCommunication
- {
- partial class FrmMelsecA1EAscii
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.btnAdd = new System.Windows.Forms.Button();
- this.chkAutoRun = new System.Windows.Forms.CheckBox();
- this.dgvSetting = new System.Windows.Forms.DataGridView();
- this.guid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IP = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.port = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ConnType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ConnTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.statusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ss = new System.Windows.Forms.DataGridViewButtonColumn();
- this.enable = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.enableName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Interval = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnlTop = new System.Windows.Forms.Panel();
- this.btnResetINI = new System.Windows.Forms.Button();
- this.btnExePath = new System.Windows.Forms.Button();
- this.btnDBTest = new System.Windows.Forms.Button();
- this.lbls = new System.Windows.Forms.Label();
- this.btnM1Test = new System.Windows.Forms.Button();
- this.txtServerPort = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnLog = new System.Windows.Forms.Button();
- this.btnStop = new System.Windows.Forms.Button();
- this.btnStart = new System.Windows.Forms.Button();
- this.btnTest = new System.Windows.Forms.Button();
- this.chkLog = new System.Windows.Forms.CheckBox();
- this.chkLogError = new System.Windows.Forms.CheckBox();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnEdit = new System.Windows.Forms.Button();
- this.pnlBottom = new System.Windows.Forms.Panel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.dgvLogs = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.timer11234 = new System.Windows.Forms.Timer(this.components);
- this.chkAutoPiece = new System.Windows.Forms.CheckBox();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).BeginInit();
- this.pnlTop.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvLogs)).BeginInit();
- this.SuspendLayout();
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(12, 47);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(75, 23);
- this.btnAdd.TabIndex = 0;
- this.btnAdd.Text = "新建";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Visible = false;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // chkAutoRun
- //
- this.chkAutoRun.AutoSize = true;
- this.chkAutoRun.Location = new System.Drawing.Point(12, 12);
- this.chkAutoRun.Name = "chkAutoRun";
- this.chkAutoRun.Size = new System.Drawing.Size(96, 16);
- this.chkAutoRun.TabIndex = 1;
- this.chkAutoRun.Text = "自动启动通信";
- this.chkAutoRun.UseVisualStyleBackColor = true;
- this.chkAutoRun.Visible = false;
- //
- // dgvSetting
- //
- this.dgvSetting.AllowUserToAddRows = false;
- this.dgvSetting.AllowUserToDeleteRows = false;
- this.dgvSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.guid,
- this.IP,
- this.port,
- this.ConnType,
- this.ConnTypeName,
- this.status,
- this.statusname,
- this.ss,
- this.enable,
- this.enableName,
- this.Interval});
- this.dgvSetting.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSetting.Location = new System.Drawing.Point(0, 0);
- this.dgvSetting.Name = "dgvSetting";
- this.dgvSetting.RowTemplate.Height = 23;
- this.dgvSetting.Size = new System.Drawing.Size(855, 268);
- this.dgvSetting.TabIndex = 4;
- this.dgvSetting.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSetting_CellClick);
- this.dgvSetting.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvSetting_RowPrePaint);
- //
- // guid
- //
- this.guid.DataPropertyName = "guid";
- this.guid.HeaderText = "guid";
- this.guid.Name = "guid";
- this.guid.ReadOnly = true;
- this.guid.Visible = false;
- //
- // IP
- //
- this.IP.DataPropertyName = "IP";
- this.IP.HeaderText = "PLC IP";
- this.IP.Name = "IP";
- this.IP.ReadOnly = true;
- //
- // port
- //
- this.port.DataPropertyName = "port";
- this.port.HeaderText = "PLC端口";
- this.port.Name = "port";
- this.port.ReadOnly = true;
- //
- // ConnType
- //
- this.ConnType.DataPropertyName = "ConnType";
- this.ConnType.HeaderText = "ConnType";
- this.ConnType.Name = "ConnType";
- this.ConnType.ReadOnly = true;
- this.ConnType.Visible = false;
- //
- // ConnTypeName
- //
- this.ConnTypeName.DataPropertyName = "ConnTypeName";
- this.ConnTypeName.HeaderText = "连接方式";
- this.ConnTypeName.Name = "ConnTypeName";
- this.ConnTypeName.ReadOnly = true;
- this.ConnTypeName.Visible = false;
- //
- // status
- //
- this.status.DataPropertyName = "status";
- this.status.HeaderText = "status";
- this.status.Name = "status";
- this.status.ReadOnly = true;
- this.status.Visible = false;
- //
- // statusname
- //
- this.statusname.DataPropertyName = "statusname";
- this.statusname.HeaderText = "通信状态";
- this.statusname.Name = "statusname";
- this.statusname.ReadOnly = true;
- this.statusname.Visible = false;
- //
- // ss
- //
- this.ss.DataPropertyName = "ss";
- this.ss.HeaderText = "通信操作";
- this.ss.Name = "ss";
- this.ss.Visible = false;
- //
- // enable
- //
- this.enable.DataPropertyName = "enable";
- this.enable.HeaderText = "enable";
- this.enable.Name = "enable";
- this.enable.ReadOnly = true;
- this.enable.Visible = false;
- //
- // enableName
- //
- this.enableName.DataPropertyName = "enableName";
- this.enableName.HeaderText = "启动状态";
- this.enableName.Name = "enableName";
- this.enableName.ReadOnly = true;
- this.enableName.Visible = false;
- //
- // Interval
- //
- this.Interval.DataPropertyName = "Interval";
- this.Interval.HeaderText = "时间间隔(ms)";
- this.Interval.Name = "Interval";
- this.Interval.ReadOnly = true;
- this.Interval.Visible = false;
- //
- // pnlTop
- //
- this.pnlTop.Controls.Add(this.chkAutoPiece);
- this.pnlTop.Controls.Add(this.btnResetINI);
- this.pnlTop.Controls.Add(this.btnExePath);
- this.pnlTop.Controls.Add(this.btnDBTest);
- this.pnlTop.Controls.Add(this.lbls);
- this.pnlTop.Controls.Add(this.btnM1Test);
- this.pnlTop.Controls.Add(this.txtServerPort);
- this.pnlTop.Controls.Add(this.label1);
- this.pnlTop.Controls.Add(this.btnLog);
- this.pnlTop.Controls.Add(this.btnStop);
- this.pnlTop.Controls.Add(this.btnStart);
- this.pnlTop.Controls.Add(this.btnTest);
- this.pnlTop.Controls.Add(this.chkLog);
- this.pnlTop.Controls.Add(this.chkLogError);
- this.pnlTop.Controls.Add(this.btnDelete);
- this.pnlTop.Controls.Add(this.btnEdit);
- this.pnlTop.Controls.Add(this.btnAdd);
- this.pnlTop.Controls.Add(this.chkAutoRun);
- this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlTop.Location = new System.Drawing.Point(0, 0);
- this.pnlTop.Name = "pnlTop";
- this.pnlTop.Size = new System.Drawing.Size(855, 76);
- this.pnlTop.TabIndex = 5;
- //
- // btnResetINI
- //
- this.btnResetINI.Location = new System.Drawing.Point(531, 42);
- this.btnResetINI.Name = "btnResetINI";
- this.btnResetINI.Size = new System.Drawing.Size(69, 23);
- this.btnResetINI.TabIndex = 15;
- this.btnResetINI.Text = "ResetINI";
- this.btnResetINI.UseVisualStyleBackColor = true;
- this.btnResetINI.Click += new System.EventHandler(this.btnResetINI_Click);
- //
- // btnExePath
- //
- this.btnExePath.Location = new System.Drawing.Point(768, 42);
- this.btnExePath.Name = "btnExePath";
- this.btnExePath.Size = new System.Drawing.Size(75, 23);
- this.btnExePath.TabIndex = 15;
- this.btnExePath.Text = "exe path";
- this.btnExePath.UseVisualStyleBackColor = true;
- this.btnExePath.Click += new System.EventHandler(this.btnExePath_Click);
- //
- // btnDBTest
- //
- this.btnDBTest.Location = new System.Drawing.Point(336, 47);
- this.btnDBTest.Name = "btnDBTest";
- this.btnDBTest.Size = new System.Drawing.Size(75, 23);
- this.btnDBTest.TabIndex = 14;
- this.btnDBTest.Text = "数据库连接测试";
- this.btnDBTest.UseVisualStyleBackColor = true;
- this.btnDBTest.Click += new System.EventHandler(this.btnDBTest_Click);
- //
- // lbls
- //
- this.lbls.AutoSize = true;
- this.lbls.Location = new System.Drawing.Point(733, 18);
- this.lbls.Name = "lbls";
- this.lbls.Size = new System.Drawing.Size(29, 12);
- this.lbls.TabIndex = 13;
- this.lbls.Text = "停止";
- //
- // btnM1Test
- //
- this.btnM1Test.Location = new System.Drawing.Point(294, 7);
- this.btnM1Test.Name = "btnM1Test";
- this.btnM1Test.Size = new System.Drawing.Size(75, 23);
- this.btnM1Test.TabIndex = 7;
- this.btnM1Test.Text = "方式1";
- this.btnM1Test.UseVisualStyleBackColor = true;
- this.btnM1Test.Visible = false;
- this.btnM1Test.Click += new System.EventHandler(this.btnM1Test_Click);
- //
- // txtServerPort
- //
- this.txtServerPort.Location = new System.Drawing.Point(665, 14);
- this.txtServerPort.Name = "txtServerPort";
- this.txtServerPort.Size = new System.Drawing.Size(65, 21);
- this.txtServerPort.TabIndex = 6;
- this.txtServerPort.Text = "5001";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(606, 18);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 5;
- this.label1.Text = "服务端口";
- //
- // btnLog
- //
- this.btnLog.Location = new System.Drawing.Point(768, 13);
- this.btnLog.Name = "btnLog";
- this.btnLog.Size = new System.Drawing.Size(75, 23);
- this.btnLog.TabIndex = 4;
- this.btnLog.Text = "服务日志";
- this.btnLog.UseVisualStyleBackColor = true;
- this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
- //
- // btnStop
- //
- this.btnStop.Location = new System.Drawing.Point(687, 42);
- this.btnStop.Name = "btnStop";
- this.btnStop.Size = new System.Drawing.Size(75, 23);
- this.btnStop.TabIndex = 4;
- this.btnStop.Text = "停止服务";
- this.btnStop.UseVisualStyleBackColor = true;
- this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
- //
- // btnStart
- //
- this.btnStart.Location = new System.Drawing.Point(606, 42);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 23);
- this.btnStart.TabIndex = 4;
- this.btnStart.Text = "启动服务";
- this.btnStart.UseVisualStyleBackColor = true;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // btnTest
- //
- this.btnTest.Location = new System.Drawing.Point(255, 47);
- this.btnTest.Name = "btnTest";
- this.btnTest.Size = new System.Drawing.Size(75, 23);
- this.btnTest.TabIndex = 3;
- this.btnTest.Text = "通信测试";
- this.btnTest.UseVisualStyleBackColor = true;
- this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
- //
- // chkLog
- //
- this.chkLog.AutoSize = true;
- this.chkLog.Location = new System.Drawing.Point(216, 11);
- this.chkLog.Name = "chkLog";
- this.chkLog.Size = new System.Drawing.Size(72, 16);
- this.chkLog.TabIndex = 2;
- this.chkLog.Text = "通信记录";
- this.chkLog.UseVisualStyleBackColor = true;
- this.chkLog.Visible = false;
- //
- // chkLogError
- //
- this.chkLogError.AutoSize = true;
- this.chkLogError.Location = new System.Drawing.Point(114, 11);
- this.chkLogError.Name = "chkLogError";
- this.chkLogError.Size = new System.Drawing.Size(96, 16);
- this.chkLogError.TabIndex = 2;
- this.chkLogError.Text = "通信异常日志";
- this.chkLogError.UseVisualStyleBackColor = true;
- this.chkLogError.Visible = false;
- //
- // btnDelete
- //
- this.btnDelete.Location = new System.Drawing.Point(174, 47);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(75, 23);
- this.btnDelete.TabIndex = 0;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Visible = false;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnEdit
- //
- this.btnEdit.Location = new System.Drawing.Point(93, 47);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(75, 23);
- this.btnEdit.TabIndex = 0;
- this.btnEdit.Text = "编辑";
- this.btnEdit.UseVisualStyleBackColor = true;
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // pnlBottom
- //
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Location = new System.Drawing.Point(0, 344);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(855, 20);
- this.pnlBottom.TabIndex = 6;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 76);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.button3);
- this.splitContainer1.Panel1.Controls.Add(this.button2);
- this.splitContainer1.Panel1.Controls.Add(this.button1);
- this.splitContainer1.Panel1.Controls.Add(this.dgvSetting);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvLogs);
- this.splitContainer1.Panel2Collapsed = true;
- this.splitContainer1.Size = new System.Drawing.Size(855, 268);
- this.splitContainer1.SplitterDistance = 694;
- this.splitContainer1.TabIndex = 7;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(574, 6);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 0;
- this.button3.Text = "编辑";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Visible = false;
- this.button3.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // button2
- //
- this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button2.Location = new System.Drawing.Point(655, 6);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 3;
- this.button2.Text = "通信测试";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Visible = false;
- this.button2.Click += new System.EventHandler(this.btnTest_Click);
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.Location = new System.Drawing.Point(736, 6);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(107, 23);
- this.button1.TabIndex = 14;
- this.button1.Text = "数据库连接测试";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Visible = false;
- this.button1.Click += new System.EventHandler(this.btnDBTest_Click);
- //
- // dgvLogs
- //
- this.dgvLogs.AllowUserToAddRows = false;
- this.dgvLogs.AllowUserToDeleteRows = false;
- this.dgvLogs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvLogs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1});
- this.dgvLogs.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvLogs.Enabled = false;
- this.dgvLogs.Location = new System.Drawing.Point(0, 0);
- this.dgvLogs.Name = "dgvLogs";
- this.dgvLogs.RowTemplate.Height = 23;
- this.dgvLogs.Size = new System.Drawing.Size(96, 100);
- this.dgvLogs.TabIndex = 5;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "guid";
- this.dataGridViewTextBoxColumn1.HeaderText = "id";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.Visible = false;
- //
- // timer11234
- //
- this.timer11234.Interval = 3000;
- //
- // chkAutoPiece
- //
- this.chkAutoPiece.AutoSize = true;
- this.chkAutoPiece.Location = new System.Drawing.Point(528, 16);
- this.chkAutoPiece.Name = "chkAutoPiece";
- this.chkAutoPiece.Size = new System.Drawing.Size(72, 16);
- this.chkAutoPiece.TabIndex = 16;
- this.chkAutoPiece.Text = "自动计件";
- this.chkAutoPiece.UseVisualStyleBackColor = true;
- this.chkAutoPiece.CheckedChanged += new System.EventHandler(this.chkAutoPiece_CheckedChanged);
- //
- // FrmMelsecA1EAscii
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(855, 364);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.pnlBottom);
- this.Controls.Add(this.pnlTop);
- this.Name = "FrmMelsecA1EAscii";
- this.Text = "PLC通信";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMelsecA1EAscii_FormClosing);
- this.Shown += new System.EventHandler(this.FrmMelsecA1EAscii_Shown);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).EndInit();
- this.pnlTop.ResumeLayout(false);
- this.pnlTop.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvLogs)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.CheckBox chkAutoRun;
- private System.Windows.Forms.DataGridView dgvSetting;
- private System.Windows.Forms.Panel pnlTop;
- private System.Windows.Forms.Panel pnlBottom;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DataGridView dgvLogs;
- private System.Windows.Forms.Timer timer11234;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.CheckBox chkLogError;
- private System.Windows.Forms.CheckBox chkLog;
- private System.Windows.Forms.Button btnTest;
- private System.Windows.Forms.TextBox txtServerPort;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnStart;
- private System.Windows.Forms.Button btnLog;
- private System.Windows.Forms.Button btnStop;
- private System.Windows.Forms.Button btnM1Test;
- private System.Windows.Forms.Label lbls;
- private System.Windows.Forms.Button btnDBTest;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.DataGridViewTextBoxColumn guid;
- private System.Windows.Forms.DataGridViewTextBoxColumn IP;
- private System.Windows.Forms.DataGridViewTextBoxColumn port;
- private System.Windows.Forms.DataGridViewTextBoxColumn ConnType;
- private System.Windows.Forms.DataGridViewTextBoxColumn ConnTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn status;
- private System.Windows.Forms.DataGridViewTextBoxColumn statusname;
- private System.Windows.Forms.DataGridViewButtonColumn ss;
- private System.Windows.Forms.DataGridViewTextBoxColumn enable;
- private System.Windows.Forms.DataGridViewTextBoxColumn enableName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Interval;
- private System.Windows.Forms.Button btnExePath;
- private System.Windows.Forms.Button btnResetINI;
- private System.Windows.Forms.CheckBox chkAutoPiece;
- }
- }
|