영문화완료

This commit is contained in:
ChiKyun Kim
2025-09-09 17:24:19 +09:00
parent adb66451ca
commit 02028afc27
338 changed files with 2205 additions and 79829 deletions

View File

@@ -10,11 +10,11 @@ namespace ResultView
{
public string MCName { get; set; }
[DisplayName("프린터이름")]
[DisplayName("Printer Name")]
public string PrinterName { get; set; }
[DisplayName("프린트 테두리 그림")]
[DisplayName("Print Border Drawing")]
public Boolean DrawBorder { get; set; }
[DisplayName("라벨포맷 7자리 사용")]
[DisplayName("Use 7-Digit Label Format")]
public Boolean PrinterForm7 { get; set; }
public override void AfterLoad()
{

View File

@@ -15,15 +15,15 @@ namespace ResultView
#region "MessageBox"
public static void MsgI(string m)
{
MessageBox.Show(m, "확인", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show(m, "Confirm", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public static void MsgE(string m)
{
MessageBox.Show(m, "오류", MessageBoxButtons.OK, MessageBoxIcon.Error);
MessageBox.Show(m, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
public static DialogResult MsgQ(string m)
{
DialogResult dlg = MessageBox.Show(m, "확인", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
DialogResult dlg = MessageBox.Show(m, "Confirm", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
return dlg;
}

View File

@@ -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;

View File

@@ -82,7 +82,7 @@ namespace ResultView
}
else
{
Pub.log.AddAT("기본 ZPL파일이 없어 설정파일의 내용을 사용합니다");
Pub.log.AddAT("Default ZPL file not found, using settings file content");
if (Pub.setting.PrinterForm7)
{
PrinterL.baseZPL = Properties.Settings.Default.ZPL7;
@@ -109,7 +109,7 @@ namespace ResultView
//검색일자 검색
if (dtED.Value < dtSD.Value)
{
Util.MsgE("검색종료일자가 시작일자보다 작습니다");
Util.MsgE("Search end date is earlier than start date");
dtSD.Value = dtED.Value;
dtSD.Focus();
return;
@@ -231,7 +231,7 @@ namespace ResultView
xls.save(sd.FileName);
Pub.log.Add("Export Data : " + sd.FileName);
if (Util.MsgQ("다음 파일이 생성되었습니다.\n\n" + sd.FileName + "\n\n파일을 확인하시겠습니까?") == DialogResult.Yes)
if (Util.MsgQ("The following file has been created.\n\n" + sd.FileName + "\n\nWould you like to view the file?") == DialogResult.Yes)
Util.RunExplorer(sd.FileName);
}
catch (Exception ex)
@@ -313,7 +313,7 @@ namespace ResultView
private void button1_Click(object sender, EventArgs e)
{
var str = tbFind.Text.Trim();
var f = new Dialog.fTouchKeyFull("검색어 입력", str);
var f = new Dialog.fTouchKeyFull("Enter Search Term", str);
if (f.ShowDialog() != DialogResult.OK) return;
tbFind.Text = f.tbInput.Text.Trim();
FindData();

View File

@@ -114,7 +114,7 @@
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(60, 34);
this.button1.TabIndex = 3;
this.button1.Text = "닫기";
this.button1.Text = "Close";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
@@ -136,7 +136,7 @@
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(100, 47);
this.button3.TabIndex = 1;
this.button3.Text = "1문자 삭제";
this.button3.Text = "Delete 1 Char";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
@@ -147,7 +147,7 @@
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(100, 47);
this.button2.TabIndex = 0;
this.button2.Text = "1문자 삭제";
this.button2.Text = "Delete 1 Char";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//

View File

@@ -70,7 +70,7 @@ namespace ResultView.Dialog
if (this.tbInput.SelectionLength > 0)
{
//특정영역이 선택되었다
//A specific area has been selected
var head = tbInput.Text.Substring(0, tbInput.SelectionStart);
var tail = tbInput.Text.Substring(tbInput.SelectionLength + tbInput.SelectionStart);
tbInput.Text = head + tail;
@@ -121,7 +121,7 @@ namespace ResultView.Dialog
private void button2_Click(object sender, EventArgs e)
{
//앞에서 삭제
//Delete from front
if (this.tbInput.Text.Length < 1) return;
if (this.tbInput.Text.Length < 2) tbInput.Text = string.Empty;
else tbInput.Text = tbInput.Text.Substring(1);
@@ -131,7 +131,7 @@ namespace ResultView.Dialog
private void button3_Click(object sender, EventArgs e)
{
//두에서 삭제
//Delete from back
if (this.tbInput.Text.Length < 1) return;
if (this.tbInput.Text.Length < 2) tbInput.Text = string.Empty;
else tbInput.Text = tbInput.Text.Substring(0, tbInput.Text.Length - 1);