MainForm.Designer.cs 84 KB

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