영문화완료
This commit is contained in:
18
Handler/Project/Dialog/fHistory.Designer.cs
generated
18
Handler/Project/Dialog/fHistory.Designer.cs
generated
@@ -130,7 +130,7 @@
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(149, 23);
|
||||
this.label1.TabIndex = 11;
|
||||
this.label1.Text = "검색어를 입력하세요";
|
||||
this.label1.Text = "Enter search keyword";
|
||||
//
|
||||
// btExport
|
||||
//
|
||||
@@ -143,7 +143,7 @@
|
||||
this.btExport.Size = new System.Drawing.Size(145, 56);
|
||||
this.btExport.TabIndex = 10;
|
||||
this.btExport.Tag = "0";
|
||||
this.btExport.Text = "내보내기(&O)";
|
||||
this.btExport.Text = "Export(&O)";
|
||||
this.btExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btExport.UseVisualStyleBackColor = true;
|
||||
this.btExport.Click += new System.EventHandler(this.btExport_Click);
|
||||
@@ -183,7 +183,7 @@
|
||||
this.btSearch.Size = new System.Drawing.Size(155, 56);
|
||||
this.btSearch.TabIndex = 9;
|
||||
this.btSearch.Tag = "0";
|
||||
this.btSearch.Text = "검색(F5)";
|
||||
this.btSearch.Text = "Search(F5)";
|
||||
this.btSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btSearch.UseVisualStyleBackColor = true;
|
||||
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
|
||||
@@ -306,7 +306,7 @@
|
||||
this.sTIMEDataGridViewTextBoxColumn.DataPropertyName = "STIME";
|
||||
dataGridViewCellStyle1.Format = "MM-dd HH:mm:ss";
|
||||
this.sTIMEDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.sTIMEDataGridViewTextBoxColumn.HeaderText = "시작";
|
||||
this.sTIMEDataGridViewTextBoxColumn.HeaderText = "Start";
|
||||
this.sTIMEDataGridViewTextBoxColumn.Name = "sTIMEDataGridViewTextBoxColumn";
|
||||
this.sTIMEDataGridViewTextBoxColumn.ReadOnly = true;
|
||||
//
|
||||
@@ -315,14 +315,14 @@
|
||||
this.ETIME.DataPropertyName = "ETIME";
|
||||
dataGridViewCellStyle2.Format = "MM-dd HH:mm:ss";
|
||||
this.ETIME.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.ETIME.HeaderText = "종료";
|
||||
this.ETIME.HeaderText = "End";
|
||||
this.ETIME.Name = "ETIME";
|
||||
this.ETIME.ReadOnly = true;
|
||||
//
|
||||
// jTYPEDataGridViewTextBoxColumn
|
||||
//
|
||||
this.jTYPEDataGridViewTextBoxColumn.DataPropertyName = "JTYPE";
|
||||
this.jTYPEDataGridViewTextBoxColumn.HeaderText = "형태";
|
||||
this.jTYPEDataGridViewTextBoxColumn.HeaderText = "Type";
|
||||
this.jTYPEDataGridViewTextBoxColumn.Name = "jTYPEDataGridViewTextBoxColumn";
|
||||
this.jTYPEDataGridViewTextBoxColumn.ReadOnly = true;
|
||||
//
|
||||
@@ -422,7 +422,7 @@
|
||||
// dataGridViewCheckBoxColumn1
|
||||
//
|
||||
this.dataGridViewCheckBoxColumn1.DataPropertyName = "PRNATTACH";
|
||||
this.dataGridViewCheckBoxColumn1.HeaderText = "부착";
|
||||
this.dataGridViewCheckBoxColumn1.HeaderText = "Attach";
|
||||
this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
||||
this.dataGridViewCheckBoxColumn1.ReadOnly = true;
|
||||
this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
@@ -431,7 +431,7 @@
|
||||
// PRNVALID
|
||||
//
|
||||
this.PRNVALID.DataPropertyName = "PRNVALID";
|
||||
this.PRNVALID.HeaderText = "검증";
|
||||
this.PRNVALID.HeaderText = "Validation";
|
||||
this.PRNVALID.Name = "PRNVALID";
|
||||
this.PRNVALID.ReadOnly = true;
|
||||
this.PRNVALID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
@@ -440,7 +440,7 @@
|
||||
// Column1
|
||||
//
|
||||
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.Column1.HeaderText = "비고";
|
||||
this.Column1.HeaderText = "Remarks";
|
||||
this.Column1.Name = "Column1";
|
||||
this.Column1.ReadOnly = true;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user