123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
-
- namespace IMCS.UControl
- {
- partial class UserControl2
- {
- /// <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.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.groupBox2.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.tableLayoutPanel1);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(0, 0);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(1327, 704);
- this.groupBox2.TabIndex = 3;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "龙海特";
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 10;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Controls.Add(this.label5, 7, 0);
- this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
- this.tableLayoutPanel1.Controls.Add(this.label2, 5, 0);
- this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
- this.tableLayoutPanel1.Controls.Add(this.label1, 3, 0);
- this.tableLayoutPanel1.Controls.Add(this.label6, 7, 1);
- this.tableLayoutPanel1.Controls.Add(this.label7, 6, 1);
- this.tableLayoutPanel1.Controls.Add(this.label8, 5, 1);
- this.tableLayoutPanel1.Controls.Add(this.label9, 4, 1);
- this.tableLayoutPanel1.Controls.Add(this.label10, 3, 1);
- this.tableLayoutPanel1.Controls.Add(this.label14, 0, 6);
- this.tableLayoutPanel1.Controls.Add(this.label13, 0, 5);
- this.tableLayoutPanel1.Controls.Add(this.label12, 0, 4);
- this.tableLayoutPanel1.Controls.Add(this.label11, 0, 3);
- this.tableLayoutPanel1.Controls.Add(this.label15, 4, 8);
- this.tableLayoutPanel1.Controls.Add(this.button1, 4, 2);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 21);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 9;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1321, 680);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // label5
- //
- this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(837, 32);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(45, 15);
- this.label5.TabIndex = 0;
- this.label5.Tag = 9;
- this.label5.Text = "9工位";
- //
- // label4
- //
- this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(757, 32);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(45, 15);
- this.label4.TabIndex = 0;
- this.label4.Tag = 8;
- this.label4.Text = "8工位";
- //
- // label2
- //
- this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(677, 32);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(45, 15);
- this.label2.TabIndex = 0;
- this.label2.Tag = 7;
- this.label2.Text = "7工位";
- //
- // label3
- //
- this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(597, 32);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(45, 15);
- this.label3.TabIndex = 0;
- this.label3.Tag = 6;
- this.label3.Text = "6工位";
- //
- // label1
- //
- this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(517, 32);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(45, 15);
- this.label1.TabIndex = 0;
- this.label1.Tag = 5;
- this.label1.Text = "5工位";
- //
- // label6
- //
- this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(833, 112);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 15);
- this.label6.TabIndex = 0;
- this.label6.Tag = 14;
- this.label6.Text = "14工位";
- //
- // label7
- //
- this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(753, 112);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(53, 15);
- this.label7.TabIndex = 0;
- this.label7.Tag = 13;
- this.label7.Text = "13工位";
- //
- // label8
- //
- this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(673, 112);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 15);
- this.label8.TabIndex = 0;
- this.label8.Tag = 12;
- this.label8.Text = "12工位";
- //
- // label9
- //
- this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(593, 112);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(53, 15);
- this.label9.TabIndex = 0;
- this.label9.Tag = 11;
- this.label9.Text = "11工位";
- //
- // label10
- //
- this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(513, 112);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(53, 15);
- this.label10.TabIndex = 0;
- this.label10.Tag = 10;
- this.label10.Text = "10工位";
- //
- // label14
- //
- this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(17, 492);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(45, 15);
- this.label14.TabIndex = 0;
- this.label14.Tag = 1;
- this.label14.Text = "1工位";
- //
- // label13
- //
- this.label13.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(17, 412);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(45, 15);
- this.label13.TabIndex = 0;
- this.label13.Tag = 2;
- this.label13.Text = "2工位";
- //
- // label12
- //
- this.label12.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(17, 332);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(45, 15);
- this.label12.TabIndex = 0;
- this.label12.Tag = 3;
- this.label12.Text = "3工位";
- //
- // label11
- //
- this.label11.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(17, 252);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(45, 15);
- this.label11.TabIndex = 0;
- this.label11.Tag = 4;
- this.label11.Text = "4工位";
- //
- // label15
- //
- this.label15.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(601, 632);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(37, 15);
- this.label15.TabIndex = 0;
- this.label15.Tag = "15";
- this.label15.Text = "机床";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(583, 163);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(74, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click_2);
- //
- // UserControl2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.groupBox2);
- this.Name = "UserControl2";
- this.Size = new System.Drawing.Size(1327, 704);
- this.groupBox2.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Button button1;
- }
- }
|