MainForm.Designer.cs 85 KB

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