fg_yida_2/YiDa_WinForm/Form/ScrapImageUploadForm.Designer.cs

121 lines
5.4 KiB
C#
Raw Normal View History

2026-01-29 08:39:56 +08:00
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
2026-01-29 20:29:12 +08:00
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
2026-01-29 08:39:56 +08:00
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();
2026-01-29 20:29:12 +08:00
this.label1 = new System.Windows.Forms.Label();
2026-01-29 08:39:56 +08:00
this.SuspendLayout();
//
// textBoxScrapInterval
//
2026-02-04 09:53:15 +08:00
this.textBoxScrapInterval.Location = new System.Drawing.Point(193, 97);
2026-01-29 08:39:56 +08:00
this.textBoxScrapInterval.Name = "textBoxScrapInterval";
2026-02-03 10:08:13 +08:00
this.textBoxScrapInterval.Size = new System.Drawing.Size(102, 25);
2026-01-29 08:39:56 +08:00
this.textBoxScrapInterval.TabIndex = 4;
2026-02-03 10:08:13 +08:00
this.textBoxScrapInterval.Text = "120";
2026-01-29 20:29:12 +08:00
this.textBoxScrapInterval.TextChanged += new System.EventHandler(this.textBoxScrapInterval_TextChanged);
2026-01-29 08:39:56 +08:00
//
// labelScrapInterval
//
this.labelScrapInterval.AutoSize = true;
2026-02-04 09:53:15 +08:00
this.labelScrapInterval.Location = new System.Drawing.Point(75, 100);
2026-01-29 08:39:56 +08:00
this.labelScrapInterval.Name = "labelScrapInterval";
2026-02-03 10:08:13 +08:00
this.labelScrapInterval.Size = new System.Drawing.Size(112, 15);
2026-01-29 08:39:56 +08:00
this.labelScrapInterval.TabIndex = 3;
2026-02-03 10:08:13 +08:00
this.labelScrapInterval.Text = "报警时间间隔:";
this.labelScrapInterval.Click += new System.EventHandler(this.labelScrapInterval_Click);
2026-01-29 08:39:56 +08:00
//
// buttonConfirm
//
2026-02-04 09:53:15 +08:00
this.buttonConfirm.Location = new System.Drawing.Point(98, 180);
2026-01-29 08:39:56 +08:00
this.buttonConfirm.Name = "buttonConfirm";
2026-01-29 20:29:12 +08:00
this.buttonConfirm.Size = new System.Drawing.Size(86, 31);
2026-01-29 08:39:56 +08:00
this.buttonConfirm.TabIndex = 5;
2026-01-29 20:29:12 +08:00
this.buttonConfirm.Text = "确定";
2026-01-29 08:39:56 +08:00
this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
//
// buttonCancel
//
2026-02-04 09:53:15 +08:00
this.buttonCancel.Location = new System.Drawing.Point(239, 180);
2026-01-29 08:39:56 +08:00
this.buttonCancel.Name = "buttonCancel";
2026-01-29 20:29:12 +08:00
this.buttonCancel.Size = new System.Drawing.Size(86, 31);
2026-01-29 08:39:56 +08:00
this.buttonCancel.TabIndex = 6;
2026-01-29 20:29:12 +08:00
this.buttonCancel.Text = "取消";
2026-01-29 08:39:56 +08:00
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);
2026-02-04 09:53:15 +08:00
this.labelTitle.Location = new System.Drawing.Point(66, 41);
2026-01-29 08:39:56 +08:00
this.labelTitle.Name = "labelTitle";
2026-02-04 09:53:15 +08:00
this.labelTitle.Size = new System.Drawing.Size(292, 27);
2026-01-29 08:39:56 +08:00
this.labelTitle.TabIndex = 0;
2026-02-04 09:53:15 +08:00
this.labelTitle.Text = "报废图片开机上传延迟报警时间";
2026-02-03 10:08:13 +08:00
this.labelTitle.Click += new System.EventHandler(this.labelTitle_Click);
2026-01-29 20:29:12 +08:00
//
// label1
//
this.label1.AutoSize = true;
2026-02-04 09:53:15 +08:00
this.label1.Location = new System.Drawing.Point(301, 100);
2026-01-29 20:29:12 +08:00
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);
2026-01-29 08:39:56 +08:00
//
// ScrapUploadForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2026-02-04 09:53:15 +08:00
this.ClientSize = new System.Drawing.Size(413, 265);
2026-01-29 20:29:12 +08:00
this.Controls.Add(this.label1);
2026-01-29 08:39:56 +08:00
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);
2026-01-29 20:29:12 +08:00
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
2026-01-29 08:39:56 +08:00
this.Name = "ScrapUploadForm";
2026-01-29 20:29:12 +08:00
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "报废凭证上传";
2026-02-03 10:08:13 +08:00
this.Load += new System.EventHandler(this.ScrapUploadForm_Load);
2026-01-29 08:39:56 +08:00
this.ResumeLayout(false);
this.PerformLayout();
}
2026-01-29 20:29:12 +08:00
private System.Windows.Forms.Label label1;
2026-01-29 08:39:56 +08:00
#endregion
}
}