namespace WindowsFormsApp1 { partial class TBAuth { /// /// 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.button4 = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.groupBox7.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // button4 // this.button4.BackColor = System.Drawing.SystemColors.Window; this.button4.ForeColor = System.Drawing.Color.Black; this.button4.Location = new System.Drawing.Point(69, 33); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(181, 35); this.button4.TabIndex = 46; this.button4.Text = "点击授权"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 10F); this.label9.Location = new System.Drawing.Point(12, 40); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(45, 20); this.label9.TabIndex = 47; this.label9.Text = "账号1"; // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.radioButton5.Location = new System.Drawing.Point(325, 40); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(122, 21); this.radioButton5.TabIndex = 49; this.radioButton5.TabStop = true; this.radioButton5.Text = "设为默认使用账号"; this.radioButton5.UseVisualStyleBackColor = true; // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox5.Location = new System.Drawing.Point(459, 40); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(99, 21); this.checkBox5.TabIndex = 50; this.checkBox5.Text = "设为备用账号"; this.checkBox5.UseVisualStyleBackColor = true; // // groupBox7 // this.groupBox7.Controls.Add(this.radioButton4); this.groupBox7.Controls.Add(this.radioButton3); this.groupBox7.Controls.Add(this.radioButton2); this.groupBox7.Controls.Add(this.radioButton1); this.groupBox7.Controls.Add(this.radioButton5); this.groupBox7.Controls.Add(this.checkBox4); this.groupBox7.Controls.Add(this.button5); this.groupBox7.Controls.Add(this.checkBox3); this.groupBox7.Controls.Add(this.button3); this.groupBox7.Controls.Add(this.checkBox2); this.groupBox7.Controls.Add(this.button2); this.groupBox7.Controls.Add(this.label8); this.groupBox7.Controls.Add(this.checkBox1); this.groupBox7.Controls.Add(this.label6); this.groupBox7.Controls.Add(this.button1); this.groupBox7.Controls.Add(this.label4); this.groupBox7.Controls.Add(this.label7); this.groupBox7.Controls.Add(this.checkBox5); this.groupBox7.Controls.Add(this.label5); this.groupBox7.Controls.Add(this.label2); this.groupBox7.Controls.Add(this.label3); this.groupBox7.Controls.Add(this.button4); this.groupBox7.Controls.Add(this.label1); this.groupBox7.Controls.Add(this.label9); this.groupBox7.Controls.Add(this.label10); this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.groupBox7.Location = new System.Drawing.Point(12, 12); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(574, 253); this.groupBox7.TabIndex = 51; this.groupBox7.TabStop = false; this.groupBox7.Text = "授权账号"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("微软雅黑", 10F); this.label10.Location = new System.Drawing.Point(262, 40); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(51, 20); this.label10.TabIndex = 48; this.label10.Text = "未授权"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10F); this.label1.Location = new System.Drawing.Point(262, 83); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 20); this.label1.TabIndex = 48; this.label1.Text = "未授权"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10F); this.label2.Location = new System.Drawing.Point(12, 83); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 20); this.label2.TabIndex = 47; this.label2.Text = "账号2"; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.Window; this.button1.ForeColor = System.Drawing.Color.Black; this.button1.Location = new System.Drawing.Point(69, 76); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(181, 35); this.button1.TabIndex = 46; this.button1.Text = "点击授权"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button4_Click); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox1.Location = new System.Drawing.Point(459, 83); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(99, 21); this.checkBox1.TabIndex = 50; this.checkBox1.Text = "设为备用账号"; this.checkBox1.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.radioButton1.Location = new System.Drawing.Point(325, 83); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(122, 21); this.radioButton1.TabIndex = 49; this.radioButton1.TabStop = true; this.radioButton1.Text = "设为默认使用账号"; this.radioButton1.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10F); this.label3.Location = new System.Drawing.Point(263, 126); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 20); this.label3.TabIndex = 48; this.label3.Text = "未授权"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10F); this.label4.Location = new System.Drawing.Point(13, 126); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(45, 20); this.label4.TabIndex = 47; this.label4.Text = "账号3"; // // button2 // this.button2.BackColor = System.Drawing.SystemColors.Window; this.button2.ForeColor = System.Drawing.Color.Black; this.button2.Location = new System.Drawing.Point(70, 119); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(181, 35); this.button2.TabIndex = 46; this.button2.Text = "点击授权"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button4_Click); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox2.Location = new System.Drawing.Point(460, 126); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(99, 21); this.checkBox2.TabIndex = 50; this.checkBox2.Text = "设为备用账号"; this.checkBox2.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.radioButton2.Location = new System.Drawing.Point(326, 126); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(122, 21); this.radioButton2.TabIndex = 49; this.radioButton2.TabStop = true; this.radioButton2.Text = "设为默认使用账号"; this.radioButton2.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10F); this.label5.Location = new System.Drawing.Point(263, 169); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 20); this.label5.TabIndex = 48; this.label5.Text = "未授权"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10F); this.label6.Location = new System.Drawing.Point(13, 169); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(45, 20); this.label6.TabIndex = 47; this.label6.Text = "账号4"; // // button3 // this.button3.BackColor = System.Drawing.SystemColors.Window; this.button3.ForeColor = System.Drawing.Color.Black; this.button3.Location = new System.Drawing.Point(70, 162); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(181, 35); this.button3.TabIndex = 46; this.button3.Text = "点击授权"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button4_Click); // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox3.Location = new System.Drawing.Point(460, 169); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(99, 21); this.checkBox3.TabIndex = 50; this.checkBox3.Text = "设为备用账号"; this.checkBox3.UseVisualStyleBackColor = true; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.radioButton3.Location = new System.Drawing.Point(326, 169); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(122, 21); this.radioButton3.TabIndex = 49; this.radioButton3.TabStop = true; this.radioButton3.Text = "设为默认使用账号"; this.radioButton3.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 10F); this.label7.Location = new System.Drawing.Point(263, 212); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(51, 20); this.label7.TabIndex = 48; this.label7.Text = "未授权"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 10F); this.label8.Location = new System.Drawing.Point(13, 212); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(45, 20); this.label8.TabIndex = 47; this.label8.Text = "账号5"; // // button5 // this.button5.BackColor = System.Drawing.SystemColors.Window; this.button5.ForeColor = System.Drawing.Color.Black; this.button5.Location = new System.Drawing.Point(70, 205); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(181, 35); this.button5.TabIndex = 46; this.button5.Text = "点击授权"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button4_Click); // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox4.Location = new System.Drawing.Point(460, 212); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(99, 21); this.checkBox4.TabIndex = 50; this.checkBox4.Text = "设为备用账号"; this.checkBox4.UseVisualStyleBackColor = true; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.radioButton4.Location = new System.Drawing.Point(326, 212); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(122, 21); this.radioButton4.TabIndex = 49; this.radioButton4.TabStop = true; this.radioButton4.Text = "设为默认使用账号"; this.radioButton4.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.textBox7); this.groupBox2.Controls.Add(this.textBox6); this.groupBox2.Controls.Add(this.textBox5); this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.label22); this.groupBox2.Controls.Add(this.textBox2); this.groupBox2.Controls.Add(this.label20); this.groupBox2.Controls.Add(this.checkBox7); this.groupBox2.Controls.Add(this.label18); this.groupBox2.Controls.Add(this.label21); this.groupBox2.Controls.Add(this.checkBox6); this.groupBox2.Controls.Add(this.label19); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.label17); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.groupBox2.Location = new System.Drawing.Point(12, 271); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(574, 167); this.groupBox2.TabIndex = 61; this.groupBox2.TabStop = false; this.groupBox2.Text = "账号管理"; // // checkBox6 // this.checkBox6.AutoSize = true; this.checkBox6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox6.Location = new System.Drawing.Point(16, 31); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(15, 14); this.checkBox6.TabIndex = 50; this.checkBox6.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox2.Location = new System.Drawing.Point(37, 26); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(80, 25); this.textBox2.TabIndex = 65; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 10F); this.label11.Location = new System.Drawing.Point(123, 28); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(219, 20); this.label11.TabIndex = 48; this.label11.Text = "分钟后,默认账号自动设为,账号"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox1.Location = new System.Drawing.Point(348, 26); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(58, 25); this.textBox1.TabIndex = 65; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox7.Location = new System.Drawing.Point(16, 69); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(15, 14); this.checkBox7.TabIndex = 50; this.checkBox7.UseVisualStyleBackColor = true; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("微软雅黑", 10F); this.label12.Location = new System.Drawing.Point(37, 66); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(233, 20); this.label12.TabIndex = 48; this.label12.Text = "备用账号按照概率交替出现交替出现"; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox3.Location = new System.Drawing.Point(104, 98); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(53, 25); this.textBox3.TabIndex = 65; this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 10F); this.label13.Location = new System.Drawing.Point(39, 100); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(59, 20); this.label13.TabIndex = 48; this.label13.Text = "账号1:"; this.label13.Click += new System.EventHandler(this.label13_Click); // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("微软雅黑", 10F); this.label14.Location = new System.Drawing.Point(163, 101); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(21, 20); this.label14.TabIndex = 48; this.label14.Text = "%"; this.label14.Click += new System.EventHandler(this.label13_Click); // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 10F); this.label15.Location = new System.Drawing.Point(195, 100); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(59, 20); this.label15.TabIndex = 48; this.label15.Text = "账号2:"; this.label15.Click += new System.EventHandler(this.label13_Click); // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("微软雅黑", 10F); this.label16.Location = new System.Drawing.Point(319, 101); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(21, 20); this.label16.TabIndex = 48; this.label16.Text = "%"; this.label16.Click += new System.EventHandler(this.label13_Click); // // textBox4 // this.textBox4.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox4.Location = new System.Drawing.Point(260, 98); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(53, 25); this.textBox4.TabIndex = 65; this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("微软雅黑", 10F); this.label17.Location = new System.Drawing.Point(347, 100); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(59, 20); this.label17.TabIndex = 48; this.label17.Text = "账号3:"; this.label17.Click += new System.EventHandler(this.label13_Click); // // label18 // this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("微软雅黑", 10F); this.label18.Location = new System.Drawing.Point(471, 101); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(21, 20); this.label18.TabIndex = 48; this.label18.Text = "%"; this.label18.Click += new System.EventHandler(this.label13_Click); // // textBox5 // this.textBox5.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox5.Location = new System.Drawing.Point(412, 98); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(53, 25); this.textBox5.TabIndex = 65; this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("微软雅黑", 10F); this.label19.Location = new System.Drawing.Point(39, 138); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(59, 20); this.label19.TabIndex = 48; this.label19.Text = "账号4:"; this.label19.Click += new System.EventHandler(this.label13_Click); // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("微软雅黑", 10F); this.label20.Location = new System.Drawing.Point(163, 139); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(21, 20); this.label20.TabIndex = 48; this.label20.Text = "%"; this.label20.Click += new System.EventHandler(this.label13_Click); // // textBox6 // this.textBox6.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox6.Location = new System.Drawing.Point(104, 136); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(53, 25); this.textBox6.TabIndex = 65; this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("微软雅黑", 10F); this.label21.Location = new System.Drawing.Point(196, 138); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(59, 20); this.label21.TabIndex = 48; this.label21.Text = "账号5:"; this.label21.Click += new System.EventHandler(this.label13_Click); // // label22 // this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("微软雅黑", 10F); this.label22.Location = new System.Drawing.Point(320, 139); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(21, 20); this.label22.TabIndex = 48; this.label22.Text = "%"; this.label22.Click += new System.EventHandler(this.label13_Click); // // textBox7 // this.textBox7.Font = new System.Drawing.Font("微软雅黑", 10F); this.textBox7.Location = new System.Drawing.Point(261, 136); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(53, 25); this.textBox7.TabIndex = 65; this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(604, 450); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox7); this.Name = "Form2"; this.Text = "联盟授权"; this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label9; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.Label label10; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Button button5; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.Button button3; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; } }