namespace dccdc.Report
{
partial class PrinterSetting
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrinterSetting));
this.btn_ok = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cbb_tm = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cbb_zj = new System.Windows.Forms.ComboBox();
this.cbb_bg = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.ccb_xp = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btn_ok
//
this.btn_ok.Location = new System.Drawing.Point(264, 319);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(75, 23);
this.btn_ok.TabIndex = 0;
this.btn_ok.Text = "保存";
this.btn_ok.UseVisualStyleBackColor = true;
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 1;
this.label1.Text = "条码打印机:";
//
// cbb_tm
//
this.cbb_tm.DisplayMember = "name";
this.cbb_tm.FormattingEnabled = true;
this.cbb_tm.Location = new System.Drawing.Point(95, 6);
this.cbb_tm.Name = "cbb_tm";
this.cbb_tm.Size = new System.Drawing.Size(226, 20);
this.cbb_tm.TabIndex = 2;
this.cbb_tm.ValueMember = "value";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 3;
this.label2.Text = "证件打印机:";
//
// cbb_zj
//
this.cbb_zj.DisplayMember = "name";
this.cbb_zj.FormattingEnabled = true;
this.cbb_zj.Location = new System.Drawing.Point(95, 32);
this.cbb_zj.Name = "cbb_zj";
this.cbb_zj.Size = new System.Drawing.Size(226, 20);
this.cbb_zj.TabIndex = 4;
this.cbb_zj.ValueMember = "value";
//
// cbb_bg
//
this.cbb_bg.DisplayMember = "name";
this.cbb_bg.FormattingEnabled = true;
this.cbb_bg.Location = new System.Drawing.Point(95, 58);
this.cbb_bg.Name = "cbb_bg";
this.cbb_bg.Size = new System.Drawing.Size(226, 20);
this.cbb_bg.TabIndex = 6;
this.cbb_bg.ValueMember = "value";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 5;
this.label3.Text = "报告打印机:";
//
// ccb_xp
//
this.ccb_xp.DisplayMember = "name";
this.ccb_xp.FormattingEnabled = true;
this.ccb_xp.Location = new System.Drawing.Point(95, 86);
this.ccb_xp.Name = "ccb_xp";
this.ccb_xp.Size = new System.Drawing.Size(226, 20);
this.ccb_xp.TabIndex = 8;
this.ccb_xp.ValueMember = "value";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 89);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 7;
this.label4.Text = "小票打印机:";
//
// PrinterSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(594, 354);
this.Controls.Add(this.ccb_xp);
this.Controls.Add(this.label4);
this.Controls.Add(this.cbb_bg);
this.Controls.Add(this.label3);
this.Controls.Add(this.cbb_zj);
this.Controls.Add(this.label2);
this.Controls.Add(this.cbb_tm);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_ok);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PrinterSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "报告打印机设置";
this.Load += new System.EventHandler(this.PrinterSetting_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_ok;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbb_tm;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbb_zj;
private System.Windows.Forms.ComboBox cbb_bg;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox ccb_xp;
private System.Windows.Forms.Label label4;
}
}