📄 frmmain.designer.cs
字号:
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtPassTime);
this.groupBox1.Controls.Add(this.btnCel);
this.groupBox1.Controls.Add(this.btnOk);
this.groupBox1.Location = new System.Drawing.Point(465, 309);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 193);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "投票情况";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 117);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 12;
this.label6.Text = "当前状态";
//
// txtStatus
//
this.txtStatus.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtStatus.Location = new System.Drawing.Point(6, 135);
this.txtStatus.Name = "txtStatus";
this.txtStatus.Size = new System.Drawing.Size(188, 21);
this.txtStatus.TabIndex = 11;
this.txtStatus.Text = "准备投票....";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 67);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 10;
this.label5.Text = "当前已投票数";
//
// txtHadvoted
//
this.txtHadvoted.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtHadvoted.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHadvoted.Location = new System.Drawing.Point(6, 88);
this.txtHadvoted.Name = "txtHadvoted";
this.txtHadvoted.Size = new System.Drawing.Size(188, 21);
this.txtHadvoted.TabIndex = 9;
this.txtHadvoted.Text = "0";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 8;
this.label4.Text = "投票记时";
//
// txtPassTime
//
this.txtPassTime.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtPassTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPassTime.Location = new System.Drawing.Point(6, 39);
this.txtPassTime.Name = "txtPassTime";
this.txtPassTime.Size = new System.Drawing.Size(188, 21);
this.txtPassTime.TabIndex = 7;
this.txtPassTime.Text = "00:00:00";
//
// btnCel
//
this.btnCel.BackColor = System.Drawing.SystemColors.ButtonFace;
this.btnCel.Enabled = false;
this.btnCel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnCel.Location = new System.Drawing.Point(113, 164);
this.btnCel.Name = "btnCel";
this.btnCel.Size = new System.Drawing.Size(81, 23);
this.btnCel.TabIndex = 6;
this.btnCel.Text = "结束投票";
this.btnCel.UseVisualStyleBackColor = false;
this.btnCel.Click += new System.EventHandler(this.btnCel_Click);
//
// btnOk
//
this.btnOk.BackColor = System.Drawing.SystemColors.ButtonFace;
this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnOk.Location = new System.Drawing.Point(6, 164);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(86, 23);
this.btnOk.TabIndex = 5;
this.btnOk.Text = "开始投票";
this.btnOk.UseVisualStyleBackColor = false;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 3;
this.label2.Text = "请您输入提交数据";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 154);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(107, 12);
this.label3.TabIndex = 3;
this.label3.Text = "执行情况/消息提示";
//
// vote_Timer
//
this.vote_Timer.Tick += new System.EventHandler(this.vote_Timer_Tick);
//
// count_timer
//
this.count_timer.Tick += new System.EventHandler(this.count_timer_Tick);
//
// txtOutputBox
//
this.txtOutputBox.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtOutputBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtOutputBox.Location = new System.Drawing.Point(12, 172);
this.txtOutputBox.Multiline = true;
this.txtOutputBox.Name = "txtOutputBox";
this.txtOutputBox.Size = new System.Drawing.Size(435, 330);
this.txtOutputBox.TabIndex = 1;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.SystemColors.ButtonFace;
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnSave.Location = new System.Drawing.Point(372, 4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "保存设置";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// statusStrip1
//
this.statusStrip1.AllowMerge = false;
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.statusStrip1.Location = new System.Drawing.Point(0, 509);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.statusStrip1.Size = new System.Drawing.Size(676, 22);
this.statusStrip1.SizingGrip = false;
this.statusStrip1.TabIndex = 6;
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(659, 17);
this.toolStripStatusLabel1.Text = "作者:张文亮 QQ:272920064 Mail:zhangwenliangling@163.com 个人主页:http://vtesthh001.zj04.ho" +
"st.35.com/ ";
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(673, 531);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.txtOutputBox);
this.Controls.Add(this.txtData);
this.Controls.Add(this.txtUrl);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmMain";
this.Text = "亮亮(Mail:zhangwenliangling@163.com)-破解网站投票系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.frmMain_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtUrl;
private System.Windows.Forms.TextBox txtData;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCel;
private System.Windows.Forms.RadioButton unuseProxy;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtStatus;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtHadvoted;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPassTime;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RadioButton useRas;
private System.Windows.Forms.RadioButton useProxy;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtPerProxy;
private System.Windows.Forms.TextBox txtVoteSleep;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtRasSleep;
private System.Windows.Forms.TextBox txtRasPervoted;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox myrasList;
private System.Windows.Forms.ComboBox comHttpContentType;
private System.Windows.Forms.TextBox txtHttpReferer;
private System.Windows.Forms.TextBox txtHttp_AcceptEncoding;
private System.Windows.Forms.TextBox txtHttpLanguage;
private System.Windows.Forms.TextBox txtHttpAccept;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Timer vote_Timer;
private System.Windows.Forms.Timer count_timer;
private System.Windows.Forms.RadioButton raPost;
private System.Windows.Forms.RadioButton raGet;
private System.Windows.Forms.TextBox txtOutputBox;
private System.Windows.Forms.TextBox txtHttpCookie;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -