1

parent abbc7e14
...@@ -37,11 +37,12 @@ ...@@ -37,11 +37,12 @@
this.btnSelectSaveFolder = new System.Windows.Forms.Button(); this.btnSelectSaveFolder = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button(); this.btnPrint = new System.Windows.Forms.Button();
this.cbxPrinter = new System.Windows.Forms.ComboBox(); this.cbxPrinter = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnExportImage // btnExportImage
// //
this.btnExportImage.Location = new System.Drawing.Point(117, 124); this.btnExportImage.Location = new System.Drawing.Point(12, 143);
this.btnExportImage.Name = "btnExportImage"; this.btnExportImage.Name = "btnExportImage";
this.btnExportImage.Size = new System.Drawing.Size(84, 23); this.btnExportImage.Size = new System.Drawing.Size(84, 23);
this.btnExportImage.TabIndex = 0; this.btnExportImage.TabIndex = 0;
...@@ -52,22 +53,22 @@ ...@@ -52,22 +53,22 @@
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 34); this.label1.Location = new System.Drawing.Point(-1, 34);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12); this.label1.Size = new System.Drawing.Size(137, 12);
this.label1.TabIndex = 1; this.label1.TabIndex = 1;
this.label1.Text = "选择源文件"; this.label1.Text = "选择源文件(不支持中文)";
// //
// tbxFileSource // tbxFileSource
// //
this.tbxFileSource.Location = new System.Drawing.Point(117, 27); this.tbxFileSource.Location = new System.Drawing.Point(152, 25);
this.tbxFileSource.Name = "tbxFileSource"; this.tbxFileSource.Name = "tbxFileSource";
this.tbxFileSource.Size = new System.Drawing.Size(340, 21); this.tbxFileSource.Size = new System.Drawing.Size(340, 21);
this.tbxFileSource.TabIndex = 2; this.tbxFileSource.TabIndex = 2;
// //
// btnSelectFile // btnSelectFile
// //
this.btnSelectFile.Location = new System.Drawing.Point(463, 27); this.btnSelectFile.Location = new System.Drawing.Point(498, 25);
this.btnSelectFile.Name = "btnSelectFile"; this.btnSelectFile.Name = "btnSelectFile";
this.btnSelectFile.Size = new System.Drawing.Size(40, 23); this.btnSelectFile.Size = new System.Drawing.Size(40, 23);
this.btnSelectFile.TabIndex = 3; this.btnSelectFile.TabIndex = 3;
...@@ -78,22 +79,22 @@ ...@@ -78,22 +79,22 @@
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 75); this.label2.Location = new System.Drawing.Point(-1, 75);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12); this.label2.Size = new System.Drawing.Size(149, 12);
this.label2.TabIndex = 4; this.label2.TabIndex = 4;
this.label2.Text = "选择导出目录"; this.label2.Text = "选择导出目录(不支持中文)";
// //
// tbxSaveFolder // tbxSaveFolder
// //
this.tbxSaveFolder.Location = new System.Drawing.Point(115, 72); this.tbxSaveFolder.Location = new System.Drawing.Point(150, 70);
this.tbxSaveFolder.Name = "tbxSaveFolder"; this.tbxSaveFolder.Name = "tbxSaveFolder";
this.tbxSaveFolder.Size = new System.Drawing.Size(340, 21); this.tbxSaveFolder.Size = new System.Drawing.Size(340, 21);
this.tbxSaveFolder.TabIndex = 5; this.tbxSaveFolder.TabIndex = 5;
// //
// btnSelectSaveFolder // btnSelectSaveFolder
// //
this.btnSelectSaveFolder.Location = new System.Drawing.Point(463, 72); this.btnSelectSaveFolder.Location = new System.Drawing.Point(498, 70);
this.btnSelectSaveFolder.Name = "btnSelectSaveFolder"; this.btnSelectSaveFolder.Name = "btnSelectSaveFolder";
this.btnSelectSaveFolder.Size = new System.Drawing.Size(40, 23); this.btnSelectSaveFolder.Size = new System.Drawing.Size(40, 23);
this.btnSelectSaveFolder.TabIndex = 6; this.btnSelectSaveFolder.TabIndex = 6;
...@@ -103,7 +104,7 @@ ...@@ -103,7 +104,7 @@
// //
// btnPrint // btnPrint
// //
this.btnPrint.Location = new System.Drawing.Point(439, 170); this.btnPrint.Location = new System.Drawing.Point(331, 110);
this.btnPrint.Name = "btnPrint"; this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(75, 23); this.btnPrint.Size = new System.Drawing.Size(75, 23);
this.btnPrint.TabIndex = 7; this.btnPrint.TabIndex = 7;
...@@ -114,20 +115,30 @@ ...@@ -114,20 +115,30 @@
// cbxPrinter // cbxPrinter
// //
this.cbxPrinter.FormattingEnabled = true; this.cbxPrinter.FormattingEnabled = true;
this.cbxPrinter.Location = new System.Drawing.Point(117, 170); this.cbxPrinter.Location = new System.Drawing.Point(150, 110);
this.cbxPrinter.Name = "cbxPrinter"; this.cbxPrinter.Name = "cbxPrinter";
this.cbxPrinter.Size = new System.Drawing.Size(155, 20); this.cbxPrinter.Size = new System.Drawing.Size(155, 20);
this.cbxPrinter.TabIndex = 8; this.cbxPrinter.TabIndex = 8;
// //
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "选择打印机";
//
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450); this.ClientSize = new System.Drawing.Size(553, 300);
this.Controls.Add(this.cbxPrinter); this.Controls.Add(this.cbxPrinter);
this.Controls.Add(this.btnPrint); this.Controls.Add(this.btnPrint);
this.Controls.Add(this.btnSelectSaveFolder); this.Controls.Add(this.btnSelectSaveFolder);
this.Controls.Add(this.tbxSaveFolder); this.Controls.Add(this.tbxSaveFolder);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.btnSelectFile); this.Controls.Add(this.btnSelectFile);
this.Controls.Add(this.tbxFileSource); this.Controls.Add(this.tbxFileSource);
...@@ -152,6 +163,7 @@ ...@@ -152,6 +163,7 @@
private System.Windows.Forms.Button btnSelectSaveFolder; private System.Windows.Forms.Button btnSelectSaveFolder;
private System.Windows.Forms.Button btnPrint; private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.ComboBox cbxPrinter; private System.Windows.Forms.ComboBox cbxPrinter;
private System.Windows.Forms.Label label3;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment