namespace YiDa_WinForm { partial class RodTestUploadForm { private System.ComponentModel.IContainer components = null; 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); } /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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(); // // textBoxInterval // this.textBoxInterval.Location = new System.Drawing.Point(197, 115); this.textBoxInterval.Name = "textBoxInterval"; this.textBoxInterval.Size = new System.Drawing.Size(105, 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(79, 118); this.labelInterval.Name = "labelInterval"; this.labelInterval.Size = new System.Drawing.Size(112, 15); this.labelInterval.TabIndex = 3; this.labelInterval.Text = "延迟报警时间:"; this.labelInterval.Click += new System.EventHandler(this.labelInterval_Click); // // buttonConfirm // this.buttonConfirm.Location = new System.Drawing.Point(96, 199); 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(241, 199); 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(74, 49); 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(308, 118); 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); // // RodTestUploadForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(418, 293); this.Controls.Add(this.label1); this.Controls.Add(this.labelTitle); 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.Location = new System.Drawing.Point(15, 15); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RodTestUploadForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "连杆测试上传"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label label1; } }