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.
177 lines
8.5 KiB
177 lines
8.5 KiB
namespace XS_HttpServer_LR
|
|
{
|
|
partial class XS_HttpServerToLR
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XS_HttpServerToLR));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.btn_UpCon = new System.Windows.Forms.Button();
|
|
this.btn_Query = new System.Windows.Forms.Button();
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.btn_StartOrStop = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.pDisplay = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.checkBox1);
|
|
this.panel1.Controls.Add(this.btn_UpCon);
|
|
this.panel1.Controls.Add(this.btn_Query);
|
|
this.panel1.Controls.Add(this.btnReset);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.btn_StartOrStop);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(2, 3);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1036, 35);
|
|
this.panel1.TabIndex = 221;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(357, 10);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(74, 17);
|
|
this.checkBox1.TabIndex = 225;
|
|
this.checkBox1.Text = "反馈显示";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
|
|
//
|
|
// btn_UpCon
|
|
//
|
|
this.btn_UpCon.Location = new System.Drawing.Point(286, 3);
|
|
this.btn_UpCon.Name = "btn_UpCon";
|
|
this.btn_UpCon.Size = new System.Drawing.Size(64, 27);
|
|
this.btn_UpCon.TabIndex = 224;
|
|
this.btn_UpCon.Text = "连接配置";
|
|
this.btn_UpCon.UseVisualStyleBackColor = true;
|
|
this.btn_UpCon.Click += new System.EventHandler(this.Btn_UpCon_Click);
|
|
//
|
|
// btn_Query
|
|
//
|
|
this.btn_Query.Location = new System.Drawing.Point(147, 3);
|
|
this.btn_Query.Name = "btn_Query";
|
|
this.btn_Query.Size = new System.Drawing.Size(64, 27);
|
|
this.btn_Query.TabIndex = 223;
|
|
this.btn_Query.Text = "日志回顾";
|
|
this.btn_Query.UseVisualStyleBackColor = true;
|
|
this.btn_Query.Click += new System.EventHandler(this.Btn_Query_Click);
|
|
//
|
|
// btnReset
|
|
//
|
|
this.btnReset.Location = new System.Drawing.Point(77, 3);
|
|
this.btnReset.Name = "btnReset";
|
|
this.btnReset.Size = new System.Drawing.Size(64, 27);
|
|
this.btnReset.TabIndex = 222;
|
|
this.btnReset.Text = "清除数据";
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
this.btnReset.Click += new System.EventHandler(this.BtnReset_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(217, 3);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(64, 27);
|
|
this.button2.TabIndex = 221;
|
|
this.button2.Text = "启动上传";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.Button2_Click);
|
|
//
|
|
// btn_StartOrStop
|
|
//
|
|
this.btn_StartOrStop.Location = new System.Drawing.Point(8, 3);
|
|
this.btn_StartOrStop.Name = "btn_StartOrStop";
|
|
this.btn_StartOrStop.Size = new System.Drawing.Size(64, 27);
|
|
this.btn_StartOrStop.TabIndex = 220;
|
|
this.btn_StartOrStop.Text = "启动接口";
|
|
this.btn_StartOrStop.UseVisualStyleBackColor = true;
|
|
this.btn_StartOrStop.Click += new System.EventHandler(this.Btn_StartOrStop_Click);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.pDisplay, 0, 1);
|
|
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(2, 3, 2, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1040, 545);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// pDisplay
|
|
//
|
|
this.pDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pDisplay.Location = new System.Drawing.Point(2, 44);
|
|
this.pDisplay.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
this.pDisplay.Name = "pDisplay";
|
|
this.pDisplay.Size = new System.Drawing.Size(1036, 498);
|
|
this.pDisplay.TabIndex = 222;
|
|
//
|
|
// XS_HttpServerToLR
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(1040, 545);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
this.Name = "XS_HttpServerToLR";
|
|
this.Text = "WMS&WCS接口交互";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.XS_HttpServerToLR_FormClosing);
|
|
this.Load += new System.EventHandler(this.XS_HttpServerToLR_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btn_UpCon;
|
|
private System.Windows.Forms.Button btn_Query;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button btn_StartOrStop;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel pDisplay;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
}
|
|
}
|