📄 frmmain.designer.cs
字号:
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(22, 185);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 1;
this.label15.Text = "网络连接";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(22, 155);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 1;
this.label13.Text = "断开后隔";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(24, 130);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 1;
this.label8.Text = "每投";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(22, 43);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 12);
this.label7.TabIndex = 1;
this.label7.Text = "投票间隔时间";
//
// unuseProxy
//
this.unuseProxy.AutoSize = true;
this.unuseProxy.Checked = true;
this.unuseProxy.Location = new System.Drawing.Point(6, 20);
this.unuseProxy.Name = "unuseProxy";
this.unuseProxy.Size = new System.Drawing.Size(119, 16);
this.unuseProxy.TabIndex = 0;
this.unuseProxy.TabStop = true;
this.unuseProxy.Text = "正常投票(固定IP)";
this.unuseProxy.UseVisualStyleBackColor = true;
this.unuseProxy.CheckedChanged += new System.EventHandler(this.unuseProxy_CheckedChanged);
//
// useRas
//
this.useRas.AutoSize = true;
this.useRas.Location = new System.Drawing.Point(6, 104);
this.useRas.Name = "useRas";
this.useRas.Size = new System.Drawing.Size(149, 16);
this.useRas.TabIndex = 0;
this.useRas.Text = "ADSL自动循环拨号/断开";
this.useRas.UseVisualStyleBackColor = true;
this.useRas.CheckedChanged += new System.EventHandler(this.useRas_CheckedChanged);
//
// useProxy
//
this.useProxy.AutoSize = true;
this.useProxy.Location = new System.Drawing.Point(6, 63);
this.useProxy.Name = "useProxy";
this.useProxy.Size = new System.Drawing.Size(83, 16);
this.useProxy.TabIndex = 0;
this.useProxy.Text = "代理服务器";
this.useProxy.UseVisualStyleBackColor = true;
this.useProxy.CheckedChanged += new System.EventHandler(this.useProxy_CheckedChanged);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.raPost);
this.groupBox2.Controls.Add(this.raGet);
this.groupBox2.Location = new System.Drawing.Point(4, 7);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(182, 41);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "提交方式";
//
// raPost
//
this.raPost.AutoSize = true;
this.raPost.Checked = true;
this.raPost.Location = new System.Drawing.Point(114, 19);
this.raPost.Name = "raPost";
this.raPost.Size = new System.Drawing.Size(47, 16);
this.raPost.TabIndex = 0;
this.raPost.TabStop = true;
this.raPost.Text = "POST";
this.raPost.UseVisualStyleBackColor = true;
//
// raGet
//
this.raGet.AutoSize = true;
this.raGet.Location = new System.Drawing.Point(28, 19);
this.raGet.Name = "raGet";
this.raGet.Size = new System.Drawing.Size(41, 16);
this.raGet.TabIndex = 0;
this.raGet.Text = "GET";
this.raGet.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.Color.Transparent;
this.tabPage2.Controls.Add(this.comHttpContentType);
this.tabPage2.Controls.Add(this.txtHttpReferer);
this.tabPage2.Controls.Add(this.txtHttpCookie);
this.tabPage2.Controls.Add(this.txtHttp_AcceptEncoding);
this.tabPage2.Controls.Add(this.txtHttpLanguage);
this.tabPage2.Controls.Add(this.txtHttpAccept);
this.tabPage2.Controls.Add(this.label21);
this.tabPage2.Controls.Add(this.label20);
this.tabPage2.Controls.Add(this.label22);
this.tabPage2.Controls.Add(this.label18);
this.tabPage2.Controls.Add(this.label19);
this.tabPage2.Controls.Add(this.label17);
this.tabPage2.Controls.Add(this.label16);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(192, 266);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Http设置";
this.tabPage2.UseVisualStyleBackColor = true;
//
// comHttpContentType
//
this.comHttpContentType.BackColor = System.Drawing.Color.WhiteSmoke;
this.comHttpContentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comHttpContentType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.comHttpContentType.FormattingEnabled = true;
this.comHttpContentType.Location = new System.Drawing.Point(8, 214);
this.comHttpContentType.Name = "comHttpContentType";
this.comHttpContentType.Size = new System.Drawing.Size(178, 20);
this.comHttpContentType.TabIndex = 2;
//
// txtHttpReferer
//
this.txtHttpReferer.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtHttpReferer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHttpReferer.Location = new System.Drawing.Point(8, 159);
this.txtHttpReferer.Name = "txtHttpReferer";
this.txtHttpReferer.Size = new System.Drawing.Size(178, 21);
this.txtHttpReferer.TabIndex = 1;
//
// txtHttpCookie
//
this.txtHttpCookie.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtHttpCookie.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHttpCookie.Location = new System.Drawing.Point(6, 111);
this.txtHttpCookie.Name = "txtHttpCookie";
this.txtHttpCookie.Size = new System.Drawing.Size(180, 21);
this.txtHttpCookie.TabIndex = 1;
//
// txtHttp_AcceptEncoding
//
this.txtHttp_AcceptEncoding.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtHttp_AcceptEncoding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHttp_AcceptEncoding.Location = new System.Drawing.Point(107, 64);
this.txtHttp_AcceptEncoding.Name = "txtHttp_AcceptEncoding";
this.txtHttp_AcceptEncoding.Size = new System.Drawing.Size(79, 21);
this.txtHttp_AcceptEncoding.TabIndex = 1;
this.txtHttp_AcceptEncoding.Text = "gzip,deflate";
//
// txtHttpLanguage
//
this.txtHttpLanguage.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtHttpLanguage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHttpLanguage.Location = new System.Drawing.Point(107, 36);
this.txtHttpLanguage.Name = "txtHttpLanguage";
this.txtHttpLanguage.Size = new System.Drawing.Size(79, 21);
this.txtHttpLanguage.TabIndex = 1;
this.txtHttpLanguage.Text = "zh-cn";
//
// txtHttpAccept
//
this.txtHttpAccept.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtHttpAccept.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHttpAccept.Location = new System.Drawing.Point(59, 9);
this.txtHttpAccept.Name = "txtHttpAccept";
this.txtHttpAccept.Size = new System.Drawing.Size(127, 21);
this.txtHttpAccept.TabIndex = 1;
this.txtHttpAccept.Text = "*/*";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(6, 42);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(95, 12);
this.label21.TabIndex = 0;
this.label21.Text = "Accept-Language";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(6, 94);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(41, 12);
this.label20.TabIndex = 0;
this.label20.Text = "Cookie";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(6, 193);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(77, 12);
this.label22.TabIndex = 0;
this.label22.Text = "Content-Type";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(6, 245);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(107, 12);
this.label18.TabIndex = 0;
this.label18.Text = "*请您确保设置正确";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(6, 144);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(47, 12);
this.label19.TabIndex = 0;
this.label19.Text = "Referer";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(6, 69);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(95, 12);
this.label17.TabIndex = 0;
this.label17.Text = "Accept-Encoding";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(6, 15);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 0;
this.label16.Text = "Accept";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(125, 12);
this.label1.TabIndex = 3;
this.label1.Text = "请您输入投票提交网址";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtStatus);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtHadvoted);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -