..
This commit is contained in:
		
							
								
								
									
										121
									
								
								Project/_Management/fImpEquipment.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										121
									
								
								Project/_Management/fImpEquipment.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -32,22 +32,28 @@ | ||||
|             this.linkLabel1 = new System.Windows.Forms.LinkLabel(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             this.dataGridView1 = new System.Windows.Forms.DataGridView(); | ||||
|             this.button2 = new System.Windows.Forms.Button(); | ||||
|             this.button3 = new System.Windows.Forms.Button(); | ||||
|             this.radB = new System.Windows.Forms.RadioButton(); | ||||
|             this.radF = new System.Windows.Forms.RadioButton(); | ||||
|             this.radE = new System.Windows.Forms.RadioButton(); | ||||
|             this.panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); | ||||
|             this.progressBar1 = new System.Windows.Forms.ProgressBar(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); | ||||
|             this.panel1.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // textBox1 | ||||
|             //  | ||||
|             this.textBox1.Location = new System.Drawing.Point(42, 13); | ||||
|             this.textBox1.Location = new System.Drawing.Point(81, 34); | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(100, 21); | ||||
|             this.textBox1.Size = new System.Drawing.Size(222, 21); | ||||
|             this.textBox1.TabIndex = 0; | ||||
|             //  | ||||
|             // linkLabel1 | ||||
|             //  | ||||
|             this.linkLabel1.AutoSize = true; | ||||
|             this.linkLabel1.Location = new System.Drawing.Point(181, 22); | ||||
|             this.linkLabel1.Location = new System.Drawing.Point(12, 37); | ||||
|             this.linkLabel1.Name = "linkLabel1"; | ||||
|             this.linkLabel1.Size = new System.Drawing.Size(59, 12); | ||||
|             this.linkLabel1.TabIndex = 1; | ||||
| @@ -57,59 +63,113 @@ | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(297, 8); | ||||
|             this.button1.Location = new System.Drawing.Point(396, 15); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(114, 25); | ||||
|             this.button1.TabIndex = 3; | ||||
|             this.button1.Text = "run"; | ||||
|             this.button1.Text = "View"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             this.button1.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // dataGridView1 | ||||
|             //  | ||||
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | ||||
|             this.dataGridView1.Location = new System.Drawing.Point(47, 57); | ||||
|             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.dataGridView1.Location = new System.Drawing.Point(0, 87); | ||||
|             this.dataGridView1.Name = "dataGridView1"; | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(744, 413); | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(825, 329); | ||||
|             this.dataGridView1.TabIndex = 4; | ||||
|             //  | ||||
|             // button2 | ||||
|             //  | ||||
|             this.button2.Location = new System.Drawing.Point(417, 9); | ||||
|             this.button2.Name = "button2"; | ||||
|             this.button2.Size = new System.Drawing.Size(114, 25); | ||||
|             this.button2.TabIndex = 5; | ||||
|             this.button2.Text = "make line code"; | ||||
|             this.button2.UseVisualStyleBackColor = true; | ||||
|             this.button2.Click += new System.EventHandler(this.button2_Click); | ||||
|             //  | ||||
|             // button3 | ||||
|             //  | ||||
|             this.button3.Location = new System.Drawing.Point(537, 8); | ||||
|             this.button3.Location = new System.Drawing.Point(636, 15); | ||||
|             this.button3.Name = "button3"; | ||||
|             this.button3.Size = new System.Drawing.Size(114, 25); | ||||
|             this.button3.TabIndex = 6; | ||||
|             this.button3.Text = "make equp ment"; | ||||
|             this.button3.Text = "Save"; | ||||
|             this.button3.UseVisualStyleBackColor = true; | ||||
|             this.button3.Click += new System.EventHandler(this.button3_Click); | ||||
|             //  | ||||
|             // radB | ||||
|             //  | ||||
|             this.radB.AutoSize = true; | ||||
|             this.radB.Location = new System.Drawing.Point(83, 11); | ||||
|             this.radB.Name = "radB"; | ||||
|             this.radB.Size = new System.Drawing.Size(58, 16); | ||||
|             this.radB.TabIndex = 7; | ||||
|             this.radB.TabStop = true; | ||||
|             this.radB.Text = "BUMP"; | ||||
|             this.radB.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // radF | ||||
|             //  | ||||
|             this.radF.AutoSize = true; | ||||
|             this.radF.Location = new System.Drawing.Point(145, 11); | ||||
|             this.radF.Name = "radF"; | ||||
|             this.radF.Size = new System.Drawing.Size(46, 16); | ||||
|             this.radF.TabIndex = 7; | ||||
|             this.radF.TabStop = true; | ||||
|             this.radF.Text = "FOL"; | ||||
|             this.radF.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // radE | ||||
|             //  | ||||
|             this.radE.AutoSize = true; | ||||
|             this.radE.Location = new System.Drawing.Point(197, 11); | ||||
|             this.radE.Name = "radE"; | ||||
|             this.radE.Size = new System.Drawing.Size(90, 16); | ||||
|             this.radE.TabIndex = 7; | ||||
|             this.radE.TabStop = true; | ||||
|             this.radE.Text = "MOLD & EOL"; | ||||
|             this.radE.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // panel1 | ||||
|             //  | ||||
|             this.panel1.Controls.Add(this.dateTimePicker1); | ||||
|             this.panel1.Controls.Add(this.button3); | ||||
|             this.panel1.Controls.Add(this.radE); | ||||
|             this.panel1.Controls.Add(this.textBox1); | ||||
|             this.panel1.Controls.Add(this.radF); | ||||
|             this.panel1.Controls.Add(this.linkLabel1); | ||||
|             this.panel1.Controls.Add(this.radB); | ||||
|             this.panel1.Controls.Add(this.button1); | ||||
|             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(825, 87); | ||||
|             this.panel1.TabIndex = 10; | ||||
|             //  | ||||
|             // dateTimePicker1 | ||||
|             //  | ||||
|             this.dateTimePicker1.Location = new System.Drawing.Point(83, 60); | ||||
|             this.dateTimePicker1.Name = "dateTimePicker1"; | ||||
|             this.dateTimePicker1.Size = new System.Drawing.Size(221, 21); | ||||
|             this.dateTimePicker1.TabIndex = 8; | ||||
|             //  | ||||
|             // progressBar1 | ||||
|             //  | ||||
|             this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.progressBar1.Location = new System.Drawing.Point(0, 416); | ||||
|             this.progressBar1.Name = "progressBar1"; | ||||
|             this.progressBar1.Size = new System.Drawing.Size(825, 21); | ||||
|             this.progressBar1.TabIndex = 11; | ||||
|             //  | ||||
|             // fImpEquipment | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(836, 551); | ||||
|             this.Controls.Add(this.button3); | ||||
|             this.Controls.Add(this.button2); | ||||
|             this.ClientSize = new System.Drawing.Size(825, 437); | ||||
|             this.Controls.Add(this.dataGridView1); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(this.linkLabel1); | ||||
|             this.Controls.Add(this.textBox1); | ||||
|             this.Controls.Add(this.progressBar1); | ||||
|             this.Controls.Add(this.panel1); | ||||
|             this.Name = "fImpEquipment"; | ||||
|             this.Text = "fImpEquipment"; | ||||
|             this.Load += new System.EventHandler(this.__Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); | ||||
|             this.panel1.ResumeLayout(false); | ||||
|             this.panel1.PerformLayout(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
| @@ -119,7 +179,12 @@ | ||||
|         private System.Windows.Forms.LinkLabel linkLabel1; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         private System.Windows.Forms.DataGridView dataGridView1; | ||||
|         private System.Windows.Forms.Button button2; | ||||
|         private System.Windows.Forms.Button button3; | ||||
|         private System.Windows.Forms.RadioButton radB; | ||||
|         private System.Windows.Forms.RadioButton radF; | ||||
|         private System.Windows.Forms.RadioButton radE; | ||||
|         private System.Windows.Forms.Panel panel1; | ||||
|         private System.Windows.Forms.DateTimePicker dateTimePicker1; | ||||
|         private System.Windows.Forms.ProgressBar progressBar1; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim