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

📄 browser.designer.cs

📁 输入网址及资料编号
💻 CS
字号:
namespace WebPick
{
    partial class Browser
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			this.richTextBox_show = new System.Windows.Forms.RichTextBox();
			this.label_url_start = new System.Windows.Forms.Label();
			this.textBox_url_prifix = new System.Windows.Forms.TextBox();
			this.textBox_url_subfix = new System.Windows.Forms.TextBox();
			this.label_file = new System.Windows.Forms.Label();
			this.textBox_file = new System.Windows.Forms.TextBox();
			this.label_table = new System.Windows.Forms.Label();
			this.textBox_table = new System.Windows.Forms.TextBox();
			this.label_url_run = new System.Windows.Forms.Label();
			this.label_end = new System.Windows.Forms.Label();
			this.textBox_end = new System.Windows.Forms.TextBox();
			this.label_start = new System.Windows.Forms.Label();
			this.textBox_start = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// richTextBox_show
			// 
			this.richTextBox_show.BackColor = System.Drawing.Color.Black;
			this.richTextBox_show.ForeColor = System.Drawing.Color.Lime;
			this.richTextBox_show.Location = new System.Drawing.Point(12, 71);
			this.richTextBox_show.Name = "richTextBox_show";
			this.richTextBox_show.Size = new System.Drawing.Size(751, 418);
			this.richTextBox_show.TabIndex = 49;
			this.richTextBox_show.Text = "richTextBox_show";
			// 
			// label_url_start
			// 
			this.label_url_start.Location = new System.Drawing.Point(7, 13);
			this.label_url_start.Name = "label_url_start";
			this.label_url_start.Size = new System.Drawing.Size(50, 20);
			this.label_url_start.TabIndex = 48;
			this.label_url_start.Text = "URL:";
			this.label_url_start.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textBox_url_prifix
			// 
			this.textBox_url_prifix.Location = new System.Drawing.Point(71, 13);
			this.textBox_url_prifix.Name = "textBox_url_prifix";
			this.textBox_url_prifix.Size = new System.Drawing.Size(308, 21);
			this.textBox_url_prifix.TabIndex = 47;
			this.textBox_url_prifix.Text = "textBox_url_prifix";
			// 
			// textBox_url_subfix
			// 
			this.textBox_url_subfix.Location = new System.Drawing.Point(504, 13);
			this.textBox_url_subfix.Name = "textBox_url_subfix";
			this.textBox_url_subfix.Size = new System.Drawing.Size(258, 21);
			this.textBox_url_subfix.TabIndex = 46;
			this.textBox_url_subfix.Text = "textBox_url_subfix";
			// 
			// label_file
			// 
			this.label_file.Location = new System.Drawing.Point(194, 43);
			this.label_file.Name = "label_file";
			this.label_file.Size = new System.Drawing.Size(50, 20);
			this.label_file.TabIndex = 45;
			this.label_file.Text = "檔案:";
			this.label_file.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textBox_file
			// 
			this.textBox_file.Location = new System.Drawing.Point(250, 42);
			this.textBox_file.Name = "textBox_file";
			this.textBox_file.Size = new System.Drawing.Size(192, 21);
			this.textBox_file.TabIndex = 44;
			this.textBox_file.Text = "textBox_file";
			// 
			// label_table
			// 
			this.label_table.Location = new System.Drawing.Point(7, 43);
			this.label_table.Name = "label_table";
			this.label_table.Size = new System.Drawing.Size(50, 20);
			this.label_table.TabIndex = 43;
			this.label_table.Text = "表單:";
			this.label_table.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textBox_table
			// 
			this.textBox_table.Location = new System.Drawing.Point(71, 43);
			this.textBox_table.Name = "textBox_table";
			this.textBox_table.Size = new System.Drawing.Size(130, 21);
			this.textBox_table.TabIndex = 42;
			this.textBox_table.Text = "textBox_table";
			// 
			// label_url_run
			// 
			this.label_url_run.BackColor = System.Drawing.Color.Black;
			this.label_url_run.ForeColor = System.Drawing.Color.LawnGreen;
			this.label_url_run.Location = new System.Drawing.Point(383, 13);
			this.label_url_run.Name = "label_url_run";
			this.label_url_run.Size = new System.Drawing.Size(115, 20);
			this.label_url_run.TabIndex = 40;
			this.label_url_run.Text = "label_url_run";
			this.label_url_run.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label_end
			// 
			this.label_end.Location = new System.Drawing.Point(607, 43);
			this.label_end.Name = "label_end";
			this.label_end.Size = new System.Drawing.Size(50, 20);
			this.label_end.TabIndex = 39;
			this.label_end.Text = "結束:";
			this.label_end.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textBox_end
			// 
			this.textBox_end.Location = new System.Drawing.Point(663, 43);
			this.textBox_end.Name = "textBox_end";
			this.textBox_end.Size = new System.Drawing.Size(100, 21);
			this.textBox_end.TabIndex = 38;
			this.textBox_end.Text = "textBox_end";
			this.textBox_end.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label_start
			// 
			this.label_start.Location = new System.Drawing.Point(448, 43);
			this.label_start.Name = "label_start";
			this.label_start.Size = new System.Drawing.Size(50, 20);
			this.label_start.TabIndex = 37;
			this.label_start.Text = "開始:";
			this.label_start.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textBox_start
			// 
			this.textBox_start.Location = new System.Drawing.Point(504, 43);
			this.textBox_start.Name = "textBox_start";
			this.textBox_start.Size = new System.Drawing.Size(100, 21);
			this.textBox_start.TabIndex = 36;
			this.textBox_start.Text = "textBox_start";
			this.textBox_start.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// Browser
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 11F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(774, 492);
			this.Controls.Add(this.richTextBox_show);
			this.Controls.Add(this.label_url_start);
			this.Controls.Add(this.textBox_url_prifix);
			this.Controls.Add(this.textBox_url_subfix);
			this.Controls.Add(this.label_file);
			this.Controls.Add(this.textBox_file);
			this.Controls.Add(this.label_table);
			this.Controls.Add(this.textBox_table);
			this.Controls.Add(this.label_url_run);
			this.Controls.Add(this.label_end);
			this.Controls.Add(this.textBox_end);
			this.Controls.Add(this.label_start);
			this.Controls.Add(this.textBox_start);
			this.Name = "Browser";
			this.Text = "Browser";
			this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
			this.Load += new System.EventHandler(this.Browser_Load);
			this.Closing += new System.ComponentModel.CancelEventHandler(this.Browser_Closing);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Brower_Closing);
			this.ResumeLayout(false);
			this.PerformLayout();

        }

        #endregion

        public System.Windows.Forms.RichTextBox richTextBox_show;
        private System.Windows.Forms.Label label_url_start;
        private System.Windows.Forms.TextBox textBox_url_prifix;
        private System.Windows.Forms.TextBox textBox_url_subfix;
        private System.Windows.Forms.Label label_file;
        private System.Windows.Forms.TextBox textBox_file;
        private System.Windows.Forms.Label label_table;
        private System.Windows.Forms.TextBox textBox_table;
        private System.Windows.Forms.Label label_url_run;
        private System.Windows.Forms.Label label_end;
        private System.Windows.Forms.TextBox textBox_end;
        private System.Windows.Forms.Label label_start;
        private System.Windows.Forms.TextBox textBox_start;
    }
}

⌨️ 快捷键说明

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