namespace iWareSda
|
{
|
partial class SdaMainForm
|
{
|
/// <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(SdaMainForm));
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage_Main = new System.Windows.Forms.TabPage();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.button1 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
this.btn_Hide = new System.Windows.Forms.Button();
|
this.btn_Show = new System.Windows.Forms.Button();
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
this.rtbError = new System.Windows.Forms.RichTextBox();
|
this.lbl_Main2 = new System.Windows.Forms.Label();
|
this.lbl_Main1 = new System.Windows.Forms.Label();
|
this.tabPage_Srm1 = new System.Windows.Forms.TabPage();
|
this.tb_Srm1 = new System.Windows.Forms.TextBox();
|
this.tabPage_Conveyer = new System.Windows.Forms.TabPage();
|
this.tb_Conveyer = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.timer1 = new System.Windows.Forms.Timer();
|
this.panel1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
this.tabPage_Main.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.tabPage_Srm1.SuspendLayout();
|
this.tabPage_Conveyer.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// panel1
|
//
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.panel1.Controls.Add(this.tabControl1);
|
this.panel1.Controls.Add(this.label3);
|
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(3, 2, 3, 2);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1092, 759);
|
this.panel1.TabIndex = 1;
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage_Main);
|
this.tabControl1.Controls.Add(this.tabPage_Srm1);
|
this.tabControl1.Controls.Add(this.tabPage_Conveyer);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(1090, 757);
|
this.tabControl1.TabIndex = 20;
|
//
|
// tabPage_Main
|
//
|
this.tabPage_Main.Controls.Add(this.panel2);
|
this.tabPage_Main.Controls.Add(this.progressBar1);
|
this.tabPage_Main.Controls.Add(this.rtbError);
|
this.tabPage_Main.Controls.Add(this.lbl_Main2);
|
this.tabPage_Main.Controls.Add(this.lbl_Main1);
|
this.tabPage_Main.Location = new System.Drawing.Point(4, 25);
|
this.tabPage_Main.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage_Main.Name = "tabPage_Main";
|
this.tabPage_Main.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage_Main.Size = new System.Drawing.Size(1082, 728);
|
this.tabPage_Main.TabIndex = 0;
|
this.tabPage_Main.Text = "主信息";
|
this.tabPage_Main.UseVisualStyleBackColor = true;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.button1);
|
this.panel2.Controls.Add(this.button2);
|
this.panel2.Controls.Add(this.btn_Hide);
|
this.panel2.Controls.Add(this.btn_Show);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel2.Location = new System.Drawing.Point(3, 122);
|
this.panel2.Margin = new System.Windows.Forms.Padding(4);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(1076, 58);
|
this.panel2.TabIndex = 21;
|
//
|
// button1
|
//
|
this.button1.BackColor = System.Drawing.Color.Silver;
|
this.button1.Location = new System.Drawing.Point(607, 8);
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(164, 42);
|
this.button1.TabIndex = 3;
|
this.button1.Text = "隐藏实时Conveyer的PLC值";
|
this.button1.UseVisualStyleBackColor = false;
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
//
|
// button2
|
//
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
this.button2.Location = new System.Drawing.Point(417, 8);
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(164, 42);
|
this.button2.TabIndex = 2;
|
this.button2.Text = "显示实时Conveyer的PLC值";
|
this.button2.UseVisualStyleBackColor = false;
|
this.button2.Click += new System.EventHandler(this.button2_Click_1);
|
//
|
// btn_Hide
|
//
|
this.btn_Hide.BackColor = System.Drawing.Color.Silver;
|
this.btn_Hide.Location = new System.Drawing.Point(231, 8);
|
this.btn_Hide.Margin = new System.Windows.Forms.Padding(4);
|
this.btn_Hide.Name = "btn_Hide";
|
this.btn_Hide.Size = new System.Drawing.Size(164, 42);
|
this.btn_Hide.TabIndex = 1;
|
this.btn_Hide.Text = "隐藏实时堆垛机PLC值";
|
this.btn_Hide.UseVisualStyleBackColor = false;
|
this.btn_Hide.Click += new System.EventHandler(this.btn_Hide_Click);
|
//
|
// btn_Show
|
//
|
this.btn_Show.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
this.btn_Show.Location = new System.Drawing.Point(41, 8);
|
this.btn_Show.Margin = new System.Windows.Forms.Padding(4);
|
this.btn_Show.Name = "btn_Show";
|
this.btn_Show.Size = new System.Drawing.Size(164, 42);
|
this.btn_Show.TabIndex = 0;
|
this.btn_Show.Text = "显示实时堆垛机PLC值";
|
this.btn_Show.UseVisualStyleBackColor = false;
|
this.btn_Show.Click += new System.EventHandler(this.btn_Show_Click);
|
//
|
// progressBar1
|
//
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.progressBar1.Location = new System.Drawing.Point(3, 697);
|
this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
|
this.progressBar1.Name = "progressBar1";
|
this.progressBar1.Size = new System.Drawing.Size(1076, 29);
|
this.progressBar1.Step = 5;
|
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
this.progressBar1.TabIndex = 20;
|
//
|
// rtbError
|
//
|
this.rtbError.BackColor = System.Drawing.Color.White;
|
this.rtbError.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.rtbError.ForeColor = System.Drawing.Color.Red;
|
this.rtbError.Location = new System.Drawing.Point(3, 292);
|
this.rtbError.Margin = new System.Windows.Forms.Padding(5);
|
this.rtbError.Name = "rtbError";
|
this.rtbError.ReadOnly = true;
|
this.rtbError.Size = new System.Drawing.Size(1073, 429);
|
this.rtbError.TabIndex = 18;
|
this.rtbError.Text = "";
|
//
|
// lbl_Main2
|
//
|
this.lbl_Main2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.lbl_Main2.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbl_Main2.ForeColor = System.Drawing.Color.Maroon;
|
this.lbl_Main2.Location = new System.Drawing.Point(3, 64);
|
this.lbl_Main2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.lbl_Main2.Name = "lbl_Main2";
|
this.lbl_Main2.Size = new System.Drawing.Size(1076, 58);
|
this.lbl_Main2.TabIndex = 17;
|
this.lbl_Main2.Text = "请勿关闭!";
|
this.lbl_Main2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lbl_Main1
|
//
|
this.lbl_Main1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.lbl_Main1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbl_Main1.ForeColor = System.Drawing.Color.Maroon;
|
this.lbl_Main1.Location = new System.Drawing.Point(3, 2);
|
this.lbl_Main1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.lbl_Main1.Name = "lbl_Main1";
|
this.lbl_Main1.Size = new System.Drawing.Size(1076, 62);
|
this.lbl_Main1.TabIndex = 16;
|
this.lbl_Main1.Text = "青汽立体库数据访问服务";
|
this.lbl_Main1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tabPage_Srm1
|
//
|
this.tabPage_Srm1.Controls.Add(this.tb_Srm1);
|
this.tabPage_Srm1.Location = new System.Drawing.Point(4, 25);
|
this.tabPage_Srm1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage_Srm1.Name = "tabPage_Srm1";
|
this.tabPage_Srm1.Size = new System.Drawing.Size(1082, 728);
|
this.tabPage_Srm1.TabIndex = 2;
|
this.tabPage_Srm1.Text = "堆垛机";
|
this.tabPage_Srm1.UseVisualStyleBackColor = true;
|
//
|
// tb_Srm1
|
//
|
this.tb_Srm1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tb_Srm1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold);
|
this.tb_Srm1.Location = new System.Drawing.Point(0, 0);
|
this.tb_Srm1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tb_Srm1.Multiline = true;
|
this.tb_Srm1.Name = "tb_Srm1";
|
this.tb_Srm1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.tb_Srm1.Size = new System.Drawing.Size(1082, 728);
|
this.tb_Srm1.TabIndex = 1;
|
//
|
// tabPage_Conveyer
|
//
|
this.tabPage_Conveyer.Controls.Add(this.tb_Conveyer);
|
this.tabPage_Conveyer.Location = new System.Drawing.Point(4, 25);
|
this.tabPage_Conveyer.Margin = new System.Windows.Forms.Padding(4);
|
this.tabPage_Conveyer.Name = "tabPage_Conveyer";
|
this.tabPage_Conveyer.Size = new System.Drawing.Size(1082, 728);
|
this.tabPage_Conveyer.TabIndex = 3;
|
this.tabPage_Conveyer.Text = "输送线";
|
this.tabPage_Conveyer.UseVisualStyleBackColor = true;
|
//
|
// tb_Conveyer
|
//
|
this.tb_Conveyer.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tb_Conveyer.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold);
|
this.tb_Conveyer.Location = new System.Drawing.Point(0, 0);
|
this.tb_Conveyer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tb_Conveyer.Multiline = true;
|
this.tb_Conveyer.Name = "tb_Conveyer";
|
this.tb_Conveyer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.tb_Conveyer.Size = new System.Drawing.Size(1082, 728);
|
this.tb_Conveyer.TabIndex = 2;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(15, 230);
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label3.MaximumSize = new System.Drawing.Size(547, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(0, 15);
|
this.label3.TabIndex = 18;
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// SdaMainForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.Color.White;
|
this.ClientSize = new System.Drawing.Size(1092, 759);
|
this.Controls.Add(this.panel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.MaximizeBox = false;
|
this.Name = "SdaMainForm";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "青汽立体库数据访问服务";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage_Main.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.tabPage_Srm1.ResumeLayout(false);
|
this.tabPage_Srm1.PerformLayout();
|
this.tabPage_Conveyer.ResumeLayout(false);
|
this.tabPage_Conveyer.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage_Main;
|
private System.Windows.Forms.ProgressBar progressBar1;
|
private System.Windows.Forms.RichTextBox rtbError;
|
private System.Windows.Forms.Label lbl_Main2;
|
private System.Windows.Forms.Label lbl_Main1;
|
private System.Windows.Forms.TabPage tabPage_Srm1;
|
private System.Windows.Forms.TextBox tb_Srm1;
|
private System.Windows.Forms.TabPage tabPage_Conveyer;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Button btn_Show;
|
private System.Windows.Forms.Button btn_Hide;
|
private System.Windows.Forms.TextBox tb_Conveyer;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button button2;
|
}
|
}
|