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.
255 lines
13 KiB
255 lines
13 KiB
namespace SiaSun.LMS.LED
|
|
{
|
|
partial class TABLE_CLEAR
|
|
{
|
|
/// <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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dtpFrom = new System.Windows.Forms.DateTimePicker();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dtpTo = new System.Windows.Forms.DateTimePicker();
|
|
this.panelControl = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.chkPlan = new System.Windows.Forms.CheckBox();
|
|
this.chkRecord = new System.Windows.Forms.CheckBox();
|
|
this.chkSYS_LOG = new System.Windows.Forms.CheckBox();
|
|
this.chkINOUT_NOPLAN = new System.Windows.Forms.CheckBox();
|
|
this.chkAPPLY_HIS = new System.Windows.Forms.CheckBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.panelControl.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.flowLayoutPanel1.Controls.Add(this.label2);
|
|
this.flowLayoutPanel1.Controls.Add(this.dtpFrom);
|
|
this.flowLayoutPanel1.Controls.Add(this.label1);
|
|
this.flowLayoutPanel1.Controls.Add(this.dtpTo);
|
|
this.flowLayoutPanel1.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 12);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(435, 33);
|
|
this.flowLayoutPanel1.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.label2.Location = new System.Drawing.Point(3, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(81, 26);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "清理日期:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// dtpFrom
|
|
//
|
|
this.dtpFrom.CustomFormat = "yyyy-MM-dd";
|
|
this.dtpFrom.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpFrom.Location = new System.Drawing.Point(90, 3);
|
|
this.dtpFrom.Name = "dtpFrom";
|
|
this.dtpFrom.Size = new System.Drawing.Size(125, 21);
|
|
this.dtpFrom.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.label1.Location = new System.Drawing.Point(221, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(23, 26);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "至";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// dtpTo
|
|
//
|
|
this.dtpTo.CustomFormat = "yyyy-MM-dd";
|
|
this.dtpTo.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpTo.Location = new System.Drawing.Point(250, 3);
|
|
this.dtpTo.Name = "dtpTo";
|
|
this.dtpTo.Size = new System.Drawing.Size(125, 21);
|
|
this.dtpTo.TabIndex = 1;
|
|
//
|
|
// panelControl
|
|
//
|
|
this.panelControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelControl.Controls.Add(this.chkPlan);
|
|
this.panelControl.Controls.Add(this.chkRecord);
|
|
this.panelControl.Controls.Add(this.chkAPPLY_HIS);
|
|
this.panelControl.Controls.Add(this.chkSYS_LOG);
|
|
this.panelControl.Controls.Add(this.chkINOUT_NOPLAN);
|
|
this.panelControl.Location = new System.Drawing.Point(12, 53);
|
|
this.panelControl.Name = "panelControl";
|
|
this.panelControl.Size = new System.Drawing.Size(435, 163);
|
|
this.panelControl.TabIndex = 5;
|
|
//
|
|
// chkPlan
|
|
//
|
|
this.chkPlan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkPlan.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.chkPlan.Location = new System.Drawing.Point(3, 3);
|
|
this.chkPlan.Name = "chkPlan";
|
|
this.chkPlan.Size = new System.Drawing.Size(423, 26);
|
|
this.chkPlan.TabIndex = 0;
|
|
this.chkPlan.Text = "计划单数据";
|
|
this.chkPlan.UseVisualStyleBackColor = true;
|
|
//
|
|
// chkRecord
|
|
//
|
|
this.chkRecord.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkRecord.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.chkRecord.Location = new System.Drawing.Point(3, 35);
|
|
this.chkRecord.Name = "chkRecord";
|
|
this.chkRecord.Size = new System.Drawing.Size(423, 26);
|
|
this.chkRecord.TabIndex = 0;
|
|
this.chkRecord.Text = "入出库记录数据";
|
|
this.chkRecord.UseVisualStyleBackColor = true;
|
|
//
|
|
// chkSYS_LOG
|
|
//
|
|
this.chkSYS_LOG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkSYS_LOG.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.chkSYS_LOG.Location = new System.Drawing.Point(3, 99);
|
|
this.chkSYS_LOG.Name = "chkSYS_LOG";
|
|
this.chkSYS_LOG.Size = new System.Drawing.Size(423, 26);
|
|
this.chkSYS_LOG.TabIndex = 1;
|
|
this.chkSYS_LOG.Text = "系统日志数据";
|
|
this.chkSYS_LOG.UseVisualStyleBackColor = true;
|
|
this.chkSYS_LOG.Visible = false;
|
|
//
|
|
// chkINOUT_NOPLAN
|
|
//
|
|
this.chkINOUT_NOPLAN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkINOUT_NOPLAN.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.chkINOUT_NOPLAN.Location = new System.Drawing.Point(3, 131);
|
|
this.chkINOUT_NOPLAN.Name = "chkINOUT_NOPLAN";
|
|
this.chkINOUT_NOPLAN.Size = new System.Drawing.Size(423, 26);
|
|
this.chkINOUT_NOPLAN.TabIndex = 2;
|
|
this.chkINOUT_NOPLAN.Text = "补填EAM单据提醒数据";
|
|
this.chkINOUT_NOPLAN.UseVisualStyleBackColor = true;
|
|
this.chkINOUT_NOPLAN.Visible = false;
|
|
//
|
|
// chkAPPLY_HIS
|
|
//
|
|
this.chkAPPLY_HIS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkAPPLY_HIS.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.chkAPPLY_HIS.Location = new System.Drawing.Point(3, 67);
|
|
this.chkAPPLY_HIS.Name = "chkAPPLY_HIS";
|
|
this.chkAPPLY_HIS.Size = new System.Drawing.Size(423, 26);
|
|
this.chkAPPLY_HIS.TabIndex = 3;
|
|
this.chkAPPLY_HIS.Text = "任务申请历史数据";
|
|
this.chkAPPLY_HIS.UseVisualStyleBackColor = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.label3.Location = new System.Drawing.Point(15, 48);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(432, 2);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "label3";
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnOK.Location = new System.Drawing.Point(151, 245);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 28);
|
|
this.btnOK.TabIndex = 4;
|
|
this.btnOK.Text = "确定";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnClose.Location = new System.Drawing.Point(232, 245);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 28);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// TABLE_CLEAR
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(459, 280);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.panelControl);
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "TABLE_CLEAR";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "数据清理";
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.panelControl.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.DateTimePicker dtpFrom;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DateTimePicker dtpTo;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.FlowLayoutPanel panelControl;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.CheckBox chkPlan;
|
|
private System.Windows.Forms.CheckBox chkRecord;
|
|
private System.Windows.Forms.CheckBox chkSYS_LOG;
|
|
private System.Windows.Forms.CheckBox chkINOUT_NOPLAN;
|
|
private System.Windows.Forms.CheckBox chkAPPLY_HIS;
|
|
}
|
|
}
|