patrick.xu
2021-06-01 aefe9f2572eac7c61f6d2952593ec18a700dfcf0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
namespace M423project
{
    partial class Replay
    {
        /// <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.groupBox7 = new System.Windows.Forms.GroupBox();
            this.lbTestNumber = new System.Windows.Forms.Label();
            this.btnSelectDataCode = new System.Windows.Forms.Button();
            this.btnSelectZ = new System.Windows.Forms.Button();
            this.btnSelectX = new System.Windows.Forms.Button();
            this.btnLast = new System.Windows.Forms.Button();
            this.btnNext = new System.Windows.Forms.Button();
            this.btnStart = new System.Windows.Forms.Button();
            this.groupBox7.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.lbTestNumber);
            this.groupBox7.Controls.Add(this.btnSelectDataCode);
            this.groupBox7.Controls.Add(this.btnSelectZ);
            this.groupBox7.Controls.Add(this.btnSelectX);
            this.groupBox7.Controls.Add(this.btnLast);
            this.groupBox7.Controls.Add(this.btnNext);
            this.groupBox7.Controls.Add(this.btnStart);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox7.Location = new System.Drawing.Point(0, 0);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(210, 199);
            this.groupBox7.TabIndex = 11;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "离线测试";
            // 
            // lbTestNumber
            // 
            this.lbTestNumber.AutoSize = true;
            this.lbTestNumber.Location = new System.Drawing.Point(98, 173);
            this.lbTestNumber.Name = "lbTestNumber";
            this.lbTestNumber.Size = new System.Drawing.Size(20, 12);
            this.lbTestNumber.TabIndex = 2;
            this.lbTestNumber.Text = "0/0";
            // 
            // btnSelectDataCode
            // 
            this.btnSelectDataCode.Location = new System.Drawing.Point(12, 18);
            this.btnSelectDataCode.Name = "btnSelectDataCode";
            this.btnSelectDataCode.Size = new System.Drawing.Size(189, 30);
            this.btnSelectDataCode.TabIndex = 1;
            this.btnSelectDataCode.Text = "选择读码回看图像";
            this.btnSelectDataCode.UseVisualStyleBackColor = true;
            this.btnSelectDataCode.Click += new System.EventHandler(this.btnSelectDataCode_Click);
            // 
            // btnSelectZ
            // 
            this.btnSelectZ.Location = new System.Drawing.Point(12, 54);
            this.btnSelectZ.Name = "btnSelectZ";
            this.btnSelectZ.Size = new System.Drawing.Size(189, 30);
            this.btnSelectZ.TabIndex = 1;
            this.btnSelectZ.Text = "选择测Z回看图像";
            this.btnSelectZ.UseVisualStyleBackColor = true;
            this.btnSelectZ.Click += new System.EventHandler(this.btnSelectZ_Click);
            // 
            // btnSelectX
            // 
            this.btnSelectX.Location = new System.Drawing.Point(12, 90);
            this.btnSelectX.Name = "btnSelectX";
            this.btnSelectX.Size = new System.Drawing.Size(189, 30);
            this.btnSelectX.TabIndex = 1;
            this.btnSelectX.Text = "选择测XY回看图像";
            this.btnSelectX.UseVisualStyleBackColor = true;
            this.btnSelectX.Click += new System.EventHandler(this.btnSelectXY_Click);
            // 
            // btnLast
            // 
            //this.btnLast.BackgroundImage = global::M423project.Properties.Resources.上一张1;
            this.btnLast.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnLast.Location = new System.Drawing.Point(12, 128);
            this.btnLast.Name = "btnLast";
            this.btnLast.Size = new System.Drawing.Size(32, 32);
            this.btnLast.TabIndex = 0;
            this.btnLast.UseVisualStyleBackColor = true;
            this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
            // 
            // btnNext
            // 
            //this.btnNext.BackgroundImage = global::M423project.Properties.Resources.下一张;
            this.btnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnNext.Location = new System.Drawing.Point(168, 128);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(32, 32);
            this.btnNext.TabIndex = 0;
            this.btnNext.UseVisualStyleBackColor = true;
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // btnStart
            // 
            //this.btnStart.BackgroundImage = global::M423project.Properties.Resources.开始;
            this.btnStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnStart.Location = new System.Drawing.Point(92, 128);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(32, 32);
            this.btnStart.TabIndex = 0;
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // Replay
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(210, 199);
            this.Controls.Add(this.groupBox7);
            this.MaximizeBox = false;
            this.Name = "Replay";
            this.Text = "離線測試";
            this.Load += new System.EventHandler(this.Replay_Load);
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.Button btnLast;
        private System.Windows.Forms.Button btnSelectX;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.Button btnSelectDataCode;
        private System.Windows.Forms.Button btnSelectZ;
        private System.Windows.Forms.Label lbTestNumber;
    }
}