namespace Launcher.TestApp { partial class frmMainValid { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 17); this.label1.TabIndex = 1; this.label1.Text = "label1"; // // richTextBox1 // this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBox1.Location = new System.Drawing.Point(283, 29); this.richTextBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(438, 275); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = ""; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button1.Location = new System.Drawing.Point(283, 343); this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(141, 30); this.button1.TabIndex = 3; this.button1.Text = "加载配置1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point(580, 343); this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(141, 30); this.button2.TabIndex = 4; this.button2.Text = "保存当前配置文件"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button3.Location = new System.Drawing.Point(431, 343); this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(141, 30); this.button3.TabIndex = 5; this.button3.Text = "加载配置2"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(283, 312); this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(438, 23); this.textBox1.TabIndex = 6; // // button4 // this.button4.Location = new System.Drawing.Point(30, 205); this.button4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(228, 30); this.button4.TabIndex = 7; this.button4.Text = "SetMessageValue"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(30, 174); this.textBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(228, 23); this.textBox2.TabIndex = 8; this.textBox2.Text = "我是消息!"; // // button5 // this.button5.Location = new System.Drawing.Point(30, 274); this.button5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(228, 30); this.button5.TabIndex = 9; this.button5.Text = "SetProgress1Value"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(30, 343); this.button6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(228, 30); this.button6.TabIndex = 10; this.button6.Text = "Close"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(186, 243); this.textBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(72, 23); this.textBox3.TabIndex = 11; this.textBox3.Text = "30"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(30, 246); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(153, 17); this.label2.TabIndex = 12; this.label2.Text = "进度条的值:100 自动隐藏"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(186, 312); this.textBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(72, 23); this.textBox4.TabIndex = 11; this.textBox4.Text = "1"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(30, 315); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 17); this.label3.TabIndex = 12; this.label3.Text = "等待关闭时间:"; // // frmMainValid // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(747, 411); this.Controls.Add(this.label3); this.Controls.Add(this.textBox4); this.Controls.Add(this.label2); this.Controls.Add(this.textBox3); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.textBox2); this.Controls.Add(this.button4); this.Controls.Add(this.textBox1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "frmMainValid"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.Load += new System.EventHandler(this.frmMain_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label3; } }