267 lines
12 KiB
C#
267 lines
12 KiB
C#
namespace CheckCommodityReSet
|
||
{
|
||
partial class ManinForm
|
||
{
|
||
/// <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()
|
||
{
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.cbServerPart = new System.Windows.Forms.ComboBox();
|
||
this.btnSearch = new System.Windows.Forms.Button();
|
||
this.cbShopID = new System.Windows.Forms.ComboBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.dtpStarTime = new System.Windows.Forms.DateTimePicker();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.dgvList = new System.Windows.Forms.DataGridView();
|
||
this.CHECKCOMMODITY_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.SERVERPART_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.SHOPNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CHECKDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CHECKPERSON = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CHECKCOMMODITY_DESC = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.btnSubmitInsales = new System.Windows.Forms.DataGridViewButtonColumn();
|
||
this.btnSubmitInsalesStatistic = new System.Windows.Forms.DataGridViewButtonColumn();
|
||
this.groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.cbServerPart);
|
||
this.groupBox1.Controls.Add(this.btnSearch);
|
||
this.groupBox1.Controls.Add(this.cbShopID);
|
||
this.groupBox1.Controls.Add(this.label4);
|
||
this.groupBox1.Controls.Add(this.label3);
|
||
this.groupBox1.Controls.Add(this.dtpEndTime);
|
||
this.groupBox1.Controls.Add(this.label2);
|
||
this.groupBox1.Controls.Add(this.dtpStarTime);
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
this.groupBox1.Location = new System.Drawing.Point(12, 15);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(1154, 58);
|
||
this.groupBox1.TabIndex = 0;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "查询条件";
|
||
//
|
||
// cbServerPart
|
||
//
|
||
this.cbServerPart.FormattingEnabled = true;
|
||
this.cbServerPart.Location = new System.Drawing.Point(567, 22);
|
||
this.cbServerPart.Name = "cbServerPart";
|
||
this.cbServerPart.Size = new System.Drawing.Size(165, 20);
|
||
this.cbServerPart.TabIndex = 9;
|
||
this.cbServerPart.SelectedIndexChanged += new System.EventHandler(this.cbServerPart_SelectedIndexChanged);
|
||
//
|
||
// btnSearch
|
||
//
|
||
this.btnSearch.Location = new System.Drawing.Point(1031, 19);
|
||
this.btnSearch.Name = "btnSearch";
|
||
this.btnSearch.Size = new System.Drawing.Size(75, 23);
|
||
this.btnSearch.TabIndex = 8;
|
||
this.btnSearch.Text = "查询";
|
||
this.btnSearch.UseVisualStyleBackColor = true;
|
||
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
||
//
|
||
// cbShopID
|
||
//
|
||
this.cbShopID.FormattingEnabled = true;
|
||
this.cbShopID.Location = new System.Drawing.Point(819, 21);
|
||
this.cbShopID.Name = "cbShopID";
|
||
this.cbShopID.Size = new System.Drawing.Size(165, 20);
|
||
this.cbShopID.TabIndex = 7;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(748, 26);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(65, 12);
|
||
this.label4.TabIndex = 6;
|
||
this.label4.Text = "门店名称:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(496, 26);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(65, 12);
|
||
this.label3.TabIndex = 5;
|
||
this.label3.Text = "服务区名:";
|
||
//
|
||
// dtpEndTime
|
||
//
|
||
this.dtpEndTime.Location = new System.Drawing.Point(286, 20);
|
||
this.dtpEndTime.Name = "dtpEndTime";
|
||
this.dtpEndTime.Size = new System.Drawing.Size(114, 21);
|
||
this.dtpEndTime.TabIndex = 4;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(215, 24);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(65, 12);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "开始日期:";
|
||
//
|
||
// dtpStarTime
|
||
//
|
||
this.dtpStarTime.CustomFormat = "";
|
||
this.dtpStarTime.Location = new System.Drawing.Point(77, 20);
|
||
this.dtpStarTime.Name = "dtpStarTime";
|
||
this.dtpStarTime.Size = new System.Drawing.Size(114, 21);
|
||
this.dtpStarTime.TabIndex = 2;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(6, 24);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(65, 12);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "开始日期:";
|
||
//
|
||
// dgvList
|
||
//
|
||
this.dgvList.AllowUserToAddRows = false;
|
||
this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.CHECKCOMMODITY_ID,
|
||
this.SERVERPART_NAME,
|
||
this.SHOPNAME,
|
||
this.CHECKDATE,
|
||
this.CHECKPERSON,
|
||
this.CHECKCOMMODITY_DESC,
|
||
this.btnSubmitInsales,
|
||
this.btnSubmitInsalesStatistic});
|
||
this.dgvList.Location = new System.Drawing.Point(12, 90);
|
||
this.dgvList.Name = "dgvList";
|
||
this.dgvList.RowTemplate.Height = 23;
|
||
this.dgvList.Size = new System.Drawing.Size(1154, 476);
|
||
this.dgvList.TabIndex = 1;
|
||
this.dgvList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
|
||
//
|
||
// CHECKCOMMODITY_ID
|
||
//
|
||
this.CHECKCOMMODITY_ID.DataPropertyName = "CHECKCOMMODITY_ID";
|
||
this.CHECKCOMMODITY_ID.HeaderText = "盘存ID";
|
||
this.CHECKCOMMODITY_ID.Name = "CHECKCOMMODITY_ID";
|
||
//
|
||
// SERVERPART_NAME
|
||
//
|
||
this.SERVERPART_NAME.DataPropertyName = "SERVERPART_NAME";
|
||
this.SERVERPART_NAME.HeaderText = "服务区名";
|
||
this.SERVERPART_NAME.Name = "SERVERPART_NAME";
|
||
this.SERVERPART_NAME.Width = 120;
|
||
//
|
||
// SHOPNAME
|
||
//
|
||
this.SHOPNAME.DataPropertyName = "SHOPNAME";
|
||
this.SHOPNAME.HeaderText = "门店名称";
|
||
this.SHOPNAME.Name = "SHOPNAME";
|
||
this.SHOPNAME.Width = 150;
|
||
//
|
||
// CHECKDATE
|
||
//
|
||
this.CHECKDATE.DataPropertyName = "CHECKDATE";
|
||
this.CHECKDATE.HeaderText = "盘存时间";
|
||
this.CHECKDATE.Name = "CHECKDATE";
|
||
this.CHECKDATE.Width = 150;
|
||
//
|
||
// CHECKPERSON
|
||
//
|
||
this.CHECKPERSON.DataPropertyName = "CHECKPERSON";
|
||
this.CHECKPERSON.HeaderText = "盘存人员";
|
||
this.CHECKPERSON.Name = "CHECKPERSON";
|
||
//
|
||
// CHECKCOMMODITY_DESC
|
||
//
|
||
this.CHECKCOMMODITY_DESC.DataPropertyName = "CHECKCOMMODITY_DESC";
|
||
this.CHECKCOMMODITY_DESC.HeaderText = "盘存备注";
|
||
this.CHECKCOMMODITY_DESC.Name = "CHECKCOMMODITY_DESC";
|
||
this.CHECKCOMMODITY_DESC.Width = 200;
|
||
//
|
||
// btnSubmitInsales
|
||
//
|
||
this.btnSubmitInsales.HeaderText = "固化操作";
|
||
this.btnSubmitInsales.Name = "btnSubmitInsales";
|
||
this.btnSubmitInsales.Text = "生成固化数据";
|
||
this.btnSubmitInsales.UseColumnTextForButtonValue = true;
|
||
this.btnSubmitInsales.Width = 120;
|
||
//
|
||
// btnSubmitInsalesStatistic
|
||
//
|
||
this.btnSubmitInsalesStatistic.HeaderText = "生成数据";
|
||
this.btnSubmitInsalesStatistic.Name = "btnSubmitInsalesStatistic";
|
||
this.btnSubmitInsalesStatistic.Text = "重新生成进销存数据";
|
||
this.btnSubmitInsalesStatistic.UseColumnTextForButtonValue = true;
|
||
this.btnSubmitInsalesStatistic.Width = 150;
|
||
//
|
||
// ManinForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1178, 578);
|
||
this.Controls.Add(this.dgvList);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Name = "ManinForm";
|
||
this.Text = "盘点数据重置工具";
|
||
this.Load += new System.EventHandler(this.ManinForm_Load);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Button btnSearch;
|
||
private System.Windows.Forms.ComboBox cbShopID;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.DateTimePicker dtpEndTime;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.DateTimePicker dtpStarTime;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ComboBox cbServerPart;
|
||
private System.Windows.Forms.DataGridView dgvList;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CHECKCOMMODITY_ID;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn SERVERPART_NAME;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn SHOPNAME;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CHECKDATE;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CHECKPERSON;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CHECKCOMMODITY_DESC;
|
||
private System.Windows.Forms.DataGridViewButtonColumn btnSubmitInsales;
|
||
private System.Windows.Forms.DataGridViewButtonColumn btnSubmitInsalesStatistic;
|
||
}
|
||
}
|
||
|