1 Star 1 Fork 0

zcy / EasyTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
EasyTool.Designer.cs 47.43 KB
一键复制 编辑 原始数据 按行查看 历史
sn78039 提交于 2022-09-06 15:16 . 新增下拉框
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007

namespace EasyTool
{
partial class EasyTool
{
/// <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(EasyTool));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.formatTextBox = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.sql = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.button27 = new System.Windows.Forms.Button();
this.button24 = new System.Windows.Forms.Button();
this.format = new System.Windows.Forms.TextBox();
this.filePath = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.vo_extract = new System.Windows.Forms.Button();
this.button23 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cleanBom = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.regex_textBox = new System.Windows.Forms.TextBox();
this.button9 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.suffix_textBox = new System.Windows.Forms.TextBox();
this.suffix = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.check_textBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.from_directory_textBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.NewTextbox = new System.Windows.Forms.TextBox();
this.oldTextbox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.replace = new System.Windows.Forms.Button();
this.normalSuffix = new System.Windows.Forms.TextBox();
this.button22 = new System.Windows.Forms.Button();
this.normalPrefix = new System.Windows.Forms.TextBox();
this.button21 = new System.Windows.Forms.Button();
this.divide = new System.Windows.Forms.Button();
this.divider = new System.Windows.Forms.TextBox();
this.button17 = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.numEnd = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.numStart = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.prefix = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.button18 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.panel2 = new System.Windows.Forms.Panel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.result = new System.Windows.Forms.RichTextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.r2 = new System.Windows.Forms.RichTextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.r1 = new System.Windows.Forms.RichTextBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.button26 = new System.Windows.Forms.Button();
this.button25 = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.panel2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.3053F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.6947F));
this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1255, 739);
this.tableLayoutPanel1.TabIndex = 0;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
this.splitContainer1.Size = new System.Drawing.Size(775, 733);
this.splitContainer1.SplitterDistance = 364;
this.splitContainer1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.formatTextBox);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(775, 364);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "编辑";
//
// formatTextBox
//
this.formatTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.formatTextBox.Location = new System.Drawing.Point(3, 17);
this.formatTextBox.Multiline = true;
this.formatTextBox.Name = "formatTextBox";
this.formatTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.formatTextBox.Size = new System.Drawing.Size(769, 344);
this.formatTextBox.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.sql);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(775, 365);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "结果";
//
// sql
//
this.sql.Dock = System.Windows.Forms.DockStyle.Fill;
this.sql.Location = new System.Drawing.Point(3, 17);
this.sql.Multiline = true;
this.sql.Name = "sql";
this.sql.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.sql.Size = new System.Drawing.Size(769, 345);
this.sql.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.button27);
this.panel1.Controls.Add(this.button24);
this.panel1.Controls.Add(this.format);
this.panel1.Controls.Add(this.filePath);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.vo_extract);
this.panel1.Controls.Add(this.button23);
this.panel1.Controls.Add(this.button12);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.cleanBom);
this.panel1.Controls.Add(this.button11);
this.panel1.Controls.Add(this.button10);
this.panel1.Controls.Add(this.regex_textBox);
this.panel1.Controls.Add(this.button9);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.button5);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.suffix_textBox);
this.panel1.Controls.Add(this.suffix);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.check_textBox);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.from_directory_textBox);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.NewTextbox);
this.panel1.Controls.Add(this.oldTextbox);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.replace);
this.panel1.Controls.Add(this.normalSuffix);
this.panel1.Controls.Add(this.button22);
this.panel1.Controls.Add(this.normalPrefix);
this.panel1.Controls.Add(this.button21);
this.panel1.Controls.Add(this.divide);
this.panel1.Controls.Add(this.divider);
this.panel1.Controls.Add(this.button17);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.numEnd);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.numStart);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.prefix);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.button18);
this.panel1.Controls.Add(this.button14);
this.panel1.Controls.Add(this.button13);
this.panel1.Controls.Add(this.button20);
this.panel1.Controls.Add(this.button19);
this.panel1.Controls.Add(this.button16);
this.panel1.Controls.Add(this.button7);
this.panel1.Controls.Add(this.button8);
this.panel1.Controls.Add(this.button15);
this.panel1.Location = new System.Drawing.Point(784, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(468, 702);
this.panel1.TabIndex = 1;
//
// button27
//
this.button27.Location = new System.Drawing.Point(233, 143);
this.button27.Name = "button27";
this.button27.Size = new System.Drawing.Size(201, 28);
this.button27.TabIndex = 88;
this.button27.Text = "转换成小写同时空格转成下划线";
this.button27.UseVisualStyleBackColor = true;
this.button27.Click += new System.EventHandler(this.button27_Click);
//
// button24
//
this.button24.Location = new System.Drawing.Point(305, 499);
this.button24.Name = "button24";
this.button24.Size = new System.Drawing.Size(149, 48);
this.button24.TabIndex = 87;
this.button24.Text = "格式化XML";
this.button24.UseVisualStyleBackColor = true;
this.button24.Click += new System.EventHandler(this.button24_Click_1);
//
// format
//
this.format.Location = new System.Drawing.Point(303, 576);
this.format.Name = "format";
this.format.Size = new System.Drawing.Size(161, 21);
this.format.TabIndex = 86;
//
// filePath
//
this.filePath.Location = new System.Drawing.Point(85, 489);
this.filePath.Name = "filePath";
this.filePath.Size = new System.Drawing.Size(185, 21);
this.filePath.TabIndex = 85;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 493);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 84;
this.label1.Text = "文件路径";
//
// vo_extract
//
this.vo_extract.Location = new System.Drawing.Point(305, 606);
this.vo_extract.Name = "vo_extract";
this.vo_extract.Size = new System.Drawing.Size(122, 23);
this.vo_extract.TabIndex = 83;
this.vo_extract.Text = "VO提取Set";
this.vo_extract.UseVisualStyleBackColor = true;
this.vo_extract.Click += new System.EventHandler(this.vo_extract_Click);
//
// button23
//
this.button23.Location = new System.Drawing.Point(108, 11);
this.button23.Name = "button23";
this.button23.Size = new System.Drawing.Size(71, 44);
this.button23.TabIndex = 82;
this.button23.Text = "复制结果";
this.button23.UseVisualStyleBackColor = true;
this.button23.Click += new System.EventHandler(this.button23_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(18, 11);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(78, 44);
this.button12.TabIndex = 81;
this.button12.Text = "结果转编辑";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click_1);
//
// button2
//
this.button2.Location = new System.Drawing.Point(18, 350);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(341, 26);
this.button2.TabIndex = 80;
this.button2.Text = "添加后缀和空格填充以使每行长度相同";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// cleanBom
//
this.cleanBom.Location = new System.Drawing.Point(30, 645);
this.cleanBom.Name = "cleanBom";
this.cleanBom.Size = new System.Drawing.Size(243, 23);
this.cleanBom.TabIndex = 79;
this.cleanBom.Text = "去除文件夹中所有指定后缀文件的bom头";
this.cleanBom.UseVisualStyleBackColor = true;
this.cleanBom.Click += new System.EventHandler(this.cleanBom_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(244, 436);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(75, 23);
this.button11.TabIndex = 78;
this.button11.Text = "Url解密";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(244, 403);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(75, 23);
this.button10.TabIndex = 77;
this.button10.Text = "Url加密";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// regex_textBox
//
this.regex_textBox.Location = new System.Drawing.Point(305, 47);
this.regex_textBox.Name = "regex_textBox";
this.regex_textBox.Size = new System.Drawing.Size(137, 21);
this.regex_textBox.TabIndex = 76;
//
// button9
//
this.button9.Location = new System.Drawing.Point(303, 11);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(137, 30);
this.button9.TabIndex = 75;
this.button9.Text = "正则表达式匹配";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(305, 252);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 74;
this.button6.Text = "隔行取值";
this.toolTip1.SetToolTip(this.button6, "使用NumStart作为起始行,使用divider作为间隔行数");
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(305, 221);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 73;
this.button5.Text = "清除空白行";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(303, 645);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(122, 23);
this.button4.TabIndex = 72;
this.button4.Text = "FetchXml处理";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// suffix_textBox
//
this.suffix_textBox.Location = new System.Drawing.Point(85, 576);
this.suffix_textBox.Name = "suffix_textBox";
this.suffix_textBox.Size = new System.Drawing.Size(185, 21);
this.suffix_textBox.TabIndex = 71;
//
// suffix
//
this.suffix.AutoSize = true;
this.suffix.Location = new System.Drawing.Point(50, 579);
this.suffix.Name = "suffix";
this.suffix.Size = new System.Drawing.Size(29, 12);
this.suffix.TabIndex = 70;
this.suffix.Text = "后缀";
//
// button3
//
this.button3.Location = new System.Drawing.Point(30, 606);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(240, 23);
this.button3.TabIndex = 69;
this.button3.Text = "从文件夹的指定后缀文件中查找指定内容";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// check_textBox
//
this.check_textBox.Location = new System.Drawing.Point(85, 546);
this.check_textBox.Name = "check_textBox";
this.check_textBox.Size = new System.Drawing.Size(185, 21);
this.check_textBox.TabIndex = 68;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(28, 550);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 67;
this.label6.Text = "查找内容";
//
// from_directory_textBox
//
this.from_directory_textBox.Location = new System.Drawing.Point(85, 516);
this.from_directory_textBox.Name = "from_directory_textBox";
this.from_directory_textBox.Size = new System.Drawing.Size(185, 21);
this.from_directory_textBox.TabIndex = 66;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 520);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 65;
this.label5.Text = "起始文件夹";
//
// button1
//
this.button1.Location = new System.Drawing.Point(17, 250);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(122, 23);
this.button1.TabIndex = 63;
this.button1.Text = "拆分分隔(行转列)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// NewTextbox
//
this.NewTextbox.Location = new System.Drawing.Point(48, 436);
this.NewTextbox.Name = "NewTextbox";
this.NewTextbox.Size = new System.Drawing.Size(100, 21);
this.NewTextbox.TabIndex = 62;
//
// oldTextbox
//
this.oldTextbox.Location = new System.Drawing.Point(48, 408);
this.oldTextbox.Name = "oldTextbox";
this.oldTextbox.Size = new System.Drawing.Size(100, 21);
this.oldTextbox.TabIndex = 61;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(18, 440);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 12);
this.label4.TabIndex = 60;
this.label4.Text = "New";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 414);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 12);
this.label3.TabIndex = 59;
this.label3.Text = "Old";
//
// replace
//
this.replace.Location = new System.Drawing.Point(154, 405);
this.replace.Name = "replace";
this.replace.Size = new System.Drawing.Size(75, 54);
this.replace.TabIndex = 58;
this.replace.Text = "替换";
this.replace.UseVisualStyleBackColor = true;
this.replace.Click += new System.EventHandler(this.replace_Click);
//
// normalSuffix
//
this.normalSuffix.Location = new System.Drawing.Point(17, 323);
this.normalSuffix.Name = "normalSuffix";
this.normalSuffix.Size = new System.Drawing.Size(212, 21);
this.normalSuffix.TabIndex = 55;
//
// button22
//
this.button22.Location = new System.Drawing.Point(237, 324);
this.button22.Name = "button22";
this.button22.Size = new System.Drawing.Size(122, 23);
this.button22.TabIndex = 54;
this.button22.Text = "每行添加后缀";
this.button22.UseVisualStyleBackColor = true;
this.button22.Click += new System.EventHandler(this.button22_Click);
//
// normalPrefix
//
this.normalPrefix.Location = new System.Drawing.Point(17, 296);
this.normalPrefix.Name = "normalPrefix";
this.normalPrefix.Size = new System.Drawing.Size(212, 21);
this.normalPrefix.TabIndex = 53;
//
// button21
//
this.button21.Location = new System.Drawing.Point(237, 294);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(122, 23);
this.button21.TabIndex = 52;
this.button21.Text = "每行添加前缀";
this.button21.UseVisualStyleBackColor = true;
this.button21.Click += new System.EventHandler(this.button21_Click);
//
// divide
//
this.divide.Location = new System.Drawing.Point(17, 221);
this.divide.Name = "divide";
this.divide.Size = new System.Drawing.Size(122, 23);
this.divide.TabIndex = 51;
this.divide.Text = "添加分隔(列转行)";
this.divide.UseVisualStyleBackColor = true;
this.divide.Click += new System.EventHandler(this.divide_Click);
//
// divider
//
this.divider.Location = new System.Drawing.Point(249, 194);
this.divider.Name = "divider";
this.divider.Size = new System.Drawing.Size(57, 21);
this.divider.TabIndex = 49;
//
// button17
//
this.button17.Location = new System.Drawing.Point(161, 250);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(122, 23);
this.button17.TabIndex = 50;
this.button17.Text = "CreateSequence";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(247, 179);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(47, 12);
this.label12.TabIndex = 48;
this.label12.Text = "Divider";
//
// numEnd
//
this.numEnd.Location = new System.Drawing.Point(186, 194);
this.numEnd.Name = "numEnd";
this.numEnd.Size = new System.Drawing.Size(57, 21);
this.numEnd.TabIndex = 47;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(184, 179);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 46;
this.label11.Text = "NumEnd";
//
// numStart
//
this.numStart.Location = new System.Drawing.Point(122, 194);
this.numStart.Name = "numStart";
this.numStart.Size = new System.Drawing.Size(57, 21);
this.numStart.TabIndex = 45;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(120, 179);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 44;
this.label10.Text = "NumStart";
//
// prefix
//
this.prefix.Location = new System.Drawing.Point(17, 194);
this.prefix.Name = "prefix";
this.prefix.Size = new System.Drawing.Size(100, 21);
this.prefix.TabIndex = 43;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(15, 179);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 42;
this.label9.Text = "Prefix";
//
// button18
//
this.button18.Location = new System.Drawing.Point(161, 221);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(122, 23);
this.button18.TabIndex = 41;
this.button18.Text = "AddSequenceHead";
this.button18.UseVisualStyleBackColor = true;
this.button18.Click += new System.EventHandler(this.button18_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(355, 76);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(99, 28);
this.button14.TabIndex = 40;
this.button14.Text = "BASE64 解密";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(355, 110);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(99, 28);
this.button13.TabIndex = 39;
this.button13.Text = "BASE64 加密";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button20
//
this.button20.Location = new System.Drawing.Point(120, 78);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(98, 25);
this.button20.TabIndex = 37;
this.button20.Text = "驼峰转下划线";
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// button19
//
this.button19.Location = new System.Drawing.Point(233, 78);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(99, 28);
this.button19.TabIndex = 36;
this.button19.Text = "转换成小写";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// button16
//
this.button16.Location = new System.Drawing.Point(233, 112);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(99, 28);
this.button16.TabIndex = 35;
this.button16.Text = "转换成大写";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(16, 143);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(201, 28);
this.button7.TabIndex = 32;
this.button7.Text = "转换成大写同时空格转成下划线";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(18, 109);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(199, 28);
this.button8.TabIndex = 33;
this.button8.Text = "转换成小写同时下换线转空格";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(18, 78);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(99, 25);
this.button15.TabIndex = 34;
this.button15.Text = "下划线转驼峰";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1269, 771);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.tableLayoutPanel1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1261, 745);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "常用";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.panel2);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1261, 745);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "对比";
this.tabPage2.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.tableLayoutPanel2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1255, 739);
this.panel2.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 4;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 369F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 386F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 177F));
this.tableLayoutPanel2.Controls.Add(this.groupBox5, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox4, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox6, 3, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1255, 739);
this.tableLayoutPanel2.TabIndex = 0;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.result);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Location = new System.Drawing.Point(695, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(380, 733);
this.groupBox5.TabIndex = 2;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "对比结果";
//
// result
//
this.result.Dock = System.Windows.Forms.DockStyle.Fill;
this.result.Location = new System.Drawing.Point(3, 17);
this.result.Name = "result";
this.result.Size = new System.Drawing.Size(374, 713);
this.result.TabIndex = 1;
this.result.Text = "";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.r2);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(326, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(363, 733);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "对比2";
//
// r2
//
this.r2.Dock = System.Windows.Forms.DockStyle.Fill;
this.r2.Location = new System.Drawing.Point(3, 17);
this.r2.Name = "r2";
this.r2.Size = new System.Drawing.Size(357, 713);
this.r2.TabIndex = 1;
this.r2.Text = "";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.r1);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(317, 733);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "对比1";
//
// r1
//
this.r1.Dock = System.Windows.Forms.DockStyle.Fill;
this.r1.Location = new System.Drawing.Point(3, 17);
this.r1.Name = "r1";
this.r1.Size = new System.Drawing.Size(311, 713);
this.r1.TabIndex = 0;
this.r1.Text = "";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.button26);
this.groupBox6.Controls.Add(this.button25);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox6.Location = new System.Drawing.Point(1081, 3);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(171, 733);
this.groupBox6.TabIndex = 3;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "对比操作";
//
// button26
//
this.button26.Location = new System.Drawing.Point(6, 102);
this.button26.Name = "button26";
this.button26.Size = new System.Drawing.Size(159, 28);
this.button26.TabIndex = 1;
this.button26.Text = "显示差异行(不忽略大小写)";
this.button26.UseVisualStyleBackColor = true;
this.button26.Click += new System.EventHandler(this.button26_Click);
//
// button25
//
this.button25.Location = new System.Drawing.Point(6, 57);
this.button25.Name = "button25";
this.button25.Size = new System.Drawing.Size(159, 28);
this.button25.TabIndex = 0;
this.button25.Text = "显示差异行(忽略大小写)";
this.button25.UseVisualStyleBackColor = true;
this.button25.Click += new System.EventHandler(this.button25_Click);
//
// EasyTool
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1269, 771);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "EasyTool";
this.Text = "EasyTool";
this.tableLayoutPanel1.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.TextBox normalSuffix;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.TextBox normalPrefix;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button divide;
private System.Windows.Forms.TextBox divider;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox numEnd;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox numStart;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox prefix;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button replace;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox oldTextbox;
private System.Windows.Forms.TextBox NewTextbox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox from_directory_textBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox check_textBox;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label suffix;
private System.Windows.Forms.TextBox suffix_textBox;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.TextBox regex_textBox;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button cleanBom;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button23;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button vo_extract;
private System.Windows.Forms.TextBox filePath;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox format;
private System.Windows.Forms.Button button24;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.RichTextBox result;
private System.Windows.Forms.RichTextBox r2;
private System.Windows.Forms.RichTextBox r1;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.TextBox formatTextBox;
private System.Windows.Forms.TextBox sql;
private System.Windows.Forms.Button button27;
}
}
C#
1
https://gitee.com/zcy_wxy/easy-tool.git
git@gitee.com:zcy_wxy/easy-tool.git
zcy_wxy
easy-tool
EasyTool
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891