123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- namespace HOZProject
- {
- partial class UControl_ParaInfo
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.lblLocation = new System.Windows.Forms.Label();
- this.lblStartTime = new System.Windows.Forms.Label();
- this.lblEndTime = new System.Windows.Forms.Label();
- this.lblState = new System.Windows.Forms.Label();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnClose = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // lblLocation
- //
- this.lblLocation.AutoSize = true;
- this.lblLocation.Font = new System.Drawing.Font("宋体", 10F);
- this.lblLocation.ForeColor = System.Drawing.Color.LightGray;
- this.lblLocation.Location = new System.Drawing.Point(8, 44);
- this.lblLocation.Name = "lblLocation";
- this.lblLocation.Size = new System.Drawing.Size(63, 14);
- this.lblLocation.TabIndex = 0;
- this.lblLocation.Text = "检测位置";
- //
- // lblStartTime
- //
- this.lblStartTime.AutoSize = true;
- this.lblStartTime.Font = new System.Drawing.Font("宋体", 10F);
- this.lblStartTime.ForeColor = System.Drawing.Color.LightGray;
- this.lblStartTime.Location = new System.Drawing.Point(8, 89);
- this.lblStartTime.Name = "lblStartTime";
- this.lblStartTime.Size = new System.Drawing.Size(63, 14);
- this.lblStartTime.TabIndex = 0;
- this.lblStartTime.Text = "开始时间";
- //
- // lblEndTime
- //
- this.lblEndTime.AutoSize = true;
- this.lblEndTime.Font = new System.Drawing.Font("宋体", 10F);
- this.lblEndTime.ForeColor = System.Drawing.Color.LightGray;
- this.lblEndTime.Location = new System.Drawing.Point(8, 120);
- this.lblEndTime.Name = "lblEndTime";
- this.lblEndTime.Size = new System.Drawing.Size(63, 14);
- this.lblEndTime.TabIndex = 0;
- this.lblEndTime.Text = "结束时间";
- //
- // lblState
- //
- this.lblState.AutoSize = true;
- this.lblState.Font = new System.Drawing.Font("宋体", 10F);
- this.lblState.ForeColor = System.Drawing.Color.LightGray;
- this.lblState.Location = new System.Drawing.Point(8, 151);
- this.lblState.Name = "lblState";
- this.lblState.Size = new System.Drawing.Size(63, 14);
- this.lblState.TabIndex = 0;
- this.lblState.Text = "检测结果";
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(9, 9);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(15, 14);
- this.checkBox1.TabIndex = 1;
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(26, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 14);
- this.label1.TabIndex = 0;
- this.label1.Text = "切孔名称";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.btnClose);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.checkBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(312, 30);
- this.panel1.TabIndex = 2;
- //
- // btnClose
- //
- this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnClose.Location = new System.Drawing.Point(284, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(28, 30);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = "X";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.ForeColor = System.Drawing.Color.LightGray;
- this.label2.Location = new System.Drawing.Point(80, 43);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(147, 14);
- this.label2.TabIndex = 3;
- this.label2.Text = "X:65000 Y:50000 Z:20";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 10F);
- this.label3.ForeColor = System.Drawing.Color.LightGray;
- this.label3.Location = new System.Drawing.Point(80, 89);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(119, 14);
- this.label3.TabIndex = 3;
- this.label3.Text = "2020-09-02 12:00";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 10F);
- this.label4.ForeColor = System.Drawing.Color.LightGray;
- this.label4.Location = new System.Drawing.Point(80, 120);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(119, 14);
- this.label4.TabIndex = 3;
- this.label4.Text = "2020-09-02 12:35";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 10F);
- this.label5.ForeColor = System.Drawing.Color.LightGray;
- this.label5.Location = new System.Drawing.Point(80, 151);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 14);
- this.label5.TabIndex = 3;
- this.label5.Text = "完成";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 10F);
- this.label6.ForeColor = System.Drawing.Color.LightGray;
- this.label6.Location = new System.Drawing.Point(80, 66);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(105, 14);
- this.label6.TabIndex = 3;
- this.label6.Text = "T:50 M:50 R:20";
- //
- // UControl_ParaInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Black;
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.lblState);
- this.Controls.Add(this.lblEndTime);
- this.Controls.Add(this.lblStartTime);
- this.Controls.Add(this.lblLocation);
- this.Name = "UControl_ParaInfo";
- this.Size = new System.Drawing.Size(312, 178);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblLocation;
- private System.Windows.Forms.Label lblStartTime;
- private System.Windows.Forms.Label lblEndTime;
- private System.Windows.Forms.Label lblState;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- }
- }
|