578 lines
30 KiB
C#
578 lines
30 KiB
C#
namespace InventoryTool
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <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 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(Form1));
|
||
this.CommodityInfo = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.CommodityNum = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.CommodityBarCode = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.InventoryDate = new System.Windows.Forms.TextBox();
|
||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.商品条码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.商品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.门店数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.仓库数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.总数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.盘点日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Flag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.btnSearch = new System.Windows.Forms.Button();
|
||
this.btnCheck = new System.Windows.Forms.Button();
|
||
this.tbxMachineIP = new System.Windows.Forms.TextBox();
|
||
this.CobMACHINECODE = new System.Windows.Forms.ComboBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.btnUpLoad = new System.Windows.Forms.Button();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.AccountDate = new System.Windows.Forms.ComboBox();
|
||
this.cobSHOPCODE = new System.Windows.Forms.ComboBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.commodityname = new System.Windows.Forms.TextBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.cobCHECKMODE = new System.Windows.Forms.ComboBox();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.btnSearch1 = new System.Windows.Forms.Button();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// CommodityInfo
|
||
//
|
||
this.CommodityInfo.Location = new System.Drawing.Point(86, 138);
|
||
this.CommodityInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.CommodityInfo.Name = "CommodityInfo";
|
||
this.CommodityInfo.Size = new System.Drawing.Size(365, 23);
|
||
this.CommodityInfo.TabIndex = 0;
|
||
this.CommodityInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CommodityInfo_KeyDown);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 141);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(68, 17);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "盘点录入:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(266, 99);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(68, 17);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "盘点数量:";
|
||
//
|
||
// CommodityNum
|
||
//
|
||
this.CommodityNum.Enabled = false;
|
||
this.CommodityNum.Location = new System.Drawing.Point(340, 96);
|
||
this.CommodityNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.CommodityNum.Name = "CommodityNum";
|
||
this.CommodityNum.Size = new System.Drawing.Size(141, 23);
|
||
this.CommodityNum.TabIndex = 2;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(12, 99);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(68, 17);
|
||
this.label3.TabIndex = 5;
|
||
this.label3.Text = "商品条码:";
|
||
//
|
||
// CommodityBarCode
|
||
//
|
||
this.CommodityBarCode.Enabled = false;
|
||
this.CommodityBarCode.Location = new System.Drawing.Point(86, 96);
|
||
this.CommodityBarCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.CommodityBarCode.Name = "CommodityBarCode";
|
||
this.CommodityBarCode.Size = new System.Drawing.Size(174, 23);
|
||
this.CommodityBarCode.TabIndex = 4;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(487, 99);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(68, 17);
|
||
this.label4.TabIndex = 7;
|
||
this.label4.Text = "实盘时间:";
|
||
//
|
||
// InventoryDate
|
||
//
|
||
this.InventoryDate.Enabled = false;
|
||
this.InventoryDate.Location = new System.Drawing.Point(561, 96);
|
||
this.InventoryDate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.InventoryDate.Name = "InventoryDate";
|
||
this.InventoryDate.Size = new System.Drawing.Size(191, 23);
|
||
this.InventoryDate.TabIndex = 6;
|
||
//
|
||
// dataGridView1
|
||
//
|
||
this.dataGridView1.AllowUserToAddRows = false;
|
||
this.dataGridView1.AllowUserToDeleteRows = false;
|
||
this.dataGridView1.AllowUserToResizeColumns = false;
|
||
this.dataGridView1.AllowUserToResizeRows = false;
|
||
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
||
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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
this.dataGridView1.ColumnHeadersHeight = 28;
|
||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.序号,
|
||
this.商品条码,
|
||
this.商品名称,
|
||
this.门店数量,
|
||
this.仓库数量,
|
||
this.总数量,
|
||
this.盘点日期,
|
||
this.Flag});
|
||
this.dataGridView1.Location = new System.Drawing.Point(12, 176);
|
||
this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.ReadOnly = true;
|
||
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.SystemColors.Highlight;
|
||
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
||
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
|
||
this.dataGridView1.RowTemplate.Height = 23;
|
||
this.dataGridView1.Size = new System.Drawing.Size(740, 343);
|
||
this.dataGridView1.TabIndex = 8;
|
||
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
||
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
||
//
|
||
// 序号
|
||
//
|
||
this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.序号.DataPropertyName = "ID";
|
||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.序号.DefaultCellStyle = dataGridViewCellStyle2;
|
||
this.序号.HeaderText = "序号";
|
||
this.序号.Name = "序号";
|
||
this.序号.ReadOnly = true;
|
||
this.序号.Visible = false;
|
||
this.序号.Width = 44;
|
||
//
|
||
// 商品条码
|
||
//
|
||
this.商品条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.商品条码.DataPropertyName = "CommodityBarCode";
|
||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.商品条码.DefaultCellStyle = dataGridViewCellStyle3;
|
||
this.商品条码.HeaderText = "商品条码";
|
||
this.商品条码.Name = "商品条码";
|
||
this.商品条码.ReadOnly = true;
|
||
this.商品条码.Width = 120;
|
||
//
|
||
// 商品名称
|
||
//
|
||
this.商品名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.商品名称.DataPropertyName = "CommodityName";
|
||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.商品名称.DefaultCellStyle = dataGridViewCellStyle4;
|
||
this.商品名称.HeaderText = "商品名称";
|
||
this.商品名称.Name = "商品名称";
|
||
this.商品名称.ReadOnly = true;
|
||
this.商品名称.Width = 177;
|
||
//
|
||
// 门店数量
|
||
//
|
||
this.门店数量.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.门店数量.DataPropertyName = "InventoryNum";
|
||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle5.Format = "N2";
|
||
dataGridViewCellStyle5.NullValue = null;
|
||
this.门店数量.DefaultCellStyle = dataGridViewCellStyle5;
|
||
this.门店数量.HeaderText = "门店数量";
|
||
this.门店数量.Name = "门店数量";
|
||
this.门店数量.ReadOnly = true;
|
||
this.门店数量.Width = 80;
|
||
//
|
||
// 仓库数量
|
||
//
|
||
this.仓库数量.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.仓库数量.DataPropertyName = "CheckDesc";
|
||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle6.Format = "N2";
|
||
dataGridViewCellStyle6.NullValue = null;
|
||
this.仓库数量.DefaultCellStyle = dataGridViewCellStyle6;
|
||
this.仓库数量.HeaderText = "仓库数量";
|
||
this.仓库数量.Name = "仓库数量";
|
||
this.仓库数量.ReadOnly = true;
|
||
this.仓库数量.Width = 80;
|
||
//
|
||
// 总数量
|
||
//
|
||
this.总数量.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.总数量.DataPropertyName = "TotalCount";
|
||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle7.Format = "N2";
|
||
dataGridViewCellStyle7.NullValue = null;
|
||
this.总数量.DefaultCellStyle = dataGridViewCellStyle7;
|
||
this.总数量.HeaderText = "总数量";
|
||
this.总数量.Name = "总数量";
|
||
this.总数量.ReadOnly = true;
|
||
this.总数量.Width = 86;
|
||
//
|
||
// 盘点日期
|
||
//
|
||
this.盘点日期.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.盘点日期.DataPropertyName = "InventoryDate";
|
||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
this.盘点日期.DefaultCellStyle = dataGridViewCellStyle8;
|
||
this.盘点日期.HeaderText = "盘点日期";
|
||
this.盘点日期.Name = "盘点日期";
|
||
this.盘点日期.ReadOnly = true;
|
||
this.盘点日期.Width = 148;
|
||
//
|
||
// Flag
|
||
//
|
||
this.Flag.DataPropertyName = "Flag";
|
||
this.Flag.HeaderText = "Flag";
|
||
this.Flag.Name = "Flag";
|
||
this.Flag.ReadOnly = true;
|
||
this.Flag.Visible = false;
|
||
//
|
||
// btnSearch
|
||
//
|
||
this.btnSearch.Enabled = false;
|
||
this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btnSearch.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
||
this.btnSearch.Location = new System.Drawing.Point(15, 527);
|
||
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.btnSearch.Name = "btnSearch";
|
||
this.btnSearch.Size = new System.Drawing.Size(95, 38);
|
||
this.btnSearch.TabIndex = 9;
|
||
this.btnSearch.Text = "盘点记录查询";
|
||
this.btnSearch.UseVisualStyleBackColor = true;
|
||
this.btnSearch.Visible = false;
|
||
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
||
//
|
||
// btnCheck
|
||
//
|
||
this.btnCheck.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
||
this.btnCheck.Location = new System.Drawing.Point(566, 705);
|
||
this.btnCheck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.btnCheck.Name = "btnCheck";
|
||
this.btnCheck.Size = new System.Drawing.Size(87, 40);
|
||
this.btnCheck.TabIndex = 10;
|
||
this.btnCheck.Text = "校验";
|
||
this.btnCheck.UseVisualStyleBackColor = true;
|
||
this.btnCheck.Visible = false;
|
||
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
|
||
//
|
||
// tbxMachineIP
|
||
//
|
||
this.tbxMachineIP.Location = new System.Drawing.Point(742, 705);
|
||
this.tbxMachineIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.tbxMachineIP.Name = "tbxMachineIP";
|
||
this.tbxMachineIP.Size = new System.Drawing.Size(116, 23);
|
||
this.tbxMachineIP.TabIndex = 13;
|
||
this.tbxMachineIP.Visible = false;
|
||
//
|
||
// CobMACHINECODE
|
||
//
|
||
this.CobMACHINECODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CobMACHINECODE.FormattingEnabled = true;
|
||
this.CobMACHINECODE.Location = new System.Drawing.Point(341, 10);
|
||
this.CobMACHINECODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.CobMACHINECODE.Name = "CobMACHINECODE";
|
||
this.CobMACHINECODE.Size = new System.Drawing.Size(140, 25);
|
||
this.CobMACHINECODE.TabIndex = 12;
|
||
this.CobMACHINECODE.SelectedIndexChanged += new System.EventHandler(this.CobMACHINECODE_SelectedIndexChanged_1);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(267, 13);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(68, 17);
|
||
this.label5.TabIndex = 11;
|
||
this.label5.Text = "收银机号:";
|
||
//
|
||
// btnUpLoad
|
||
//
|
||
this.btnUpLoad.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btnUpLoad.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
||
this.btnUpLoad.Location = new System.Drawing.Point(457, 130);
|
||
this.btnUpLoad.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.btnUpLoad.Name = "btnUpLoad";
|
||
this.btnUpLoad.Size = new System.Drawing.Size(94, 39);
|
||
this.btnUpLoad.TabIndex = 14;
|
||
this.btnUpLoad.Text = "上传盘点数据";
|
||
this.btnUpLoad.UseVisualStyleBackColor = true;
|
||
this.btnUpLoad.Click += new System.EventHandler(this.btnUpLoad_Click);
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(12, 55);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(68, 17);
|
||
this.label6.TabIndex = 15;
|
||
this.label6.Text = "盘点日期:";
|
||
//
|
||
// AccountDate
|
||
//
|
||
this.AccountDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.AccountDate.FormattingEnabled = true;
|
||
this.AccountDate.Location = new System.Drawing.Point(86, 52);
|
||
this.AccountDate.Name = "AccountDate";
|
||
this.AccountDate.Size = new System.Drawing.Size(175, 25);
|
||
this.AccountDate.TabIndex = 16;
|
||
this.AccountDate.SelectedIndexChanged += new System.EventHandler(this.AccountDate_SelectedIndexChanged_1);
|
||
//
|
||
// cobSHOPCODE
|
||
//
|
||
this.cobSHOPCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cobSHOPCODE.FormattingEnabled = true;
|
||
this.cobSHOPCODE.Location = new System.Drawing.Point(86, 10);
|
||
this.cobSHOPCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.cobSHOPCODE.Name = "cobSHOPCODE";
|
||
this.cobSHOPCODE.Size = new System.Drawing.Size(175, 25);
|
||
this.cobSHOPCODE.TabIndex = 18;
|
||
this.cobSHOPCODE.SelectedIndexChanged += new System.EventHandler(this.cobSHOPCODE_SelectedIndexChanged_1);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(12, 13);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(68, 17);
|
||
this.label7.TabIndex = 17;
|
||
this.label7.Text = "盘点门店:";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(267, 55);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(68, 17);
|
||
this.label8.TabIndex = 20;
|
||
this.label8.Text = "商品名称:";
|
||
//
|
||
// commodityname
|
||
//
|
||
this.commodityname.Enabled = false;
|
||
this.commodityname.Location = new System.Drawing.Point(341, 52);
|
||
this.commodityname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.commodityname.Name = "commodityname";
|
||
this.commodityname.Size = new System.Drawing.Size(411, 23);
|
||
this.commodityname.TabIndex = 19;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
||
this.button1.Location = new System.Drawing.Point(658, 130);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(94, 39);
|
||
this.button1.TabIndex = 21;
|
||
this.button1.Text = "清除盘点数据";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// cobCHECKMODE
|
||
//
|
||
this.cobCHECKMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cobCHECKMODE.FormattingEnabled = true;
|
||
this.cobCHECKMODE.Location = new System.Drawing.Point(561, 10);
|
||
this.cobCHECKMODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.cobCHECKMODE.Name = "cobCHECKMODE";
|
||
this.cobCHECKMODE.Size = new System.Drawing.Size(191, 25);
|
||
this.cobCHECKMODE.TabIndex = 23;
|
||
this.cobCHECKMODE.SelectedIndexChanged += new System.EventHandler(this.cobCHECKMODE_SelectedIndexChanged_1);
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Location = new System.Drawing.Point(487, 13);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(68, 17);
|
||
this.label9.TabIndex = 22;
|
||
this.label9.Text = "盘点模式:";
|
||
//
|
||
// btnSearch1
|
||
//
|
||
this.btnSearch1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btnSearch1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
||
this.btnSearch1.Location = new System.Drawing.Point(557, 130);
|
||
this.btnSearch1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.btnSearch1.Name = "btnSearch1";
|
||
this.btnSearch1.Size = new System.Drawing.Size(95, 38);
|
||
this.btnSearch1.TabIndex = 24;
|
||
this.btnSearch1.Text = "盘点记录查询";
|
||
this.btnSearch1.UseVisualStyleBackColor = true;
|
||
this.btnSearch1.Click += new System.EventHandler(this.btnSearch1_Click);
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(580, 523);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(172, 17);
|
||
this.label10.TabIndex = 25;
|
||
this.label10.Text = "©2016 杭州驿商科技有限公司";
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Location = new System.Drawing.Point(201, 523);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(350, 17);
|
||
this.progressBar1.TabIndex = 26;
|
||
this.progressBar1.Visible = false;
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Location = new System.Drawing.Point(12, 523);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(0, 17);
|
||
this.label11.TabIndex = 27;
|
||
//
|
||
// Form1
|
||
//
|
||
this.AccessibleRole = System.Windows.Forms.AccessibleRole.Cursor;
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(764, 541);
|
||
this.Controls.Add(this.label11);
|
||
this.Controls.Add(this.progressBar1);
|
||
this.Controls.Add(this.label10);
|
||
this.Controls.Add(this.btnSearch1);
|
||
this.Controls.Add(this.cobCHECKMODE);
|
||
this.Controls.Add(this.label9);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.label8);
|
||
this.Controls.Add(this.commodityname);
|
||
this.Controls.Add(this.cobSHOPCODE);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.AccountDate);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.btnUpLoad);
|
||
this.Controls.Add(this.tbxMachineIP);
|
||
this.Controls.Add(this.CobMACHINECODE);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.btnCheck);
|
||
this.Controls.Add(this.btnSearch);
|
||
this.Controls.Add(this.dataGridView1);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.InventoryDate);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.CommodityBarCode);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.CommodityNum);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.CommodityInfo);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "Form1";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "高速驿网商超盘点工具V1.0";
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
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 CommodityNum;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox CommodityBarCode;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox InventoryDate;
|
||
private System.Windows.Forms.DataGridView dataGridView1;
|
||
private System.Windows.Forms.Button btnSearch;
|
||
private System.Windows.Forms.Button btnCheck;
|
||
private System.Windows.Forms.TextBox tbxMachineIP;
|
||
private System.Windows.Forms.ComboBox CobMACHINECODE;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Button btnUpLoad;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.ComboBox AccountDate;
|
||
private System.Windows.Forms.ComboBox cobSHOPCODE;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.TextBox commodityname;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.ComboBox cobCHECKMODE;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Button btnSearch1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 商品条码;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 商品名称;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 门店数量;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 仓库数量;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 总数量;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 盘点日期;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Flag;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
private System.Windows.Forms.Label label11;
|
||
}
|
||
}
|
||
|