123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962 |
-
- namespace NXWMS.Forms.Balance.frmBalanceChild
- {
- partial class FrmInventoryOperate
- {
- /// <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.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.kdgv_WaitInventoryPalletLst = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
- this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
- this.kbtn_CreateInventoryTask = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kbtn_Refresh = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kbtn_InventoryOperate = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.kbtn_StartInventory = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- 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.kryptonGroupBox3 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.kdgv_InventoryingPalletDtlLst = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.kryptonDataGridViewNumericUpDownColumn1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
- this.kryptonDataGridViewNumericUpDownColumn2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
- this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.kbtn_ConfirmInventoryResult = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kbtn_PalletReinventory = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- 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();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnMaterielCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnTrayCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnPalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnMaterielName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColumnBinCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
- this.kryptonGroupBox2.Panel.SuspendLayout();
- this.kryptonGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_WaitInventoryPalletLst)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
- this.kryptonPanel2.SuspendLayout();
- this.tableLayoutPanel4.SuspendLayout();
- ((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.kryptonGroupBox3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit();
- this.kryptonGroupBox3.Panel.SuspendLayout();
- this.kryptonGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_InventoryingPalletDtlLst)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
- this.kryptonPanel1.SuspendLayout();
- this.tableLayoutPanel3.SuspendLayout();
- this.SuspendLayout();
- //
- // kryptonGroupBox2
- //
- this.kryptonGroupBox2.CaptionOverlap = 0D;
- this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
- this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 109);
- this.kryptonGroupBox2.Name = "kryptonGroupBox2";
- //
- // kryptonGroupBox2.Panel
- //
- this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_WaitInventoryPalletLst);
- this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanel2);
- this.kryptonGroupBox2.Size = new System.Drawing.Size(1218, 255);
- this.kryptonGroupBox2.TabIndex = 4;
- this.kryptonGroupBox2.Values.Heading = "待盘点托盘列表:";
- //
- // kdgv_WaitInventoryPalletLst
- //
- this.kdgv_WaitInventoryPalletLst.AllowUserToAddRows = false;
- this.kdgv_WaitInventoryPalletLst.AllowUserToDeleteRows = false;
- this.kdgv_WaitInventoryPalletLst.AllowUserToResizeColumns = false;
- this.kdgv_WaitInventoryPalletLst.AllowUserToResizeRows = false;
- this.kdgv_WaitInventoryPalletLst.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.kdgv_WaitInventoryPalletLst.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.kdgv_WaitInventoryPalletLst.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.ColumnMaterielCode,
- this.ColumnTrayCode,
- this.ColumnPalletCode,
- this.ColumnMaterielName,
- this.ColumnBinCode,
- this.Column2,
- this.Column3});
- this.kdgv_WaitInventoryPalletLst.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kdgv_WaitInventoryPalletLst.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.kdgv_WaitInventoryPalletLst.Location = new System.Drawing.Point(0, 0);
- this.kdgv_WaitInventoryPalletLst.MultiSelect = false;
- this.kdgv_WaitInventoryPalletLst.Name = "kdgv_WaitInventoryPalletLst";
- this.kdgv_WaitInventoryPalletLst.RowHeadersVisible = false;
- this.kdgv_WaitInventoryPalletLst.RowTemplate.Height = 23;
- this.kdgv_WaitInventoryPalletLst.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.kdgv_WaitInventoryPalletLst.Size = new System.Drawing.Size(1214, 195);
- this.kdgv_WaitInventoryPalletLst.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.kdgv_WaitInventoryPalletLst.TabIndex = 58;
- this.kdgv_WaitInventoryPalletLst.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_WaitInventoryPalletLst_CellContentClick);
- //
- // Column1
- //
- this.Column1.FillWeight = 10.81274F;
- this.Column1.HeaderText = "";
- this.Column1.Name = "Column1";
- //
- // kryptonPanel2
- //
- this.kryptonPanel2.Controls.Add(this.tableLayoutPanel4);
- this.kryptonPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.kryptonPanel2.Location = new System.Drawing.Point(0, 195);
- this.kryptonPanel2.Name = "kryptonPanel2";
- this.kryptonPanel2.Size = new System.Drawing.Size(1214, 36);
- this.kryptonPanel2.TabIndex = 60;
- //
- // tableLayoutPanel4
- //
- this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel4.ColumnCount = 3;
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.Controls.Add(this.kbtn_CreateInventoryTask, 0, 0);
- this.tableLayoutPanel4.Controls.Add(this.kbtn_Refresh, 1, 0);
- this.tableLayoutPanel4.Controls.Add(this.kbtn_InventoryOperate, 2, 0);
- this.tableLayoutPanel4.Location = new System.Drawing.Point(850, 2);
- this.tableLayoutPanel4.Name = "tableLayoutPanel4";
- this.tableLayoutPanel4.RowCount = 1;
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel4.Size = new System.Drawing.Size(361, 32);
- this.tableLayoutPanel4.TabIndex = 49;
- //
- // kbtn_CreateInventoryTask
- //
- this.kbtn_CreateInventoryTask.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.kbtn_CreateInventoryTask.Location = new System.Drawing.Point(3, 3);
- this.kbtn_CreateInventoryTask.Name = "kbtn_CreateInventoryTask";
- this.kbtn_CreateInventoryTask.Size = new System.Drawing.Size(114, 26);
- this.kbtn_CreateInventoryTask.TabIndex = 2;
- this.kbtn_CreateInventoryTask.Tag = "";
- this.kbtn_CreateInventoryTask.Values.Image = global::NXWMS.Properties.Resources.download;
- this.kbtn_CreateInventoryTask.Values.Text = "生成盘点任务";
- this.kbtn_CreateInventoryTask.Click += new System.EventHandler(this.kbtn_CreateInventoryTask_Click);
- //
- // kbtn_Refresh
- //
- this.kbtn_Refresh.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.kbtn_Refresh.Location = new System.Drawing.Point(123, 3);
- this.kbtn_Refresh.Name = "kbtn_Refresh";
- this.kbtn_Refresh.Size = new System.Drawing.Size(114, 26);
- this.kbtn_Refresh.TabIndex = 2;
- this.kbtn_Refresh.Tag = "";
- this.kbtn_Refresh.Values.Image = global::NXWMS.Properties.Resources.reset;
- this.kbtn_Refresh.Values.Text = "刷新";
- this.kbtn_Refresh.Click += new System.EventHandler(this.kbtn_Refresh_Click);
- //
- // kbtn_InventoryOperate
- //
- this.kbtn_InventoryOperate.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.kbtn_InventoryOperate.Location = new System.Drawing.Point(243, 3);
- this.kbtn_InventoryOperate.Name = "kbtn_InventoryOperate";
- this.kbtn_InventoryOperate.Size = new System.Drawing.Size(115, 26);
- this.kbtn_InventoryOperate.TabIndex = 2;
- this.kbtn_InventoryOperate.Tag = "";
- this.kbtn_InventoryOperate.Values.Image = global::NXWMS.Properties.Resources.select;
- this.kbtn_InventoryOperate.Values.Text = "盘点操作";
- this.kbtn_InventoryOperate.Click += new System.EventHandler(this.kbtn_InventoryOperate_Click);
- //
- // 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.tableLayoutPanel1);
- this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel2);
- this.kryptonGroupBox1.Size = new System.Drawing.Size(1218, 109);
- this.kryptonGroupBox1.TabIndex = 3;
- this.kryptonGroupBox1.Values.Heading = "盘点单主表:";
- //
- // 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 = 1;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel1.Controls.Add(this.kbtn_StartInventory, 0, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(1114, 52);
- 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(98, 32);
- this.tableLayoutPanel1.TabIndex = 48;
- //
- // kbtn_StartInventory
- //
- this.kbtn_StartInventory.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.kbtn_StartInventory.Location = new System.Drawing.Point(3, 3);
- this.kbtn_StartInventory.Name = "kbtn_StartInventory";
- this.kbtn_StartInventory.Size = new System.Drawing.Size(92, 26);
- this.kbtn_StartInventory.TabIndex = 2;
- this.kbtn_StartInventory.Tag = "";
- this.kbtn_StartInventory.Values.Image = global::NXWMS.Properties.Resources.copy;
- this.kbtn_StartInventory.Values.Text = "开始盘点";
- this.kbtn_StartInventory.Click += new System.EventHandler(this.kbtn_StartInventory_Click);
- //
- // 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.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.Percent, 50F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(1214, 54);
- this.tableLayoutPanel2.TabIndex = 1;
- //
- // dtpBeginTime
- //
- this.dtpBeginTime.AlwaysActive = false;
- this.dtpBeginTime.Anchor = System.Windows.Forms.AnchorStyles.None;
- 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(104, 30);
- 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.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel1.Location = new System.Drawing.Point(3, 30);
- this.kryptonLabel1.Name = "kryptonLabel1";
- this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel1.Size = new System.Drawing.Size(94, 21);
- this.kryptonLabel1.TabIndex = 126;
- this.kryptonLabel1.Values.ExtraText = "\r\n";
- this.kryptonLabel1.Values.Text = "盘点开始时间";
- //
- // kryptonLabel9
- //
- this.kryptonLabel9.AutoSize = false;
- this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
- 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, 21);
- this.kryptonLabel9.TabIndex = 2;
- this.kryptonLabel9.Values.Text = "单据类型";
- //
- // kryptonLabel10
- //
- this.kryptonLabel10.AutoSize = false;
- this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
- 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, 21);
- this.kryptonLabel10.TabIndex = 0;
- this.kryptonLabel10.Values.ExtraText = "\r\n";
- this.kryptonLabel10.Values.Text = "盘点单号";
- //
- // kryptonLabel3
- //
- this.kryptonLabel3.AutoSize = false;
- this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
- 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, 21);
- this.kryptonLabel3.TabIndex = 11;
- this.kryptonLabel3.Values.Text = "随机盘点比例";
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.AutoSize = false;
- this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
- 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, 21);
- this.kryptonLabel4.TabIndex = 13;
- this.kryptonLabel4.Values.Text = "盘点方式";
- //
- // txtInventoryNo
- //
- this.txtInventoryNo.Anchor = System.Windows.Forms.AnchorStyles.None;
- 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;
- this.txtInventoryNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // numPercentage
- //
- this.numPercentage.Anchor = System.Windows.Forms.AnchorStyles.None;
- 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;
- this.numPercentage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // kryptonLabel13
- //
- this.kryptonLabel13.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.kryptonLabel13.Location = new System.Drawing.Point(907, 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.Anchor = System.Windows.Forms.AnchorStyles.None;
- 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.Anchor = System.Windows.Forms.AnchorStyles.None;
- 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.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel2.Location = new System.Drawing.Point(314, 30);
- this.kryptonLabel2.Name = "kryptonLabel2";
- this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel2.Size = new System.Drawing.Size(94, 21);
- this.kryptonLabel2.TabIndex = 128;
- this.kryptonLabel2.Values.ExtraText = "\r\n";
- this.kryptonLabel2.Values.Text = "盘点结束时间";
- //
- // dtpEndTime
- //
- this.dtpEndTime.AlwaysActive = false;
- this.dtpEndTime.Anchor = System.Windows.Forms.AnchorStyles.None;
- 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(415, 30);
- this.dtpEndTime.Name = "dtpEndTime";
- this.dtpEndTime.ShowCheckBox = true;
- this.dtpEndTime.Size = new System.Drawing.Size(172, 21);
- this.dtpEndTime.TabIndex = 127;
- //
- // kryptonGroupBox3
- //
- this.kryptonGroupBox3.CaptionOverlap = 0D;
- this.kryptonGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonGroupBox3.Location = new System.Drawing.Point(0, 364);
- this.kryptonGroupBox3.Name = "kryptonGroupBox3";
- //
- // kryptonGroupBox3.Panel
- //
- this.kryptonGroupBox3.Panel.Controls.Add(this.kdgv_InventoryingPalletDtlLst);
- this.kryptonGroupBox3.Panel.Controls.Add(this.kryptonPanel1);
- this.kryptonGroupBox3.Size = new System.Drawing.Size(1218, 323);
- this.kryptonGroupBox3.TabIndex = 5;
- this.kryptonGroupBox3.Values.Heading = "正在盘点的托盘明细:";
- //
- // kdgv_InventoryingPalletDtlLst
- //
- this.kdgv_InventoryingPalletDtlLst.AllowUserToAddRows = false;
- this.kdgv_InventoryingPalletDtlLst.AllowUserToDeleteRows = false;
- this.kdgv_InventoryingPalletDtlLst.AllowUserToResizeColumns = false;
- this.kdgv_InventoryingPalletDtlLst.AllowUserToResizeRows = false;
- this.kdgv_InventoryingPalletDtlLst.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.kdgv_InventoryingPalletDtlLst.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.kdgv_InventoryingPalletDtlLst.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn13,
- this.dataGridViewTextBoxColumn18,
- this.dataGridViewTextBoxColumn19,
- this.dataGridViewTextBoxColumn16,
- this.dataGridViewTextBoxColumn17,
- this.kryptonDataGridViewNumericUpDownColumn1,
- this.kryptonDataGridViewNumericUpDownColumn2,
- this.dataGridViewTextBoxColumn20,
- this.dataGridViewTextBoxColumn14,
- this.dataGridViewTextBoxColumn15,
- this.dataGridViewTextBoxColumn21,
- this.dataGridViewTextBoxColumn22});
- this.kdgv_InventoryingPalletDtlLst.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kdgv_InventoryingPalletDtlLst.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.kdgv_InventoryingPalletDtlLst.Location = new System.Drawing.Point(0, 0);
- this.kdgv_InventoryingPalletDtlLst.Name = "kdgv_InventoryingPalletDtlLst";
- this.kdgv_InventoryingPalletDtlLst.RowHeadersVisible = false;
- this.kdgv_InventoryingPalletDtlLst.RowTemplate.Height = 23;
- this.kdgv_InventoryingPalletDtlLst.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.kdgv_InventoryingPalletDtlLst.Size = new System.Drawing.Size(1214, 263);
- this.kdgv_InventoryingPalletDtlLst.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.kdgv_InventoryingPalletDtlLst.TabIndex = 58;
- //
- // kryptonDataGridViewNumericUpDownColumn1
- //
- //this.kryptonDataGridViewNumericUpDownColumn1.AllowDecimals = false;
- this.kryptonDataGridViewNumericUpDownColumn1.DataPropertyName = "QTY";
- this.kryptonDataGridViewNumericUpDownColumn1.DecimalPlaces = 2;
- this.kryptonDataGridViewNumericUpDownColumn1.FillWeight = 60.32013F;
- this.kryptonDataGridViewNumericUpDownColumn1.HeaderText = "账面数量";
- this.kryptonDataGridViewNumericUpDownColumn1.Name = "kryptonDataGridViewNumericUpDownColumn1";
- this.kryptonDataGridViewNumericUpDownColumn1.ReadOnly = true;
- this.kryptonDataGridViewNumericUpDownColumn1.ThousandsSeparator = true;
- this.kryptonDataGridViewNumericUpDownColumn1.Width = 69;
- //
- // kryptonDataGridViewNumericUpDownColumn2
- //
- //this.kryptonDataGridViewNumericUpDownColumn2.AllowDecimals = false;
- this.kryptonDataGridViewNumericUpDownColumn2.DataPropertyName = "ActualInventoryQty";
- this.kryptonDataGridViewNumericUpDownColumn2.FillWeight = 86.3395F;
- this.kryptonDataGridViewNumericUpDownColumn2.HeaderText = "盘点数量";
- this.kryptonDataGridViewNumericUpDownColumn2.Maximum = new decimal(new int[] {
- 99999,
- 0,
- 0,
- 0});
- this.kryptonDataGridViewNumericUpDownColumn2.Name = "kryptonDataGridViewNumericUpDownColumn2";
- this.kryptonDataGridViewNumericUpDownColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.kryptonDataGridViewNumericUpDownColumn2.Width = 69;
- //
- // kryptonPanel1
- //
- this.kryptonPanel1.Controls.Add(this.tableLayoutPanel3);
- this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.kryptonPanel1.Location = new System.Drawing.Point(0, 263);
- this.kryptonPanel1.Name = "kryptonPanel1";
- this.kryptonPanel1.Size = new System.Drawing.Size(1214, 36);
- this.kryptonPanel1.TabIndex = 59;
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel3.ColumnCount = 2;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel3.Controls.Add(this.kbtn_ConfirmInventoryResult, 0, 0);
- this.tableLayoutPanel3.Controls.Add(this.kbtn_PalletReinventory, 1, 0);
- this.tableLayoutPanel3.Location = new System.Drawing.Point(981, 2);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 1;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(231, 32);
- this.tableLayoutPanel3.TabIndex = 49;
- //
- // kbtn_ConfirmInventoryResult
- //
- this.kbtn_ConfirmInventoryResult.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.kbtn_ConfirmInventoryResult.Location = new System.Drawing.Point(3, 3);
- this.kbtn_ConfirmInventoryResult.Name = "kbtn_ConfirmInventoryResult";
- this.kbtn_ConfirmInventoryResult.Size = new System.Drawing.Size(109, 26);
- this.kbtn_ConfirmInventoryResult.TabIndex = 2;
- this.kbtn_ConfirmInventoryResult.Tag = "";
- this.kbtn_ConfirmInventoryResult.Values.Image = global::NXWMS.Properties.Resources.check;
- this.kbtn_ConfirmInventoryResult.Values.Text = "提交盘点结果";
- this.kbtn_ConfirmInventoryResult.Click += new System.EventHandler(this.kbtn_ConfirmInventoryResult_Click);
- //
- // kbtn_PalletReinventory
- //
- this.kbtn_PalletReinventory.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.kbtn_PalletReinventory.Location = new System.Drawing.Point(118, 3);
- this.kbtn_PalletReinventory.Name = "kbtn_PalletReinventory";
- this.kbtn_PalletReinventory.Size = new System.Drawing.Size(110, 26);
- this.kbtn_PalletReinventory.TabIndex = 2;
- this.kbtn_PalletReinventory.Tag = "";
- this.kbtn_PalletReinventory.Values.Image = global::NXWMS.Properties.Resources.exit;
- this.kbtn_PalletReinventory.Values.Text = "重新盘点托盘";
- this.kbtn_PalletReinventory.Click += new System.EventHandler(this.kbtn_PalletReinventory_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.DataPropertyName = "MaterielName";
- this.dataGridViewTextBoxColumn11.FillWeight = 62.05013F;
- this.dataGridViewTextBoxColumn11.HeaderText = "组盘码";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Width = 97;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.DataPropertyName = "UnitName";
- this.dataGridViewTextBoxColumn12.FillWeight = 133.5347F;
- this.dataGridViewTextBoxColumn12.HeaderText = "托盘号";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- this.dataGridViewTextBoxColumn12.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn12.Width = 98;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.DataPropertyName = "BinCode";
- this.dataGridViewTextBoxColumn13.FillWeight = 40.24673F;
- this.dataGridViewTextBoxColumn13.HeaderText = "序号";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- this.dataGridViewTextBoxColumn13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn13.Width = 43;
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.DataPropertyName = "TrayCode";
- this.dataGridViewTextBoxColumn14.FillWeight = 44.31297F;
- this.dataGridViewTextBoxColumn14.HeaderText = "组盘码";
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- this.dataGridViewTextBoxColumn14.ReadOnly = true;
- this.dataGridViewTextBoxColumn14.Width = 75;
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.DataPropertyName = "PalletCode";
- this.dataGridViewTextBoxColumn15.FillWeight = 49.09076F;
- this.dataGridViewTextBoxColumn15.HeaderText = "托盘号";
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- this.dataGridViewTextBoxColumn15.ReadOnly = true;
- this.dataGridViewTextBoxColumn15.Width = 75;
- //
- // dataGridViewTextBoxColumn16
- //
- this.dataGridViewTextBoxColumn16.DataPropertyName = "MaterielCode";
- this.dataGridViewTextBoxColumn16.FillWeight = 58.81028F;
- this.dataGridViewTextBoxColumn16.HeaderText = "物料编码";
- this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
- this.dataGridViewTextBoxColumn16.ReadOnly = true;
- this.dataGridViewTextBoxColumn16.Width = 88;
- //
- // dataGridViewTextBoxColumn17
- //
- this.dataGridViewTextBoxColumn17.DataPropertyName = "MaterielName";
- this.dataGridViewTextBoxColumn17.FillWeight = 62.05013F;
- this.dataGridViewTextBoxColumn17.HeaderText = "物料名称";
- this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
- this.dataGridViewTextBoxColumn17.ReadOnly = true;
- this.dataGridViewTextBoxColumn17.Width = 88;
- //
- // dataGridViewTextBoxColumn18
- //
- this.dataGridViewTextBoxColumn18.DataPropertyName = "MaterielTypeCode";
- this.dataGridViewTextBoxColumn18.FillWeight = 51.87072F;
- this.dataGridViewTextBoxColumn18.HeaderText = "物料类型编码";
- this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
- this.dataGridViewTextBoxColumn18.ReadOnly = true;
- this.dataGridViewTextBoxColumn18.Width = 114;
- //
- // dataGridViewTextBoxColumn19
- //
- this.dataGridViewTextBoxColumn19.DataPropertyName = "MaterielTypeName";
- this.dataGridViewTextBoxColumn19.FillWeight = 55.4195F;
- this.dataGridViewTextBoxColumn19.HeaderText = "物料类型名称";
- this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
- this.dataGridViewTextBoxColumn19.ReadOnly = true;
- this.dataGridViewTextBoxColumn19.Width = 114;
- //
- // dataGridViewTextBoxColumn20
- //
- this.dataGridViewTextBoxColumn20.DataPropertyName = "UnitName";
- this.dataGridViewTextBoxColumn20.FillWeight = 133.5347F;
- this.dataGridViewTextBoxColumn20.HeaderText = "单位";
- this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
- this.dataGridViewTextBoxColumn20.ReadOnly = true;
- this.dataGridViewTextBoxColumn20.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn20.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn20.Width = 43;
- //
- // dataGridViewTextBoxColumn21
- //
- this.dataGridViewTextBoxColumn21.DataPropertyName = "SupplierName";
- this.dataGridViewTextBoxColumn21.FillWeight = 131.0201F;
- this.dataGridViewTextBoxColumn21.HeaderText = "供应商";
- this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
- this.dataGridViewTextBoxColumn21.ReadOnly = true;
- this.dataGridViewTextBoxColumn21.Width = 75;
- //
- // dataGridViewTextBoxColumn22
- //
- this.dataGridViewTextBoxColumn22.DataPropertyName = "BatchNo";
- this.dataGridViewTextBoxColumn22.FillWeight = 131.0453F;
- this.dataGridViewTextBoxColumn22.HeaderText = "批次号";
- this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
- this.dataGridViewTextBoxColumn22.ReadOnly = true;
- this.dataGridViewTextBoxColumn22.Width = 75;
- //
- // ColumnMaterielCode
- //
- this.ColumnMaterielCode.DataPropertyName = "MaterielCode";
- this.ColumnMaterielCode.FillWeight = 31.00085F;
- this.ColumnMaterielCode.HeaderText = "序号";
- this.ColumnMaterielCode.Name = "ColumnMaterielCode";
- this.ColumnMaterielCode.ReadOnly = true;
- //
- // ColumnTrayCode
- //
- this.ColumnTrayCode.DataPropertyName = "TrayCode";
- this.ColumnTrayCode.FillWeight = 55.48728F;
- this.ColumnTrayCode.HeaderText = "组盘码";
- this.ColumnTrayCode.Name = "ColumnTrayCode";
- this.ColumnTrayCode.ReadOnly = true;
- //
- // ColumnPalletCode
- //
- this.ColumnPalletCode.DataPropertyName = "PalletCode";
- this.ColumnPalletCode.FillWeight = 60.60551F;
- this.ColumnPalletCode.HeaderText = "托盘号";
- this.ColumnPalletCode.Name = "ColumnPalletCode";
- this.ColumnPalletCode.ReadOnly = true;
- //
- // ColumnMaterielName
- //
- this.ColumnMaterielName.DataPropertyName = "MaterielName";
- this.ColumnMaterielName.FillWeight = 67.46464F;
- this.ColumnMaterielName.HeaderText = "库区";
- this.ColumnMaterielName.Name = "ColumnMaterielName";
- this.ColumnMaterielName.ReadOnly = true;
- //
- // ColumnBinCode
- //
- this.ColumnBinCode.DataPropertyName = "BinCode";
- this.ColumnBinCode.FillWeight = 76.65682F;
- this.ColumnBinCode.HeaderText = "库位";
- this.ColumnBinCode.Name = "ColumnBinCode";
- this.ColumnBinCode.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.HeaderText = "托盘状态";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.HeaderText = "盘点任务状态";
- this.Column3.Name = "Column3";
- //
- // FrmInventoryOperate
- //
- 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.kryptonGroupBox3);
- this.Controls.Add(this.kryptonGroupBox2);
- this.Controls.Add(this.kryptonGroupBox1);
- this.Name = "FrmInventoryOperate";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "盘点操作";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmInventoryOperate_FormClosing);
- this.Load += new System.EventHandler(this.FrmInventoryOperate_Load);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
- this.kryptonGroupBox2.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
- this.kryptonGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_WaitInventoryPalletLst)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
- this.kryptonPanel2.ResumeLayout(false);
- this.tableLayoutPanel4.ResumeLayout(false);
- ((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.kryptonGroupBox3.Panel)).EndInit();
- this.kryptonGroupBox3.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit();
- this.kryptonGroupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_InventoryingPalletDtlLst)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
- this.kryptonPanel1.ResumeLayout(false);
- this.tableLayoutPanel3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_WaitInventoryPalletLst;
- 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 dataGridViewTextBoxColumn12;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_StartInventory;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpBeginTime;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
- 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.KryptonComboBox cmbType;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
- private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpEndTime;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox3;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_InventoryingPalletDtlLst;
- private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_ConfirmInventoryResult;
- private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_CreateInventoryTask;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_PalletReinventory;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_Refresh;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_InventoryOperate;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn kryptonDataGridViewNumericUpDownColumn1;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn kryptonDataGridViewNumericUpDownColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnTrayCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPalletCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBinCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- }
- }
|