MainForm.Designer.cs 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601
  1. namespace MiscToolSet
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.PasswordHasherInputTextBox = new System.Windows.Forms.TextBox();
  30. this.PasswordHasherOutputTextBox = new System.Windows.Forms.TextBox();
  31. this.GuidGeneratorCopyAttributeButton = new System.Windows.Forms.Button();
  32. this.GuidGeneratorCopyDformatButton = new System.Windows.Forms.Button();
  33. this.GuidGeneratorCopyNformatButton = new System.Windows.Forms.Button();
  34. this.GuidGeneratorButton = new System.Windows.Forms.Button();
  35. this.GuidGeneratorResultAttributeTextBox = new System.Windows.Forms.TextBox();
  36. this.GuidGeneratorResultDTextBox = new System.Windows.Forms.TextBox();
  37. this.GuidGeneratorResultNTextBox = new System.Windows.Forms.TextBox();
  38. this.MachineKeyResult = new System.Windows.Forms.RichTextBox();
  39. this.MachineKeyCopyButton = new System.Windows.Forms.Button();
  40. this.MachineKeyButton = new System.Windows.Forms.Button();
  41. this.tabControl1 = new System.Windows.Forms.TabControl();
  42. this.tabPage2 = new System.Windows.Forms.TabPage();
  43. this.UpperCaseCheckBox = new System.Windows.Forms.CheckBox();
  44. this.BulkNewGuidUpDown = new System.Windows.Forms.NumericUpDown();
  45. this.NumberBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
  46. this.AttrBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
  47. this.CtorBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
  48. this.NormalBulkNewGuidRadioButton = new System.Windows.Forms.RadioButton();
  49. this.BulkNewGuidTextBox = new System.Windows.Forms.TextBox();
  50. this.GuidGeneratorCopyNewButton = new System.Windows.Forms.Button();
  51. this.BulkNewGuidButton = new System.Windows.Forms.Button();
  52. this.GuidGeneratorResultNewTextBox = new System.Windows.Forms.TextBox();
  53. this.tabPage1 = new System.Windows.Forms.TabPage();
  54. this.Md5HasherUpperCaseCheckBox = new System.Windows.Forms.CheckBox();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.label2 = new System.Windows.Forms.Label();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.Md5HasherOutputTextBox = new System.Windows.Forms.TextBox();
  62. this.MD5HasherInputTextBox = new System.Windows.Forms.TextBox();
  63. this.tabPage3 = new System.Windows.Forms.TabPage();
  64. this.tabPage4 = new System.Windows.Forms.TabPage();
  65. this.PasswordGeneratorHashUseUpperCaseCheckBox = new System.Windows.Forms.CheckBox();
  66. this.PasswordGenerateIncludeSymbolCheckBox = new System.Windows.Forms.CheckBox();
  67. this.PasswordGenerateIncludeNumberCheckBox = new System.Windows.Forms.CheckBox();
  68. this.PasswordGenerateIncludeLowerCaseCheckBox = new System.Windows.Forms.CheckBox();
  69. this.PasswordGenerateIncludeUpperCaseCheckBox = new System.Windows.Forms.CheckBox();
  70. this.label4 = new System.Windows.Forms.Label();
  71. this.label3 = new System.Windows.Forms.Label();
  72. this.PasswordGenerateUsePasswordHasherRadioButton = new System.Windows.Forms.RadioButton();
  73. this.PasswordGenerateUseMd5RadioButton = new System.Windows.Forms.RadioButton();
  74. this.PasswordGenerateLengthUpDownBox = new System.Windows.Forms.NumericUpDown();
  75. this.PasswordGenerateNumberUpDownBox = new System.Windows.Forms.NumericUpDown();
  76. this.PasswordGenerateButton = new System.Windows.Forms.Button();
  77. this.PasswordGenerateResultRichTextBox = new System.Windows.Forms.RichTextBox();
  78. this.tabPage5 = new System.Windows.Forms.TabPage();
  79. this.PasteToDataUri = new System.Windows.Forms.Button();
  80. this.CopyDataUriButton = new System.Windows.Forms.Button();
  81. this.DataUrlMimeTypeTextBox = new System.Windows.Forms.TextBox();
  82. this.DataUrlCheckBox = new System.Windows.Forms.CheckBox();
  83. this.DropToBase64FileNameLabel = new System.Windows.Forms.Label();
  84. this.DropToDataUriTextBox = new System.Windows.Forms.RichTextBox();
  85. this.CopyBase64Button = new System.Windows.Forms.Button();
  86. this.tabPage6 = new System.Windows.Forms.TabPage();
  87. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  88. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  89. this.CodeInputTextBox = new System.Windows.Forms.TextBox();
  90. this.CodeConvertTextBox = new System.Windows.Forms.TextBox();
  91. this.CodeCollectTextBox = new System.Windows.Forms.TextBox();
  92. this.CollectPatternTextBox = new System.Windows.Forms.TextBox();
  93. this.label11 = new System.Windows.Forms.Label();
  94. this.ConvertPatternTextBox = new System.Windows.Forms.TextBox();
  95. this.label10 = new System.Windows.Forms.Label();
  96. this.MagicPatternText = new System.Windows.Forms.TextBox();
  97. this.label9 = new System.Windows.Forms.Label();
  98. this.MagicHuntingButton = new System.Windows.Forms.Button();
  99. this.tabPage7 = new System.Windows.Forms.TabPage();
  100. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  101. this.RsaPrivateKeyTextBox = new System.Windows.Forms.RichTextBox();
  102. this.RsaPublicKeyTextBox = new System.Windows.Forms.RichTextBox();
  103. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  104. this.RsaKeyGenerateButton = new System.Windows.Forms.Button();
  105. this.RsaKeySizeUpDown = new System.Windows.Forms.NumericUpDown();
  106. this.tabPage8 = new System.Windows.Forms.TabPage();
  107. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  108. this.InputCodeTextBox = new System.Windows.Forms.RichTextBox();
  109. this.ConvertedCodeTextBox = new System.Windows.Forms.RichTextBox();
  110. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  111. this.PasteCodeButton = new System.Windows.Forms.Button();
  112. this.ConvertCodeButton = new System.Windows.Forms.Button();
  113. this.CopyButton = new System.Windows.Forms.Button();
  114. this.tabPage9 = new System.Windows.Forms.TabPage();
  115. this.splitContainer5 = new System.Windows.Forms.SplitContainer();
  116. this.RawContentTextBox = new System.Windows.Forms.RichTextBox();
  117. this.panel2 = new System.Windows.Forms.Panel();
  118. this.RawContentLabel = new System.Windows.Forms.Label();
  119. this.EncodingComboBox = new System.Windows.Forms.ComboBox();
  120. this.PasteRawContentButton = new System.Windows.Forms.Button();
  121. this.CopyRawContentButton = new System.Windows.Forms.Button();
  122. this.Base64TextBox = new System.Windows.Forms.RichTextBox();
  123. this.panel1 = new System.Windows.Forms.Panel();
  124. this.Base64Label = new System.Windows.Forms.Label();
  125. this.EncodeButton = new System.Windows.Forms.Button();
  126. this.DecodeButton = new System.Windows.Forms.Button();
  127. this.PasteBase64Button = new System.Windows.Forms.Button();
  128. this.CopyBase64 = new System.Windows.Forms.Button();
  129. this.tabPage10 = new System.Windows.Forms.TabPage();
  130. this.SaveBase64ToFileButton = new System.Windows.Forms.Button();
  131. this.Base64ToFileTextBox = new System.Windows.Forms.RichTextBox();
  132. this.RsaKeyGenerateXmlRadioButton = new System.Windows.Forms.RadioButton();
  133. this.RsaKeyGenerateCspRadioButton = new System.Windows.Forms.RadioButton();
  134. this.tabControl1.SuspendLayout();
  135. this.tabPage2.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.BulkNewGuidUpDown)).BeginInit();
  137. this.tabPage1.SuspendLayout();
  138. this.tabPage3.SuspendLayout();
  139. this.tabPage4.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateLengthUpDownBox)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateNumberUpDownBox)).BeginInit();
  142. this.tabPage5.SuspendLayout();
  143. this.tabPage6.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  145. this.splitContainer3.Panel1.SuspendLayout();
  146. this.splitContainer3.Panel2.SuspendLayout();
  147. this.splitContainer3.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  149. this.splitContainer4.Panel1.SuspendLayout();
  150. this.splitContainer4.Panel2.SuspendLayout();
  151. this.splitContainer4.SuspendLayout();
  152. this.tabPage7.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  154. this.splitContainer1.Panel1.SuspendLayout();
  155. this.splitContainer1.Panel2.SuspendLayout();
  156. this.splitContainer1.SuspendLayout();
  157. this.flowLayoutPanel1.SuspendLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.RsaKeySizeUpDown)).BeginInit();
  159. this.tabPage8.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  161. this.splitContainer2.Panel1.SuspendLayout();
  162. this.splitContainer2.Panel2.SuspendLayout();
  163. this.splitContainer2.SuspendLayout();
  164. this.flowLayoutPanel2.SuspendLayout();
  165. this.tabPage9.SuspendLayout();
  166. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
  167. this.splitContainer5.Panel1.SuspendLayout();
  168. this.splitContainer5.Panel2.SuspendLayout();
  169. this.splitContainer5.SuspendLayout();
  170. this.panel2.SuspendLayout();
  171. this.panel1.SuspendLayout();
  172. this.tabPage10.SuspendLayout();
  173. this.SuspendLayout();
  174. //
  175. // PasswordHasherInputTextBox
  176. //
  177. this.PasswordHasherInputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  178. | System.Windows.Forms.AnchorStyles.Right)));
  179. this.PasswordHasherInputTextBox.Location = new System.Drawing.Point(55, 44);
  180. this.PasswordHasherInputTextBox.Name = "PasswordHasherInputTextBox";
  181. this.PasswordHasherInputTextBox.Size = new System.Drawing.Size(684, 21);
  182. this.PasswordHasherInputTextBox.TabIndex = 0;
  183. this.PasswordHasherInputTextBox.TextChanged += new System.EventHandler(this.txtToPasswordHash_TextChanged);
  184. //
  185. // PasswordHasherOutputTextBox
  186. //
  187. this.PasswordHasherOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  188. | System.Windows.Forms.AnchorStyles.Right)));
  189. this.PasswordHasherOutputTextBox.Location = new System.Drawing.Point(55, 71);
  190. this.PasswordHasherOutputTextBox.Name = "PasswordHasherOutputTextBox";
  191. this.PasswordHasherOutputTextBox.ReadOnly = true;
  192. this.PasswordHasherOutputTextBox.Size = new System.Drawing.Size(684, 21);
  193. this.PasswordHasherOutputTextBox.TabIndex = 1;
  194. this.PasswordHasherOutputTextBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtResultOfPasswordHash_MouseDoubleClick);
  195. //
  196. // GuidGeneratorCopyAttributeButton
  197. //
  198. this.GuidGeneratorCopyAttributeButton.Location = new System.Drawing.Point(6, 89);
  199. this.GuidGeneratorCopyAttributeButton.Name = "GuidGeneratorCopyAttributeButton";
  200. this.GuidGeneratorCopyAttributeButton.Size = new System.Drawing.Size(45, 23);
  201. this.GuidGeneratorCopyAttributeButton.TabIndex = 6;
  202. this.GuidGeneratorCopyAttributeButton.Text = "Copy";
  203. this.GuidGeneratorCopyAttributeButton.UseVisualStyleBackColor = true;
  204. this.GuidGeneratorCopyAttributeButton.Click += new System.EventHandler(this.btnCpA_Click);
  205. //
  206. // GuidGeneratorCopyDformatButton
  207. //
  208. this.GuidGeneratorCopyDformatButton.Location = new System.Drawing.Point(6, 35);
  209. this.GuidGeneratorCopyDformatButton.Name = "GuidGeneratorCopyDformatButton";
  210. this.GuidGeneratorCopyDformatButton.Size = new System.Drawing.Size(45, 23);
  211. this.GuidGeneratorCopyDformatButton.TabIndex = 2;
  212. this.GuidGeneratorCopyDformatButton.Text = "Copy";
  213. this.GuidGeneratorCopyDformatButton.UseVisualStyleBackColor = true;
  214. this.GuidGeneratorCopyDformatButton.Click += new System.EventHandler(this.btnCpD_Click);
  215. //
  216. // GuidGeneratorCopyNformatButton
  217. //
  218. this.GuidGeneratorCopyNformatButton.Location = new System.Drawing.Point(6, 116);
  219. this.GuidGeneratorCopyNformatButton.Name = "GuidGeneratorCopyNformatButton";
  220. this.GuidGeneratorCopyNformatButton.Size = new System.Drawing.Size(45, 23);
  221. this.GuidGeneratorCopyNformatButton.TabIndex = 8;
  222. this.GuidGeneratorCopyNformatButton.Text = "Copy";
  223. this.GuidGeneratorCopyNformatButton.UseVisualStyleBackColor = true;
  224. this.GuidGeneratorCopyNformatButton.Click += new System.EventHandler(this.btnCpN_Click);
  225. //
  226. // GuidGeneratorButton
  227. //
  228. this.GuidGeneratorButton.Location = new System.Drawing.Point(6, 6);
  229. this.GuidGeneratorButton.Name = "GuidGeneratorButton";
  230. this.GuidGeneratorButton.Size = new System.Drawing.Size(75, 23);
  231. this.GuidGeneratorButton.TabIndex = 0;
  232. this.GuidGeneratorButton.Text = "New Guid";
  233. this.GuidGeneratorButton.UseVisualStyleBackColor = true;
  234. this.GuidGeneratorButton.Click += new System.EventHandler(this.btnNewGuid_Click);
  235. //
  236. // GuidGeneratorResultAttributeTextBox
  237. //
  238. this.GuidGeneratorResultAttributeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  239. | System.Windows.Forms.AnchorStyles.Right)));
  240. this.GuidGeneratorResultAttributeTextBox.Location = new System.Drawing.Point(57, 91);
  241. this.GuidGeneratorResultAttributeTextBox.Name = "GuidGeneratorResultAttributeTextBox";
  242. this.GuidGeneratorResultAttributeTextBox.ReadOnly = true;
  243. this.GuidGeneratorResultAttributeTextBox.Size = new System.Drawing.Size(682, 21);
  244. this.GuidGeneratorResultAttributeTextBox.TabIndex = 7;
  245. this.GuidGeneratorResultAttributeTextBox.Text = "[Guid(\"D\")]";
  246. //
  247. // GuidGeneratorResultDTextBox
  248. //
  249. this.GuidGeneratorResultDTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  250. | System.Windows.Forms.AnchorStyles.Right)));
  251. this.GuidGeneratorResultDTextBox.Location = new System.Drawing.Point(57, 37);
  252. this.GuidGeneratorResultDTextBox.Name = "GuidGeneratorResultDTextBox";
  253. this.GuidGeneratorResultDTextBox.ReadOnly = true;
  254. this.GuidGeneratorResultDTextBox.Size = new System.Drawing.Size(682, 21);
  255. this.GuidGeneratorResultDTextBox.TabIndex = 3;
  256. this.GuidGeneratorResultDTextBox.Text = "D";
  257. //
  258. // GuidGeneratorResultNTextBox
  259. //
  260. this.GuidGeneratorResultNTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  261. | System.Windows.Forms.AnchorStyles.Right)));
  262. this.GuidGeneratorResultNTextBox.Location = new System.Drawing.Point(57, 118);
  263. this.GuidGeneratorResultNTextBox.Name = "GuidGeneratorResultNTextBox";
  264. this.GuidGeneratorResultNTextBox.ReadOnly = true;
  265. this.GuidGeneratorResultNTextBox.Size = new System.Drawing.Size(682, 21);
  266. this.GuidGeneratorResultNTextBox.TabIndex = 9;
  267. this.GuidGeneratorResultNTextBox.Text = "N";
  268. //
  269. // MachineKeyResult
  270. //
  271. this.MachineKeyResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  272. | System.Windows.Forms.AnchorStyles.Left)
  273. | System.Windows.Forms.AnchorStyles.Right)));
  274. this.MachineKeyResult.Location = new System.Drawing.Point(6, 35);
  275. this.MachineKeyResult.Name = "MachineKeyResult";
  276. this.MachineKeyResult.Size = new System.Drawing.Size(733, 633);
  277. this.MachineKeyResult.TabIndex = 1;
  278. this.MachineKeyResult.Text = "";
  279. //
  280. // MachineKeyCopyButton
  281. //
  282. this.MachineKeyCopyButton.Location = new System.Drawing.Point(118, 6);
  283. this.MachineKeyCopyButton.Name = "MachineKeyCopyButton";
  284. this.MachineKeyCopyButton.Size = new System.Drawing.Size(52, 23);
  285. this.MachineKeyCopyButton.TabIndex = 0;
  286. this.MachineKeyCopyButton.Text = "Copy";
  287. this.MachineKeyCopyButton.UseVisualStyleBackColor = true;
  288. this.MachineKeyCopyButton.Click += new System.EventHandler(this.CopyMachineKeyButton_Click);
  289. //
  290. // MachineKeyButton
  291. //
  292. this.MachineKeyButton.Location = new System.Drawing.Point(6, 6);
  293. this.MachineKeyButton.Name = "MachineKeyButton";
  294. this.MachineKeyButton.Size = new System.Drawing.Size(106, 23);
  295. this.MachineKeyButton.TabIndex = 0;
  296. this.MachineKeyButton.Text = "New MachineKey";
  297. this.MachineKeyButton.UseVisualStyleBackColor = true;
  298. this.MachineKeyButton.Click += new System.EventHandler(this.NewMachineKeyButton_Click);
  299. //
  300. // tabControl1
  301. //
  302. this.tabControl1.Controls.Add(this.tabPage2);
  303. this.tabControl1.Controls.Add(this.tabPage1);
  304. this.tabControl1.Controls.Add(this.tabPage3);
  305. this.tabControl1.Controls.Add(this.tabPage4);
  306. this.tabControl1.Controls.Add(this.tabPage5);
  307. this.tabControl1.Controls.Add(this.tabPage6);
  308. this.tabControl1.Controls.Add(this.tabPage7);
  309. this.tabControl1.Controls.Add(this.tabPage8);
  310. this.tabControl1.Controls.Add(this.tabPage9);
  311. this.tabControl1.Controls.Add(this.tabPage10);
  312. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  314. this.tabControl1.Multiline = true;
  315. this.tabControl1.Name = "tabControl1";
  316. this.tabControl1.SelectedIndex = 0;
  317. this.tabControl1.Size = new System.Drawing.Size(755, 720);
  318. this.tabControl1.TabIndex = 5;
  319. //
  320. // tabPage2
  321. //
  322. this.tabPage2.Controls.Add(this.UpperCaseCheckBox);
  323. this.tabPage2.Controls.Add(this.BulkNewGuidUpDown);
  324. this.tabPage2.Controls.Add(this.NumberBulkNewGuidRadioButton);
  325. this.tabPage2.Controls.Add(this.AttrBulkNewGuidRadioButton);
  326. this.tabPage2.Controls.Add(this.CtorBulkNewGuidRadioButton);
  327. this.tabPage2.Controls.Add(this.NormalBulkNewGuidRadioButton);
  328. this.tabPage2.Controls.Add(this.BulkNewGuidTextBox);
  329. this.tabPage2.Controls.Add(this.GuidGeneratorCopyNewButton);
  330. this.tabPage2.Controls.Add(this.GuidGeneratorCopyAttributeButton);
  331. this.tabPage2.Controls.Add(this.BulkNewGuidButton);
  332. this.tabPage2.Controls.Add(this.GuidGeneratorButton);
  333. this.tabPage2.Controls.Add(this.GuidGeneratorCopyDformatButton);
  334. this.tabPage2.Controls.Add(this.GuidGeneratorResultNTextBox);
  335. this.tabPage2.Controls.Add(this.GuidGeneratorCopyNformatButton);
  336. this.tabPage2.Controls.Add(this.GuidGeneratorResultDTextBox);
  337. this.tabPage2.Controls.Add(this.GuidGeneratorResultNewTextBox);
  338. this.tabPage2.Controls.Add(this.GuidGeneratorResultAttributeTextBox);
  339. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  340. this.tabPage2.Name = "tabPage2";
  341. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  342. this.tabPage2.Size = new System.Drawing.Size(747, 676);
  343. this.tabPage2.TabIndex = 1;
  344. this.tabPage2.Text = "GUID Generator";
  345. this.tabPage2.UseVisualStyleBackColor = true;
  346. //
  347. // UpperCaseCheckBox
  348. //
  349. this.UpperCaseCheckBox.AutoSize = true;
  350. this.UpperCaseCheckBox.Location = new System.Drawing.Point(193, 10);
  351. this.UpperCaseCheckBox.Name = "UpperCaseCheckBox";
  352. this.UpperCaseCheckBox.Size = new System.Drawing.Size(84, 16);
  353. this.UpperCaseCheckBox.TabIndex = 1;
  354. this.UpperCaseCheckBox.Text = "UPPER CASE";
  355. this.UpperCaseCheckBox.UseVisualStyleBackColor = true;
  356. //
  357. // BulkNewGuidUpDown
  358. //
  359. this.BulkNewGuidUpDown.Location = new System.Drawing.Point(111, 168);
  360. this.BulkNewGuidUpDown.Maximum = new decimal(new int[] {
  361. 9999,
  362. 0,
  363. 0,
  364. 0});
  365. this.BulkNewGuidUpDown.Minimum = new decimal(new int[] {
  366. 1,
  367. 0,
  368. 0,
  369. 0});
  370. this.BulkNewGuidUpDown.Name = "BulkNewGuidUpDown";
  371. this.BulkNewGuidUpDown.Size = new System.Drawing.Size(50, 21);
  372. this.BulkNewGuidUpDown.TabIndex = 11;
  373. this.BulkNewGuidUpDown.Value = new decimal(new int[] {
  374. 100,
  375. 0,
  376. 0,
  377. 0});
  378. //
  379. // NumberBulkNewGuidRadioButton
  380. //
  381. this.NumberBulkNewGuidRadioButton.AutoSize = true;
  382. this.NumberBulkNewGuidRadioButton.Location = new System.Drawing.Point(398, 168);
  383. this.NumberBulkNewGuidRadioButton.Name = "NumberBulkNewGuidRadioButton";
  384. this.NumberBulkNewGuidRadioButton.Size = new System.Drawing.Size(83, 16);
  385. this.NumberBulkNewGuidRadioButton.TabIndex = 15;
  386. this.NumberBulkNewGuidRadioButton.Text = "&NumberOnly";
  387. this.NumberBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
  388. //
  389. // AttrBulkNewGuidRadioButton
  390. //
  391. this.AttrBulkNewGuidRadioButton.AutoSize = true;
  392. this.AttrBulkNewGuidRadioButton.Location = new System.Drawing.Point(345, 168);
  393. this.AttrBulkNewGuidRadioButton.Name = "AttrBulkNewGuidRadioButton";
  394. this.AttrBulkNewGuidRadioButton.Size = new System.Drawing.Size(47, 16);
  395. this.AttrBulkNewGuidRadioButton.TabIndex = 14;
  396. this.AttrBulkNewGuidRadioButton.Text = "&Attr";
  397. this.AttrBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
  398. //
  399. // CtorBulkNewGuidRadioButton
  400. //
  401. this.CtorBulkNewGuidRadioButton.AutoSize = true;
  402. this.CtorBulkNewGuidRadioButton.Location = new System.Drawing.Point(250, 168);
  403. this.CtorBulkNewGuidRadioButton.Name = "CtorBulkNewGuidRadioButton";
  404. this.CtorBulkNewGuidRadioButton.Size = new System.Drawing.Size(89, 16);
  405. this.CtorBulkNewGuidRadioButton.TabIndex = 13;
  406. this.CtorBulkNewGuidRadioButton.Text = "Ctor(&New D)";
  407. this.CtorBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
  408. //
  409. // NormalBulkNewGuidRadioButton
  410. //
  411. this.NormalBulkNewGuidRadioButton.AutoSize = true;
  412. this.NormalBulkNewGuidRadioButton.Checked = true;
  413. this.NormalBulkNewGuidRadioButton.Location = new System.Drawing.Point(167, 168);
  414. this.NormalBulkNewGuidRadioButton.Name = "NormalBulkNewGuidRadioButton";
  415. this.NormalBulkNewGuidRadioButton.Size = new System.Drawing.Size(77, 16);
  416. this.NormalBulkNewGuidRadioButton.TabIndex = 12;
  417. this.NormalBulkNewGuidRadioButton.TabStop = true;
  418. this.NormalBulkNewGuidRadioButton.Text = "Normal(&D)";
  419. this.NormalBulkNewGuidRadioButton.UseVisualStyleBackColor = true;
  420. //
  421. // BulkNewGuidTextBox
  422. //
  423. this.BulkNewGuidTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  424. | System.Windows.Forms.AnchorStyles.Left)
  425. | System.Windows.Forms.AnchorStyles.Right)));
  426. this.BulkNewGuidTextBox.Location = new System.Drawing.Point(7, 198);
  427. this.BulkNewGuidTextBox.Multiline = true;
  428. this.BulkNewGuidTextBox.Name = "BulkNewGuidTextBox";
  429. this.BulkNewGuidTextBox.Size = new System.Drawing.Size(732, 470);
  430. this.BulkNewGuidTextBox.TabIndex = 16;
  431. //
  432. // GuidGeneratorCopyNewButton
  433. //
  434. this.GuidGeneratorCopyNewButton.Location = new System.Drawing.Point(6, 62);
  435. this.GuidGeneratorCopyNewButton.Name = "GuidGeneratorCopyNewButton";
  436. this.GuidGeneratorCopyNewButton.Size = new System.Drawing.Size(45, 23);
  437. this.GuidGeneratorCopyNewButton.TabIndex = 4;
  438. this.GuidGeneratorCopyNewButton.Text = "Copy";
  439. this.GuidGeneratorCopyNewButton.UseVisualStyleBackColor = true;
  440. this.GuidGeneratorCopyNewButton.Click += new System.EventHandler(this.GuidGeneratorCopyNewButton_Click);
  441. //
  442. // BulkNewGuidButton
  443. //
  444. this.BulkNewGuidButton.Location = new System.Drawing.Point(6, 168);
  445. this.BulkNewGuidButton.Name = "BulkNewGuidButton";
  446. this.BulkNewGuidButton.Size = new System.Drawing.Size(98, 23);
  447. this.BulkNewGuidButton.TabIndex = 10;
  448. this.BulkNewGuidButton.Text = "Bulk New Guid";
  449. this.BulkNewGuidButton.UseVisualStyleBackColor = true;
  450. this.BulkNewGuidButton.Click += new System.EventHandler(this.BulkNewGuidButton_Click);
  451. //
  452. // GuidGeneratorResultNewTextBox
  453. //
  454. this.GuidGeneratorResultNewTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  455. | System.Windows.Forms.AnchorStyles.Right)));
  456. this.GuidGeneratorResultNewTextBox.Location = new System.Drawing.Point(57, 64);
  457. this.GuidGeneratorResultNewTextBox.Name = "GuidGeneratorResultNewTextBox";
  458. this.GuidGeneratorResultNewTextBox.ReadOnly = true;
  459. this.GuidGeneratorResultNewTextBox.Size = new System.Drawing.Size(682, 21);
  460. this.GuidGeneratorResultNewTextBox.TabIndex = 5;
  461. this.GuidGeneratorResultNewTextBox.Text = "new Guid(\"D\")";
  462. //
  463. // tabPage1
  464. //
  465. this.tabPage1.Controls.Add(this.Md5HasherUpperCaseCheckBox);
  466. this.tabPage1.Controls.Add(this.label8);
  467. this.tabPage1.Controls.Add(this.label5);
  468. this.tabPage1.Controls.Add(this.label7);
  469. this.tabPage1.Controls.Add(this.label2);
  470. this.tabPage1.Controls.Add(this.label6);
  471. this.tabPage1.Controls.Add(this.label1);
  472. this.tabPage1.Controls.Add(this.Md5HasherOutputTextBox);
  473. this.tabPage1.Controls.Add(this.PasswordHasherOutputTextBox);
  474. this.tabPage1.Controls.Add(this.MD5HasherInputTextBox);
  475. this.tabPage1.Controls.Add(this.PasswordHasherInputTextBox);
  476. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  477. this.tabPage1.Name = "tabPage1";
  478. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  479. this.tabPage1.Size = new System.Drawing.Size(747, 676);
  480. this.tabPage1.TabIndex = 0;
  481. this.tabPage1.Text = "Password hasher (AspNetIdentityCore&MD5)";
  482. this.tabPage1.UseVisualStyleBackColor = true;
  483. //
  484. // Md5HasherUpperCaseCheckBox
  485. //
  486. this.Md5HasherUpperCaseCheckBox.AutoSize = true;
  487. this.Md5HasherUpperCaseCheckBox.Checked = true;
  488. this.Md5HasherUpperCaseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  489. this.Md5HasherUpperCaseCheckBox.Location = new System.Drawing.Point(252, 114);
  490. this.Md5HasherUpperCaseCheckBox.Name = "Md5HasherUpperCaseCheckBox";
  491. this.Md5HasherUpperCaseCheckBox.Size = new System.Drawing.Size(84, 16);
  492. this.Md5HasherUpperCaseCheckBox.TabIndex = 4;
  493. this.Md5HasherUpperCaseCheckBox.Text = "UPPER CASE";
  494. this.Md5HasherUpperCaseCheckBox.UseVisualStyleBackColor = true;
  495. this.Md5HasherUpperCaseCheckBox.CheckedChanged += new System.EventHandler(this.Md5HasherUpperCaseCheckBox_CheckedChanged);
  496. //
  497. // label8
  498. //
  499. this.label8.AutoSize = true;
  500. this.label8.Location = new System.Drawing.Point(187, 115);
  501. this.label8.Name = "label8";
  502. this.label8.Size = new System.Drawing.Size(59, 12);
  503. this.label8.TabIndex = 3;
  504. this.label8.Text = "MD5(UTF8)";
  505. //
  506. // label5
  507. //
  508. this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
  509. this.label5.AutoSize = true;
  510. this.label5.Location = new System.Drawing.Point(347, 23);
  511. this.label5.Name = "label5";
  512. this.label5.Size = new System.Drawing.Size(113, 12);
  513. this.label5.TabIndex = 3;
  514. this.label5.Text = "AspNetIdentityCore";
  515. //
  516. // label7
  517. //
  518. this.label7.AutoSize = true;
  519. this.label7.Location = new System.Drawing.Point(8, 166);
  520. this.label7.Name = "label7";
  521. this.label7.Size = new System.Drawing.Size(35, 12);
  522. this.label7.TabIndex = 2;
  523. this.label7.Text = "Hash:";
  524. //
  525. // label2
  526. //
  527. this.label2.AutoSize = true;
  528. this.label2.Location = new System.Drawing.Point(8, 74);
  529. this.label2.Name = "label2";
  530. this.label2.Size = new System.Drawing.Size(35, 12);
  531. this.label2.TabIndex = 2;
  532. this.label2.Text = "Hash:";
  533. //
  534. // label6
  535. //
  536. this.label6.AutoSize = true;
  537. this.label6.Location = new System.Drawing.Point(8, 145);
  538. this.label6.Name = "label6";
  539. this.label6.Size = new System.Drawing.Size(41, 12);
  540. this.label6.TabIndex = 2;
  541. this.label6.Text = "Input:";
  542. //
  543. // label1
  544. //
  545. this.label1.AutoSize = true;
  546. this.label1.Location = new System.Drawing.Point(8, 53);
  547. this.label1.Name = "label1";
  548. this.label1.Size = new System.Drawing.Size(41, 12);
  549. this.label1.TabIndex = 2;
  550. this.label1.Text = "Input:";
  551. //
  552. // Md5HasherOutputTextBox
  553. //
  554. this.Md5HasherOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  555. | System.Windows.Forms.AnchorStyles.Right)));
  556. this.Md5HasherOutputTextBox.Location = new System.Drawing.Point(55, 163);
  557. this.Md5HasherOutputTextBox.Name = "Md5HasherOutputTextBox";
  558. this.Md5HasherOutputTextBox.ReadOnly = true;
  559. this.Md5HasherOutputTextBox.Size = new System.Drawing.Size(684, 21);
  560. this.Md5HasherOutputTextBox.TabIndex = 1;
  561. this.Md5HasherOutputTextBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtResultOfPasswordHash_MouseDoubleClick);
  562. //
  563. // MD5HasherInputTextBox
  564. //
  565. this.MD5HasherInputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  566. | System.Windows.Forms.AnchorStyles.Right)));
  567. this.MD5HasherInputTextBox.Location = new System.Drawing.Point(55, 136);
  568. this.MD5HasherInputTextBox.Name = "MD5HasherInputTextBox";
  569. this.MD5HasherInputTextBox.Size = new System.Drawing.Size(684, 21);
  570. this.MD5HasherInputTextBox.TabIndex = 0;
  571. this.MD5HasherInputTextBox.TextChanged += new System.EventHandler(this.MD5HasherInputTextBox_TextChanged);
  572. //
  573. // tabPage3
  574. //
  575. this.tabPage3.Controls.Add(this.MachineKeyResult);
  576. this.tabPage3.Controls.Add(this.MachineKeyButton);
  577. this.tabPage3.Controls.Add(this.MachineKeyCopyButton);
  578. this.tabPage3.Location = new System.Drawing.Point(4, 40);
  579. this.tabPage3.Name = "tabPage3";
  580. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  581. this.tabPage3.Size = new System.Drawing.Size(747, 676);
  582. this.tabPage3.TabIndex = 2;
  583. this.tabPage3.Text = "MachineKey Generator(3DES)";
  584. this.tabPage3.UseVisualStyleBackColor = true;
  585. //
  586. // tabPage4
  587. //
  588. this.tabPage4.Controls.Add(this.PasswordGeneratorHashUseUpperCaseCheckBox);
  589. this.tabPage4.Controls.Add(this.PasswordGenerateIncludeSymbolCheckBox);
  590. this.tabPage4.Controls.Add(this.PasswordGenerateIncludeNumberCheckBox);
  591. this.tabPage4.Controls.Add(this.PasswordGenerateIncludeLowerCaseCheckBox);
  592. this.tabPage4.Controls.Add(this.PasswordGenerateIncludeUpperCaseCheckBox);
  593. this.tabPage4.Controls.Add(this.label4);
  594. this.tabPage4.Controls.Add(this.label3);
  595. this.tabPage4.Controls.Add(this.PasswordGenerateUsePasswordHasherRadioButton);
  596. this.tabPage4.Controls.Add(this.PasswordGenerateUseMd5RadioButton);
  597. this.tabPage4.Controls.Add(this.PasswordGenerateLengthUpDownBox);
  598. this.tabPage4.Controls.Add(this.PasswordGenerateNumberUpDownBox);
  599. this.tabPage4.Controls.Add(this.PasswordGenerateButton);
  600. this.tabPage4.Controls.Add(this.PasswordGenerateResultRichTextBox);
  601. this.tabPage4.Location = new System.Drawing.Point(4, 40);
  602. this.tabPage4.Name = "tabPage4";
  603. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  604. this.tabPage4.Size = new System.Drawing.Size(747, 676);
  605. this.tabPage4.TabIndex = 3;
  606. this.tabPage4.Text = "Password Generator";
  607. this.tabPage4.UseVisualStyleBackColor = true;
  608. //
  609. // PasswordGeneratorHashUseUpperCaseCheckBox
  610. //
  611. this.PasswordGeneratorHashUseUpperCaseCheckBox.AutoSize = true;
  612. this.PasswordGeneratorHashUseUpperCaseCheckBox.Location = new System.Drawing.Point(375, 34);
  613. this.PasswordGeneratorHashUseUpperCaseCheckBox.Name = "PasswordGeneratorHashUseUpperCaseCheckBox";
  614. this.PasswordGeneratorHashUseUpperCaseCheckBox.Size = new System.Drawing.Size(84, 16);
  615. this.PasswordGeneratorHashUseUpperCaseCheckBox.TabIndex = 8;
  616. this.PasswordGeneratorHashUseUpperCaseCheckBox.Text = "UPPER CASE";
  617. this.PasswordGeneratorHashUseUpperCaseCheckBox.UseVisualStyleBackColor = true;
  618. //
  619. // PasswordGenerateIncludeSymbolCheckBox
  620. //
  621. this.PasswordGenerateIncludeSymbolCheckBox.AutoSize = true;
  622. this.PasswordGenerateIncludeSymbolCheckBox.Checked = true;
  623. this.PasswordGenerateIncludeSymbolCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  624. this.PasswordGenerateIncludeSymbolCheckBox.Location = new System.Drawing.Point(151, 33);
  625. this.PasswordGenerateIncludeSymbolCheckBox.Name = "PasswordGenerateIncludeSymbolCheckBox";
  626. this.PasswordGenerateIncludeSymbolCheckBox.Size = new System.Drawing.Size(42, 16);
  627. this.PasswordGenerateIncludeSymbolCheckBox.TabIndex = 7;
  628. this.PasswordGenerateIncludeSymbolCheckBox.Text = "!@#";
  629. this.PasswordGenerateIncludeSymbolCheckBox.UseVisualStyleBackColor = true;
  630. //
  631. // PasswordGenerateIncludeNumberCheckBox
  632. //
  633. this.PasswordGenerateIncludeNumberCheckBox.AutoSize = true;
  634. this.PasswordGenerateIncludeNumberCheckBox.Checked = true;
  635. this.PasswordGenerateIncludeNumberCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  636. this.PasswordGenerateIncludeNumberCheckBox.Location = new System.Drawing.Point(106, 33);
  637. this.PasswordGenerateIncludeNumberCheckBox.Name = "PasswordGenerateIncludeNumberCheckBox";
  638. this.PasswordGenerateIncludeNumberCheckBox.Size = new System.Drawing.Size(42, 16);
  639. this.PasswordGenerateIncludeNumberCheckBox.TabIndex = 7;
  640. this.PasswordGenerateIncludeNumberCheckBox.Text = "123";
  641. this.PasswordGenerateIncludeNumberCheckBox.UseVisualStyleBackColor = true;
  642. //
  643. // PasswordGenerateIncludeLowerCaseCheckBox
  644. //
  645. this.PasswordGenerateIncludeLowerCaseCheckBox.AutoSize = true;
  646. this.PasswordGenerateIncludeLowerCaseCheckBox.Checked = true;
  647. this.PasswordGenerateIncludeLowerCaseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  648. this.PasswordGenerateIncludeLowerCaseCheckBox.Location = new System.Drawing.Point(58, 33);
  649. this.PasswordGenerateIncludeLowerCaseCheckBox.Name = "PasswordGenerateIncludeLowerCaseCheckBox";
  650. this.PasswordGenerateIncludeLowerCaseCheckBox.Size = new System.Drawing.Size(42, 16);
  651. this.PasswordGenerateIncludeLowerCaseCheckBox.TabIndex = 7;
  652. this.PasswordGenerateIncludeLowerCaseCheckBox.Text = "abc";
  653. this.PasswordGenerateIncludeLowerCaseCheckBox.UseVisualStyleBackColor = true;
  654. //
  655. // PasswordGenerateIncludeUpperCaseCheckBox
  656. //
  657. this.PasswordGenerateIncludeUpperCaseCheckBox.AutoSize = true;
  658. this.PasswordGenerateIncludeUpperCaseCheckBox.Checked = true;
  659. this.PasswordGenerateIncludeUpperCaseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  660. this.PasswordGenerateIncludeUpperCaseCheckBox.Location = new System.Drawing.Point(10, 33);
  661. this.PasswordGenerateIncludeUpperCaseCheckBox.Name = "PasswordGenerateIncludeUpperCaseCheckBox";
  662. this.PasswordGenerateIncludeUpperCaseCheckBox.Size = new System.Drawing.Size(42, 16);
  663. this.PasswordGenerateIncludeUpperCaseCheckBox.TabIndex = 7;
  664. this.PasswordGenerateIncludeUpperCaseCheckBox.Text = "ABC";
  665. this.PasswordGenerateIncludeUpperCaseCheckBox.UseVisualStyleBackColor = true;
  666. //
  667. // label4
  668. //
  669. this.label4.AutoSize = true;
  670. this.label4.Location = new System.Drawing.Point(201, 9);
  671. this.label4.Name = "label4";
  672. this.label4.Size = new System.Drawing.Size(47, 12);
  673. this.label4.TabIndex = 6;
  674. this.label4.Text = "Length:";
  675. //
  676. // label3
  677. //
  678. this.label3.AutoSize = true;
  679. this.label3.Location = new System.Drawing.Point(8, 9);
  680. this.label3.Name = "label3";
  681. this.label3.Size = new System.Drawing.Size(119, 12);
  682. this.label3.TabIndex = 6;
  683. this.label3.Text = "Number to generate:";
  684. //
  685. // PasswordGenerateUsePasswordHasherRadioButton
  686. //
  687. this.PasswordGenerateUsePasswordHasherRadioButton.AutoSize = true;
  688. this.PasswordGenerateUsePasswordHasherRadioButton.Location = new System.Drawing.Point(203, 33);
  689. this.PasswordGenerateUsePasswordHasherRadioButton.Name = "PasswordGenerateUsePasswordHasherRadioButton";
  690. this.PasswordGenerateUsePasswordHasherRadioButton.Size = new System.Drawing.Size(107, 16);
  691. this.PasswordGenerateUsePasswordHasherRadioButton.TabIndex = 5;
  692. this.PasswordGenerateUsePasswordHasherRadioButton.Text = "PasswordHasher";
  693. this.PasswordGenerateUsePasswordHasherRadioButton.UseVisualStyleBackColor = true;
  694. //
  695. // PasswordGenerateUseMd5RadioButton
  696. //
  697. this.PasswordGenerateUseMd5RadioButton.AutoSize = true;
  698. this.PasswordGenerateUseMd5RadioButton.Checked = true;
  699. this.PasswordGenerateUseMd5RadioButton.Location = new System.Drawing.Point(316, 33);
  700. this.PasswordGenerateUseMd5RadioButton.Name = "PasswordGenerateUseMd5RadioButton";
  701. this.PasswordGenerateUseMd5RadioButton.Size = new System.Drawing.Size(41, 16);
  702. this.PasswordGenerateUseMd5RadioButton.TabIndex = 5;
  703. this.PasswordGenerateUseMd5RadioButton.TabStop = true;
  704. this.PasswordGenerateUseMd5RadioButton.Text = "MD5";
  705. this.PasswordGenerateUseMd5RadioButton.UseVisualStyleBackColor = true;
  706. //
  707. // PasswordGenerateLengthUpDownBox
  708. //
  709. this.PasswordGenerateLengthUpDownBox.Location = new System.Drawing.Point(254, 6);
  710. this.PasswordGenerateLengthUpDownBox.Maximum = new decimal(new int[] {
  711. 32,
  712. 0,
  713. 0,
  714. 0});
  715. this.PasswordGenerateLengthUpDownBox.Minimum = new decimal(new int[] {
  716. 6,
  717. 0,
  718. 0,
  719. 0});
  720. this.PasswordGenerateLengthUpDownBox.Name = "PasswordGenerateLengthUpDownBox";
  721. this.PasswordGenerateLengthUpDownBox.Size = new System.Drawing.Size(60, 21);
  722. this.PasswordGenerateLengthUpDownBox.TabIndex = 4;
  723. this.PasswordGenerateLengthUpDownBox.Value = new decimal(new int[] {
  724. 8,
  725. 0,
  726. 0,
  727. 0});
  728. //
  729. // PasswordGenerateNumberUpDownBox
  730. //
  731. this.PasswordGenerateNumberUpDownBox.Location = new System.Drawing.Point(133, 6);
  732. this.PasswordGenerateNumberUpDownBox.Maximum = new decimal(new int[] {
  733. 99999999,
  734. 0,
  735. 0,
  736. 0});
  737. this.PasswordGenerateNumberUpDownBox.Minimum = new decimal(new int[] {
  738. 1,
  739. 0,
  740. 0,
  741. 0});
  742. this.PasswordGenerateNumberUpDownBox.Name = "PasswordGenerateNumberUpDownBox";
  743. this.PasswordGenerateNumberUpDownBox.Size = new System.Drawing.Size(60, 21);
  744. this.PasswordGenerateNumberUpDownBox.TabIndex = 4;
  745. this.PasswordGenerateNumberUpDownBox.Value = new decimal(new int[] {
  746. 10,
  747. 0,
  748. 0,
  749. 0});
  750. //
  751. // PasswordGenerateButton
  752. //
  753. this.PasswordGenerateButton.Location = new System.Drawing.Point(327, 4);
  754. this.PasswordGenerateButton.Name = "PasswordGenerateButton";
  755. this.PasswordGenerateButton.Size = new System.Drawing.Size(60, 23);
  756. this.PasswordGenerateButton.TabIndex = 3;
  757. this.PasswordGenerateButton.Text = "Fire";
  758. this.PasswordGenerateButton.UseVisualStyleBackColor = true;
  759. this.PasswordGenerateButton.Click += new System.EventHandler(this.PasswordGenerateButton_Click);
  760. //
  761. // PasswordGenerateResultRichTextBox
  762. //
  763. this.PasswordGenerateResultRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  764. | System.Windows.Forms.AnchorStyles.Left)
  765. | System.Windows.Forms.AnchorStyles.Right)));
  766. this.PasswordGenerateResultRichTextBox.Location = new System.Drawing.Point(6, 65);
  767. this.PasswordGenerateResultRichTextBox.Name = "PasswordGenerateResultRichTextBox";
  768. this.PasswordGenerateResultRichTextBox.Size = new System.Drawing.Size(733, 603);
  769. this.PasswordGenerateResultRichTextBox.TabIndex = 2;
  770. this.PasswordGenerateResultRichTextBox.Text = "";
  771. //
  772. // tabPage5
  773. //
  774. this.tabPage5.Controls.Add(this.PasteToDataUri);
  775. this.tabPage5.Controls.Add(this.CopyDataUriButton);
  776. this.tabPage5.Controls.Add(this.DataUrlMimeTypeTextBox);
  777. this.tabPage5.Controls.Add(this.DataUrlCheckBox);
  778. this.tabPage5.Controls.Add(this.DropToBase64FileNameLabel);
  779. this.tabPage5.Controls.Add(this.DropToDataUriTextBox);
  780. this.tabPage5.Controls.Add(this.CopyBase64Button);
  781. this.tabPage5.Location = new System.Drawing.Point(4, 40);
  782. this.tabPage5.Name = "tabPage5";
  783. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  784. this.tabPage5.Size = new System.Drawing.Size(747, 676);
  785. this.tabPage5.TabIndex = 4;
  786. this.tabPage5.Text = "Data URI";
  787. this.tabPage5.UseVisualStyleBackColor = true;
  788. //
  789. // PasteToDataUri
  790. //
  791. this.PasteToDataUri.Location = new System.Drawing.Point(260, 6);
  792. this.PasteToDataUri.Name = "PasteToDataUri";
  793. this.PasteToDataUri.Size = new System.Drawing.Size(74, 21);
  794. this.PasteToDataUri.TabIndex = 7;
  795. this.PasteToDataUri.Text = "Clipboard";
  796. this.PasteToDataUri.UseVisualStyleBackColor = true;
  797. this.PasteToDataUri.Click += new System.EventHandler(this.PasteToDataUri_Click);
  798. //
  799. // CopyDataUriButton
  800. //
  801. this.CopyDataUriButton.Location = new System.Drawing.Point(340, 6);
  802. this.CopyDataUriButton.Name = "CopyDataUriButton";
  803. this.CopyDataUriButton.Size = new System.Drawing.Size(61, 21);
  804. this.CopyDataUriButton.TabIndex = 7;
  805. this.CopyDataUriButton.Text = "Copy↓";
  806. this.CopyDataUriButton.UseVisualStyleBackColor = true;
  807. this.CopyDataUriButton.Click += new System.EventHandler(this.CopyDataUriButton_Click);
  808. //
  809. // DataUrlMimeTypeTextBox
  810. //
  811. this.DataUrlMimeTypeTextBox.Location = new System.Drawing.Point(81, 6);
  812. this.DataUrlMimeTypeTextBox.Name = "DataUrlMimeTypeTextBox";
  813. this.DataUrlMimeTypeTextBox.Size = new System.Drawing.Size(173, 21);
  814. this.DataUrlMimeTypeTextBox.TabIndex = 6;
  815. this.DataUrlMimeTypeTextBox.Text = "image/svg+xml";
  816. //
  817. // DataUrlCheckBox
  818. //
  819. this.DataUrlCheckBox.AutoSize = true;
  820. this.DataUrlCheckBox.Checked = true;
  821. this.DataUrlCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  822. this.DataUrlCheckBox.Location = new System.Drawing.Point(9, 10);
  823. this.DataUrlCheckBox.Name = "DataUrlCheckBox";
  824. this.DataUrlCheckBox.Size = new System.Drawing.Size(66, 16);
  825. this.DataUrlCheckBox.TabIndex = 5;
  826. this.DataUrlCheckBox.Text = "DataURI";
  827. this.DataUrlCheckBox.UseVisualStyleBackColor = true;
  828. //
  829. // DropToBase64FileNameLabel
  830. //
  831. this.DropToBase64FileNameLabel.AutoSize = true;
  832. this.DropToBase64FileNameLabel.Location = new System.Drawing.Point(407, 11);
  833. this.DropToBase64FileNameLabel.Name = "DropToBase64FileNameLabel";
  834. this.DropToBase64FileNameLabel.Size = new System.Drawing.Size(161, 12);
  835. this.DropToBase64FileNameLabel.TabIndex = 4;
  836. this.DropToBase64FileNameLabel.Text = "file name should show here";
  837. //
  838. // DropToDataUriTextBox
  839. //
  840. this.DropToDataUriTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  841. | System.Windows.Forms.AnchorStyles.Left)
  842. | System.Windows.Forms.AnchorStyles.Right)));
  843. this.DropToDataUriTextBox.Location = new System.Drawing.Point(8, 32);
  844. this.DropToDataUriTextBox.Name = "DropToDataUriTextBox";
  845. this.DropToDataUriTextBox.ReadOnly = true;
  846. this.DropToDataUriTextBox.Size = new System.Drawing.Size(731, 638);
  847. this.DropToDataUriTextBox.TabIndex = 2;
  848. this.DropToDataUriTextBox.Text = "Drop file here";
  849. //
  850. // CopyBase64Button
  851. //
  852. this.CopyBase64Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  853. this.CopyBase64Button.Location = new System.Drawing.Point(994, 4);
  854. this.CopyBase64Button.Name = "CopyBase64Button";
  855. this.CopyBase64Button.Size = new System.Drawing.Size(75, 23);
  856. this.CopyBase64Button.TabIndex = 1;
  857. this.CopyBase64Button.Text = "Copy";
  858. this.CopyBase64Button.UseVisualStyleBackColor = true;
  859. this.CopyBase64Button.Click += new System.EventHandler(this.CopyBase64Button_Click);
  860. //
  861. // tabPage6
  862. //
  863. this.tabPage6.Controls.Add(this.splitContainer3);
  864. this.tabPage6.Controls.Add(this.CollectPatternTextBox);
  865. this.tabPage6.Controls.Add(this.label11);
  866. this.tabPage6.Controls.Add(this.ConvertPatternTextBox);
  867. this.tabPage6.Controls.Add(this.label10);
  868. this.tabPage6.Controls.Add(this.MagicPatternText);
  869. this.tabPage6.Controls.Add(this.label9);
  870. this.tabPage6.Controls.Add(this.MagicHuntingButton);
  871. this.tabPage6.Location = new System.Drawing.Point(4, 40);
  872. this.tabPage6.Name = "tabPage6";
  873. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  874. this.tabPage6.Size = new System.Drawing.Size(747, 676);
  875. this.tabPage6.TabIndex = 5;
  876. this.tabPage6.Text = "Magic String Hunting";
  877. this.tabPage6.UseVisualStyleBackColor = true;
  878. //
  879. // splitContainer3
  880. //
  881. this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  882. | System.Windows.Forms.AnchorStyles.Left)
  883. | System.Windows.Forms.AnchorStyles.Right)));
  884. this.splitContainer3.Location = new System.Drawing.Point(6, 87);
  885. this.splitContainer3.Name = "splitContainer3";
  886. //
  887. // splitContainer3.Panel1
  888. //
  889. this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
  890. //
  891. // splitContainer3.Panel2
  892. //
  893. this.splitContainer3.Panel2.Controls.Add(this.CodeCollectTextBox);
  894. this.splitContainer3.Size = new System.Drawing.Size(733, 581);
  895. this.splitContainer3.SplitterDistance = 375;
  896. this.splitContainer3.TabIndex = 4;
  897. //
  898. // splitContainer4
  899. //
  900. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  901. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  902. this.splitContainer4.Name = "splitContainer4";
  903. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  904. //
  905. // splitContainer4.Panel1
  906. //
  907. this.splitContainer4.Panel1.Controls.Add(this.CodeInputTextBox);
  908. //
  909. // splitContainer4.Panel2
  910. //
  911. this.splitContainer4.Panel2.Controls.Add(this.CodeConvertTextBox);
  912. this.splitContainer4.Size = new System.Drawing.Size(375, 581);
  913. this.splitContainer4.SplitterDistance = 279;
  914. this.splitContainer4.TabIndex = 0;
  915. //
  916. // CodeInputTextBox
  917. //
  918. this.CodeInputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  919. this.CodeInputTextBox.Location = new System.Drawing.Point(0, 0);
  920. this.CodeInputTextBox.MaxLength = 10240000;
  921. this.CodeInputTextBox.Multiline = true;
  922. this.CodeInputTextBox.Name = "CodeInputTextBox";
  923. this.CodeInputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  924. this.CodeInputTextBox.Size = new System.Drawing.Size(375, 279);
  925. this.CodeInputTextBox.TabIndex = 1;
  926. this.CodeInputTextBox.Text = "public class MagicConvertSample\r\n{\r\n public static void Method()\r\n {\r\n " +
  927. " var str1 = \"Identity1\"+\"some value\"+\",and this value\";\r\n var str2 = st" +
  928. "r1+this[\"AnotherIdentity\"];\r\n }\r\n}";
  929. //
  930. // CodeConvertTextBox
  931. //
  932. this.CodeConvertTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  933. this.CodeConvertTextBox.Location = new System.Drawing.Point(0, 0);
  934. this.CodeConvertTextBox.MaxLength = 10240000;
  935. this.CodeConvertTextBox.Multiline = true;
  936. this.CodeConvertTextBox.Name = "CodeConvertTextBox";
  937. this.CodeConvertTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  938. this.CodeConvertTextBox.Size = new System.Drawing.Size(375, 298);
  939. this.CodeConvertTextBox.TabIndex = 2;
  940. //
  941. // CodeCollectTextBox
  942. //
  943. this.CodeCollectTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  944. this.CodeCollectTextBox.Location = new System.Drawing.Point(0, 0);
  945. this.CodeCollectTextBox.MaxLength = 10240000;
  946. this.CodeCollectTextBox.Multiline = true;
  947. this.CodeCollectTextBox.Name = "CodeCollectTextBox";
  948. this.CodeCollectTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  949. this.CodeCollectTextBox.Size = new System.Drawing.Size(354, 581);
  950. this.CodeCollectTextBox.TabIndex = 3;
  951. //
  952. // CollectPatternTextBox
  953. //
  954. this.CollectPatternTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  955. | System.Windows.Forms.AnchorStyles.Right)));
  956. this.CollectPatternTextBox.Location = new System.Drawing.Point(113, 60);
  957. this.CollectPatternTextBox.Name = "CollectPatternTextBox";
  958. this.CollectPatternTextBox.ReadOnly = true;
  959. this.CollectPatternTextBox.Size = new System.Drawing.Size(545, 21);
  960. this.CollectPatternTextBox.TabIndex = 3;
  961. this.CollectPatternTextBox.Text = " public const string $1 = nameof($1);";
  962. //
  963. // label11
  964. //
  965. this.label11.AutoSize = true;
  966. this.label11.Location = new System.Drawing.Point(12, 63);
  967. this.label11.Name = "label11";
  968. this.label11.Size = new System.Drawing.Size(95, 12);
  969. this.label11.TabIndex = 2;
  970. this.label11.Text = "Collect Pattern";
  971. //
  972. // ConvertPatternTextBox
  973. //
  974. this.ConvertPatternTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  975. | System.Windows.Forms.AnchorStyles.Right)));
  976. this.ConvertPatternTextBox.Location = new System.Drawing.Point(113, 33);
  977. this.ConvertPatternTextBox.Name = "ConvertPatternTextBox";
  978. this.ConvertPatternTextBox.ReadOnly = true;
  979. this.ConvertPatternTextBox.Size = new System.Drawing.Size(545, 21);
  980. this.ConvertPatternTextBox.TabIndex = 3;
  981. this.ConvertPatternTextBox.Text = "Identities.$1";
  982. //
  983. // label10
  984. //
  985. this.label10.AutoSize = true;
  986. this.label10.Location = new System.Drawing.Point(12, 36);
  987. this.label10.Name = "label10";
  988. this.label10.Size = new System.Drawing.Size(95, 12);
  989. this.label10.TabIndex = 2;
  990. this.label10.Text = "Convert Pattern";
  991. //
  992. // MagicPatternText
  993. //
  994. this.MagicPatternText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  995. | System.Windows.Forms.AnchorStyles.Right)));
  996. this.MagicPatternText.Location = new System.Drawing.Point(113, 6);
  997. this.MagicPatternText.Name = "MagicPatternText";
  998. this.MagicPatternText.Size = new System.Drawing.Size(545, 21);
  999. this.MagicPatternText.TabIndex = 3;
  1000. this.MagicPatternText.Text = "\"([_0-9a-zA-Z].+?)\"";
  1001. //
  1002. // label9
  1003. //
  1004. this.label9.AutoSize = true;
  1005. this.label9.Location = new System.Drawing.Point(12, 9);
  1006. this.label9.Name = "label9";
  1007. this.label9.Size = new System.Drawing.Size(83, 12);
  1008. this.label9.TabIndex = 2;
  1009. this.label9.Text = "Magic Pattern";
  1010. //
  1011. // MagicHuntingButton
  1012. //
  1013. this.MagicHuntingButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1014. this.MagicHuntingButton.Location = new System.Drawing.Point(664, 6);
  1015. this.MagicHuntingButton.Name = "MagicHuntingButton";
  1016. this.MagicHuntingButton.Size = new System.Drawing.Size(75, 75);
  1017. this.MagicHuntingButton.TabIndex = 1;
  1018. this.MagicHuntingButton.Text = "GO";
  1019. this.MagicHuntingButton.UseVisualStyleBackColor = true;
  1020. this.MagicHuntingButton.Click += new System.EventHandler(this.MagicHuntingButton_Click);
  1021. //
  1022. // tabPage7
  1023. //
  1024. this.tabPage7.Controls.Add(this.splitContainer1);
  1025. this.tabPage7.Controls.Add(this.flowLayoutPanel1);
  1026. this.tabPage7.Location = new System.Drawing.Point(4, 40);
  1027. this.tabPage7.Name = "tabPage7";
  1028. this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
  1029. this.tabPage7.Size = new System.Drawing.Size(747, 676);
  1030. this.tabPage7.TabIndex = 6;
  1031. this.tabPage7.Text = "RSA Key Genererator";
  1032. this.tabPage7.UseVisualStyleBackColor = true;
  1033. //
  1034. // splitContainer1
  1035. //
  1036. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  1037. this.splitContainer1.Location = new System.Drawing.Point(3, 35);
  1038. this.splitContainer1.Name = "splitContainer1";
  1039. //
  1040. // splitContainer1.Panel1
  1041. //
  1042. this.splitContainer1.Panel1.Controls.Add(this.RsaPrivateKeyTextBox);
  1043. //
  1044. // splitContainer1.Panel2
  1045. //
  1046. this.splitContainer1.Panel2.Controls.Add(this.RsaPublicKeyTextBox);
  1047. this.splitContainer1.Size = new System.Drawing.Size(741, 638);
  1048. this.splitContainer1.SplitterDistance = 351;
  1049. this.splitContainer1.TabIndex = 3;
  1050. //
  1051. // RsaPrivateKeyTextBox
  1052. //
  1053. this.RsaPrivateKeyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1054. this.RsaPrivateKeyTextBox.Location = new System.Drawing.Point(0, 0);
  1055. this.RsaPrivateKeyTextBox.Name = "RsaPrivateKeyTextBox";
  1056. this.RsaPrivateKeyTextBox.ReadOnly = true;
  1057. this.RsaPrivateKeyTextBox.Size = new System.Drawing.Size(351, 638);
  1058. this.RsaPrivateKeyTextBox.TabIndex = 0;
  1059. this.RsaPrivateKeyTextBox.Text = "";
  1060. //
  1061. // RsaPublicKeyTextBox
  1062. //
  1063. this.RsaPublicKeyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1064. this.RsaPublicKeyTextBox.Location = new System.Drawing.Point(0, 0);
  1065. this.RsaPublicKeyTextBox.Name = "RsaPublicKeyTextBox";
  1066. this.RsaPublicKeyTextBox.ReadOnly = true;
  1067. this.RsaPublicKeyTextBox.Size = new System.Drawing.Size(386, 638);
  1068. this.RsaPublicKeyTextBox.TabIndex = 1;
  1069. this.RsaPublicKeyTextBox.Text = "";
  1070. //
  1071. // flowLayoutPanel1
  1072. //
  1073. this.flowLayoutPanel1.Controls.Add(this.RsaKeyGenerateButton);
  1074. this.flowLayoutPanel1.Controls.Add(this.RsaKeySizeUpDown);
  1075. this.flowLayoutPanel1.Controls.Add(this.RsaKeyGenerateXmlRadioButton);
  1076. this.flowLayoutPanel1.Controls.Add(this.RsaKeyGenerateCspRadioButton);
  1077. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  1078. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  1079. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  1080. this.flowLayoutPanel1.Size = new System.Drawing.Size(741, 32);
  1081. this.flowLayoutPanel1.TabIndex = 4;
  1082. //
  1083. // RsaKeyGenerateButton
  1084. //
  1085. this.RsaKeyGenerateButton.Location = new System.Drawing.Point(3, 3);
  1086. this.RsaKeyGenerateButton.Name = "RsaKeyGenerateButton";
  1087. this.RsaKeyGenerateButton.Size = new System.Drawing.Size(98, 23);
  1088. this.RsaKeyGenerateButton.TabIndex = 0;
  1089. this.RsaKeyGenerateButton.Text = "Gererate";
  1090. this.RsaKeyGenerateButton.UseVisualStyleBackColor = true;
  1091. this.RsaKeyGenerateButton.Click += new System.EventHandler(this.RsaKeyGenerateButton_Click);
  1092. //
  1093. // RsaKeySizeUpDown
  1094. //
  1095. this.RsaKeySizeUpDown.Increment = new decimal(new int[] {
  1096. 8,
  1097. 0,
  1098. 0,
  1099. 0});
  1100. this.RsaKeySizeUpDown.Location = new System.Drawing.Point(107, 3);
  1101. this.RsaKeySizeUpDown.Maximum = new decimal(new int[] {
  1102. 16384,
  1103. 0,
  1104. 0,
  1105. 0});
  1106. this.RsaKeySizeUpDown.Minimum = new decimal(new int[] {
  1107. 384,
  1108. 0,
  1109. 0,
  1110. 0});
  1111. this.RsaKeySizeUpDown.Name = "RsaKeySizeUpDown";
  1112. this.RsaKeySizeUpDown.Size = new System.Drawing.Size(62, 21);
  1113. this.RsaKeySizeUpDown.TabIndex = 2;
  1114. this.RsaKeySizeUpDown.Value = new decimal(new int[] {
  1115. 8192,
  1116. 0,
  1117. 0,
  1118. 0});
  1119. //
  1120. // tabPage8
  1121. //
  1122. this.tabPage8.Controls.Add(this.splitContainer2);
  1123. this.tabPage8.Controls.Add(this.flowLayoutPanel2);
  1124. this.tabPage8.Location = new System.Drawing.Point(4, 40);
  1125. this.tabPage8.Name = "tabPage8";
  1126. this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
  1127. this.tabPage8.Size = new System.Drawing.Size(747, 676);
  1128. this.tabPage8.TabIndex = 7;
  1129. this.tabPage8.Text = "HTML Code Paste Helper";
  1130. this.tabPage8.UseVisualStyleBackColor = true;
  1131. //
  1132. // splitContainer2
  1133. //
  1134. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1135. this.splitContainer2.Location = new System.Drawing.Point(3, 35);
  1136. this.splitContainer2.Name = "splitContainer2";
  1137. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1138. //
  1139. // splitContainer2.Panel1
  1140. //
  1141. this.splitContainer2.Panel1.Controls.Add(this.InputCodeTextBox);
  1142. //
  1143. // splitContainer2.Panel2
  1144. //
  1145. this.splitContainer2.Panel2.Controls.Add(this.ConvertedCodeTextBox);
  1146. this.splitContainer2.Size = new System.Drawing.Size(741, 638);
  1147. this.splitContainer2.SplitterDistance = 351;
  1148. this.splitContainer2.TabIndex = 5;
  1149. //
  1150. // InputCodeTextBox
  1151. //
  1152. this.InputCodeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1153. this.InputCodeTextBox.Location = new System.Drawing.Point(0, 0);
  1154. this.InputCodeTextBox.Name = "InputCodeTextBox";
  1155. this.InputCodeTextBox.Size = new System.Drawing.Size(741, 351);
  1156. this.InputCodeTextBox.TabIndex = 0;
  1157. this.InputCodeTextBox.Text = resources.GetString("InputCodeTextBox.Text");
  1158. this.InputCodeTextBox.WordWrap = false;
  1159. //
  1160. // ConvertedCodeTextBox
  1161. //
  1162. this.ConvertedCodeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1163. this.ConvertedCodeTextBox.Location = new System.Drawing.Point(0, 0);
  1164. this.ConvertedCodeTextBox.Name = "ConvertedCodeTextBox";
  1165. this.ConvertedCodeTextBox.Size = new System.Drawing.Size(741, 283);
  1166. this.ConvertedCodeTextBox.TabIndex = 1;
  1167. this.ConvertedCodeTextBox.Text = "";
  1168. this.ConvertedCodeTextBox.WordWrap = false;
  1169. //
  1170. // flowLayoutPanel2
  1171. //
  1172. this.flowLayoutPanel2.Controls.Add(this.PasteCodeButton);
  1173. this.flowLayoutPanel2.Controls.Add(this.ConvertCodeButton);
  1174. this.flowLayoutPanel2.Controls.Add(this.CopyButton);
  1175. this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  1176. this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3);
  1177. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  1178. this.flowLayoutPanel2.Size = new System.Drawing.Size(741, 32);
  1179. this.flowLayoutPanel2.TabIndex = 6;
  1180. //
  1181. // PasteCodeButton
  1182. //
  1183. this.PasteCodeButton.Location = new System.Drawing.Point(3, 3);
  1184. this.PasteCodeButton.Name = "PasteCodeButton";
  1185. this.PasteCodeButton.Size = new System.Drawing.Size(98, 23);
  1186. this.PasteCodeButton.TabIndex = 0;
  1187. this.PasteCodeButton.Text = "Paste";
  1188. this.PasteCodeButton.UseVisualStyleBackColor = true;
  1189. this.PasteCodeButton.Click += new System.EventHandler(this.PasteCodeButton_Click);
  1190. //
  1191. // ConvertCodeButton
  1192. //
  1193. this.ConvertCodeButton.Location = new System.Drawing.Point(107, 3);
  1194. this.ConvertCodeButton.Name = "ConvertCodeButton";
  1195. this.ConvertCodeButton.Size = new System.Drawing.Size(98, 23);
  1196. this.ConvertCodeButton.TabIndex = 0;
  1197. this.ConvertCodeButton.Text = "Convert";
  1198. this.ConvertCodeButton.UseVisualStyleBackColor = true;
  1199. this.ConvertCodeButton.Click += new System.EventHandler(this.ConvertCode_Click);
  1200. //
  1201. // CopyButton
  1202. //
  1203. this.CopyButton.Location = new System.Drawing.Point(211, 3);
  1204. this.CopyButton.Name = "CopyButton";
  1205. this.CopyButton.Size = new System.Drawing.Size(98, 23);
  1206. this.CopyButton.TabIndex = 0;
  1207. this.CopyButton.Text = "Copy";
  1208. this.CopyButton.UseVisualStyleBackColor = true;
  1209. this.CopyButton.Click += new System.EventHandler(this.CopyButton_Click);
  1210. //
  1211. // tabPage9
  1212. //
  1213. this.tabPage9.Controls.Add(this.splitContainer5);
  1214. this.tabPage9.Location = new System.Drawing.Point(4, 40);
  1215. this.tabPage9.Name = "tabPage9";
  1216. this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
  1217. this.tabPage9.Size = new System.Drawing.Size(747, 676);
  1218. this.tabPage9.TabIndex = 8;
  1219. this.tabPage9.Text = "Base64";
  1220. this.tabPage9.UseVisualStyleBackColor = true;
  1221. //
  1222. // splitContainer5
  1223. //
  1224. this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
  1225. this.splitContainer5.Location = new System.Drawing.Point(3, 3);
  1226. this.splitContainer5.Name = "splitContainer5";
  1227. this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1228. //
  1229. // splitContainer5.Panel1
  1230. //
  1231. this.splitContainer5.Panel1.Controls.Add(this.RawContentTextBox);
  1232. this.splitContainer5.Panel1.Controls.Add(this.panel2);
  1233. //
  1234. // splitContainer5.Panel2
  1235. //
  1236. this.splitContainer5.Panel2.Controls.Add(this.Base64TextBox);
  1237. this.splitContainer5.Panel2.Controls.Add(this.panel1);
  1238. this.splitContainer5.Size = new System.Drawing.Size(741, 670);
  1239. this.splitContainer5.SplitterDistance = 294;
  1240. this.splitContainer5.TabIndex = 4;
  1241. //
  1242. // RawContentTextBox
  1243. //
  1244. this.RawContentTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1245. this.RawContentTextBox.Location = new System.Drawing.Point(0, 32);
  1246. this.RawContentTextBox.Name = "RawContentTextBox";
  1247. this.RawContentTextBox.Size = new System.Drawing.Size(741, 262);
  1248. this.RawContentTextBox.TabIndex = 0;
  1249. this.RawContentTextBox.Text = "";
  1250. //
  1251. // panel2
  1252. //
  1253. this.panel2.Controls.Add(this.RawContentLabel);
  1254. this.panel2.Controls.Add(this.EncodingComboBox);
  1255. this.panel2.Controls.Add(this.PasteRawContentButton);
  1256. this.panel2.Controls.Add(this.CopyRawContentButton);
  1257. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  1258. this.panel2.Location = new System.Drawing.Point(0, 0);
  1259. this.panel2.Name = "panel2";
  1260. this.panel2.Size = new System.Drawing.Size(741, 32);
  1261. this.panel2.TabIndex = 1;
  1262. //
  1263. // RawContentLabel
  1264. //
  1265. this.RawContentLabel.AutoSize = true;
  1266. this.RawContentLabel.Location = new System.Drawing.Point(3, 9);
  1267. this.RawContentLabel.Name = "RawContentLabel";
  1268. this.RawContentLabel.Size = new System.Drawing.Size(71, 12);
  1269. this.RawContentLabel.TabIndex = 1;
  1270. this.RawContentLabel.Text = "Raw Content";
  1271. //
  1272. // EncodingComboBox
  1273. //
  1274. this.EncodingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1275. | System.Windows.Forms.AnchorStyles.Right)));
  1276. this.EncodingComboBox.FormattingEnabled = true;
  1277. this.EncodingComboBox.Location = new System.Drawing.Point(242, 6);
  1278. this.EncodingComboBox.Name = "EncodingComboBox";
  1279. this.EncodingComboBox.Size = new System.Drawing.Size(496, 20);
  1280. this.EncodingComboBox.TabIndex = 3;
  1281. //
  1282. // PasteRawContentButton
  1283. //
  1284. this.PasteRawContentButton.Location = new System.Drawing.Point(80, 4);
  1285. this.PasteRawContentButton.Name = "PasteRawContentButton";
  1286. this.PasteRawContentButton.Size = new System.Drawing.Size(75, 23);
  1287. this.PasteRawContentButton.TabIndex = 2;
  1288. this.PasteRawContentButton.Text = "Paste↓";
  1289. this.PasteRawContentButton.UseVisualStyleBackColor = true;
  1290. this.PasteRawContentButton.Click += new System.EventHandler(this.PasteRawContentButton_Click);
  1291. //
  1292. // CopyRawContentButton
  1293. //
  1294. this.CopyRawContentButton.Location = new System.Drawing.Point(161, 4);
  1295. this.CopyRawContentButton.Name = "CopyRawContentButton";
  1296. this.CopyRawContentButton.Size = new System.Drawing.Size(75, 23);
  1297. this.CopyRawContentButton.TabIndex = 2;
  1298. this.CopyRawContentButton.Text = "Copy";
  1299. this.CopyRawContentButton.UseVisualStyleBackColor = true;
  1300. this.CopyRawContentButton.Click += new System.EventHandler(this.CopyRawContentButton_Click);
  1301. //
  1302. // Base64TextBox
  1303. //
  1304. this.Base64TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1305. this.Base64TextBox.Location = new System.Drawing.Point(0, 31);
  1306. this.Base64TextBox.Name = "Base64TextBox";
  1307. this.Base64TextBox.Size = new System.Drawing.Size(741, 341);
  1308. this.Base64TextBox.TabIndex = 1;
  1309. this.Base64TextBox.Text = "";
  1310. //
  1311. // panel1
  1312. //
  1313. this.panel1.Controls.Add(this.Base64Label);
  1314. this.panel1.Controls.Add(this.EncodeButton);
  1315. this.panel1.Controls.Add(this.DecodeButton);
  1316. this.panel1.Controls.Add(this.PasteBase64Button);
  1317. this.panel1.Controls.Add(this.CopyBase64);
  1318. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  1319. this.panel1.Location = new System.Drawing.Point(0, 0);
  1320. this.panel1.Name = "panel1";
  1321. this.panel1.Size = new System.Drawing.Size(741, 31);
  1322. this.panel1.TabIndex = 0;
  1323. //
  1324. // Base64Label
  1325. //
  1326. this.Base64Label.AutoSize = true;
  1327. this.Base64Label.Location = new System.Drawing.Point(5, 8);
  1328. this.Base64Label.Name = "Base64Label";
  1329. this.Base64Label.Size = new System.Drawing.Size(41, 12);
  1330. this.Base64Label.TabIndex = 2;
  1331. this.Base64Label.Text = "Base64";
  1332. //
  1333. // EncodeButton
  1334. //
  1335. this.EncodeButton.Location = new System.Drawing.Point(333, 3);
  1336. this.EncodeButton.Name = "EncodeButton";
  1337. this.EncodeButton.Size = new System.Drawing.Size(75, 23);
  1338. this.EncodeButton.TabIndex = 2;
  1339. this.EncodeButton.Text = "↓Encode↓";
  1340. this.EncodeButton.UseVisualStyleBackColor = true;
  1341. this.EncodeButton.Click += new System.EventHandler(this.EncodeButton_Click);
  1342. //
  1343. // DecodeButton
  1344. //
  1345. this.DecodeButton.Location = new System.Drawing.Point(437, 3);
  1346. this.DecodeButton.Name = "DecodeButton";
  1347. this.DecodeButton.Size = new System.Drawing.Size(75, 23);
  1348. this.DecodeButton.TabIndex = 2;
  1349. this.DecodeButton.Text = "↑Decode↑";
  1350. this.DecodeButton.UseVisualStyleBackColor = true;
  1351. this.DecodeButton.Click += new System.EventHandler(this.DecodeButton_Click);
  1352. //
  1353. // PasteBase64Button
  1354. //
  1355. this.PasteBase64Button.Location = new System.Drawing.Point(80, 3);
  1356. this.PasteBase64Button.Name = "PasteBase64Button";
  1357. this.PasteBase64Button.Size = new System.Drawing.Size(75, 23);
  1358. this.PasteBase64Button.TabIndex = 2;
  1359. this.PasteBase64Button.Text = "Paste↓";
  1360. this.PasteBase64Button.UseVisualStyleBackColor = true;
  1361. this.PasteBase64Button.Click += new System.EventHandler(this.PasteBase64Button_Click);
  1362. //
  1363. // CopyBase64
  1364. //
  1365. this.CopyBase64.Location = new System.Drawing.Point(161, 3);
  1366. this.CopyBase64.Name = "CopyBase64";
  1367. this.CopyBase64.Size = new System.Drawing.Size(75, 23);
  1368. this.CopyBase64.TabIndex = 2;
  1369. this.CopyBase64.Text = "Copy";
  1370. this.CopyBase64.UseVisualStyleBackColor = true;
  1371. this.CopyBase64.Click += new System.EventHandler(this.CopyBase64_Click);
  1372. //
  1373. // tabPage10
  1374. //
  1375. this.tabPage10.Controls.Add(this.SaveBase64ToFileButton);
  1376. this.tabPage10.Controls.Add(this.Base64ToFileTextBox);
  1377. this.tabPage10.Location = new System.Drawing.Point(4, 40);
  1378. this.tabPage10.Name = "tabPage10";
  1379. this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
  1380. this.tabPage10.Size = new System.Drawing.Size(747, 676);
  1381. this.tabPage10.TabIndex = 9;
  1382. this.tabPage10.Text = "Base64ToFile";
  1383. this.tabPage10.UseVisualStyleBackColor = true;
  1384. //
  1385. // SaveBase64ToFileButton
  1386. //
  1387. this.SaveBase64ToFileButton.Location = new System.Drawing.Point(8, 6);
  1388. this.SaveBase64ToFileButton.Name = "SaveBase64ToFileButton";
  1389. this.SaveBase64ToFileButton.Size = new System.Drawing.Size(61, 21);
  1390. this.SaveBase64ToFileButton.TabIndex = 13;
  1391. this.SaveBase64ToFileButton.Text = "Save↓";
  1392. this.SaveBase64ToFileButton.UseVisualStyleBackColor = true;
  1393. this.SaveBase64ToFileButton.Click += new System.EventHandler(this.SaveBase64ToFileButton_Click);
  1394. //
  1395. // Base64ToFileTextBox
  1396. //
  1397. this.Base64ToFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1398. | System.Windows.Forms.AnchorStyles.Left)
  1399. | System.Windows.Forms.AnchorStyles.Right)));
  1400. this.Base64ToFileTextBox.Location = new System.Drawing.Point(8, 32);
  1401. this.Base64ToFileTextBox.Name = "Base64ToFileTextBox";
  1402. this.Base64ToFileTextBox.Size = new System.Drawing.Size(731, 638);
  1403. this.Base64ToFileTextBox.TabIndex = 8;
  1404. this.Base64ToFileTextBox.Text = "AAAAA";
  1405. //
  1406. // RsaKeyGenerateXmlRadioButton
  1407. //
  1408. this.RsaKeyGenerateXmlRadioButton.Checked = true;
  1409. this.RsaKeyGenerateXmlRadioButton.Location = new System.Drawing.Point(175, 3);
  1410. this.RsaKeyGenerateXmlRadioButton.Name = "RsaKeyGenerateXmlRadioButton";
  1411. this.RsaKeyGenerateXmlRadioButton.Size = new System.Drawing.Size(50, 23);
  1412. this.RsaKeyGenerateXmlRadioButton.TabIndex = 3;
  1413. this.RsaKeyGenerateXmlRadioButton.TabStop = true;
  1414. this.RsaKeyGenerateXmlRadioButton.Text = "XML";
  1415. this.RsaKeyGenerateXmlRadioButton.UseVisualStyleBackColor = true;
  1416. this.RsaKeyGenerateXmlRadioButton.CheckedChanged += new System.EventHandler(this.RsaKeyGenerateXmlRadioButton_CheckedChanged);
  1417. //
  1418. // RsaKeyGenerateCspRadioButton
  1419. //
  1420. this.RsaKeyGenerateCspRadioButton.Location = new System.Drawing.Point(231, 3);
  1421. this.RsaKeyGenerateCspRadioButton.Name = "RsaKeyGenerateCspRadioButton";
  1422. this.RsaKeyGenerateCspRadioButton.Size = new System.Drawing.Size(100, 23);
  1423. this.RsaKeyGenerateCspRadioButton.TabIndex = 3;
  1424. this.RsaKeyGenerateCspRadioButton.Text = "CspBLOBase64";
  1425. this.RsaKeyGenerateCspRadioButton.UseVisualStyleBackColor = true;
  1426. //
  1427. // MainForm
  1428. //
  1429. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1430. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1431. this.ClientSize = new System.Drawing.Size(755, 720);
  1432. this.Controls.Add(this.tabControl1);
  1433. this.Name = "MainForm";
  1434. this.Text = "MiscToolSet";
  1435. this.Shown += new System.EventHandler(this.MainForm_Shown);
  1436. this.tabControl1.ResumeLayout(false);
  1437. this.tabPage2.ResumeLayout(false);
  1438. this.tabPage2.PerformLayout();
  1439. ((System.ComponentModel.ISupportInitialize)(this.BulkNewGuidUpDown)).EndInit();
  1440. this.tabPage1.ResumeLayout(false);
  1441. this.tabPage1.PerformLayout();
  1442. this.tabPage3.ResumeLayout(false);
  1443. this.tabPage4.ResumeLayout(false);
  1444. this.tabPage4.PerformLayout();
  1445. ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateLengthUpDownBox)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.PasswordGenerateNumberUpDownBox)).EndInit();
  1447. this.tabPage5.ResumeLayout(false);
  1448. this.tabPage5.PerformLayout();
  1449. this.tabPage6.ResumeLayout(false);
  1450. this.tabPage6.PerformLayout();
  1451. this.splitContainer3.Panel1.ResumeLayout(false);
  1452. this.splitContainer3.Panel2.ResumeLayout(false);
  1453. this.splitContainer3.Panel2.PerformLayout();
  1454. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1455. this.splitContainer3.ResumeLayout(false);
  1456. this.splitContainer4.Panel1.ResumeLayout(false);
  1457. this.splitContainer4.Panel1.PerformLayout();
  1458. this.splitContainer4.Panel2.ResumeLayout(false);
  1459. this.splitContainer4.Panel2.PerformLayout();
  1460. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1461. this.splitContainer4.ResumeLayout(false);
  1462. this.tabPage7.ResumeLayout(false);
  1463. this.splitContainer1.Panel1.ResumeLayout(false);
  1464. this.splitContainer1.Panel2.ResumeLayout(false);
  1465. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1466. this.splitContainer1.ResumeLayout(false);
  1467. this.flowLayoutPanel1.ResumeLayout(false);
  1468. ((System.ComponentModel.ISupportInitialize)(this.RsaKeySizeUpDown)).EndInit();
  1469. this.tabPage8.ResumeLayout(false);
  1470. this.splitContainer2.Panel1.ResumeLayout(false);
  1471. this.splitContainer2.Panel2.ResumeLayout(false);
  1472. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1473. this.splitContainer2.ResumeLayout(false);
  1474. this.flowLayoutPanel2.ResumeLayout(false);
  1475. this.tabPage9.ResumeLayout(false);
  1476. this.splitContainer5.Panel1.ResumeLayout(false);
  1477. this.splitContainer5.Panel2.ResumeLayout(false);
  1478. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
  1479. this.splitContainer5.ResumeLayout(false);
  1480. this.panel2.ResumeLayout(false);
  1481. this.panel2.PerformLayout();
  1482. this.panel1.ResumeLayout(false);
  1483. this.panel1.PerformLayout();
  1484. this.tabPage10.ResumeLayout(false);
  1485. this.ResumeLayout(false);
  1486. }
  1487. #endregion
  1488. private System.Windows.Forms.TextBox PasswordHasherInputTextBox;
  1489. private System.Windows.Forms.TextBox PasswordHasherOutputTextBox;
  1490. private System.Windows.Forms.Button GuidGeneratorCopyDformatButton;
  1491. private System.Windows.Forms.Button GuidGeneratorCopyNformatButton;
  1492. private System.Windows.Forms.Button GuidGeneratorButton;
  1493. private System.Windows.Forms.TextBox GuidGeneratorResultDTextBox;
  1494. private System.Windows.Forms.TextBox GuidGeneratorResultNTextBox;
  1495. private System.Windows.Forms.Button GuidGeneratorCopyAttributeButton;
  1496. private System.Windows.Forms.TextBox GuidGeneratorResultAttributeTextBox;
  1497. private System.Windows.Forms.Button MachineKeyButton;
  1498. private System.Windows.Forms.RichTextBox MachineKeyResult;
  1499. private System.Windows.Forms.Button MachineKeyCopyButton;
  1500. private System.Windows.Forms.TabControl tabControl1;
  1501. private System.Windows.Forms.TabPage tabPage1;
  1502. private System.Windows.Forms.TabPage tabPage2;
  1503. private System.Windows.Forms.TabPage tabPage3;
  1504. private System.Windows.Forms.TabPage tabPage4;
  1505. private System.Windows.Forms.Label label2;
  1506. private System.Windows.Forms.Label label1;
  1507. private System.Windows.Forms.RichTextBox PasswordGenerateResultRichTextBox;
  1508. private System.Windows.Forms.CheckBox PasswordGenerateIncludeUpperCaseCheckBox;
  1509. private System.Windows.Forms.Label label3;
  1510. private System.Windows.Forms.RadioButton PasswordGenerateUseMd5RadioButton;
  1511. private System.Windows.Forms.NumericUpDown PasswordGenerateNumberUpDownBox;
  1512. private System.Windows.Forms.Button PasswordGenerateButton;
  1513. private System.Windows.Forms.RadioButton PasswordGenerateUsePasswordHasherRadioButton;
  1514. private System.Windows.Forms.CheckBox PasswordGenerateIncludeNumberCheckBox;
  1515. private System.Windows.Forms.CheckBox PasswordGenerateIncludeLowerCaseCheckBox;
  1516. private System.Windows.Forms.CheckBox PasswordGenerateIncludeSymbolCheckBox;
  1517. private System.Windows.Forms.Label label4;
  1518. private System.Windows.Forms.NumericUpDown PasswordGenerateLengthUpDownBox;
  1519. private System.Windows.Forms.CheckBox PasswordGeneratorHashUseUpperCaseCheckBox;
  1520. private System.Windows.Forms.Label label5;
  1521. private System.Windows.Forms.Label label8;
  1522. private System.Windows.Forms.Label label7;
  1523. private System.Windows.Forms.Label label6;
  1524. private System.Windows.Forms.TextBox Md5HasherOutputTextBox;
  1525. private System.Windows.Forms.TextBox MD5HasherInputTextBox;
  1526. private System.Windows.Forms.CheckBox Md5HasherUpperCaseCheckBox;
  1527. private System.Windows.Forms.TabPage tabPage5;
  1528. private System.Windows.Forms.Button CopyBase64Button;
  1529. private System.Windows.Forms.RichTextBox DropToDataUriTextBox;
  1530. private System.Windows.Forms.Label DropToBase64FileNameLabel;
  1531. private System.Windows.Forms.CheckBox DataUrlCheckBox;
  1532. private System.Windows.Forms.TextBox DataUrlMimeTypeTextBox;
  1533. private System.Windows.Forms.Button GuidGeneratorCopyNewButton;
  1534. private System.Windows.Forms.TextBox GuidGeneratorResultNewTextBox;
  1535. private System.Windows.Forms.TextBox BulkNewGuidTextBox;
  1536. private System.Windows.Forms.Button BulkNewGuidButton;
  1537. private System.Windows.Forms.RadioButton AttrBulkNewGuidRadioButton;
  1538. private System.Windows.Forms.RadioButton CtorBulkNewGuidRadioButton;
  1539. private System.Windows.Forms.RadioButton NormalBulkNewGuidRadioButton;
  1540. private System.Windows.Forms.RadioButton NumberBulkNewGuidRadioButton;
  1541. private System.Windows.Forms.NumericUpDown BulkNewGuidUpDown;
  1542. private System.Windows.Forms.CheckBox UpperCaseCheckBox;
  1543. private System.Windows.Forms.TabPage tabPage6;
  1544. private System.Windows.Forms.TextBox MagicPatternText;
  1545. private System.Windows.Forms.Label label9;
  1546. private System.Windows.Forms.Button MagicHuntingButton;
  1547. private System.Windows.Forms.TextBox CollectPatternTextBox;
  1548. private System.Windows.Forms.Label label11;
  1549. private System.Windows.Forms.TextBox ConvertPatternTextBox;
  1550. private System.Windows.Forms.Label label10;
  1551. private System.Windows.Forms.SplitContainer splitContainer3;
  1552. private System.Windows.Forms.SplitContainer splitContainer4;
  1553. private System.Windows.Forms.TextBox CodeInputTextBox;
  1554. private System.Windows.Forms.TextBox CodeConvertTextBox;
  1555. private System.Windows.Forms.TextBox CodeCollectTextBox;
  1556. private System.Windows.Forms.TabPage tabPage7;
  1557. private System.Windows.Forms.Button RsaKeyGenerateButton;
  1558. private System.Windows.Forms.NumericUpDown RsaKeySizeUpDown;
  1559. private System.Windows.Forms.SplitContainer splitContainer1;
  1560. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1561. private System.Windows.Forms.RichTextBox RsaPrivateKeyTextBox;
  1562. private System.Windows.Forms.RichTextBox RsaPublicKeyTextBox;
  1563. private System.Windows.Forms.TabPage tabPage8;
  1564. private System.Windows.Forms.SplitContainer splitContainer2;
  1565. private System.Windows.Forms.RichTextBox InputCodeTextBox;
  1566. private System.Windows.Forms.RichTextBox ConvertedCodeTextBox;
  1567. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1568. private System.Windows.Forms.Button ConvertCodeButton;
  1569. private System.Windows.Forms.Button CopyButton;
  1570. private System.Windows.Forms.Button PasteCodeButton;
  1571. private System.Windows.Forms.TabPage tabPage9;
  1572. private System.Windows.Forms.SplitContainer splitContainer5;
  1573. private System.Windows.Forms.RichTextBox RawContentTextBox;
  1574. private System.Windows.Forms.ComboBox EncodingComboBox;
  1575. private System.Windows.Forms.Button CopyRawContentButton;
  1576. private System.Windows.Forms.Button PasteRawContentButton;
  1577. private System.Windows.Forms.Label RawContentLabel;
  1578. private System.Windows.Forms.Panel panel1;
  1579. private System.Windows.Forms.Panel panel2;
  1580. private System.Windows.Forms.RichTextBox Base64TextBox;
  1581. private System.Windows.Forms.Label Base64Label;
  1582. private System.Windows.Forms.Button PasteBase64Button;
  1583. private System.Windows.Forms.Button CopyBase64;
  1584. private System.Windows.Forms.Button EncodeButton;
  1585. private System.Windows.Forms.Button DecodeButton;
  1586. private System.Windows.Forms.Button CopyDataUriButton;
  1587. private System.Windows.Forms.Button PasteToDataUri;
  1588. private System.Windows.Forms.TabPage tabPage10;
  1589. private System.Windows.Forms.Button SaveBase64ToFileButton;
  1590. private System.Windows.Forms.RichTextBox Base64ToFileTextBox;
  1591. private System.Windows.Forms.RadioButton RsaKeyGenerateXmlRadioButton;
  1592. private System.Windows.Forms.RadioButton RsaKeyGenerateCspRadioButton;
  1593. }
  1594. }