Administrator
2021-04-25 4b10b804bc1678acc3f35e94174f66bf6d6b8da9
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
namespace P066.Data
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows 窗体设计器生成的代码
 
        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.btnLoadData1 = new System.Windows.Forms.Button();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.btnAnalyze = new System.Windows.Forms.Button();
            this.btnLoadData2 = new System.Windows.Forms.Button();
            this.btnLoadData3 = new System.Windows.Forms.Button();
            this.butPictur = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnLoadData1
            // 
            this.btnLoadData1.Location = new System.Drawing.Point(16, 15);
            this.btnLoadData1.Margin = new System.Windows.Forms.Padding(4);
            this.btnLoadData1.Name = "btnLoadData1";
            this.btnLoadData1.Size = new System.Drawing.Size(176, 29);
            this.btnLoadData1.TabIndex = 0;
            this.btnLoadData1.Text = "加载复检报表文件夹";
            this.btnLoadData1.UseVisualStyleBackColor = true;
            this.btnLoadData1.Click += new System.EventHandler(this.btnLoadData1_Click);
            // 
            // btnAnalyze
            // 
            this.btnAnalyze.Location = new System.Drawing.Point(16, 88);
            this.btnAnalyze.Margin = new System.Windows.Forms.Padding(4);
            this.btnAnalyze.Name = "btnAnalyze";
            this.btnAnalyze.Size = new System.Drawing.Size(176, 29);
            this.btnAnalyze.TabIndex = 1;
            this.btnAnalyze.Text = "开始分析";
            this.btnAnalyze.UseVisualStyleBackColor = true;
            this.btnAnalyze.Click += new System.EventHandler(this.btnAnalyze_Click);
            // 
            // btnLoadData2
            // 
            this.btnLoadData2.Location = new System.Drawing.Point(16, 51);
            this.btnLoadData2.Margin = new System.Windows.Forms.Padding(4);
            this.btnLoadData2.Name = "btnLoadData2";
            this.btnLoadData2.Size = new System.Drawing.Size(199, 29);
            this.btnLoadData2.TabIndex = 1;
            this.btnLoadData2.Text = "刮伤、镀膜破损文件夹";
            this.btnLoadData2.UseVisualStyleBackColor = true;
            this.btnLoadData2.Click += new System.EventHandler(this.btnLoadData2_Click);
            // 
            // btnLoadData3
            // 
            this.btnLoadData3.Location = new System.Drawing.Point(276, 15);
            this.btnLoadData3.Name = "btnLoadData3";
            this.btnLoadData3.Size = new System.Drawing.Size(176, 29);
            this.btnLoadData3.TabIndex = 2;
            this.btnLoadData3.Text = "加载初检报表文件夹";
            this.btnLoadData3.UseVisualStyleBackColor = true;
            this.btnLoadData3.Click += new System.EventHandler(this.btnLoadData3_Click);
            // 
            // butPictur
            // 
            this.butPictur.Location = new System.Drawing.Point(175, 216);
            this.butPictur.Name = "butPictur";
            this.butPictur.Size = new System.Drawing.Size(141, 35);
            this.butPictur.TabIndex = 3;
            this.butPictur.Text = "加载图片文件夹";
            this.butPictur.UseVisualStyleBackColor = true;
            this.butPictur.Click += new System.EventHandler(this.butPictur_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(405, 134);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(522, 245);
            this.pictureBox1.TabIndex = 4;
            this.pictureBox1.TabStop = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1067, 562);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.butPictur);
            this.Controls.Add(this.btnLoadData3);
            this.Controls.Add(this.btnAnalyze);
            this.Controls.Add(this.btnLoadData2);
            this.Controls.Add(this.btnLoadData1);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Button btnLoadData1;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
        private System.Windows.Forms.Button btnAnalyze;
        private System.Windows.Forms.Button btnLoadData2;
        private System.Windows.Forms.Button btnLoadData3;
        private System.Windows.Forms.Button butPictur;
        private System.Windows.Forms.PictureBox pictureBox1;
    }
}