969 lines
60 KiB
C#
969 lines
60 KiB
C#
namespace InvoicingTool
|
||
{
|
||
partial class CheckCommodity
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckCommodity));
|
||
this.CommodityInfo = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.txtCommodityNum = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.txtCommodityBarCode = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.txtInventoryDate = new System.Windows.Forms.TextBox();
|
||
this.CheckView = new System.Windows.Forms.DataGridView();
|
||
this.checkcommoditydetail_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.commodity_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.commodity_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.overpluscount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.curoverpluscount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.differencecount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.checkdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.txtCommodityName = new System.Windows.Forms.TextBox();
|
||
this.cobCHECKMODE = new System.Windows.Forms.ComboBox();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
this.txtCheckCount = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.txtDifferenceCount = new System.Windows.Forms.TextBox();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.txtCheckDate = new System.Windows.Forms.TextBox();
|
||
this.txtShopName = new System.Windows.Forms.TextBox();
|
||
this.cobDifference = new System.Windows.Forms.ComboBox();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.txtSearch = new System.Windows.Forms.TextBox();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.btnMin = new System.Windows.Forms.Button();
|
||
this.lblCheckMode = new System.Windows.Forms.Label();
|
||
this.lblHelp = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.btnNoInventory = new System.Windows.Forms.Button();
|
||
this.btnFail = new System.Windows.Forms.Button();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.btnClose = new System.Windows.Forms.Button();
|
||
this.btnSearch = new System.Windows.Forms.Button();
|
||
this.Download = new System.Windows.Forms.Button();
|
||
this.btnCheck = new System.Windows.Forms.Button();
|
||
this.btnUpLoad = new System.Windows.Forms.Button();
|
||
this.btnReset = new System.Windows.Forms.Button();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.lblMessage = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.CheckView)).BeginInit();
|
||
this.panel1.SuspendLayout();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// CommodityInfo
|
||
//
|
||
this.CommodityInfo.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
this.CommodityInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.tableLayoutPanel1.SetColumnSpan(this.CommodityInfo, 3);
|
||
this.CommodityInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.CommodityInfo.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
||
this.CommodityInfo.Location = new System.Drawing.Point(88, 96);
|
||
this.CommodityInfo.Name = "CommodityInfo";
|
||
this.CommodityInfo.Size = new System.Drawing.Size(269, 25);
|
||
this.CommodityInfo.TabIndex = 0;
|
||
this.CommodityInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CommodityInfo_KeyDown);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
|
||
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.label1.Location = new System.Drawing.Point(3, 98);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(79, 20);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "盘点录入:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Enabled = false;
|
||
this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.ForeColor = System.Drawing.Color.White;
|
||
this.label2.Location = new System.Drawing.Point(255, 315);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(74, 19);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "库存数量:";
|
||
this.label2.Visible = false;
|
||
//
|
||
// txtCommodityNum
|
||
//
|
||
this.txtCommodityNum.Enabled = false;
|
||
this.txtCommodityNum.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtCommodityNum.Location = new System.Drawing.Point(335, 311);
|
||
this.txtCommodityNum.Name = "txtCommodityNum";
|
||
this.txtCommodityNum.Size = new System.Drawing.Size(83, 25);
|
||
this.txtCommodityNum.TabIndex = 2;
|
||
this.txtCommodityNum.Visible = false;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Enabled = false;
|
||
this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.ForeColor = System.Drawing.Color.White;
|
||
this.label3.Location = new System.Drawing.Point(18, 315);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(97, 19);
|
||
this.label3.TabIndex = 5;
|
||
this.label3.Text = "商品条码[F9]:";
|
||
this.label3.Visible = false;
|
||
//
|
||
// txtCommodityBarCode
|
||
//
|
||
this.txtCommodityBarCode.Enabled = false;
|
||
this.txtCommodityBarCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtCommodityBarCode.Location = new System.Drawing.Point(98, 311);
|
||
this.txtCommodityBarCode.Name = "txtCommodityBarCode";
|
||
this.txtCommodityBarCode.Size = new System.Drawing.Size(150, 25);
|
||
this.txtCommodityBarCode.TabIndex = 4;
|
||
this.txtCommodityBarCode.Visible = false;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Enabled = false;
|
||
this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.ForeColor = System.Drawing.Color.White;
|
||
this.label4.Location = new System.Drawing.Point(18, 315);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(74, 19);
|
||
this.label4.TabIndex = 7;
|
||
this.label4.Text = "实盘时间:";
|
||
this.label4.Visible = false;
|
||
//
|
||
// txtInventoryDate
|
||
//
|
||
this.txtInventoryDate.Enabled = false;
|
||
this.txtInventoryDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtInventoryDate.Location = new System.Drawing.Point(98, 311);
|
||
this.txtInventoryDate.Name = "txtInventoryDate";
|
||
this.txtInventoryDate.Size = new System.Drawing.Size(150, 25);
|
||
this.txtInventoryDate.TabIndex = 6;
|
||
this.txtInventoryDate.Visible = false;
|
||
//
|
||
// CheckView
|
||
//
|
||
this.CheckView.AllowUserToAddRows = false;
|
||
this.CheckView.AllowUserToDeleteRows = false;
|
||
this.CheckView.AllowUserToResizeColumns = false;
|
||
this.CheckView.AllowUserToResizeRows = false;
|
||
this.CheckView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||
this.CheckView.BackgroundColor = System.Drawing.Color.White;
|
||
this.CheckView.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.CheckView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
||
this.CheckView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
|
||
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
this.CheckView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
this.CheckView.ColumnHeadersHeight = 28;
|
||
this.CheckView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
this.CheckView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.checkcommoditydetail_id,
|
||
this.commodity_barcode,
|
||
this.commodity_name,
|
||
this.overpluscount,
|
||
this.curoverpluscount,
|
||
this.differencecount,
|
||
this.checkdate});
|
||
this.tableLayoutPanel1.SetColumnSpan(this.CheckView, 10);
|
||
this.CheckView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.CheckView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
|
||
this.CheckView.Location = new System.Drawing.Point(0, 167);
|
||
this.CheckView.Margin = new System.Windows.Forms.Padding(0);
|
||
this.CheckView.MultiSelect = false;
|
||
this.CheckView.Name = "CheckView";
|
||
this.CheckView.ReadOnly = true;
|
||
this.CheckView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
this.CheckView.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
||
this.CheckView.RowHeadersVisible = false;
|
||
this.CheckView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.CheckView.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
||
this.CheckView.RowTemplate.Height = 23;
|
||
this.CheckView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.CheckView.Size = new System.Drawing.Size(794, 403);
|
||
this.CheckView.TabIndex = 8;
|
||
this.CheckView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckView_CellClick);
|
||
this.CheckView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckView_RowEnter);
|
||
//
|
||
// checkcommoditydetail_id
|
||
//
|
||
this.checkcommoditydetail_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.checkcommoditydetail_id.DataPropertyName = "checkcommoditydetail_id";
|
||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.checkcommoditydetail_id.DefaultCellStyle = dataGridViewCellStyle2;
|
||
this.checkcommoditydetail_id.FillWeight = 40F;
|
||
this.checkcommoditydetail_id.HeaderText = "序号";
|
||
this.checkcommoditydetail_id.Name = "checkcommoditydetail_id";
|
||
this.checkcommoditydetail_id.ReadOnly = true;
|
||
//
|
||
// commodity_barcode
|
||
//
|
||
this.commodity_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.commodity_barcode.DataPropertyName = "commodity_barcode";
|
||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.commodity_barcode.DefaultCellStyle = dataGridViewCellStyle3;
|
||
this.commodity_barcode.FillWeight = 120F;
|
||
this.commodity_barcode.HeaderText = "商品条码";
|
||
this.commodity_barcode.Name = "commodity_barcode";
|
||
this.commodity_barcode.ReadOnly = true;
|
||
this.commodity_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// commodity_name
|
||
//
|
||
this.commodity_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.commodity_name.DataPropertyName = "commodity_name";
|
||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.commodity_name.DefaultCellStyle = dataGridViewCellStyle4;
|
||
this.commodity_name.FillWeight = 170F;
|
||
this.commodity_name.HeaderText = "商品名称";
|
||
this.commodity_name.Name = "commodity_name";
|
||
this.commodity_name.ReadOnly = true;
|
||
this.commodity_name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// overpluscount
|
||
//
|
||
this.overpluscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.overpluscount.DataPropertyName = "overpluscount";
|
||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle5.Format = "N2";
|
||
dataGridViewCellStyle5.NullValue = null;
|
||
this.overpluscount.DefaultCellStyle = dataGridViewCellStyle5;
|
||
this.overpluscount.FillWeight = 80F;
|
||
this.overpluscount.HeaderText = "库存数量";
|
||
this.overpluscount.Name = "overpluscount";
|
||
this.overpluscount.ReadOnly = true;
|
||
this.overpluscount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// curoverpluscount
|
||
//
|
||
this.curoverpluscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.curoverpluscount.DataPropertyName = "curoverpluscount";
|
||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle6.Format = "N2";
|
||
dataGridViewCellStyle6.NullValue = null;
|
||
this.curoverpluscount.DefaultCellStyle = dataGridViewCellStyle6;
|
||
this.curoverpluscount.FillWeight = 80F;
|
||
this.curoverpluscount.HeaderText = "实盘数量";
|
||
this.curoverpluscount.Name = "curoverpluscount";
|
||
this.curoverpluscount.ReadOnly = true;
|
||
this.curoverpluscount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// differencecount
|
||
//
|
||
this.differencecount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.differencecount.DataPropertyName = "differencecount";
|
||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle7.Format = "N2";
|
||
dataGridViewCellStyle7.NullValue = null;
|
||
this.differencecount.DefaultCellStyle = dataGridViewCellStyle7;
|
||
this.differencecount.FillWeight = 86F;
|
||
this.differencecount.HeaderText = "盘差数量";
|
||
this.differencecount.Name = "differencecount";
|
||
this.differencecount.ReadOnly = true;
|
||
this.differencecount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// checkdate
|
||
//
|
||
this.checkdate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.checkdate.DataPropertyName = "checkdate";
|
||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.checkdate.DefaultCellStyle = dataGridViewCellStyle8;
|
||
this.checkdate.FillWeight = 150F;
|
||
this.checkdate.HeaderText = "实盘时间";
|
||
this.checkdate.Name = "checkdate";
|
||
this.checkdate.ReadOnly = true;
|
||
this.checkdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Enabled = false;
|
||
this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.ForeColor = System.Drawing.Color.White;
|
||
this.label6.Location = new System.Drawing.Point(255, 315);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(74, 19);
|
||
this.label6.TabIndex = 15;
|
||
this.label6.Text = "盘点日期:";
|
||
this.label6.Visible = false;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Enabled = false;
|
||
this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label7.ForeColor = System.Drawing.Color.White;
|
||
this.label7.Location = new System.Drawing.Point(18, 315);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(74, 19);
|
||
this.label7.TabIndex = 17;
|
||
this.label7.Text = "盘点门店:";
|
||
this.label7.Visible = false;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Enabled = false;
|
||
this.label8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.ForeColor = System.Drawing.Color.White;
|
||
this.label8.Location = new System.Drawing.Point(255, 315);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(74, 19);
|
||
this.label8.TabIndex = 20;
|
||
this.label8.Text = "商品名称:";
|
||
this.label8.Visible = false;
|
||
//
|
||
// txtCommodityName
|
||
//
|
||
this.txtCommodityName.Enabled = false;
|
||
this.txtCommodityName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtCommodityName.Location = new System.Drawing.Point(335, 311);
|
||
this.txtCommodityName.Name = "txtCommodityName";
|
||
this.txtCommodityName.Size = new System.Drawing.Size(285, 25);
|
||
this.txtCommodityName.TabIndex = 19;
|
||
this.txtCommodityName.Visible = false;
|
||
//
|
||
// cobCHECKMODE
|
||
//
|
||
this.cobCHECKMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cobCHECKMODE.Enabled = false;
|
||
this.cobCHECKMODE.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cobCHECKMODE.FormattingEnabled = true;
|
||
this.cobCHECKMODE.Location = new System.Drawing.Point(655, 376);
|
||
this.cobCHECKMODE.Name = "cobCHECKMODE";
|
||
this.cobCHECKMODE.Size = new System.Drawing.Size(84, 27);
|
||
this.cobCHECKMODE.TabIndex = 23;
|
||
this.cobCHECKMODE.Visible = false;
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("微软雅黑", 10F);
|
||
this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.label9.Location = new System.Drawing.Point(3, 54);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(79, 20);
|
||
this.label9.TabIndex = 22;
|
||
this.label9.Text = "盘点模式:";
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Location = new System.Drawing.Point(729, 453);
|
||
this.progressBar1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(22, 11);
|
||
this.progressBar1.TabIndex = 26;
|
||
this.progressBar1.Visible = false;
|
||
//
|
||
// txtCheckCount
|
||
//
|
||
this.txtCheckCount.Enabled = false;
|
||
this.txtCheckCount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtCheckCount.Location = new System.Drawing.Point(501, 311);
|
||
this.txtCheckCount.Name = "txtCheckCount";
|
||
this.txtCheckCount.Size = new System.Drawing.Size(86, 25);
|
||
this.txtCheckCount.TabIndex = 28;
|
||
this.txtCheckCount.Visible = false;
|
||
this.txtCheckCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCheckCount_KeyDown);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Enabled = false;
|
||
this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.ForeColor = System.Drawing.Color.White;
|
||
this.label5.Location = new System.Drawing.Point(423, 315);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(74, 19);
|
||
this.label5.TabIndex = 29;
|
||
this.label5.Text = "盘点数量:";
|
||
this.label5.Visible = false;
|
||
//
|
||
// txtDifferenceCount
|
||
//
|
||
this.txtDifferenceCount.Enabled = false;
|
||
this.txtDifferenceCount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtDifferenceCount.Location = new System.Drawing.Point(671, 311);
|
||
this.txtDifferenceCount.Name = "txtDifferenceCount";
|
||
this.txtDifferenceCount.Size = new System.Drawing.Size(86, 25);
|
||
this.txtDifferenceCount.TabIndex = 30;
|
||
this.txtDifferenceCount.Visible = false;
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Enabled = false;
|
||
this.label12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label12.ForeColor = System.Drawing.Color.White;
|
||
this.label12.Location = new System.Drawing.Point(595, 315);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(74, 19);
|
||
this.label12.TabIndex = 31;
|
||
this.label12.Text = "盘差数量:";
|
||
this.label12.Visible = false;
|
||
//
|
||
// txtCheckDate
|
||
//
|
||
this.txtCheckDate.Enabled = false;
|
||
this.txtCheckDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtCheckDate.Location = new System.Drawing.Point(335, 311);
|
||
this.txtCheckDate.Name = "txtCheckDate";
|
||
this.txtCheckDate.Size = new System.Drawing.Size(178, 25);
|
||
this.txtCheckDate.TabIndex = 33;
|
||
this.txtCheckDate.Visible = false;
|
||
//
|
||
// txtShopName
|
||
//
|
||
this.txtShopName.Enabled = false;
|
||
this.txtShopName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtShopName.Location = new System.Drawing.Point(98, 311);
|
||
this.txtShopName.Name = "txtShopName";
|
||
this.txtShopName.Size = new System.Drawing.Size(150, 25);
|
||
this.txtShopName.TabIndex = 32;
|
||
this.txtShopName.Visible = false;
|
||
//
|
||
// cobDifference
|
||
//
|
||
this.cobDifference.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
this.cobDifference.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
|
||
this.cobDifference.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cobDifference.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cobDifference.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.cobDifference.FormattingEnabled = true;
|
||
this.cobDifference.Location = new System.Drawing.Point(285, 50);
|
||
this.cobDifference.Name = "cobDifference";
|
||
this.cobDifference.Size = new System.Drawing.Size(77, 27);
|
||
this.cobDifference.TabIndex = 35;
|
||
this.cobDifference.SelectionChangeCommitted += new System.EventHandler(this.cobDifference_SelectionChangeCommitted);
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||
this.label13.AutoSize = true;
|
||
this.label13.Font = new System.Drawing.Font("微软雅黑", 10F);
|
||
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.label13.Location = new System.Drawing.Point(200, 54);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(79, 20);
|
||
this.label13.TabIndex = 34;
|
||
this.label13.Text = "盘差选项:";
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.panel1.Controls.Add(this.txtCheckDate);
|
||
this.panel1.Controls.Add(this.txtShopName);
|
||
this.panel1.Controls.Add(this.txtDifferenceCount);
|
||
this.panel1.Controls.Add(this.txtCheckCount);
|
||
this.panel1.Controls.Add(this.txtCommodityNum);
|
||
this.panel1.Controls.Add(this.txtCommodityBarCode);
|
||
this.panel1.Controls.Add(this.txtInventoryDate);
|
||
this.panel1.Controls.Add(this.txtCommodityName);
|
||
this.panel1.Controls.Add(this.label7);
|
||
this.panel1.Controls.Add(this.label4);
|
||
this.panel1.Controls.Add(this.label2);
|
||
this.panel1.Controls.Add(this.label12);
|
||
this.panel1.Controls.Add(this.label3);
|
||
this.panel1.Controls.Add(this.label6);
|
||
this.panel1.Controls.Add(this.label5);
|
||
this.panel1.Controls.Add(this.label8);
|
||
this.panel1.Enabled = false;
|
||
this.panel1.Location = new System.Drawing.Point(13, 12);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(33, 26);
|
||
this.panel1.TabIndex = 36;
|
||
this.panel1.Visible = false;
|
||
//
|
||
// txtSearch
|
||
//
|
||
this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.tableLayoutPanel1.SetColumnSpan(this.txtSearch, 3);
|
||
this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtSearch.Location = new System.Drawing.Point(504, 51);
|
||
this.txtSearch.Name = "txtSearch";
|
||
this.txtSearch.Size = new System.Drawing.Size(218, 25);
|
||
this.txtSearch.TabIndex = 40;
|
||
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||
this.label14.AutoSize = true;
|
||
this.label14.BackColor = System.Drawing.Color.Transparent;
|
||
this.label14.Font = new System.Drawing.Font("微软雅黑", 10F);
|
||
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.label14.Location = new System.Drawing.Point(447, 54);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(51, 20);
|
||
this.label14.TabIndex = 41;
|
||
this.label14.Text = "搜索:";
|
||
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// btnMin
|
||
//
|
||
this.btnMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.btnMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||
this.btnMin.FlatAppearance.BorderSize = 0;
|
||
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnMin.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btnMin.ForeColor = System.Drawing.Color.White;
|
||
this.btnMin.Location = new System.Drawing.Point(734, 3);
|
||
this.btnMin.Name = "btnMin";
|
||
this.btnMin.Size = new System.Drawing.Size(26, 23);
|
||
this.btnMin.TabIndex = 39;
|
||
this.btnMin.Text = "—";
|
||
this.btnMin.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
||
this.btnMin.UseVisualStyleBackColor = true;
|
||
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
|
||
//
|
||
// lblCheckMode
|
||
//
|
||
this.lblCheckMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
this.lblCheckMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
|
||
this.lblCheckMode.Font = new System.Drawing.Font("微软雅黑", 10F);
|
||
this.lblCheckMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.lblCheckMode.Location = new System.Drawing.Point(88, 51);
|
||
this.lblCheckMode.Name = "lblCheckMode";
|
||
this.lblCheckMode.Size = new System.Drawing.Size(96, 25);
|
||
this.lblCheckMode.TabIndex = 38;
|
||
this.lblCheckMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lblHelp
|
||
//
|
||
this.lblHelp.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||
this.lblHelp.AutoSize = true;
|
||
this.lblHelp.BackColor = System.Drawing.Color.Transparent;
|
||
this.tableLayoutPanel1.SetColumnSpan(this.lblHelp, 4);
|
||
this.lblHelp.Font = new System.Drawing.Font("微软雅黑", 10F);
|
||
this.lblHelp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.lblHelp.Location = new System.Drawing.Point(245, 139);
|
||
this.lblHelp.Name = "lblHelp";
|
||
this.lblHelp.Size = new System.Drawing.Size(118, 20);
|
||
this.lblHelp.TabIndex = 37;
|
||
this.lblHelp.Text = "完成仓库盘点[F8]";
|
||
this.lblHelp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.label11.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Bold);
|
||
this.label11.ForeColor = System.Drawing.Color.White;
|
||
this.label11.Location = new System.Drawing.Point(2, 0);
|
||
this.label11.Margin = new System.Windows.Forms.Padding(0);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(736, 42);
|
||
this.label11.TabIndex = 36;
|
||
this.label11.Text = "收银进销存盘点辅助工具";
|
||
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.BackColor = System.Drawing.Color.White;
|
||
this.tableLayoutPanel1.ColumnCount = 10;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 84F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 87F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel1.Controls.Add(this.btnNoInventory, 0, 3);
|
||
this.tableLayoutPanel1.Controls.Add(this.btnFail, 7, 3);
|
||
this.tableLayoutPanel1.Controls.Add(this.label14, 5, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.label9, 0, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.lblCheckMode, 1, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.label13, 2, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.CheckView, 0, 4);
|
||
this.tableLayoutPanel1.Controls.Add(this.cobDifference, 3, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
|
||
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.txtSearch, 6, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.CommodityInfo, 1, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.btnSearch, 9, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.Download, 5, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.btnCheck, 6, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.btnUpLoad, 7, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.btnReset, 8, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.lblHelp, 0, 3);
|
||
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 5);
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 0);
|
||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 6;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 403F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(794, 600);
|
||
this.tableLayoutPanel1.TabIndex = 40;
|
||
//
|
||
// btnNoInventory
|
||
//
|
||
this.btnNoInventory.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.btnNoInventory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.btnNoInventory.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNoInventory.BackgroundImage")));
|
||
this.btnNoInventory.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.tableLayoutPanel1.SetColumnSpan(this.btnNoInventory, 3);
|
||
this.btnNoInventory.FlatAppearance.BorderSize = 0;
|
||
this.btnNoInventory.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(172)))), ((int)(((byte)(151)))));
|
||
this.btnNoInventory.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(217)))), ((int)(((byte)(194)))));
|
||
this.btnNoInventory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnNoInventory.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||
this.btnNoInventory.ForeColor = System.Drawing.Color.White;
|
||
this.btnNoInventory.Location = new System.Drawing.Point(419, 134);
|
||
this.btnNoInventory.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
|
||
this.btnNoInventory.Name = "btnNoInventory";
|
||
this.btnNoInventory.Size = new System.Drawing.Size(132, 30);
|
||
this.btnNoInventory.TabIndex = 44;
|
||
this.btnNoInventory.Text = "未盘点商品[F6]";
|
||
this.btnNoInventory.UseVisualStyleBackColor = false;
|
||
this.btnNoInventory.Click += new System.EventHandler(this.btnNoInventory_Click);
|
||
//
|
||
// btnFail
|
||
//
|
||
this.btnFail.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.btnFail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.btnFail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFail.BackgroundImage")));
|
||
this.btnFail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.tableLayoutPanel1.SetColumnSpan(this.btnFail, 3);
|
||
this.btnFail.FlatAppearance.BorderSize = 0;
|
||
this.btnFail.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(172)))), ((int)(((byte)(151)))));
|
||
this.btnFail.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(217)))), ((int)(((byte)(194)))));
|
||
this.btnFail.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnFail.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||
this.btnFail.ForeColor = System.Drawing.Color.White;
|
||
this.btnFail.Location = new System.Drawing.Point(630, 134);
|
||
this.btnFail.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
|
||
this.btnFail.Name = "btnFail";
|
||
this.btnFail.Size = new System.Drawing.Size(132, 30);
|
||
this.btnFail.TabIndex = 43;
|
||
this.btnFail.Text = "无库存商品[F9]";
|
||
this.btnFail.UseVisualStyleBackColor = false;
|
||
this.btnFail.Click += new System.EventHandler(this.btnFail_Click);
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.tableLayoutPanel1.SetColumnSpan(this.panel2, 10);
|
||
this.panel2.Controls.Add(this.btnClose);
|
||
this.panel2.Controls.Add(this.btnMin);
|
||
this.panel2.Controls.Add(this.label11);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel2.Location = new System.Drawing.Point(0, 0);
|
||
this.panel2.Margin = new System.Windows.Forms.Padding(0);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(794, 42);
|
||
this.panel2.TabIndex = 39;
|
||
//
|
||
// btnClose
|
||
//
|
||
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.btnClose.BackgroundImage = global::InvoicingTool.Properties.Resources.Close;
|
||
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||
this.btnClose.FlatAppearance.BorderSize = 0;
|
||
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnClose.Location = new System.Drawing.Point(766, 3);
|
||
this.btnClose.Name = "btnClose";
|
||
this.btnClose.Size = new System.Drawing.Size(25, 23);
|
||
this.btnClose.TabIndex = 37;
|
||
this.btnClose.UseVisualStyleBackColor = true;
|
||
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
||
//
|
||
// btnSearch
|
||
//
|
||
this.btnSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
this.btnSearch.BackgroundImage = global::InvoicingTool.Properties.Resources.搜索icon;
|
||
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
this.btnSearch.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
|
||
this.btnSearch.FlatAppearance.BorderSize = 0;
|
||
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnSearch.Location = new System.Drawing.Point(728, 49);
|
||
this.btnSearch.Name = "btnSearch";
|
||
this.btnSearch.Size = new System.Drawing.Size(30, 30);
|
||
this.btnSearch.TabIndex = 42;
|
||
this.btnSearch.UseVisualStyleBackColor = true;
|
||
//
|
||
// Download
|
||
//
|
||
this.Download.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.Download.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.Download.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Download.BackgroundImage")));
|
||
this.Download.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.Download.FlatAppearance.BorderSize = 0;
|
||
this.Download.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(172)))), ((int)(((byte)(151)))));
|
||
this.Download.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(217)))), ((int)(((byte)(194)))));
|
||
this.Download.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.Download.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||
this.Download.ForeColor = System.Drawing.Color.White;
|
||
this.Download.Location = new System.Drawing.Point(419, 92);
|
||
this.Download.Name = "Download";
|
||
this.Download.Size = new System.Drawing.Size(77, 32);
|
||
this.Download.TabIndex = 24;
|
||
this.Download.Text = "下载[F2]";
|
||
this.Download.UseVisualStyleBackColor = false;
|
||
this.Download.Click += new System.EventHandler(this.Download_Click);
|
||
//
|
||
// btnCheck
|
||
//
|
||
this.btnCheck.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.btnCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.btnCheck.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCheck.BackgroundImage")));
|
||
this.btnCheck.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btnCheck.FlatAppearance.BorderSize = 0;
|
||
this.btnCheck.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(172)))), ((int)(((byte)(151)))));
|
||
this.btnCheck.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(217)))), ((int)(((byte)(194)))));
|
||
this.btnCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnCheck.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||
this.btnCheck.ForeColor = System.Drawing.Color.White;
|
||
this.btnCheck.Location = new System.Drawing.Point(505, 92);
|
||
this.btnCheck.Name = "btnCheck";
|
||
this.btnCheck.Size = new System.Drawing.Size(77, 32);
|
||
this.btnCheck.TabIndex = 10;
|
||
this.btnCheck.Text = "校验[F3]";
|
||
this.btnCheck.UseVisualStyleBackColor = false;
|
||
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
|
||
//
|
||
// btnUpLoad
|
||
//
|
||
this.btnUpLoad.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.btnUpLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.btnUpLoad.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpLoad.BackgroundImage")));
|
||
this.btnUpLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btnUpLoad.FlatAppearance.BorderSize = 0;
|
||
this.btnUpLoad.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(172)))), ((int)(((byte)(151)))));
|
||
this.btnUpLoad.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(217)))), ((int)(((byte)(194)))));
|
||
this.btnUpLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnUpLoad.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||
this.btnUpLoad.ForeColor = System.Drawing.Color.White;
|
||
this.btnUpLoad.Location = new System.Drawing.Point(591, 92);
|
||
this.btnUpLoad.Name = "btnUpLoad";
|
||
this.btnUpLoad.Size = new System.Drawing.Size(81, 32);
|
||
this.btnUpLoad.TabIndex = 14;
|
||
this.btnUpLoad.Text = "上传[F4]";
|
||
this.btnUpLoad.UseVisualStyleBackColor = false;
|
||
this.btnUpLoad.Click += new System.EventHandler(this.btnUpLoad_Click);
|
||
//
|
||
// btnReset
|
||
//
|
||
this.btnReset.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
this.btnReset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166)))));
|
||
this.btnReset.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReset.BackgroundImage")));
|
||
this.btnReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.tableLayoutPanel1.SetColumnSpan(this.btnReset, 2);
|
||
this.btnReset.FlatAppearance.BorderSize = 0;
|
||
this.btnReset.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(172)))), ((int)(((byte)(151)))));
|
||
this.btnReset.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(217)))), ((int)(((byte)(194)))));
|
||
this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnReset.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||
this.btnReset.ForeColor = System.Drawing.Color.White;
|
||
this.btnReset.Location = new System.Drawing.Point(680, 92);
|
||
this.btnReset.Name = "btnReset";
|
||
this.btnReset.Size = new System.Drawing.Size(82, 32);
|
||
this.btnReset.TabIndex = 21;
|
||
this.btnReset.Text = "重置[F5]";
|
||
this.btnReset.UseVisualStyleBackColor = false;
|
||
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.tableLayoutPanel1.SetColumnSpan(this.panel3, 10);
|
||
this.panel3.Controls.Add(this.label10);
|
||
this.panel3.Controls.Add(this.lblMessage);
|
||
this.panel3.Location = new System.Drawing.Point(0, 570);
|
||
this.panel3.Margin = new System.Windows.Forms.Padding(0);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(794, 30);
|
||
this.panel3.TabIndex = 41;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.BackColor = System.Drawing.Color.Transparent;
|
||
this.label10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label10.ForeColor = System.Drawing.Color.White;
|
||
this.label10.Location = new System.Drawing.Point(610, 7);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(187, 19);
|
||
this.label10.TabIndex = 25;
|
||
this.label10.Text = "©2016 杭州驿商科技有限公司";
|
||
//
|
||
// lblMessage
|
||
//
|
||
this.lblMessage.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
this.lblMessage.BackColor = System.Drawing.Color.Transparent;
|
||
this.lblMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblMessage.ForeColor = System.Drawing.Color.White;
|
||
this.lblMessage.Location = new System.Drawing.Point(5, 9);
|
||
this.lblMessage.Name = "lblMessage";
|
||
this.lblMessage.Size = new System.Drawing.Size(522, 14);
|
||
this.lblMessage.TabIndex = 41;
|
||
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// CheckCommodity
|
||
//
|
||
this.AccessibleRole = System.Windows.Forms.AccessibleRole.Cursor;
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58)))));
|
||
this.ClientSize = new System.Drawing.Size(800, 600);
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.Controls.Add(this.progressBar1);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.cobCHECKMODE);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.KeyPreview = true;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "CheckCommodity";
|
||
this.ShowIcon = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "高速驿网商超盘点工具V2.0";
|
||
this.TopMost = true;
|
||
this.Shown += new System.EventHandler(this.CheckCommodity_Shown);
|
||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckCommodity_KeyDown);
|
||
((System.ComponentModel.ISupportInitialize)(this.CheckView)).EndInit();
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
this.tableLayoutPanel1.PerformLayout();
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
private void DataGridView1_RowStateChanged(object sender, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e)
|
||
{
|
||
throw new System.NotImplementedException();
|
||
}
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox CommodityInfo;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox txtCommodityNum;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox txtCommodityBarCode;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox txtInventoryDate;
|
||
private System.Windows.Forms.DataGridView CheckView;
|
||
private System.Windows.Forms.Button btnCheck;
|
||
private System.Windows.Forms.Button btnUpLoad;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.TextBox txtCommodityName;
|
||
private System.Windows.Forms.Button btnReset;
|
||
private System.Windows.Forms.ComboBox cobCHECKMODE;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Button Download;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 门店数量;
|
||
private System.Windows.Forms.TextBox txtCheckCount;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox txtDifferenceCount;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.TextBox txtCheckDate;
|
||
private System.Windows.Forms.TextBox txtShopName;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 商品条码;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 商品名称;
|
||
private System.Windows.Forms.ComboBox cobDifference;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn checkcommoditydetail_id;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_barcode;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_name;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn overpluscount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn curoverpluscount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn differencecount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn checkdate;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button btnClose;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.Label lblHelp;
|
||
private System.Windows.Forms.Label lblCheckMode;
|
||
private System.Windows.Forms.Button btnMin;
|
||
private System.Windows.Forms.TextBox txtSearch;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.Button btnSearch;
|
||
private System.Windows.Forms.Button btnFail;
|
||
private System.Windows.Forms.Button btnNoInventory;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label lblMessage;
|
||
}
|
||
} |