|
@@ -0,0 +1,285 @@
|
|
|
+namespace NB_IOT_TCP_HP_SOCKET
|
|
|
+{
|
|
|
+ partial class ParamSetForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.dataBase = new System.Windows.Forms.TextBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.passWord = new System.Windows.Forms.TextBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.userName = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.dataBaseIP = new System.Windows.Forms.TextBox();
|
|
|
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.isHaveModBus = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.connectionTimeOutInterval = new System.Windows.Forms.TextBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.modBusQueryInterval = new System.Windows.Forms.TextBox();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.connectionTimeOut = new System.Windows.Forms.TextBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ this.groupBox2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.Controls.Add(this.label4);
|
|
|
+ this.groupBox1.Controls.Add(this.dataBase);
|
|
|
+ this.groupBox1.Controls.Add(this.label3);
|
|
|
+ this.groupBox1.Controls.Add(this.passWord);
|
|
|
+ this.groupBox1.Controls.Add(this.label2);
|
|
|
+ this.groupBox1.Controls.Add(this.userName);
|
|
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
|
+ this.groupBox1.Controls.Add(this.dataBaseIP);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(32, 26);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(299, 272);
|
|
|
+ this.groupBox1.TabIndex = 0;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "数据库配置";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(26, 89);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label4.TabIndex = 7;
|
|
|
+ this.label4.Text = "数据库";
|
|
|
+ //
|
|
|
+ // dataBase
|
|
|
+ //
|
|
|
+ this.dataBase.Location = new System.Drawing.Point(87, 86);
|
|
|
+ this.dataBase.Name = "dataBase";
|
|
|
+ this.dataBase.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.dataBase.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(26, 195);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.label3.TabIndex = 5;
|
|
|
+ this.label3.Text = "密码";
|
|
|
+ //
|
|
|
+ // passWord
|
|
|
+ //
|
|
|
+ this.passWord.Location = new System.Drawing.Point(87, 192);
|
|
|
+ this.passWord.Name = "passWord";
|
|
|
+ this.passWord.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.passWord.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(26, 140);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label2.TabIndex = 3;
|
|
|
+ this.label2.Text = "用户名";
|
|
|
+ //
|
|
|
+ // userName
|
|
|
+ //
|
|
|
+ this.userName.Location = new System.Drawing.Point(87, 137);
|
|
|
+ this.userName.Name = "userName";
|
|
|
+ this.userName.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.userName.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(26, 43);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "服务器";
|
|
|
+ //
|
|
|
+ // dataBaseIP
|
|
|
+ //
|
|
|
+ this.dataBaseIP.Location = new System.Drawing.Point(87, 40);
|
|
|
+ this.dataBaseIP.Name = "dataBaseIP";
|
|
|
+ this.dataBaseIP.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.dataBaseIP.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // groupBox2
|
|
|
+ //
|
|
|
+ this.groupBox2.Controls.Add(this.isHaveModBus);
|
|
|
+ this.groupBox2.Controls.Add(this.label5);
|
|
|
+ this.groupBox2.Controls.Add(this.connectionTimeOutInterval);
|
|
|
+ this.groupBox2.Controls.Add(this.label6);
|
|
|
+ this.groupBox2.Controls.Add(this.modBusQueryInterval);
|
|
|
+ this.groupBox2.Controls.Add(this.label7);
|
|
|
+ this.groupBox2.Controls.Add(this.label8);
|
|
|
+ this.groupBox2.Controls.Add(this.connectionTimeOut);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(424, 26);
|
|
|
+ this.groupBox2.Name = "groupBox2";
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(299, 272);
|
|
|
+ this.groupBox2.TabIndex = 1;
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
+ this.groupBox2.Text = "参数配置";
|
|
|
+ //
|
|
|
+ // isHaveModBus
|
|
|
+ //
|
|
|
+ this.isHaveModBus.AutoSize = true;
|
|
|
+ this.isHaveModBus.Location = new System.Drawing.Point(70, 173);
|
|
|
+ this.isHaveModBus.Name = "isHaveModBus";
|
|
|
+ this.isHaveModBus.Size = new System.Drawing.Size(144, 16);
|
|
|
+ this.isHaveModBus.TabIndex = 16;
|
|
|
+ this.isHaveModBus.Text = "有市电供电MODBUS设备";
|
|
|
+ this.isHaveModBus.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(33, 86);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(197, 12);
|
|
|
+ this.label5.TabIndex = 15;
|
|
|
+ this.label5.Text = "断开静默链接循环睡眠时间(毫秒)";
|
|
|
+ //
|
|
|
+ // connectionTimeOutInterval
|
|
|
+ //
|
|
|
+ this.connectionTimeOutInterval.Location = new System.Drawing.Point(70, 111);
|
|
|
+ this.connectionTimeOutInterval.Name = "connectionTimeOutInterval";
|
|
|
+ this.connectionTimeOutInterval.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.connectionTimeOutInterval.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(33, 209);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(257, 12);
|
|
|
+ this.label6.TabIndex = 13;
|
|
|
+ this.label6.Text = "市电供电MODBUS轮询获取抄表数据时间(毫秒)";
|
|
|
+ //
|
|
|
+ // modBusQueryInterval
|
|
|
+ //
|
|
|
+ this.modBusQueryInterval.Location = new System.Drawing.Point(70, 236);
|
|
|
+ this.modBusQueryInterval.Name = "modBusQueryInterval";
|
|
|
+ this.modBusQueryInterval.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.modBusQueryInterval.TabIndex = 12;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Location = new System.Drawing.Point(33, 144);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(149, 12);
|
|
|
+ this.label7.TabIndex = 11;
|
|
|
+ this.label7.Text = "是否有市电供电MODBUS设备";
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Location = new System.Drawing.Point(33, 29);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(125, 12);
|
|
|
+ this.label8.TabIndex = 9;
|
|
|
+ this.label8.Text = "心跳间隔时间(毫秒)";
|
|
|
+ //
|
|
|
+ // connectionTimeOut
|
|
|
+ //
|
|
|
+ this.connectionTimeOut.Location = new System.Drawing.Point(70, 55);
|
|
|
+ this.connectionTimeOut.Name = "connectionTimeOut";
|
|
|
+ this.connectionTimeOut.Size = new System.Drawing.Size(172, 21);
|
|
|
+ this.connectionTimeOut.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(502, 403);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.TabIndex = 2;
|
|
|
+ this.button1.Text = "保存";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(653, 403);
|
|
|
+ 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.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // ParamSetForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.groupBox2);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.MaximizeBox = false;
|
|
|
+ this.Name = "ParamSetForm";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "参数设置";
|
|
|
+ this.Load += new System.EventHandler(this.ParamSetForm_Load);
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
+ this.groupBox2.ResumeLayout(false);
|
|
|
+ this.groupBox2.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox2;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.TextBox dataBaseIP;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.TextBox dataBase;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.TextBox passWord;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TextBox userName;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.TextBox connectionTimeOutInterval;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.TextBox modBusQueryInterval;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.TextBox connectionTimeOut;
|
|
|
+ private System.Windows.Forms.CheckBox isHaveModBus;
|
|
|
+ }
|
|
|
+}
|