namespace PTMedicalInsurance.Forms
{
partial class PrintersForm
{
///
/// 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.uiPanel1 = new Sunny.UI.UIPanel();
this.btnOK = new Sunny.UI.UIButton();
this.uiLabel1 = new Sunny.UI.UILabel();
this.combPrinters = new Sunny.UI.UIComboBox();
this.radioDirection = new Sunny.UI.UIRadioButtonGroup();
this.uiPanel1.SuspendLayout();
this.SuspendLayout();
//
// uiPanel1
//
this.uiPanel1.Controls.Add(this.radioDirection);
this.uiPanel1.Controls.Add(this.btnOK);
this.uiPanel1.Controls.Add(this.uiLabel1);
this.uiPanel1.Controls.Add(this.combPrinters);
this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel1.Location = new System.Drawing.Point(0, 0);
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.Size = new System.Drawing.Size(714, 215);
this.uiPanel1.TabIndex = 0;
this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btnOK
//
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.Location = new System.Drawing.Point(561, 72);
this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(132, 45);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "确 定";
this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// uiLabel1
//
this.uiLabel1.BackColor = System.Drawing.Color.Transparent;
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.Location = new System.Drawing.Point(24, 29);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(159, 35);
this.uiLabel1.TabIndex = 1;
this.uiLabel1.Text = "打印机名称:";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// combPrinters
//
this.combPrinters.DataSource = null;
this.combPrinters.FillColor = System.Drawing.Color.White;
this.combPrinters.FilterMaxCount = 50;
this.combPrinters.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.combPrinters.Location = new System.Drawing.Point(183, 29);
this.combPrinters.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.combPrinters.MinimumSize = new System.Drawing.Size(63, 0);
this.combPrinters.Name = "combPrinters";
this.combPrinters.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.combPrinters.Size = new System.Drawing.Size(345, 45);
this.combPrinters.TabIndex = 0;
this.combPrinters.Text = "请选择";
this.combPrinters.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.combPrinters.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// radioDirection
//
this.radioDirection.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioDirection.Items.AddRange(new object[] {
"横向",
"纵向"});
this.radioDirection.Location = new System.Drawing.Point(30, 84);
this.radioDirection.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.radioDirection.MinimumSize = new System.Drawing.Size(1, 1);
this.radioDirection.Name = "radioDirection";
this.radioDirection.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.radioDirection.Size = new System.Drawing.Size(498, 95);
this.radioDirection.TabIndex = 3;
this.radioDirection.Text = "纸张方向";
this.radioDirection.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.radioDirection.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// PrintersForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(714, 215);
this.Controls.Add(this.uiPanel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PrintersForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择打印机";
this.Load += new System.EventHandler(this.frmPrinters_Load);
this.uiPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UIButton btnOK;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIComboBox combPrinters;
private Sunny.UI.UIRadioButtonGroup radioDirection;
}
}