You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
396 lines
20 KiB
396 lines
20 KiB
namespace XS_HttpServer_LR
|
|
{
|
|
partial class FrmSetConfig
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.txt_upTime = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.txt_sys_ReceiveUrl = new System.Windows.Forms.TextBox();
|
|
this.txt_sys_RequestUrl = new System.Windows.Forms.TextBox();
|
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
|
this.btn_Save = new System.Windows.Forms.Button();
|
|
this.btn_test = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txt_conn_Type = new System.Windows.Forms.TextBox();
|
|
this.txt_conn_DBUserName = new System.Windows.Forms.TextBox();
|
|
this.txt_conn_DBUrl = new System.Windows.Forms.TextBox();
|
|
this.txt_conn_DBName = new System.Windows.Forms.TextBox();
|
|
this.txt_conn_DBUserPwd = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(913, 514);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 269F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(913, 514);
|
|
this.tableLayoutPanel1.TabIndex = 22;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label15);
|
|
this.groupBox2.Controls.Add(this.txt_upTime);
|
|
this.groupBox2.Controls.Add(this.label14);
|
|
this.groupBox2.Controls.Add(this.txt_sys_ReceiveUrl);
|
|
this.groupBox2.Controls.Add(this.txt_sys_RequestUrl);
|
|
this.groupBox2.Controls.Add(this.btn_Cancel);
|
|
this.groupBox2.Controls.Add(this.btn_Save);
|
|
this.groupBox2.Controls.Add(this.btn_test);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.groupBox2.Location = new System.Drawing.Point(4, 272);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.groupBox2.Size = new System.Drawing.Size(905, 239);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "系统参数配置:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(405, 136);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(24, 16);
|
|
this.label15.TabIndex = 29;
|
|
this.label15.Text = "秒";
|
|
//
|
|
// txt_upTime
|
|
//
|
|
this.txt_upTime.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_upTime.Location = new System.Drawing.Point(261, 130);
|
|
this.txt_upTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_upTime.Name = "txt_upTime";
|
|
this.txt_upTime.Size = new System.Drawing.Size(137, 26);
|
|
this.txt_upTime.TabIndex = 28;
|
|
this.txt_upTime.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label14.Location = new System.Drawing.Point(69, 136);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(152, 16);
|
|
this.label14.TabIndex = 27;
|
|
this.label14.Text = "上传数据间隔数据:";
|
|
this.label14.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
|
|
//
|
|
// txt_sys_ReceiveUrl
|
|
//
|
|
this.txt_sys_ReceiveUrl.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_sys_ReceiveUrl.Location = new System.Drawing.Point(261, 33);
|
|
this.txt_sys_ReceiveUrl.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_sys_ReceiveUrl.Name = "txt_sys_ReceiveUrl";
|
|
this.txt_sys_ReceiveUrl.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_sys_ReceiveUrl.TabIndex = 9;
|
|
//
|
|
// txt_sys_RequestUrl
|
|
//
|
|
this.txt_sys_RequestUrl.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_sys_RequestUrl.Location = new System.Drawing.Point(261, 79);
|
|
this.txt_sys_RequestUrl.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_sys_RequestUrl.Name = "txt_sys_RequestUrl";
|
|
this.txt_sys_RequestUrl.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_sys_RequestUrl.TabIndex = 11;
|
|
//
|
|
// btn_Cancel
|
|
//
|
|
this.btn_Cancel.Location = new System.Drawing.Point(652, 187);
|
|
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.btn_Cancel.Name = "btn_Cancel";
|
|
this.btn_Cancel.Size = new System.Drawing.Size(121, 35);
|
|
this.btn_Cancel.TabIndex = 24;
|
|
this.btn_Cancel.Text = "取消";
|
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Location = new System.Drawing.Point(457, 187);
|
|
this.btn_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.Size = new System.Drawing.Size(121, 35);
|
|
this.btn_Save.TabIndex = 23;
|
|
this.btn_Save.Text = "保存";
|
|
this.btn_Save.UseVisualStyleBackColor = true;
|
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
|
//
|
|
// btn_test
|
|
//
|
|
this.btn_test.Location = new System.Drawing.Point(261, 187);
|
|
this.btn_test.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.btn_test.Name = "btn_test";
|
|
this.btn_test.Size = new System.Drawing.Size(121, 35);
|
|
this.btn_test.TabIndex = 22;
|
|
this.btn_test.Text = "测试连接";
|
|
this.btn_test.UseVisualStyleBackColor = true;
|
|
this.btn_test.Click += new System.EventHandler(this.btn_test_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label5.Location = new System.Drawing.Point(69, 40);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(152, 16);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "接口接收端口地址:";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label6.Location = new System.Drawing.Point(61, 85);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(160, 16);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "请求上位机WMS地址:";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txt_conn_Type);
|
|
this.groupBox1.Controls.Add(this.txt_conn_DBUserName);
|
|
this.groupBox1.Controls.Add(this.txt_conn_DBUrl);
|
|
this.groupBox1.Controls.Add(this.txt_conn_DBName);
|
|
this.groupBox1.Controls.Add(this.txt_conn_DBUserPwd);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.groupBox1.Location = new System.Drawing.Point(4, 3);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.groupBox1.Size = new System.Drawing.Size(905, 263);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "数据库连接配置:";
|
|
//
|
|
// txt_conn_Type
|
|
//
|
|
this.txt_conn_Type.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_conn_Type.Location = new System.Drawing.Point(261, 33);
|
|
this.txt_conn_Type.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_conn_Type.Name = "txt_conn_Type";
|
|
this.txt_conn_Type.ReadOnly = true;
|
|
this.txt_conn_Type.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_conn_Type.TabIndex = 1;
|
|
//
|
|
// txt_conn_DBUserName
|
|
//
|
|
this.txt_conn_DBUserName.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_conn_DBUserName.Location = new System.Drawing.Point(261, 170);
|
|
this.txt_conn_DBUserName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_conn_DBUserName.Name = "txt_conn_DBUserName";
|
|
this.txt_conn_DBUserName.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_conn_DBUserName.TabIndex = 5;
|
|
//
|
|
// txt_conn_DBUrl
|
|
//
|
|
this.txt_conn_DBUrl.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_conn_DBUrl.Location = new System.Drawing.Point(261, 79);
|
|
this.txt_conn_DBUrl.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_conn_DBUrl.Name = "txt_conn_DBUrl";
|
|
this.txt_conn_DBUrl.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_conn_DBUrl.TabIndex = 9;
|
|
//
|
|
// txt_conn_DBName
|
|
//
|
|
this.txt_conn_DBName.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_conn_DBName.Location = new System.Drawing.Point(261, 125);
|
|
this.txt_conn_DBName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_conn_DBName.Name = "txt_conn_DBName";
|
|
this.txt_conn_DBName.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_conn_DBName.TabIndex = 3;
|
|
//
|
|
// txt_conn_DBUserPwd
|
|
//
|
|
this.txt_conn_DBUserPwd.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.txt_conn_DBUserPwd.Location = new System.Drawing.Point(261, 215);
|
|
this.txt_conn_DBUserPwd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txt_conn_DBUserPwd.Name = "txt_conn_DBUserPwd";
|
|
this.txt_conn_DBUserPwd.PasswordChar = '*';
|
|
this.txt_conn_DBUserPwd.Size = new System.Drawing.Size(625, 26);
|
|
this.txt_conn_DBUserPwd.TabIndex = 7;
|
|
this.txt_conn_DBUserPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_conn_DBUserPwd_KeyDown);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(117, 40);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(104, 16);
|
|
this.label12.TabIndex = 8;
|
|
this.label12.Text = "数据库类型:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label1.Location = new System.Drawing.Point(101, 85);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(120, 16);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "数据库服务器:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label2.Location = new System.Drawing.Point(69, 130);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(152, 16);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "数据库实例名立库:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label3.Location = new System.Drawing.Point(149, 176);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(72, 16);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "用户名:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label4.Location = new System.Drawing.Point(165, 220);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(56, 16);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "密码:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FrmSetConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(913, 514);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.Name = "FrmSetConfig";
|
|
this.Text = "参数配置";
|
|
this.Load += new System.EventHandler(this.FrmSetConfig_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TextBox txt_sys_RequestUrl;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txt_sys_ReceiveUrl;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txt_conn_DBUserPwd;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txt_conn_DBUserName;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txt_conn_DBName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_conn_DBUrl;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btn_Cancel;
|
|
private System.Windows.Forms.Button btn_Save;
|
|
private System.Windows.Forms.Button btn_test;
|
|
private System.Windows.Forms.TextBox txt_conn_Type;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox txt_upTime;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
}
|
|
}
|