namespace UAS_Web
{
partial class PrinterList
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.Printer = new System.Windows.Forms.ComboBox();
this.Confirm = new System.Windows.Forms.Button();
this.PrintFile = new System.Drawing.Printing.PrintDocument();
this.SuspendLayout();
//
// Printer
//
this.Printer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Printer.FormattingEnabled = true;
this.Printer.Location = new System.Drawing.Point(29, 38);
this.Printer.Name = "Printer";
this.Printer.Size = new System.Drawing.Size(268, 29);
this.Printer.TabIndex = 0;
//
// Confirm
//
this.Confirm.Location = new System.Drawing.Point(125, 106);
this.Confirm.Name = "Confirm";
this.Confirm.Size = new System.Drawing.Size(75, 23);
this.Confirm.TabIndex = 1;
this.Confirm.Text = "确认";
this.Confirm.UseVisualStyleBackColor = true;
//
// PrinterList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(321, 170);
this.Controls.Add(this.Confirm);
this.Controls.Add(this.Printer);
this.Name = "PrinterList";
this.Text = "打印机列表";
this.Load += new System.EventHandler(this.PrinterList_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox Printer;
private System.Windows.Forms.Button Confirm;
private System.Drawing.Printing.PrintDocument PrintFile;
}
}