|
@@ -31,6 +31,7 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Init));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.pbClose = new System.Windows.Forms.PictureBox();
|
|
|
this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
|
|
|
this.txtWPTF = new System.Windows.Forms.TextBox();
|
|
|
this.lblCutHoleCount = new System.Windows.Forms.Label();
|
|
@@ -69,8 +70,9 @@
|
|
|
this.pbFIBTemplateFile = new System.Windows.Forms.PictureBox();
|
|
|
this.pbPTTemplateFile = new System.Windows.Forms.PictureBox();
|
|
|
this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
|
|
|
- this.pbClose = new System.Windows.Forms.PictureBox();
|
|
|
+ this.btnSaveDefalutPara = new System.Windows.Forms.Button();
|
|
|
this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).BeginInit();
|
|
@@ -82,7 +84,6 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label1
|
|
@@ -107,6 +108,20 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(576, 33);
|
|
|
this.panel1.TabIndex = 3;
|
|
|
//
|
|
|
+ // pbClose
|
|
|
+ //
|
|
|
+ this.pbClose.BackColor = System.Drawing.Color.Black;
|
|
|
+ this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
+ this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
+ this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.pbClose.Location = new System.Drawing.Point(544, 0);
|
|
|
+ this.pbClose.Name = "pbClose";
|
|
|
+ this.pbClose.Size = new System.Drawing.Size(32, 33);
|
|
|
+ this.pbClose.TabIndex = 106;
|
|
|
+ this.pbClose.TabStop = false;
|
|
|
+ this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
+ //
|
|
|
// tbCutHoleFilePath
|
|
|
//
|
|
|
this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
|
|
@@ -315,7 +330,7 @@
|
|
|
this.label54.Name = "label54";
|
|
|
this.label54.Size = new System.Drawing.Size(91, 14);
|
|
|
this.label54.TabIndex = 89;
|
|
|
- this.label54.Text = "拍照放大位数";
|
|
|
+ this.label54.Text = "拍照放大倍数";
|
|
|
//
|
|
|
// label46
|
|
|
//
|
|
@@ -339,7 +354,7 @@
|
|
|
this.label42.Name = "label42";
|
|
|
this.label42.Size = new System.Drawing.Size(119, 14);
|
|
|
this.label42.TabIndex = 87;
|
|
|
- this.label42.Text = "定位切割放大位数";
|
|
|
+ this.label42.Text = "定位切割放大倍数";
|
|
|
//
|
|
|
// label38
|
|
|
//
|
|
@@ -351,7 +366,7 @@
|
|
|
this.label38.Name = "label38";
|
|
|
this.label38.Size = new System.Drawing.Size(119, 14);
|
|
|
this.label38.TabIndex = 86;
|
|
|
- this.label38.Text = "拉直操作放大位数";
|
|
|
+ this.label38.Text = "拉直操作放大倍数";
|
|
|
//
|
|
|
// chkWIsP
|
|
|
//
|
|
@@ -432,7 +447,7 @@
|
|
|
//
|
|
|
this.btnCreateConfig.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnCreateConfig.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.btnCreateConfig.Location = new System.Drawing.Point(433, 381);
|
|
|
+ this.btnCreateConfig.Location = new System.Drawing.Point(14, 384);
|
|
|
this.btnCreateConfig.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnCreateConfig.Name = "btnCreateConfig";
|
|
|
this.btnCreateConfig.Size = new System.Drawing.Size(135, 41);
|
|
@@ -593,19 +608,18 @@
|
|
|
this.pbCutHoleFile.TabStop = false;
|
|
|
this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
|
|
|
//
|
|
|
- // pbClose
|
|
|
+ // btnSaveDefalutPara
|
|
|
//
|
|
|
- this.pbClose.BackColor = System.Drawing.Color.Black;
|
|
|
- this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
- this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
- this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
- this.pbClose.Location = new System.Drawing.Point(544, 0);
|
|
|
- this.pbClose.Name = "pbClose";
|
|
|
- this.pbClose.Size = new System.Drawing.Size(32, 33);
|
|
|
- this.pbClose.TabIndex = 106;
|
|
|
- this.pbClose.TabStop = false;
|
|
|
- this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
+ this.btnSaveDefalutPara.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.btnSaveDefalutPara.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.btnSaveDefalutPara.Location = new System.Drawing.Point(432, 384);
|
|
|
+ this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";
|
|
|
+ this.btnSaveDefalutPara.Size = new System.Drawing.Size(135, 41);
|
|
|
+ this.btnSaveDefalutPara.TabIndex = 112;
|
|
|
+ this.btnSaveDefalutPara.Text = "保存默认值";
|
|
|
+ this.btnSaveDefalutPara.UseVisualStyleBackColor = true;
|
|
|
+ this.btnSaveDefalutPara.Click += new System.EventHandler(this.btnSaveDefalutPara_Click);
|
|
|
//
|
|
|
// UControl_Init
|
|
|
//
|
|
@@ -613,6 +627,7 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.Controls.Add(this.btnSaveDefalutPara);
|
|
|
this.Controls.Add(this.label50);
|
|
|
this.Controls.Add(this.pbDelWLZ);
|
|
|
this.Controls.Add(this.pbDelWQGD);
|
|
@@ -659,6 +674,7 @@
|
|
|
this.Load += new System.EventHandler(this.UControl_Init_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).EndInit();
|
|
@@ -670,7 +686,6 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -720,5 +735,6 @@
|
|
|
private System.Windows.Forms.PictureBox pbDelWQGD;
|
|
|
private System.Windows.Forms.PictureBox pbWQGFDel;
|
|
|
private System.Windows.Forms.PictureBox pbDelWLZ;
|
|
|
+ private System.Windows.Forms.Button btnSaveDefalutPara;
|
|
|
}
|
|
|
}
|