12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601 |
- namespace MiscToolSet
- {
- partial class MainForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
- this.PasswordHasherInputTextBox = new System.Windows.Forms.TextBox();
- this.PasswordHasherOutputTextBox = new System.Windows.Forms.TextBox();
- this.GuidGeneratorCopyAttributeButton = new System.Windows.Forms.Button();
- this.GuidGeneratorCopyDformatButton = new System.Windows.Forms.Button();
- this.GuidGeneratorCopyNformatButton = new System.Windows.Forms.Button();
- this.GuidGeneratorButton = new System.Windows.Forms.Button();
- this.GuidGeneratorResultAttributeTextBox = new System.Windows.Forms.TextBox();
- this.GuidGeneratorResultDTextBox = new System.Windows.Forms.TextBox();
- this.GuidGeneratorResultNTextBox = new System.Windows.Forms.TextBox();
- this.MachineKeyResult = new System.Windows.Forms.RichTextBox();
- this.MachineKeyCopyButton = new System.Windows.Forms.Button();
- this.MachineKeyButton = new System.Windows.Forms.Button();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.UpperCaseCheckBox = new System.Windows.Forms.CheckBox();
- this.BulkNewGuidUpDown = new System.Windows.Forms.NumericUpDown();
- this.NumberBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
- this.AttrBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
- this.CtorBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
- this.NormalBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
- this.BulkNewGuidTextBox = new System.Windows.Forms.TextBox();
- this.GuidGeneratorCopyNewButton = new System.Windows.Forms.Button();
- this.BulkNewGuidButton = new System.Windows.Forms.Button();
- this.GuidGeneratorResultNewTextBox = new System.Windows.Forms.TextBox();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.Md5HasherUpperCaseCheckBox = new System.Windows.Forms.CheckBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.Md5HasherOutputTextBox = new System.Windows.Forms.TextBox();
- this.MD5HasherInputTextBox = new System.Windows.Forms.TextBox();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.PasswordGeneratorHashUseUpperCaseCheckBox = new System.Windows.Forms.CheckBox();
- this.PasswordGenerateIncludeSymbolCheckBox = new System.Windows.Forms.CheckBox();
- this.PasswordGenerateIncludeNumberCheckBox = new System.Windows.Forms.CheckBox();
- this.PasswordGenerateIncludeLowerCaseCheckBox = new System.Windows.Forms.CheckBox();
- this.PasswordGenerateIncludeUpperCaseCheckBox = new System.Windows.Forms.CheckBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.PasswordGenerateUsePasswordHasherRadioButton = new System.Windows.Forms.RadioButton();
- this.PasswordGenerateUseMd5RadioButton = new System.Windows.Forms.RadioButton();
- this.PasswordGenerateLengthUpDownBox = new System.Windows.Forms.NumericUpDown();
- this.PasswordGenerateNumberUpDownBox = new System.Windows.Forms.NumericUpDown();
- this.PasswordGenerateButton = new System.Windows.Forms.Button();
- this.PasswordGenerateResultRichTextBox = new System.Windows.Forms.RichTextBox();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.PasteToDataUri = new System.Windows.Forms.Button();
- this.CopyDataUriButton = new System.Windows.Forms.Button();
- this.DataUrlMimeTypeTextBox = new System.Windows.Forms.TextBox();
- this.DataUrlCheckBox = new System.Windows.Forms.CheckBox();
- this.DropToBase64FileNameLabel = new System.Windows.Forms.Label();
- this.DropToDataUriTextBox = new System.Windows.Forms.RichTextBox();
- this.CopyBase64Button = new System.Windows.Forms.Button();
- this.tabPage6 = new System.Windows.Forms.TabPage();
- this.splitContainer3 = new System.Windows.Forms.SplitContainer();
- this.splitContainer4 = new System.Windows.Forms.SplitContainer();
- this.CodeInputTextBox = new System.Windows.Forms.TextBox();
- this.CodeConvertTextBox = new System.Windows.Forms.TextBox();
- this.CodeCollectTextBox = new System.Windows.Forms.TextBox();
- this.CollectPatternTextBox = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.ConvertPatternTextBox = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.MagicPatternText = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.MagicHuntingButton = new System.Windows.Forms.Button();
- this.tabPage7 = new System.Windows.Forms.TabPage();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.RsaPrivateKeyTextBox = new System.Windows.Forms.RichTextBox();
- this.RsaPublicKeyTextBox = new System.Windows.Forms.RichTextBox();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.RsaKeyGenerateButton = new System.Windows.Forms.Button();
- this.RsaKeySizeUpDown = new System.Windows.Forms.NumericUpDown();
- this.tabPage8 = new System.Windows.Forms.TabPage();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.InputCodeTextBox = new System.Windows.Forms.RichTextBox();
- this.ConvertedCodeTextBox = new System.Windows.Forms.RichTextBox();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.PasteCodeButton = new System.Windows.Forms.Button();
- this.ConvertCodeButton = new System.Windows.Forms.Button();
- this.CopyButton = new System.Windows.Forms.Button();
- this.tabPage9 = new System.Windows.Forms.TabPage();
- this.splitContainer5 = new System.Windows.Forms.SplitContainer();
- this.RawContentTextBox = new System.Windows.Forms.RichTextBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.RawContentLabel = new System.Windows.Forms.Label();
- this.EncodingComboBox = new System.Windows.Forms.ComboBox();
- this.PasteRawContentButton = new System.Windows.Forms.Button();
- this.CopyRawContentButton = new System.Windows.Forms.Button();
- this.Base64TextBox = new System.Windows.Forms.RichTextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.Base64Label = new System.Windows.Forms.Label();
- this.EncodeButton = new System.Windows.Forms.Button();
- this.DecodeButton = new System.Windows.Forms.Button();
- this.PasteBase64Button = new System.Windows.Forms.Button();
- this.CopyBase64 = new System.Windows.Forms.Button();
- this.tabPage10 = new System.Windows.Forms.TabPage();
- this.SaveBase64ToFileButton = new System.Windows.Forms.Button();
- this.Base64ToFileTextBox = new System.Windows.Forms.RichTextBox();
- this.RsaKeyGenerateXmlRadioButton = new System.Windows.Forms.RadioButton();
- this.RsaKeyGenerateCspRadioButton = new System.Windows.Forms.RadioButton();
- this.tabControl1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BulkNewGuidUpDown)).BeginInit();
- this.tabPage1.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateLengthUpDownBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateNumberUpDownBox)).BeginInit();
- this.tabPage5.SuspendLayout();
- this.tabPage6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
- this.splitContainer3.Panel1.SuspendLayout();
- this.splitContainer3.Panel2.SuspendLayout();
- this.splitContainer3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
- this.splitContainer4.Panel1.SuspendLayout();
- this.splitContainer4.Panel2.SuspendLayout();
- this.splitContainer4.SuspendLayout();
- this.tabPage7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.RsaKeySizeUpDown)).BeginInit();
- this.tabPage8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.tabPage9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
- this.splitContainer5.Panel1.SuspendLayout();
- this.splitContainer5.Panel2.SuspendLayout();
- this.splitContainer5.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.tabPage10.SuspendLayout();
- this.SuspendLayout();
- //
- // PasswordHasherInputTextBox
- //
- this.PasswordHasherInputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PasswordHasherInputTextBox.Location = new System.Drawing.Point(55, 44);
- this.PasswordHasherInputTextBox.Name = "PasswordHasherInputTextBox";
- this.PasswordHasherInputTextBox.Size = new System.Drawing.Size(684, 21);
- this.PasswordHasherInputTextBox.TabIndex = 0;
- this.PasswordHasherInputTextBox.TextChanged += new System.EventHandler(this.txtToPasswordHash_TextChanged);
- //
- // PasswordHasherOutputTextBox
- //
- this.PasswordHasherOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PasswordHasherOutputTextBox.Location = new System.Drawing.Point(55, 71);
- this.PasswordHasherOutputTextBox.Name = "PasswordHasherOutputTextBox";
- this.PasswordHasherOutputTextBox.ReadOnly = true;
- this.PasswordHasherOutputTextBox.Size = new System.Drawing.Size(684, 21);
- this.PasswordHasherOutputTextBox.TabIndex = 1;
- this.PasswordHasherOutputTextBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtResultOfPasswordHash_MouseDoubleClick);
- //
- // GuidGeneratorCopyAttributeButton
- //
- this.GuidGeneratorCopyAttributeButton.Location = new System.Drawing.Point(6, 89);
- this.GuidGeneratorCopyAttributeButton.Name = "GuidGeneratorCopyAttributeButton";
- this.GuidGeneratorCopyAttributeButton.Size = new System.Drawing.Size(45, 23);
- this.GuidGeneratorCopyAttributeButton.TabIndex = 6;
- this.GuidGeneratorCopyAttributeButton.Text = "Copy";
- this.GuidGeneratorCopyAttributeButton.UseVisualStyleBackColor = true;
- this.GuidGeneratorCopyAttributeButton.Click += new System.EventHandler(this.btnCpA_Click);
- //
- // GuidGeneratorCopyDformatButton
- //
- this.GuidGeneratorCopyDformatButton.Location = new System.Drawing.Point(6, 35);
- this.GuidGeneratorCopyDformatButton.Name = "GuidGeneratorCopyDformatButton";
- this.GuidGeneratorCopyDformatButton.Size = new System.Drawing.Size(45, 23);
- this.GuidGeneratorCopyDformatButton.TabIndex = 2;
- this.GuidGeneratorCopyDformatButton.Text = "Copy";
- this.GuidGeneratorCopyDformatButton.UseVisualStyleBackColor = true;
- this.GuidGeneratorCopyDformatButton.Click += new System.EventHandler(this.btnCpD_Click);
- //
- // GuidGeneratorCopyNformatButton
- //
- this.GuidGeneratorCopyNformatButton.Location = new System.Drawing.Point(6, 116);
- this.GuidGeneratorCopyNformatButton.Name = "GuidGeneratorCopyNformatButton";
- this.GuidGeneratorCopyNformatButton.Size = new System.Drawing.Size(45, 23);
- this.GuidGeneratorCopyNformatButton.TabIndex = 8;
- this.GuidGeneratorCopyNformatButton.Text = "Copy";
- this.GuidGeneratorCopyNformatButton.UseVisualStyleBackColor = true;
- this.GuidGeneratorCopyNformatButton.Click += new System.EventHandler(this.btnCpN_Click);
- //
- // GuidGeneratorButton
- //
- this.GuidGeneratorButton.Location = new System.Drawing.Point(6, 6);
- this.GuidGeneratorButton.Name = "GuidGeneratorButton";
- this.GuidGeneratorButton.Size = new System.Drawing.Size(75, 23);
- this.GuidGeneratorButton.TabIndex = 0;
- this.GuidGeneratorButton.Text = "New Guid";
- this.GuidGeneratorButton.UseVisualStyleBackColor = true;
- this.GuidGeneratorButton.Click += new System.EventHandler(this.btnNewGuid_Click);
- //
- // GuidGeneratorResultAttributeTextBox
- //
- this.GuidGeneratorResultAttributeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.GuidGeneratorResultAttributeTextBox.Location = new System.Drawing.Point(57, 91);
- this.GuidGeneratorResultAttributeTextBox.Name = "GuidGeneratorResultAttributeTextBox";
- this.GuidGeneratorResultAttributeTextBox.ReadOnly = true;
- this.GuidGeneratorResultAttributeTextBox.Size = new System.Drawing.Size(682, 21);
- this.GuidGeneratorResultAttributeTextBox.TabIndex = 7;
- this.GuidGeneratorResultAttributeTextBox.Text = "[Guid(\"D\")]";
- //
- // GuidGeneratorResultDTextBox
- //
- this.GuidGeneratorResultDTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.GuidGeneratorResultDTextBox.Location = new System.Drawing.Point(57, 37);
- this.GuidGeneratorResultDTextBox.Name = "GuidGeneratorResultDTextBox";
- this.GuidGeneratorResultDTextBox.ReadOnly = true;
- this.GuidGeneratorResultDTextBox.Size = new System.Drawing.Size(682, 21);
- this.GuidGeneratorResultDTextBox.TabIndex = 3;
- this.GuidGeneratorResultDTextBox.Text = "D";
- //
- // GuidGeneratorResultNTextBox
- //
- this.GuidGeneratorResultNTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.GuidGeneratorResultNTextBox.Location = new System.Drawing.Point(57, 118);
- this.GuidGeneratorResultNTextBox.Name = "GuidGeneratorResultNTextBox";
- this.GuidGeneratorResultNTextBox.ReadOnly = true;
- this.GuidGeneratorResultNTextBox.Size = new System.Drawing.Size(682, 21);
- this.GuidGeneratorResultNTextBox.TabIndex = 9;
- this.GuidGeneratorResultNTextBox.Text = "N";
- //
- // MachineKeyResult
- //
- this.MachineKeyResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.MachineKeyResult.Location = new System.Drawing.Point(6, 35);
- this.MachineKeyResult.Name = "MachineKeyResult";
- this.MachineKeyResult.Size = new System.Drawing.Size(733, 633);
- this.MachineKeyResult.TabIndex = 1;
- this.MachineKeyResult.Text = "";
- //
- // MachineKeyCopyButton
- //
- this.MachineKeyCopyButton.Location = new System.Drawing.Point(118, 6);
- this.MachineKeyCopyButton.Name = "MachineKeyCopyButton";
- this.MachineKeyCopyButton.Size = new System.Drawing.Size(52, 23);
- this.MachineKeyCopyButton.TabIndex = 0;
- this.MachineKeyCopyButton.Text = "Copy";
- this.MachineKeyCopyButton.UseVisualStyleBackColor = true;
- this.MachineKeyCopyButton.Click += new System.EventHandler(this.CopyMachineKeyButton_Click);
- //
- // MachineKeyButton
- //
- this.MachineKeyButton.Location = new System.Drawing.Point(6, 6);
- this.MachineKeyButton.Name = "MachineKeyButton";
- this.MachineKeyButton.Size = new System.Drawing.Size(106, 23);
- this.MachineKeyButton.TabIndex = 0;
- this.MachineKeyButton.Text = "New MachineKey";
- this.MachineKeyButton.UseVisualStyleBackColor = true;
- this.MachineKeyButton.Click += new System.EventHandler(this.NewMachineKeyButton_Click);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Controls.Add(this.tabPage6);
- this.tabControl1.Controls.Add(this.tabPage7);
- this.tabControl1.Controls.Add(this.tabPage8);
- this.tabControl1.Controls.Add(this.tabPage9);
- this.tabControl1.Controls.Add(this.tabPage10);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Multiline = true;
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(755, 720);
- this.tabControl1.TabIndex = 5;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.UpperCaseCheckBox);
- this.tabPage2.Controls.Add(this.BulkNewGuidUpDown);
- this.tabPage2.Controls.Add(this.NumberBulkNewGuidRadioButton);
- this.tabPage2.Controls.Add(this.AttrBulkNewGuidRadioButton);
- this.tabPage2.Controls.Add(this.CtorBulkNewGuidRadioButton);
- this.tabPage2.Controls.Add(this.NormalBulkNewGuidRadioButton);
- this.tabPage2.Controls.Add(this.BulkNewGuidTextBox);
- this.tabPage2.Controls.Add(this.GuidGeneratorCopyNewButton);
- this.tabPage2.Controls.Add(this.GuidGeneratorCopyAttributeButton);
- this.tabPage2.Controls.Add(this.BulkNewGuidButton);
- this.tabPage2.Controls.Add(this.GuidGeneratorButton);
- this.tabPage2.Controls.Add(this.GuidGeneratorCopyDformatButton);
- this.tabPage2.Controls.Add(this.GuidGeneratorResultNTextBox);
- this.tabPage2.Controls.Add(this.GuidGeneratorCopyNformatButton);
- this.tabPage2.Controls.Add(this.GuidGeneratorResultDTextBox);
- this.tabPage2.Controls.Add(this.GuidGeneratorResultNewTextBox);
- this.tabPage2.Controls.Add(this.GuidGeneratorResultAttributeTextBox);
- this.tabPage2.Location = new System.Drawing.Point(4, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(747, 676);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "GUID Generator";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // UpperCaseCheckBox
- //
- this.UpperCaseCheckBox.AutoSize = true;
- this.UpperCaseCheckBox.Location = new System.Drawing.Point(193, 10);
- this.UpperCaseCheckBox.Name = "UpperCaseCheckBox";
- this.UpperCaseCheckBox.Size = new System.Drawing.Size(84, 16);
- this.UpperCaseCheckBox.TabIndex = 1;
- this.UpperCaseCheckBox.Text = "UPPER CASE";
- this.UpperCaseCheckBox.UseVisualStyleBackColor = true;
- //
- // BulkNewGuidUpDown
- //
- this.BulkNewGuidUpDown.Location = new System.Drawing.Point(111, 168);
- this.BulkNewGuidUpDown.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.BulkNewGuidUpDown.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.BulkNewGuidUpDown.Name = "BulkNewGuidUpDown";
- this.BulkNewGuidUpDown.Size = new System.Drawing.Size(50, 21);
- this.BulkNewGuidUpDown.TabIndex = 11;
- this.BulkNewGuidUpDown.Value = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- //
- // NumberBulkNewGuidRadioButton
- //
- this.NumberBulkNewGuidRadioButton.AutoSize = true;
- this.NumberBulkNewGuidRadioButton.Location = new System.Drawing.Point(398, 168);
- this.NumberBulkNewGuidRadioButton.Name = "NumberBulkNewGuidRadioButton";
- this.NumberBulkNewGuidRadioButton.Size = new System.Drawing.Size(83, 16);
- this.NumberBulkNewGuidRadioButton.TabIndex = 15;
- this.NumberBulkNewGuidRadioButton.Text = "&NumberOnly";
- this.NumberBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
- //
- // AttrBulkNewGuidRadioButton
- //
- this.AttrBulkNewGuidRadioButton.AutoSize = true;
- this.AttrBulkNewGuidRadioButton.Location = new System.Drawing.Point(345, 168);
- this.AttrBulkNewGuidRadioButton.Name = "AttrBulkNewGuidRadioButton";
- this.AttrBulkNewGuidRadioButton.Size = new System.Drawing.Size(47, 16);
- this.AttrBulkNewGuidRadioButton.TabIndex = 14;
- this.AttrBulkNewGuidRadioButton.Text = "&Attr";
- this.AttrBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
- //
- // CtorBulkNewGuidRadioButton
- //
- this.CtorBulkNewGuidRadioButton.AutoSize = true;
- this.CtorBulkNewGuidRadioButton.Location = new System.Drawing.Point(250, 168);
- this.CtorBulkNewGuidRadioButton.Name = "CtorBulkNewGuidRadioButton";
- this.CtorBulkNewGuidRadioButton.Size = new System.Drawing.Size(89, 16);
- this.CtorBulkNewGuidRadioButton.TabIndex = 13;
- this.CtorBulkNewGuidRadioButton.Text = "Ctor(&New D)";
- this.CtorBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
- //
- // NormalBulkNewGuidRadioButton
- //
- this.NormalBulkNewGuidRadioButton.AutoSize = true;
- this.NormalBulkNewGuidRadioButton.Checked = true;
- this.NormalBulkNewGuidRadioButton.Location = new System.Drawing.Point(167, 168);
- this.NormalBulkNewGuidRadioButton.Name = "NormalBulkNewGuidRadioButton";
- this.NormalBulkNewGuidRadioButton.Size = new System.Drawing.Size(77, 16);
- this.NormalBulkNewGuidRadioButton.TabIndex = 12;
- this.NormalBulkNewGuidRadioButton.TabStop = true;
- this.NormalBulkNewGuidRadioButton.Text = "Normal(&D)";
- this.NormalBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
- //
- // BulkNewGuidTextBox
- //
- this.BulkNewGuidTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.BulkNewGuidTextBox.Location = new System.Drawing.Point(7, 198);
- this.BulkNewGuidTextBox.Multiline = true;
- this.BulkNewGuidTextBox.Name = "BulkNewGuidTextBox";
- this.BulkNewGuidTextBox.Size = new System.Drawing.Size(732, 470);
- this.BulkNewGuidTextBox.TabIndex = 16;
- //
- // GuidGeneratorCopyNewButton
- //
- this.GuidGeneratorCopyNewButton.Location = new System.Drawing.Point(6, 62);
- this.GuidGeneratorCopyNewButton.Name = "GuidGeneratorCopyNewButton";
- this.GuidGeneratorCopyNewButton.Size = new System.Drawing.Size(45, 23);
- this.GuidGeneratorCopyNewButton.TabIndex = 4;
- this.GuidGeneratorCopyNewButton.Text = "Copy";
- this.GuidGeneratorCopyNewButton.UseVisualStyleBackColor = true;
- this.GuidGeneratorCopyNewButton.Click += new System.EventHandler(this.GuidGeneratorCopyNewButton_Click);
- //
- // BulkNewGuidButton
- //
- this.BulkNewGuidButton.Location = new System.Drawing.Point(6, 168);
- this.BulkNewGuidButton.Name = "BulkNewGuidButton";
- this.BulkNewGuidButton.Size = new System.Drawing.Size(98, 23);
- this.BulkNewGuidButton.TabIndex = 10;
- this.BulkNewGuidButton.Text = "Bulk New Guid";
- this.BulkNewGuidButton.UseVisualStyleBackColor = true;
- this.BulkNewGuidButton.Click += new System.EventHandler(this.BulkNewGuidButton_Click);
- //
- // GuidGeneratorResultNewTextBox
- //
- this.GuidGeneratorResultNewTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.GuidGeneratorResultNewTextBox.Location = new System.Drawing.Point(57, 64);
- this.GuidGeneratorResultNewTextBox.Name = "GuidGeneratorResultNewTextBox";
- this.GuidGeneratorResultNewTextBox.ReadOnly = true;
- this.GuidGeneratorResultNewTextBox.Size = new System.Drawing.Size(682, 21);
- this.GuidGeneratorResultNewTextBox.TabIndex = 5;
- this.GuidGeneratorResultNewTextBox.Text = "new Guid(\"D\")";
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.Md5HasherUpperCaseCheckBox);
- this.tabPage1.Controls.Add(this.label8);
- this.tabPage1.Controls.Add(this.label5);
- this.tabPage1.Controls.Add(this.label7);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.label6);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Controls.Add(this.Md5HasherOutputTextBox);
- this.tabPage1.Controls.Add(this.PasswordHasherOutputTextBox);
- this.tabPage1.Controls.Add(this.MD5HasherInputTextBox);
- this.tabPage1.Controls.Add(this.PasswordHasherInputTextBox);
- this.tabPage1.Location = new System.Drawing.Point(4, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(747, 676);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Password hasher (AspNetIdentityCore&MD5)";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // Md5HasherUpperCaseCheckBox
- //
- this.Md5HasherUpperCaseCheckBox.AutoSize = true;
- this.Md5HasherUpperCaseCheckBox.Checked = true;
- this.Md5HasherUpperCaseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.Md5HasherUpperCaseCheckBox.Location = new System.Drawing.Point(252, 114);
- this.Md5HasherUpperCaseCheckBox.Name = "Md5HasherUpperCaseCheckBox";
- this.Md5HasherUpperCaseCheckBox.Size = new System.Drawing.Size(84, 16);
- this.Md5HasherUpperCaseCheckBox.TabIndex = 4;
- this.Md5HasherUpperCaseCheckBox.Text = "UPPER CASE";
- this.Md5HasherUpperCaseCheckBox.UseVisualStyleBackColor = true;
- this.Md5HasherUpperCaseCheckBox.CheckedChanged += new System.EventHandler(this.Md5HasherUpperCaseCheckBox_CheckedChanged);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(187, 115);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(59, 12);
- this.label8.TabIndex = 3;
- this.label8.Text = "MD5(UTF8)";
- //
- // label5
- //
- this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(347, 23);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(113, 12);
- this.label5.TabIndex = 3;
- this.label5.Text = "AspNetIdentityCore";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(8, 166);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 12);
- this.label7.TabIndex = 2;
- this.label7.Text = "Hash:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(8, 74);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "Hash:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(8, 145);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(41, 12);
- this.label6.TabIndex = 2;
- this.label6.Text = "Input:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(8, 53);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "Input:";
- //
- // Md5HasherOutputTextBox
- //
- this.Md5HasherOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.Md5HasherOutputTextBox.Location = new System.Drawing.Point(55, 163);
- this.Md5HasherOutputTextBox.Name = "Md5HasherOutputTextBox";
- this.Md5HasherOutputTextBox.ReadOnly = true;
- this.Md5HasherOutputTextBox.Size = new System.Drawing.Size(684, 21);
- this.Md5HasherOutputTextBox.TabIndex = 1;
- this.Md5HasherOutputTextBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtResultOfPasswordHash_MouseDoubleClick);
- //
- // MD5HasherInputTextBox
- //
- this.MD5HasherInputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.MD5HasherInputTextBox.Location = new System.Drawing.Point(55, 136);
- this.MD5HasherInputTextBox.Name = "MD5HasherInputTextBox";
- this.MD5HasherInputTextBox.Size = new System.Drawing.Size(684, 21);
- this.MD5HasherInputTextBox.TabIndex = 0;
- this.MD5HasherInputTextBox.TextChanged += new System.EventHandler(this.MD5HasherInputTextBox_TextChanged);
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.MachineKeyResult);
- this.tabPage3.Controls.Add(this.MachineKeyButton);
- this.tabPage3.Controls.Add(this.MachineKeyCopyButton);
- this.tabPage3.Location = new System.Drawing.Point(4, 40);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(747, 676);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "MachineKey Generator(3DES)";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.PasswordGeneratorHashUseUpperCaseCheckBox);
- this.tabPage4.Controls.Add(this.PasswordGenerateIncludeSymbolCheckBox);
- this.tabPage4.Controls.Add(this.PasswordGenerateIncludeNumberCheckBox);
- this.tabPage4.Controls.Add(this.PasswordGenerateIncludeLowerCaseCheckBox);
- this.tabPage4.Controls.Add(this.PasswordGenerateIncludeUpperCaseCheckBox);
- this.tabPage4.Controls.Add(this.label4);
- this.tabPage4.Controls.Add(this.label3);
- this.tabPage4.Controls.Add(this.PasswordGenerateUsePasswordHasherRadioButton);
- this.tabPage4.Controls.Add(this.PasswordGenerateUseMd5RadioButton);
- this.tabPage4.Controls.Add(this.PasswordGenerateLengthUpDownBox);
- this.tabPage4.Controls.Add(this.PasswordGenerateNumberUpDownBox);
- this.tabPage4.Controls.Add(this.PasswordGenerateButton);
- this.tabPage4.Controls.Add(this.PasswordGenerateResultRichTextBox);
- this.tabPage4.Location = new System.Drawing.Point(4, 40);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(747, 676);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "Password Generator";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // PasswordGeneratorHashUseUpperCaseCheckBox
- //
- this.PasswordGeneratorHashUseUpperCaseCheckBox.AutoSize = true;
- this.PasswordGeneratorHashUseUpperCaseCheckBox.Location = new System.Drawing.Point(375, 34);
- this.PasswordGeneratorHashUseUpperCaseCheckBox.Name = "PasswordGeneratorHashUseUpperCaseCheckBox";
- this.PasswordGeneratorHashUseUpperCaseCheckBox.Size = new System.Drawing.Size(84, 16);
- this.PasswordGeneratorHashUseUpperCaseCheckBox.TabIndex = 8;
- this.PasswordGeneratorHashUseUpperCaseCheckBox.Text = "UPPER CASE";
- this.PasswordGeneratorHashUseUpperCaseCheckBox.UseVisualStyleBackColor = true;
- //
- // PasswordGenerateIncludeSymbolCheckBox
- //
- this.PasswordGenerateIncludeSymbolCheckBox.AutoSize = true;
- this.PasswordGenerateIncludeSymbolCheckBox.Checked = true;
- this.PasswordGenerateIncludeSymbolCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.PasswordGenerateIncludeSymbolCheckBox.Location = new System.Drawing.Point(151, 33);
- this.PasswordGenerateIncludeSymbolCheckBox.Name = "PasswordGenerateIncludeSymbolCheckBox";
- this.PasswordGenerateIncludeSymbolCheckBox.Size = new System.Drawing.Size(42, 16);
- this.PasswordGenerateIncludeSymbolCheckBox.TabIndex = 7;
- this.PasswordGenerateIncludeSymbolCheckBox.Text = "!@#";
- this.PasswordGenerateIncludeSymbolCheckBox.UseVisualStyleBackColor = true;
- //
- // PasswordGenerateIncludeNumberCheckBox
- //
- this.PasswordGenerateIncludeNumberCheckBox.AutoSize = true;
- this.PasswordGenerateIncludeNumberCheckBox.Checked = true;
- this.PasswordGenerateIncludeNumberCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.PasswordGenerateIncludeNumberCheckBox.Location = new System.Drawing.Point(106, 33);
- this.PasswordGenerateIncludeNumberCheckBox.Name = "PasswordGenerateIncludeNumberCheckBox";
- this.PasswordGenerateIncludeNumberCheckBox.Size = new System.Drawing.Size(42, 16);
- this.PasswordGenerateIncludeNumberCheckBox.TabIndex = 7;
- this.PasswordGenerateIncludeNumberCheckBox.Text = "123";
- this.PasswordGenerateIncludeNumberCheckBox.UseVisualStyleBackColor = true;
- //
- // PasswordGenerateIncludeLowerCaseCheckBox
- //
- this.PasswordGenerateIncludeLowerCaseCheckBox.AutoSize = true;
- this.PasswordGenerateIncludeLowerCaseCheckBox.Checked = true;
- this.PasswordGenerateIncludeLowerCaseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.PasswordGenerateIncludeLowerCaseCheckBox.Location = new System.Drawing.Point(58, 33);
- this.PasswordGenerateIncludeLowerCaseCheckBox.Name = "PasswordGenerateIncludeLowerCaseCheckBox";
- this.PasswordGenerateIncludeLowerCaseCheckBox.Size = new System.Drawing.Size(42, 16);
- this.PasswordGenerateIncludeLowerCaseCheckBox.TabIndex = 7;
- this.PasswordGenerateIncludeLowerCaseCheckBox.Text = "abc";
- this.PasswordGenerateIncludeLowerCaseCheckBox.UseVisualStyleBackColor = true;
- //
- // PasswordGenerateIncludeUpperCaseCheckBox
- //
- this.PasswordGenerateIncludeUpperCaseCheckBox.AutoSize = true;
- this.PasswordGenerateIncludeUpperCaseCheckBox.Checked = true;
- this.PasswordGenerateIncludeUpperCaseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.PasswordGenerateIncludeUpperCaseCheckBox.Location = new System.Drawing.Point(10, 33);
- this.PasswordGenerateIncludeUpperCaseCheckBox.Name = "PasswordGenerateIncludeUpperCaseCheckBox";
- this.PasswordGenerateIncludeUpperCaseCheckBox.Size = new System.Drawing.Size(42, 16);
- this.PasswordGenerateIncludeUpperCaseCheckBox.TabIndex = 7;
- this.PasswordGenerateIncludeUpperCaseCheckBox.Text = "ABC";
- this.PasswordGenerateIncludeUpperCaseCheckBox.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(201, 9);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(47, 12);
- this.label4.TabIndex = 6;
- this.label4.Text = "Length:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(8, 9);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(119, 12);
- this.label3.TabIndex = 6;
- this.label3.Text = "Number to generate:";
- //
- // PasswordGenerateUsePasswordHasherRadioButton
- //
- this.PasswordGenerateUsePasswordHasherRadioButton.AutoSize = true;
- this.PasswordGenerateUsePasswordHasherRadioButton.Location = new System.Drawing.Point(203, 33);
- this.PasswordGenerateUsePasswordHasherRadioButton.Name = "PasswordGenerateUsePasswordHasherRadioButton";
- this.PasswordGenerateUsePasswordHasherRadioButton.Size = new System.Drawing.Size(107, 16);
- this.PasswordGenerateUsePasswordHasherRadioButton.TabIndex = 5;
- this.PasswordGenerateUsePasswordHasherRadioButton.Text = "PasswordHasher";
- this.PasswordGenerateUsePasswordHasherRadioButton.UseVisualStyleBackColor = true;
- //
- // PasswordGenerateUseMd5RadioButton
- //
- this.PasswordGenerateUseMd5RadioButton.AutoSize = true;
- this.PasswordGenerateUseMd5RadioButton.Checked = true;
- this.PasswordGenerateUseMd5RadioButton.Location = new System.Drawing.Point(316, 33);
- this.PasswordGenerateUseMd5RadioButton.Name = "PasswordGenerateUseMd5RadioButton";
- this.PasswordGenerateUseMd5RadioButton.Size = new System.Drawing.Size(41, 16);
- this.PasswordGenerateUseMd5RadioButton.TabIndex = 5;
- this.PasswordGenerateUseMd5RadioButton.TabStop = true;
- this.PasswordGenerateUseMd5RadioButton.Text = "MD5";
- this.PasswordGenerateUseMd5RadioButton.UseVisualStyleBackColor = true;
- //
- // PasswordGenerateLengthUpDownBox
- //
- this.PasswordGenerateLengthUpDownBox.Location = new System.Drawing.Point(254, 6);
- this.PasswordGenerateLengthUpDownBox.Maximum = new decimal(new int[] {
- 32,
- 0,
- 0,
- 0});
- this.PasswordGenerateLengthUpDownBox.Minimum = new decimal(new int[] {
- 6,
- 0,
- 0,
- 0});
- this.PasswordGenerateLengthUpDownBox.Name = "PasswordGenerateLengthUpDownBox";
- this.PasswordGenerateLengthUpDownBox.Size = new System.Drawing.Size(60, 21);
- this.PasswordGenerateLengthUpDownBox.TabIndex = 4;
- this.PasswordGenerateLengthUpDownBox.Value = new decimal(new int[] {
- 8,
- 0,
- 0,
- 0});
- //
- // PasswordGenerateNumberUpDownBox
- //
- this.PasswordGenerateNumberUpDownBox.Location = new System.Drawing.Point(133, 6);
- this.PasswordGenerateNumberUpDownBox.Maximum = new decimal(new int[] {
- 99999999,
- 0,
- 0,
- 0});
- this.PasswordGenerateNumberUpDownBox.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.PasswordGenerateNumberUpDownBox.Name = "PasswordGenerateNumberUpDownBox";
- this.PasswordGenerateNumberUpDownBox.Size = new System.Drawing.Size(60, 21);
- this.PasswordGenerateNumberUpDownBox.TabIndex = 4;
- this.PasswordGenerateNumberUpDownBox.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // PasswordGenerateButton
- //
- this.PasswordGenerateButton.Location = new System.Drawing.Point(327, 4);
- this.PasswordGenerateButton.Name = "PasswordGenerateButton";
- this.PasswordGenerateButton.Size = new System.Drawing.Size(60, 23);
- this.PasswordGenerateButton.TabIndex = 3;
- this.PasswordGenerateButton.Text = "Fire";
- this.PasswordGenerateButton.UseVisualStyleBackColor = true;
- this.PasswordGenerateButton.Click += new System.EventHandler(this.PasswordGenerateButton_Click);
- //
- // PasswordGenerateResultRichTextBox
- //
- this.PasswordGenerateResultRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PasswordGenerateResultRichTextBox.Location = new System.Drawing.Point(6, 65);
- this.PasswordGenerateResultRichTextBox.Name = "PasswordGenerateResultRichTextBox";
- this.PasswordGenerateResultRichTextBox.Size = new System.Drawing.Size(733, 603);
- this.PasswordGenerateResultRichTextBox.TabIndex = 2;
- this.PasswordGenerateResultRichTextBox.Text = "";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.PasteToDataUri);
- this.tabPage5.Controls.Add(this.CopyDataUriButton);
- this.tabPage5.Controls.Add(this.DataUrlMimeTypeTextBox);
- this.tabPage5.Controls.Add(this.DataUrlCheckBox);
- this.tabPage5.Controls.Add(this.DropToBase64FileNameLabel);
- this.tabPage5.Controls.Add(this.DropToDataUriTextBox);
- this.tabPage5.Controls.Add(this.CopyBase64Button);
- this.tabPage5.Location = new System.Drawing.Point(4, 40);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage5.Size = new System.Drawing.Size(747, 676);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "Data URI";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // PasteToDataUri
- //
- this.PasteToDataUri.Location = new System.Drawing.Point(260, 6);
- this.PasteToDataUri.Name = "PasteToDataUri";
- this.PasteToDataUri.Size = new System.Drawing.Size(74, 21);
- this.PasteToDataUri.TabIndex = 7;
- this.PasteToDataUri.Text = "Clipboard";
- this.PasteToDataUri.UseVisualStyleBackColor = true;
- this.PasteToDataUri.Click += new System.EventHandler(this.PasteToDataUri_Click);
- //
- // CopyDataUriButton
- //
- this.CopyDataUriButton.Location = new System.Drawing.Point(340, 6);
- this.CopyDataUriButton.Name = "CopyDataUriButton";
- this.CopyDataUriButton.Size = new System.Drawing.Size(61, 21);
- this.CopyDataUriButton.TabIndex = 7;
- this.CopyDataUriButton.Text = "Copy↓";
- this.CopyDataUriButton.UseVisualStyleBackColor = true;
- this.CopyDataUriButton.Click += new System.EventHandler(this.CopyDataUriButton_Click);
- //
- // DataUrlMimeTypeTextBox
- //
- this.DataUrlMimeTypeTextBox.Location = new System.Drawing.Point(81, 6);
- this.DataUrlMimeTypeTextBox.Name = "DataUrlMimeTypeTextBox";
- this.DataUrlMimeTypeTextBox.Size = new System.Drawing.Size(173, 21);
- this.DataUrlMimeTypeTextBox.TabIndex = 6;
- this.DataUrlMimeTypeTextBox.Text = "image/svg+xml";
- //
- // DataUrlCheckBox
- //
- this.DataUrlCheckBox.AutoSize = true;
- this.DataUrlCheckBox.Checked = true;
- this.DataUrlCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.DataUrlCheckBox.Location = new System.Drawing.Point(9, 10);
- this.DataUrlCheckBox.Name = "DataUrlCheckBox";
- this.DataUrlCheckBox.Size = new System.Drawing.Size(66, 16);
- this.DataUrlCheckBox.TabIndex = 5;
- this.DataUrlCheckBox.Text = "DataURI";
- this.DataUrlCheckBox.UseVisualStyleBackColor = true;
- //
- // DropToBase64FileNameLabel
- //
- this.DropToBase64FileNameLabel.AutoSize = true;
- this.DropToBase64FileNameLabel.Location = new System.Drawing.Point(407, 11);
- this.DropToBase64FileNameLabel.Name = "DropToBase64FileNameLabel";
- this.DropToBase64FileNameLabel.Size = new System.Drawing.Size(161, 12);
- this.DropToBase64FileNameLabel.TabIndex = 4;
- this.DropToBase64FileNameLabel.Text = "file name should show here";
- //
- // DropToDataUriTextBox
- //
- this.DropToDataUriTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DropToDataUriTextBox.Location = new System.Drawing.Point(8, 32);
- this.DropToDataUriTextBox.Name = "DropToDataUriTextBox";
- this.DropToDataUriTextBox.ReadOnly = true;
- this.DropToDataUriTextBox.Size = new System.Drawing.Size(731, 638);
- this.DropToDataUriTextBox.TabIndex = 2;
- this.DropToDataUriTextBox.Text = "Drop file here";
- //
- // CopyBase64Button
- //
- this.CopyBase64Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.CopyBase64Button.Location = new System.Drawing.Point(994, 4);
- this.CopyBase64Button.Name = "CopyBase64Button";
- this.CopyBase64Button.Size = new System.Drawing.Size(75, 23);
- this.CopyBase64Button.TabIndex = 1;
- this.CopyBase64Button.Text = "Copy";
- this.CopyBase64Button.UseVisualStyleBackColor = true;
- this.CopyBase64Button.Click += new System.EventHandler(this.CopyBase64Button_Click);
- //
- // tabPage6
- //
- this.tabPage6.Controls.Add(this.splitContainer3);
- this.tabPage6.Controls.Add(this.CollectPatternTextBox);
- this.tabPage6.Controls.Add(this.label11);
- this.tabPage6.Controls.Add(this.ConvertPatternTextBox);
- this.tabPage6.Controls.Add(this.label10);
- this.tabPage6.Controls.Add(this.MagicPatternText);
- this.tabPage6.Controls.Add(this.label9);
- this.tabPage6.Controls.Add(this.MagicHuntingButton);
- this.tabPage6.Location = new System.Drawing.Point(4, 40);
- this.tabPage6.Name = "tabPage6";
- this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage6.Size = new System.Drawing.Size(747, 676);
- this.tabPage6.TabIndex = 5;
- this.tabPage6.Text = "Magic String Hunting";
- this.tabPage6.UseVisualStyleBackColor = true;
- //
- // splitContainer3
- //
- this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.splitContainer3.Location = new System.Drawing.Point(6, 87);
- this.splitContainer3.Name = "splitContainer3";
- //
- // splitContainer3.Panel1
- //
- this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
- //
- // splitContainer3.Panel2
- //
- this.splitContainer3.Panel2.Controls.Add(this.CodeCollectTextBox);
- this.splitContainer3.Size = new System.Drawing.Size(733, 581);
- this.splitContainer3.SplitterDistance = 375;
- this.splitContainer3.TabIndex = 4;
- //
- // splitContainer4
- //
- this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer4.Location = new System.Drawing.Point(0, 0);
- this.splitContainer4.Name = "splitContainer4";
- this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer4.Panel1
- //
- this.splitContainer4.Panel1.Controls.Add(this.CodeInputTextBox);
- //
- // splitContainer4.Panel2
- //
- this.splitContainer4.Panel2.Controls.Add(this.CodeConvertTextBox);
- this.splitContainer4.Size = new System.Drawing.Size(375, 581);
- this.splitContainer4.SplitterDistance = 279;
- this.splitContainer4.TabIndex = 0;
- //
- // CodeInputTextBox
- //
- this.CodeInputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.CodeInputTextBox.Location = new System.Drawing.Point(0, 0);
- this.CodeInputTextBox.MaxLength = 10240000;
- this.CodeInputTextBox.Multiline = true;
- this.CodeInputTextBox.Name = "CodeInputTextBox";
- this.CodeInputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.CodeInputTextBox.Size = new System.Drawing.Size(375, 279);
- this.CodeInputTextBox.TabIndex = 1;
- this.CodeInputTextBox.Text = "public class MagicConvertSample\r\n{\r\n public static void Method()\r\n {\r\n " +
- " var str1 = \"Identity1\"+\"some value\"+\",and this value\";\r\n var str2 = st" +
- "r1+this[\"AnotherIdentity\"];\r\n }\r\n}";
- //
- // CodeConvertTextBox
- //
- this.CodeConvertTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.CodeConvertTextBox.Location = new System.Drawing.Point(0, 0);
- this.CodeConvertTextBox.MaxLength = 10240000;
- this.CodeConvertTextBox.Multiline = true;
- this.CodeConvertTextBox.Name = "CodeConvertTextBox";
- this.CodeConvertTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.CodeConvertTextBox.Size = new System.Drawing.Size(375, 298);
- this.CodeConvertTextBox.TabIndex = 2;
- //
- // CodeCollectTextBox
- //
- this.CodeCollectTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.CodeCollectTextBox.Location = new System.Drawing.Point(0, 0);
- this.CodeCollectTextBox.MaxLength = 10240000;
- this.CodeCollectTextBox.Multiline = true;
- this.CodeCollectTextBox.Name = "CodeCollectTextBox";
- this.CodeCollectTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.CodeCollectTextBox.Size = new System.Drawing.Size(354, 581);
- this.CodeCollectTextBox.TabIndex = 3;
- //
- // CollectPatternTextBox
- //
- this.CollectPatternTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.CollectPatternTextBox.Location = new System.Drawing.Point(113, 60);
- this.CollectPatternTextBox.Name = "CollectPatternTextBox";
- this.CollectPatternTextBox.ReadOnly = true;
- this.CollectPatternTextBox.Size = new System.Drawing.Size(545, 21);
- this.CollectPatternTextBox.TabIndex = 3;
- this.CollectPatternTextBox.Text = " public const string $1 = nameof($1);";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(12, 63);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(95, 12);
- this.label11.TabIndex = 2;
- this.label11.Text = "Collect Pattern";
- //
- // ConvertPatternTextBox
- //
- this.ConvertPatternTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.ConvertPatternTextBox.Location = new System.Drawing.Point(113, 33);
- this.ConvertPatternTextBox.Name = "ConvertPatternTextBox";
- this.ConvertPatternTextBox.ReadOnly = true;
- this.ConvertPatternTextBox.Size = new System.Drawing.Size(545, 21);
- this.ConvertPatternTextBox.TabIndex = 3;
- this.ConvertPatternTextBox.Text = "Identities.$1";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(12, 36);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(95, 12);
- this.label10.TabIndex = 2;
- this.label10.Text = "Convert Pattern";
- //
- // MagicPatternText
- //
- this.MagicPatternText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.MagicPatternText.Location = new System.Drawing.Point(113, 6);
- this.MagicPatternText.Name = "MagicPatternText";
- this.MagicPatternText.Size = new System.Drawing.Size(545, 21);
- this.MagicPatternText.TabIndex = 3;
- this.MagicPatternText.Text = "\"([_0-9a-zA-Z].+?)\"";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(12, 9);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(83, 12);
- this.label9.TabIndex = 2;
- this.label9.Text = "Magic Pattern";
- //
- // MagicHuntingButton
- //
- this.MagicHuntingButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.MagicHuntingButton.Location = new System.Drawing.Point(664, 6);
- this.MagicHuntingButton.Name = "MagicHuntingButton";
- this.MagicHuntingButton.Size = new System.Drawing.Size(75, 75);
- this.MagicHuntingButton.TabIndex = 1;
- this.MagicHuntingButton.Text = "GO";
- this.MagicHuntingButton.UseVisualStyleBackColor = true;
- this.MagicHuntingButton.Click += new System.EventHandler(this.MagicHuntingButton_Click);
- //
- // tabPage7
- //
- this.tabPage7.Controls.Add(this.splitContainer1);
- this.tabPage7.Controls.Add(this.flowLayoutPanel1);
- this.tabPage7.Location = new System.Drawing.Point(4, 40);
- this.tabPage7.Name = "tabPage7";
- this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage7.Size = new System.Drawing.Size(747, 676);
- this.tabPage7.TabIndex = 6;
- this.tabPage7.Text = "RSA Key Genererator";
- this.tabPage7.UseVisualStyleBackColor = true;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(3, 35);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.RsaPrivateKeyTextBox);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.RsaPublicKeyTextBox);
- this.splitContainer1.Size = new System.Drawing.Size(741, 638);
- this.splitContainer1.SplitterDistance = 351;
- this.splitContainer1.TabIndex = 3;
- //
- // RsaPrivateKeyTextBox
- //
- this.RsaPrivateKeyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.RsaPrivateKeyTextBox.Location = new System.Drawing.Point(0, 0);
- this.RsaPrivateKeyTextBox.Name = "RsaPrivateKeyTextBox";
- this.RsaPrivateKeyTextBox.ReadOnly = true;
- this.RsaPrivateKeyTextBox.Size = new System.Drawing.Size(351, 638);
- this.RsaPrivateKeyTextBox.TabIndex = 0;
- this.RsaPrivateKeyTextBox.Text = "";
- //
- // RsaPublicKeyTextBox
- //
- this.RsaPublicKeyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.RsaPublicKeyTextBox.Location = new System.Drawing.Point(0, 0);
- this.RsaPublicKeyTextBox.Name = "RsaPublicKeyTextBox";
- this.RsaPublicKeyTextBox.ReadOnly = true;
- this.RsaPublicKeyTextBox.Size = new System.Drawing.Size(386, 638);
- this.RsaPublicKeyTextBox.TabIndex = 1;
- this.RsaPublicKeyTextBox.Text = "";
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.RsaKeyGenerateButton);
- this.flowLayoutPanel1.Controls.Add(this.RsaKeySizeUpDown);
- this.flowLayoutPanel1.Controls.Add(this.RsaKeyGenerateXmlRadioButton);
- this.flowLayoutPanel1.Controls.Add(this.RsaKeyGenerateCspRadioButton);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(741, 32);
- this.flowLayoutPanel1.TabIndex = 4;
- //
- // RsaKeyGenerateButton
- //
- this.RsaKeyGenerateButton.Location = new System.Drawing.Point(3, 3);
- this.RsaKeyGenerateButton.Name = "RsaKeyGenerateButton";
- this.RsaKeyGenerateButton.Size = new System.Drawing.Size(98, 23);
- this.RsaKeyGenerateButton.TabIndex = 0;
- this.RsaKeyGenerateButton.Text = "Gererate";
- this.RsaKeyGenerateButton.UseVisualStyleBackColor = true;
- this.RsaKeyGenerateButton.Click += new System.EventHandler(this.RsaKeyGenerateButton_Click);
- //
- // RsaKeySizeUpDown
- //
- this.RsaKeySizeUpDown.Increment = new decimal(new int[] {
- 8,
- 0,
- 0,
- 0});
- this.RsaKeySizeUpDown.Location = new System.Drawing.Point(107, 3);
- this.RsaKeySizeUpDown.Maximum = new decimal(new int[] {
- 16384,
- 0,
- 0,
- 0});
- this.RsaKeySizeUpDown.Minimum = new decimal(new int[] {
- 384,
- 0,
- 0,
- 0});
- this.RsaKeySizeUpDown.Name = "RsaKeySizeUpDown";
- this.RsaKeySizeUpDown.Size = new System.Drawing.Size(62, 21);
- this.RsaKeySizeUpDown.TabIndex = 2;
- this.RsaKeySizeUpDown.Value = new decimal(new int[] {
- 8192,
- 0,
- 0,
- 0});
- //
- // tabPage8
- //
- this.tabPage8.Controls.Add(this.splitContainer2);
- this.tabPage8.Controls.Add(this.flowLayoutPanel2);
- this.tabPage8.Location = new System.Drawing.Point(4, 40);
- this.tabPage8.Name = "tabPage8";
- this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage8.Size = new System.Drawing.Size(747, 676);
- this.tabPage8.TabIndex = 7;
- this.tabPage8.Text = "HTML Code Paste Helper";
- this.tabPage8.UseVisualStyleBackColor = true;
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(3, 35);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.InputCodeTextBox);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.ConvertedCodeTextBox);
- this.splitContainer2.Size = new System.Drawing.Size(741, 638);
- this.splitContainer2.SplitterDistance = 351;
- this.splitContainer2.TabIndex = 5;
- //
- // InputCodeTextBox
- //
- this.InputCodeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.InputCodeTextBox.Location = new System.Drawing.Point(0, 0);
- this.InputCodeTextBox.Name = "InputCodeTextBox";
- this.InputCodeTextBox.Size = new System.Drawing.Size(741, 351);
- this.InputCodeTextBox.TabIndex = 0;
- this.InputCodeTextBox.Text = resources.GetString("InputCodeTextBox.Text");
- this.InputCodeTextBox.WordWrap = false;
- //
- // ConvertedCodeTextBox
- //
- this.ConvertedCodeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ConvertedCodeTextBox.Location = new System.Drawing.Point(0, 0);
- this.ConvertedCodeTextBox.Name = "ConvertedCodeTextBox";
- this.ConvertedCodeTextBox.Size = new System.Drawing.Size(741, 283);
- this.ConvertedCodeTextBox.TabIndex = 1;
- this.ConvertedCodeTextBox.Text = "";
- this.ConvertedCodeTextBox.WordWrap = false;
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Controls.Add(this.PasteCodeButton);
- this.flowLayoutPanel2.Controls.Add(this.ConvertCodeButton);
- this.flowLayoutPanel2.Controls.Add(this.CopyButton);
- this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(741, 32);
- this.flowLayoutPanel2.TabIndex = 6;
- //
- // PasteCodeButton
- //
- this.PasteCodeButton.Location = new System.Drawing.Point(3, 3);
- this.PasteCodeButton.Name = "PasteCodeButton";
- this.PasteCodeButton.Size = new System.Drawing.Size(98, 23);
- this.PasteCodeButton.TabIndex = 0;
- this.PasteCodeButton.Text = "Paste";
- this.PasteCodeButton.UseVisualStyleBackColor = true;
- this.PasteCodeButton.Click += new System.EventHandler(this.PasteCodeButton_Click);
- //
- // ConvertCodeButton
- //
- this.ConvertCodeButton.Location = new System.Drawing.Point(107, 3);
- this.ConvertCodeButton.Name = "ConvertCodeButton";
- this.ConvertCodeButton.Size = new System.Drawing.Size(98, 23);
- this.ConvertCodeButton.TabIndex = 0;
- this.ConvertCodeButton.Text = "Convert";
- this.ConvertCodeButton.UseVisualStyleBackColor = true;
- this.ConvertCodeButton.Click += new System.EventHandler(this.ConvertCode_Click);
- //
- // CopyButton
- //
- this.CopyButton.Location = new System.Drawing.Point(211, 3);
- this.CopyButton.Name = "CopyButton";
- this.CopyButton.Size = new System.Drawing.Size(98, 23);
- this.CopyButton.TabIndex = 0;
- this.CopyButton.Text = "Copy";
- this.CopyButton.UseVisualStyleBackColor = true;
- this.CopyButton.Click += new System.EventHandler(this.CopyButton_Click);
- //
- // tabPage9
- //
- this.tabPage9.Controls.Add(this.splitContainer5);
- this.tabPage9.Location = new System.Drawing.Point(4, 40);
- this.tabPage9.Name = "tabPage9";
- this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage9.Size = new System.Drawing.Size(747, 676);
- this.tabPage9.TabIndex = 8;
- this.tabPage9.Text = "Base64";
- this.tabPage9.UseVisualStyleBackColor = true;
- //
- // splitContainer5
- //
- this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer5.Location = new System.Drawing.Point(3, 3);
- this.splitContainer5.Name = "splitContainer5";
- this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer5.Panel1
- //
- this.splitContainer5.Panel1.Controls.Add(this.RawContentTextBox);
- this.splitContainer5.Panel1.Controls.Add(this.panel2);
- //
- // splitContainer5.Panel2
- //
- this.splitContainer5.Panel2.Controls.Add(this.Base64TextBox);
- this.splitContainer5.Panel2.Controls.Add(this.panel1);
- this.splitContainer5.Size = new System.Drawing.Size(741, 670);
- this.splitContainer5.SplitterDistance = 294;
- this.splitContainer5.TabIndex = 4;
- //
- // RawContentTextBox
- //
- this.RawContentTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.RawContentTextBox.Location = new System.Drawing.Point(0, 32);
- this.RawContentTextBox.Name = "RawContentTextBox";
- this.RawContentTextBox.Size = new System.Drawing.Size(741, 262);
- this.RawContentTextBox.TabIndex = 0;
- this.RawContentTextBox.Text = "";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.RawContentLabel);
- this.panel2.Controls.Add(this.EncodingComboBox);
- this.panel2.Controls.Add(this.PasteRawContentButton);
- this.panel2.Controls.Add(this.CopyRawContentButton);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(741, 32);
- this.panel2.TabIndex = 1;
- //
- // RawContentLabel
- //
- this.RawContentLabel.AutoSize = true;
- this.RawContentLabel.Location = new System.Drawing.Point(3, 9);
- this.RawContentLabel.Name = "RawContentLabel";
- this.RawContentLabel.Size = new System.Drawing.Size(71, 12);
- this.RawContentLabel.TabIndex = 1;
- this.RawContentLabel.Text = "Raw Content";
- //
- // EncodingComboBox
- //
- this.EncodingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.EncodingComboBox.FormattingEnabled = true;
- this.EncodingComboBox.Location = new System.Drawing.Point(242, 6);
- this.EncodingComboBox.Name = "EncodingComboBox";
- this.EncodingComboBox.Size = new System.Drawing.Size(496, 20);
- this.EncodingComboBox.TabIndex = 3;
- //
- // PasteRawContentButton
- //
- this.PasteRawContentButton.Location = new System.Drawing.Point(80, 4);
- this.PasteRawContentButton.Name = "PasteRawContentButton";
- this.PasteRawContentButton.Size = new System.Drawing.Size(75, 23);
- this.PasteRawContentButton.TabIndex = 2;
- this.PasteRawContentButton.Text = "Paste↓";
- this.PasteRawContentButton.UseVisualStyleBackColor = true;
- this.PasteRawContentButton.Click += new System.EventHandler(this.PasteRawContentButton_Click);
- //
- // CopyRawContentButton
- //
- this.CopyRawContentButton.Location = new System.Drawing.Point(161, 4);
- this.CopyRawContentButton.Name = "CopyRawContentButton";
- this.CopyRawContentButton.Size = new System.Drawing.Size(75, 23);
- this.CopyRawContentButton.TabIndex = 2;
- this.CopyRawContentButton.Text = "Copy";
- this.CopyRawContentButton.UseVisualStyleBackColor = true;
- this.CopyRawContentButton.Click += new System.EventHandler(this.CopyRawContentButton_Click);
- //
- // Base64TextBox
- //
- this.Base64TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Base64TextBox.Location = new System.Drawing.Point(0, 31);
- this.Base64TextBox.Name = "Base64TextBox";
- this.Base64TextBox.Size = new System.Drawing.Size(741, 341);
- this.Base64TextBox.TabIndex = 1;
- this.Base64TextBox.Text = "";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.Base64Label);
- this.panel1.Controls.Add(this.EncodeButton);
- this.panel1.Controls.Add(this.DecodeButton);
- this.panel1.Controls.Add(this.PasteBase64Button);
- this.panel1.Controls.Add(this.CopyBase64);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(741, 31);
- this.panel1.TabIndex = 0;
- //
- // Base64Label
- //
- this.Base64Label.AutoSize = true;
- this.Base64Label.Location = new System.Drawing.Point(5, 8);
- this.Base64Label.Name = "Base64Label";
- this.Base64Label.Size = new System.Drawing.Size(41, 12);
- this.Base64Label.TabIndex = 2;
- this.Base64Label.Text = "Base64";
- //
- // EncodeButton
- //
- this.EncodeButton.Location = new System.Drawing.Point(333, 3);
- this.EncodeButton.Name = "EncodeButton";
- this.EncodeButton.Size = new System.Drawing.Size(75, 23);
- this.EncodeButton.TabIndex = 2;
- this.EncodeButton.Text = "↓Encode↓";
- this.EncodeButton.UseVisualStyleBackColor = true;
- this.EncodeButton.Click += new System.EventHandler(this.EncodeButton_Click);
- //
- // DecodeButton
- //
- this.DecodeButton.Location = new System.Drawing.Point(437, 3);
- this.DecodeButton.Name = "DecodeButton";
- this.DecodeButton.Size = new System.Drawing.Size(75, 23);
- this.DecodeButton.TabIndex = 2;
- this.DecodeButton.Text = "↑Decode↑";
- this.DecodeButton.UseVisualStyleBackColor = true;
- this.DecodeButton.Click += new System.EventHandler(this.DecodeButton_Click);
- //
- // PasteBase64Button
- //
- this.PasteBase64Button.Location = new System.Drawing.Point(80, 3);
- this.PasteBase64Button.Name = "PasteBase64Button";
- this.PasteBase64Button.Size = new System.Drawing.Size(75, 23);
- this.PasteBase64Button.TabIndex = 2;
- this.PasteBase64Button.Text = "Paste↓";
- this.PasteBase64Button.UseVisualStyleBackColor = true;
- this.PasteBase64Button.Click += new System.EventHandler(this.PasteBase64Button_Click);
- //
- // CopyBase64
- //
- this.CopyBase64.Location = new System.Drawing.Point(161, 3);
- this.CopyBase64.Name = "CopyBase64";
- this.CopyBase64.Size = new System.Drawing.Size(75, 23);
- this.CopyBase64.TabIndex = 2;
- this.CopyBase64.Text = "Copy";
- this.CopyBase64.UseVisualStyleBackColor = true;
- this.CopyBase64.Click += new System.EventHandler(this.CopyBase64_Click);
- //
- // tabPage10
- //
- this.tabPage10.Controls.Add(this.SaveBase64ToFileButton);
- this.tabPage10.Controls.Add(this.Base64ToFileTextBox);
- this.tabPage10.Location = new System.Drawing.Point(4, 40);
- this.tabPage10.Name = "tabPage10";
- this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage10.Size = new System.Drawing.Size(747, 676);
- this.tabPage10.TabIndex = 9;
- this.tabPage10.Text = "Base64ToFile";
- this.tabPage10.UseVisualStyleBackColor = true;
- //
- // SaveBase64ToFileButton
- //
- this.SaveBase64ToFileButton.Location = new System.Drawing.Point(8, 6);
- this.SaveBase64ToFileButton.Name = "SaveBase64ToFileButton";
- this.SaveBase64ToFileButton.Size = new System.Drawing.Size(61, 21);
- this.SaveBase64ToFileButton.TabIndex = 13;
- this.SaveBase64ToFileButton.Text = "Save↓";
- this.SaveBase64ToFileButton.UseVisualStyleBackColor = true;
- this.SaveBase64ToFileButton.Click += new System.EventHandler(this.SaveBase64ToFileButton_Click);
- //
- // Base64ToFileTextBox
- //
- this.Base64ToFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.Base64ToFileTextBox.Location = new System.Drawing.Point(8, 32);
- this.Base64ToFileTextBox.Name = "Base64ToFileTextBox";
- this.Base64ToFileTextBox.Size = new System.Drawing.Size(731, 638);
- this.Base64ToFileTextBox.TabIndex = 8;
- this.Base64ToFileTextBox.Text = "AAAAA";
- //
- // RsaKeyGenerateXmlRadioButton
- //
- this.RsaKeyGenerateXmlRadioButton.Checked = true;
- this.RsaKeyGenerateXmlRadioButton.Location = new System.Drawing.Point(175, 3);
- this.RsaKeyGenerateXmlRadioButton.Name = "RsaKeyGenerateXmlRadioButton";
- this.RsaKeyGenerateXmlRadioButton.Size = new System.Drawing.Size(50, 23);
- this.RsaKeyGenerateXmlRadioButton.TabIndex = 3;
- this.RsaKeyGenerateXmlRadioButton.TabStop = true;
- this.RsaKeyGenerateXmlRadioButton.Text = "XML";
- this.RsaKeyGenerateXmlRadioButton.UseVisualStyleBackColor = true;
- this.RsaKeyGenerateXmlRadioButton.CheckedChanged += new System.EventHandler(this.RsaKeyGenerateXmlRadioButton_CheckedChanged);
- //
- // RsaKeyGenerateCspRadioButton
- //
- this.RsaKeyGenerateCspRadioButton.Location = new System.Drawing.Point(231, 3);
- this.RsaKeyGenerateCspRadioButton.Name = "RsaKeyGenerateCspRadioButton";
- this.RsaKeyGenerateCspRadioButton.Size = new System.Drawing.Size(100, 23);
- this.RsaKeyGenerateCspRadioButton.TabIndex = 3;
- this.RsaKeyGenerateCspRadioButton.Text = "CspBLOBase64";
- this.RsaKeyGenerateCspRadioButton.UseVisualStyleBackColor = true;
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(755, 720);
- this.Controls.Add(this.tabControl1);
- this.Name = "MainForm";
- this.Text = "MiscToolSet";
- this.Shown += new System.EventHandler(this.MainForm_Shown);
- this.tabControl1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BulkNewGuidUpDown)).EndInit();
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage3.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateLengthUpDownBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateNumberUpDownBox)).EndInit();
- this.tabPage5.ResumeLayout(false);
- this.tabPage5.PerformLayout();
- this.tabPage6.ResumeLayout(false);
- this.tabPage6.PerformLayout();
- this.splitContainer3.Panel1.ResumeLayout(false);
- this.splitContainer3.Panel2.ResumeLayout(false);
- this.splitContainer3.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
- this.splitContainer3.ResumeLayout(false);
- this.splitContainer4.Panel1.ResumeLayout(false);
- this.splitContainer4.Panel1.PerformLayout();
- this.splitContainer4.Panel2.ResumeLayout(false);
- this.splitContainer4.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
- this.splitContainer4.ResumeLayout(false);
- this.tabPage7.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.RsaKeySizeUpDown)).EndInit();
- this.tabPage8.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.flowLayoutPanel2.ResumeLayout(false);
- this.tabPage9.ResumeLayout(false);
- this.splitContainer5.Panel1.ResumeLayout(false);
- this.splitContainer5.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
- this.splitContainer5.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.tabPage10.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox PasswordHasherInputTextBox;
- private System.Windows.Forms.TextBox PasswordHasherOutputTextBox;
- private System.Windows.Forms.Button GuidGeneratorCopyDformatButton;
- private System.Windows.Forms.Button GuidGeneratorCopyNformatButton;
- private System.Windows.Forms.Button GuidGeneratorButton;
- private System.Windows.Forms.TextBox GuidGeneratorResultDTextBox;
- private System.Windows.Forms.TextBox GuidGeneratorResultNTextBox;
- private System.Windows.Forms.Button GuidGeneratorCopyAttributeButton;
- private System.Windows.Forms.TextBox GuidGeneratorResultAttributeTextBox;
- private System.Windows.Forms.Button MachineKeyButton;
- private System.Windows.Forms.RichTextBox MachineKeyResult;
- private System.Windows.Forms.Button MachineKeyCopyButton;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.RichTextBox PasswordGenerateResultRichTextBox;
- private System.Windows.Forms.CheckBox PasswordGenerateIncludeUpperCaseCheckBox;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RadioButton PasswordGenerateUseMd5RadioButton;
- private System.Windows.Forms.NumericUpDown PasswordGenerateNumberUpDownBox;
- private System.Windows.Forms.Button PasswordGenerateButton;
- private System.Windows.Forms.RadioButton PasswordGenerateUsePasswordHasherRadioButton;
- private System.Windows.Forms.CheckBox PasswordGenerateIncludeNumberCheckBox;
- private System.Windows.Forms.CheckBox PasswordGenerateIncludeLowerCaseCheckBox;
- private System.Windows.Forms.CheckBox PasswordGenerateIncludeSymbolCheckBox;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.NumericUpDown PasswordGenerateLengthUpDownBox;
- private System.Windows.Forms.CheckBox PasswordGeneratorHashUseUpperCaseCheckBox;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox Md5HasherOutputTextBox;
- private System.Windows.Forms.TextBox MD5HasherInputTextBox;
- private System.Windows.Forms.CheckBox Md5HasherUpperCaseCheckBox;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.Button CopyBase64Button;
- private System.Windows.Forms.RichTextBox DropToDataUriTextBox;
- private System.Windows.Forms.Label DropToBase64FileNameLabel;
- private System.Windows.Forms.CheckBox DataUrlCheckBox;
- private System.Windows.Forms.TextBox DataUrlMimeTypeTextBox;
- private System.Windows.Forms.Button GuidGeneratorCopyNewButton;
- private System.Windows.Forms.TextBox GuidGeneratorResultNewTextBox;
- private System.Windows.Forms.TextBox BulkNewGuidTextBox;
- private System.Windows.Forms.Button BulkNewGuidButton;
- private System.Windows.Forms.RadioButton AttrBulkNewGuidRadioButton;
- private System.Windows.Forms.RadioButton CtorBulkNewGuidRadioButton;
- private System.Windows.Forms.RadioButton NormalBulkNewGuidRadioButton;
- private System.Windows.Forms.RadioButton NumberBulkNewGuidRadioButton;
- private System.Windows.Forms.NumericUpDown BulkNewGuidUpDown;
- private System.Windows.Forms.CheckBox UpperCaseCheckBox;
- private System.Windows.Forms.TabPage tabPage6;
- private System.Windows.Forms.TextBox MagicPatternText;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button MagicHuntingButton;
- private System.Windows.Forms.TextBox CollectPatternTextBox;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox ConvertPatternTextBox;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.SplitContainer splitContainer3;
- private System.Windows.Forms.SplitContainer splitContainer4;
- private System.Windows.Forms.TextBox CodeInputTextBox;
- private System.Windows.Forms.TextBox CodeConvertTextBox;
- private System.Windows.Forms.TextBox CodeCollectTextBox;
- private System.Windows.Forms.TabPage tabPage7;
- private System.Windows.Forms.Button RsaKeyGenerateButton;
- private System.Windows.Forms.NumericUpDown RsaKeySizeUpDown;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private System.Windows.Forms.RichTextBox RsaPrivateKeyTextBox;
- private System.Windows.Forms.RichTextBox RsaPublicKeyTextBox;
- private System.Windows.Forms.TabPage tabPage8;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.RichTextBox InputCodeTextBox;
- private System.Windows.Forms.RichTextBox ConvertedCodeTextBox;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- private System.Windows.Forms.Button ConvertCodeButton;
- private System.Windows.Forms.Button CopyButton;
- private System.Windows.Forms.Button PasteCodeButton;
- private System.Windows.Forms.TabPage tabPage9;
- private System.Windows.Forms.SplitContainer splitContainer5;
- private System.Windows.Forms.RichTextBox RawContentTextBox;
- private System.Windows.Forms.ComboBox EncodingComboBox;
- private System.Windows.Forms.Button CopyRawContentButton;
- private System.Windows.Forms.Button PasteRawContentButton;
- private System.Windows.Forms.Label RawContentLabel;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.RichTextBox Base64TextBox;
- private System.Windows.Forms.Label Base64Label;
- private System.Windows.Forms.Button PasteBase64Button;
- private System.Windows.Forms.Button CopyBase64;
- private System.Windows.Forms.Button EncodeButton;
- private System.Windows.Forms.Button DecodeButton;
- private System.Windows.Forms.Button CopyDataUriButton;
- private System.Windows.Forms.Button PasteToDataUri;
- private System.Windows.Forms.TabPage tabPage10;
- private System.Windows.Forms.Button SaveBase64ToFileButton;
- private System.Windows.Forms.RichTextBox Base64ToFileTextBox;
- private System.Windows.Forms.RadioButton RsaKeyGenerateXmlRadioButton;
- private System.Windows.Forms.RadioButton RsaKeyGenerateCspRadioButton;
- }
- }
|