⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 自动投票工具
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Destroy_Vote
{
    partial class frmMain
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.txtUrl = new System.Windows.Forms.TextBox();
            this.txtData = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.myrasList = new System.Windows.Forms.ComboBox();
            this.txtRasSleep = new System.Windows.Forms.TextBox();
            this.txtRasPervoted = new System.Windows.Forms.TextBox();
            this.txtPerProxy = new System.Windows.Forms.TextBox();
            this.txtVoteSleep = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.unuseProxy = new System.Windows.Forms.RadioButton();
            this.useRas = new System.Windows.Forms.RadioButton();
            this.useProxy = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.raPost = new System.Windows.Forms.RadioButton();
            this.raGet = new System.Windows.Forms.RadioButton();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.comHttpContentType = new System.Windows.Forms.ComboBox();
            this.txtHttpReferer = new System.Windows.Forms.TextBox();
            this.txtHttpCookie = new System.Windows.Forms.TextBox();
            this.txtHttp_AcceptEncoding = new System.Windows.Forms.TextBox();
            this.txtHttpLanguage = new System.Windows.Forms.TextBox();
            this.txtHttpAccept = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtStatus = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtHadvoted = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtPassTime = new System.Windows.Forms.TextBox();
            this.btnCel = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.vote_Timer = new System.Windows.Forms.Timer(this.components);
            this.count_timer = new System.Windows.Forms.Timer(this.components);
            this.txtOutputBox = new System.Windows.Forms.TextBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtUrl
            // 
            this.txtUrl.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txtUrl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtUrl.Location = new System.Drawing.Point(12, 31);
            this.txtUrl.Name = "txtUrl";
            this.txtUrl.Size = new System.Drawing.Size(435, 21);
            this.txtUrl.TabIndex = 0;
            this.txtUrl.Text = "http://";
            // 
            // txtData
            // 
            this.txtData.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txtData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtData.Location = new System.Drawing.Point(12, 79);
            this.txtData.Multiline = true;
            this.txtData.Name = "txtData";
            this.txtData.Size = new System.Drawing.Size(435, 66);
            this.txtData.TabIndex = 1;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(466, 11);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(200, 291);
            this.tabControl1.TabIndex = 2;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.Transparent;
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(192, 266);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "参数设置";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.Transparent;
            this.groupBox3.Controls.Add(this.myrasList);
            this.groupBox3.Controls.Add(this.txtRasSleep);
            this.groupBox3.Controls.Add(this.txtRasPervoted);
            this.groupBox3.Controls.Add(this.txtPerProxy);
            this.groupBox3.Controls.Add(this.txtVoteSleep);
            this.groupBox3.Controls.Add(this.label9);
            this.groupBox3.Controls.Add(this.label11);
            this.groupBox3.Controls.Add(this.label10);
            this.groupBox3.Controls.Add(this.label14);
            this.groupBox3.Controls.Add(this.label12);
            this.groupBox3.Controls.Add(this.label15);
            this.groupBox3.Controls.Add(this.label13);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.unuseProxy);
            this.groupBox3.Controls.Add(this.useRas);
            this.groupBox3.Controls.Add(this.useProxy);
            this.groupBox3.Location = new System.Drawing.Point(4, 54);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(180, 209);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "类型";
            // 
            // myrasList
            // 
            this.myrasList.BackColor = System.Drawing.Color.WhiteSmoke;
            this.myrasList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.myrasList.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.myrasList.FormattingEnabled = true;
            this.myrasList.Location = new System.Drawing.Point(76, 180);
            this.myrasList.Name = "myrasList";
            this.myrasList.Size = new System.Drawing.Size(98, 20);
            this.myrasList.TabIndex = 4;
            // 
            // txtRasSleep
            // 
            this.txtRasSleep.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txtRasSleep.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtRasSleep.Location = new System.Drawing.Point(76, 152);
            this.txtRasSleep.Name = "txtRasSleep";
            this.txtRasSleep.Size = new System.Drawing.Size(33, 21);
            this.txtRasSleep.TabIndex = 3;
            this.txtRasSleep.Text = "2";
            // 
            // txtRasPervoted
            // 
            this.txtRasPervoted.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txtRasPervoted.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtRasPervoted.Location = new System.Drawing.Point(52, 125);
            this.txtRasPervoted.Name = "txtRasPervoted";
            this.txtRasPervoted.Size = new System.Drawing.Size(33, 21);
            this.txtRasPervoted.TabIndex = 3;
            this.txtRasPervoted.Text = "1";
            // 
            // txtPerProxy
            // 
            this.txtPerProxy.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txtPerProxy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtPerProxy.Location = new System.Drawing.Point(81, 81);
            this.txtPerProxy.Name = "txtPerProxy";
            this.txtPerProxy.Size = new System.Drawing.Size(41, 21);
            this.txtPerProxy.TabIndex = 3;
            this.txtPerProxy.Text = "1";
            // 
            // txtVoteSleep
            // 
            this.txtVoteSleep.BackColor = System.Drawing.Color.WhiteSmoke;
            this.txtVoteSleep.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtVoteSleep.Location = new System.Drawing.Point(100, 38);
            this.txtVoteSleep.Name = "txtVoteSleep";
            this.txtVoteSleep.Size = new System.Drawing.Size(36, 21);
            this.txtVoteSleep.TabIndex = 2;
            this.txtVoteSleep.Text = "1";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(24, 86);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 1;
            this.label9.Text = "每个IP投";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(140, 43);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(17, 12);
            this.label11.TabIndex = 1;
            this.label11.Text = "秒";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(126, 86);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 12);
            this.label10.TabIndex = 1;
            this.label10.Text = "票";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(110, 155);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(53, 12);
            this.label14.TabIndex = 1;
            this.label14.Text = "秒后拨号";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(87, 130);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(77, 12);
            this.label12.TabIndex = 1;
            this.label12.Text = "票后断开重拨";
            // 
            // label15

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -