1 Star 0 Fork 0

卦者灵風 / onmyojiPoXiao

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Form1.Designer.cs 57.31 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
namespace PoXiao
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label21 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.login = new System.Windows.Forms.TabPage();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.email = new System.Windows.Forms.TextBox();
this.emailLabel = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.loginBt = new System.Windows.Forms.Button();
this.registerBt = new System.Windows.Forms.Button();
this.passWord = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.userName = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rechargeBt = new System.Windows.Forms.Button();
this.label16 = new System.Windows.Forms.Label();
this.vipCode = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.chargeUserName = new System.Windows.Forms.TextBox();
this.abouts = new System.Windows.Forms.TabPage();
this.couldversionLebal = new System.Windows.Forms.Label();
this.qunlinkLabel = new System.Windows.Forms.LinkLabel();
this.version = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.linkHowToUse = new System.Windows.Forms.LinkLabel();
this.label9 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.testModel = new System.Windows.Forms.TabPage();
this.label26 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.Capturer = new System.Windows.Forms.Button();
this.y2 = new System.Windows.Forms.TextBox();
this.x2 = new System.Windows.Forms.TextBox();
this.y1 = new System.Windows.Forms.TextBox();
this.x1 = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.bandwindowCb = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.runNum = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.notice = new System.Windows.Forms.Label();
this.functionCb = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label6 = new System.Windows.Forms.Label();
this.accountLabel = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.radioButton0 = new System.Windows.Forms.RadioButton();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.vip = new System.Windows.Forms.TabPage();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.ETimeLabel = new System.Windows.Forms.Label();
this.userTypeLabel = new System.Windows.Forms.Label();
this.bandGb = new System.Windows.Forms.GroupBox();
this.modelLabel = new System.Windows.Forms.Label();
this.modelCb = new System.Windows.Forms.ComboBox();
this.mouseLabel = new System.Windows.Forms.Label();
this.mouseCb = new System.Windows.Forms.ComboBox();
this.displayLabel = new System.Windows.Forms.Label();
this.tipsLabel = new System.Windows.Forms.Label();
this.displayCb = new System.Windows.Forms.ComboBox();
this.noticeTp = new System.Windows.Forms.TabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.vipChannel = new System.Windows.Forms.RadioButton();
this.expChannel = new System.Windows.Forms.RadioButton();
this.switchbT = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label27 = new System.Windows.Forms.Label();
this.bindsimulatorCb = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.manualEndBt = new System.Windows.Forms.Button();
this.runBt = new System.Windows.Forms.Button();
this.bindBt = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.functionGb = new System.Windows.Forms.GroupBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label22 = new System.Windows.Forms.Label();
this.aFunctionCb = new System.Windows.Forms.ComboBox();
this.label17 = new System.Windows.Forms.Label();
this.failNum = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.login.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox1.SuspendLayout();
this.abouts.SuspendLayout();
this.testModel.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabControl1.SuspendLayout();
this.vip.SuspendLayout();
this.groupBox7.SuspendLayout();
this.bandGb.SuspendLayout();
this.noticeTp.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.functionGb.SuspendLayout();
this.SuspendLayout();
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(66, 111);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(83, 12);
this.label21.TabIndex = 2;
this.label21.Text = "会员到期时间:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(90, 29);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(59, 12);
this.label19.TabIndex = 0;
this.label19.Text = "会员账号:";
//
// login
//
this.login.BackColor = System.Drawing.SystemColors.Control;
this.login.Controls.Add(this.groupBox6);
this.login.Controls.Add(this.groupBox1);
this.login.Location = new System.Drawing.Point(4, 22);
this.login.Name = "login";
this.login.Padding = new System.Windows.Forms.Padding(3);
this.login.Size = new System.Drawing.Size(328, 344);
this.login.TabIndex = 0;
this.login.Text = "登录充值";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.email);
this.groupBox6.Controls.Add(this.emailLabel);
this.groupBox6.Controls.Add(this.linkLabel2);
this.groupBox6.Controls.Add(this.loginBt);
this.groupBox6.Controls.Add(this.registerBt);
this.groupBox6.Controls.Add(this.passWord);
this.groupBox6.Controls.Add(this.label14);
this.groupBox6.Controls.Add(this.label11);
this.groupBox6.Controls.Add(this.userName);
this.groupBox6.Location = new System.Drawing.Point(0, 0);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(323, 164);
this.groupBox6.TabIndex = 10;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "登录";
//
// email
//
this.email.Location = new System.Drawing.Point(114, 92);
this.email.Name = "email";
this.email.Size = new System.Drawing.Size(138, 21);
this.email.TabIndex = 9;
this.email.Visible = false;
this.email.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.email_KeyPress);
this.email.MouseDown += new System.Windows.Forms.MouseEventHandler(this.email_MouseDown);
//
// emailLabel
//
this.emailLabel.AutoSize = true;
this.emailLabel.Location = new System.Drawing.Point(73, 95);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(35, 12);
this.emailLabel.TabIndex = 8;
this.emailLabel.Text = "邮箱:";
this.emailLabel.Visible = false;
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(73, 119);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(113, 12);
this.linkLabel2.TabIndex = 7;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "忘记密码?点我找回";
//
// loginBt
//
this.loginBt.Location = new System.Drawing.Point(177, 135);
this.loginBt.Name = "loginBt";
this.loginBt.Size = new System.Drawing.Size(75, 23);
this.loginBt.TabIndex = 5;
this.loginBt.Text = "登录";
this.loginBt.UseVisualStyleBackColor = true;
this.loginBt.Click += new System.EventHandler(this.loginBt_Click);
//
// registerBt
//
this.registerBt.Location = new System.Drawing.Point(75, 135);
this.registerBt.Name = "registerBt";
this.registerBt.Size = new System.Drawing.Size(75, 23);
this.registerBt.TabIndex = 4;
this.registerBt.Text = "注册";
this.registerBt.UseVisualStyleBackColor = true;
this.registerBt.Click += new System.EventHandler(this.registerBt_Click);
//
// passWord
//
this.passWord.Location = new System.Drawing.Point(114, 65);
this.passWord.Name = "passWord";
this.passWord.PasswordChar = '*';
this.passWord.Size = new System.Drawing.Size(138, 21);
this.passWord.TabIndex = 3;
this.passWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.passWord_KeyPress);
this.passWord.MouseDown += new System.Windows.Forms.MouseEventHandler(this.passWord_MouseDown);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(73, 68);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(35, 12);
this.label14.TabIndex = 2;
this.label14.Text = "密码:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(73, 44);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(35, 12);
this.label11.TabIndex = 1;
this.label11.Text = "账号:";
//
// userName
//
this.userName.Location = new System.Drawing.Point(114, 38);
this.userName.Name = "userName";
this.userName.Size = new System.Drawing.Size(138, 21);
this.userName.TabIndex = 0;
this.userName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.userName_KeyPress);
this.userName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.userName_MouseDown);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rechargeBt);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.vipCode);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.chargeUserName);
this.groupBox1.Location = new System.Drawing.Point(0, 164);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(322, 189);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "充值";
//
// rechargeBt
//
this.rechargeBt.Location = new System.Drawing.Point(123, 137);
this.rechargeBt.Name = "rechargeBt";
this.rechargeBt.Size = new System.Drawing.Size(75, 23);
this.rechargeBt.TabIndex = 7;
this.rechargeBt.Text = "充值";
this.rechargeBt.UseVisualStyleBackColor = true;
this.rechargeBt.Click += new System.EventHandler(this.rechargeBt_Click);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(69, 89);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 12);
this.label16.TabIndex = 10;
this.label16.Text = "卡密:";
//
// vipCode
//
this.vipCode.Location = new System.Drawing.Point(110, 86);
this.vipCode.Name = "vipCode";
this.vipCode.Size = new System.Drawing.Size(138, 21);
this.vipCode.TabIndex = 9;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(69, 48);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(35, 12);
this.label15.TabIndex = 8;
this.label15.Text = "账号:";
//
// chargeUserName
//
this.chargeUserName.Location = new System.Drawing.Point(110, 45);
this.chargeUserName.Name = "chargeUserName";
this.chargeUserName.Size = new System.Drawing.Size(138, 21);
this.chargeUserName.TabIndex = 7;
//
// abouts
//
this.abouts.BackColor = System.Drawing.SystemColors.Control;
this.abouts.Controls.Add(this.couldversionLebal);
this.abouts.Controls.Add(this.qunlinkLabel);
this.abouts.Controls.Add(this.version);
this.abouts.Controls.Add(this.label10);
this.abouts.Controls.Add(this.label13);
this.abouts.Controls.Add(this.linkHowToUse);
this.abouts.Controls.Add(this.label9);
this.abouts.Controls.Add(this.label12);
this.abouts.Location = new System.Drawing.Point(4, 22);
this.abouts.Name = "abouts";
this.abouts.Padding = new System.Windows.Forms.Padding(3);
this.abouts.Size = new System.Drawing.Size(328, 344);
this.abouts.TabIndex = 1;
this.abouts.Text = "关于";
//
// couldversionLebal
//
this.couldversionLebal.AutoSize = true;
this.couldversionLebal.Location = new System.Drawing.Point(108, 284);
this.couldversionLebal.Name = "couldversionLebal";
this.couldversionLebal.Size = new System.Drawing.Size(59, 12);
this.couldversionLebal.TabIndex = 8;
this.couldversionLebal.Text = " ";
//
// qunlinkLabel
//
this.qunlinkLabel.AutoSize = true;
this.qunlinkLabel.Location = new System.Drawing.Point(37, 66);
this.qunlinkLabel.Name = "qunlinkLabel";
this.qunlinkLabel.Size = new System.Drawing.Size(65, 12);
this.qunlinkLabel.TabIndex = 7;
this.qunlinkLabel.TabStop = true;
this.qunlinkLabel.Text = "点我去加群";
this.qunlinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.qunlinkLabel_LinkClicked);
//
// version
//
this.version.AutoSize = true;
this.version.Location = new System.Drawing.Point(108, 243);
this.version.Name = "version";
this.version.Size = new System.Drawing.Size(59, 12);
this.version.TabIndex = 4;
this.version.Text = " ";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(37, 284);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 1;
this.label10.Text = "云端版本:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(37, 144);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(197, 48);
this.label13.TabIndex = 5;
this.label13.Text = "软件仅供学习交流\r\n请勿用作其他非法途径\r\n所承受的法律责任,一概与作者无关\r\n(下载使用即代表你同意上述观点)";
//
// linkHowToUse
//
this.linkHowToUse.AutoSize = true;
this.linkHowToUse.Location = new System.Drawing.Point(37, 32);
this.linkHowToUse.Name = "linkHowToUse";
this.linkHowToUse.Size = new System.Drawing.Size(113, 12);
this.linkHowToUse.TabIndex = 6;
this.linkHowToUse.TabStop = true;
this.linkHowToUse.Text = "点我去了解使用说明";
this.linkHowToUse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkHowToUse_LinkClicked);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(37, 243);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 0;
this.label9.Text = "本地版本:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(37, 117);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 3;
this.label12.Text = "免责声明:";
//
// testModel
//
this.testModel.BackColor = System.Drawing.SystemColors.Control;
this.testModel.Controls.Add(this.label26);
this.testModel.Controls.Add(this.label25);
this.testModel.Controls.Add(this.label24);
this.testModel.Controls.Add(this.label23);
this.testModel.Controls.Add(this.Capturer);
this.testModel.Controls.Add(this.y2);
this.testModel.Controls.Add(this.x2);
this.testModel.Controls.Add(this.y1);
this.testModel.Controls.Add(this.x1);
this.testModel.Location = new System.Drawing.Point(4, 22);
this.testModel.Name = "testModel";
this.testModel.Size = new System.Drawing.Size(328, 344);
this.testModel.TabIndex = 3;
this.testModel.Text = "调试模式";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label26.Location = new System.Drawing.Point(19, 119);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(272, 60);
this.label26.TabIndex = 8;
this.label26.Text = "模拟器绑定成功却无法正常运行时,可以\r\n点击下方的截图按钮,截图可以发给管理\r\n员进行诊断,生成图像在Resources文件夹";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label25.ForeColor = System.Drawing.Color.Red;
this.label25.Location = new System.Drawing.Point(20, 90);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(68, 17);
this.label25.TabIndex = 7;
this.label25.Text = "如何使用?";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label24.Location = new System.Drawing.Point(19, 41);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(261, 40);
this.label24.TabIndex = 6;
this.label24.Text = "调试模式,可以快速定位问题所在,通过\r\n调试模式生成的截图来判断是否存在问题";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.ForeColor = System.Drawing.Color.Red;
this.label23.Location = new System.Drawing.Point(20, 17);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(104, 17);
this.label23.TabIndex = 5;
this.label23.Text = "什么是调试模式?";
//
// Capturer
//
this.Capturer.Location = new System.Drawing.Point(130, 280);
this.Capturer.Name = "Capturer";
this.Capturer.Size = new System.Drawing.Size(58, 29);
this.Capturer.TabIndex = 4;
this.Capturer.Text = "截图";
this.Capturer.UseVisualStyleBackColor = true;
this.Capturer.Click += new System.EventHandler(this.Capturer_Click);
//
// y2
//
this.y2.Location = new System.Drawing.Point(165, 243);
this.y2.Name = "y2";
this.y2.Size = new System.Drawing.Size(42, 21);
this.y2.TabIndex = 3;
this.y2.Text = "540";
//
// x2
//
this.x2.Location = new System.Drawing.Point(117, 243);
this.x2.Name = "x2";
this.x2.Size = new System.Drawing.Size(42, 21);
this.x2.TabIndex = 2;
this.x2.Text = "960";
//
// y1
//
this.y1.Location = new System.Drawing.Point(165, 212);
this.y1.Name = "y1";
this.y1.Size = new System.Drawing.Size(42, 21);
this.y1.TabIndex = 1;
this.y1.Text = "0";
//
// x1
//
this.x1.Location = new System.Drawing.Point(117, 212);
this.x1.Name = "x1";
this.x1.Size = new System.Drawing.Size(42, 21);
this.x1.TabIndex = 0;
this.x1.Text = "0";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(90, 68);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(59, 12);
this.label20.TabIndex = 1;
this.label20.Text = "会员类型:";
//
// bandwindowCb
//
this.bandwindowCb.FormattingEnabled = true;
this.bandwindowCb.Items.AddRange(new object[] {
"窗口1",
"窗口2",
"窗口3",
"窗口4",
"窗口5",
"窗口6"});
this.bandwindowCb.Location = new System.Drawing.Point(35, 153);
this.bandwindowCb.Name = "bandwindowCb";
this.bandwindowCb.Size = new System.Drawing.Size(133, 20);
this.bandwindowCb.TabIndex = 32;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F);
this.label5.Location = new System.Drawing.Point(32, 113);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(191, 16);
this.label5.TabIndex = 31;
this.label5.Text = "绑定窗口(可自定义输入):";
//
// runNum
//
this.runNum.Location = new System.Drawing.Point(190, 28);
this.runNum.Name = "runNum";
this.runNum.Size = new System.Drawing.Size(80, 21);
this.runNum.TabIndex = 29;
this.runNum.Text = "0";
this.runNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.executionsNum_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F);
this.label4.Location = new System.Drawing.Point(82, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(87, 32);
this.label4.TabIndex = 28;
this.label4.Text = "执行次数\r\n(0为无限):";
//
// notice
//
this.notice.AutoSize = true;
this.notice.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.notice.ForeColor = System.Drawing.Color.Red;
this.notice.Location = new System.Drawing.Point(101, 331);
this.notice.Name = "notice";
this.notice.Size = new System.Drawing.Size(98, 15);
this.notice.TabIndex = 27;
this.notice.Text = "等待运行...";
//
// functionCb
//
this.functionCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.functionCb.Font = new System.Drawing.Font("宋体", 12F);
this.functionCb.FormattingEnabled = true;
this.functionCb.Items.AddRange(new object[] {
"御魂(双人魂土)",
"御灵",
"探索(未完善)",
"永生之海(未完善)",
"业原火",
"觉醒(10层)"});
this.functionCb.Location = new System.Drawing.Point(121, 129);
this.functionCb.Name = "functionCb";
this.functionCb.Size = new System.Drawing.Size(149, 24);
this.functionCb.TabIndex = 24;
this.functionCb.SelectedIndexChanged += new System.EventHandler(this.functionCb_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 12F);
this.label1.Location = new System.Drawing.Point(36, 129);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 16);
this.label1.TabIndex = 23;
this.label1.Text = "功能名称:";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(15, 39);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(47, 16);
this.radioButton2.TabIndex = 2;
this.radioButton2.Text = "队长";
this.radioButton2.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F);
this.label2.Location = new System.Drawing.Point(22, 330);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(87, 16);
this.label2.TabIndex = 26;
this.label2.Text = "运行状态:";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(15, 19);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(47, 16);
this.radioButton1.TabIndex = 1;
this.radioButton1.Text = "队员";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(33, 211);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(95, 12);
this.label6.TabIndex = 34;
this.label6.Text = "绑定窗口大小为:";
//
// accountLabel
//
this.accountLabel.AutoSize = true;
this.accountLabel.Location = new System.Drawing.Point(155, 29);
this.accountLabel.Name = "accountLabel";
this.accountLabel.Size = new System.Drawing.Size(29, 12);
this.accountLabel.TabIndex = 3;
this.accountLabel.Text = "null";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radioButton0);
this.groupBox2.Controls.Add(this.radioButton2);
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Location = new System.Drawing.Point(6, 20);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(70, 82);
this.groupBox2.TabIndex = 38;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "角色选择";
//
// radioButton0
//
this.radioButton0.AutoSize = true;
this.radioButton0.Location = new System.Drawing.Point(15, 61);
this.radioButton0.Name = "radioButton0";
this.radioButton0.Size = new System.Drawing.Size(47, 16);
this.radioButton0.TabIndex = 3;
this.radioButton0.Text = "单人";
this.radioButton0.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(90, 243);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(34, 34);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 37;
this.pictureBox1.TabStop = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(38, 265);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 36;
this.label8.Text = "未知";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(38, 243);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 35;
this.label7.Text = "未知";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.vip);
this.tabControl1.Controls.Add(this.login);
this.tabControl1.Controls.Add(this.abouts);
this.tabControl1.Controls.Add(this.testModel);
this.tabControl1.Controls.Add(this.noticeTp);
this.tabControl1.Location = new System.Drawing.Point(522, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(336, 370);
this.tabControl1.TabIndex = 39;
//
// vip
//
this.vip.BackColor = System.Drawing.SystemColors.Control;
this.vip.Controls.Add(this.groupBox7);
this.vip.Controls.Add(this.bandGb);
this.vip.Location = new System.Drawing.Point(4, 22);
this.vip.Name = "vip";
this.vip.Size = new System.Drawing.Size(328, 344);
this.vip.TabIndex = 2;
this.vip.Text = "会员中心";
//
// groupBox7
//
this.groupBox7.Controls.Add(this.ETimeLabel);
this.groupBox7.Controls.Add(this.userTypeLabel);
this.groupBox7.Controls.Add(this.accountLabel);
this.groupBox7.Controls.Add(this.label21);
this.groupBox7.Controls.Add(this.label20);
this.groupBox7.Controls.Add(this.label19);
this.groupBox7.Location = new System.Drawing.Point(-4, 0);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(331, 151);
this.groupBox7.TabIndex = 7;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "会员信息";
//
// ETimeLabel
//
this.ETimeLabel.AutoSize = true;
this.ETimeLabel.Location = new System.Drawing.Point(155, 111);
this.ETimeLabel.Name = "ETimeLabel";
this.ETimeLabel.Size = new System.Drawing.Size(119, 12);
this.ETimeLabel.TabIndex = 5;
this.ETimeLabel.Text = "0000-00-00 00:00:00";
//
// userTypeLabel
//
this.userTypeLabel.AutoSize = true;
this.userTypeLabel.Location = new System.Drawing.Point(155, 68);
this.userTypeLabel.Name = "userTypeLabel";
this.userTypeLabel.Size = new System.Drawing.Size(29, 12);
this.userTypeLabel.TabIndex = 4;
this.userTypeLabel.Text = "null";
//
// bandGb
//
this.bandGb.Controls.Add(this.modelLabel);
this.bandGb.Controls.Add(this.modelCb);
this.bandGb.Controls.Add(this.mouseLabel);
this.bandGb.Controls.Add(this.mouseCb);
this.bandGb.Controls.Add(this.displayLabel);
this.bandGb.Controls.Add(this.tipsLabel);
this.bandGb.Controls.Add(this.displayCb);
this.bandGb.Location = new System.Drawing.Point(-4, 156);
this.bandGb.Name = "bandGb";
this.bandGb.Size = new System.Drawing.Size(329, 192);
this.bandGb.TabIndex = 6;
this.bandGb.TabStop = false;
this.bandGb.Text = "绑定模式";
//
// modelLabel
//
this.modelLabel.AutoSize = true;
this.modelLabel.Location = new System.Drawing.Point(91, 117);
this.modelLabel.Name = "modelLabel";
this.modelLabel.Size = new System.Drawing.Size(41, 12);
this.modelLabel.TabIndex = 54;
this.modelLabel.Text = "model:";
//
// modelCb
//
this.modelCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.modelCb.FormattingEnabled = true;
this.modelCb.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"101",
"103"});
this.modelCb.Location = new System.Drawing.Point(134, 114);
this.modelCb.Name = "modelCb";
this.modelCb.Size = new System.Drawing.Size(117, 20);
this.modelCb.TabIndex = 53;
//
// mouseLabel
//
this.mouseLabel.AutoSize = true;
this.mouseLabel.Location = new System.Drawing.Point(91, 77);
this.mouseLabel.Name = "mouseLabel";
this.mouseLabel.Size = new System.Drawing.Size(41, 12);
this.mouseLabel.TabIndex = 52;
this.mouseLabel.Text = "mouse:";
//
// mouseCb
//
this.mouseCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.mouseCb.FormattingEnabled = true;
this.mouseCb.Items.AddRange(new object[] {
"normal",
"windows",
"windows2",
"windows3",
"dx",
"dx2"});
this.mouseCb.Location = new System.Drawing.Point(134, 74);
this.mouseCb.Name = "mouseCb";
this.mouseCb.Size = new System.Drawing.Size(117, 20);
this.mouseCb.TabIndex = 51;
//
// displayLabel
//
this.displayLabel.AutoSize = true;
this.displayLabel.Location = new System.Drawing.Point(79, 36);
this.displayLabel.Name = "displayLabel";
this.displayLabel.Size = new System.Drawing.Size(53, 12);
this.displayLabel.TabIndex = 50;
this.displayLabel.Text = "display:";
//
// tipsLabel
//
this.tipsLabel.AutoSize = true;
this.tipsLabel.Font = new System.Drawing.Font("宋体", 12F);
this.tipsLabel.Location = new System.Drawing.Point(81, 144);
this.tipsLabel.Name = "tipsLabel";
this.tipsLabel.Size = new System.Drawing.Size(175, 32);
this.tipsLabel.TabIndex = 48;
this.tipsLabel.Text = "注意: display选择dx模\r\n式时需要管理员权限";
//
// displayCb
//
this.displayCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.displayCb.FormattingEnabled = true;
this.displayCb.Items.AddRange(new object[] {
"normal",
"gdi",
"gdi2",
"dx",
"dx2",
"dx3"});
this.displayCb.Location = new System.Drawing.Point(134, 33);
this.displayCb.Name = "displayCb";
this.displayCb.Size = new System.Drawing.Size(117, 20);
this.displayCb.TabIndex = 49;
//
// noticeTp
//
this.noticeTp.BackColor = System.Drawing.SystemColors.Control;
this.noticeTp.Controls.Add(this.groupBox5);
this.noticeTp.Controls.Add(this.groupBox4);
this.noticeTp.Location = new System.Drawing.Point(4, 22);
this.noticeTp.Name = "noticeTp";
this.noticeTp.Size = new System.Drawing.Size(328, 344);
this.noticeTp.TabIndex = 4;
this.noticeTp.Text = "公告/服务器切换";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.vipChannel);
this.groupBox5.Controls.Add(this.expChannel);
this.groupBox5.Controls.Add(this.switchbT);
this.groupBox5.Location = new System.Drawing.Point(0, 170);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(323, 179);
this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "服务器设置";
//
// vipChannel
//
this.vipChannel.AutoSize = true;
this.vipChannel.Location = new System.Drawing.Point(55, 87);
this.vipChannel.Name = "vipChannel";
this.vipChannel.Size = new System.Drawing.Size(203, 16);
this.vipChannel.TabIndex = 2;
this.vipChannel.TabStop = true;
this.vipChannel.Text = "Vip通道(vip用户使用,稳定性好)";
this.vipChannel.UseVisualStyleBackColor = true;
//
// expChannel
//
this.expChannel.AutoSize = true;
this.expChannel.Location = new System.Drawing.Point(55, 49);
this.expChannel.Name = "expChannel";
this.expChannel.Size = new System.Drawing.Size(227, 16);
this.expChannel.TabIndex = 1;
this.expChannel.TabStop = true;
this.expChannel.Text = "体验通道(体验用户使用,稳定性一般)";
this.expChannel.UseVisualStyleBackColor = true;
//
// switchbT
//
this.switchbT.Location = new System.Drawing.Point(117, 131);
this.switchbT.Name = "switchbT";
this.switchbT.Size = new System.Drawing.Size(75, 23);
this.switchbT.TabIndex = 0;
this.switchbT.Text = "切换";
this.switchbT.UseVisualStyleBackColor = true;
this.switchbT.Click += new System.EventHandler(this.switchbT_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label27);
this.groupBox4.Location = new System.Drawing.Point(3, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(322, 164);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "公告";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("微软雅黑", 11F);
this.label27.Location = new System.Drawing.Point(109, 65);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(84, 20);
this.label27.TabIndex = 0;
this.label27.Text = "暂无新公告";
//
// bindsimulatorCb
//
this.bindsimulatorCb.AutoCompleteCustomSource.AddRange(new string[] {
"雷电模拟器4",
"雷电模拟器9"});
this.bindsimulatorCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.bindsimulatorCb.FormattingEnabled = true;
this.bindsimulatorCb.Items.AddRange(new object[] {
"雷电模拟器4",
"雷电模拟器5",
"MuMu模拟器"});
this.bindsimulatorCb.Location = new System.Drawing.Point(35, 63);
this.bindsimulatorCb.Name = "bindsimulatorCb";
this.bindsimulatorCb.Size = new System.Drawing.Size(133, 20);
this.bindsimulatorCb.TabIndex = 45;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 12F);
this.label18.Location = new System.Drawing.Point(32, 26);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(95, 16);
this.label18.TabIndex = 44;
this.label18.Text = "绑定模拟器:";
//
// manualEndBt
//
this.manualEndBt.Location = new System.Drawing.Point(191, 258);
this.manualEndBt.Name = "manualEndBt";
this.manualEndBt.Size = new System.Drawing.Size(79, 27);
this.manualEndBt.TabIndex = 30;
this.manualEndBt.Text = "手动结束";
this.manualEndBt.UseVisualStyleBackColor = true;
this.manualEndBt.Click += new System.EventHandler(this.manualEndBt_Click);
//
// runBt
//
this.runBt.Location = new System.Drawing.Point(106, 258);
this.runBt.Name = "runBt";
this.runBt.Size = new System.Drawing.Size(79, 27);
this.runBt.TabIndex = 25;
this.runBt.Text = "运行";
this.runBt.UseVisualStyleBackColor = true;
this.runBt.Click += new System.EventHandler(this.runBt_Click);
//
// bindBt
//
this.bindBt.Location = new System.Drawing.Point(21, 258);
this.bindBt.Name = "bindBt";
this.bindBt.Size = new System.Drawing.Size(79, 27);
this.bindBt.TabIndex = 33;
this.bindBt.Text = "绑定窗口";
this.bindBt.UseVisualStyleBackColor = true;
this.bindBt.Click += new System.EventHandler(this.bindBt_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.bandwindowCb);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Controls.Add(this.bindsimulatorCb);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.pictureBox1);
this.groupBox3.Location = new System.Drawing.Point(3, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(228, 304);
this.groupBox3.TabIndex = 46;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "绑定设置";
//
// functionGb
//
this.functionGb.Controls.Add(this.comboBox1);
this.functionGb.Controls.Add(this.label22);
this.functionGb.Controls.Add(this.aFunctionCb);
this.functionGb.Controls.Add(this.label17);
this.functionGb.Controls.Add(this.failNum);
this.functionGb.Controls.Add(this.label3);
this.functionGb.Controls.Add(this.label4);
this.functionGb.Controls.Add(this.runNum);
this.functionGb.Controls.Add(this.manualEndBt);
this.functionGb.Controls.Add(this.bindBt);
this.functionGb.Controls.Add(this.runBt);
this.functionGb.Controls.Add(this.groupBox2);
this.functionGb.Controls.Add(this.functionCb);
this.functionGb.Controls.Add(this.label1);
this.functionGb.Location = new System.Drawing.Point(232, 0);
this.functionGb.Name = "functionGb";
this.functionGb.Size = new System.Drawing.Size(288, 304);
this.functionGb.TabIndex = 47;
this.functionGb.TabStop = false;
this.functionGb.Text = "功能设置";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F);
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"同区好友第一个",
"跨区好友第一个"});
this.comboBox1.Location = new System.Drawing.Point(121, 199);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(149, 24);
this.comboBox1.TabIndex = 44;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("宋体", 12F);
this.label22.Location = new System.Drawing.Point(3, 207);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(151, 32);
this.label22.TabIndex = 43;
this.label22.Text = "队长邀请设置:\r\n(自测中,无法使用)";
//
// aFunctionCb
//
this.aFunctionCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.aFunctionCb.Font = new System.Drawing.Font("宋体", 12F);
this.aFunctionCb.FormattingEnabled = true;
this.aFunctionCb.Location = new System.Drawing.Point(121, 162);
this.aFunctionCb.Name = "aFunctionCb";
this.aFunctionCb.Size = new System.Drawing.Size(149, 24);
this.aFunctionCb.TabIndex = 42;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 12F);
this.label17.Location = new System.Drawing.Point(20, 170);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(95, 16);
this.label17.TabIndex = 41;
this.label17.Text = "副功能设置:";
//
// failNum
//
this.failNum.Location = new System.Drawing.Point(190, 81);
this.failNum.Name = "failNum";
this.failNum.Size = new System.Drawing.Size(80, 21);
this.failNum.TabIndex = 40;
this.failNum.Text = "3";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F);
this.label3.Location = new System.Drawing.Point(82, 70);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 32);
this.label3.TabIndex = 39;
this.label3.Text = "设置最多\r\n 失败次数 :";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(849, 368);
this.Controls.Add(this.functionGb);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.notice);
this.Controls.Add(this.label2);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "破晓";
this.Load += new System.EventHandler(this.Form1_Load);
this.login.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.abouts.ResumeLayout(false);
this.abouts.PerformLayout();
this.testModel.ResumeLayout(false);
this.testModel.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabControl1.ResumeLayout(false);
this.vip.ResumeLayout(false);
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.bandGb.ResumeLayout(false);
this.bandGb.PerformLayout();
this.noticeTp.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.functionGb.ResumeLayout(false);
this.functionGb.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TabPage login;
private System.Windows.Forms.TextBox email;
private System.Windows.Forms.Label emailLabel;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button rechargeBt;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox vipCode;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox chargeUserName;
private System.Windows.Forms.Button loginBt;
private System.Windows.Forms.Button registerBt;
private System.Windows.Forms.TextBox passWord;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox userName;
private System.Windows.Forms.TabPage abouts;
private System.Windows.Forms.Label version;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.LinkLabel linkHowToUse;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TabPage testModel;
private System.Windows.Forms.Button Capturer;
private System.Windows.Forms.TextBox y2;
private System.Windows.Forms.TextBox x2;
private System.Windows.Forms.TextBox y1;
private System.Windows.Forms.TextBox x1;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox bandwindowCb;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox runNum;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label notice;
private System.Windows.Forms.ComboBox functionCb;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label accountLabel;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton radioButton0;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage vip;
private System.Windows.Forms.Label ETimeLabel;
private System.Windows.Forms.Label userTypeLabel;
private System.Windows.Forms.LinkLabel qunlinkLabel;
private System.Windows.Forms.Label couldversionLebal;
private System.Windows.Forms.GroupBox bandGb;
private System.Windows.Forms.Label modelLabel;
private System.Windows.Forms.ComboBox modelCb;
private System.Windows.Forms.Label mouseLabel;
private System.Windows.Forms.ComboBox mouseCb;
private System.Windows.Forms.Label displayLabel;
private System.Windows.Forms.Label tipsLabel;
private System.Windows.Forms.ComboBox displayCb;
private System.Windows.Forms.TabPage noticeTp;
private System.Windows.Forms.ComboBox bindsimulatorCb;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Button manualEndBt;
private System.Windows.Forms.Button runBt;
private System.Windows.Forms.Button bindBt;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox functionGb;
private System.Windows.Forms.TextBox failNum;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox aFunctionCb;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.RadioButton vipChannel;
private System.Windows.Forms.RadioButton expChannel;
private System.Windows.Forms.Button switchbT;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox7;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/galileo2/onmyoji-poxiao.git
git@gitee.com:galileo2/onmyoji-poxiao.git
galileo2
onmyoji-poxiao
onmyojiPoXiao
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891