Commit 4558df7b authored by Bruce's avatar Bruce

first version

parent 41cd7bbc
...@@ -153,6 +153,12 @@ ...@@ -153,6 +153,12 @@
<Compile Include="Form1.Designer.cs"> <Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon> <DependentUpon>Form1.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Form2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="HyperLPR.cs" /> <Compile Include="HyperLPR.cs" />
<Compile Include="Json.cs" /> <Compile Include="Json.cs" />
<Compile Include="JsonPlate.cs" /> <Compile Include="JsonPlate.cs" />
...@@ -167,6 +173,9 @@ ...@@ -167,6 +173,9 @@
</Compile> </Compile>
<Compile Include="ROI.cs" /> <Compile Include="ROI.cs" />
<Compile Include="Server.cs" /> <Compile Include="Server.cs" />
<Compile Include="XmlLable.cs" />
<Compile Include="XmlLableSize.cs" />
<Compile Include="XmlLableObject.cs" />
<EmbeddedResource Include="ETCBackgroundWorker1.resx"> <EmbeddedResource Include="ETCBackgroundWorker1.resx">
<DependentUpon>ETCBackgroundWorker1.cs</DependentUpon> <DependentUpon>ETCBackgroundWorker1.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
...@@ -191,6 +200,9 @@ ...@@ -191,6 +200,9 @@
<EmbeddedResource Include="Form1.resx"> <EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon> <DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx"> <EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
......
...@@ -23,6 +23,14 @@ namespace ETC_App1 ...@@ -23,6 +23,14 @@ namespace ETC_App1
public Form1() public Form1()
{ {
InitializeComponent(); InitializeComponent();
Button button1 = new Button();
button1.DialogResult = DialogResult.Yes;
button1.Location = new System.Drawing.Point(500, 500);
button1.Text = "test";
button1.Size = new System.Drawing.Size(80, 50);
button1.Click += button1_Click;
Controls.Add(button1);
} }
private int ToolStripWidth private int ToolStripWidth
...@@ -516,6 +524,22 @@ namespace ETC_App1 ...@@ -516,6 +524,22 @@ namespace ETC_App1
file2003.Close(); file2003.Close();
workbook2003.Close(); workbook2003.Close();
} }
private void button1_Click(object sender, EventArgs e)
{
this.Hide();
Form2 form2 = new Form2();
switch (form2.ShowDialog(this))
{
case DialogResult.Yes:
this.Show();
break;
case DialogResult.No:
this.Close();
break;
default:
break;
}
} }
} }
}
namespace ETC_App1
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.button9 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer9 = new System.Windows.Forms.SplitContainer();
this.button7 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.splitContainer8 = new System.Windows.Forms.SplitContainer();
this.button6 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.splitContainer7 = new System.Windows.Forms.SplitContainer();
this.button5 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.splitContainer6 = new System.Windows.Forms.SplitContainer();
this.button4 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.splitContainer5 = new System.Windows.Forms.SplitContainer();
this.button3 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.splitContainer4 = new System.Windows.Forms.SplitContainer();
this.xml_path_btn = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.img_path_btn = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.splitContainer10 = new System.Windows.Forms.SplitContainer();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.splitContainer11 = new System.Windows.Forms.SplitContainer();
this.button8 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label9 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.label10 = new System.Windows.Forms.Label();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).BeginInit();
this.splitContainer9.Panel1.SuspendLayout();
this.splitContainer9.Panel2.SuspendLayout();
this.splitContainer9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
this.splitContainer8.Panel1.SuspendLayout();
this.splitContainer8.Panel2.SuspendLayout();
this.splitContainer8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
this.splitContainer7.Panel1.SuspendLayout();
this.splitContainer7.Panel2.SuspendLayout();
this.splitContainer7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
this.splitContainer6.Panel1.SuspendLayout();
this.splitContainer6.Panel2.SuspendLayout();
this.splitContainer6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
this.splitContainer5.Panel1.SuspendLayout();
this.splitContainer5.Panel2.SuspendLayout();
this.splitContainer5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
this.splitContainer4.Panel1.SuspendLayout();
this.splitContainer4.Panel2.SuspendLayout();
this.splitContainer4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer10)).BeginInit();
this.splitContainer10.Panel1.SuspendLayout();
this.splitContainer10.Panel2.SuspendLayout();
this.splitContainer10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer11)).BeginInit();
this.splitContainer11.Panel1.SuspendLayout();
this.splitContainer11.Panel2.SuspendLayout();
this.splitContainer11.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.button9);
this.splitContainer1.Panel1.Controls.Add(this.label1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1190, 891);
this.splitContainer1.SplitterDistance = 36;
this.splitContainer1.TabIndex = 0;
//
// button9
//
this.button9.Location = new System.Drawing.Point(153, 7);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(75, 23);
this.button9.TabIndex = 1;
this.button9.Text = "回到檢查視窗";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("新細明體", 20F);
this.label1.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(147, 27);
this.label1.TabIndex = 0;
this.label1.Text = "上選單區域";
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.splitContainer9);
this.splitContainer2.Panel1.Controls.Add(this.splitContainer8);
this.splitContainer2.Panel1.Controls.Add(this.splitContainer7);
this.splitContainer2.Panel1.Controls.Add(this.splitContainer6);
this.splitContainer2.Panel1.Controls.Add(this.splitContainer5);
this.splitContainer2.Panel1.Controls.Add(this.splitContainer4);
this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer10);
this.splitContainer2.Size = new System.Drawing.Size(1190, 851);
this.splitContainer2.SplitterDistance = 196;
this.splitContainer2.TabIndex = 0;
//
// splitContainer9
//
this.splitContainer9.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer9.Location = new System.Drawing.Point(0, 720);
this.splitContainer9.Name = "splitContainer9";
this.splitContainer9.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer9.Panel1
//
this.splitContainer9.Panel1.Controls.Add(this.button7);
this.splitContainer9.Panel1.UseWaitCursor = true;
//
// splitContainer9.Panel2
//
this.splitContainer9.Panel2.Controls.Add(this.label8);
this.splitContainer9.Panel2.UseWaitCursor = true;
this.splitContainer9.Size = new System.Drawing.Size(196, 120);
this.splitContainer9.SplitterDistance = 80;
this.splitContainer9.TabIndex = 6;
this.splitContainer9.UseWaitCursor = true;
//
// button7
//
this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
this.button7.Font = new System.Drawing.Font("新細明體", 18F);
this.button7.Location = new System.Drawing.Point(0, 0);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(196, 80);
this.button7.TabIndex = 0;
this.button7.Text = "沿用區塊";
this.button7.UseVisualStyleBackColor = true;
this.button7.UseWaitCursor = true;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("新細明體", 16F);
this.label8.Location = new System.Drawing.Point(1, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(181, 22);
this.label8.TabIndex = 0;
this.label8.Text = "沿用區塊( Clt+ E )";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label8.UseWaitCursor = true;
//
// splitContainer8
//
this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer8.Location = new System.Drawing.Point(0, 600);
this.splitContainer8.Name = "splitContainer8";
this.splitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer8.Panel1
//
this.splitContainer8.Panel1.Controls.Add(this.button6);
this.splitContainer8.Panel1.UseWaitCursor = true;
//
// splitContainer8.Panel2
//
this.splitContainer8.Panel2.Controls.Add(this.label7);
this.splitContainer8.Panel2.UseWaitCursor = true;
this.splitContainer8.Size = new System.Drawing.Size(196, 120);
this.splitContainer8.SplitterDistance = 80;
this.splitContainer8.TabIndex = 5;
this.splitContainer8.UseWaitCursor = true;
//
// button6
//
this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
this.button6.Font = new System.Drawing.Font("新細明體", 18F);
this.button6.Location = new System.Drawing.Point(0, 0);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(196, 80);
this.button6.TabIndex = 0;
this.button6.Text = "創建區塊";
this.button6.UseVisualStyleBackColor = true;
this.button6.UseWaitCursor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("新細明體", 16F);
this.label7.Location = new System.Drawing.Point(1, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(188, 22);
this.label7.TabIndex = 0;
this.label7.Text = "創建區塊( Clt+ W )";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label7.UseWaitCursor = true;
//
// splitContainer7
//
this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer7.Location = new System.Drawing.Point(0, 480);
this.splitContainer7.Name = "splitContainer7";
this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer7.Panel1
//
this.splitContainer7.Panel1.Controls.Add(this.button5);
this.splitContainer7.Panel1.UseWaitCursor = true;
//
// splitContainer7.Panel2
//
this.splitContainer7.Panel2.Controls.Add(this.label6);
this.splitContainer7.Panel2.UseWaitCursor = true;
this.splitContainer7.Size = new System.Drawing.Size(196, 120);
this.splitContainer7.SplitterDistance = 80;
this.splitContainer7.TabIndex = 4;
this.splitContainer7.UseWaitCursor = true;
//
// button5
//
this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
this.button5.Font = new System.Drawing.Font("新細明體", 18F);
this.button5.Location = new System.Drawing.Point(0, 0);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(196, 80);
this.button5.TabIndex = 0;
this.button5.Text = "儲存";
this.button5.UseVisualStyleBackColor = true;
this.button5.UseWaitCursor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("新細明體", 19F);
this.label6.Location = new System.Drawing.Point(16, -1);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(152, 26);
this.label6.TabIndex = 0;
this.label6.Text = "儲存( Ctl+S )";
this.label6.UseWaitCursor = true;
//
// splitContainer6
//
this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer6.Location = new System.Drawing.Point(0, 360);
this.splitContainer6.Name = "splitContainer6";
this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer6.Panel1
//
this.splitContainer6.Panel1.Controls.Add(this.button4);
this.splitContainer6.Panel1.UseWaitCursor = true;
//
// splitContainer6.Panel2
//
this.splitContainer6.Panel2.Controls.Add(this.label5);
this.splitContainer6.Panel2.UseWaitCursor = true;
this.splitContainer6.Size = new System.Drawing.Size(196, 120);
this.splitContainer6.SplitterDistance = 80;
this.splitContainer6.TabIndex = 3;
this.splitContainer6.UseWaitCursor = true;
//
// button4
//
this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
this.button4.Font = new System.Drawing.Font("新細明體", 18F);
this.button4.Location = new System.Drawing.Point(0, 0);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(196, 80);
this.button4.TabIndex = 0;
this.button4.Text = "<=";
this.button4.UseVisualStyleBackColor = true;
this.button4.UseWaitCursor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("新細明體", 19F);
this.label5.Location = new System.Drawing.Point(23, -1);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(145, 26);
this.label5.TabIndex = 0;
this.label5.Text = "上一張 ( A )";
this.label5.UseWaitCursor = true;
//
// splitContainer5
//
this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer5.Location = new System.Drawing.Point(0, 240);
this.splitContainer5.Name = "splitContainer5";
this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer5.Panel1
//
this.splitContainer5.Panel1.Controls.Add(this.button3);
this.splitContainer5.Panel1.UseWaitCursor = true;
//
// splitContainer5.Panel2
//
this.splitContainer5.Panel2.Controls.Add(this.label4);
this.splitContainer5.Panel2.UseWaitCursor = true;
this.splitContainer5.Size = new System.Drawing.Size(196, 120);
this.splitContainer5.SplitterDistance = 80;
this.splitContainer5.TabIndex = 2;
this.splitContainer5.UseWaitCursor = true;
//
// button3
//
this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
this.button3.Font = new System.Drawing.Font("新細明體", 18F);
this.button3.Location = new System.Drawing.Point(0, 0);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(196, 80);
this.button3.TabIndex = 0;
this.button3.Text = "=>";
this.button3.UseVisualStyleBackColor = true;
this.button3.UseWaitCursor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("新細明體", 19F);
this.label4.Location = new System.Drawing.Point(23, -1);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(145, 26);
this.label4.TabIndex = 0;
this.label4.Text = "下一張 ( D )";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label4.UseWaitCursor = true;
//
// splitContainer4
//
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer4.Location = new System.Drawing.Point(0, 120);
this.splitContainer4.Name = "splitContainer4";
this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.xml_path_btn);
this.splitContainer4.Panel1.UseWaitCursor = true;
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.Controls.Add(this.label3);
this.splitContainer4.Panel2.UseWaitCursor = true;
this.splitContainer4.Size = new System.Drawing.Size(196, 120);
this.splitContainer4.SplitterDistance = 80;
this.splitContainer4.TabIndex = 1;
this.splitContainer4.UseWaitCursor = true;
//
// xml_path_btn
//
this.xml_path_btn.Dock = System.Windows.Forms.DockStyle.Fill;
this.xml_path_btn.Location = new System.Drawing.Point(0, 0);
this.xml_path_btn.Name = "xml_path_btn";
this.xml_path_btn.Size = new System.Drawing.Size(196, 80);
this.xml_path_btn.TabIndex = 0;
this.xml_path_btn.Text = "存放標記目錄";
this.xml_path_btn.UseVisualStyleBackColor = true;
this.xml_path_btn.UseWaitCursor = true;
this.xml_path_btn.Click += new System.EventHandler(this.xml_path_btn_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("新細明體", 19F);
this.label3.Location = new System.Drawing.Point(11, -1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(168, 26);
this.label3.TabIndex = 0;
this.label3.Text = "存放標籤目錄";
this.label3.UseWaitCursor = true;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.img_path_btn);
this.splitContainer3.Panel1.UseWaitCursor = true;
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.label2);
this.splitContainer3.Panel2.UseWaitCursor = true;
this.splitContainer3.Size = new System.Drawing.Size(196, 120);
this.splitContainer3.SplitterDistance = 80;
this.splitContainer3.TabIndex = 0;
this.splitContainer3.UseWaitCursor = true;
//
// img_path_btn
//
this.img_path_btn.Dock = System.Windows.Forms.DockStyle.Fill;
this.img_path_btn.Location = new System.Drawing.Point(0, 0);
this.img_path_btn.Name = "img_path_btn";
this.img_path_btn.Size = new System.Drawing.Size(196, 80);
this.img_path_btn.TabIndex = 0;
this.img_path_btn.Text = "開啟圖片目錄";
this.img_path_btn.UseVisualStyleBackColor = true;
this.img_path_btn.UseWaitCursor = true;
this.img_path_btn.Click += new System.EventHandler(this.img_path_btn_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("新細明體", 19F);
this.label2.Location = new System.Drawing.Point(11, -1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(168, 26);
this.label2.TabIndex = 0;
this.label2.Text = "開啟圖片目錄";
this.label2.UseWaitCursor = true;
//
// splitContainer10
//
this.splitContainer10.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer10.Location = new System.Drawing.Point(0, 0);
this.splitContainer10.Name = "splitContainer10";
//
// splitContainer10.Panel1
//
this.splitContainer10.Panel1.BackColor = System.Drawing.Color.LightGray;
this.splitContainer10.Panel1.Controls.Add(this.pictureBox1);
//
// splitContainer10.Panel2
//
this.splitContainer10.Panel2.Controls.Add(this.splitContainer11);
this.splitContainer10.Size = new System.Drawing.Size(990, 851);
this.splitContainer10.SplitterDistance = 754;
this.splitContainer10.TabIndex = 0;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(754, 851);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// splitContainer11
//
this.splitContainer11.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer11.Location = new System.Drawing.Point(0, 0);
this.splitContainer11.Name = "splitContainer11";
this.splitContainer11.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer11.Panel1
//
this.splitContainer11.Panel1.Controls.Add(this.button8);
this.splitContainer11.Panel1.Controls.Add(this.textBox1);
this.splitContainer11.Panel1.Controls.Add(this.checkBox1);
this.splitContainer11.Panel1.Controls.Add(this.label9);
//
// splitContainer11.Panel2
//
this.splitContainer11.Panel2.Controls.Add(this.listBox1);
this.splitContainer11.Panel2.Controls.Add(this.label10);
this.splitContainer11.Panel2.Controls.Add(this.checkedListBox1);
this.splitContainer11.Size = new System.Drawing.Size(232, 851);
this.splitContainer11.SplitterDistance = 135;
this.splitContainer11.TabIndex = 0;
//
// button8
//
this.button8.Font = new System.Drawing.Font("新細明體", 12F);
this.button8.Location = new System.Drawing.Point(9, 41);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(94, 23);
this.button8.TabIndex = 3;
this.button8.Text = "編輯標籤";
this.button8.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("新細明體", 12F);
this.textBox1.Location = new System.Drawing.Point(129, 79);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 27);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "plate";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("新細明體", 12F);
this.checkBox1.Location = new System.Drawing.Point(7, 84);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(123, 20);
this.checkBox1.TabIndex = 1;
this.checkBox1.Text = "使用預設標籤";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("新細明體", 16F);
this.label9.Location = new System.Drawing.Point(3, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(120, 22);
this.label9.TabIndex = 0;
this.label9.Text = "區塊的標籤";
//
// listBox1
//
this.listBox1.Font = new System.Drawing.Font("新細明體", 12F);
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 16;
this.listBox1.Location = new System.Drawing.Point(9, 276);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(220, 436);
this.listBox1.TabIndex = 6;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("新細明體", 16F);
this.label10.Location = new System.Drawing.Point(3, 251);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(98, 22);
this.label10.TabIndex = 5;
this.label10.Text = "檔案清單";
//
// checkedListBox1
//
this.checkedListBox1.Font = new System.Drawing.Font("新細明體", 14F);
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Location = new System.Drawing.Point(9, 3);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(220, 229);
this.checkedListBox1.TabIndex = 0;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1190, 891);
this.Controls.Add(this.splitContainer1);
this.KeyPreview = true;
this.MinimumSize = new System.Drawing.Size(16, 930);
this.Name = "Form2";
this.Text = "Form2";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form2_KeyDown);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form2_KeyPress);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer9.Panel1.ResumeLayout(false);
this.splitContainer9.Panel2.ResumeLayout(false);
this.splitContainer9.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).EndInit();
this.splitContainer9.ResumeLayout(false);
this.splitContainer8.Panel1.ResumeLayout(false);
this.splitContainer8.Panel2.ResumeLayout(false);
this.splitContainer8.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
this.splitContainer8.ResumeLayout(false);
this.splitContainer7.Panel1.ResumeLayout(false);
this.splitContainer7.Panel2.ResumeLayout(false);
this.splitContainer7.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
this.splitContainer7.ResumeLayout(false);
this.splitContainer6.Panel1.ResumeLayout(false);
this.splitContainer6.Panel2.ResumeLayout(false);
this.splitContainer6.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
this.splitContainer6.ResumeLayout(false);
this.splitContainer5.Panel1.ResumeLayout(false);
this.splitContainer5.Panel2.ResumeLayout(false);
this.splitContainer5.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
this.splitContainer5.ResumeLayout(false);
this.splitContainer4.Panel1.ResumeLayout(false);
this.splitContainer4.Panel2.ResumeLayout(false);
this.splitContainer4.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
this.splitContainer4.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
this.splitContainer3.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.splitContainer10.Panel1.ResumeLayout(false);
this.splitContainer10.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer10)).EndInit();
this.splitContainer10.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.splitContainer11.Panel1.ResumeLayout(false);
this.splitContainer11.Panel1.PerformLayout();
this.splitContainer11.Panel2.ResumeLayout(false);
this.splitContainer11.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer11)).EndInit();
this.splitContainer11.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.SplitContainer splitContainer6;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.SplitContainer splitContainer5;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.SplitContainer splitContainer4;
private System.Windows.Forms.Button xml_path_btn;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.Button img_path_btn;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.SplitContainer splitContainer9;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.SplitContainer splitContainer8;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.SplitContainer splitContainer7;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.SplitContainer splitContainer10;
private System.Windows.Forms.SplitContainer splitContainer11;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Xml;
namespace ETC_App1
{
public partial class Form2 : Form
{
private string Imgs_path = "";
private string Xmls_path = "";
private XmlLable xmlLable = new XmlLable();
public Form2()
{
InitializeComponent();
}
bool IsToForm1 = false;
private void button9_Click(object sender, EventArgs e)
{
IsToForm1 = true;
this.Close();
}
private void Form2_FormClosing(object sender, FormClosingEventArgs e)
{
if (IsToForm1)
{
this.DialogResult = DialogResult.Yes;
}
else
{
this.DialogResult = DialogResult.No;
}
}
private void img_path_btn_Click(object sender, EventArgs e)
{
FolderBrowserDialog path = new FolderBrowserDialog();
path.ShowDialog();
Imgs_path=path.SelectedPath;
if (!string.IsNullOrEmpty(Imgs_path)) {
DirectoryInfo dir = new DirectoryInfo(@Imgs_path);
foreach (FileInfo dChild in dir.GetFiles("*.jgp"))
{
this.listBox1.Items.Add(Path.Combine(Imgs_path,dChild.Name));
}
foreach (FileInfo dChild in dir.GetFiles("*.png"))
{
this.listBox1.Items.Add(Path.Combine(Imgs_path,dChild.Name));
}
if (listBox1.Items.Count > 0)
{
listBox1.SetSelected(0, true);
string img = listBox1.SelectedItem.ToString();
Bitmap bitmap = new Bitmap(img);
pictureBox1.Image = bitmap;
}
}
}
private void xml_path_btn_Click(object sender, EventArgs e)
{
FolderBrowserDialog path = new FolderBrowserDialog();
path.ShowDialog();
Xmls_path = path.SelectedPath;
XmlLableObject lableObject = new XmlLableObject();
lableObject.Name = "g";
lableObject.X1 = "10";
lableObject.Y1 = "20";
lableObject.X2 = "30";
lableObject.Y2 = "40";
xmlLable.Object.Add(lableObject);
xmlLable.Object.Add(lableObject);
xmlLable.Object.Add(lableObject);
CreateXmlTree(@"C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\form2_config\Eample.xml", @"C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\form2_config\Eample2.xml");
}
private void Form2_KeyPress(object sender, KeyPressEventArgs e)
{
}
private void Form2_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.D) //下一張按鈕
{
if (listBox1.Items.Count>0)
{
if (listBox1.Items.Count > listBox1.SelectedIndex + 1)
{
listBox1.SetSelected(listBox1.SelectedIndex + 1, true);
string img = listBox1.SelectedItem.ToString();
Bitmap bitmap = new Bitmap(img);
pictureBox1.Image = bitmap;
}
}
}
if (e.KeyCode == Keys.A) //上一張按鈕
{
if (listBox1.Items.Count > 0)
{
if (0 <= listBox1.SelectedIndex -1)
{
listBox1.SetSelected(listBox1.SelectedIndex - 1, true);
string img = listBox1.SelectedItem.ToString();
Bitmap bitmap = new Bitmap(img);
pictureBox1.Image = bitmap;
}
}
}
if (e.Control && e.KeyCode == Keys.S) //儲存按鈕
{
}
if (e.Control && e.KeyCode == Keys.W) //創建區塊 按鈕
{
}
if (e.Control && e.KeyCode == Keys.E) //儲存按鈕
{
}
}
public void CreateXmlTree(string src_path,string save_path)
{
XmlDocument doc = new XmlDocument();
doc.Load(src_path);
List<XmlLableObject>obj = xmlLable.Object;
XmlNode newobj;
for (int i = 0; i < obj.Count; i++)
{
if (i != 0)
{
newobj = doc.ImportNode(doc.DocumentElement.SelectSingleNode("object"), true);
doc.DocumentElement.AppendChild(newobj);
}
else
newobj = doc.DocumentElement.SelectSingleNode("object");
XmlNode name_node = newobj.SelectSingleNode("name");
if (name_node.LastChild == null)
name_node.AppendChild(doc.CreateTextNode(obj[i].Name));
else
name_node.ReplaceChild(doc.CreateTextNode(obj[i].Name), name_node.LastChild);// 修改節點
XmlNode x1_node = newobj.SelectSingleNode("bndbox").SelectSingleNode("xmin");
if (x1_node.LastChild == null)
x1_node.AppendChild(doc.CreateTextNode(obj[i].X1));
else
x1_node.ReplaceChild(doc.CreateTextNode(obj[i].X1), x1_node.LastChild);// 修改節點
XmlNode y1_node = newobj.SelectSingleNode("bndbox").SelectSingleNode("ymin");
if(y1_node.LastChild==null)
y1_node.AppendChild(doc.CreateTextNode(obj[i].Y1));
else
y1_node.ReplaceChild(doc.CreateTextNode(obj[i].Y1), y1_node.LastChild);// 修改節點
XmlNode x2_node = newobj.SelectSingleNode("bndbox").SelectSingleNode("xmax");
if (x2_node.LastChild == null)
x2_node.AppendChild(doc.CreateTextNode(obj[i].X2));
else
x2_node.ReplaceChild(doc.CreateTextNode(obj[i].X2), x2_node.LastChild);// 修改節點
XmlNode y2_node = newobj.SelectSingleNode("bndbox").SelectSingleNode("ymax");
if(y2_node.LastChild == null)
y2_node.AppendChild(doc.CreateTextNode(obj[i].Y2));
else
y2_node.ReplaceChild(doc.CreateTextNode(obj[i].Y2), y2_node.LastChild);// 修改節點
}
doc.Save(save_path);
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="folderBrowserDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>195, 17</value>
</metadata>
</root>
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ETC_App1
{
class XmlLable
{
public string Filename { get; set; }
public XmlLableSize Size = new XmlLableSize();
public List<XmlLableObject> Object = new List<XmlLableObject>();
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ETC_App1
{
class XmlLableObject
{
public string Name { get; set; }
public string X1 { get; set; }
public string Y1 { get; set; }
public string X2 { get; set; }
public string Y2 { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ETC_App1
{
class XmlLableSize
{
public string Height { get; set; }
public string Width { get; set; }
public string Depth { get; set; }
}
}
<annotation>
<folder>ignore</folder>
<filename></filename>
<path>ignore</path>
<source>
<database>Unknown</database>
</source>
<size>
<width></width>
<height></height>
<depth></depth>
</size>
<segmented>0</segmented>
<object>
<name></name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin></xmin>
<ymin></ymin>
<xmax></xmax>
<ymax></ymax>
</bndbox>
</object>
</annotation>
\ No newline at end of file
<annotation>
<folder>
</folder>
<filename>
</filename>
<path>
</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>
</width>
<height>
</height>
<depth>
</depth>
</size>
<segmented>0</segmented>
<object>
<name>g</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>10</xmin>
<ymin>20</ymin>
<xmax>30</xmax>
<ymax>40</ymax>
</bndbox>
</object>
<object>
<name>g</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>10</xmin>
<ymin>20</ymin>
<xmax>30</xmax>
<ymax>40</ymax>
</bndbox>
</object>
<object>
<name>g</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>10</xmin>
<ymin>20</ymin>
<xmax>30</xmax>
<ymax>40</ymax>
</bndbox>
</object>
</annotation>
\ No newline at end of file
...@@ -361,3 +361,65 @@ C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csproj.CoreCompileI ...@@ -361,3 +361,65 @@ C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csproj.CoreCompileI
C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csproj.CopyComplete C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csproj.CopyComplete
C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.exe C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.exe
C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.pdb C:\Users\ECOM\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.pdb
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x64\concrt140.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x64\cvextern.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x64\msvcp140.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x64\opencv_ffmpeg401_64.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x64\vcruntime140.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x86\concrt140.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x86\cvextern.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x86\msvcp140.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x86\opencv_ffmpeg401.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\x86\vcruntime140.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ETC_App1.exe.config
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ETC_App1.exe
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ETC_App1.pdb
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Aspose.BarCode.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\DuoVia.FuzzyStrings.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Emgu.CV.UI.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Emgu.CV.World.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ICSharpCode.SharpZipLib.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\MySql.Data.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Newtonsoft.Json.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\NPOI.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\NPOI.OOXML.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\NPOI.OpenXml4Net.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\NPOI.OpenXmlFormats.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\RestSharp.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ZedGraph.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Aspose.BarCode.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Emgu.CV.UI.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Emgu.CV.World.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ICSharpCode.SharpZipLib.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\MySql.Data.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\Newtonsoft.Json.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\RestSharp.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ZedGraph.xml
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\de\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\es\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\fr\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\hu\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\it\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ja\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\pt\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\ru\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\sk\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\sv\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\tr\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\zh-cn\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\bin\Debug\zh-tw\ZedGraph.resources.dll
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csprojAssemblyReference.cache
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCBackgroundWorker1.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCBackgroundWorker2.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCBackgroundWorker3.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCPictureBox.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCPictureCheckBox.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCStatusStrip.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.ETCToolStrip.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.Form1.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.Properties.Resources.resources
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csproj.GenerateResource.cache
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.csproj.CopyComplete
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.exe
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.pdb
C:\Users\Bruce\source\repos\e-eye\ETC_App1\obj\Debug\ETC_App1.Form2.resources
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment