121 lines
5.4 KiB
C#
121 lines
5.4 KiB
C#
namespace YiDa_WinForm
|
|
{
|
|
partial class ScrapUploadForm
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
private System.Windows.Forms.TextBox textBoxScrapInterval;
|
|
private System.Windows.Forms.Label labelScrapInterval;
|
|
private System.Windows.Forms.Button buttonConfirm;
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
private System.Windows.Forms.Label labelTitle;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.textBoxScrapInterval = new System.Windows.Forms.TextBox();
|
|
this.labelScrapInterval = new System.Windows.Forms.Label();
|
|
this.buttonConfirm = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.labelTitle = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxScrapInterval
|
|
//
|
|
this.textBoxScrapInterval.Location = new System.Drawing.Point(193, 97);
|
|
this.textBoxScrapInterval.Name = "textBoxScrapInterval";
|
|
this.textBoxScrapInterval.Size = new System.Drawing.Size(102, 25);
|
|
this.textBoxScrapInterval.TabIndex = 4;
|
|
this.textBoxScrapInterval.Text = "120";
|
|
this.textBoxScrapInterval.TextChanged += new System.EventHandler(this.textBoxScrapInterval_TextChanged);
|
|
//
|
|
// labelScrapInterval
|
|
//
|
|
this.labelScrapInterval.AutoSize = true;
|
|
this.labelScrapInterval.Location = new System.Drawing.Point(75, 100);
|
|
this.labelScrapInterval.Name = "labelScrapInterval";
|
|
this.labelScrapInterval.Size = new System.Drawing.Size(112, 15);
|
|
this.labelScrapInterval.TabIndex = 3;
|
|
this.labelScrapInterval.Text = "报警时间间隔:";
|
|
this.labelScrapInterval.Click += new System.EventHandler(this.labelScrapInterval_Click);
|
|
//
|
|
// buttonConfirm
|
|
//
|
|
this.buttonConfirm.Location = new System.Drawing.Point(98, 180);
|
|
this.buttonConfirm.Name = "buttonConfirm";
|
|
this.buttonConfirm.Size = new System.Drawing.Size(86, 31);
|
|
this.buttonConfirm.TabIndex = 5;
|
|
this.buttonConfirm.Text = "确定";
|
|
this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(239, 180);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(86, 31);
|
|
this.buttonCancel.TabIndex = 6;
|
|
this.buttonCancel.Text = "取消";
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.AutoSize = true;
|
|
this.labelTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.Location = new System.Drawing.Point(66, 41);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(292, 27);
|
|
this.labelTitle.TabIndex = 0;
|
|
this.labelTitle.Text = "报废图片开机上传延迟报警时间";
|
|
this.labelTitle.Click += new System.EventHandler(this.labelTitle_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(301, 100);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(37, 15);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "分钟";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// ScrapUploadForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(413, 265);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.labelScrapInterval);
|
|
this.Controls.Add(this.textBoxScrapInterval);
|
|
this.Controls.Add(this.buttonConfirm);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ScrapUploadForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "报废凭证上传";
|
|
this.Load += new System.EventHandler(this.ScrapUploadForm_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
#endregion
|
|
}
|
|
} |