영문화완료
This commit is contained in:
8
Handler/Project/Dialog/fFinishJob.Designer.cs
generated
8
Handler/Project/Dialog/fFinishJob.Designer.cs
generated
@@ -87,7 +87,7 @@
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(1164, 105);
|
||||
this.button1.TabIndex = 3;
|
||||
this.button1.Text = "작업 완료";
|
||||
this.button1.Text = "Job Completed";
|
||||
this.button1.UseVisualStyleBackColor = false;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
@@ -175,7 +175,7 @@
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(1164, 44);
|
||||
this.label2.TabIndex = 6;
|
||||
this.label2.Text = "현 작업 정보";
|
||||
this.label2.Text = "Current Job Information";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
@@ -277,7 +277,7 @@
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(1164, 44);
|
||||
this.label3.TabIndex = 8;
|
||||
this.label3.Text = "당일(1982-11-23) 작업 정보";
|
||||
this.label3.Text = "Daily(1982-11-23) Job Information";
|
||||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.label3.Click += new System.EventHandler(this.label3_Click);
|
||||
//
|
||||
@@ -467,7 +467,7 @@
|
||||
this.Name = "fFinishJob";
|
||||
this.Padding = new System.Windows.Forms.Padding(10);
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "작업완료";
|
||||
this.Text = "Job Completion";
|
||||
this.Load += new System.EventHandler(this.@__LoaD);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user