You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

163 lines
6.9 KiB

namespace wcfControlMonitorClient
{
partial class FrmStorageCheck
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.uploadCount = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnUpload = new System.Windows.Forms.Button();
this.btnRefresh = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnUpdateCheck = new System.Windows.Forms.Button();
this.tbDate = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// uploadCount
//
this.uploadCount.Location = new System.Drawing.Point(214, 64);
this.uploadCount.Name = "uploadCount";
this.uploadCount.ReadOnly = true;
this.uploadCount.Size = new System.Drawing.Size(40, 21);
this.uploadCount.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(176, 13);
this.label1.TabIndex = 3;
this.label1.Text = "当前需要上传的库存数量为:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(260, 67);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(20, 13);
this.label4.TabIndex = 7;
this.label4.Text = "条";
//
// btnUpload
//
this.btnUpload.Location = new System.Drawing.Point(116, 104);
this.btnUpload.Margin = new System.Windows.Forms.Padding(2);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(138, 34);
this.btnUpload.TabIndex = 8;
this.btnUpload.Text = "开始手动上传数据";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(304, 65);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(2);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(63, 20);
this.btnRefresh.TabIndex = 9;
this.btnRefresh.Text = "更新";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(292, 110);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 10;
this.btnClose.Text = "关闭(&E)";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnUpdateCheck
//
this.btnUpdateCheck.Location = new System.Drawing.Point(12, 173);
this.btnUpdateCheck.Name = "btnUpdateCheck";
this.btnUpdateCheck.Size = new System.Drawing.Size(138, 36);
this.btnUpdateCheck.TabIndex = 11;
this.btnUpdateCheck.Text = "自动上传数据已开启";
this.btnUpdateCheck.UseVisualStyleBackColor = true;
this.btnUpdateCheck.Click += new System.EventHandler(this.btnUpdateCheck_Click);
//
// tbDate
//
this.tbDate.Location = new System.Drawing.Point(292, 182);
this.tbDate.Name = "tbDate";
this.tbDate.ReadOnly = true;
this.tbDate.Size = new System.Drawing.Size(107, 21);
this.tbDate.TabIndex = 43;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(171, 185);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(118, 13);
this.label2.TabIndex = 7;
this.label2.Text = "上次自动更新日期:";
//
// FrmStorageCheck
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(411, 233);
this.Controls.Add(this.tbDate);
this.Controls.Add(this.btnUpdateCheck);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.btnUpload);
this.Controls.Add(this.label2);
this.Controls.Add(this.label4);
this.Controls.Add(this.uploadCount);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmStorageCheck";
this.Text = "上传库存信息";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStorageCheck_FormClosing);
this.Load += new System.EventHandler(this.FrmStorageCheck_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox uploadCount;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnUpload;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnUpdateCheck;
private System.Windows.Forms.TextBox tbDate;
private System.Windows.Forms.Label label2;
}
}