| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_BodyTest
- {
- /// <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.components = new System.ComponentModel.Container();
- this.MsgBox = new System.Windows.Forms.TableLayoutPanel();
- this.TopBox = new System.Windows.Forms.Panel();
- this.ketVal = new System.Windows.Forms.TextBox();
- this.ketLab = new System.Windows.Forms.Label();
- this.claerBtn = new System.Windows.Forms.Button();
- this.onStart = new System.Windows.Forms.Button();
- this.IpPortUrlVal = new System.Windows.Forms.TextBox();
- this.IpPortUrlLab = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.Msg1 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.workTimeVal1 = new System.Windows.Forms.DateTimePicker();
- this.workTimeLab1 = new System.Windows.Forms.Label();
- this.workTimeVal2 = new System.Windows.Forms.DateTimePicker();
- this.workTimeLab2 = new System.Windows.Forms.Label();
- this.workTimeVal4 = new System.Windows.Forms.DateTimePicker();
- this.workTimeLab4 = new System.Windows.Forms.Label();
- this.workTimeVal3 = new System.Windows.Forms.DateTimePicker();
- this.workTimeLab3 = new System.Windows.Forms.Label();
- 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.Msg1, 1, 0);
- this.MsgBox.Controls.Add(this.TopBox, 0, 0);
- this.MsgBox.Dock = System.Windows.Forms.DockStyle.Top;
- this.MsgBox.Location = new System.Drawing.Point(0, 0);
- this.MsgBox.Name = "MsgBox";
- this.MsgBox.RowCount = 1;
- this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.MsgBox.Size = new System.Drawing.Size(1280, 253);
- this.MsgBox.TabIndex = 9;
- //
- // TopBox
- //
- this.TopBox.Controls.Add(this.workTimeVal4);
- this.TopBox.Controls.Add(this.workTimeLab4);
- this.TopBox.Controls.Add(this.workTimeVal3);
- this.TopBox.Controls.Add(this.workTimeLab3);
- this.TopBox.Controls.Add(this.workTimeVal2);
- this.TopBox.Controls.Add(this.workTimeLab2);
- this.TopBox.Controls.Add(this.workTimeVal1);
- this.TopBox.Controls.Add(this.workTimeLab1);
- this.TopBox.Controls.Add(this.ketVal);
- this.TopBox.Controls.Add(this.ketLab);
- this.TopBox.Controls.Add(this.claerBtn);
- this.TopBox.Controls.Add(this.onStart);
- this.TopBox.Controls.Add(this.IpPortUrlVal);
- this.TopBox.Controls.Add(this.IpPortUrlLab);
- this.TopBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TopBox.Location = new System.Drawing.Point(3, 3);
- this.TopBox.Name = "TopBox";
- this.TopBox.Size = new System.Drawing.Size(634, 247);
- this.TopBox.TabIndex = 10;
- //
- // ketVal
- //
- this.ketVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ketVal.Location = new System.Drawing.Point(147, 63);
- this.ketVal.Name = "ketVal";
- this.ketVal.Size = new System.Drawing.Size(305, 31);
- this.ketVal.TabIndex = 12;
- //
- // ketLab
- //
- this.ketLab.AutoSize = true;
- this.ketLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ketLab.Location = new System.Drawing.Point(86, 63);
- this.ketLab.Name = "ketLab";
- this.ketLab.Size = new System.Drawing.Size(59, 28);
- this.ketLab.TabIndex = 13;
- this.ketLab.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(285, 195);
- 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);
- //
- // 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(429, 195);
- 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);
- //
- // 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(147, 17);
- this.IpPortUrlVal.Name = "IpPortUrlVal";
- this.IpPortUrlVal.Size = new System.Drawing.Size(355, 31);
- this.IpPortUrlVal.TabIndex = 0;
- //
- // IpPortUrlLab
- //
- this.IpPortUrlLab.AutoSize = true;
- 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(57, 20);
- 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);
- //
- // 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(644, 4);
- this.Msg1.Margin = new System.Windows.Forms.Padding(4);
- this.Msg1.Name = "Msg1";
- this.Msg1.Size = new System.Drawing.Size(632, 245);
- this.Msg1.TabIndex = 53;
- this.Msg1.Text = "";
- //
- // workTimeVal1
- //
- this.workTimeVal1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.workTimeVal1.CustomFormat = "hh:mm";
- this.workTimeVal1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.workTimeVal1.Location = new System.Drawing.Point(147, 108);
- this.workTimeVal1.Name = "workTimeVal1";
- this.workTimeVal1.ShowUpDown = true;
- this.workTimeVal1.Size = new System.Drawing.Size(131, 31);
- this.workTimeVal1.TabIndex = 14;
- this.workTimeVal1.TabStop = false;
- this.workTimeVal1.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
- //
- // workTimeLab1
- //
- this.workTimeLab1.AutoSize = true;
- this.workTimeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeLab1.Location = new System.Drawing.Point(57, 108);
- this.workTimeLab1.Name = "workTimeLab1";
- this.workTimeLab1.Size = new System.Drawing.Size(101, 28);
- this.workTimeLab1.TabIndex = 15;
- this.workTimeLab1.Text = "上班时间:";
- //
- // workTimeVal2
- //
- this.workTimeVal2.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.workTimeVal2.CustomFormat = "hh:mm";
- this.workTimeVal2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal2.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.workTimeVal2.Location = new System.Drawing.Point(147, 153);
- this.workTimeVal2.Name = "workTimeVal2";
- this.workTimeVal2.ShowUpDown = true;
- this.workTimeVal2.Size = new System.Drawing.Size(131, 31);
- this.workTimeVal2.TabIndex = 16;
- this.workTimeVal2.TabStop = false;
- this.workTimeVal2.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
- //
- // workTimeLab2
- //
- this.workTimeLab2.AutoSize = true;
- this.workTimeLab2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeLab2.Location = new System.Drawing.Point(57, 153);
- this.workTimeLab2.Name = "workTimeLab2";
- this.workTimeLab2.Size = new System.Drawing.Size(101, 28);
- this.workTimeLab2.TabIndex = 17;
- this.workTimeLab2.Text = "上班时间:";
- //
- // workTimeVal4
- //
- this.workTimeVal4.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.workTimeVal4.CustomFormat = "hh:mm";
- this.workTimeVal4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal4.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.workTimeVal4.Location = new System.Drawing.Point(388, 153);
- this.workTimeVal4.Name = "workTimeVal4";
- this.workTimeVal4.ShowUpDown = true;
- this.workTimeVal4.Size = new System.Drawing.Size(131, 31);
- this.workTimeVal4.TabIndex = 20;
- this.workTimeVal4.TabStop = false;
- this.workTimeVal4.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
- //
- // workTimeLab4
- //
- this.workTimeLab4.AutoSize = true;
- this.workTimeLab4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeLab4.Location = new System.Drawing.Point(298, 153);
- this.workTimeLab4.Name = "workTimeLab4";
- this.workTimeLab4.Size = new System.Drawing.Size(101, 28);
- this.workTimeLab4.TabIndex = 21;
- this.workTimeLab4.Text = "下班时间:";
- //
- // workTimeVal3
- //
- this.workTimeVal3.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.workTimeVal3.CustomFormat = "hh:mm";
- this.workTimeVal3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeVal3.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.workTimeVal3.Location = new System.Drawing.Point(388, 108);
- this.workTimeVal3.Name = "workTimeVal3";
- this.workTimeVal3.ShowUpDown = true;
- this.workTimeVal3.Size = new System.Drawing.Size(131, 31);
- this.workTimeVal3.TabIndex = 18;
- this.workTimeVal3.TabStop = false;
- this.workTimeVal3.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
- //
- // workTimeLab3
- //
- this.workTimeLab3.AutoSize = true;
- this.workTimeLab3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workTimeLab3.Location = new System.Drawing.Point(298, 108);
- this.workTimeLab3.Name = "workTimeLab3";
- this.workTimeLab3.Size = new System.Drawing.Size(101, 28);
- this.workTimeLab3.TabIndex = 19;
- this.workTimeLab3.Text = "下班时间:";
- //
- // Make_BodyTest
- //
- 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.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_BodyTest";
- 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 System.Windows.Forms.Panel TopBox;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label IpPortUrlLab;
- private System.Windows.Forms.TextBox IpPortUrlVal;
- private System.Windows.Forms.Button onStart;
- private System.Windows.Forms.Button claerBtn;
- private System.Windows.Forms.TextBox ketVal;
- private System.Windows.Forms.Label ketLab;
- private CustomControl.RichText.RichTextAutoBottom Msg1;
- private System.Windows.Forms.DateTimePicker workTimeVal1;
- private System.Windows.Forms.Label workTimeLab1;
- private System.Windows.Forms.DateTimePicker workTimeVal2;
- private System.Windows.Forms.Label workTimeLab2;
- private System.Windows.Forms.DateTimePicker workTimeVal4;
- private System.Windows.Forms.Label workTimeLab4;
- private System.Windows.Forms.DateTimePicker workTimeVal3;
- private System.Windows.Forms.Label workTimeLab3;
- }
- }
|