namespace M423project { partial class FormGetRunMode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.rbNormal = new System.Windows.Forms.RadioButton(); this.rbTest = new System.Windows.Forms.RadioButton(); this.tbRunTimes = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.rbRepeat = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // rbNormal // this.rbNormal.AutoSize = true; this.rbNormal.Checked = true; this.rbNormal.Location = new System.Drawing.Point(41, 44); this.rbNormal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.rbNormal.Name = "rbNormal"; this.rbNormal.Size = new System.Drawing.Size(105, 22); this.rbNormal.TabIndex = 0; this.rbNormal.Text = "常规模式"; this.rbNormal.UseVisualStyleBackColor = true; this.rbNormal.CheckedChanged += new System.EventHandler(this.rbNormal_CheckedChanged); // // rbTest // this.rbTest.AutoSize = true; this.rbTest.Location = new System.Drawing.Point(41, 106); this.rbTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.rbTest.Name = "rbTest"; this.rbTest.Size = new System.Drawing.Size(105, 22); this.rbTest.TabIndex = 1; this.rbTest.Text = "测试模式"; this.rbTest.UseVisualStyleBackColor = true; this.rbTest.CheckedChanged += new System.EventHandler(this.rbTest_CheckedChanged); // // tbRunTimes // this.tbRunTimes.Location = new System.Drawing.Point(334, 105); this.tbRunTimes.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbRunTimes.Name = "tbRunTimes"; this.tbRunTimes.Size = new System.Drawing.Size(85, 28); this.tbRunTimes.TabIndex = 2; this.tbRunTimes.Text = "10"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(245, 110); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 18); this.label1.TabIndex = 3; this.label1.Text = "运行次数"; // // button1 // this.button1.Location = new System.Drawing.Point(70, 186); this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(112, 34); this.button1.TabIndex = 4; this.button1.Text = "确定(&O)"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(286, 186); this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(112, 34); this.button2.TabIndex = 5; this.button2.Text = "放弃(&C)"; this.button2.UseVisualStyleBackColor = true; // // rbRepeat // this.rbRepeat.AutoSize = true; this.rbRepeat.Location = new System.Drawing.Point(248, 44); this.rbRepeat.Margin = new System.Windows.Forms.Padding(4); this.rbRepeat.Name = "rbRepeat"; this.rbRepeat.Size = new System.Drawing.Size(123, 22); this.rbRepeat.TabIndex = 6; this.rbRepeat.Text = "重复性测试"; this.rbRepeat.UseVisualStyleBackColor = true; // // FormGetRunMode // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button2; this.ClientSize = new System.Drawing.Size(480, 248); this.Controls.Add(this.rbRepeat); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.tbRunTimes); this.Controls.Add(this.rbTest); this.Controls.Add(this.rbNormal); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FormGetRunMode"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "系统运行模式"; this.Load += new System.EventHandler(this.FormGetRunMode_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton rbNormal; private System.Windows.Forms.RadioButton rbTest; private System.Windows.Forms.TextBox tbRunTimes; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.RadioButton rbRepeat; } }