|
|
namespace ICSSoft.Frame.APP { partial class FormICSItemLotPrint { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSItemLotPrint)); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.panel1 = new System.Windows.Forms.Panel(); this.chkShowDialogFlag = new DevExpress.XtraEditors.CheckEdit(); this.txtLOTNO = new DevExpress.XtraEditors.TextEdit(); this.txtTempName = new DevExpress.XtraEditors.LookUpEdit(); this.txtPrint = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).BeginInit(); this.SuspendLayout(); //
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(2, 7); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(84, 23); this.lblTitle.TabIndex = 19; this.lblTitle.Text = "标签复制"; //
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.WhiteSmoke; this.panel1.Controls.Add(this.chkShowDialogFlag); this.panel1.Controls.Add(this.txtLOTNO); this.panel1.Controls.Add(this.txtTempName); this.panel1.Controls.Add(this.txtPrint); this.panel1.Controls.Add(this.labelControl3); this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); this.panel1.Location = new System.Drawing.Point(1, 36); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(428, 226); this.panel1.TabIndex = 123; //
// chkShowDialogFlag
//
this.chkShowDialogFlag.EditValue = true; this.chkShowDialogFlag.Location = new System.Drawing.Point(48, 187); this.chkShowDialogFlag.Name = "chkShowDialogFlag"; this.chkShowDialogFlag.Properties.Caption = "是否预览"; this.chkShowDialogFlag.Size = new System.Drawing.Size(83, 19); this.chkShowDialogFlag.TabIndex = 10; //
// txtLOTNO
//
this.txtLOTNO.Location = new System.Drawing.Point(128, 37); this.txtLOTNO.Name = "txtLOTNO"; this.txtLOTNO.Size = new System.Drawing.Size(242, 20); this.txtLOTNO.TabIndex = 9; this.txtLOTNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLOTNO_KeyPress); //
// txtTempName
//
this.txtTempName.Location = new System.Drawing.Point(128, 86); 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 = 8; //
// txtPrint
//
this.txtPrint.Location = new System.Drawing.Point(128, 140); 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 = 6; //
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(50, 40); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 5; this.labelControl3.Text = "产品条码:"; //
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(50, 89); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 5; this.labelControl2.Text = "打印模板:"; //
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(50, 143); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(72, 14); this.labelControl1.TabIndex = 5; this.labelControl1.Text = "本地打印机:"; //
// btnClose
//
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(403, 4); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 30); this.btnClose.TabIndex = 29; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); //
// btnPrint
//
this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White; this.btnPrint.Appearance.Options.UseBackColor = true; this.btnPrint.Appearance.Options.UseFont = true; this.btnPrint.Appearance.Options.UseForeColor = true; this.btnPrint.Appearance.Options.UseTextOptions = true; this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image"))); this.btnPrint.Location = new System.Drawing.Point(77, 4); this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false; this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(80, 30); this.btnPrint.TabIndex = 122; this.btnPrint.Text = "打印条码"; this.btnPrint.Click += new System.EventHandler(this.simpleButton4_Click); //
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.Appearance.ForeColor = System.Drawing.Color.White; this.btnExit.Appearance.Options.UseFont = true; this.btnExit.Appearance.Options.UseForeColor = true; this.btnExit.Appearance.Options.UseTextOptions = true; this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Location = new System.Drawing.Point(157, 4); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(57, 30); this.btnExit.TabIndex = 37; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); //
// FormICSItemLotPrint
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; 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(429, 263); this.Controls.Add(this.panel1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnPrint); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSItemLotPrint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSItemLotPrint"; this.Load += new System.EventHandler(this.FormICSItemLotPrint_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.SimpleButton btnPrint; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.LookUpEdit txtTempName; private DevExpress.XtraEditors.ComboBoxEdit txtPrint; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txtLOTNO; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.CheckEdit chkShowDialogFlag; } }
|