namespace MQTT_WinformV1
{
partial class FormDataZF
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.txtLUploadPL = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBoxLog = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtMesDB = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtMesPort = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtUser = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtDBName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtPort = new System.Windows.Forms.TextBox();
this.LPort = new System.Windows.Forms.Label();
this.txtMesIP = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtIP = new System.Windows.Forms.TextBox();
this.LIP = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
//
// txtLUploadPL
//
this.txtLUploadPL.Location = new System.Drawing.Point(161, 24);
this.txtLUploadPL.Name = "txtLUploadPL";
this.txtLUploadPL.Size = new System.Drawing.Size(128, 25);
this.txtLUploadPL.TabIndex = 12;
this.txtLUploadPL.Text = "10";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(27, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(128, 17);
this.label2.TabIndex = 11;
this.label2.Text = "上传频率(分):";
//
// textBoxLog
//
this.textBoxLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxLog.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.textBoxLog.Location = new System.Drawing.Point(0, 331);
this.textBoxLog.Multiline = true;
this.textBoxLog.Name = "textBoxLog";
this.textBoxLog.ReadOnly = true;
this.textBoxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxLog.Size = new System.Drawing.Size(1337, 307);
this.textBoxLog.TabIndex = 13;
//
// button1
//
this.button1.Location = new System.Drawing.Point(318, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(125, 39);
this.button1.TabIndex = 14;
this.button1.Text = "变更上传频率";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.groupBox1.Controls.Add(this.txtMesDB);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtMesPort);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txtPwd);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txtUser);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtDBName);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtPort);
this.groupBox1.Controls.Add(this.LPort);
this.groupBox1.Controls.Add(this.txtMesIP);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtIP);
this.groupBox1.Controls.Add(this.LIP);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(0, 64);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1337, 243);
this.groupBox1.TabIndex = 15;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "数据库配置";
//
// txtMesDB
//
this.txtMesDB.Location = new System.Drawing.Point(798, 138);
this.txtMesDB.Name = "txtMesDB";
this.txtMesDB.ReadOnly = true;
this.txtMesDB.Size = new System.Drawing.Size(293, 25);
this.txtMesDB.TabIndex = 17;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(725, 141);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(67, 15);
this.label10.TabIndex = 16;
this.label10.Text = "数据库:";
//
// txtMesPort
//
this.txtMesPort.Location = new System.Drawing.Point(798, 98);
this.txtMesPort.Name = "txtMesPort";
this.txtMesPort.ReadOnly = true;
this.txtMesPort.Size = new System.Drawing.Size(293, 25);
this.txtMesPort.TabIndex = 15;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(725, 101);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(67, 15);
this.label11.TabIndex = 14;
this.label11.Text = "端口号:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(124, 213);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(484, 25);
this.txtPwd.TabIndex = 13;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(51, 216);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(52, 15);
this.label9.TabIndex = 12;
this.label9.Text = "密码:";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(124, 179);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(484, 25);
this.txtUser.TabIndex = 11;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(51, 182);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(52, 15);
this.label8.TabIndex = 10;
this.label8.Text = "用户:";
//
// txtDBName
//
this.txtDBName.Location = new System.Drawing.Point(124, 138);
this.txtDBName.Name = "txtDBName";
this.txtDBName.Size = new System.Drawing.Size(484, 25);
this.txtDBName.TabIndex = 9;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(51, 141);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(67, 15);
this.label7.TabIndex = 8;
this.label7.Text = "数据库:";
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(124, 98);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(484, 25);
this.txtPort.TabIndex = 7;
//
// LPort
//
this.LPort.AutoSize = true;
this.LPort.Location = new System.Drawing.Point(51, 101);
this.LPort.Name = "LPort";
this.LPort.Size = new System.Drawing.Size(67, 15);
this.LPort.TabIndex = 6;
this.LPort.Text = "端口号:";
//
// txtMesIP
//
this.txtMesIP.Location = new System.Drawing.Point(798, 57);
this.txtMesIP.Name = "txtMesIP";
this.txtMesIP.ReadOnly = true;
this.txtMesIP.Size = new System.Drawing.Size(293, 25);
this.txtMesIP.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(725, 60);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(31, 15);
this.label5.TabIndex = 4;
this.label5.Text = "IP:";
//
// txtIP
//
this.txtIP.Location = new System.Drawing.Point(124, 57);
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(484, 25);
this.txtIP.TabIndex = 3;
//
// LIP
//
this.LIP.AutoSize = true;
this.LIP.Location = new System.Drawing.Point(51, 60);
this.LIP.Name = "LIP";
this.LIP.Size = new System.Drawing.Size(31, 15);
this.LIP.TabIndex = 2;
this.LIP.Text = "IP:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(725, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 18);
this.label3.TabIndex = 1;
this.label3.Text = "MES数据库";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(48, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 18);
this.label1.TabIndex = 0;
this.label1.Text = "本地数据库";
//
// button2
//
this.button2.Location = new System.Drawing.Point(467, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(141, 39);
this.button2.TabIndex = 16;
this.button2.Text = "测试数据库连接";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(-3, 310);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(134, 18);
this.label4.TabIndex = 17;
this.label4.Text = "数据上传日志:";
//
// FormDataZF
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1349, 642);
this.Controls.Add(this.label4);
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBoxLog);
this.Controls.Add(this.txtLUploadPL);
this.Controls.Add(this.label2);
this.Name = "FormDataZF";
this.Text = "数据转发";
this.Load += new System.EventHandler(this.FormDataZF_Load);
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.TextBox txtLUploadPL;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxLog;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.BindingSource bindingSource1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Label LPort;
private System.Windows.Forms.TextBox txtMesIP;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtIP;
private System.Windows.Forms.Label LIP;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtDBName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtMesDB;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtMesPort;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label4;
}
}