영문화완료
This commit is contained in:
38
Handler/ResultView/fHistory.Designer.cs
generated
38
Handler/ResultView/fHistory.Designer.cs
generated
@@ -47,7 +47,7 @@
|
||||
this.tbSearch = new System.Windows.Forms.ComboBox();
|
||||
this.btSearch = new System.Windows.Forms.Button();
|
||||
this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.목록저장ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.viewXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.sendDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -112,7 +112,7 @@
|
||||
this.btSetting.Size = new System.Drawing.Size(103, 63);
|
||||
this.btSetting.TabIndex = 12;
|
||||
this.btSetting.Tag = "0";
|
||||
this.btSetting.Text = "설정";
|
||||
this.btSetting.Text = "Settings";
|
||||
this.btSetting.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btSetting.UseVisualStyleBackColor = true;
|
||||
this.btSetting.Click += new System.EventHandler(this.btSetting_Click);
|
||||
@@ -123,7 +123,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 term";
|
||||
//
|
||||
// btExport
|
||||
//
|
||||
@@ -136,7 +136,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);
|
||||
@@ -176,7 +176,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);
|
||||
@@ -184,20 +184,20 @@
|
||||
// cm
|
||||
//
|
||||
this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.목록저장ToolStripMenuItem,
|
||||
this.exportListToolStripMenuItem,
|
||||
this.viewXMLToolStripMenuItem,
|
||||
this.toolStripMenuItem1,
|
||||
this.sendDataToolStripMenuItem});
|
||||
this.cm.Name = "cm";
|
||||
this.cm.Size = new System.Drawing.Size(129, 76);
|
||||
//
|
||||
// 목록저장ToolStripMenuItem
|
||||
// exportListToolStripMenuItem
|
||||
//
|
||||
this.목록저장ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("목록저장ToolStripMenuItem.Image")));
|
||||
this.목록저장ToolStripMenuItem.Name = "목록저장ToolStripMenuItem";
|
||||
this.목록저장ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
|
||||
this.목록저장ToolStripMenuItem.Text = "Export";
|
||||
this.목록저장ToolStripMenuItem.Click += new System.EventHandler(this.목록저장ToolStripMenuItem_Click);
|
||||
this.exportListToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportListToolStripMenuItem.Image")));
|
||||
this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem";
|
||||
this.exportListToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
|
||||
this.exportListToolStripMenuItem.Text = "Export";
|
||||
this.exportListToolStripMenuItem.Click += new System.EventHandler(this.목록저장ToolStripMenuItem_Click);
|
||||
//
|
||||
// viewXMLToolStripMenuItem
|
||||
//
|
||||
@@ -337,7 +337,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;
|
||||
//
|
||||
@@ -346,14 +346,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;
|
||||
//
|
||||
@@ -439,7 +439,7 @@
|
||||
// dataGridViewCheckBoxColumn1
|
||||
//
|
||||
this.dataGridViewCheckBoxColumn1.DataPropertyName = "PRNATTACH";
|
||||
this.dataGridViewCheckBoxColumn1.HeaderText = "부착";
|
||||
this.dataGridViewCheckBoxColumn1.HeaderText = "Attached";
|
||||
this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
||||
this.dataGridViewCheckBoxColumn1.ReadOnly = true;
|
||||
this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
@@ -448,7 +448,7 @@
|
||||
// PRNVALID
|
||||
//
|
||||
this.PRNVALID.DataPropertyName = "PRNVALID";
|
||||
this.PRNVALID.HeaderText = "검증";
|
||||
this.PRNVALID.HeaderText = "Valid";
|
||||
this.PRNVALID.Name = "PRNVALID";
|
||||
this.PRNVALID.ReadOnly = true;
|
||||
this.PRNVALID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
@@ -457,7 +457,7 @@
|
||||
// Column1
|
||||
//
|
||||
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.Column1.HeaderText = "비고";
|
||||
this.Column1.HeaderText = "Notes";
|
||||
this.Column1.Name = "Column1";
|
||||
this.Column1.ReadOnly = true;
|
||||
//
|
||||
@@ -501,7 +501,7 @@
|
||||
private System.Windows.Forms.TextBox tbFind;
|
||||
private System.Windows.Forms.Button btExport;
|
||||
private System.Windows.Forms.ContextMenuStrip cm;
|
||||
private System.Windows.Forms.ToolStripMenuItem 목록저장ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem exportListToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
||||
private System.Windows.Forms.ToolStripMenuItem sendDataToolStripMenuItem;
|
||||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||||
|
||||
Reference in New Issue
Block a user