| | |
| | | // |
| | | // btnLoadData1 |
| | | // |
| | | this.btnLoadData1.Location = new System.Drawing.Point(16, 15); |
| | | this.btnLoadData1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.btnLoadData1.Location = new System.Drawing.Point(12, 12); |
| | | this.btnLoadData1.Name = "btnLoadData1"; |
| | | this.btnLoadData1.Size = new System.Drawing.Size(176, 29); |
| | | this.btnLoadData1.Size = new System.Drawing.Size(132, 23); |
| | | this.btnLoadData1.TabIndex = 0; |
| | | this.btnLoadData1.Text = "加载文件夹1"; |
| | | this.btnLoadData1.UseVisualStyleBackColor = true; |
| | |
| | | // |
| | | // btnAnalyze |
| | | // |
| | | this.btnAnalyze.Location = new System.Drawing.Point(16, 88); |
| | | this.btnAnalyze.Margin = new System.Windows.Forms.Padding(4); |
| | | this.btnAnalyze.Location = new System.Drawing.Point(12, 70); |
| | | this.btnAnalyze.Name = "btnAnalyze"; |
| | | this.btnAnalyze.Size = new System.Drawing.Size(176, 29); |
| | | this.btnAnalyze.Size = new System.Drawing.Size(132, 23); |
| | | this.btnAnalyze.TabIndex = 1; |
| | | this.btnAnalyze.Text = "开始分析"; |
| | | this.btnAnalyze.UseVisualStyleBackColor = true; |
| | |
| | | // |
| | | // btnLoadData2 |
| | | // |
| | | this.btnLoadData2.Location = new System.Drawing.Point(16, 51); |
| | | this.btnLoadData2.Margin = new System.Windows.Forms.Padding(4); |
| | | this.btnLoadData2.Location = new System.Drawing.Point(12, 41); |
| | | this.btnLoadData2.Name = "btnLoadData2"; |
| | | this.btnLoadData2.Size = new System.Drawing.Size(176, 29); |
| | | this.btnLoadData2.Size = new System.Drawing.Size(149, 23); |
| | | this.btnLoadData2.TabIndex = 1; |
| | | this.btnLoadData2.Text = "加载文件夹2"; |
| | | this.btnLoadData2.Text = "刮伤、镀膜破损文件夹"; |
| | | this.btnLoadData2.UseVisualStyleBackColor = true; |
| | | this.btnLoadData2.Click += new System.EventHandler(this.btnLoadData2_Click); |
| | | // |
| | | // Form1 |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1067, 562); |
| | | this.ClientSize = new System.Drawing.Size(800, 450); |
| | | 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"; |
| | | this.ResumeLayout(false); |