namespace YiDa_WinForm { partial class ScrapUploadForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.CheckBox checkBoxScrapUpload; private System.Windows.Forms.CheckBox checkBoxScrapTimedAlarm; 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 窗体设计器生成的代码 /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.checkBoxScrapUpload = new System.Windows.Forms.CheckBox(); this.checkBoxScrapTimedAlarm = new System.Windows.Forms.CheckBox(); 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(); // // checkBoxScrapUpload // this.checkBoxScrapUpload.AutoSize = true; this.checkBoxScrapUpload.Location = new System.Drawing.Point(29, 55); this.checkBoxScrapUpload.Name = "checkBoxScrapUpload"; this.checkBoxScrapUpload.Size = new System.Drawing.Size(119, 19); this.checkBoxScrapUpload.TabIndex = 1; this.checkBoxScrapUpload.Text = "报废凭证上传"; // // checkBoxScrapTimedAlarm // this.checkBoxScrapTimedAlarm.AutoSize = true; this.checkBoxScrapTimedAlarm.Location = new System.Drawing.Point(29, 85); this.checkBoxScrapTimedAlarm.Name = "checkBoxScrapTimedAlarm"; this.checkBoxScrapTimedAlarm.Size = new System.Drawing.Size(119, 19); this.checkBoxScrapTimedAlarm.TabIndex = 2; this.checkBoxScrapTimedAlarm.Text = "定时上传报警"; this.checkBoxScrapTimedAlarm.CheckedChanged += new System.EventHandler(this.checkBoxScrapTimedAlarm_CheckedChanged); // // textBoxScrapInterval // this.textBoxScrapInterval.Location = new System.Drawing.Point(117, 110); this.textBoxScrapInterval.Name = "textBoxScrapInterval"; this.textBoxScrapInterval.Size = new System.Drawing.Size(91, 25); this.textBoxScrapInterval.TabIndex = 4; this.textBoxScrapInterval.TextChanged += new System.EventHandler(this.textBoxScrapInterval_TextChanged); // // labelScrapInterval // this.labelScrapInterval.AutoSize = true; this.labelScrapInterval.Location = new System.Drawing.Point(29, 115); this.labelScrapInterval.Name = "labelScrapInterval"; this.labelScrapInterval.Size = new System.Drawing.Size(82, 15); this.labelScrapInterval.TabIndex = 3; this.labelScrapInterval.Text = "时间间隔:"; // // buttonConfirm // this.buttonConfirm.Location = new System.Drawing.Point(62, 167); 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(191, 167); 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(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 = 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(331, 229); this.Controls.Add(this.label1); this.Controls.Add(this.labelTitle); this.Controls.Add(this.checkBoxScrapUpload); this.Controls.Add(this.checkBoxScrapTimedAlarm); 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.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label label1; #endregion } }