You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
214 lines
11 KiB
214 lines
11 KiB
namespace ICSSoft.Base.Lable.PrintTool
|
|
{
|
|
partial class FormPrintDialog
|
|
{
|
|
/// <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.chkLPrint = new DevExpress.XtraEditors.CheckEdit();
|
|
this.chkFPrint = new DevExpress.XtraEditors.CheckEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPrint = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtTempName = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.txtPointName = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.chkShowDialogFlag = new DevExpress.XtraEditors.CheckEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPrintNum = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkLPrint.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkFPrint.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPointName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPrintNum.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// chkLPrint
|
|
//
|
|
this.chkLPrint.EditValue = true;
|
|
this.chkLPrint.Location = new System.Drawing.Point(15, 35);
|
|
this.chkLPrint.Name = "chkLPrint";
|
|
this.chkLPrint.Properties.Caption = "本地打印";
|
|
this.chkLPrint.Size = new System.Drawing.Size(83, 19);
|
|
this.chkLPrint.TabIndex = 0;
|
|
//
|
|
// chkFPrint
|
|
//
|
|
this.chkFPrint.Location = new System.Drawing.Point(15, 92);
|
|
this.chkFPrint.Name = "chkFPrint";
|
|
this.chkFPrint.Properties.Caption = "远程打印";
|
|
this.chkFPrint.Size = new System.Drawing.Size(83, 19);
|
|
this.chkFPrint.TabIndex = 0;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(17, 60);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
|
this.labelControl1.TabIndex = 1;
|
|
this.labelControl1.Text = "本地打印机:";
|
|
//
|
|
// txtPrint
|
|
//
|
|
this.txtPrint.Location = new System.Drawing.Point(95, 57);
|
|
this.txtPrint.Name = "txtPrint";
|
|
this.txtPrint.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtPrint.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.txtPrint.Size = new System.Drawing.Size(242, 20);
|
|
this.txtPrint.TabIndex = 2;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue;
|
|
this.labelControl2.Location = new System.Drawing.Point(17, 15);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl2.TabIndex = 3;
|
|
this.labelControl2.Text = "打印模板:";
|
|
//
|
|
// txtTempName
|
|
//
|
|
this.txtTempName.Location = new System.Drawing.Point(95, 12);
|
|
this.txtTempName.Name = "txtTempName";
|
|
this.txtTempName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtTempName.Properties.NullText = "";
|
|
this.txtTempName.Size = new System.Drawing.Size(242, 20);
|
|
this.txtTempName.TabIndex = 4;
|
|
//
|
|
// txtPointName
|
|
//
|
|
this.txtPointName.Location = new System.Drawing.Point(95, 119);
|
|
this.txtPointName.Name = "txtPointName";
|
|
this.txtPointName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtPointName.Properties.NullText = "";
|
|
this.txtPointName.Size = new System.Drawing.Size(242, 20);
|
|
this.txtPointName.TabIndex = 6;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(17, 122);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl3.TabIndex = 5;
|
|
this.labelControl3.Text = "打印地点:";
|
|
//
|
|
// chkShowDialogFlag
|
|
//
|
|
this.chkShowDialogFlag.EditValue = true;
|
|
this.chkShowDialogFlag.Location = new System.Drawing.Point(15, 154);
|
|
this.chkShowDialogFlag.Name = "chkShowDialogFlag";
|
|
this.chkShowDialogFlag.Properties.Caption = "是否预览";
|
|
this.chkShowDialogFlag.Size = new System.Drawing.Size(83, 19);
|
|
this.chkShowDialogFlag.TabIndex = 7;
|
|
this.chkShowDialogFlag.CheckedChanged += new System.EventHandler(this.chkShowDialogFlag_CheckedChanged);
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Blue;
|
|
this.labelControl4.Location = new System.Drawing.Point(17, 184);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl4.TabIndex = 8;
|
|
this.labelControl4.Text = "打印张数:";
|
|
//
|
|
// txtPrintNum
|
|
//
|
|
this.txtPrintNum.EditValue = "1";
|
|
this.txtPrintNum.Location = new System.Drawing.Point(95, 182);
|
|
this.txtPrintNum.Name = "txtPrintNum";
|
|
this.txtPrintNum.Properties.Mask.EditMask = "n0";
|
|
this.txtPrintNum.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtPrintNum.Size = new System.Drawing.Size(242, 20);
|
|
this.txtPrintNum.TabIndex = 9;
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.btnOk.Location = new System.Drawing.Point(262, 212);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOk.TabIndex = 10;
|
|
this.btnOk.Text = "打印";
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// FormPrintDialog
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(370, 247);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.txtPrintNum);
|
|
this.Controls.Add(this.labelControl4);
|
|
this.Controls.Add(this.chkShowDialogFlag);
|
|
this.Controls.Add(this.txtPointName);
|
|
this.Controls.Add(this.labelControl3);
|
|
this.Controls.Add(this.txtTempName);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.txtPrint);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.chkFPrint);
|
|
this.Controls.Add(this.chkLPrint);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormPrintDialog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "打印";
|
|
((System.ComponentModel.ISupportInitialize)(this.chkLPrint.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkFPrint.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPointName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPrintNum.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.CheckEdit chkLPrint;
|
|
private DevExpress.XtraEditors.CheckEdit chkFPrint;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.ComboBoxEdit txtPrint;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LookUpEdit txtTempName;
|
|
private DevExpress.XtraEditors.LookUpEdit txtPointName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.CheckEdit chkShowDialogFlag;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.TextEdit txtPrintNum;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
}
|
|
}
|