170 lines
6.8 KiB
C#
170 lines
6.8 KiB
C#
namespace CommoditySaleDataFrom
|
||
{
|
||
partial class MainForm
|
||
{
|
||
/// <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.label1 = new System.Windows.Forms.Label();
|
||
this.dtpStarTime = new System.Windows.Forms.DateTimePicker();
|
||
this.BtnStar = new System.Windows.Forms.Button();
|
||
this.lvMessage = new System.Windows.Forms.ListView();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.lbMessage = new System.Windows.Forms.Label();
|
||
this.dtStarTime = new System.Windows.Forms.DateTimePicker();
|
||
this.dtEndTime = new System.Windows.Forms.DateTimePicker();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(67, 54);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(65, 12);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "自动时间:";
|
||
//
|
||
// dtpStarTime
|
||
//
|
||
this.dtpStarTime.CustomFormat = "";
|
||
this.dtpStarTime.Location = new System.Drawing.Point(138, 48);
|
||
this.dtpStarTime.Name = "dtpStarTime";
|
||
this.dtpStarTime.Size = new System.Drawing.Size(114, 21);
|
||
this.dtpStarTime.TabIndex = 3;
|
||
//
|
||
// BtnStar
|
||
//
|
||
this.BtnStar.Location = new System.Drawing.Point(421, 48);
|
||
this.BtnStar.Name = "BtnStar";
|
||
this.BtnStar.Size = new System.Drawing.Size(75, 23);
|
||
this.BtnStar.TabIndex = 4;
|
||
this.BtnStar.Text = "开始";
|
||
this.BtnStar.UseVisualStyleBackColor = true;
|
||
this.BtnStar.Click += new System.EventHandler(this.BtnStar_Click);
|
||
//
|
||
// lvMessage
|
||
//
|
||
this.lvMessage.Location = new System.Drawing.Point(12, 152);
|
||
this.lvMessage.Name = "lvMessage";
|
||
this.lvMessage.ShowItemToolTips = true;
|
||
this.lvMessage.Size = new System.Drawing.Size(725, 431);
|
||
this.lvMessage.TabIndex = 5;
|
||
this.lvMessage.UseCompatibleStateImageBehavior = false;
|
||
this.lvMessage.View = System.Windows.Forms.View.List;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(421, 98);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 6;
|
||
this.button1.Text = "手动生成";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// lbMessage
|
||
//
|
||
this.lbMessage.AutoSize = true;
|
||
this.lbMessage.Location = new System.Drawing.Point(12, 106);
|
||
this.lbMessage.Name = "lbMessage";
|
||
this.lbMessage.Size = new System.Drawing.Size(0, 12);
|
||
this.lbMessage.TabIndex = 7;
|
||
//
|
||
// dtStarTime
|
||
//
|
||
this.dtStarTime.CustomFormat = "";
|
||
this.dtStarTime.Location = new System.Drawing.Point(138, 100);
|
||
this.dtStarTime.Name = "dtStarTime";
|
||
this.dtStarTime.Size = new System.Drawing.Size(114, 21);
|
||
this.dtStarTime.TabIndex = 8;
|
||
//
|
||
// dtEndTime
|
||
//
|
||
this.dtEndTime.CustomFormat = "";
|
||
this.dtEndTime.Location = new System.Drawing.Point(292, 100);
|
||
this.dtEndTime.Name = "dtEndTime";
|
||
this.dtEndTime.Size = new System.Drawing.Size(114, 21);
|
||
this.dtEndTime.TabIndex = 9;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(43, 106);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(89, 12);
|
||
this.label2.TabIndex = 10;
|
||
this.label2.Text = "手动生成时间:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(269, 106);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(17, 12);
|
||
this.label3.TabIndex = 11;
|
||
this.label3.Text = "至";
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(751, 595);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.dtEndTime);
|
||
this.Controls.Add(this.dtStarTime);
|
||
this.Controls.Add(this.lbMessage);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.lvMessage);
|
||
this.Controls.Add(this.BtnStar);
|
||
this.Controls.Add(this.dtpStarTime);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "MainForm";
|
||
this.Text = "合作商户仓储单品固化数据";
|
||
this.Load += new System.EventHandler(this.MainForm_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.DateTimePicker dtpStarTime;
|
||
private System.Windows.Forms.Button BtnStar;
|
||
private System.Windows.Forms.ListView lvMessage;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Label lbMessage;
|
||
private System.Windows.Forms.DateTimePicker dtStarTime;
|
||
private System.Windows.Forms.DateTimePicker dtEndTime;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
}
|
||
}
|
||
|