MainForm.Designer.cs 73 KB

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