fg_yida_2/YiDa_WinForm/Form/StrengthTestUploadForm.Designer.cs
2026-01-29 20:29:12 +08:00

139 lines
6.4 KiB
C#

namespace YiDa_WinForm
{
partial class StrengthTestUploadForm
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.CheckBox checkBoxMoldProduction;
private System.Windows.Forms.CheckBox checkBoxTimedAlarm;
private System.Windows.Forms.TextBox textBoxInterval;
private System.Windows.Forms.Label labelInterval;
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);
}
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.checkBoxMoldProduction = new System.Windows.Forms.CheckBox();
this.checkBoxTimedAlarm = new System.Windows.Forms.CheckBox();
this.textBoxInterval = new System.Windows.Forms.TextBox();
this.labelInterval = 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();
//
// checkBoxMoldProduction
//
this.checkBoxMoldProduction.AutoSize = true;
this.checkBoxMoldProduction.Location = new System.Drawing.Point(29, 55);
this.checkBoxMoldProduction.Name = "checkBoxMoldProduction";
this.checkBoxMoldProduction.Size = new System.Drawing.Size(119, 19);
this.checkBoxMoldProduction.TabIndex = 1;
this.checkBoxMoldProduction.Text = "模具投产上传";
//
// checkBoxTimedAlarm
//
this.checkBoxTimedAlarm.AutoSize = true;
this.checkBoxTimedAlarm.Location = new System.Drawing.Point(29, 85);
this.checkBoxTimedAlarm.Name = "checkBoxTimedAlarm";
this.checkBoxTimedAlarm.Size = new System.Drawing.Size(119, 19);
this.checkBoxTimedAlarm.TabIndex = 2;
this.checkBoxTimedAlarm.Text = "定时上传报警";
this.checkBoxTimedAlarm.CheckedChanged += new System.EventHandler(this.checkBoxTimedAlarm_CheckedChanged);
//
// textBoxInterval
//
this.textBoxInterval.Location = new System.Drawing.Point(117, 110);
this.textBoxInterval.Name = "textBoxInterval";
this.textBoxInterval.Size = new System.Drawing.Size(91, 25);
this.textBoxInterval.TabIndex = 4;
this.textBoxInterval.Text = "120";
this.textBoxInterval.TextChanged += new System.EventHandler(this.textBoxInterval_TextChanged);
//
// labelInterval
//
this.labelInterval.AutoSize = true;
this.labelInterval.Location = new System.Drawing.Point(29, 115);
this.labelInterval.Name = "labelInterval";
this.labelInterval.Size = new System.Drawing.Size(82, 15);
this.labelInterval.TabIndex = 3;
this.labelInterval.Text = "时间间隔:";
//
// buttonConfirm
//
this.buttonConfirm.Location = new System.Drawing.Point(62, 163);
this.buttonConfirm.Name = "buttonConfirm";
this.buttonConfirm.Size = new System.Drawing.Size(86, 32);
this.buttonConfirm.TabIndex = 5;
this.buttonConfirm.Text = "确定";
this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(180, 163);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(86, 32);
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(23, 20);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(152, 27);
this.labelTitle.TabIndex = 0;
this.labelTitle.Text = "请选择上传类型";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(214, 115);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 15);
this.label1.TabIndex = 7;
this.label1.Text = "分钟";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// StrengthTestUploadForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(331, 223);
this.Controls.Add(this.label1);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.checkBoxMoldProduction);
this.Controls.Add(this.checkBoxTimedAlarm);
this.Controls.Add(this.labelInterval);
this.Controls.Add(this.textBoxInterval);
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 = "StrengthTestUploadForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "连杆强度测试上传";
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label label1;
}
}