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.
281 lines
13 KiB
281 lines
13 KiB
namespace XS_HttpServer_LR
|
|
{
|
|
partial class XS_HttpServerToART
|
|
{
|
|
/// <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_HttpServerToART));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.btn_dataQuery = new System.Windows.Forms.Button();
|
|
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.button3);
|
|
this.panel1.Controls.Add(this.textBox2);
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.checkBox3);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.checkBox2);
|
|
this.panel1.Controls.Add(this.btn_dataQuery);
|
|
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, 32);
|
|
this.panel1.TabIndex = 221;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(982, 4);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(51, 23);
|
|
this.button3.TabIndex = 234;
|
|
this.button3.Text = "移库";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Visible = false;
|
|
this.button3.Click += new System.EventHandler(this.Button3_Click);
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(913, 5);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(63, 21);
|
|
this.textBox2.TabIndex = 232;
|
|
this.textBox2.Text = "04-02-01";
|
|
this.textBox2.Visible = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(797, 5);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(63, 21);
|
|
this.textBox1.TabIndex = 231;
|
|
this.textBox1.Text = "04-02-01";
|
|
this.textBox1.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(866, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 230;
|
|
this.label2.Text = "终到位";
|
|
this.label2.Visible = false;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(672, 7);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(72, 16);
|
|
this.checkBox3.TabIndex = 229;
|
|
this.checkBox3.Text = "是否移库";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
this.checkBox3.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(750, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 228;
|
|
this.label1.Text = "起始位";
|
|
this.label1.Visible = false;
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(500, 7);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(96, 16);
|
|
this.checkBox2.TabIndex = 227;
|
|
this.checkBox2.Text = "停止满垛上报";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn_dataQuery
|
|
//
|
|
this.btn_dataQuery.Location = new System.Drawing.Point(215, 3);
|
|
this.btn_dataQuery.Name = "btn_dataQuery";
|
|
this.btn_dataQuery.Size = new System.Drawing.Size(64, 25);
|
|
this.btn_dataQuery.TabIndex = 226;
|
|
this.btn_dataQuery.Text = "日志查询";
|
|
this.btn_dataQuery.UseVisualStyleBackColor = true;
|
|
this.btn_dataQuery.Click += new System.EventHandler(this.Btn_dataQuery_Click);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(422, 7);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(72, 16);
|
|
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(353, 3);
|
|
this.btn_UpCon.Name = "btn_UpCon";
|
|
this.btn_UpCon.Size = new System.Drawing.Size(64, 25);
|
|
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(146, 3);
|
|
this.btn_Query.Name = "btn_Query";
|
|
this.btn_Query.Size = new System.Drawing.Size(64, 25);
|
|
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, 25);
|
|
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(284, 3);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(64, 25);
|
|
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, 25);
|
|
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, 38F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1040, 503);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// pDisplay
|
|
//
|
|
this.pDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pDisplay.Location = new System.Drawing.Point(2, 41);
|
|
this.pDisplay.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
this.pDisplay.Name = "pDisplay";
|
|
this.pDisplay.Size = new System.Drawing.Size(1036, 459);
|
|
this.pDisplay.TabIndex = 222;
|
|
//
|
|
// XS_HttpServerToART
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(1040, 503);
|
|
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_HttpServerToART";
|
|
this.Text = "接口交互";
|
|
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;
|
|
private System.Windows.Forms.Button btn_dataQuery;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|