123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816 |
- namespace NXWMS.Forms.Balance.frmBalanceChild
- {
- partial class frmOperateBalanceInventory
- {
- /// <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.components = new System.ComponentModel.Container();
- this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.columnControl = new NXWMS.Client.FrmCustom.ColumnControl();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.dtpBeginTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
- this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtInventoryNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.numPercentage = new System.Windows.Forms.NumericUpDown();
- this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.cmbInventoryMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.cmbType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.dtpEndTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
- this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.ColumnBinCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnTrayCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnPalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnMaterielCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnMaterielName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnMaterielTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnMaterielTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnUnitName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnSupplierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnQTY = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
- this.ColumnActualInventoryQty = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
- this.ColumnDifferenceQty = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
- this.ColumnInventoryResultQty = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
- this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
- this.kryptonGroupBox1.Panel.SuspendLayout();
- this.kryptonGroupBox1.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numPercentage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbInventoryMode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
- this.kryptonGroupBox2.Panel.SuspendLayout();
- this.kryptonGroupBox2.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // kryptonGroupBox1
- //
- this.kryptonGroupBox1.CaptionOverlap = 0D;
- this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.kryptonGroupBox1.Name = "kryptonGroupBox1";
- //
- // kryptonGroupBox1.Panel
- //
- this.kryptonGroupBox1.Panel.Controls.Add(this.columnControl);
- this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel6);
- this.kryptonGroupBox1.Panel.Controls.Add(this.richDescibe);
- this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel2);
- this.kryptonGroupBox1.Size = new System.Drawing.Size(1218, 183);
- this.kryptonGroupBox1.TabIndex = 1;
- this.kryptonGroupBox1.Values.Heading = "盘点单主表:";
- //
- // columnControl
- //
- this.columnControl.ButtonSelect = null;
- this.columnControl.CellRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.columnControl.ConditionColumnCode = null;
- this.columnControl.ConditionColumnList = null;
- this.columnControl.InputDecimalLength = 0;
- this.columnControl.InputDecimalMax = 999999;
- this.columnControl.InputDecimalMin = 0;
- this.columnControl.IsAllowInput = false;
- this.columnControl.ItemColumn = null;
- this.columnControl.ItemColumnDic = null;
- this.columnControl.ItemControl = null;
- this.columnControl.ItemControlData = null;
- this.columnControl.ItemControlType = NXWMS.Client.FrmCustom.ColumnControl.ControlType.ComboBox;
- this.columnControl.Location = new System.Drawing.Point(838, 84);
- this.columnControl.Name = "columnControl";
- this.columnControl.ResultColumn = null;
- this.columnControl.ScreenRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.columnControl.SetLocationType = NXWMS.Client.FrmCustom.ColumnControl.LocationType.Cell;
- this.columnControl.ShowColumns = null;
- this.columnControl.ShowForm = null;
- this.columnControl.ShowFormProportion = 0.5D;
- this.columnControl.Size = new System.Drawing.Size(34, 23);
- this.columnControl.TabIndex = 49;
- this.columnControl.Title = "";
- this.columnControl.ToDataGridView = null;
- this.columnControl.Visible = false;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel1.ColumnCount = 3;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33112F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33444F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33445F));
- this.tableLayoutPanel1.Controls.Add(this.btnAdd, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.btnCancel, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 1, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(838, 110);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(365, 40);
- this.tableLayoutPanel1.TabIndex = 48;
- //
- // btnAdd
- //
- this.btnAdd.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.btnAdd.Location = new System.Drawing.Point(3, 3);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(115, 34);
- this.btnAdd.TabIndex = 3;
- this.btnAdd.Tag = "";
- this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
- this.btnAdd.Values.Text = "新增盘点明细";
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnCancel
- //
- this.btnCancel.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.btnCancel.Location = new System.Drawing.Point(245, 3);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(117, 34);
- this.btnCancel.TabIndex = 2;
- this.btnCancel.Tag = "";
- this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.exit;
- this.btnCancel.Values.Text = "取消";
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnConfirm
- //
- this.btnConfirm.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.btnConfirm.Location = new System.Drawing.Point(124, 3);
- this.btnConfirm.Name = "btnConfirm";
- this.btnConfirm.Size = new System.Drawing.Size(115, 34);
- this.btnConfirm.TabIndex = 1;
- this.btnConfirm.Tag = "";
- this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.save;
- this.btnConfirm.Values.Text = "保存";
- this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
- //
- // kryptonLabel6
- //
- this.kryptonLabel6.AutoSize = false;
- this.kryptonLabel6.Location = new System.Drawing.Point(10, 63);
- this.kryptonLabel6.Name = "kryptonLabel6";
- this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel6.Size = new System.Drawing.Size(87, 28);
- this.kryptonLabel6.TabIndex = 47;
- this.kryptonLabel6.Values.Text = "备注";
- //
- // richDescibe
- //
- this.richDescibe.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.richDescibe.Location = new System.Drawing.Point(103, 69);
- this.richDescibe.Name = "richDescibe";
- this.richDescibe.Size = new System.Drawing.Size(720, 81);
- this.richDescibe.TabIndex = 46;
- this.richDescibe.Tag = "DESCRIBE";
- this.richDescibe.Text = "";
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel2.ColumnCount = 11;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel2.Controls.Add(this.dtpBeginTime, 0, 1);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 0, 1);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 3, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 6, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 9, 0);
- this.tableLayoutPanel2.Controls.Add(this.txtInventoryNo, 1, 0);
- this.tableLayoutPanel2.Controls.Add(this.numPercentage, 7, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel13, 8, 0);
- this.tableLayoutPanel2.Controls.Add(this.cmbInventoryMode, 10, 0);
- this.tableLayoutPanel2.Controls.Add(this.cmbType, 4, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 3, 1);
- this.tableLayoutPanel2.Controls.Add(this.dtpEndTime, 4, 1);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 2;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(1214, 59);
- this.tableLayoutPanel2.TabIndex = 1;
- //
- // dtpBeginTime
- //
- this.dtpBeginTime.AlwaysActive = false;
- this.dtpBeginTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
- this.dtpBeginTime.Checked = false;
- this.dtpBeginTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
- this.dtpBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpBeginTime.Location = new System.Drawing.Point(103, 33);
- this.dtpBeginTime.Name = "dtpBeginTime";
- this.dtpBeginTime.ShowCheckBox = true;
- this.dtpBeginTime.Size = new System.Drawing.Size(172, 21);
- this.dtpBeginTime.TabIndex = 129;
- //
- // kryptonLabel1
- //
- this.kryptonLabel1.AutoSize = false;
- this.kryptonLabel1.Location = new System.Drawing.Point(3, 33);
- this.kryptonLabel1.Name = "kryptonLabel1";
- this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel1.Size = new System.Drawing.Size(94, 24);
- this.kryptonLabel1.TabIndex = 126;
- this.kryptonLabel1.Values.ExtraText = "\r\n";
- this.kryptonLabel1.Values.Text = "盘点开始时间";
- //
- // kryptonLabel9
- //
- this.kryptonLabel9.AutoSize = false;
- this.kryptonLabel9.Location = new System.Drawing.Point(314, 3);
- this.kryptonLabel9.Name = "kryptonLabel9";
- this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
- this.kryptonLabel9.TabIndex = 2;
- this.kryptonLabel9.Values.Text = "单据类型";
- //
- // kryptonLabel10
- //
- this.kryptonLabel10.AutoSize = false;
- this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
- this.kryptonLabel10.Name = "kryptonLabel10";
- this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
- this.kryptonLabel10.TabIndex = 0;
- this.kryptonLabel10.Values.ExtraText = "\r\n";
- this.kryptonLabel10.Values.Text = "盘点单号";
- //
- // kryptonLabel3
- //
- this.kryptonLabel3.AutoSize = false;
- this.kryptonLabel3.Location = new System.Drawing.Point(625, 3);
- this.kryptonLabel3.Name = "kryptonLabel3";
- this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
- this.kryptonLabel3.TabIndex = 11;
- this.kryptonLabel3.Values.Text = "随机盘点比例";
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.AutoSize = false;
- this.kryptonLabel4.Location = new System.Drawing.Point(936, 3);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
- this.kryptonLabel4.TabIndex = 13;
- this.kryptonLabel4.Values.Text = "盘点方式";
- //
- // txtInventoryNo
- //
- this.txtInventoryNo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtInventoryNo.Location = new System.Drawing.Point(103, 3);
- this.txtInventoryNo.Name = "txtInventoryNo";
- this.txtInventoryNo.Size = new System.Drawing.Size(175, 23);
- this.txtInventoryNo.TabIndex = 1;
- //
- // numPercentage
- //
- this.numPercentage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.numPercentage.Location = new System.Drawing.Point(725, 3);
- this.numPercentage.Name = "numPercentage";
- this.numPercentage.Size = new System.Drawing.Size(175, 21);
- this.numPercentage.TabIndex = 122;
- //
- // kryptonLabel13
- //
- this.kryptonLabel13.Location = new System.Drawing.Point(906, 3);
- this.kryptonLabel13.Name = "kryptonLabel13";
- this.kryptonLabel13.Size = new System.Drawing.Size(21, 20);
- this.kryptonLabel13.TabIndex = 123;
- this.kryptonLabel13.Values.Text = "%";
- //
- // cmbInventoryMode
- //
- this.cmbInventoryMode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbInventoryMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbInventoryMode.DropDownWidth = 175;
- this.cmbInventoryMode.Enabled = false;
- this.cmbInventoryMode.Location = new System.Drawing.Point(1036, 3);
- this.cmbInventoryMode.Name = "cmbInventoryMode";
- this.cmbInventoryMode.Size = new System.Drawing.Size(175, 21);
- this.cmbInventoryMode.TabIndex = 124;
- //
- // cmbType
- //
- this.cmbType.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbType.DropDownWidth = 175;
- this.cmbType.Enabled = false;
- this.cmbType.Location = new System.Drawing.Point(414, 3);
- this.cmbType.Name = "cmbType";
- this.cmbType.Size = new System.Drawing.Size(175, 21);
- this.cmbType.TabIndex = 125;
- //
- // kryptonLabel2
- //
- this.kryptonLabel2.AutoSize = false;
- this.kryptonLabel2.Location = new System.Drawing.Point(314, 33);
- this.kryptonLabel2.Name = "kryptonLabel2";
- this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
- this.kryptonLabel2.TabIndex = 128;
- this.kryptonLabel2.Values.ExtraText = "\r\n";
- this.kryptonLabel2.Values.Text = "盘点结束时间";
- //
- // dtpEndTime
- //
- this.dtpEndTime.AlwaysActive = false;
- this.dtpEndTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
- this.dtpEndTime.Checked = false;
- this.dtpEndTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
- this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEndTime.Location = new System.Drawing.Point(414, 33);
- this.dtpEndTime.Name = "dtpEndTime";
- this.dtpEndTime.ShowCheckBox = true;
- this.dtpEndTime.Size = new System.Drawing.Size(172, 21);
- this.dtpEndTime.TabIndex = 127;
- //
- // dataGridView
- //
- this.dataGridView.AllowUserToAddRows = false;
- this.dataGridView.AllowUserToDeleteRows = false;
- this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ColumnBinCode,
- this.ColumnTrayCode,
- this.ColumnPalletCode,
- this.ColumnMaterielCode,
- this.ColumnMaterielName,
- this.ColumnMaterielTypeCode,
- this.ColumnMaterielTypeName,
- this.ColumnUnitName,
- this.ColumnSupplierName,
- this.ColumnBatchNo,
- this.ColumnQTY,
- this.ColumnActualInventoryQty,
- this.ColumnDifferenceQty,
- this.ColumnInventoryResultQty});
- this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dataGridView.Location = new System.Drawing.Point(0, 0);
- this.dataGridView.Name = "dataGridView";
- this.dataGridView.RowTemplate.Height = 23;
- this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView.Size = new System.Drawing.Size(1214, 480);
- this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
- this.dataGridView.TabIndex = 58;
- this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
- this.dataGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseDown);
- this.dataGridView.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridView_RowPrePaint);
- //
- // ColumnBinCode
- //
- this.ColumnBinCode.DataPropertyName = "BinCode";
- this.ColumnBinCode.FillWeight = 40.40557F;
- this.ColumnBinCode.HeaderText = "库位编码";
- this.ColumnBinCode.Name = "ColumnBinCode";
- this.ColumnBinCode.ReadOnly = true;
- this.ColumnBinCode.Width = 80;
- //
- // ColumnTrayCode
- //
- this.ColumnTrayCode.DataPropertyName = "TrayCode";
- this.ColumnTrayCode.FillWeight = 40.40557F;
- this.ColumnTrayCode.HeaderText = "组盘码";
- this.ColumnTrayCode.Name = "ColumnTrayCode";
- this.ColumnTrayCode.ReadOnly = true;
- this.ColumnTrayCode.Width = 50;
- //
- // ColumnPalletCode
- //
- this.ColumnPalletCode.DataPropertyName = "PalletCode";
- this.ColumnPalletCode.FillWeight = 40.40557F;
- this.ColumnPalletCode.HeaderText = "托盘";
- this.ColumnPalletCode.Name = "ColumnPalletCode";
- this.ColumnPalletCode.ReadOnly = true;
- this.ColumnPalletCode.Width = 50;
- //
- // ColumnMaterielCode
- //
- this.ColumnMaterielCode.DataPropertyName = "MaterielCode";
- this.ColumnMaterielCode.FillWeight = 40.40557F;
- this.ColumnMaterielCode.HeaderText = "物料编码";
- this.ColumnMaterielCode.Name = "ColumnMaterielCode";
- this.ColumnMaterielCode.ReadOnly = true;
- //
- // ColumnMaterielName
- //
- this.ColumnMaterielName.DataPropertyName = "MaterielName";
- this.ColumnMaterielName.FillWeight = 40.40557F;
- this.ColumnMaterielName.HeaderText = "物料名称";
- this.ColumnMaterielName.Name = "ColumnMaterielName";
- this.ColumnMaterielName.ReadOnly = true;
- this.ColumnMaterielName.Width = 150;
- //
- // ColumnMaterielTypeCode
- //
- this.ColumnMaterielTypeCode.DataPropertyName = "MaterielTypeCode";
- this.ColumnMaterielTypeCode.FillWeight = 40.40557F;
- this.ColumnMaterielTypeCode.HeaderText = "类型编码";
- this.ColumnMaterielTypeCode.Name = "ColumnMaterielTypeCode";
- this.ColumnMaterielTypeCode.ReadOnly = true;
- this.ColumnMaterielTypeCode.Width = 80;
- //
- // ColumnMaterielTypeName
- //
- this.ColumnMaterielTypeName.DataPropertyName = "MaterielTypeName";
- this.ColumnMaterielTypeName.FillWeight = 40.40557F;
- this.ColumnMaterielTypeName.HeaderText = "类型名称";
- this.ColumnMaterielTypeName.Name = "ColumnMaterielTypeName";
- this.ColumnMaterielTypeName.ReadOnly = true;
- this.ColumnMaterielTypeName.Width = 80;
- //
- // ColumnUnitName
- //
- this.ColumnUnitName.DataPropertyName = "UnitName";
- this.ColumnUnitName.FillWeight = 40.40557F;
- this.ColumnUnitName.HeaderText = "单位";
- this.ColumnUnitName.Name = "ColumnUnitName";
- this.ColumnUnitName.ReadOnly = true;
- this.ColumnUnitName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ColumnUnitName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ColumnSupplierName
- //
- this.ColumnSupplierName.DataPropertyName = "SupplierName";
- this.ColumnSupplierName.FillWeight = 40.40557F;
- this.ColumnSupplierName.HeaderText = "供应商";
- this.ColumnSupplierName.Name = "ColumnSupplierName";
- this.ColumnSupplierName.ReadOnly = true;
- this.ColumnSupplierName.Width = 200;
- //
- // ColumnBatchNo
- //
- this.ColumnBatchNo.DataPropertyName = "BatchNo";
- this.ColumnBatchNo.FillWeight = 40.40557F;
- this.ColumnBatchNo.HeaderText = "批次号";
- this.ColumnBatchNo.Name = "ColumnBatchNo";
- this.ColumnBatchNo.ReadOnly = true;
- this.ColumnBatchNo.Width = 60;
- //
- // ColumnQTY
- //
- //this.ColumnQTY.AllowDecimals = false;
- this.ColumnQTY.DataPropertyName = "QTY";
- this.ColumnQTY.DecimalPlaces = 2;
- this.ColumnQTY.FillWeight = 212.3504F;
- this.ColumnQTY.HeaderText = "账面数";
- this.ColumnQTY.Name = "ColumnQTY";
- this.ColumnQTY.ReadOnly = true;
- this.ColumnQTY.ThousandsSeparator = true;
- this.ColumnQTY.Width = 80;
- //
- // ColumnActualInventoryQty
- //
- //this.ColumnActualInventoryQty.AllowDecimals = false;
- this.ColumnActualInventoryQty.DataPropertyName = "ActualInventoryQty";
- this.ColumnActualInventoryQty.FillWeight = 287.6548F;
- this.ColumnActualInventoryQty.HeaderText = "盘点数";
- this.ColumnActualInventoryQty.Maximum = new decimal(new int[] {
- 99999,
- 0,
- 0,
- 0});
- this.ColumnActualInventoryQty.Name = "ColumnActualInventoryQty";
- this.ColumnActualInventoryQty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ColumnActualInventoryQty.Width = 80;
- //
- // ColumnDifferenceQty
- //
- //this.ColumnDifferenceQty.AllowDecimals = false;
- this.ColumnDifferenceQty.DataPropertyName = "DifferenceQty";
- this.ColumnDifferenceQty.DecimalPlaces = 2;
- this.ColumnDifferenceQty.HeaderText = "差异数";
- this.ColumnDifferenceQty.Maximum = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.ColumnDifferenceQty.Name = "ColumnDifferenceQty";
- this.ColumnDifferenceQty.Width = 100;
- //
- // ColumnInventoryResultQty
- //
- //this.ColumnInventoryResultQty.AllowDecimals = false;
- this.ColumnInventoryResultQty.DataPropertyName = "InventoryResultQty";
- this.ColumnInventoryResultQty.DecimalPlaces = 2;
- this.ColumnInventoryResultQty.FillWeight = 395.9391F;
- this.ColumnInventoryResultQty.HeaderText = "确认数";
- this.ColumnInventoryResultQty.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.ColumnInventoryResultQty.Name = "ColumnInventoryResultQty";
- this.ColumnInventoryResultQty.Width = 80;
- //
- // kryptonGroupBox2
- //
- this.kryptonGroupBox2.CaptionOverlap = 0D;
- this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 183);
- this.kryptonGroupBox2.Name = "kryptonGroupBox2";
- //
- // kryptonGroupBox2.Panel
- //
- this.kryptonGroupBox2.Panel.Controls.Add(this.dataGridView);
- this.kryptonGroupBox2.Size = new System.Drawing.Size(1218, 504);
- this.kryptonGroupBox2.TabIndex = 2;
- this.kryptonGroupBox2.Values.Heading = "盘点单明细表:";
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.删除选中行ToolStripMenuItem,
- this.全部删除ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(140, 48);
- //
- // 删除选中行ToolStripMenuItem
- //
- this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
- this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
- this.删除选中行ToolStripMenuItem.Text = "删除选中行";
- this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
- //
- // 全部删除ToolStripMenuItem
- //
- this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
- this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
- this.全部删除ToolStripMenuItem.Text = "全部删除";
- this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "BinCode";
- this.dataGridViewTextBoxColumn1.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn1.HeaderText = "物料编码";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 98;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "TrayCode";
- this.dataGridViewTextBoxColumn2.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn2.HeaderText = "物料名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 98;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "PalletCode";
- this.dataGridViewTextBoxColumn3.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn3.HeaderText = "物料类型编码";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 97;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "MaterielCode";
- this.dataGridViewTextBoxColumn4.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn4.HeaderText = "物料类型名称";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 98;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "MaterielName";
- this.dataGridViewTextBoxColumn5.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn5.HeaderText = "供应商";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 98;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "MaterielTypeCode";
- this.dataGridViewTextBoxColumn6.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn6.HeaderText = "批次号";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.Width = 98;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "MaterielTypeName";
- this.dataGridViewTextBoxColumn7.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn7.HeaderText = "账面数量";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Width = 97;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "UnitName";
- this.dataGridViewTextBoxColumn8.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn8.HeaderText = "单位编码";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn8.Width = 98;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.DataPropertyName = "SupplierName";
- this.dataGridViewTextBoxColumn9.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn9.HeaderText = "单位名称";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 98;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.DataPropertyName = "BatchNo";
- this.dataGridViewTextBoxColumn10.FillWeight = 40.40557F;
- this.dataGridViewTextBoxColumn10.HeaderText = "库位";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- this.dataGridViewTextBoxColumn10.Width = 98;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.HeaderText = "组盘码";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Width = 97;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.HeaderText = "托盘号";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- this.dataGridViewTextBoxColumn12.Width = 98;
- //
- // frmOperateBalanceInventory
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1218, 687);
- this.Controls.Add(this.kryptonGroupBox2);
- this.Controls.Add(this.kryptonGroupBox1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmOperateBalanceInventory";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "盘点单-新增";
- this.Load += new System.EventHandler(this.frmOperateBalanceInventory_Load);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
- this.kryptonGroupBox1.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
- this.kryptonGroupBox1.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- this.tableLayoutPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numPercentage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbInventoryMode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
- this.kryptonGroupBox2.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
- this.kryptonGroupBox2.ResumeLayout(false);
- this.contextMenuStrip1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtInventoryNo;
- private System.Windows.Forms.NumericUpDown numPercentage;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbInventoryMode;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
- private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbType;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
- private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpBeginTime;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
- private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpEndTime;
- private Client.FrmCustom.ColumnControl columnControl;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBinCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnTrayCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPalletCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielTypeCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnUnitName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSupplierName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBatchNo;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnQTY;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnActualInventoryQty;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnDifferenceQty;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnInventoryResultQty;
- }
- }
|