📄 main.designer.cs
字号:
namespace WebPick
{
partial class Main
{
/// <summary>
/// 設計工具所需的變數。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的資源。
/// </summary>
/// <param name="disposing">如果應該處置 Managed 資源則為 true,否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設計工具產生的程式碼
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.textBox_proc_total = new System.Windows.Forms.TextBox();
this.label_proc_total = new System.Windows.Forms.Label();
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.button_enter = new System.Windows.Forms.Button();
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.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.SuspendLayout();
//
// textBox_proc_total
//
resources.ApplyResources(this.textBox_proc_total, "textBox_proc_total");
this.textBox_proc_total.Name = "textBox_proc_total";
//
// label_proc_total
//
resources.ApplyResources(this.label_proc_total, "label_proc_total");
this.label_proc_total.Name = "label_proc_total";
//
// label_url_start
//
resources.ApplyResources(this.label_url_start, "label_url_start");
this.label_url_start.Name = "label_url_start";
//
// textBox_url_prifix
//
resources.ApplyResources(this.textBox_url_prifix, "textBox_url_prifix");
this.textBox_url_prifix.Name = "textBox_url_prifix";
//
// textBox_url_subfix
//
resources.ApplyResources(this.textBox_url_subfix, "textBox_url_subfix");
this.textBox_url_subfix.Name = "textBox_url_subfix";
//
// label_file
//
resources.ApplyResources(this.label_file, "label_file");
this.label_file.Name = "label_file";
//
// textBox_file
//
resources.ApplyResources(this.textBox_file, "textBox_file");
this.textBox_file.Name = "textBox_file";
//
// label_table
//
resources.ApplyResources(this.label_table, "label_table");
this.label_table.Name = "label_table";
//
// textBox_table
//
resources.ApplyResources(this.textBox_table, "textBox_table");
this.textBox_table.Name = "textBox_table";
//
// button_enter
//
resources.ApplyResources(this.button_enter, "button_enter");
this.button_enter.Name = "button_enter";
this.button_enter.Click += new System.EventHandler(this.button_enter_Click);
//
// label_url_run
//
this.label_url_run.BackColor = System.Drawing.Color.Black;
this.label_url_run.ForeColor = System.Drawing.Color.LawnGreen;
resources.ApplyResources(this.label_url_run, "label_url_run");
this.label_url_run.Name = "label_url_run";
//
// label_end
//
resources.ApplyResources(this.label_end, "label_end");
this.label_end.Name = "label_end";
//
// textBox_end
//
resources.ApplyResources(this.textBox_end, "textBox_end");
this.textBox_end.Name = "textBox_end";
//
// label_start
//
resources.ApplyResources(this.label_start, "label_start");
this.label_start.Name = "label_start";
//
// textBox_start
//
resources.ApplyResources(this.textBox_start, "textBox_start");
this.textBox_start.Name = "textBox_start";
//
// notifyIcon1
//
resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click);
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
//
// Main
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.textBox_proc_total);
this.Controls.Add(this.label_proc_total);
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.button_enter);
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 = "Main";
this.Load += new System.EventHandler(this.Main_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox_proc_total;
private System.Windows.Forms.Label label_proc_total;
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.Button button_enter;
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;
private System.Windows.Forms.NotifyIcon notifyIcon1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -