ab56a9bcf7
SVN-Revision: r240
89 lines
3.4 KiB
C#
89 lines
3.4 KiB
C#
|
|
namespace Lskj.PrintTool
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.txtTemplateFile = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(41, 108);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(142, 43);
|
|
this.button2.TabIndex = 10;
|
|
this.button2.Text = "选择文件";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click_1);
|
|
//
|
|
// txtTemplateFile
|
|
//
|
|
this.txtTemplateFile.Location = new System.Drawing.Point(41, 46);
|
|
this.txtTemplateFile.Name = "txtTemplateFile";
|
|
this.txtTemplateFile.Size = new System.Drawing.Size(505, 25);
|
|
this.txtTemplateFile.TabIndex = 9;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(404, 108);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(142, 43);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "打印";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// FormMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(611, 216);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.txtTemplateFile);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "FormMain";
|
|
this.Text = "Form3";
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox txtTemplateFile;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |