锐腾搅拌上料功能
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.

223 lines
12 KiB

namespace ICSSoft.Frame.APP
{
partial class FormPhysicalInventoryCheck
{
/// <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(FormPhysicalInventoryCheck));
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtCheckNo = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.save = new DevExpress.XtraEditors.SimpleButton();
this.txtLotQTY = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtBarCode = new DevExpress.XtraEditors.TextEdit();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtCheckNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLotQTY.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtBarCode.Properties)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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(258, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 23);
this.btnClose.TabIndex = 5;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// 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(1, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(68, 23);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = "盘点扫描";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Location = new System.Drawing.Point(54, 45);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(33, 17);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "条码:";
//
// panelControl1
//
this.panelControl1.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.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.txtCheckNo);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.save);
this.panelControl1.Controls.Add(this.txtLotQTY);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.txtBarCode);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Location = new System.Drawing.Point(1, 27);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(283, 162);
this.panelControl1.TabIndex = 23;
//
// txtCheckNo
//
this.txtCheckNo.EditValue = "";
this.txtCheckNo.EnterMoveNextControl = true;
this.txtCheckNo.Location = new System.Drawing.Point(93, 12);
this.txtCheckNo.Name = "txtCheckNo";
this.txtCheckNo.Properties.Mask.EditMask = "\\d{0,9}";
this.txtCheckNo.Size = new System.Drawing.Size(137, 20);
this.txtCheckNo.TabIndex = 33;
this.txtCheckNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCheckNo_KeyDown);
this.txtCheckNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCheckNo_KeyPress);
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl3.Location = new System.Drawing.Point(26, 13);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(61, 17);
this.labelControl3.TabIndex = 32;
this.labelControl3.Text = "盘点单号:";
//
// save
//
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.save.Location = new System.Drawing.Point(105, 103);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(68, 23);
this.save.TabIndex = 31;
this.save.Text = "确定";
this.save.Click += new System.EventHandler(this.save_Click);
//
// txtLotQTY
//
this.txtLotQTY.EditValue = "";
this.txtLotQTY.EnterMoveNextControl = true;
this.txtLotQTY.Location = new System.Drawing.Point(93, 77);
this.txtLotQTY.Name = "txtLotQTY";
this.txtLotQTY.Properties.Mask.EditMask = "\\d{0,9}";
this.txtLotQTY.Size = new System.Drawing.Size(137, 20);
this.txtLotQTY.TabIndex = 5;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl2.Location = new System.Drawing.Point(26, 78);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(61, 17);
this.labelControl2.TabIndex = 4;
this.labelControl2.Text = "实盘数量:";
//
// txtBarCode
//
this.txtBarCode.EditValue = "";
this.txtBarCode.EnterMoveNextControl = true;
this.txtBarCode.Location = new System.Drawing.Point(93, 44);
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Properties.Mask.EditMask = "\\d{0,9}";
this.txtBarCode.Size = new System.Drawing.Size(137, 20);
this.txtBarCode.TabIndex = 3;
this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FormStackOut_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Green;
this.label1.Location = new System.Drawing.Point(105, 129);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 2;
this.label1.Text = "盘点成功";
this.label1.Visible = false;
//
// FormPhysicalInventoryCheck
//
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(285, 198);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormPhysicalInventoryCheck";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Shown += new System.EventHandler(this.FormStackOut_Shown);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FormStackOut_KeyPress);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtCheckNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtLotQTY.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtBarCode.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txtCode;
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.TextEdit txtBarCode;
private DevExpress.XtraEditors.TextEdit txtLotQTY;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.SimpleButton save;
private DevExpress.XtraEditors.TextEdit txtCheckNo;
private DevExpress.XtraEditors.LabelControl labelControl3;
}
}