ab56a9bcf7
SVN-Revision: r240
823 lines
40 KiB
C#
823 lines
40 KiB
C#
|
|
namespace Lskj.WorkshopProgram.Control
|
|
{
|
|
partial class BarcodePrinting
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.inputBox = new DevExpress.XtraEditors.PanelControl();
|
|
this.personName = new System.Windows.Forms.Label();
|
|
this.changeShifts = new System.Windows.Forms.ComboBox();
|
|
this.processingSurface = new System.Windows.Forms.ComboBox();
|
|
this.substrateApplication = new System.Windows.Forms.TextBox();
|
|
this.numberOfSlices = new System.Windows.Forms.TextBox();
|
|
this.joint = new System.Windows.Forms.TextBox();
|
|
this.length = new System.Windows.Forms.TextBox();
|
|
this.volumeNumber = new System.Windows.Forms.TextBox();
|
|
this.proPersonEdit = new System.Windows.Forms.TextBox();
|
|
this.proMachineEdit = new System.Windows.Forms.TextBox();
|
|
this.proGroupEdit = new System.Windows.Forms.TextBox();
|
|
this.netWeight = new System.Windows.Forms.TextBox();
|
|
this.grossWeight = new System.Windows.Forms.TextBox();
|
|
this.paperCoreWeight = new System.Windows.Forms.TextBox();
|
|
this.proBillCodeEdit = new System.Windows.Forms.TextBox();
|
|
this.taskWeight = new System.Windows.Forms.TextBox();
|
|
this.specEdit = new System.Windows.Forms.TextBox();
|
|
this.thickness = new System.Windows.Forms.TextBox();
|
|
this.broadening = new System.Windows.Forms.TextBox();
|
|
this.substrateName = new System.Windows.Forms.TextBox();
|
|
this.customerEdit = new System.Windows.Forms.TextBox();
|
|
this.barCodeEdit = new System.Windows.Forms.TextBox();
|
|
this.dateTimeEdit = new System.Windows.Forms.DateTimePicker();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.operationBox = new DevExpress.XtraEditors.PanelControl();
|
|
this.saveButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.formatButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.AddButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.previewButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.detailBox = new DevExpress.XtraEditors.PanelControl();
|
|
this.groupBox = new System.Windows.Forms.GroupBox();
|
|
this.BarcodeDetails = new Lskj.Control.GridControlEx();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.invalidButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.reprintButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.inputBox)).BeginInit();
|
|
this.inputBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.operationBox)).BeginInit();
|
|
this.operationBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailBox)).BeginInit();
|
|
this.detailBox.SuspendLayout();
|
|
this.groupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMain
|
|
//
|
|
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.splitMain.Name = "splitMain";
|
|
this.splitMain.Panel1.Controls.Add(this.inputBox);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.detailBox);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(1043, 685);
|
|
this.splitMain.SplitterPosition = 625;
|
|
this.splitMain.TabIndex = 0;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
//
|
|
// inputBox
|
|
//
|
|
this.inputBox.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.inputBox.Appearance.Options.UseBackColor = true;
|
|
this.inputBox.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.inputBox.Controls.Add(this.personName);
|
|
this.inputBox.Controls.Add(this.changeShifts);
|
|
this.inputBox.Controls.Add(this.processingSurface);
|
|
this.inputBox.Controls.Add(this.substrateApplication);
|
|
this.inputBox.Controls.Add(this.numberOfSlices);
|
|
this.inputBox.Controls.Add(this.joint);
|
|
this.inputBox.Controls.Add(this.length);
|
|
this.inputBox.Controls.Add(this.volumeNumber);
|
|
this.inputBox.Controls.Add(this.proPersonEdit);
|
|
this.inputBox.Controls.Add(this.proMachineEdit);
|
|
this.inputBox.Controls.Add(this.proGroupEdit);
|
|
this.inputBox.Controls.Add(this.netWeight);
|
|
this.inputBox.Controls.Add(this.grossWeight);
|
|
this.inputBox.Controls.Add(this.paperCoreWeight);
|
|
this.inputBox.Controls.Add(this.proBillCodeEdit);
|
|
this.inputBox.Controls.Add(this.taskWeight);
|
|
this.inputBox.Controls.Add(this.specEdit);
|
|
this.inputBox.Controls.Add(this.thickness);
|
|
this.inputBox.Controls.Add(this.broadening);
|
|
this.inputBox.Controls.Add(this.substrateName);
|
|
this.inputBox.Controls.Add(this.customerEdit);
|
|
this.inputBox.Controls.Add(this.barCodeEdit);
|
|
this.inputBox.Controls.Add(this.dateTimeEdit);
|
|
this.inputBox.Controls.Add(this.label24);
|
|
this.inputBox.Controls.Add(this.label23);
|
|
this.inputBox.Controls.Add(this.label22);
|
|
this.inputBox.Controls.Add(this.label21);
|
|
this.inputBox.Controls.Add(this.label20);
|
|
this.inputBox.Controls.Add(this.label19);
|
|
this.inputBox.Controls.Add(this.label18);
|
|
this.inputBox.Controls.Add(this.label17);
|
|
this.inputBox.Controls.Add(this.label16);
|
|
this.inputBox.Controls.Add(this.label15);
|
|
this.inputBox.Controls.Add(this.label14);
|
|
this.inputBox.Controls.Add(this.label13);
|
|
this.inputBox.Controls.Add(this.label12);
|
|
this.inputBox.Controls.Add(this.label11);
|
|
this.inputBox.Controls.Add(this.label10);
|
|
this.inputBox.Controls.Add(this.label9);
|
|
this.inputBox.Controls.Add(this.label8);
|
|
this.inputBox.Controls.Add(this.label7);
|
|
this.inputBox.Controls.Add(this.label6);
|
|
this.inputBox.Controls.Add(this.label5);
|
|
this.inputBox.Controls.Add(this.label4);
|
|
this.inputBox.Controls.Add(this.label3);
|
|
this.inputBox.Controls.Add(this.label2);
|
|
this.inputBox.Controls.Add(this.operationBox);
|
|
this.inputBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.inputBox.Location = new System.Drawing.Point(0, 0);
|
|
this.inputBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.inputBox.Name = "inputBox";
|
|
this.inputBox.Size = new System.Drawing.Size(625, 685);
|
|
this.inputBox.TabIndex = 0;
|
|
//
|
|
// personName
|
|
//
|
|
this.personName.AutoSize = true;
|
|
this.personName.Location = new System.Drawing.Point(289, 440);
|
|
this.personName.Name = "personName";
|
|
this.personName.Size = new System.Drawing.Size(68, 18);
|
|
this.personName.TabIndex = 52;
|
|
this.personName.Text = "人员名称";
|
|
//
|
|
// changeShifts
|
|
//
|
|
this.changeShifts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.changeShifts.FormattingEnabled = true;
|
|
this.changeShifts.Items.AddRange(new object[] {
|
|
"AB",
|
|
"BA"});
|
|
this.changeShifts.Location = new System.Drawing.Point(451, 576);
|
|
this.changeShifts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.changeShifts.Name = "changeShifts";
|
|
this.changeShifts.Size = new System.Drawing.Size(121, 26);
|
|
this.changeShifts.TabIndex = 51;
|
|
//
|
|
// processingSurface
|
|
//
|
|
this.processingSurface.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.processingSurface.FormattingEnabled = true;
|
|
this.processingSurface.Items.AddRange(new object[] {
|
|
"内",
|
|
"外",
|
|
"无"});
|
|
this.processingSurface.Location = new System.Drawing.Point(451, 529);
|
|
this.processingSurface.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.processingSurface.Name = "processingSurface";
|
|
this.processingSurface.Size = new System.Drawing.Size(121, 26);
|
|
this.processingSurface.TabIndex = 50;
|
|
//
|
|
// substrateApplication
|
|
//
|
|
this.substrateApplication.Location = new System.Drawing.Point(147, 576);
|
|
this.substrateApplication.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.substrateApplication.Name = "substrateApplication";
|
|
this.substrateApplication.Size = new System.Drawing.Size(177, 26);
|
|
this.substrateApplication.TabIndex = 49;
|
|
//
|
|
// numberOfSlices
|
|
//
|
|
this.numberOfSlices.Location = new System.Drawing.Point(147, 531);
|
|
this.numberOfSlices.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.numberOfSlices.Name = "numberOfSlices";
|
|
this.numberOfSlices.Size = new System.Drawing.Size(140, 26);
|
|
this.numberOfSlices.TabIndex = 48;
|
|
//
|
|
// joint
|
|
//
|
|
this.joint.Location = new System.Drawing.Point(451, 482);
|
|
this.joint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.joint.Name = "joint";
|
|
this.joint.Size = new System.Drawing.Size(140, 26);
|
|
this.joint.TabIndex = 47;
|
|
//
|
|
// length
|
|
//
|
|
this.length.Location = new System.Drawing.Point(147, 482);
|
|
this.length.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.length.Name = "length";
|
|
this.length.Size = new System.Drawing.Size(140, 26);
|
|
this.length.TabIndex = 46;
|
|
//
|
|
// volumeNumber
|
|
//
|
|
this.volumeNumber.Location = new System.Drawing.Point(451, 432);
|
|
this.volumeNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.volumeNumber.Name = "volumeNumber";
|
|
this.volumeNumber.Size = new System.Drawing.Size(140, 26);
|
|
this.volumeNumber.TabIndex = 45;
|
|
//
|
|
// proPersonEdit
|
|
//
|
|
this.proPersonEdit.Location = new System.Drawing.Point(147, 432);
|
|
this.proPersonEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.proPersonEdit.Name = "proPersonEdit";
|
|
this.proPersonEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.proPersonEdit.TabIndex = 44;
|
|
//
|
|
// proMachineEdit
|
|
//
|
|
this.proMachineEdit.Location = new System.Drawing.Point(451, 378);
|
|
this.proMachineEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.proMachineEdit.Name = "proMachineEdit";
|
|
this.proMachineEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.proMachineEdit.TabIndex = 43;
|
|
//
|
|
// proGroupEdit
|
|
//
|
|
this.proGroupEdit.Location = new System.Drawing.Point(147, 378);
|
|
this.proGroupEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.proGroupEdit.Name = "proGroupEdit";
|
|
this.proGroupEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.proGroupEdit.TabIndex = 42;
|
|
//
|
|
// netWeight
|
|
//
|
|
this.netWeight.Location = new System.Drawing.Point(451, 322);
|
|
this.netWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.netWeight.Name = "netWeight";
|
|
this.netWeight.Size = new System.Drawing.Size(140, 26);
|
|
this.netWeight.TabIndex = 41;
|
|
//
|
|
// grossWeight
|
|
//
|
|
this.grossWeight.Location = new System.Drawing.Point(147, 322);
|
|
this.grossWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.grossWeight.Name = "grossWeight";
|
|
this.grossWeight.Size = new System.Drawing.Size(140, 26);
|
|
this.grossWeight.TabIndex = 40;
|
|
//
|
|
// paperCoreWeight
|
|
//
|
|
this.paperCoreWeight.Location = new System.Drawing.Point(451, 269);
|
|
this.paperCoreWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.paperCoreWeight.Name = "paperCoreWeight";
|
|
this.paperCoreWeight.Size = new System.Drawing.Size(140, 26);
|
|
this.paperCoreWeight.TabIndex = 39;
|
|
//
|
|
// proBillCodeEdit
|
|
//
|
|
this.proBillCodeEdit.Location = new System.Drawing.Point(147, 269);
|
|
this.proBillCodeEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.proBillCodeEdit.Name = "proBillCodeEdit";
|
|
this.proBillCodeEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.proBillCodeEdit.TabIndex = 38;
|
|
//
|
|
// taskWeight
|
|
//
|
|
this.taskWeight.Location = new System.Drawing.Point(451, 216);
|
|
this.taskWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.taskWeight.Name = "taskWeight";
|
|
this.taskWeight.Size = new System.Drawing.Size(140, 26);
|
|
this.taskWeight.TabIndex = 37;
|
|
//
|
|
// specEdit
|
|
//
|
|
this.specEdit.Location = new System.Drawing.Point(147, 216);
|
|
this.specEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.specEdit.Name = "specEdit";
|
|
this.specEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.specEdit.TabIndex = 36;
|
|
//
|
|
// thickness
|
|
//
|
|
this.thickness.Location = new System.Drawing.Point(451, 160);
|
|
this.thickness.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.thickness.Name = "thickness";
|
|
this.thickness.Size = new System.Drawing.Size(140, 26);
|
|
this.thickness.TabIndex = 35;
|
|
//
|
|
// broadening
|
|
//
|
|
this.broadening.Location = new System.Drawing.Point(147, 160);
|
|
this.broadening.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.broadening.Name = "broadening";
|
|
this.broadening.Size = new System.Drawing.Size(140, 26);
|
|
this.broadening.TabIndex = 34;
|
|
//
|
|
// substrateName
|
|
//
|
|
this.substrateName.Location = new System.Drawing.Point(136, 112);
|
|
this.substrateName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.substrateName.Name = "substrateName";
|
|
this.substrateName.Size = new System.Drawing.Size(415, 26);
|
|
this.substrateName.TabIndex = 33;
|
|
//
|
|
// customerEdit
|
|
//
|
|
this.customerEdit.Location = new System.Drawing.Point(136, 68);
|
|
this.customerEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.customerEdit.Name = "customerEdit";
|
|
this.customerEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.customerEdit.TabIndex = 32;
|
|
//
|
|
// barCodeEdit
|
|
//
|
|
this.barCodeEdit.Location = new System.Drawing.Point(136, 19);
|
|
this.barCodeEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.barCodeEdit.Name = "barCodeEdit";
|
|
this.barCodeEdit.Size = new System.Drawing.Size(140, 26);
|
|
this.barCodeEdit.TabIndex = 31;
|
|
//
|
|
// dateTimeEdit
|
|
//
|
|
this.dateTimeEdit.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dateTimeEdit.Location = new System.Drawing.Point(445, 20);
|
|
this.dateTimeEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.dateTimeEdit.Name = "dateTimeEdit";
|
|
this.dateTimeEdit.Size = new System.Drawing.Size(144, 26);
|
|
this.dateTimeEdit.TabIndex = 30;
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label24.Location = new System.Drawing.Point(347, 572);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(82, 24);
|
|
this.label24.TabIndex = 29;
|
|
this.label24.Text = "交 接 班";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label23.Location = new System.Drawing.Point(347, 527);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(82, 24);
|
|
this.label23.TabIndex = 28;
|
|
this.label23.Text = "处 里 面";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label22.Location = new System.Drawing.Point(38, 572);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(90, 24);
|
|
this.label22.TabIndex = 27;
|
|
this.label22.Text = "基材用途";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label21.Location = new System.Drawing.Point(38, 527);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(110, 24);
|
|
this.label21.TabIndex = 26;
|
|
this.label21.Text = "片数或千只";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label20.Location = new System.Drawing.Point(347, 479);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(86, 24);
|
|
this.label20.TabIndex = 25;
|
|
this.label20.Text = "接 头";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label19.Location = new System.Drawing.Point(38, 479);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(86, 24);
|
|
this.label19.TabIndex = 24;
|
|
this.label19.Text = "长 度";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label18.Location = new System.Drawing.Point(347, 428);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(86, 24);
|
|
this.label18.TabIndex = 23;
|
|
this.label18.Text = "卷 号";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label17.Location = new System.Drawing.Point(38, 428);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(90, 24);
|
|
this.label17.TabIndex = 22;
|
|
this.label17.Text = "生产人员";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label16.Location = new System.Drawing.Point(347, 373);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(90, 24);
|
|
this.label16.TabIndex = 21;
|
|
this.label16.Text = "生产机台";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label15.Location = new System.Drawing.Point(38, 373);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(90, 24);
|
|
this.label15.TabIndex = 20;
|
|
this.label15.Text = "生产班组";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label14.Location = new System.Drawing.Point(351, 318);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(86, 24);
|
|
this.label14.TabIndex = 19;
|
|
this.label14.Text = "净 重";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label13.Location = new System.Drawing.Point(38, 318);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(86, 24);
|
|
this.label13.TabIndex = 18;
|
|
this.label13.Text = "毛 重";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label12.Location = new System.Drawing.Point(285, 266);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(66, 24);
|
|
this.label12.TabIndex = 17;
|
|
this.label12.Text = "(扫描)";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label11.Location = new System.Drawing.Point(38, 266);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(90, 24);
|
|
this.label11.TabIndex = 16;
|
|
this.label11.Text = "生产单号";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label10.Location = new System.Drawing.Point(351, 266);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(82, 24);
|
|
this.label10.TabIndex = 15;
|
|
this.label10.Text = "纸 芯 重";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label9.Location = new System.Drawing.Point(347, 212);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(90, 24);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.Text = "任务重量";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label8.Location = new System.Drawing.Point(38, 212);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(90, 24);
|
|
this.label8.TabIndex = 13;
|
|
this.label8.Text = "基材规格";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label7.Location = new System.Drawing.Point(351, 156);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(89, 24);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "厚 度 (μ)";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label6.Location = new System.Drawing.Point(38, 156);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(100, 24);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "展宽(mm)";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label5.Location = new System.Drawing.Point(38, 108);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(90, 24);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "基材名称";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label4.Location = new System.Drawing.Point(351, 18);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(86, 24);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "日 期";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label3.Location = new System.Drawing.Point(38, 64);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(90, 24);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "客户简称";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.label2.Location = new System.Drawing.Point(38, 18);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(90, 24);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "条码编号";
|
|
//
|
|
// operationBox
|
|
//
|
|
this.operationBox.Controls.Add(this.saveButton);
|
|
this.operationBox.Controls.Add(this.formatButton);
|
|
this.operationBox.Controls.Add(this.AddButton);
|
|
this.operationBox.Controls.Add(this.previewButton);
|
|
this.operationBox.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.operationBox.Location = new System.Drawing.Point(0, 621);
|
|
this.operationBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.operationBox.Name = "operationBox";
|
|
this.operationBox.Size = new System.Drawing.Size(625, 64);
|
|
this.operationBox.TabIndex = 6;
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.Location = new System.Drawing.Point(456, 12);
|
|
this.saveButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.saveButton.Name = "saveButton";
|
|
this.saveButton.Size = new System.Drawing.Size(93, 46);
|
|
this.saveButton.TabIndex = 1;
|
|
this.saveButton.Text = "保存(F12)";
|
|
//
|
|
// formatButton
|
|
//
|
|
this.formatButton.Location = new System.Drawing.Point(171, 12);
|
|
this.formatButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.formatButton.Name = "formatButton";
|
|
this.formatButton.Size = new System.Drawing.Size(93, 46);
|
|
this.formatButton.TabIndex = 3;
|
|
this.formatButton.Text = "设计格式";
|
|
//
|
|
// AddButton
|
|
//
|
|
this.AddButton.Location = new System.Drawing.Point(29, 12);
|
|
this.AddButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.AddButton.Name = "AddButton";
|
|
this.AddButton.Size = new System.Drawing.Size(93, 46);
|
|
this.AddButton.TabIndex = 0;
|
|
this.AddButton.Text = "新增(F2)";
|
|
//
|
|
// previewButton
|
|
//
|
|
this.previewButton.Location = new System.Drawing.Point(309, 12);
|
|
this.previewButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.previewButton.Name = "previewButton";
|
|
this.previewButton.Size = new System.Drawing.Size(93, 46);
|
|
this.previewButton.TabIndex = 2;
|
|
this.previewButton.Text = "预览";
|
|
//
|
|
// detailBox
|
|
//
|
|
this.detailBox.Controls.Add(this.groupBox);
|
|
this.detailBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.detailBox.Location = new System.Drawing.Point(0, 0);
|
|
this.detailBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.detailBox.Name = "detailBox";
|
|
this.detailBox.Size = new System.Drawing.Size(412, 685);
|
|
this.detailBox.TabIndex = 3;
|
|
//
|
|
// groupBox
|
|
//
|
|
this.groupBox.Controls.Add(this.BarcodeDetails);
|
|
this.groupBox.Controls.Add(this.panelControl3);
|
|
this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.groupBox.Location = new System.Drawing.Point(2, 2);
|
|
this.groupBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox.Name = "groupBox";
|
|
this.groupBox.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox.Size = new System.Drawing.Size(408, 681);
|
|
this.groupBox.TabIndex = 0;
|
|
this.groupBox.TabStop = false;
|
|
this.groupBox.Text = "条码明细";
|
|
//
|
|
// BarcodeDetails
|
|
//
|
|
this.BarcodeDetails.AdapterObj = null;
|
|
this.BarcodeDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.BarcodeDetails.Location = new System.Drawing.Point(3, 87);
|
|
this.BarcodeDetails.Margin = new System.Windows.Forms.Padding(6);
|
|
this.BarcodeDetails.Name = "BarcodeDetails";
|
|
this.BarcodeDetails.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.BarcodeDetails.Size = new System.Drawing.Size(402, 592);
|
|
this.BarcodeDetails.TabIndex = 53;
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.invalidButton);
|
|
this.panelControl3.Controls.Add(this.reprintButton);
|
|
this.panelControl3.Controls.Add(this.label1);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(3, 27);
|
|
this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(402, 60);
|
|
this.panelControl3.TabIndex = 4;
|
|
//
|
|
// invalidButton
|
|
//
|
|
this.invalidButton.Location = new System.Drawing.Point(313, 5);
|
|
this.invalidButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.invalidButton.Name = "invalidButton";
|
|
this.invalidButton.Size = new System.Drawing.Size(60, 40);
|
|
this.invalidButton.TabIndex = 5;
|
|
this.invalidButton.Text = "作废";
|
|
//
|
|
// reprintButton
|
|
//
|
|
this.reprintButton.Location = new System.Drawing.Point(233, 5);
|
|
this.reprintButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.reprintButton.Name = "reprintButton";
|
|
this.reprintButton.Size = new System.Drawing.Size(60, 40);
|
|
this.reprintButton.TabIndex = 4;
|
|
this.reprintButton.Text = "重打";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
this.label1.Location = new System.Drawing.Point(18, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(157, 18);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "共计[0]件,合计[0]KG";
|
|
//
|
|
// BarcodePrinting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitMain);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "BarcodePrinting";
|
|
this.Size = new System.Drawing.Size(1043, 685);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.inputBox)).EndInit();
|
|
this.inputBox.ResumeLayout(false);
|
|
this.inputBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.operationBox)).EndInit();
|
|
this.operationBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailBox)).EndInit();
|
|
this.detailBox.ResumeLayout(false);
|
|
this.groupBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.panelControl3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.PanelControl detailBox;
|
|
private System.Windows.Forms.GroupBox groupBox;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.SimpleButton invalidButton;
|
|
private DevExpress.XtraEditors.SimpleButton reprintButton;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.PanelControl inputBox;
|
|
private DevExpress.XtraEditors.PanelControl operationBox;
|
|
private DevExpress.XtraEditors.SimpleButton saveButton;
|
|
private DevExpress.XtraEditors.SimpleButton formatButton;
|
|
private DevExpress.XtraEditors.SimpleButton AddButton;
|
|
private DevExpress.XtraEditors.SimpleButton previewButton;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox thickness;
|
|
private System.Windows.Forms.TextBox broadening;
|
|
private System.Windows.Forms.TextBox substrateName;
|
|
private System.Windows.Forms.TextBox customerEdit;
|
|
private System.Windows.Forms.TextBox barCodeEdit;
|
|
private System.Windows.Forms.DateTimePicker dateTimeEdit;
|
|
private System.Windows.Forms.TextBox proMachineEdit;
|
|
private System.Windows.Forms.TextBox proGroupEdit;
|
|
private System.Windows.Forms.TextBox netWeight;
|
|
private System.Windows.Forms.TextBox grossWeight;
|
|
private System.Windows.Forms.TextBox paperCoreWeight;
|
|
private System.Windows.Forms.TextBox proBillCodeEdit;
|
|
private System.Windows.Forms.TextBox taskWeight;
|
|
private System.Windows.Forms.TextBox specEdit;
|
|
private System.Windows.Forms.TextBox substrateApplication;
|
|
private System.Windows.Forms.TextBox numberOfSlices;
|
|
private System.Windows.Forms.TextBox joint;
|
|
private System.Windows.Forms.TextBox length;
|
|
private System.Windows.Forms.TextBox volumeNumber;
|
|
private System.Windows.Forms.TextBox proPersonEdit;
|
|
private System.Windows.Forms.ComboBox changeShifts;
|
|
private System.Windows.Forms.ComboBox processingSurface;
|
|
private System.Windows.Forms.Label personName;
|
|
private Lskj.Control.GridControlEx BarcodeDetails;
|
|
}
|
|
}
|