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.
145 lines
6.4 KiB
145 lines
6.4 KiB
namespace QMAPP.WinForm.Forms.RePrint
|
|
{
|
|
partial class ReprintForm
|
|
{
|
|
/// <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(ReprintForm));
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbClose = new System.Windows.Forms.ToolStripButton();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbxProductCode = new System.Windows.Forms.TextBox();
|
|
this.lbinfo = new System.Windows.Forms.Label();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbSave,
|
|
this.tsbClose});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(484, 60);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbSave
|
|
//
|
|
this.tsbSave.AutoSize = false;
|
|
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
|
|
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSave.Name = "tsbSave";
|
|
this.tsbSave.Size = new System.Drawing.Size(100, 60);
|
|
this.tsbSave.Text = "打印";
|
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
|
//
|
|
// tsbClose
|
|
//
|
|
this.tsbClose.AutoSize = false;
|
|
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbClose.Image")));
|
|
this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbClose.Name = "tsbClose";
|
|
this.tsbClose.Size = new System.Drawing.Size(100, 60);
|
|
this.tsbClose.Text = "关闭";
|
|
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
|
this.label6.Location = new System.Drawing.Point(35, 142);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(11, 12);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "*";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label5.Location = new System.Drawing.Point(51, 140);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(93, 16);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "条码信息:";
|
|
//
|
|
// tbxProductCode
|
|
//
|
|
this.tbxProductCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.tbxProductCode.Location = new System.Drawing.Point(137, 135);
|
|
this.tbxProductCode.Name = "tbxProductCode";
|
|
this.tbxProductCode.Size = new System.Drawing.Size(285, 29);
|
|
this.tbxProductCode.TabIndex = 12;
|
|
//
|
|
// lbinfo
|
|
//
|
|
this.lbinfo.AutoSize = true;
|
|
this.lbinfo.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbinfo.Location = new System.Drawing.Point(88, 205);
|
|
this.lbinfo.Name = "lbinfo";
|
|
this.lbinfo.Size = new System.Drawing.Size(0, 27);
|
|
this.lbinfo.TabIndex = 13;
|
|
//
|
|
// ReprintForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(484, 462);
|
|
this.Controls.Add(this.lbinfo);
|
|
this.Controls.Add(this.tbxProductCode);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "ReprintForm";
|
|
this.Text = "自制件条码补打";
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbxProductCode;
|
|
private System.Windows.Forms.Label lbinfo;
|
|
|
|
}
|
|
}
|