|
@@ -38,12 +38,12 @@
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.tBSampleName = new System.Windows.Forms.TextBox();
|
|
|
this.cBIsPT = new System.Windows.Forms.CheckBox();
|
|
|
- this.pbTemplateFile = new System.Windows.Forms.PictureBox();
|
|
|
- this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
this.cBIsManul = new System.Windows.Forms.CheckBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.pbTemplateFile = new System.Windows.Forms.PictureBox();
|
|
|
+ this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
|
|
@@ -153,26 +153,6 @@
|
|
|
this.cBIsPT.Text = "是否使用PT";
|
|
|
this.cBIsPT.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // pbTemplateFile
|
|
|
- //
|
|
|
- this.pbTemplateFile.BackColor = System.Drawing.Color.LightGray;
|
|
|
- this.pbTemplateFile.Location = new System.Drawing.Point(297, 92);
|
|
|
- this.pbTemplateFile.Name = "pbTemplateFile";
|
|
|
- this.pbTemplateFile.Size = new System.Drawing.Size(77, 23);
|
|
|
- this.pbTemplateFile.TabIndex = 6;
|
|
|
- this.pbTemplateFile.TabStop = false;
|
|
|
- this.pbTemplateFile.Click += new System.EventHandler(this.pbTemplateFile_Click);
|
|
|
- //
|
|
|
- // pbCutHoleFile
|
|
|
- //
|
|
|
- this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray;
|
|
|
- this.pbCutHoleFile.Location = new System.Drawing.Point(298, 45);
|
|
|
- this.pbCutHoleFile.Name = "pbCutHoleFile";
|
|
|
- this.pbCutHoleFile.Size = new System.Drawing.Size(77, 23);
|
|
|
- this.pbCutHoleFile.TabIndex = 4;
|
|
|
- this.pbCutHoleFile.TabStop = false;
|
|
|
- this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
|
|
|
- //
|
|
|
// btnSave
|
|
|
//
|
|
|
this.btnSave.Location = new System.Drawing.Point(297, 187);
|
|
@@ -220,6 +200,26 @@
|
|
|
this.label6.TabIndex = 17;
|
|
|
this.label6.Text = "导入切孔";
|
|
|
//
|
|
|
+ // pbTemplateFile
|
|
|
+ //
|
|
|
+ this.pbTemplateFile.BackColor = System.Drawing.Color.LightGray;
|
|
|
+ this.pbTemplateFile.Location = new System.Drawing.Point(297, 92);
|
|
|
+ this.pbTemplateFile.Name = "pbTemplateFile";
|
|
|
+ this.pbTemplateFile.Size = new System.Drawing.Size(77, 23);
|
|
|
+ this.pbTemplateFile.TabIndex = 6;
|
|
|
+ this.pbTemplateFile.TabStop = false;
|
|
|
+ this.pbTemplateFile.Click += new System.EventHandler(this.pbTemplateFile_Click);
|
|
|
+ //
|
|
|
+ // pbCutHoleFile
|
|
|
+ //
|
|
|
+ this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray;
|
|
|
+ this.pbCutHoleFile.Location = new System.Drawing.Point(298, 45);
|
|
|
+ this.pbCutHoleFile.Name = "pbCutHoleFile";
|
|
|
+ this.pbCutHoleFile.Size = new System.Drawing.Size(77, 23);
|
|
|
+ this.pbCutHoleFile.TabIndex = 4;
|
|
|
+ this.pbCutHoleFile.TabStop = false;
|
|
|
+ this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
|
|
|
+ //
|
|
|
// UControl_Init
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|