namespace UAS_MES_NEW.Make
{
partial class Make_Humiture
{
///
/// 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.MsgBox = new System.Windows.Forms.TableLayoutPanel();
this.TopBox = new System.Windows.Forms.Panel();
this.onStart = new System.Windows.Forms.Button();
this.timeVal = new System.Windows.Forms.TextBox();
this.IpPortUrlVal = new System.Windows.Forms.TextBox();
this.timeLab = new System.Windows.Forms.Label();
this.IpPortUrlLab = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.Msg4 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.Msg2 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.Msg3 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.Msg1 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.timeLab1 = new System.Windows.Forms.Label();
this.claerBtn = new System.Windows.Forms.Button();
this.MsgBox.SuspendLayout();
this.TopBox.SuspendLayout();
this.SuspendLayout();
//
// MsgBox
//
this.MsgBox.ColumnCount = 2;
this.MsgBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.MsgBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.MsgBox.Controls.Add(this.Msg4, 1, 1);
this.MsgBox.Controls.Add(this.Msg2, 1, 0);
this.MsgBox.Controls.Add(this.Msg3, 0, 1);
this.MsgBox.Controls.Add(this.Msg1, 0, 0);
this.MsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.MsgBox.Location = new System.Drawing.Point(0, 252);
this.MsgBox.Name = "MsgBox";
this.MsgBox.RowCount = 2;
this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.85185F));
this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.14815F));
this.MsgBox.Size = new System.Drawing.Size(1280, 468);
this.MsgBox.TabIndex = 9;
//
// TopBox
//
this.TopBox.Controls.Add(this.claerBtn);
this.TopBox.Controls.Add(this.timeLab1);
this.TopBox.Controls.Add(this.onStart);
this.TopBox.Controls.Add(this.timeVal);
this.TopBox.Controls.Add(this.IpPortUrlVal);
this.TopBox.Controls.Add(this.timeLab);
this.TopBox.Controls.Add(this.IpPortUrlLab);
this.TopBox.Dock = System.Windows.Forms.DockStyle.Top;
this.TopBox.Location = new System.Drawing.Point(0, 0);
this.TopBox.Name = "TopBox";
this.TopBox.Size = new System.Drawing.Size(1280, 252);
this.TopBox.TabIndex = 10;
//
// onStart
//
this.onStart.Cursor = System.Windows.Forms.Cursors.Hand;
this.onStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.onStart.Location = new System.Drawing.Point(388, 174);
this.onStart.Name = "onStart";
this.onStart.Size = new System.Drawing.Size(120, 35);
this.onStart.TabIndex = 9;
this.onStart.Text = "开启获取";
this.onStart.UseVisualStyleBackColor = true;
this.onStart.Click += new System.EventHandler(this.onStart_Click);
//
// timeVal
//
this.timeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeVal.Location = new System.Drawing.Point(155, 115);
this.timeVal.Name = "timeVal";
this.timeVal.Size = new System.Drawing.Size(65, 31);
this.timeVal.TabIndex = 2;
//
// IpPortUrlVal
//
this.IpPortUrlVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.IpPortUrlVal.Location = new System.Drawing.Point(155, 62);
this.IpPortUrlVal.Name = "IpPortUrlVal";
this.IpPortUrlVal.Size = new System.Drawing.Size(355, 31);
this.IpPortUrlVal.TabIndex = 0;
//
// timeLab
//
this.timeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeLab.Location = new System.Drawing.Point(103, 114);
this.timeLab.Name = "timeLab";
this.timeLab.Size = new System.Drawing.Size(59, 28);
this.timeLab.TabIndex = 3;
this.timeLab.Text = "时间:";
//
// IpPortUrlLab
//
this.IpPortUrlLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.IpPortUrlLab.Location = new System.Drawing.Point(61, 65);
this.IpPortUrlLab.Name = "IpPortUrlLab";
this.IpPortUrlLab.Size = new System.Drawing.Size(101, 28);
this.IpPortUrlLab.TabIndex = 1;
this.IpPortUrlLab.Text = "请求地址:";
//
// timer1
//
this.timer1.Interval = 60000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Msg4
//
this.Msg4.Dock = System.Windows.Forms.DockStyle.Fill;
this.Msg4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Msg4.Location = new System.Drawing.Point(644, 246);
this.Msg4.Margin = new System.Windows.Forms.Padding(4);
this.Msg4.Name = "Msg4";
this.Msg4.Size = new System.Drawing.Size(632, 218);
this.Msg4.TabIndex = 56;
this.Msg4.Text = "";
//
// Msg2
//
this.Msg2.Dock = System.Windows.Forms.DockStyle.Fill;
this.Msg2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Msg2.Location = new System.Drawing.Point(644, 4);
this.Msg2.Margin = new System.Windows.Forms.Padding(4);
this.Msg2.Name = "Msg2";
this.Msg2.Size = new System.Drawing.Size(632, 234);
this.Msg2.TabIndex = 55;
this.Msg2.Text = "";
//
// Msg3
//
this.Msg3.Dock = System.Windows.Forms.DockStyle.Fill;
this.Msg3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Msg3.Location = new System.Drawing.Point(4, 246);
this.Msg3.Margin = new System.Windows.Forms.Padding(4);
this.Msg3.Name = "Msg3";
this.Msg3.Size = new System.Drawing.Size(632, 218);
this.Msg3.TabIndex = 54;
this.Msg3.Text = "";
//
// Msg1
//
this.Msg1.Dock = System.Windows.Forms.DockStyle.Fill;
this.Msg1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Msg1.Location = new System.Drawing.Point(4, 4);
this.Msg1.Margin = new System.Windows.Forms.Padding(4);
this.Msg1.Name = "Msg1";
this.Msg1.Size = new System.Drawing.Size(632, 234);
this.Msg1.TabIndex = 53;
this.Msg1.Text = "";
//
// timeLab1
//
this.timeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeLab1.Location = new System.Drawing.Point(222, 114);
this.timeLab1.Name = "timeLab1";
this.timeLab1.Size = new System.Drawing.Size(59, 28);
this.timeLab1.TabIndex = 10;
this.timeLab1.Text = "分钟";
//
// claerBtn
//
this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.claerBtn.Location = new System.Drawing.Point(244, 174);
this.claerBtn.Name = "claerBtn";
this.claerBtn.Size = new System.Drawing.Size(120, 35);
this.claerBtn.TabIndex = 11;
this.claerBtn.Text = "清除提示";
this.claerBtn.UseVisualStyleBackColor = true;
this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
//
// Make_Humiture
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1280, 720);
this.Controls.Add(this.MsgBox);
this.Controls.Add(this.TopBox);
this.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Make_Humiture";
this.Text = "Make_Humiture";
this.Load += new System.EventHandler(this.Make_Humiture_Load);
this.MsgBox.ResumeLayout(false);
this.TopBox.ResumeLayout(false);
this.TopBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel MsgBox;
private CustomControl.RichText.RichTextAutoBottom Msg3;
private CustomControl.RichText.RichTextAutoBottom Msg1;
private System.Windows.Forms.Panel TopBox;
private CustomControl.RichText.RichTextAutoBottom Msg4;
private CustomControl.RichText.RichTextAutoBottom Msg2;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label IpPortUrlLab;
private System.Windows.Forms.TextBox IpPortUrlVal;
private System.Windows.Forms.Label timeLab;
private System.Windows.Forms.TextBox timeVal;
private System.Windows.Forms.Button onStart;
private System.Windows.Forms.Label timeLab1;
private System.Windows.Forms.Button claerBtn;
}
}