代码拉取完成,页面将自动刷新
namespace Nathan_tools
{
partial class _mainForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_mainForm));
this.tb_str1 = new System.Windows.Forms.TextBox();
this.btn_str_reverse = new System.Windows.Forms.Button();
this.tb_str2 = new System.Windows.Forms.TextBox();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.btn_upper = new System.Windows.Forms.Button();
this.btb_lower = new System.Windows.Forms.Button();
this.tb_str_tosplit = new System.Windows.Forms.TextBox();
this.btn_split = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.tb_split_char = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_split1 = new System.Windows.Forms.TextBox();
this.tb_split2 = new System.Windows.Forms.TextBox();
this.tb_split3 = new System.Windows.Forms.TextBox();
this.tb_split4 = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btn_form_auto_wordwrap = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rb_dell = new System.Windows.Forms.RadioButton();
this.button1 = new System.Windows.Forms.Button();
this.tb_mac = new System.Windows.Forms.TextBox();
this.rb_dlink = new System.Windows.Forms.RadioButton();
this.rb_giga = new System.Windows.Forms.RadioButton();
this.rb_intel = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btn_copytoclipboard4 = new System.Windows.Forms.Button();
this.btn_copytoclipboard3 = new System.Windows.Forms.Button();
this.btn_copytoclipboard2 = new System.Windows.Forms.Button();
this.btn_copytoclipboard1 = new System.Windows.Forms.Button();
this.btn_whois = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.tb_macc = new System.Windows.Forms.TextBox();
this.tb_host = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btn_ip = new System.Windows.Forms.Button();
this.tb_ip = new System.Windows.Forms.TextBox();
this.进制转换 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.btn_tohex = new System.Windows.Forms.Button();
this.btn_tooctal = new System.Windows.Forms.Button();
this.btn_tobinary = new System.Windows.Forms.Button();
this.tb_numeric = new System.Windows.Forms.TextBox();
this.btn_sql = new System.Windows.Forms.Button();
this.btn_time_tools = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btn_file_rename = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.btn_shut_pc = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.btn_web = new System.Windows.Forms.Button();
this.btn_pc_beep = new System.Windows.Forms.Button();
this.btn_link_generate = new System.Windows.Forms.Button();
this.btn_crypt = new System.Windows.Forms.Button();
this.btn_frm_pdf = new System.Windows.Forms.Button();
this.btn_auto_login = new System.Windows.Forms.Button();
this.statusStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.进制转换.SuspendLayout();
this.SuspendLayout();
//
// tb_str1
//
this.tb_str1.Location = new System.Drawing.Point(12, 78);
this.tb_str1.Name = "tb_str1";
this.tb_str1.Size = new System.Drawing.Size(406, 21);
this.tb_str1.TabIndex = 0;
//
// btn_str_reverse
//
this.btn_str_reverse.Location = new System.Drawing.Point(445, 78);
this.btn_str_reverse.Name = "btn_str_reverse";
this.btn_str_reverse.Size = new System.Drawing.Size(75, 23);
this.btn_str_reverse.TabIndex = 2;
this.btn_str_reverse.Text = "反序";
this.btn_str_reverse.UseVisualStyleBackColor = true;
this.btn_str_reverse.Click += new System.EventHandler(this.btn_str_reverse_Click);
//
// tb_str2
//
this.tb_str2.Location = new System.Drawing.Point(12, 114);
this.tb_str2.Name = "tb_str2";
this.tb_str2.Size = new System.Drawing.Size(406, 21);
this.tb_str2.TabIndex = 3;
//
// btn_upper
//
this.btn_upper.Location = new System.Drawing.Point(445, 114);
this.btn_upper.Name = "btn_upper";
this.btn_upper.Size = new System.Drawing.Size(56, 23);
this.btn_upper.TabIndex = 4;
this.btn_upper.Text = "变大写";
this.btn_upper.UseVisualStyleBackColor = true;
this.btn_upper.Click += new System.EventHandler(this.btn_upper_Click);
//
// btb_lower
//
this.btb_lower.Location = new System.Drawing.Point(507, 114);
this.btb_lower.Name = "btb_lower";
this.btb_lower.Size = new System.Drawing.Size(58, 23);
this.btb_lower.TabIndex = 5;
this.btb_lower.Text = "变小写";
this.btb_lower.UseVisualStyleBackColor = true;
this.btb_lower.Click += new System.EventHandler(this.btb_lower_Click);
//
// tb_str_tosplit
//
this.tb_str_tosplit.Location = new System.Drawing.Point(31, 20);
this.tb_str_tosplit.Multiline = true;
this.tb_str_tosplit.Name = "tb_str_tosplit";
this.tb_str_tosplit.Size = new System.Drawing.Size(453, 182);
this.tb_str_tosplit.TabIndex = 6;
//
// btn_split
//
this.btn_split.Location = new System.Drawing.Point(495, 140);
this.btn_split.Name = "btn_split";
this.btn_split.Size = new System.Drawing.Size(75, 23);
this.btn_split.TabIndex = 7;
this.btn_split.Text = "开始分割";
this.btn_split.UseVisualStyleBackColor = true;
this.btn_split.Click += new System.EventHandler(this.btn_split_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(493, 53);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 8;
this.label1.Text = "分割符";
//
// tb_split_char
//
this.tb_split_char.Location = new System.Drawing.Point(495, 86);
this.tb_split_char.Name = "tb_split_char";
this.tb_split_char.Size = new System.Drawing.Size(60, 21);
this.tb_split_char.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 205);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 10;
this.label2.Text = "分割后";
//
// tb_split1
//
this.tb_split1.Location = new System.Drawing.Point(33, 219);
this.tb_split1.Multiline = true;
this.tb_split1.Name = "tb_split1";
this.tb_split1.Size = new System.Drawing.Size(123, 209);
this.tb_split1.TabIndex = 11;
//
// tb_split2
//
this.tb_split2.Location = new System.Drawing.Point(162, 219);
this.tb_split2.Multiline = true;
this.tb_split2.Name = "tb_split2";
this.tb_split2.Size = new System.Drawing.Size(123, 209);
this.tb_split2.TabIndex = 12;
//
// tb_split3
//
this.tb_split3.Location = new System.Drawing.Point(291, 219);
this.tb_split3.Multiline = true;
this.tb_split3.Name = "tb_split3";
this.tb_split3.Size = new System.Drawing.Size(123, 209);
this.tb_split3.TabIndex = 13;
//
// tb_split4
//
this.tb_split4.Location = new System.Drawing.Point(420, 219);
this.tb_split4.Multiline = true;
this.tb_split4.Name = "tb_split4";
this.tb_split4.Size = new System.Drawing.Size(123, 209);
this.tb_split4.TabIndex = 14;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 625);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(837, 22);
this.statusStrip1.TabIndex = 15;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(167, 17);
this.toolStripStatusLabel1.Text = "Designed by Nathan Zhang";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.帮助ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(837, 25);
this.menuStrip1.TabIndex = 16;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.退出ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.文件ToolStripMenuItem.Text = "文件";
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.退出ToolStripMenuItem.Text = "退出";
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关于ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.帮助ToolStripMenuItem.Text = "帮助";
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.关于ToolStripMenuItem.Text = "关于";
this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
//
// btn_form_auto_wordwrap
//
this.btn_form_auto_wordwrap.Location = new System.Drawing.Point(123, 37);
this.btn_form_auto_wordwrap.Name = "btn_form_auto_wordwrap";
this.btn_form_auto_wordwrap.Size = new System.Drawing.Size(96, 23);
this.btn_form_auto_wordwrap.TabIndex = 17;
this.btn_form_auto_wordwrap.Text = "自动断行...";
this.btn_form_auto_wordwrap.UseVisualStyleBackColor = true;
this.btn_form_auto_wordwrap.Click += new System.EventHandler(this.btn_form_auto_wordwrap_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rb_dell);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.tb_mac);
this.groupBox1.Controls.Add(this.rb_dlink);
this.groupBox1.Controls.Add(this.rb_giga);
this.groupBox1.Controls.Add(this.rb_intel);
this.groupBox1.Location = new System.Drawing.Point(617, 148);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(208, 134);
this.groupBox1.TabIndex = 18;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "MAC地址随机生成";
//
// rb_dell
//
this.rb_dell.AutoSize = true;
this.rb_dell.Location = new System.Drawing.Point(6, 39);
this.rb_dell.Name = "rb_dell";
this.rb_dell.Size = new System.Drawing.Size(47, 16);
this.rb_dell.TabIndex = 5;
this.rb_dell.TabStop = true;
this.rb_dell.Text = "Dell";
this.rb_dell.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(65, 96);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(119, 23);
this.button1.TabIndex = 4;
this.button1.Text = "确定并复制到剪帖板";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tb_mac
//
this.tb_mac.Location = new System.Drawing.Point(6, 69);
this.tb_mac.Name = "tb_mac";
this.tb_mac.Size = new System.Drawing.Size(178, 21);
this.tb_mac.TabIndex = 3;
//
// rb_dlink
//
this.rb_dlink.AutoSize = true;
this.rb_dlink.Location = new System.Drawing.Point(124, 17);
this.rb_dlink.Name = "rb_dlink";
this.rb_dlink.Size = new System.Drawing.Size(53, 16);
this.rb_dlink.TabIndex = 2;
this.rb_dlink.Text = "Dlink";
this.rb_dlink.UseVisualStyleBackColor = true;
//
// rb_giga
//
this.rb_giga.AutoSize = true;
this.rb_giga.Location = new System.Drawing.Point(65, 17);
this.rb_giga.Name = "rb_giga";
this.rb_giga.Size = new System.Drawing.Size(47, 16);
this.rb_giga.TabIndex = 1;
this.rb_giga.Text = "Giga";
this.rb_giga.UseVisualStyleBackColor = true;
//
// rb_intel
//
this.rb_intel.AutoSize = true;
this.rb_intel.Checked = true;
this.rb_intel.Location = new System.Drawing.Point(6, 17);
this.rb_intel.Name = "rb_intel";
this.rb_intel.Size = new System.Drawing.Size(53, 16);
this.rb_intel.TabIndex = 0;
this.rb_intel.TabStop = true;
this.rb_intel.Text = "Intel";
this.rb_intel.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btn_copytoclipboard4);
this.groupBox2.Controls.Add(this.btn_copytoclipboard3);
this.groupBox2.Controls.Add(this.btn_copytoclipboard2);
this.groupBox2.Controls.Add(this.btn_copytoclipboard1);
this.groupBox2.Controls.Add(this.tb_split4);
this.groupBox2.Controls.Add(this.tb_split3);
this.groupBox2.Controls.Add(this.tb_split2);
this.groupBox2.Controls.Add(this.btn_split);
this.groupBox2.Controls.Add(this.tb_split_char);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.tb_split1);
this.groupBox2.Controls.Add(this.tb_str_tosplit);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(12, 148);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(599, 471);
this.groupBox2.TabIndex = 19;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "字符串分割";
//
// btn_copytoclipboard4
//
this.btn_copytoclipboard4.Location = new System.Drawing.Point(443, 434);
this.btn_copytoclipboard4.Name = "btn_copytoclipboard4";
this.btn_copytoclipboard4.Size = new System.Drawing.Size(86, 23);
this.btn_copytoclipboard4.TabIndex = 18;
this.btn_copytoclipboard4.Text = "复制到剪帖板";
this.btn_copytoclipboard4.UseVisualStyleBackColor = true;
this.btn_copytoclipboard4.Click += new System.EventHandler(this.btn_copytoclipboard4_Click);
//
// btn_copytoclipboard3
//
this.btn_copytoclipboard3.Location = new System.Drawing.Point(316, 433);
this.btn_copytoclipboard3.Name = "btn_copytoclipboard3";
this.btn_copytoclipboard3.Size = new System.Drawing.Size(86, 23);
this.btn_copytoclipboard3.TabIndex = 17;
this.btn_copytoclipboard3.Text = "复制到剪帖板";
this.btn_copytoclipboard3.UseVisualStyleBackColor = true;
this.btn_copytoclipboard3.Click += new System.EventHandler(this.btn_copytoclipboard3_Click);
//
// btn_copytoclipboard2
//
this.btn_copytoclipboard2.Location = new System.Drawing.Point(183, 433);
this.btn_copytoclipboard2.Name = "btn_copytoclipboard2";
this.btn_copytoclipboard2.Size = new System.Drawing.Size(86, 23);
this.btn_copytoclipboard2.TabIndex = 16;
this.btn_copytoclipboard2.Text = "复制到剪帖板";
this.btn_copytoclipboard2.UseVisualStyleBackColor = true;
this.btn_copytoclipboard2.Click += new System.EventHandler(this.btn_copytoclipboard2_Click);
//
// btn_copytoclipboard1
//
this.btn_copytoclipboard1.Location = new System.Drawing.Point(60, 434);
this.btn_copytoclipboard1.Name = "btn_copytoclipboard1";
this.btn_copytoclipboard1.Size = new System.Drawing.Size(86, 23);
this.btn_copytoclipboard1.TabIndex = 15;
this.btn_copytoclipboard1.Text = "复制到剪帖板";
this.btn_copytoclipboard1.UseVisualStyleBackColor = true;
this.btn_copytoclipboard1.Click += new System.EventHandler(this.btn_copytoclipboard1_Click);
//
// btn_whois
//
this.btn_whois.Location = new System.Drawing.Point(12, 37);
this.btn_whois.Name = "btn_whois";
this.btn_whois.Size = new System.Drawing.Size(96, 24);
this.btn_whois.TabIndex = 20;
this.btn_whois.Text = "WHOIS查询...";
this.btn_whois.UseVisualStyleBackColor = true;
this.btn_whois.Click += new System.EventHandler(this.btn_whois_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.tb_macc);
this.groupBox3.Controls.Add(this.tb_host);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.btn_ip);
this.groupBox3.Controls.Add(this.tb_ip);
this.groupBox3.Location = new System.Drawing.Point(617, 288);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(208, 142);
this.groupBox3.TabIndex = 21;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "获取本机网络信息";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(24, 85);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 7;
this.label5.Text = "Mac:";
//
// tb_macc
//
this.tb_macc.Location = new System.Drawing.Point(65, 76);
this.tb_macc.Name = "tb_macc";
this.tb_macc.Size = new System.Drawing.Size(119, 21);
this.tb_macc.TabIndex = 6;
//
// tb_host
//
this.tb_host.Location = new System.Drawing.Point(65, 22);
this.tb_host.Name = "tb_host";
this.tb_host.Size = new System.Drawing.Size(119, 21);
this.tb_host.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 4;
this.label4.Text = "主机名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 57);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 12);
this.label3.TabIndex = 3;
this.label3.Text = "IP:";
//
// btn_ip
//
this.btn_ip.Location = new System.Drawing.Point(109, 107);
this.btn_ip.Name = "btn_ip";
this.btn_ip.Size = new System.Drawing.Size(75, 23);
this.btn_ip.TabIndex = 2;
this.btn_ip.Text = "确定\r\n";
this.btn_ip.UseVisualStyleBackColor = true;
this.btn_ip.Click += new System.EventHandler(this.btn_ip_Click);
//
// tb_ip
//
this.tb_ip.Location = new System.Drawing.Point(65, 48);
this.tb_ip.Name = "tb_ip";
this.tb_ip.Size = new System.Drawing.Size(119, 21);
this.tb_ip.TabIndex = 1;
//
// 进制转换
//
this.进制转换.Controls.Add(this.label6);
this.进制转换.Controls.Add(this.btn_tohex);
this.进制转换.Controls.Add(this.btn_tooctal);
this.进制转换.Controls.Add(this.btn_tobinary);
this.进制转换.Controls.Add(this.tb_numeric);
this.进制转换.Location = new System.Drawing.Point(617, 448);
this.进制转换.Name = "进制转换";
this.进制转换.Size = new System.Drawing.Size(208, 102);
this.进制转换.TabIndex = 22;
this.进制转换.TabStop = false;
this.进制转换.Text = "进制转换";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(4, 26);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 5;
this.label6.Text = "输入十进制数";
//
// btn_tohex
//
this.btn_tohex.Location = new System.Drawing.Point(118, 69);
this.btn_tohex.Name = "btn_tohex";
this.btn_tohex.Size = new System.Drawing.Size(76, 23);
this.btn_tohex.TabIndex = 4;
this.btn_tohex.Text = "十六进制";
this.btn_tohex.UseVisualStyleBackColor = true;
this.btn_tohex.Click += new System.EventHandler(this.btn_tohex_Click);
//
// btn_tooctal
//
this.btn_tooctal.Location = new System.Drawing.Point(62, 69);
this.btn_tooctal.Name = "btn_tooctal";
this.btn_tooctal.Size = new System.Drawing.Size(52, 23);
this.btn_tooctal.TabIndex = 2;
this.btn_tooctal.Text = "八进制";
this.btn_tooctal.UseVisualStyleBackColor = true;
this.btn_tooctal.Click += new System.EventHandler(this.btn_tooctal_Click);
//
// btn_tobinary
//
this.btn_tobinary.Location = new System.Drawing.Point(6, 69);
this.btn_tobinary.Name = "btn_tobinary";
this.btn_tobinary.Size = new System.Drawing.Size(54, 23);
this.btn_tobinary.TabIndex = 1;
this.btn_tobinary.Text = "二进制";
this.btn_tobinary.UseVisualStyleBackColor = true;
this.btn_tobinary.Click += new System.EventHandler(this.btn_tobinary_Click);
//
// tb_numeric
//
this.tb_numeric.Location = new System.Drawing.Point(62, 42);
this.tb_numeric.Name = "tb_numeric";
this.tb_numeric.Size = new System.Drawing.Size(114, 21);
this.tb_numeric.TabIndex = 0;
//
// btn_sql
//
this.btn_sql.Location = new System.Drawing.Point(233, 37);
this.btn_sql.Name = "btn_sql";
this.btn_sql.Size = new System.Drawing.Size(92, 23);
this.btn_sql.TabIndex = 23;
this.btn_sql.Text = "SQL工具...\r\n";
this.btn_sql.UseVisualStyleBackColor = true;
this.btn_sql.Click += new System.EventHandler(this.btn_sql_Click);
//
// btn_time_tools
//
this.btn_time_tools.Location = new System.Drawing.Point(341, 37);
this.btn_time_tools.Name = "btn_time_tools";
this.btn_time_tools.Size = new System.Drawing.Size(112, 23);
this.btn_time_tools.TabIndex = 24;
this.btn_time_tools.Text = "时间日期工具...\r\n";
this.btn_time_tools.UseVisualStyleBackColor = true;
this.btn_time_tools.Click += new System.EventHandler(this.btn_time_tools_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(665, 587);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(89, 12);
this.label7.TabIndex = 25;
this.label7.Text = "最后更新日期:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(760, 588);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 26;
this.label8.Text = "2011-7-21\r\n";
//
// btn_file_rename
//
this.btn_file_rename.Location = new System.Drawing.Point(469, 37);
this.btn_file_rename.Name = "btn_file_rename";
this.btn_file_rename.Size = new System.Drawing.Size(129, 23);
this.btn_file_rename.TabIndex = 27;
this.btn_file_rename.Text = "文件批量更名器...\r\n";
this.btn_file_rename.UseVisualStyleBackColor = true;
this.btn_file_rename.Click += new System.EventHandler(this.btn_file_rename_Click);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(718, 607);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(89, 12);
this.linkLabel1.TabIndex = 28;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://zyb8.cc";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// btn_shut_pc
//
this.btn_shut_pc.Location = new System.Drawing.Point(786, 37);
this.btn_shut_pc.Name = "btn_shut_pc";
this.btn_shut_pc.Size = new System.Drawing.Size(49, 41);
this.btn_shut_pc.TabIndex = 30;
this.btn_shut_pc.Text = "立即关机";
this.btn_shut_pc.UseVisualStyleBackColor = true;
this.btn_shut_pc.Click += new System.EventHandler(this.btn_shut_pc_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(786, 94);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(49, 41);
this.button3.TabIndex = 31;
this.button3.Text = "重启电脑";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// btn_web
//
this.btn_web.Location = new System.Drawing.Point(604, 37);
this.btn_web.Name = "btn_web";
this.btn_web.Size = new System.Drawing.Size(75, 23);
this.btn_web.TabIndex = 32;
this.btn_web.Text = "网页源查看";
this.btn_web.UseVisualStyleBackColor = true;
this.btn_web.Click += new System.EventHandler(this.btn_web_Click);
//
// btn_pc_beep
//
this.btn_pc_beep.Location = new System.Drawing.Point(685, 37);
this.btn_pc_beep.Name = "btn_pc_beep";
this.btn_pc_beep.Size = new System.Drawing.Size(95, 23);
this.btn_pc_beep.TabIndex = 33;
this.btn_pc_beep.Text = "PC蜂鸣器发声";
this.btn_pc_beep.UseVisualStyleBackColor = true;
this.btn_pc_beep.Click += new System.EventHandler(this.btn_pc_beep_Click);
//
// btn_link_generate
//
this.btn_link_generate.Location = new System.Drawing.Point(604, 66);
this.btn_link_generate.Name = "btn_link_generate";
this.btn_link_generate.Size = new System.Drawing.Size(94, 23);
this.btn_link_generate.TabIndex = 34;
this.btn_link_generate.Text = "批量链接生成";
this.btn_link_generate.UseVisualStyleBackColor = true;
this.btn_link_generate.Click += new System.EventHandler(this.btn_link_generate_Click);
//
// btn_crypt
//
this.btn_crypt.Location = new System.Drawing.Point(523, 66);
this.btn_crypt.Name = "btn_crypt";
this.btn_crypt.Size = new System.Drawing.Size(75, 23);
this.btn_crypt.TabIndex = 35;
this.btn_crypt.Text = "加解密";
this.btn_crypt.UseVisualStyleBackColor = true;
this.btn_crypt.Click += new System.EventHandler(this.btn_crypt_Click);
//
// btn_frm_pdf
//
this.btn_frm_pdf.Location = new System.Drawing.Point(704, 66);
this.btn_frm_pdf.Name = "btn_frm_pdf";
this.btn_frm_pdf.Size = new System.Drawing.Size(75, 23);
this.btn_frm_pdf.TabIndex = 36;
this.btn_frm_pdf.Text = "pdf生成";
this.btn_frm_pdf.UseVisualStyleBackColor = true;
this.btn_frm_pdf.Click += new System.EventHandler(this.btn_frm_pdf_Click);
//
// btn_auto_login
//
this.btn_auto_login.Location = new System.Drawing.Point(604, 94);
this.btn_auto_login.Name = "btn_auto_login";
this.btn_auto_login.Size = new System.Drawing.Size(94, 23);
this.btn_auto_login.TabIndex = 37;
this.btn_auto_login.Text = "系统自动登陆";
this.btn_auto_login.UseVisualStyleBackColor = true;
//
// _mainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(837, 647);
this.Controls.Add(this.btn_auto_login);
this.Controls.Add(this.btn_frm_pdf);
this.Controls.Add(this.btn_crypt);
this.Controls.Add(this.btn_link_generate);
this.Controls.Add(this.btn_pc_beep);
this.Controls.Add(this.btn_web);
this.Controls.Add(this.button3);
this.Controls.Add(this.btn_shut_pc);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.btn_file_rename);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.btn_time_tools);
this.Controls.Add(this.btn_sql);
this.Controls.Add(this.进制转换);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.btn_whois);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btn_form_auto_wordwrap);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.btb_lower);
this.Controls.Add(this.btn_upper);
this.Controls.Add(this.tb_str2);
this.Controls.Add(this.btn_str_reverse);
this.Controls.Add(this.tb_str1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "_mainForm";
this.Text = "Nathan之小工具集";
this.Load += new System.EventHandler(this.Form1_Load);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.进制转换.ResumeLayout(false);
this.进制转换.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tb_str1;
private System.Windows.Forms.Button btn_str_reverse;
private System.Windows.Forms.TextBox tb_str2;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Button btn_upper;
private System.Windows.Forms.Button btb_lower;
private System.Windows.Forms.TextBox tb_str_tosplit;
private System.Windows.Forms.Button btn_split;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_split_char;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_split1;
private System.Windows.Forms.TextBox tb_split2;
private System.Windows.Forms.TextBox tb_split3;
private System.Windows.Forms.TextBox tb_split4;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.Button btn_form_auto_wordwrap;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox tb_mac;
private System.Windows.Forms.RadioButton rb_dlink;
private System.Windows.Forms.RadioButton rb_giga;
private System.Windows.Forms.RadioButton rb_intel;
private System.Windows.Forms.RadioButton rb_dell;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btn_copytoclipboard4;
private System.Windows.Forms.Button btn_copytoclipboard3;
private System.Windows.Forms.Button btn_copytoclipboard2;
private System.Windows.Forms.Button btn_copytoclipboard1;
private System.Windows.Forms.Button btn_whois;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btn_ip;
private System.Windows.Forms.TextBox tb_ip;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_host;
private System.Windows.Forms.TextBox tb_macc;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox 进制转换;
private System.Windows.Forms.Button btn_tohex;
private System.Windows.Forms.Button btn_tooctal;
private System.Windows.Forms.Button btn_tobinary;
private System.Windows.Forms.TextBox tb_numeric;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btn_sql;
private System.Windows.Forms.Button btn_time_tools;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btn_file_rename;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.Button btn_shut_pc;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button btn_web;
private System.Windows.Forms.Button btn_pc_beep;
private System.Windows.Forms.Button btn_link_generate;
private System.Windows.Forms.Button btn_crypt;
private System.Windows.Forms.Button btn_frm_pdf;
private System.Windows.Forms.Button btn_auto_login;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。