|
@@ -37,19 +37,21 @@ namespace OTSIncAReportApp._1_UI.Control_Grids
|
|
|
//
|
|
|
// tBox1
|
|
|
//
|
|
|
- this.tBox1.Location = new System.Drawing.Point(12, 23);
|
|
|
+ this.tBox1.Location = new System.Drawing.Point(8, 15);
|
|
|
+ this.tBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.tBox1.Name = "tBox1";
|
|
|
this.tBox1.ReadOnly = true;
|
|
|
- this.tBox1.Size = new System.Drawing.Size(568, 28);
|
|
|
+ this.tBox1.Size = new System.Drawing.Size(380, 21);
|
|
|
this.tBox1.TabIndex = 0;
|
|
|
//
|
|
|
// bt_Path
|
|
|
//
|
|
|
- this.bt_Path.Location = new System.Drawing.Point(607, 16);
|
|
|
- this.bt_Path.MaximumSize = new System.Drawing.Size(188, 38);
|
|
|
- this.bt_Path.MinimumSize = new System.Drawing.Size(188, 38);
|
|
|
+ this.bt_Path.Location = new System.Drawing.Point(405, 11);
|
|
|
+ this.bt_Path.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.bt_Path.MaximumSize = new System.Drawing.Size(125, 25);
|
|
|
+ this.bt_Path.MinimumSize = new System.Drawing.Size(125, 25);
|
|
|
this.bt_Path.Name = "bt_Path";
|
|
|
- this.bt_Path.Size = new System.Drawing.Size(188, 38);
|
|
|
+ this.bt_Path.Size = new System.Drawing.Size(125, 25);
|
|
|
this.bt_Path.TabIndex = 1;
|
|
|
this.bt_Path.Text = "选择导出Ececl路径";
|
|
|
this.bt_Path.UseVisualStyleBackColor = true;
|
|
@@ -58,19 +60,22 @@ namespace OTSIncAReportApp._1_UI.Control_Grids
|
|
|
// cB_SpectrumConfirmation
|
|
|
//
|
|
|
this.cB_SpectrumConfirmation.AutoSize = true;
|
|
|
- this.cB_SpectrumConfirmation.Location = new System.Drawing.Point(368, 89);
|
|
|
+ this.cB_SpectrumConfirmation.Location = new System.Drawing.Point(245, 59);
|
|
|
+ this.cB_SpectrumConfirmation.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.cB_SpectrumConfirmation.Name = "cB_SpectrumConfirmation";
|
|
|
- this.cB_SpectrumConfirmation.Size = new System.Drawing.Size(196, 22);
|
|
|
+ this.cB_SpectrumConfirmation.Size = new System.Drawing.Size(132, 16);
|
|
|
this.cB_SpectrumConfirmation.TabIndex = 2;
|
|
|
this.cB_SpectrumConfirmation.Text = "附带颗粒能谱谱峰图";
|
|
|
this.cB_SpectrumConfirmation.UseVisualStyleBackColor = true;
|
|
|
+ this.cB_SpectrumConfirmation.Visible = false;
|
|
|
this.cB_SpectrumConfirmation.CheckedChanged += new System.EventHandler(this.cB_SpectrumConfirmation_CheckedChanged);
|
|
|
//
|
|
|
// bt_Export
|
|
|
//
|
|
|
- this.bt_Export.Location = new System.Drawing.Point(607, 81);
|
|
|
+ this.bt_Export.Location = new System.Drawing.Point(405, 54);
|
|
|
+ this.bt_Export.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.bt_Export.Name = "bt_Export";
|
|
|
- this.bt_Export.Size = new System.Drawing.Size(188, 37);
|
|
|
+ this.bt_Export.Size = new System.Drawing.Size(125, 25);
|
|
|
this.bt_Export.TabIndex = 3;
|
|
|
this.bt_Export.Text = "导出Ececl";
|
|
|
this.bt_Export.UseVisualStyleBackColor = true;
|
|
@@ -78,13 +83,14 @@ namespace OTSIncAReportApp._1_UI.Control_Grids
|
|
|
//
|
|
|
// SpectrumExportConfirmation
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(807, 140);
|
|
|
+ this.ClientSize = new System.Drawing.Size(538, 93);
|
|
|
this.Controls.Add(this.bt_Export);
|
|
|
this.Controls.Add(this.cB_SpectrumConfirmation);
|
|
|
this.Controls.Add(this.bt_Path);
|
|
|
this.Controls.Add(this.tBox1);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "SpectrumExportConfirmation";
|