Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 243.88 KB | None | 0 0
  1. using Blockchain_Miner_Pro.My;
  2. using Blockchain_Miner_Pro.My.Resources;
  3. using Microsoft.VisualBasic;
  4. using Microsoft.VisualBasic.CompilerServices;
  5. using System;
  6. using System.Collections.Generic;
  7. using System.ComponentModel;
  8. using System.Diagnostics;
  9. using System.Drawing;
  10. using System.Net;
  11. using System.Runtime.CompilerServices;
  12. using System.Threading;
  13. using System.Windows.Forms;
  14.  
  15. namespace Blockchain_Miner_Pro
  16. {
  17. [DesignerGenerated]
  18. public class Form1 : Form
  19. {
  20. private static List<WeakReference> __ENCList = new List<WeakReference>();
  21.  
  22. private IContainer components;
  23.  
  24. [AccessedThroughProperty("Panel1")]
  25. private Panel _Panel1;
  26.  
  27. [AccessedThroughProperty("Panel2")]
  28. private Panel _Panel2;
  29.  
  30. [AccessedThroughProperty("Button1")]
  31. private Button _Button1;
  32.  
  33. [AccessedThroughProperty("TextBox1")]
  34. private TextBox _TextBox1;
  35.  
  36. [AccessedThroughProperty("PictureBox1")]
  37. private PictureBox _PictureBox1;
  38.  
  39. [AccessedThroughProperty("PictureBox2")]
  40. private PictureBox _PictureBox2;
  41.  
  42. [AccessedThroughProperty("PictureBox3")]
  43. private PictureBox _PictureBox3;
  44.  
  45. [AccessedThroughProperty("TextBox2")]
  46. private TextBox _TextBox2;
  47.  
  48. [AccessedThroughProperty("DashboardBtn")]
  49. private Button _DashboardBtn;
  50.  
  51. [AccessedThroughProperty("walletBtn")]
  52. private Button _walletBtn;
  53.  
  54. [AccessedThroughProperty("LoanBtn")]
  55. private Button _LoanBtn;
  56.  
  57. [AccessedThroughProperty("MinerBtn")]
  58. private Button _MinerBtn;
  59.  
  60. [AccessedThroughProperty("Button6")]
  61. private Button _Button6;
  62.  
  63. [AccessedThroughProperty("StatusStrip1")]
  64. private StatusStrip _StatusStrip1;
  65.  
  66. [AccessedThroughProperty("Panel3")]
  67. private Panel _Panel3;
  68.  
  69. [AccessedThroughProperty("Button7")]
  70. private Button _Button7;
  71.  
  72. [AccessedThroughProperty("Label2")]
  73. private Label _Label2;
  74.  
  75. [AccessedThroughProperty("Label1")]
  76. private Label _Label1;
  77.  
  78. [AccessedThroughProperty("Panel4")]
  79. private Panel _Panel4;
  80.  
  81. [AccessedThroughProperty("Panel5")]
  82. private Panel _Panel5;
  83.  
  84. [AccessedThroughProperty("Panel6")]
  85. private Panel _Panel6;
  86.  
  87. [AccessedThroughProperty("Panel7")]
  88. private Panel _Panel7;
  89.  
  90. [AccessedThroughProperty("Label3")]
  91. private Label _Label3;
  92.  
  93. [AccessedThroughProperty("Button11")]
  94. private Button _Button11;
  95.  
  96. [AccessedThroughProperty("Label4")]
  97. private Label _Label4;
  98.  
  99. [AccessedThroughProperty("Label5")]
  100. private Label _Label5;
  101.  
  102. [AccessedThroughProperty("TextBox3")]
  103. private TextBox _TextBox3;
  104.  
  105. [AccessedThroughProperty("Label6")]
  106. private Label _Label6;
  107.  
  108. [AccessedThroughProperty("Button12")]
  109. private Button _Button12;
  110.  
  111. [AccessedThroughProperty("Button9")]
  112. private Button _Button9;
  113.  
  114. [AccessedThroughProperty("Button10")]
  115. private Button _Button10;
  116.  
  117. [AccessedThroughProperty("Button8")]
  118. private Button _Button8;
  119.  
  120. [AccessedThroughProperty("Button13")]
  121. private Button _Button13;
  122.  
  123. [AccessedThroughProperty("Label7")]
  124. private Label _Label7;
  125.  
  126. [AccessedThroughProperty("Label8")]
  127. private Label _Label8;
  128.  
  129. [AccessedThroughProperty("Button14")]
  130. private Button _Button14;
  131.  
  132. [AccessedThroughProperty("ToolStripStatusLabel1")]
  133. private ToolStripStatusLabel _ToolStripStatusLabel1;
  134.  
  135. [AccessedThroughProperty("Label9")]
  136. private Label _Label9;
  137.  
  138. [AccessedThroughProperty("ToolStripStatusLabel3")]
  139. private ToolStripStatusLabel _ToolStripStatusLabel3;
  140.  
  141. [AccessedThroughProperty("Label100")]
  142. private ToolStripStatusLabel _Label100;
  143.  
  144. [AccessedThroughProperty("walletPanel")]
  145. private Panel _walletPanel;
  146.  
  147. [AccessedThroughProperty("Label18")]
  148. private Label _Label18;
  149.  
  150. [AccessedThroughProperty("agreementPanel")]
  151. private Panel _agreementPanel;
  152.  
  153. [AccessedThroughProperty("Label19")]
  154. private Label _Label19;
  155.  
  156. [AccessedThroughProperty("Button19")]
  157. private Button _Button19;
  158.  
  159. [AccessedThroughProperty("Label16")]
  160. private Label _Label16;
  161.  
  162. [AccessedThroughProperty("Button17")]
  163. private Button _Button17;
  164.  
  165. [AccessedThroughProperty("Button16")]
  166. private Button _Button16;
  167.  
  168. [AccessedThroughProperty("Label15")]
  169. private Label _Label15;
  170.  
  171. [AccessedThroughProperty("Label14")]
  172. private Label _Label14;
  173.  
  174. [AccessedThroughProperty("TextBox5")]
  175. private TextBox _TextBox5;
  176.  
  177. [AccessedThroughProperty("Button15")]
  178. private Button _Button15;
  179.  
  180. [AccessedThroughProperty("Button5")]
  181. private Button _Button5;
  182.  
  183. [AccessedThroughProperty("TextBox4")]
  184. private TextBox _TextBox4;
  185.  
  186. [AccessedThroughProperty("Label13")]
  187. private Label _Label13;
  188.  
  189. [AccessedThroughProperty("Label12")]
  190. private Label _Label12;
  191.  
  192. [AccessedThroughProperty("Label11")]
  193. private Label _Label11;
  194.  
  195. [AccessedThroughProperty("Label10")]
  196. private Label _Label10;
  197.  
  198. [AccessedThroughProperty("PictureBox4")]
  199. private PictureBox _PictureBox4;
  200.  
  201. [AccessedThroughProperty("Label21")]
  202. private Label _Label21;
  203.  
  204. [AccessedThroughProperty("Label20")]
  205. private Label _Label20;
  206.  
  207. [AccessedThroughProperty("Label22")]
  208. private Label _Label22;
  209.  
  210. [AccessedThroughProperty("loanPanel")]
  211. private Panel _loanPanel;
  212.  
  213. [AccessedThroughProperty("Label39")]
  214. private Label _Label39;
  215.  
  216. [AccessedThroughProperty("Button2")]
  217. private Button _Button2;
  218.  
  219. [AccessedThroughProperty("GroupBox1")]
  220. private GroupBox _GroupBox1;
  221.  
  222. [AccessedThroughProperty("Label34")]
  223. private Label _Label34;
  224.  
  225. [AccessedThroughProperty("TextBox13")]
  226. private TextBox _TextBox13;
  227.  
  228. [AccessedThroughProperty("ComboBox3")]
  229. private ComboBox _ComboBox3;
  230.  
  231. [AccessedThroughProperty("Label38")]
  232. private Label _Label38;
  233.  
  234. [AccessedThroughProperty("ComboBox2")]
  235. private ComboBox _ComboBox2;
  236.  
  237. [AccessedThroughProperty("Label37")]
  238. private Label _Label37;
  239.  
  240. [AccessedThroughProperty("Label35")]
  241. private Label _Label35;
  242.  
  243. [AccessedThroughProperty("TextBox14")]
  244. private TextBox _TextBox14;
  245.  
  246. [AccessedThroughProperty("Label36")]
  247. private Label _Label36;
  248.  
  249. [AccessedThroughProperty("TextBox15")]
  250. private TextBox _TextBox15;
  251.  
  252. [AccessedThroughProperty("Label33")]
  253. private Label _Label33;
  254.  
  255. [AccessedThroughProperty("TextBox12")]
  256. private TextBox _TextBox12;
  257.  
  258. [AccessedThroughProperty("Label31")]
  259. private Label _Label31;
  260.  
  261. [AccessedThroughProperty("TextBox10")]
  262. private TextBox _TextBox10;
  263.  
  264. [AccessedThroughProperty("Label30")]
  265. private Label _Label30;
  266.  
  267. [AccessedThroughProperty("TextBox9")]
  268. private TextBox _TextBox9;
  269.  
  270. [AccessedThroughProperty("Label32")]
  271. private Label _Label32;
  272.  
  273. [AccessedThroughProperty("TextBox11")]
  274. private TextBox _TextBox11;
  275.  
  276. [AccessedThroughProperty("Label29")]
  277. private Label _Label29;
  278.  
  279. [AccessedThroughProperty("DateTimePicker1")]
  280. private DateTimePicker _DateTimePicker1;
  281.  
  282. [AccessedThroughProperty("Label28")]
  283. private Label _Label28;
  284.  
  285. [AccessedThroughProperty("TextBox8")]
  286. private TextBox _TextBox8;
  287.  
  288. [AccessedThroughProperty("Label27")]
  289. private Label _Label27;
  290.  
  291. [AccessedThroughProperty("TextBox7")]
  292. private TextBox _TextBox7;
  293.  
  294. [AccessedThroughProperty("Label26")]
  295. private Label _Label26;
  296.  
  297. [AccessedThroughProperty("ComboBox1")]
  298. private ComboBox _ComboBox1;
  299.  
  300. [AccessedThroughProperty("Label25")]
  301. private Label _Label25;
  302.  
  303. [AccessedThroughProperty("TextBox6")]
  304. private TextBox _TextBox6;
  305.  
  306. [AccessedThroughProperty("Label23")]
  307. private Label _Label23;
  308.  
  309. [AccessedThroughProperty("Label24")]
  310. private Label _Label24;
  311.  
  312. [AccessedThroughProperty("Button4")]
  313. private Button _Button4;
  314.  
  315. [AccessedThroughProperty("Label41")]
  316. private Label _Label41;
  317.  
  318. [AccessedThroughProperty("Button3")]
  319. private Button _Button3;
  320.  
  321. [AccessedThroughProperty("Label40")]
  322. private Label _Label40;
  323.  
  324. [AccessedThroughProperty("step2")]
  325. private Panel _step2;
  326.  
  327. [AccessedThroughProperty("Panel10")]
  328. private Panel _Panel10;
  329.  
  330. [AccessedThroughProperty("goldBtn")]
  331. private Button _goldBtn;
  332.  
  333. [AccessedThroughProperty("Label50")]
  334. private Label _Label50;
  335.  
  336. [AccessedThroughProperty("Label51")]
  337. private Label _Label51;
  338.  
  339. [AccessedThroughProperty("Label52")]
  340. private Label _Label52;
  341.  
  342. [AccessedThroughProperty("Panel9")]
  343. private Panel _Panel9;
  344.  
  345. [AccessedThroughProperty("silverBtn")]
  346. private Button _silverBtn;
  347.  
  348. [AccessedThroughProperty("Label47")]
  349. private Label _Label47;
  350.  
  351. [AccessedThroughProperty("Label48")]
  352. private Label _Label48;
  353.  
  354. [AccessedThroughProperty("Label49")]
  355. private Label _Label49;
  356.  
  357. [AccessedThroughProperty("Panel8")]
  358. private Panel _Panel8;
  359.  
  360. [AccessedThroughProperty("bronzeBtn")]
  361. private Button _bronzeBtn;
  362.  
  363. [AccessedThroughProperty("Label46")]
  364. private Label _Label46;
  365.  
  366. [AccessedThroughProperty("Label44")]
  367. private Label _Label44;
  368.  
  369. [AccessedThroughProperty("Label45")]
  370. private Label _Label45;
  371.  
  372. [AccessedThroughProperty("Label42")]
  373. private Label _Label42;
  374.  
  375. [AccessedThroughProperty("Label43")]
  376. private Label _Label43;
  377.  
  378. [AccessedThroughProperty("Label53")]
  379. private Label _Label53;
  380.  
  381. [AccessedThroughProperty("Button22")]
  382. private Button _Button22;
  383.  
  384. [AccessedThroughProperty("Button18")]
  385. private Button _Button18;
  386.  
  387. [AccessedThroughProperty("Button20")]
  388. private Button _Button20;
  389.  
  390. [AccessedThroughProperty("Label54")]
  391. private Label _Label54;
  392.  
  393. [AccessedThroughProperty("step3")]
  394. private Panel _step3;
  395.  
  396. [AccessedThroughProperty("Button24")]
  397. private Button _Button24;
  398.  
  399. [AccessedThroughProperty("RadioButton1")]
  400. private RadioButton _RadioButton1;
  401.  
  402. [AccessedThroughProperty("Label62")]
  403. private Label _Label62;
  404.  
  405. [AccessedThroughProperty("Button23")]
  406. private Button _Button23;
  407.  
  408. [AccessedThroughProperty("Button21")]
  409. private Button _Button21;
  410.  
  411. [AccessedThroughProperty("PictureBox5")]
  412. private PictureBox _PictureBox5;
  413.  
  414. [AccessedThroughProperty("Label61")]
  415. private Label _Label61;
  416.  
  417. [AccessedThroughProperty("Label60")]
  418. private Label _Label60;
  419.  
  420. [AccessedThroughProperty("Label59")]
  421. private Label _Label59;
  422.  
  423. [AccessedThroughProperty("DateTimePicker2")]
  424. private DateTimePicker _DateTimePicker2;
  425.  
  426. [AccessedThroughProperty("Label58")]
  427. private Label _Label58;
  428.  
  429. [AccessedThroughProperty("TextBox16")]
  430. private TextBox _TextBox16;
  431.  
  432. [AccessedThroughProperty("ComboBox4")]
  433. private ComboBox _ComboBox4;
  434.  
  435. [AccessedThroughProperty("Label57")]
  436. private Label _Label57;
  437.  
  438. [AccessedThroughProperty("Label55")]
  439. private Label _Label55;
  440.  
  441. [AccessedThroughProperty("Label56")]
  442. private Label _Label56;
  443.  
  444. [AccessedThroughProperty("step4")]
  445. private Panel _step4;
  446.  
  447. [AccessedThroughProperty("Button30")]
  448. private Button _Button30;
  449.  
  450. [AccessedThroughProperty("GroupBox2")]
  451. private GroupBox _GroupBox2;
  452.  
  453. [AccessedThroughProperty("TextBox17")]
  454. private TextBox _TextBox17;
  455.  
  456. [AccessedThroughProperty("Button29")]
  457. private Button _Button29;
  458.  
  459. [AccessedThroughProperty("Button28")]
  460. private Button _Button28;
  461.  
  462. [AccessedThroughProperty("Button27")]
  463. private Button _Button27;
  464.  
  465. [AccessedThroughProperty("Button26")]
  466. private Button _Button26;
  467.  
  468. [AccessedThroughProperty("Button25")]
  469. private Button _Button25;
  470.  
  471. [AccessedThroughProperty("Label65")]
  472. private Label _Label65;
  473.  
  474. [AccessedThroughProperty("Label63")]
  475. private Label _Label63;
  476.  
  477. [AccessedThroughProperty("Label64")]
  478. private Label _Label64;
  479.  
  480. [AccessedThroughProperty("minerPanel")]
  481. private Panel _minerPanel;
  482.  
  483. [AccessedThroughProperty("Label70")]
  484. private Label _Label70;
  485.  
  486. [AccessedThroughProperty("TextBox20")]
  487. private TextBox _TextBox20;
  488.  
  489. [AccessedThroughProperty("Label69")]
  490. private Label _Label69;
  491.  
  492. [AccessedThroughProperty("TextBox19")]
  493. private TextBox _TextBox19;
  494.  
  495. [AccessedThroughProperty("Label68")]
  496. private Label _Label68;
  497.  
  498. [AccessedThroughProperty("ComboBox5")]
  499. private ComboBox _ComboBox5;
  500.  
  501. [AccessedThroughProperty("TextBox18")]
  502. private TextBox _TextBox18;
  503.  
  504. [AccessedThroughProperty("Label67")]
  505. private Label _Label67;
  506.  
  507. [AccessedThroughProperty("Label66")]
  508. private Label _Label66;
  509.  
  510. [AccessedThroughProperty("Label73")]
  511. private Label _Label73;
  512.  
  513. [AccessedThroughProperty("TextBox21")]
  514. private TextBox _TextBox21;
  515.  
  516. [AccessedThroughProperty("Label72")]
  517. private Label _Label72;
  518.  
  519. [AccessedThroughProperty("CheckBox7")]
  520. private CheckBox _CheckBox7;
  521.  
  522. [AccessedThroughProperty("CheckBox8")]
  523. private CheckBox _CheckBox8;
  524.  
  525. [AccessedThroughProperty("CheckBox3")]
  526. private CheckBox _CheckBox3;
  527.  
  528. [AccessedThroughProperty("CheckBox4")]
  529. private CheckBox _CheckBox4;
  530.  
  531. [AccessedThroughProperty("CheckBox2")]
  532. private CheckBox _CheckBox2;
  533.  
  534. [AccessedThroughProperty("CheckBox1")]
  535. private CheckBox _CheckBox1;
  536.  
  537. [AccessedThroughProperty("ComboBox6")]
  538. private ComboBox _ComboBox6;
  539.  
  540. [AccessedThroughProperty("Label71")]
  541. private Label _Label71;
  542.  
  543. [AccessedThroughProperty("Button33")]
  544. private Button _Button33;
  545.  
  546. [AccessedThroughProperty("Button32")]
  547. private Button _Button32;
  548.  
  549. [AccessedThroughProperty("Panel11")]
  550. private Panel _Panel11;
  551.  
  552. [AccessedThroughProperty("RichTextBox1")]
  553. private RichTextBox _RichTextBox1;
  554.  
  555. [AccessedThroughProperty("Label74")]
  556. private Label _Label74;
  557.  
  558. [AccessedThroughProperty("Label75")]
  559. private Label _Label75;
  560.  
  561. [AccessedThroughProperty("ProgressBar2")]
  562. private ProgressBar _ProgressBar2;
  563.  
  564. [AccessedThroughProperty("ProgressBar1")]
  565. private ProgressBar _ProgressBar1;
  566.  
  567. [AccessedThroughProperty("PerformanceCounter1")]
  568. private PerformanceCounter _PerformanceCounter1;
  569.  
  570. [AccessedThroughProperty("Timer1")]
  571. private System.Windows.Forms.Timer _Timer1;
  572.  
  573. [AccessedThroughProperty("PerformanceCounter2")]
  574. private PerformanceCounter _PerformanceCounter2;
  575.  
  576. [AccessedThroughProperty("labelLoader")]
  577. private ToolStripProgressBar _labelLoader;
  578.  
  579. [AccessedThroughProperty("Label76")]
  580. private Label _Label76;
  581.  
  582. [AccessedThroughProperty("Label78")]
  583. private Label _Label78;
  584.  
  585. [AccessedThroughProperty("Label77")]
  586. private Label _Label77;
  587.  
  588. [AccessedThroughProperty("Button34")]
  589. private Button _Button34;
  590.  
  591. [AccessedThroughProperty("sec")]
  592. private Label _sec;
  593.  
  594. [AccessedThroughProperty("min")]
  595. private Label _min;
  596.  
  597. [AccessedThroughProperty("hr")]
  598. private Label _hr;
  599.  
  600. [AccessedThroughProperty("Label79")]
  601. private Label _Label79;
  602.  
  603. [AccessedThroughProperty("Timer2")]
  604. private System.Windows.Forms.Timer _Timer2;
  605.  
  606. [AccessedThroughProperty("PictureBox6")]
  607. private PictureBox _PictureBox6;
  608.  
  609. [AccessedThroughProperty("Label81")]
  610. private Label _Label81;
  611.  
  612. [AccessedThroughProperty("Label80")]
  613. private Label _Label80;
  614.  
  615. [AccessedThroughProperty("mineearn")]
  616. private Label _mineearn;
  617.  
  618. [AccessedThroughProperty("ProgressBar3")]
  619. private ProgressBar _ProgressBar3;
  620.  
  621. [AccessedThroughProperty("Timer3")]
  622. private System.Windows.Forms.Timer _Timer3;
  623.  
  624. [AccessedThroughProperty("ContextMenuStrip1")]
  625. private ContextMenuStrip _ContextMenuStrip1;
  626.  
  627. [AccessedThroughProperty("RunBlockchainMinerProToolStripMenuItem")]
  628. private ToolStripMenuItem _RunBlockchainMinerProToolStripMenuItem;
  629.  
  630. [AccessedThroughProperty("ContactUsToolStripMenuItem")]
  631. private ToolStripMenuItem _ContactUsToolStripMenuItem;
  632.  
  633. [AccessedThroughProperty("AboutUsToolStripMenuItem")]
  634. private ToolStripMenuItem _AboutUsToolStripMenuItem;
  635.  
  636. [AccessedThroughProperty("ExitToolStripMenuItem")]
  637. private ToolStripMenuItem _ExitToolStripMenuItem;
  638.  
  639. [AccessedThroughProperty("NotifyIcon1")]
  640. private NotifyIcon _NotifyIcon1;
  641.  
  642. [AccessedThroughProperty("customersBTC")]
  643. private Label _customersBTC;
  644.  
  645. [AccessedThroughProperty("Timer4")]
  646. private System.Windows.Forms.Timer _Timer4;
  647.  
  648. [AccessedThroughProperty("loginPanel")]
  649. private Panel _loginPanel;
  650.  
  651. [AccessedThroughProperty("passwordTXT")]
  652. private TextBox _passwordTXT;
  653.  
  654. [AccessedThroughProperty("Label82")]
  655. private Label _Label82;
  656.  
  657. [AccessedThroughProperty("usernameTXT")]
  658. private TextBox _usernameTXT;
  659.  
  660. [AccessedThroughProperty("Button31")]
  661. private Button _Button31;
  662.  
  663. [AccessedThroughProperty("Label84")]
  664. private Label _Label84;
  665.  
  666. [AccessedThroughProperty("Label83")]
  667. private Label _Label83;
  668.  
  669. [AccessedThroughProperty("Label89")]
  670. private Label _Label89;
  671.  
  672. [AccessedThroughProperty("emailReg")]
  673. private TextBox _emailReg;
  674.  
  675. [AccessedThroughProperty("Label88")]
  676. private Label _Label88;
  677.  
  678. [AccessedThroughProperty("nameReg")]
  679. private TextBox _nameReg;
  680.  
  681. [AccessedThroughProperty("Label85")]
  682. private Label _Label85;
  683.  
  684. [AccessedThroughProperty("Label86")]
  685. private Label _Label86;
  686.  
  687. [AccessedThroughProperty("passwordReg")]
  688. private TextBox _passwordReg;
  689.  
  690. [AccessedThroughProperty("Label87")]
  691. private Label _Label87;
  692.  
  693. [AccessedThroughProperty("usernameReg")]
  694. private TextBox _usernameReg;
  695.  
  696. [AccessedThroughProperty("Button35")]
  697. private Button _Button35;
  698.  
  699. [AccessedThroughProperty("Label90")]
  700. private Label _Label90;
  701.  
  702. [AccessedThroughProperty("bitcoinaddressReg")]
  703. private TextBox _bitcoinaddressReg;
  704.  
  705. [AccessedThroughProperty("Label91")]
  706. private Label _Label91;
  707.  
  708. [AccessedThroughProperty("Label92")]
  709. private Label _Label92;
  710.  
  711. [AccessedThroughProperty("Button36")]
  712. private Button _Button36;
  713.  
  714. [AccessedThroughProperty("PictureBox7")]
  715. private PictureBox _PictureBox7;
  716.  
  717. [AccessedThroughProperty("Button37")]
  718. private Button _Button37;
  719.  
  720. [AccessedThroughProperty("LoginP")]
  721. private Panel _LoginP;
  722.  
  723. [AccessedThroughProperty("Button38")]
  724. private Button _Button38;
  725.  
  726. [AccessedThroughProperty("Label17")]
  727. private Label _Label17;
  728.  
  729. [AccessedThroughProperty("Label93")]
  730. private Label _Label93;
  731.  
  732. internal virtual Panel Panel1
  733. {
  734. [DebuggerNonUserCode]
  735. get
  736. {
  737. return this._Panel1;
  738. }
  739. [DebuggerNonUserCode]
  740. [MethodImpl(MethodImplOptions.Synchronized)]
  741. set
  742. {
  743. this._Panel1 = value;
  744. }
  745. }
  746.  
  747. internal virtual Panel Panel2
  748. {
  749. [DebuggerNonUserCode]
  750. get
  751. {
  752. return this._Panel2;
  753. }
  754. [DebuggerNonUserCode]
  755. [MethodImpl(MethodImplOptions.Synchronized)]
  756. set
  757. {
  758. this._Panel2 = value;
  759. }
  760. }
  761.  
  762. internal virtual Button Button1
  763. {
  764. [DebuggerNonUserCode]
  765. get
  766. {
  767. return this._Button1;
  768. }
  769. [DebuggerNonUserCode]
  770. [MethodImpl(MethodImplOptions.Synchronized)]
  771. set
  772. {
  773. EventHandler value2 = new EventHandler(this.Button1_Click);
  774. bool flag = this._Button1 != null;
  775. if (flag)
  776. {
  777. this._Button1.Click -= value2;
  778. }
  779. this._Button1 = value;
  780. flag = (this._Button1 != null);
  781. if (flag)
  782. {
  783. this._Button1.Click += value2;
  784. }
  785. }
  786. }
  787.  
  788. internal virtual TextBox TextBox1
  789. {
  790. [DebuggerNonUserCode]
  791. get
  792. {
  793. return this._TextBox1;
  794. }
  795. [DebuggerNonUserCode]
  796. [MethodImpl(MethodImplOptions.Synchronized)]
  797. set
  798. {
  799. this._TextBox1 = value;
  800. }
  801. }
  802.  
  803. internal virtual PictureBox PictureBox1
  804. {
  805. [DebuggerNonUserCode]
  806. get
  807. {
  808. return this._PictureBox1;
  809. }
  810. [DebuggerNonUserCode]
  811. [MethodImpl(MethodImplOptions.Synchronized)]
  812. set
  813. {
  814. this._PictureBox1 = value;
  815. }
  816. }
  817.  
  818. internal virtual PictureBox PictureBox2
  819. {
  820. [DebuggerNonUserCode]
  821. get
  822. {
  823. return this._PictureBox2;
  824. }
  825. [DebuggerNonUserCode]
  826. [MethodImpl(MethodImplOptions.Synchronized)]
  827. set
  828. {
  829. this._PictureBox2 = value;
  830. }
  831. }
  832.  
  833. internal virtual PictureBox PictureBox3
  834. {
  835. [DebuggerNonUserCode]
  836. get
  837. {
  838. return this._PictureBox3;
  839. }
  840. [DebuggerNonUserCode]
  841. [MethodImpl(MethodImplOptions.Synchronized)]
  842. set
  843. {
  844. this._PictureBox3 = value;
  845. }
  846. }
  847.  
  848. internal virtual TextBox TextBox2
  849. {
  850. [DebuggerNonUserCode]
  851. get
  852. {
  853. return this._TextBox2;
  854. }
  855. [DebuggerNonUserCode]
  856. [MethodImpl(MethodImplOptions.Synchronized)]
  857. set
  858. {
  859. this._TextBox2 = value;
  860. }
  861. }
  862.  
  863. internal virtual Button DashboardBtn
  864. {
  865. [DebuggerNonUserCode]
  866. get
  867. {
  868. return this._DashboardBtn;
  869. }
  870. [DebuggerNonUserCode]
  871. [MethodImpl(MethodImplOptions.Synchronized)]
  872. set
  873. {
  874. EventHandler value2 = new EventHandler(this.DashboardBtn_Click);
  875. bool flag = this._DashboardBtn != null;
  876. if (flag)
  877. {
  878. this._DashboardBtn.Click -= value2;
  879. }
  880. this._DashboardBtn = value;
  881. flag = (this._DashboardBtn != null);
  882. if (flag)
  883. {
  884. this._DashboardBtn.Click += value2;
  885. }
  886. }
  887. }
  888.  
  889. internal virtual Button walletBtn
  890. {
  891. [DebuggerNonUserCode]
  892. get
  893. {
  894. return this._walletBtn;
  895. }
  896. [DebuggerNonUserCode]
  897. [MethodImpl(MethodImplOptions.Synchronized)]
  898. set
  899. {
  900. EventHandler value2 = new EventHandler(this.walletBtn_Click);
  901. bool flag = this._walletBtn != null;
  902. if (flag)
  903. {
  904. this._walletBtn.Click -= value2;
  905. }
  906. this._walletBtn = value;
  907. flag = (this._walletBtn != null);
  908. if (flag)
  909. {
  910. this._walletBtn.Click += value2;
  911. }
  912. }
  913. }
  914.  
  915. internal virtual Button LoanBtn
  916. {
  917. [DebuggerNonUserCode]
  918. get
  919. {
  920. return this._LoanBtn;
  921. }
  922. [DebuggerNonUserCode]
  923. [MethodImpl(MethodImplOptions.Synchronized)]
  924. set
  925. {
  926. EventHandler value2 = new EventHandler(this.LoanBtn_Click);
  927. bool flag = this._LoanBtn != null;
  928. if (flag)
  929. {
  930. this._LoanBtn.Click -= value2;
  931. }
  932. this._LoanBtn = value;
  933. flag = (this._LoanBtn != null);
  934. if (flag)
  935. {
  936. this._LoanBtn.Click += value2;
  937. }
  938. }
  939. }
  940.  
  941. internal virtual Button MinerBtn
  942. {
  943. [DebuggerNonUserCode]
  944. get
  945. {
  946. return this._MinerBtn;
  947. }
  948. [DebuggerNonUserCode]
  949. [MethodImpl(MethodImplOptions.Synchronized)]
  950. set
  951. {
  952. EventHandler value2 = new EventHandler(this.MinerBtn_Click);
  953. bool flag = this._MinerBtn != null;
  954. if (flag)
  955. {
  956. this._MinerBtn.Click -= value2;
  957. }
  958. this._MinerBtn = value;
  959. flag = (this._MinerBtn != null);
  960. if (flag)
  961. {
  962. this._MinerBtn.Click += value2;
  963. }
  964. }
  965. }
  966.  
  967. internal virtual Button Button6
  968. {
  969. [DebuggerNonUserCode]
  970. get
  971. {
  972. return this._Button6;
  973. }
  974. [DebuggerNonUserCode]
  975. [MethodImpl(MethodImplOptions.Synchronized)]
  976. set
  977. {
  978. EventHandler value2 = new EventHandler(this.Button6_Click);
  979. bool flag = this._Button6 != null;
  980. if (flag)
  981. {
  982. this._Button6.Click -= value2;
  983. }
  984. this._Button6 = value;
  985. flag = (this._Button6 != null);
  986. if (flag)
  987. {
  988. this._Button6.Click += value2;
  989. }
  990. }
  991. }
  992.  
  993. internal virtual StatusStrip StatusStrip1
  994. {
  995. [DebuggerNonUserCode]
  996. get
  997. {
  998. return this._StatusStrip1;
  999. }
  1000. [DebuggerNonUserCode]
  1001. [MethodImpl(MethodImplOptions.Synchronized)]
  1002. set
  1003. {
  1004. this._StatusStrip1 = value;
  1005. }
  1006. }
  1007.  
  1008. internal virtual Panel Panel3
  1009. {
  1010. [DebuggerNonUserCode]
  1011. get
  1012. {
  1013. return this._Panel3;
  1014. }
  1015. [DebuggerNonUserCode]
  1016. [MethodImpl(MethodImplOptions.Synchronized)]
  1017. set
  1018. {
  1019. this._Panel3 = value;
  1020. }
  1021. }
  1022.  
  1023. internal virtual Button Button7
  1024. {
  1025. [DebuggerNonUserCode]
  1026. get
  1027. {
  1028. return this._Button7;
  1029. }
  1030. [DebuggerNonUserCode]
  1031. [MethodImpl(MethodImplOptions.Synchronized)]
  1032. set
  1033. {
  1034. EventHandler value2 = new EventHandler(this.Button7_Click);
  1035. bool flag = this._Button7 != null;
  1036. if (flag)
  1037. {
  1038. this._Button7.Click -= value2;
  1039. }
  1040. this._Button7 = value;
  1041. flag = (this._Button7 != null);
  1042. if (flag)
  1043. {
  1044. this._Button7.Click += value2;
  1045. }
  1046. }
  1047. }
  1048.  
  1049. internal virtual Label Label2
  1050. {
  1051. [DebuggerNonUserCode]
  1052. get
  1053. {
  1054. return this._Label2;
  1055. }
  1056. [DebuggerNonUserCode]
  1057. [MethodImpl(MethodImplOptions.Synchronized)]
  1058. set
  1059. {
  1060. this._Label2 = value;
  1061. }
  1062. }
  1063.  
  1064. internal virtual Label Label1
  1065. {
  1066. [DebuggerNonUserCode]
  1067. get
  1068. {
  1069. return this._Label1;
  1070. }
  1071. [DebuggerNonUserCode]
  1072. [MethodImpl(MethodImplOptions.Synchronized)]
  1073. set
  1074. {
  1075. this._Label1 = value;
  1076. }
  1077. }
  1078.  
  1079. internal virtual Panel Panel4
  1080. {
  1081. [DebuggerNonUserCode]
  1082. get
  1083. {
  1084. return this._Panel4;
  1085. }
  1086. [DebuggerNonUserCode]
  1087. [MethodImpl(MethodImplOptions.Synchronized)]
  1088. set
  1089. {
  1090. this._Panel4 = value;
  1091. }
  1092. }
  1093.  
  1094. internal virtual Panel Panel5
  1095. {
  1096. [DebuggerNonUserCode]
  1097. get
  1098. {
  1099. return this._Panel5;
  1100. }
  1101. [DebuggerNonUserCode]
  1102. [MethodImpl(MethodImplOptions.Synchronized)]
  1103. set
  1104. {
  1105. this._Panel5 = value;
  1106. }
  1107. }
  1108.  
  1109. internal virtual Panel Panel6
  1110. {
  1111. [DebuggerNonUserCode]
  1112. get
  1113. {
  1114. return this._Panel6;
  1115. }
  1116. [DebuggerNonUserCode]
  1117. [MethodImpl(MethodImplOptions.Synchronized)]
  1118. set
  1119. {
  1120. this._Panel6 = value;
  1121. }
  1122. }
  1123.  
  1124. internal virtual Panel Panel7
  1125. {
  1126. [DebuggerNonUserCode]
  1127. get
  1128. {
  1129. return this._Panel7;
  1130. }
  1131. [DebuggerNonUserCode]
  1132. [MethodImpl(MethodImplOptions.Synchronized)]
  1133. set
  1134. {
  1135. this._Panel7 = value;
  1136. }
  1137. }
  1138.  
  1139. internal virtual Label Label3
  1140. {
  1141. [DebuggerNonUserCode]
  1142. get
  1143. {
  1144. return this._Label3;
  1145. }
  1146. [DebuggerNonUserCode]
  1147. [MethodImpl(MethodImplOptions.Synchronized)]
  1148. set
  1149. {
  1150. this._Label3 = value;
  1151. }
  1152. }
  1153.  
  1154. internal virtual Button Button11
  1155. {
  1156. [DebuggerNonUserCode]
  1157. get
  1158. {
  1159. return this._Button11;
  1160. }
  1161. [DebuggerNonUserCode]
  1162. [MethodImpl(MethodImplOptions.Synchronized)]
  1163. set
  1164. {
  1165. EventHandler value2 = new EventHandler(this.Button11_Click);
  1166. bool flag = this._Button11 != null;
  1167. if (flag)
  1168. {
  1169. this._Button11.Click -= value2;
  1170. }
  1171. this._Button11 = value;
  1172. flag = (this._Button11 != null);
  1173. if (flag)
  1174. {
  1175. this._Button11.Click += value2;
  1176. }
  1177. }
  1178. }
  1179.  
  1180. internal virtual Label Label4
  1181. {
  1182. [DebuggerNonUserCode]
  1183. get
  1184. {
  1185. return this._Label4;
  1186. }
  1187. [DebuggerNonUserCode]
  1188. [MethodImpl(MethodImplOptions.Synchronized)]
  1189. set
  1190. {
  1191. this._Label4 = value;
  1192. }
  1193. }
  1194.  
  1195. internal virtual Label Label5
  1196. {
  1197. [DebuggerNonUserCode]
  1198. get
  1199. {
  1200. return this._Label5;
  1201. }
  1202. [DebuggerNonUserCode]
  1203. [MethodImpl(MethodImplOptions.Synchronized)]
  1204. set
  1205. {
  1206. this._Label5 = value;
  1207. }
  1208. }
  1209.  
  1210. internal virtual TextBox TextBox3
  1211. {
  1212. [DebuggerNonUserCode]
  1213. get
  1214. {
  1215. return this._TextBox3;
  1216. }
  1217. [DebuggerNonUserCode]
  1218. [MethodImpl(MethodImplOptions.Synchronized)]
  1219. set
  1220. {
  1221. this._TextBox3 = value;
  1222. }
  1223. }
  1224.  
  1225. internal virtual Label Label6
  1226. {
  1227. [DebuggerNonUserCode]
  1228. get
  1229. {
  1230. return this._Label6;
  1231. }
  1232. [DebuggerNonUserCode]
  1233. [MethodImpl(MethodImplOptions.Synchronized)]
  1234. set
  1235. {
  1236. this._Label6 = value;
  1237. }
  1238. }
  1239.  
  1240. internal virtual Button Button12
  1241. {
  1242. [DebuggerNonUserCode]
  1243. get
  1244. {
  1245. return this._Button12;
  1246. }
  1247. [DebuggerNonUserCode]
  1248. [MethodImpl(MethodImplOptions.Synchronized)]
  1249. set
  1250. {
  1251. EventHandler value2 = new EventHandler(this.Button12_Click);
  1252. bool flag = this._Button12 != null;
  1253. if (flag)
  1254. {
  1255. this._Button12.Click -= value2;
  1256. }
  1257. this._Button12 = value;
  1258. flag = (this._Button12 != null);
  1259. if (flag)
  1260. {
  1261. this._Button12.Click += value2;
  1262. }
  1263. }
  1264. }
  1265.  
  1266. internal virtual Button Button9
  1267. {
  1268. [DebuggerNonUserCode]
  1269. get
  1270. {
  1271. return this._Button9;
  1272. }
  1273. [DebuggerNonUserCode]
  1274. [MethodImpl(MethodImplOptions.Synchronized)]
  1275. set
  1276. {
  1277. this._Button9 = value;
  1278. }
  1279. }
  1280.  
  1281. internal virtual Button Button10
  1282. {
  1283. [DebuggerNonUserCode]
  1284. get
  1285. {
  1286. return this._Button10;
  1287. }
  1288. [DebuggerNonUserCode]
  1289. [MethodImpl(MethodImplOptions.Synchronized)]
  1290. set
  1291. {
  1292. EventHandler value2 = new EventHandler(this.Button10_Click);
  1293. bool flag = this._Button10 != null;
  1294. if (flag)
  1295. {
  1296. this._Button10.Click -= value2;
  1297. }
  1298. this._Button10 = value;
  1299. flag = (this._Button10 != null);
  1300. if (flag)
  1301. {
  1302. this._Button10.Click += value2;
  1303. }
  1304. }
  1305. }
  1306.  
  1307. internal virtual Button Button8
  1308. {
  1309. [DebuggerNonUserCode]
  1310. get
  1311. {
  1312. return this._Button8;
  1313. }
  1314. [DebuggerNonUserCode]
  1315. [MethodImpl(MethodImplOptions.Synchronized)]
  1316. set
  1317. {
  1318. EventHandler value2 = new EventHandler(this.Button8_Click);
  1319. bool flag = this._Button8 != null;
  1320. if (flag)
  1321. {
  1322. this._Button8.Click -= value2;
  1323. }
  1324. this._Button8 = value;
  1325. flag = (this._Button8 != null);
  1326. if (flag)
  1327. {
  1328. this._Button8.Click += value2;
  1329. }
  1330. }
  1331. }
  1332.  
  1333. internal virtual Button Button13
  1334. {
  1335. [DebuggerNonUserCode]
  1336. get
  1337. {
  1338. return this._Button13;
  1339. }
  1340. [DebuggerNonUserCode]
  1341. [MethodImpl(MethodImplOptions.Synchronized)]
  1342. set
  1343. {
  1344. EventHandler value2 = new EventHandler(this.Button13_Click);
  1345. bool flag = this._Button13 != null;
  1346. if (flag)
  1347. {
  1348. this._Button13.Click -= value2;
  1349. }
  1350. this._Button13 = value;
  1351. flag = (this._Button13 != null);
  1352. if (flag)
  1353. {
  1354. this._Button13.Click += value2;
  1355. }
  1356. }
  1357. }
  1358.  
  1359. internal virtual Label Label7
  1360. {
  1361. [DebuggerNonUserCode]
  1362. get
  1363. {
  1364. return this._Label7;
  1365. }
  1366. [DebuggerNonUserCode]
  1367. [MethodImpl(MethodImplOptions.Synchronized)]
  1368. set
  1369. {
  1370. this._Label7 = value;
  1371. }
  1372. }
  1373.  
  1374. internal virtual Label Label8
  1375. {
  1376. [DebuggerNonUserCode]
  1377. get
  1378. {
  1379. return this._Label8;
  1380. }
  1381. [DebuggerNonUserCode]
  1382. [MethodImpl(MethodImplOptions.Synchronized)]
  1383. set
  1384. {
  1385. this._Label8 = value;
  1386. }
  1387. }
  1388.  
  1389. internal virtual Button Button14
  1390. {
  1391. [DebuggerNonUserCode]
  1392. get
  1393. {
  1394. return this._Button14;
  1395. }
  1396. [DebuggerNonUserCode]
  1397. [MethodImpl(MethodImplOptions.Synchronized)]
  1398. set
  1399. {
  1400. EventHandler value2 = new EventHandler(this.Button14_Click);
  1401. bool flag = this._Button14 != null;
  1402. if (flag)
  1403. {
  1404. this._Button14.Click -= value2;
  1405. }
  1406. this._Button14 = value;
  1407. flag = (this._Button14 != null);
  1408. if (flag)
  1409. {
  1410. this._Button14.Click += value2;
  1411. }
  1412. }
  1413. }
  1414.  
  1415. internal virtual ToolStripStatusLabel ToolStripStatusLabel1
  1416. {
  1417. [DebuggerNonUserCode]
  1418. get
  1419. {
  1420. return this._ToolStripStatusLabel1;
  1421. }
  1422. [DebuggerNonUserCode]
  1423. [MethodImpl(MethodImplOptions.Synchronized)]
  1424. set
  1425. {
  1426. this._ToolStripStatusLabel1 = value;
  1427. }
  1428. }
  1429.  
  1430. internal virtual Label Label9
  1431. {
  1432. [DebuggerNonUserCode]
  1433. get
  1434. {
  1435. return this._Label9;
  1436. }
  1437. [DebuggerNonUserCode]
  1438. [MethodImpl(MethodImplOptions.Synchronized)]
  1439. set
  1440. {
  1441. this._Label9 = value;
  1442. }
  1443. }
  1444.  
  1445. internal virtual ToolStripStatusLabel ToolStripStatusLabel3
  1446. {
  1447. [DebuggerNonUserCode]
  1448. get
  1449. {
  1450. return this._ToolStripStatusLabel3;
  1451. }
  1452. [DebuggerNonUserCode]
  1453. [MethodImpl(MethodImplOptions.Synchronized)]
  1454. set
  1455. {
  1456. this._ToolStripStatusLabel3 = value;
  1457. }
  1458. }
  1459.  
  1460. internal virtual ToolStripStatusLabel Label100
  1461. {
  1462. [DebuggerNonUserCode]
  1463. get
  1464. {
  1465. return this._Label100;
  1466. }
  1467. [DebuggerNonUserCode]
  1468. [MethodImpl(MethodImplOptions.Synchronized)]
  1469. set
  1470. {
  1471. this._Label100 = value;
  1472. }
  1473. }
  1474.  
  1475. internal virtual Panel walletPanel
  1476. {
  1477. [DebuggerNonUserCode]
  1478. get
  1479. {
  1480. return this._walletPanel;
  1481. }
  1482. [DebuggerNonUserCode]
  1483. [MethodImpl(MethodImplOptions.Synchronized)]
  1484. set
  1485. {
  1486. this._walletPanel = value;
  1487. }
  1488. }
  1489.  
  1490. internal virtual Label Label18
  1491. {
  1492. [DebuggerNonUserCode]
  1493. get
  1494. {
  1495. return this._Label18;
  1496. }
  1497. [DebuggerNonUserCode]
  1498. [MethodImpl(MethodImplOptions.Synchronized)]
  1499. set
  1500. {
  1501. EventHandler value2 = new EventHandler(this.Label18_Click);
  1502. bool flag = this._Label18 != null;
  1503. if (flag)
  1504. {
  1505. this._Label18.Click -= value2;
  1506. }
  1507. this._Label18 = value;
  1508. flag = (this._Label18 != null);
  1509. if (flag)
  1510. {
  1511. this._Label18.Click += value2;
  1512. }
  1513. }
  1514. }
  1515.  
  1516. internal virtual Panel agreementPanel
  1517. {
  1518. [DebuggerNonUserCode]
  1519. get
  1520. {
  1521. return this._agreementPanel;
  1522. }
  1523. [DebuggerNonUserCode]
  1524. [MethodImpl(MethodImplOptions.Synchronized)]
  1525. set
  1526. {
  1527. this._agreementPanel = value;
  1528. }
  1529. }
  1530.  
  1531. internal virtual Label Label19
  1532. {
  1533. [DebuggerNonUserCode]
  1534. get
  1535. {
  1536. return this._Label19;
  1537. }
  1538. [DebuggerNonUserCode]
  1539. [MethodImpl(MethodImplOptions.Synchronized)]
  1540. set
  1541. {
  1542. EventHandler value2 = new EventHandler(this.Label19_Click);
  1543. bool flag = this._Label19 != null;
  1544. if (flag)
  1545. {
  1546. this._Label19.Click -= value2;
  1547. }
  1548. this._Label19 = value;
  1549. flag = (this._Label19 != null);
  1550. if (flag)
  1551. {
  1552. this._Label19.Click += value2;
  1553. }
  1554. }
  1555. }
  1556.  
  1557. internal virtual Button Button19
  1558. {
  1559. [DebuggerNonUserCode]
  1560. get
  1561. {
  1562. return this._Button19;
  1563. }
  1564. [DebuggerNonUserCode]
  1565. [MethodImpl(MethodImplOptions.Synchronized)]
  1566. set
  1567. {
  1568. EventHandler value2 = new EventHandler(this.Button19_Click);
  1569. bool flag = this._Button19 != null;
  1570. if (flag)
  1571. {
  1572. this._Button19.Click -= value2;
  1573. }
  1574. this._Button19 = value;
  1575. flag = (this._Button19 != null);
  1576. if (flag)
  1577. {
  1578. this._Button19.Click += value2;
  1579. }
  1580. }
  1581. }
  1582.  
  1583. internal virtual Label Label16
  1584. {
  1585. [DebuggerNonUserCode]
  1586. get
  1587. {
  1588. return this._Label16;
  1589. }
  1590. [DebuggerNonUserCode]
  1591. [MethodImpl(MethodImplOptions.Synchronized)]
  1592. set
  1593. {
  1594. this._Label16 = value;
  1595. }
  1596. }
  1597.  
  1598. internal virtual Button Button17
  1599. {
  1600. [DebuggerNonUserCode]
  1601. get
  1602. {
  1603. return this._Button17;
  1604. }
  1605. [DebuggerNonUserCode]
  1606. [MethodImpl(MethodImplOptions.Synchronized)]
  1607. set
  1608. {
  1609. EventHandler value2 = new EventHandler(this.Button17_Click);
  1610. bool flag = this._Button17 != null;
  1611. if (flag)
  1612. {
  1613. this._Button17.Click -= value2;
  1614. }
  1615. this._Button17 = value;
  1616. flag = (this._Button17 != null);
  1617. if (flag)
  1618. {
  1619. this._Button17.Click += value2;
  1620. }
  1621. }
  1622. }
  1623.  
  1624. internal virtual Button Button16
  1625. {
  1626. [DebuggerNonUserCode]
  1627. get
  1628. {
  1629. return this._Button16;
  1630. }
  1631. [DebuggerNonUserCode]
  1632. [MethodImpl(MethodImplOptions.Synchronized)]
  1633. set
  1634. {
  1635. EventHandler value2 = new EventHandler(this.Button16_Click);
  1636. bool flag = this._Button16 != null;
  1637. if (flag)
  1638. {
  1639. this._Button16.Click -= value2;
  1640. }
  1641. this._Button16 = value;
  1642. flag = (this._Button16 != null);
  1643. if (flag)
  1644. {
  1645. this._Button16.Click += value2;
  1646. }
  1647. }
  1648. }
  1649.  
  1650. internal virtual Label Label15
  1651. {
  1652. [DebuggerNonUserCode]
  1653. get
  1654. {
  1655. return this._Label15;
  1656. }
  1657. [DebuggerNonUserCode]
  1658. [MethodImpl(MethodImplOptions.Synchronized)]
  1659. set
  1660. {
  1661. this._Label15 = value;
  1662. }
  1663. }
  1664.  
  1665. internal virtual Label Label14
  1666. {
  1667. [DebuggerNonUserCode]
  1668. get
  1669. {
  1670. return this._Label14;
  1671. }
  1672. [DebuggerNonUserCode]
  1673. [MethodImpl(MethodImplOptions.Synchronized)]
  1674. set
  1675. {
  1676. this._Label14 = value;
  1677. }
  1678. }
  1679.  
  1680. internal virtual TextBox TextBox5
  1681. {
  1682. [DebuggerNonUserCode]
  1683. get
  1684. {
  1685. return this._TextBox5;
  1686. }
  1687. [DebuggerNonUserCode]
  1688. [MethodImpl(MethodImplOptions.Synchronized)]
  1689. set
  1690. {
  1691. this._TextBox5 = value;
  1692. }
  1693. }
  1694.  
  1695. internal virtual Button Button15
  1696. {
  1697. [DebuggerNonUserCode]
  1698. get
  1699. {
  1700. return this._Button15;
  1701. }
  1702. [DebuggerNonUserCode]
  1703. [MethodImpl(MethodImplOptions.Synchronized)]
  1704. set
  1705. {
  1706. this._Button15 = value;
  1707. }
  1708. }
  1709.  
  1710. internal virtual Button Button5
  1711. {
  1712. [DebuggerNonUserCode]
  1713. get
  1714. {
  1715. return this._Button5;
  1716. }
  1717. [DebuggerNonUserCode]
  1718. [MethodImpl(MethodImplOptions.Synchronized)]
  1719. set
  1720. {
  1721. EventHandler value2 = new EventHandler(this.Button5_Click);
  1722. bool flag = this._Button5 != null;
  1723. if (flag)
  1724. {
  1725. this._Button5.Click -= value2;
  1726. }
  1727. this._Button5 = value;
  1728. flag = (this._Button5 != null);
  1729. if (flag)
  1730. {
  1731. this._Button5.Click += value2;
  1732. }
  1733. }
  1734. }
  1735.  
  1736. internal virtual TextBox TextBox4
  1737. {
  1738. [DebuggerNonUserCode]
  1739. get
  1740. {
  1741. return this._TextBox4;
  1742. }
  1743. [DebuggerNonUserCode]
  1744. [MethodImpl(MethodImplOptions.Synchronized)]
  1745. set
  1746. {
  1747. this._TextBox4 = value;
  1748. }
  1749. }
  1750.  
  1751. internal virtual Label Label13
  1752. {
  1753. [DebuggerNonUserCode]
  1754. get
  1755. {
  1756. return this._Label13;
  1757. }
  1758. [DebuggerNonUserCode]
  1759. [MethodImpl(MethodImplOptions.Synchronized)]
  1760. set
  1761. {
  1762. this._Label13 = value;
  1763. }
  1764. }
  1765.  
  1766. internal virtual Label Label12
  1767. {
  1768. [DebuggerNonUserCode]
  1769. get
  1770. {
  1771. return this._Label12;
  1772. }
  1773. [DebuggerNonUserCode]
  1774. [MethodImpl(MethodImplOptions.Synchronized)]
  1775. set
  1776. {
  1777. this._Label12 = value;
  1778. }
  1779. }
  1780.  
  1781. internal virtual Label Label11
  1782. {
  1783. [DebuggerNonUserCode]
  1784. get
  1785. {
  1786. return this._Label11;
  1787. }
  1788. [DebuggerNonUserCode]
  1789. [MethodImpl(MethodImplOptions.Synchronized)]
  1790. set
  1791. {
  1792. this._Label11 = value;
  1793. }
  1794. }
  1795.  
  1796. internal virtual Label Label10
  1797. {
  1798. [DebuggerNonUserCode]
  1799. get
  1800. {
  1801. return this._Label10;
  1802. }
  1803. [DebuggerNonUserCode]
  1804. [MethodImpl(MethodImplOptions.Synchronized)]
  1805. set
  1806. {
  1807. this._Label10 = value;
  1808. }
  1809. }
  1810.  
  1811. internal virtual PictureBox PictureBox4
  1812. {
  1813. [DebuggerNonUserCode]
  1814. get
  1815. {
  1816. return this._PictureBox4;
  1817. }
  1818. [DebuggerNonUserCode]
  1819. [MethodImpl(MethodImplOptions.Synchronized)]
  1820. set
  1821. {
  1822. this._PictureBox4 = value;
  1823. }
  1824. }
  1825.  
  1826. internal virtual Label Label21
  1827. {
  1828. [DebuggerNonUserCode]
  1829. get
  1830. {
  1831. return this._Label21;
  1832. }
  1833. [DebuggerNonUserCode]
  1834. [MethodImpl(MethodImplOptions.Synchronized)]
  1835. set
  1836. {
  1837. this._Label21 = value;
  1838. }
  1839. }
  1840.  
  1841. internal virtual Label Label20
  1842. {
  1843. [DebuggerNonUserCode]
  1844. get
  1845. {
  1846. return this._Label20;
  1847. }
  1848. [DebuggerNonUserCode]
  1849. [MethodImpl(MethodImplOptions.Synchronized)]
  1850. set
  1851. {
  1852. this._Label20 = value;
  1853. }
  1854. }
  1855.  
  1856. internal virtual Label Label22
  1857. {
  1858. [DebuggerNonUserCode]
  1859. get
  1860. {
  1861. return this._Label22;
  1862. }
  1863. [DebuggerNonUserCode]
  1864. [MethodImpl(MethodImplOptions.Synchronized)]
  1865. set
  1866. {
  1867. EventHandler value2 = new EventHandler(this.Label22_Click);
  1868. bool flag = this._Label22 != null;
  1869. if (flag)
  1870. {
  1871. this._Label22.Click -= value2;
  1872. }
  1873. this._Label22 = value;
  1874. flag = (this._Label22 != null);
  1875. if (flag)
  1876. {
  1877. this._Label22.Click += value2;
  1878. }
  1879. }
  1880. }
  1881.  
  1882. internal virtual Panel loanPanel
  1883. {
  1884. [DebuggerNonUserCode]
  1885. get
  1886. {
  1887. return this._loanPanel;
  1888. }
  1889. [DebuggerNonUserCode]
  1890. [MethodImpl(MethodImplOptions.Synchronized)]
  1891. set
  1892. {
  1893. this._loanPanel = value;
  1894. }
  1895. }
  1896.  
  1897. internal virtual Label Label39
  1898. {
  1899. [DebuggerNonUserCode]
  1900. get
  1901. {
  1902. return this._Label39;
  1903. }
  1904. [DebuggerNonUserCode]
  1905. [MethodImpl(MethodImplOptions.Synchronized)]
  1906. set
  1907. {
  1908. this._Label39 = value;
  1909. }
  1910. }
  1911.  
  1912. internal virtual Button Button2
  1913. {
  1914. [DebuggerNonUserCode]
  1915. get
  1916. {
  1917. return this._Button2;
  1918. }
  1919. [DebuggerNonUserCode]
  1920. [MethodImpl(MethodImplOptions.Synchronized)]
  1921. set
  1922. {
  1923. EventHandler value2 = new EventHandler(this.Button2_Click);
  1924. bool flag = this._Button2 != null;
  1925. if (flag)
  1926. {
  1927. this._Button2.Click -= value2;
  1928. }
  1929. this._Button2 = value;
  1930. flag = (this._Button2 != null);
  1931. if (flag)
  1932. {
  1933. this._Button2.Click += value2;
  1934. }
  1935. }
  1936. }
  1937.  
  1938. internal virtual GroupBox GroupBox1
  1939. {
  1940. [DebuggerNonUserCode]
  1941. get
  1942. {
  1943. return this._GroupBox1;
  1944. }
  1945. [DebuggerNonUserCode]
  1946. [MethodImpl(MethodImplOptions.Synchronized)]
  1947. set
  1948. {
  1949. this._GroupBox1 = value;
  1950. }
  1951. }
  1952.  
  1953. internal virtual Label Label34
  1954. {
  1955. [DebuggerNonUserCode]
  1956. get
  1957. {
  1958. return this._Label34;
  1959. }
  1960. [DebuggerNonUserCode]
  1961. [MethodImpl(MethodImplOptions.Synchronized)]
  1962. set
  1963. {
  1964. this._Label34 = value;
  1965. }
  1966. }
  1967.  
  1968. internal virtual TextBox TextBox13
  1969. {
  1970. [DebuggerNonUserCode]
  1971. get
  1972. {
  1973. return this._TextBox13;
  1974. }
  1975. [DebuggerNonUserCode]
  1976. [MethodImpl(MethodImplOptions.Synchronized)]
  1977. set
  1978. {
  1979. this._TextBox13 = value;
  1980. }
  1981. }
  1982.  
  1983. internal virtual ComboBox ComboBox3
  1984. {
  1985. [DebuggerNonUserCode]
  1986. get
  1987. {
  1988. return this._ComboBox3;
  1989. }
  1990. [DebuggerNonUserCode]
  1991. [MethodImpl(MethodImplOptions.Synchronized)]
  1992. set
  1993. {
  1994. this._ComboBox3 = value;
  1995. }
  1996. }
  1997.  
  1998. internal virtual Label Label38
  1999. {
  2000. [DebuggerNonUserCode]
  2001. get
  2002. {
  2003. return this._Label38;
  2004. }
  2005. [DebuggerNonUserCode]
  2006. [MethodImpl(MethodImplOptions.Synchronized)]
  2007. set
  2008. {
  2009. this._Label38 = value;
  2010. }
  2011. }
  2012.  
  2013. internal virtual ComboBox ComboBox2
  2014. {
  2015. [DebuggerNonUserCode]
  2016. get
  2017. {
  2018. return this._ComboBox2;
  2019. }
  2020. [DebuggerNonUserCode]
  2021. [MethodImpl(MethodImplOptions.Synchronized)]
  2022. set
  2023. {
  2024. this._ComboBox2 = value;
  2025. }
  2026. }
  2027.  
  2028. internal virtual Label Label37
  2029. {
  2030. [DebuggerNonUserCode]
  2031. get
  2032. {
  2033. return this._Label37;
  2034. }
  2035. [DebuggerNonUserCode]
  2036. [MethodImpl(MethodImplOptions.Synchronized)]
  2037. set
  2038. {
  2039. this._Label37 = value;
  2040. }
  2041. }
  2042.  
  2043. internal virtual Label Label35
  2044. {
  2045. [DebuggerNonUserCode]
  2046. get
  2047. {
  2048. return this._Label35;
  2049. }
  2050. [DebuggerNonUserCode]
  2051. [MethodImpl(MethodImplOptions.Synchronized)]
  2052. set
  2053. {
  2054. this._Label35 = value;
  2055. }
  2056. }
  2057.  
  2058. internal virtual TextBox TextBox14
  2059. {
  2060. [DebuggerNonUserCode]
  2061. get
  2062. {
  2063. return this._TextBox14;
  2064. }
  2065. [DebuggerNonUserCode]
  2066. [MethodImpl(MethodImplOptions.Synchronized)]
  2067. set
  2068. {
  2069. this._TextBox14 = value;
  2070. }
  2071. }
  2072.  
  2073. internal virtual Label Label36
  2074. {
  2075. [DebuggerNonUserCode]
  2076. get
  2077. {
  2078. return this._Label36;
  2079. }
  2080. [DebuggerNonUserCode]
  2081. [MethodImpl(MethodImplOptions.Synchronized)]
  2082. set
  2083. {
  2084. this._Label36 = value;
  2085. }
  2086. }
  2087.  
  2088. internal virtual TextBox TextBox15
  2089. {
  2090. [DebuggerNonUserCode]
  2091. get
  2092. {
  2093. return this._TextBox15;
  2094. }
  2095. [DebuggerNonUserCode]
  2096. [MethodImpl(MethodImplOptions.Synchronized)]
  2097. set
  2098. {
  2099. this._TextBox15 = value;
  2100. }
  2101. }
  2102.  
  2103. internal virtual Label Label33
  2104. {
  2105. [DebuggerNonUserCode]
  2106. get
  2107. {
  2108. return this._Label33;
  2109. }
  2110. [DebuggerNonUserCode]
  2111. [MethodImpl(MethodImplOptions.Synchronized)]
  2112. set
  2113. {
  2114. this._Label33 = value;
  2115. }
  2116. }
  2117.  
  2118. internal virtual TextBox TextBox12
  2119. {
  2120. [DebuggerNonUserCode]
  2121. get
  2122. {
  2123. return this._TextBox12;
  2124. }
  2125. [DebuggerNonUserCode]
  2126. [MethodImpl(MethodImplOptions.Synchronized)]
  2127. set
  2128. {
  2129. this._TextBox12 = value;
  2130. }
  2131. }
  2132.  
  2133. internal virtual Label Label31
  2134. {
  2135. [DebuggerNonUserCode]
  2136. get
  2137. {
  2138. return this._Label31;
  2139. }
  2140. [DebuggerNonUserCode]
  2141. [MethodImpl(MethodImplOptions.Synchronized)]
  2142. set
  2143. {
  2144. this._Label31 = value;
  2145. }
  2146. }
  2147.  
  2148. internal virtual TextBox TextBox10
  2149. {
  2150. [DebuggerNonUserCode]
  2151. get
  2152. {
  2153. return this._TextBox10;
  2154. }
  2155. [DebuggerNonUserCode]
  2156. [MethodImpl(MethodImplOptions.Synchronized)]
  2157. set
  2158. {
  2159. this._TextBox10 = value;
  2160. }
  2161. }
  2162.  
  2163. internal virtual Label Label30
  2164. {
  2165. [DebuggerNonUserCode]
  2166. get
  2167. {
  2168. return this._Label30;
  2169. }
  2170. [DebuggerNonUserCode]
  2171. [MethodImpl(MethodImplOptions.Synchronized)]
  2172. set
  2173. {
  2174. this._Label30 = value;
  2175. }
  2176. }
  2177.  
  2178. internal virtual TextBox TextBox9
  2179. {
  2180. [DebuggerNonUserCode]
  2181. get
  2182. {
  2183. return this._TextBox9;
  2184. }
  2185. [DebuggerNonUserCode]
  2186. [MethodImpl(MethodImplOptions.Synchronized)]
  2187. set
  2188. {
  2189. this._TextBox9 = value;
  2190. }
  2191. }
  2192.  
  2193. internal virtual Label Label32
  2194. {
  2195. [DebuggerNonUserCode]
  2196. get
  2197. {
  2198. return this._Label32;
  2199. }
  2200. [DebuggerNonUserCode]
  2201. [MethodImpl(MethodImplOptions.Synchronized)]
  2202. set
  2203. {
  2204. this._Label32 = value;
  2205. }
  2206. }
  2207.  
  2208. internal virtual TextBox TextBox11
  2209. {
  2210. [DebuggerNonUserCode]
  2211. get
  2212. {
  2213. return this._TextBox11;
  2214. }
  2215. [DebuggerNonUserCode]
  2216. [MethodImpl(MethodImplOptions.Synchronized)]
  2217. set
  2218. {
  2219. this._TextBox11 = value;
  2220. }
  2221. }
  2222.  
  2223. internal virtual Label Label29
  2224. {
  2225. [DebuggerNonUserCode]
  2226. get
  2227. {
  2228. return this._Label29;
  2229. }
  2230. [DebuggerNonUserCode]
  2231. [MethodImpl(MethodImplOptions.Synchronized)]
  2232. set
  2233. {
  2234. this._Label29 = value;
  2235. }
  2236. }
  2237.  
  2238. internal virtual DateTimePicker DateTimePicker1
  2239. {
  2240. [DebuggerNonUserCode]
  2241. get
  2242. {
  2243. return this._DateTimePicker1;
  2244. }
  2245. [DebuggerNonUserCode]
  2246. [MethodImpl(MethodImplOptions.Synchronized)]
  2247. set
  2248. {
  2249. this._DateTimePicker1 = value;
  2250. }
  2251. }
  2252.  
  2253. internal virtual Label Label28
  2254. {
  2255. [DebuggerNonUserCode]
  2256. get
  2257. {
  2258. return this._Label28;
  2259. }
  2260. [DebuggerNonUserCode]
  2261. [MethodImpl(MethodImplOptions.Synchronized)]
  2262. set
  2263. {
  2264. this._Label28 = value;
  2265. }
  2266. }
  2267.  
  2268. internal virtual TextBox TextBox8
  2269. {
  2270. [DebuggerNonUserCode]
  2271. get
  2272. {
  2273. return this._TextBox8;
  2274. }
  2275. [DebuggerNonUserCode]
  2276. [MethodImpl(MethodImplOptions.Synchronized)]
  2277. set
  2278. {
  2279. this._TextBox8 = value;
  2280. }
  2281. }
  2282.  
  2283. internal virtual Label Label27
  2284. {
  2285. [DebuggerNonUserCode]
  2286. get
  2287. {
  2288. return this._Label27;
  2289. }
  2290. [DebuggerNonUserCode]
  2291. [MethodImpl(MethodImplOptions.Synchronized)]
  2292. set
  2293. {
  2294. this._Label27 = value;
  2295. }
  2296. }
  2297.  
  2298. internal virtual TextBox TextBox7
  2299. {
  2300. [DebuggerNonUserCode]
  2301. get
  2302. {
  2303. return this._TextBox7;
  2304. }
  2305. [DebuggerNonUserCode]
  2306. [MethodImpl(MethodImplOptions.Synchronized)]
  2307. set
  2308. {
  2309. this._TextBox7 = value;
  2310. }
  2311. }
  2312.  
  2313. internal virtual Label Label26
  2314. {
  2315. [DebuggerNonUserCode]
  2316. get
  2317. {
  2318. return this._Label26;
  2319. }
  2320. [DebuggerNonUserCode]
  2321. [MethodImpl(MethodImplOptions.Synchronized)]
  2322. set
  2323. {
  2324. this._Label26 = value;
  2325. }
  2326. }
  2327.  
  2328. internal virtual ComboBox ComboBox1
  2329. {
  2330. [DebuggerNonUserCode]
  2331. get
  2332. {
  2333. return this._ComboBox1;
  2334. }
  2335. [DebuggerNonUserCode]
  2336. [MethodImpl(MethodImplOptions.Synchronized)]
  2337. set
  2338. {
  2339. this._ComboBox1 = value;
  2340. }
  2341. }
  2342.  
  2343. internal virtual Label Label25
  2344. {
  2345. [DebuggerNonUserCode]
  2346. get
  2347. {
  2348. return this._Label25;
  2349. }
  2350. [DebuggerNonUserCode]
  2351. [MethodImpl(MethodImplOptions.Synchronized)]
  2352. set
  2353. {
  2354. this._Label25 = value;
  2355. }
  2356. }
  2357.  
  2358. internal virtual TextBox TextBox6
  2359. {
  2360. [DebuggerNonUserCode]
  2361. get
  2362. {
  2363. return this._TextBox6;
  2364. }
  2365. [DebuggerNonUserCode]
  2366. [MethodImpl(MethodImplOptions.Synchronized)]
  2367. set
  2368. {
  2369. this._TextBox6 = value;
  2370. }
  2371. }
  2372.  
  2373. internal virtual Label Label23
  2374. {
  2375. [DebuggerNonUserCode]
  2376. get
  2377. {
  2378. return this._Label23;
  2379. }
  2380. [DebuggerNonUserCode]
  2381. [MethodImpl(MethodImplOptions.Synchronized)]
  2382. set
  2383. {
  2384. this._Label23 = value;
  2385. }
  2386. }
  2387.  
  2388. internal virtual Label Label24
  2389. {
  2390. [DebuggerNonUserCode]
  2391. get
  2392. {
  2393. return this._Label24;
  2394. }
  2395. [DebuggerNonUserCode]
  2396. [MethodImpl(MethodImplOptions.Synchronized)]
  2397. set
  2398. {
  2399. this._Label24 = value;
  2400. }
  2401. }
  2402.  
  2403. internal virtual Button Button4
  2404. {
  2405. [DebuggerNonUserCode]
  2406. get
  2407. {
  2408. return this._Button4;
  2409. }
  2410. [DebuggerNonUserCode]
  2411. [MethodImpl(MethodImplOptions.Synchronized)]
  2412. set
  2413. {
  2414. this._Button4 = value;
  2415. }
  2416. }
  2417.  
  2418. internal virtual Label Label41
  2419. {
  2420. [DebuggerNonUserCode]
  2421. get
  2422. {
  2423. return this._Label41;
  2424. }
  2425. [DebuggerNonUserCode]
  2426. [MethodImpl(MethodImplOptions.Synchronized)]
  2427. set
  2428. {
  2429. this._Label41 = value;
  2430. }
  2431. }
  2432.  
  2433. internal virtual Button Button3
  2434. {
  2435. [DebuggerNonUserCode]
  2436. get
  2437. {
  2438. return this._Button3;
  2439. }
  2440. [DebuggerNonUserCode]
  2441. [MethodImpl(MethodImplOptions.Synchronized)]
  2442. set
  2443. {
  2444. this._Button3 = value;
  2445. }
  2446. }
  2447.  
  2448. internal virtual Label Label40
  2449. {
  2450. [DebuggerNonUserCode]
  2451. get
  2452. {
  2453. return this._Label40;
  2454. }
  2455. [DebuggerNonUserCode]
  2456. [MethodImpl(MethodImplOptions.Synchronized)]
  2457. set
  2458. {
  2459. this._Label40 = value;
  2460. }
  2461. }
  2462.  
  2463. internal virtual Panel step2
  2464. {
  2465. [DebuggerNonUserCode]
  2466. get
  2467. {
  2468. return this._step2;
  2469. }
  2470. [DebuggerNonUserCode]
  2471. [MethodImpl(MethodImplOptions.Synchronized)]
  2472. set
  2473. {
  2474. this._step2 = value;
  2475. }
  2476. }
  2477.  
  2478. internal virtual Panel Panel10
  2479. {
  2480. [DebuggerNonUserCode]
  2481. get
  2482. {
  2483. return this._Panel10;
  2484. }
  2485. [DebuggerNonUserCode]
  2486. [MethodImpl(MethodImplOptions.Synchronized)]
  2487. set
  2488. {
  2489. this._Panel10 = value;
  2490. }
  2491. }
  2492.  
  2493. internal virtual Button goldBtn
  2494. {
  2495. [DebuggerNonUserCode]
  2496. get
  2497. {
  2498. return this._goldBtn;
  2499. }
  2500. [DebuggerNonUserCode]
  2501. [MethodImpl(MethodImplOptions.Synchronized)]
  2502. set
  2503. {
  2504. EventHandler value2 = new EventHandler(this.goldBtn_Click);
  2505. bool flag = this._goldBtn != null;
  2506. if (flag)
  2507. {
  2508. this._goldBtn.Click -= value2;
  2509. }
  2510. this._goldBtn = value;
  2511. flag = (this._goldBtn != null);
  2512. if (flag)
  2513. {
  2514. this._goldBtn.Click += value2;
  2515. }
  2516. }
  2517. }
  2518.  
  2519. internal virtual Label Label50
  2520. {
  2521. [DebuggerNonUserCode]
  2522. get
  2523. {
  2524. return this._Label50;
  2525. }
  2526. [DebuggerNonUserCode]
  2527. [MethodImpl(MethodImplOptions.Synchronized)]
  2528. set
  2529. {
  2530. this._Label50 = value;
  2531. }
  2532. }
  2533.  
  2534. internal virtual Label Label51
  2535. {
  2536. [DebuggerNonUserCode]
  2537. get
  2538. {
  2539. return this._Label51;
  2540. }
  2541. [DebuggerNonUserCode]
  2542. [MethodImpl(MethodImplOptions.Synchronized)]
  2543. set
  2544. {
  2545. this._Label51 = value;
  2546. }
  2547. }
  2548.  
  2549. internal virtual Label Label52
  2550. {
  2551. [DebuggerNonUserCode]
  2552. get
  2553. {
  2554. return this._Label52;
  2555. }
  2556. [DebuggerNonUserCode]
  2557. [MethodImpl(MethodImplOptions.Synchronized)]
  2558. set
  2559. {
  2560. this._Label52 = value;
  2561. }
  2562. }
  2563.  
  2564. internal virtual Panel Panel9
  2565. {
  2566. [DebuggerNonUserCode]
  2567. get
  2568. {
  2569. return this._Panel9;
  2570. }
  2571. [DebuggerNonUserCode]
  2572. [MethodImpl(MethodImplOptions.Synchronized)]
  2573. set
  2574. {
  2575. this._Panel9 = value;
  2576. }
  2577. }
  2578.  
  2579. internal virtual Button silverBtn
  2580. {
  2581. [DebuggerNonUserCode]
  2582. get
  2583. {
  2584. return this._silverBtn;
  2585. }
  2586. [DebuggerNonUserCode]
  2587. [MethodImpl(MethodImplOptions.Synchronized)]
  2588. set
  2589. {
  2590. EventHandler value2 = new EventHandler(this.silverBtn_Click);
  2591. bool flag = this._silverBtn != null;
  2592. if (flag)
  2593. {
  2594. this._silverBtn.Click -= value2;
  2595. }
  2596. this._silverBtn = value;
  2597. flag = (this._silverBtn != null);
  2598. if (flag)
  2599. {
  2600. this._silverBtn.Click += value2;
  2601. }
  2602. }
  2603. }
  2604.  
  2605. internal virtual Label Label47
  2606. {
  2607. [DebuggerNonUserCode]
  2608. get
  2609. {
  2610. return this._Label47;
  2611. }
  2612. [DebuggerNonUserCode]
  2613. [MethodImpl(MethodImplOptions.Synchronized)]
  2614. set
  2615. {
  2616. this._Label47 = value;
  2617. }
  2618. }
  2619.  
  2620. internal virtual Label Label48
  2621. {
  2622. [DebuggerNonUserCode]
  2623. get
  2624. {
  2625. return this._Label48;
  2626. }
  2627. [DebuggerNonUserCode]
  2628. [MethodImpl(MethodImplOptions.Synchronized)]
  2629. set
  2630. {
  2631. this._Label48 = value;
  2632. }
  2633. }
  2634.  
  2635. internal virtual Label Label49
  2636. {
  2637. [DebuggerNonUserCode]
  2638. get
  2639. {
  2640. return this._Label49;
  2641. }
  2642. [DebuggerNonUserCode]
  2643. [MethodImpl(MethodImplOptions.Synchronized)]
  2644. set
  2645. {
  2646. this._Label49 = value;
  2647. }
  2648. }
  2649.  
  2650. internal virtual Panel Panel8
  2651. {
  2652. [DebuggerNonUserCode]
  2653. get
  2654. {
  2655. return this._Panel8;
  2656. }
  2657. [DebuggerNonUserCode]
  2658. [MethodImpl(MethodImplOptions.Synchronized)]
  2659. set
  2660. {
  2661. this._Panel8 = value;
  2662. }
  2663. }
  2664.  
  2665. internal virtual Button bronzeBtn
  2666. {
  2667. [DebuggerNonUserCode]
  2668. get
  2669. {
  2670. return this._bronzeBtn;
  2671. }
  2672. [DebuggerNonUserCode]
  2673. [MethodImpl(MethodImplOptions.Synchronized)]
  2674. set
  2675. {
  2676. EventHandler value2 = new EventHandler(this.bronzeBtn_Click);
  2677. bool flag = this._bronzeBtn != null;
  2678. if (flag)
  2679. {
  2680. this._bronzeBtn.Click -= value2;
  2681. }
  2682. this._bronzeBtn = value;
  2683. flag = (this._bronzeBtn != null);
  2684. if (flag)
  2685. {
  2686. this._bronzeBtn.Click += value2;
  2687. }
  2688. }
  2689. }
  2690.  
  2691. internal virtual Label Label46
  2692. {
  2693. [DebuggerNonUserCode]
  2694. get
  2695. {
  2696. return this._Label46;
  2697. }
  2698. [DebuggerNonUserCode]
  2699. [MethodImpl(MethodImplOptions.Synchronized)]
  2700. set
  2701. {
  2702. this._Label46 = value;
  2703. }
  2704. }
  2705.  
  2706. internal virtual Label Label44
  2707. {
  2708. [DebuggerNonUserCode]
  2709. get
  2710. {
  2711. return this._Label44;
  2712. }
  2713. [DebuggerNonUserCode]
  2714. [MethodImpl(MethodImplOptions.Synchronized)]
  2715. set
  2716. {
  2717. this._Label44 = value;
  2718. }
  2719. }
  2720.  
  2721. internal virtual Label Label45
  2722. {
  2723. [DebuggerNonUserCode]
  2724. get
  2725. {
  2726. return this._Label45;
  2727. }
  2728. [DebuggerNonUserCode]
  2729. [MethodImpl(MethodImplOptions.Synchronized)]
  2730. set
  2731. {
  2732. this._Label45 = value;
  2733. }
  2734. }
  2735.  
  2736. internal virtual Label Label42
  2737. {
  2738. [DebuggerNonUserCode]
  2739. get
  2740. {
  2741. return this._Label42;
  2742. }
  2743. [DebuggerNonUserCode]
  2744. [MethodImpl(MethodImplOptions.Synchronized)]
  2745. set
  2746. {
  2747. this._Label42 = value;
  2748. }
  2749. }
  2750.  
  2751. internal virtual Label Label43
  2752. {
  2753. [DebuggerNonUserCode]
  2754. get
  2755. {
  2756. return this._Label43;
  2757. }
  2758. [DebuggerNonUserCode]
  2759. [MethodImpl(MethodImplOptions.Synchronized)]
  2760. set
  2761. {
  2762. this._Label43 = value;
  2763. }
  2764. }
  2765.  
  2766. internal virtual Label Label53
  2767. {
  2768. [DebuggerNonUserCode]
  2769. get
  2770. {
  2771. return this._Label53;
  2772. }
  2773. [DebuggerNonUserCode]
  2774. [MethodImpl(MethodImplOptions.Synchronized)]
  2775. set
  2776. {
  2777. this._Label53 = value;
  2778. }
  2779. }
  2780.  
  2781. internal virtual Button Button22
  2782. {
  2783. [DebuggerNonUserCode]
  2784. get
  2785. {
  2786. return this._Button22;
  2787. }
  2788. [DebuggerNonUserCode]
  2789. [MethodImpl(MethodImplOptions.Synchronized)]
  2790. set
  2791. {
  2792. EventHandler value2 = new EventHandler(this.Button22_Click);
  2793. bool flag = this._Button22 != null;
  2794. if (flag)
  2795. {
  2796. this._Button22.Click -= value2;
  2797. }
  2798. this._Button22 = value;
  2799. flag = (this._Button22 != null);
  2800. if (flag)
  2801. {
  2802. this._Button22.Click += value2;
  2803. }
  2804. }
  2805. }
  2806.  
  2807. internal virtual Button Button18
  2808. {
  2809. [DebuggerNonUserCode]
  2810. get
  2811. {
  2812. return this._Button18;
  2813. }
  2814. [DebuggerNonUserCode]
  2815. [MethodImpl(MethodImplOptions.Synchronized)]
  2816. set
  2817. {
  2818. EventHandler value2 = new EventHandler(this.Button18_Click);
  2819. bool flag = this._Button18 != null;
  2820. if (flag)
  2821. {
  2822. this._Button18.Click -= value2;
  2823. }
  2824. this._Button18 = value;
  2825. flag = (this._Button18 != null);
  2826. if (flag)
  2827. {
  2828. this._Button18.Click += value2;
  2829. }
  2830. }
  2831. }
  2832.  
  2833. internal virtual Button Button20
  2834. {
  2835. [DebuggerNonUserCode]
  2836. get
  2837. {
  2838. return this._Button20;
  2839. }
  2840. [DebuggerNonUserCode]
  2841. [MethodImpl(MethodImplOptions.Synchronized)]
  2842. set
  2843. {
  2844. this._Button20 = value;
  2845. }
  2846. }
  2847.  
  2848. internal virtual Label Label54
  2849. {
  2850. [DebuggerNonUserCode]
  2851. get
  2852. {
  2853. return this._Label54;
  2854. }
  2855. [DebuggerNonUserCode]
  2856. [MethodImpl(MethodImplOptions.Synchronized)]
  2857. set
  2858. {
  2859. this._Label54 = value;
  2860. }
  2861. }
  2862.  
  2863. internal virtual Panel step3
  2864. {
  2865. [DebuggerNonUserCode]
  2866. get
  2867. {
  2868. return this._step3;
  2869. }
  2870. [DebuggerNonUserCode]
  2871. [MethodImpl(MethodImplOptions.Synchronized)]
  2872. set
  2873. {
  2874. this._step3 = value;
  2875. }
  2876. }
  2877.  
  2878. internal virtual Button Button24
  2879. {
  2880. [DebuggerNonUserCode]
  2881. get
  2882. {
  2883. return this._Button24;
  2884. }
  2885. [DebuggerNonUserCode]
  2886. [MethodImpl(MethodImplOptions.Synchronized)]
  2887. set
  2888. {
  2889. EventHandler value2 = new EventHandler(this.Button24_Click);
  2890. bool flag = this._Button24 != null;
  2891. if (flag)
  2892. {
  2893. this._Button24.Click -= value2;
  2894. }
  2895. this._Button24 = value;
  2896. flag = (this._Button24 != null);
  2897. if (flag)
  2898. {
  2899. this._Button24.Click += value2;
  2900. }
  2901. }
  2902. }
  2903.  
  2904. internal virtual RadioButton RadioButton1
  2905. {
  2906. [DebuggerNonUserCode]
  2907. get
  2908. {
  2909. return this._RadioButton1;
  2910. }
  2911. [DebuggerNonUserCode]
  2912. [MethodImpl(MethodImplOptions.Synchronized)]
  2913. set
  2914. {
  2915. this._RadioButton1 = value;
  2916. }
  2917. }
  2918.  
  2919. internal virtual Label Label62
  2920. {
  2921. [DebuggerNonUserCode]
  2922. get
  2923. {
  2924. return this._Label62;
  2925. }
  2926. [DebuggerNonUserCode]
  2927. [MethodImpl(MethodImplOptions.Synchronized)]
  2928. set
  2929. {
  2930. this._Label62 = value;
  2931. }
  2932. }
  2933.  
  2934. internal virtual Button Button23
  2935. {
  2936. [DebuggerNonUserCode]
  2937. get
  2938. {
  2939. return this._Button23;
  2940. }
  2941. [DebuggerNonUserCode]
  2942. [MethodImpl(MethodImplOptions.Synchronized)]
  2943. set
  2944. {
  2945. EventHandler value2 = new EventHandler(this.Button23_Click);
  2946. bool flag = this._Button23 != null;
  2947. if (flag)
  2948. {
  2949. this._Button23.Click -= value2;
  2950. }
  2951. this._Button23 = value;
  2952. flag = (this._Button23 != null);
  2953. if (flag)
  2954. {
  2955. this._Button23.Click += value2;
  2956. }
  2957. }
  2958. }
  2959.  
  2960. internal virtual Button Button21
  2961. {
  2962. [DebuggerNonUserCode]
  2963. get
  2964. {
  2965. return this._Button21;
  2966. }
  2967. [DebuggerNonUserCode]
  2968. [MethodImpl(MethodImplOptions.Synchronized)]
  2969. set
  2970. {
  2971. EventHandler value2 = new EventHandler(this.Button21_Click);
  2972. bool flag = this._Button21 != null;
  2973. if (flag)
  2974. {
  2975. this._Button21.Click -= value2;
  2976. }
  2977. this._Button21 = value;
  2978. flag = (this._Button21 != null);
  2979. if (flag)
  2980. {
  2981. this._Button21.Click += value2;
  2982. }
  2983. }
  2984. }
  2985.  
  2986. internal virtual PictureBox PictureBox5
  2987. {
  2988. [DebuggerNonUserCode]
  2989. get
  2990. {
  2991. return this._PictureBox5;
  2992. }
  2993. [DebuggerNonUserCode]
  2994. [MethodImpl(MethodImplOptions.Synchronized)]
  2995. set
  2996. {
  2997. this._PictureBox5 = value;
  2998. }
  2999. }
  3000.  
  3001. internal virtual Label Label61
  3002. {
  3003. [DebuggerNonUserCode]
  3004. get
  3005. {
  3006. return this._Label61;
  3007. }
  3008. [DebuggerNonUserCode]
  3009. [MethodImpl(MethodImplOptions.Synchronized)]
  3010. set
  3011. {
  3012. this._Label61 = value;
  3013. }
  3014. }
  3015.  
  3016. internal virtual Label Label60
  3017. {
  3018. [DebuggerNonUserCode]
  3019. get
  3020. {
  3021. return this._Label60;
  3022. }
  3023. [DebuggerNonUserCode]
  3024. [MethodImpl(MethodImplOptions.Synchronized)]
  3025. set
  3026. {
  3027. this._Label60 = value;
  3028. }
  3029. }
  3030.  
  3031. internal virtual Label Label59
  3032. {
  3033. [DebuggerNonUserCode]
  3034. get
  3035. {
  3036. return this._Label59;
  3037. }
  3038. [DebuggerNonUserCode]
  3039. [MethodImpl(MethodImplOptions.Synchronized)]
  3040. set
  3041. {
  3042. this._Label59 = value;
  3043. }
  3044. }
  3045.  
  3046. internal virtual DateTimePicker DateTimePicker2
  3047. {
  3048. [DebuggerNonUserCode]
  3049. get
  3050. {
  3051. return this._DateTimePicker2;
  3052. }
  3053. [DebuggerNonUserCode]
  3054. [MethodImpl(MethodImplOptions.Synchronized)]
  3055. set
  3056. {
  3057. this._DateTimePicker2 = value;
  3058. }
  3059. }
  3060.  
  3061. internal virtual Label Label58
  3062. {
  3063. [DebuggerNonUserCode]
  3064. get
  3065. {
  3066. return this._Label58;
  3067. }
  3068. [DebuggerNonUserCode]
  3069. [MethodImpl(MethodImplOptions.Synchronized)]
  3070. set
  3071. {
  3072. this._Label58 = value;
  3073. }
  3074. }
  3075.  
  3076. internal virtual TextBox TextBox16
  3077. {
  3078. [DebuggerNonUserCode]
  3079. get
  3080. {
  3081. return this._TextBox16;
  3082. }
  3083. [DebuggerNonUserCode]
  3084. [MethodImpl(MethodImplOptions.Synchronized)]
  3085. set
  3086. {
  3087. this._TextBox16 = value;
  3088. }
  3089. }
  3090.  
  3091. internal virtual ComboBox ComboBox4
  3092. {
  3093. [DebuggerNonUserCode]
  3094. get
  3095. {
  3096. return this._ComboBox4;
  3097. }
  3098. [DebuggerNonUserCode]
  3099. [MethodImpl(MethodImplOptions.Synchronized)]
  3100. set
  3101. {
  3102. this._ComboBox4 = value;
  3103. }
  3104. }
  3105.  
  3106. internal virtual Label Label57
  3107. {
  3108. [DebuggerNonUserCode]
  3109. get
  3110. {
  3111. return this._Label57;
  3112. }
  3113. [DebuggerNonUserCode]
  3114. [MethodImpl(MethodImplOptions.Synchronized)]
  3115. set
  3116. {
  3117. this._Label57 = value;
  3118. }
  3119. }
  3120.  
  3121. internal virtual Label Label55
  3122. {
  3123. [DebuggerNonUserCode]
  3124. get
  3125. {
  3126. return this._Label55;
  3127. }
  3128. [DebuggerNonUserCode]
  3129. [MethodImpl(MethodImplOptions.Synchronized)]
  3130. set
  3131. {
  3132. this._Label55 = value;
  3133. }
  3134. }
  3135.  
  3136. internal virtual Label Label56
  3137. {
  3138. [DebuggerNonUserCode]
  3139. get
  3140. {
  3141. return this._Label56;
  3142. }
  3143. [DebuggerNonUserCode]
  3144. [MethodImpl(MethodImplOptions.Synchronized)]
  3145. set
  3146. {
  3147. this._Label56 = value;
  3148. }
  3149. }
  3150.  
  3151. internal virtual Panel step4
  3152. {
  3153. [DebuggerNonUserCode]
  3154. get
  3155. {
  3156. return this._step4;
  3157. }
  3158. [DebuggerNonUserCode]
  3159. [MethodImpl(MethodImplOptions.Synchronized)]
  3160. set
  3161. {
  3162. this._step4 = value;
  3163. }
  3164. }
  3165.  
  3166. internal virtual Button Button30
  3167. {
  3168. [DebuggerNonUserCode]
  3169. get
  3170. {
  3171. return this._Button30;
  3172. }
  3173. [DebuggerNonUserCode]
  3174. [MethodImpl(MethodImplOptions.Synchronized)]
  3175. set
  3176. {
  3177. EventHandler value2 = new EventHandler(this.Button30_Click);
  3178. bool flag = this._Button30 != null;
  3179. if (flag)
  3180. {
  3181. this._Button30.Click -= value2;
  3182. }
  3183. this._Button30 = value;
  3184. flag = (this._Button30 != null);
  3185. if (flag)
  3186. {
  3187. this._Button30.Click += value2;
  3188. }
  3189. }
  3190. }
  3191.  
  3192. internal virtual GroupBox GroupBox2
  3193. {
  3194. [DebuggerNonUserCode]
  3195. get
  3196. {
  3197. return this._GroupBox2;
  3198. }
  3199. [DebuggerNonUserCode]
  3200. [MethodImpl(MethodImplOptions.Synchronized)]
  3201. set
  3202. {
  3203. this._GroupBox2 = value;
  3204. }
  3205. }
  3206.  
  3207. internal virtual TextBox TextBox17
  3208. {
  3209. [DebuggerNonUserCode]
  3210. get
  3211. {
  3212. return this._TextBox17;
  3213. }
  3214. [DebuggerNonUserCode]
  3215. [MethodImpl(MethodImplOptions.Synchronized)]
  3216. set
  3217. {
  3218. this._TextBox17 = value;
  3219. }
  3220. }
  3221.  
  3222. internal virtual Button Button29
  3223. {
  3224. [DebuggerNonUserCode]
  3225. get
  3226. {
  3227. return this._Button29;
  3228. }
  3229. [DebuggerNonUserCode]
  3230. [MethodImpl(MethodImplOptions.Synchronized)]
  3231. set
  3232. {
  3233. this._Button29 = value;
  3234. }
  3235. }
  3236.  
  3237. internal virtual Button Button28
  3238. {
  3239. [DebuggerNonUserCode]
  3240. get
  3241. {
  3242. return this._Button28;
  3243. }
  3244. [DebuggerNonUserCode]
  3245. [MethodImpl(MethodImplOptions.Synchronized)]
  3246. set
  3247. {
  3248. EventHandler value2 = new EventHandler(this.Button28_Click);
  3249. bool flag = this._Button28 != null;
  3250. if (flag)
  3251. {
  3252. this._Button28.Click -= value2;
  3253. }
  3254. this._Button28 = value;
  3255. flag = (this._Button28 != null);
  3256. if (flag)
  3257. {
  3258. this._Button28.Click += value2;
  3259. }
  3260. }
  3261. }
  3262.  
  3263. internal virtual Button Button27
  3264. {
  3265. [DebuggerNonUserCode]
  3266. get
  3267. {
  3268. return this._Button27;
  3269. }
  3270. [DebuggerNonUserCode]
  3271. [MethodImpl(MethodImplOptions.Synchronized)]
  3272. set
  3273. {
  3274. EventHandler value2 = new EventHandler(this.Button27_Click);
  3275. bool flag = this._Button27 != null;
  3276. if (flag)
  3277. {
  3278. this._Button27.Click -= value2;
  3279. }
  3280. this._Button27 = value;
  3281. flag = (this._Button27 != null);
  3282. if (flag)
  3283. {
  3284. this._Button27.Click += value2;
  3285. }
  3286. }
  3287. }
  3288.  
  3289. internal virtual Button Button26
  3290. {
  3291. [DebuggerNonUserCode]
  3292. get
  3293. {
  3294. return this._Button26;
  3295. }
  3296. [DebuggerNonUserCode]
  3297. [MethodImpl(MethodImplOptions.Synchronized)]
  3298. set
  3299. {
  3300. EventHandler value2 = new EventHandler(this.Button26_Click);
  3301. bool flag = this._Button26 != null;
  3302. if (flag)
  3303. {
  3304. this._Button26.Click -= value2;
  3305. }
  3306. this._Button26 = value;
  3307. flag = (this._Button26 != null);
  3308. if (flag)
  3309. {
  3310. this._Button26.Click += value2;
  3311. }
  3312. }
  3313. }
  3314.  
  3315. internal virtual Button Button25
  3316. {
  3317. [DebuggerNonUserCode]
  3318. get
  3319. {
  3320. return this._Button25;
  3321. }
  3322. [DebuggerNonUserCode]
  3323. [MethodImpl(MethodImplOptions.Synchronized)]
  3324. set
  3325. {
  3326. EventHandler value2 = new EventHandler(this.Button25_Click);
  3327. bool flag = this._Button25 != null;
  3328. if (flag)
  3329. {
  3330. this._Button25.Click -= value2;
  3331. }
  3332. this._Button25 = value;
  3333. flag = (this._Button25 != null);
  3334. if (flag)
  3335. {
  3336. this._Button25.Click += value2;
  3337. }
  3338. }
  3339. }
  3340.  
  3341. internal virtual Label Label65
  3342. {
  3343. [DebuggerNonUserCode]
  3344. get
  3345. {
  3346. return this._Label65;
  3347. }
  3348. [DebuggerNonUserCode]
  3349. [MethodImpl(MethodImplOptions.Synchronized)]
  3350. set
  3351. {
  3352. this._Label65 = value;
  3353. }
  3354. }
  3355.  
  3356. internal virtual Label Label63
  3357. {
  3358. [DebuggerNonUserCode]
  3359. get
  3360. {
  3361. return this._Label63;
  3362. }
  3363. [DebuggerNonUserCode]
  3364. [MethodImpl(MethodImplOptions.Synchronized)]
  3365. set
  3366. {
  3367. this._Label63 = value;
  3368. }
  3369. }
  3370.  
  3371. internal virtual Label Label64
  3372. {
  3373. [DebuggerNonUserCode]
  3374. get
  3375. {
  3376. return this._Label64;
  3377. }
  3378. [DebuggerNonUserCode]
  3379. [MethodImpl(MethodImplOptions.Synchronized)]
  3380. set
  3381. {
  3382. this._Label64 = value;
  3383. }
  3384. }
  3385.  
  3386. internal virtual Panel minerPanel
  3387. {
  3388. [DebuggerNonUserCode]
  3389. get
  3390. {
  3391. return this._minerPanel;
  3392. }
  3393. [DebuggerNonUserCode]
  3394. [MethodImpl(MethodImplOptions.Synchronized)]
  3395. set
  3396. {
  3397. PaintEventHandler value2 = new PaintEventHandler(this.minerPanel_Paint);
  3398. bool flag = this._minerPanel != null;
  3399. if (flag)
  3400. {
  3401. this._minerPanel.Paint -= value2;
  3402. }
  3403. this._minerPanel = value;
  3404. flag = (this._minerPanel != null);
  3405. if (flag)
  3406. {
  3407. this._minerPanel.Paint += value2;
  3408. }
  3409. }
  3410. }
  3411.  
  3412. internal virtual Label Label70
  3413. {
  3414. [DebuggerNonUserCode]
  3415. get
  3416. {
  3417. return this._Label70;
  3418. }
  3419. [DebuggerNonUserCode]
  3420. [MethodImpl(MethodImplOptions.Synchronized)]
  3421. set
  3422. {
  3423. this._Label70 = value;
  3424. }
  3425. }
  3426.  
  3427. internal virtual TextBox TextBox20
  3428. {
  3429. [DebuggerNonUserCode]
  3430. get
  3431. {
  3432. return this._TextBox20;
  3433. }
  3434. [DebuggerNonUserCode]
  3435. [MethodImpl(MethodImplOptions.Synchronized)]
  3436. set
  3437. {
  3438. this._TextBox20 = value;
  3439. }
  3440. }
  3441.  
  3442. internal virtual Label Label69
  3443. {
  3444. [DebuggerNonUserCode]
  3445. get
  3446. {
  3447. return this._Label69;
  3448. }
  3449. [DebuggerNonUserCode]
  3450. [MethodImpl(MethodImplOptions.Synchronized)]
  3451. set
  3452. {
  3453. this._Label69 = value;
  3454. }
  3455. }
  3456.  
  3457. internal virtual TextBox TextBox19
  3458. {
  3459. [DebuggerNonUserCode]
  3460. get
  3461. {
  3462. return this._TextBox19;
  3463. }
  3464. [DebuggerNonUserCode]
  3465. [MethodImpl(MethodImplOptions.Synchronized)]
  3466. set
  3467. {
  3468. this._TextBox19 = value;
  3469. }
  3470. }
  3471.  
  3472. internal virtual Label Label68
  3473. {
  3474. [DebuggerNonUserCode]
  3475. get
  3476. {
  3477. return this._Label68;
  3478. }
  3479. [DebuggerNonUserCode]
  3480. [MethodImpl(MethodImplOptions.Synchronized)]
  3481. set
  3482. {
  3483. this._Label68 = value;
  3484. }
  3485. }
  3486.  
  3487. internal virtual ComboBox ComboBox5
  3488. {
  3489. [DebuggerNonUserCode]
  3490. get
  3491. {
  3492. return this._ComboBox5;
  3493. }
  3494. [DebuggerNonUserCode]
  3495. [MethodImpl(MethodImplOptions.Synchronized)]
  3496. set
  3497. {
  3498. this._ComboBox5 = value;
  3499. }
  3500. }
  3501.  
  3502. internal virtual TextBox TextBox18
  3503. {
  3504. [DebuggerNonUserCode]
  3505. get
  3506. {
  3507. return this._TextBox18;
  3508. }
  3509. [DebuggerNonUserCode]
  3510. [MethodImpl(MethodImplOptions.Synchronized)]
  3511. set
  3512. {
  3513. this._TextBox18 = value;
  3514. }
  3515. }
  3516.  
  3517. internal virtual Label Label67
  3518. {
  3519. [DebuggerNonUserCode]
  3520. get
  3521. {
  3522. return this._Label67;
  3523. }
  3524. [DebuggerNonUserCode]
  3525. [MethodImpl(MethodImplOptions.Synchronized)]
  3526. set
  3527. {
  3528. this._Label67 = value;
  3529. }
  3530. }
  3531.  
  3532. internal virtual Label Label66
  3533. {
  3534. [DebuggerNonUserCode]
  3535. get
  3536. {
  3537. return this._Label66;
  3538. }
  3539. [DebuggerNonUserCode]
  3540. [MethodImpl(MethodImplOptions.Synchronized)]
  3541. set
  3542. {
  3543. this._Label66 = value;
  3544. }
  3545. }
  3546.  
  3547. internal virtual Label Label73
  3548. {
  3549. [DebuggerNonUserCode]
  3550. get
  3551. {
  3552. return this._Label73;
  3553. }
  3554. [DebuggerNonUserCode]
  3555. [MethodImpl(MethodImplOptions.Synchronized)]
  3556. set
  3557. {
  3558. this._Label73 = value;
  3559. }
  3560. }
  3561.  
  3562. internal virtual TextBox TextBox21
  3563. {
  3564. [DebuggerNonUserCode]
  3565. get
  3566. {
  3567. return this._TextBox21;
  3568. }
  3569. [DebuggerNonUserCode]
  3570. [MethodImpl(MethodImplOptions.Synchronized)]
  3571. set
  3572. {
  3573. this._TextBox21 = value;
  3574. }
  3575. }
  3576.  
  3577. internal virtual Label Label72
  3578. {
  3579. [DebuggerNonUserCode]
  3580. get
  3581. {
  3582. return this._Label72;
  3583. }
  3584. [DebuggerNonUserCode]
  3585. [MethodImpl(MethodImplOptions.Synchronized)]
  3586. set
  3587. {
  3588. this._Label72 = value;
  3589. }
  3590. }
  3591.  
  3592. internal virtual CheckBox CheckBox7
  3593. {
  3594. [DebuggerNonUserCode]
  3595. get
  3596. {
  3597. return this._CheckBox7;
  3598. }
  3599. [DebuggerNonUserCode]
  3600. [MethodImpl(MethodImplOptions.Synchronized)]
  3601. set
  3602. {
  3603. this._CheckBox7 = value;
  3604. }
  3605. }
  3606.  
  3607. internal virtual CheckBox CheckBox8
  3608. {
  3609. [DebuggerNonUserCode]
  3610. get
  3611. {
  3612. return this._CheckBox8;
  3613. }
  3614. [DebuggerNonUserCode]
  3615. [MethodImpl(MethodImplOptions.Synchronized)]
  3616. set
  3617. {
  3618. this._CheckBox8 = value;
  3619. }
  3620. }
  3621.  
  3622. internal virtual CheckBox CheckBox3
  3623. {
  3624. [DebuggerNonUserCode]
  3625. get
  3626. {
  3627. return this._CheckBox3;
  3628. }
  3629. [DebuggerNonUserCode]
  3630. [MethodImpl(MethodImplOptions.Synchronized)]
  3631. set
  3632. {
  3633. this._CheckBox3 = value;
  3634. }
  3635. }
  3636.  
  3637. internal virtual CheckBox CheckBox4
  3638. {
  3639. [DebuggerNonUserCode]
  3640. get
  3641. {
  3642. return this._CheckBox4;
  3643. }
  3644. [DebuggerNonUserCode]
  3645. [MethodImpl(MethodImplOptions.Synchronized)]
  3646. set
  3647. {
  3648. this._CheckBox4 = value;
  3649. }
  3650. }
  3651.  
  3652. internal virtual CheckBox CheckBox2
  3653. {
  3654. [DebuggerNonUserCode]
  3655. get
  3656. {
  3657. return this._CheckBox2;
  3658. }
  3659. [DebuggerNonUserCode]
  3660. [MethodImpl(MethodImplOptions.Synchronized)]
  3661. set
  3662. {
  3663. this._CheckBox2 = value;
  3664. }
  3665. }
  3666.  
  3667. internal virtual CheckBox CheckBox1
  3668. {
  3669. [DebuggerNonUserCode]
  3670. get
  3671. {
  3672. return this._CheckBox1;
  3673. }
  3674. [DebuggerNonUserCode]
  3675. [MethodImpl(MethodImplOptions.Synchronized)]
  3676. set
  3677. {
  3678. this._CheckBox1 = value;
  3679. }
  3680. }
  3681.  
  3682. internal virtual ComboBox ComboBox6
  3683. {
  3684. [DebuggerNonUserCode]
  3685. get
  3686. {
  3687. return this._ComboBox6;
  3688. }
  3689. [DebuggerNonUserCode]
  3690. [MethodImpl(MethodImplOptions.Synchronized)]
  3691. set
  3692. {
  3693. this._ComboBox6 = value;
  3694. }
  3695. }
  3696.  
  3697. internal virtual Label Label71
  3698. {
  3699. [DebuggerNonUserCode]
  3700. get
  3701. {
  3702. return this._Label71;
  3703. }
  3704. [DebuggerNonUserCode]
  3705. [MethodImpl(MethodImplOptions.Synchronized)]
  3706. set
  3707. {
  3708. this._Label71 = value;
  3709. }
  3710. }
  3711.  
  3712. internal virtual Button Button33
  3713. {
  3714. [DebuggerNonUserCode]
  3715. get
  3716. {
  3717. return this._Button33;
  3718. }
  3719. [DebuggerNonUserCode]
  3720. [MethodImpl(MethodImplOptions.Synchronized)]
  3721. set
  3722. {
  3723. EventHandler value2 = new EventHandler(this.Button33_Click);
  3724. bool flag = this._Button33 != null;
  3725. if (flag)
  3726. {
  3727. this._Button33.Click -= value2;
  3728. }
  3729. this._Button33 = value;
  3730. flag = (this._Button33 != null);
  3731. if (flag)
  3732. {
  3733. this._Button33.Click += value2;
  3734. }
  3735. }
  3736. }
  3737.  
  3738. internal virtual Button Button32
  3739. {
  3740. [DebuggerNonUserCode]
  3741. get
  3742. {
  3743. return this._Button32;
  3744. }
  3745. [DebuggerNonUserCode]
  3746. [MethodImpl(MethodImplOptions.Synchronized)]
  3747. set
  3748. {
  3749. EventHandler value2 = new EventHandler(this.Button32_Click);
  3750. bool flag = this._Button32 != null;
  3751. if (flag)
  3752. {
  3753. this._Button32.Click -= value2;
  3754. }
  3755. this._Button32 = value;
  3756. flag = (this._Button32 != null);
  3757. if (flag)
  3758. {
  3759. this._Button32.Click += value2;
  3760. }
  3761. }
  3762. }
  3763.  
  3764. internal virtual Panel Panel11
  3765. {
  3766. [DebuggerNonUserCode]
  3767. get
  3768. {
  3769. return this._Panel11;
  3770. }
  3771. [DebuggerNonUserCode]
  3772. [MethodImpl(MethodImplOptions.Synchronized)]
  3773. set
  3774. {
  3775. this._Panel11 = value;
  3776. }
  3777. }
  3778.  
  3779. internal virtual RichTextBox RichTextBox1
  3780. {
  3781. [DebuggerNonUserCode]
  3782. get
  3783. {
  3784. return this._RichTextBox1;
  3785. }
  3786. [DebuggerNonUserCode]
  3787. [MethodImpl(MethodImplOptions.Synchronized)]
  3788. set
  3789. {
  3790. this._RichTextBox1 = value;
  3791. }
  3792. }
  3793.  
  3794. internal virtual Label Label74
  3795. {
  3796. [DebuggerNonUserCode]
  3797. get
  3798. {
  3799. return this._Label74;
  3800. }
  3801. [DebuggerNonUserCode]
  3802. [MethodImpl(MethodImplOptions.Synchronized)]
  3803. set
  3804. {
  3805. this._Label74 = value;
  3806. }
  3807. }
  3808.  
  3809. internal virtual Label Label75
  3810. {
  3811. [DebuggerNonUserCode]
  3812. get
  3813. {
  3814. return this._Label75;
  3815. }
  3816. [DebuggerNonUserCode]
  3817. [MethodImpl(MethodImplOptions.Synchronized)]
  3818. set
  3819. {
  3820. this._Label75 = value;
  3821. }
  3822. }
  3823.  
  3824. internal virtual ProgressBar ProgressBar2
  3825. {
  3826. [DebuggerNonUserCode]
  3827. get
  3828. {
  3829. return this._ProgressBar2;
  3830. }
  3831. [DebuggerNonUserCode]
  3832. [MethodImpl(MethodImplOptions.Synchronized)]
  3833. set
  3834. {
  3835. this._ProgressBar2 = value;
  3836. }
  3837. }
  3838.  
  3839. internal virtual ProgressBar ProgressBar1
  3840. {
  3841. [DebuggerNonUserCode]
  3842. get
  3843. {
  3844. return this._ProgressBar1;
  3845. }
  3846. [DebuggerNonUserCode]
  3847. [MethodImpl(MethodImplOptions.Synchronized)]
  3848. set
  3849. {
  3850. this._ProgressBar1 = value;
  3851. }
  3852. }
  3853.  
  3854. internal virtual PerformanceCounter PerformanceCounter1
  3855. {
  3856. [DebuggerNonUserCode]
  3857. get
  3858. {
  3859. return this._PerformanceCounter1;
  3860. }
  3861. [DebuggerNonUserCode]
  3862. [MethodImpl(MethodImplOptions.Synchronized)]
  3863. set
  3864. {
  3865. this._PerformanceCounter1 = value;
  3866. }
  3867. }
  3868.  
  3869. internal virtual System.Windows.Forms.Timer Timer1
  3870. {
  3871. [DebuggerNonUserCode]
  3872. get
  3873. {
  3874. return this._Timer1;
  3875. }
  3876. [DebuggerNonUserCode]
  3877. [MethodImpl(MethodImplOptions.Synchronized)]
  3878. set
  3879. {
  3880. EventHandler value2 = new EventHandler(this.Timer1_Tick);
  3881. bool flag = this._Timer1 != null;
  3882. if (flag)
  3883. {
  3884. this._Timer1.Tick -= value2;
  3885. }
  3886. this._Timer1 = value;
  3887. flag = (this._Timer1 != null);
  3888. if (flag)
  3889. {
  3890. this._Timer1.Tick += value2;
  3891. }
  3892. }
  3893. }
  3894.  
  3895. internal virtual PerformanceCounter PerformanceCounter2
  3896. {
  3897. [DebuggerNonUserCode]
  3898. get
  3899. {
  3900. return this._PerformanceCounter2;
  3901. }
  3902. [DebuggerNonUserCode]
  3903. [MethodImpl(MethodImplOptions.Synchronized)]
  3904. set
  3905. {
  3906. this._PerformanceCounter2 = value;
  3907. }
  3908. }
  3909.  
  3910. internal virtual ToolStripProgressBar labelLoader
  3911. {
  3912. [DebuggerNonUserCode]
  3913. get
  3914. {
  3915. return this._labelLoader;
  3916. }
  3917. [DebuggerNonUserCode]
  3918. [MethodImpl(MethodImplOptions.Synchronized)]
  3919. set
  3920. {
  3921. this._labelLoader = value;
  3922. }
  3923. }
  3924.  
  3925. internal virtual Label Label76
  3926. {
  3927. [DebuggerNonUserCode]
  3928. get
  3929. {
  3930. return this._Label76;
  3931. }
  3932. [DebuggerNonUserCode]
  3933. [MethodImpl(MethodImplOptions.Synchronized)]
  3934. set
  3935. {
  3936. this._Label76 = value;
  3937. }
  3938. }
  3939.  
  3940. internal virtual Label Label78
  3941. {
  3942. [DebuggerNonUserCode]
  3943. get
  3944. {
  3945. return this._Label78;
  3946. }
  3947. [DebuggerNonUserCode]
  3948. [MethodImpl(MethodImplOptions.Synchronized)]
  3949. set
  3950. {
  3951. this._Label78 = value;
  3952. }
  3953. }
  3954.  
  3955. internal virtual Label Label77
  3956. {
  3957. [DebuggerNonUserCode]
  3958. get
  3959. {
  3960. return this._Label77;
  3961. }
  3962. [DebuggerNonUserCode]
  3963. [MethodImpl(MethodImplOptions.Synchronized)]
  3964. set
  3965. {
  3966. this._Label77 = value;
  3967. }
  3968. }
  3969.  
  3970. internal virtual Button Button34
  3971. {
  3972. [DebuggerNonUserCode]
  3973. get
  3974. {
  3975. return this._Button34;
  3976. }
  3977. [DebuggerNonUserCode]
  3978. [MethodImpl(MethodImplOptions.Synchronized)]
  3979. set
  3980. {
  3981. EventHandler value2 = new EventHandler(this.Button34_Click);
  3982. bool flag = this._Button34 != null;
  3983. if (flag)
  3984. {
  3985. this._Button34.Click -= value2;
  3986. }
  3987. this._Button34 = value;
  3988. flag = (this._Button34 != null);
  3989. if (flag)
  3990. {
  3991. this._Button34.Click += value2;
  3992. }
  3993. }
  3994. }
  3995.  
  3996. internal virtual Label sec
  3997. {
  3998. [DebuggerNonUserCode]
  3999. get
  4000. {
  4001. return this._sec;
  4002. }
  4003. [DebuggerNonUserCode]
  4004. [MethodImpl(MethodImplOptions.Synchronized)]
  4005. set
  4006. {
  4007. this._sec = value;
  4008. }
  4009. }
  4010.  
  4011. internal virtual Label min
  4012. {
  4013. [DebuggerNonUserCode]
  4014. get
  4015. {
  4016. return this._min;
  4017. }
  4018. [DebuggerNonUserCode]
  4019. [MethodImpl(MethodImplOptions.Synchronized)]
  4020. set
  4021. {
  4022. this._min = value;
  4023. }
  4024. }
  4025.  
  4026. internal virtual Label hr
  4027. {
  4028. [DebuggerNonUserCode]
  4029. get
  4030. {
  4031. return this._hr;
  4032. }
  4033. [DebuggerNonUserCode]
  4034. [MethodImpl(MethodImplOptions.Synchronized)]
  4035. set
  4036. {
  4037. this._hr = value;
  4038. }
  4039. }
  4040.  
  4041. internal virtual Label Label79
  4042. {
  4043. [DebuggerNonUserCode]
  4044. get
  4045. {
  4046. return this._Label79;
  4047. }
  4048. [DebuggerNonUserCode]
  4049. [MethodImpl(MethodImplOptions.Synchronized)]
  4050. set
  4051. {
  4052. this._Label79 = value;
  4053. }
  4054. }
  4055.  
  4056. internal virtual System.Windows.Forms.Timer Timer2
  4057. {
  4058. [DebuggerNonUserCode]
  4059. get
  4060. {
  4061. return this._Timer2;
  4062. }
  4063. [DebuggerNonUserCode]
  4064. [MethodImpl(MethodImplOptions.Synchronized)]
  4065. set
  4066. {
  4067. EventHandler value2 = new EventHandler(this.Timer2_Tick);
  4068. bool flag = this._Timer2 != null;
  4069. if (flag)
  4070. {
  4071. this._Timer2.Tick -= value2;
  4072. }
  4073. this._Timer2 = value;
  4074. flag = (this._Timer2 != null);
  4075. if (flag)
  4076. {
  4077. this._Timer2.Tick += value2;
  4078. }
  4079. }
  4080. }
  4081.  
  4082. internal virtual PictureBox PictureBox6
  4083. {
  4084. [DebuggerNonUserCode]
  4085. get
  4086. {
  4087. return this._PictureBox6;
  4088. }
  4089. [DebuggerNonUserCode]
  4090. [MethodImpl(MethodImplOptions.Synchronized)]
  4091. set
  4092. {
  4093. this._PictureBox6 = value;
  4094. }
  4095. }
  4096.  
  4097. internal virtual Label Label81
  4098. {
  4099. [DebuggerNonUserCode]
  4100. get
  4101. {
  4102. return this._Label81;
  4103. }
  4104. [DebuggerNonUserCode]
  4105. [MethodImpl(MethodImplOptions.Synchronized)]
  4106. set
  4107. {
  4108. this._Label81 = value;
  4109. }
  4110. }
  4111.  
  4112. internal virtual Label Label80
  4113. {
  4114. [DebuggerNonUserCode]
  4115. get
  4116. {
  4117. return this._Label80;
  4118. }
  4119. [DebuggerNonUserCode]
  4120. [MethodImpl(MethodImplOptions.Synchronized)]
  4121. set
  4122. {
  4123. this._Label80 = value;
  4124. }
  4125. }
  4126.  
  4127. internal virtual Label mineearn
  4128. {
  4129. [DebuggerNonUserCode]
  4130. get
  4131. {
  4132. return this._mineearn;
  4133. }
  4134. [DebuggerNonUserCode]
  4135. [MethodImpl(MethodImplOptions.Synchronized)]
  4136. set
  4137. {
  4138. this._mineearn = value;
  4139. }
  4140. }
  4141.  
  4142. internal virtual ProgressBar ProgressBar3
  4143. {
  4144. [DebuggerNonUserCode]
  4145. get
  4146. {
  4147. return this._ProgressBar3;
  4148. }
  4149. [DebuggerNonUserCode]
  4150. [MethodImpl(MethodImplOptions.Synchronized)]
  4151. set
  4152. {
  4153. this._ProgressBar3 = value;
  4154. }
  4155. }
  4156.  
  4157. internal virtual System.Windows.Forms.Timer Timer3
  4158. {
  4159. [DebuggerNonUserCode]
  4160. get
  4161. {
  4162. return this._Timer3;
  4163. }
  4164. [DebuggerNonUserCode]
  4165. [MethodImpl(MethodImplOptions.Synchronized)]
  4166. set
  4167. {
  4168. EventHandler value2 = new EventHandler(this.Timer3_Tick);
  4169. bool flag = this._Timer3 != null;
  4170. if (flag)
  4171. {
  4172. this._Timer3.Tick -= value2;
  4173. }
  4174. this._Timer3 = value;
  4175. flag = (this._Timer3 != null);
  4176. if (flag)
  4177. {
  4178. this._Timer3.Tick += value2;
  4179. }
  4180. }
  4181. }
  4182.  
  4183. internal virtual ContextMenuStrip ContextMenuStrip1
  4184. {
  4185. [DebuggerNonUserCode]
  4186. get
  4187. {
  4188. return this._ContextMenuStrip1;
  4189. }
  4190. [DebuggerNonUserCode]
  4191. [MethodImpl(MethodImplOptions.Synchronized)]
  4192. set
  4193. {
  4194. this._ContextMenuStrip1 = value;
  4195. }
  4196. }
  4197.  
  4198. internal virtual ToolStripMenuItem RunBlockchainMinerProToolStripMenuItem
  4199. {
  4200. [DebuggerNonUserCode]
  4201. get
  4202. {
  4203. return this._RunBlockchainMinerProToolStripMenuItem;
  4204. }
  4205. [DebuggerNonUserCode]
  4206. [MethodImpl(MethodImplOptions.Synchronized)]
  4207. set
  4208. {
  4209. EventHandler value2 = new EventHandler(this.RunBlockchainMinerProToolStripMenuItem_Click);
  4210. bool flag = this._RunBlockchainMinerProToolStripMenuItem != null;
  4211. if (flag)
  4212. {
  4213. this._RunBlockchainMinerProToolStripMenuItem.Click -= value2;
  4214. }
  4215. this._RunBlockchainMinerProToolStripMenuItem = value;
  4216. flag = (this._RunBlockchainMinerProToolStripMenuItem != null);
  4217. if (flag)
  4218. {
  4219. this._RunBlockchainMinerProToolStripMenuItem.Click += value2;
  4220. }
  4221. }
  4222. }
  4223.  
  4224. internal virtual ToolStripMenuItem ContactUsToolStripMenuItem
  4225. {
  4226. [DebuggerNonUserCode]
  4227. get
  4228. {
  4229. return this._ContactUsToolStripMenuItem;
  4230. }
  4231. [DebuggerNonUserCode]
  4232. [MethodImpl(MethodImplOptions.Synchronized)]
  4233. set
  4234. {
  4235. EventHandler value2 = new EventHandler(this.ContactUsToolStripMenuItem_Click);
  4236. bool flag = this._ContactUsToolStripMenuItem != null;
  4237. if (flag)
  4238. {
  4239. this._ContactUsToolStripMenuItem.Click -= value2;
  4240. }
  4241. this._ContactUsToolStripMenuItem = value;
  4242. flag = (this._ContactUsToolStripMenuItem != null);
  4243. if (flag)
  4244. {
  4245. this._ContactUsToolStripMenuItem.Click += value2;
  4246. }
  4247. }
  4248. }
  4249.  
  4250. internal virtual ToolStripMenuItem AboutUsToolStripMenuItem
  4251. {
  4252. [DebuggerNonUserCode]
  4253. get
  4254. {
  4255. return this._AboutUsToolStripMenuItem;
  4256. }
  4257. [DebuggerNonUserCode]
  4258. [MethodImpl(MethodImplOptions.Synchronized)]
  4259. set
  4260. {
  4261. EventHandler value2 = new EventHandler(this.AboutUsToolStripMenuItem_Click);
  4262. bool flag = this._AboutUsToolStripMenuItem != null;
  4263. if (flag)
  4264. {
  4265. this._AboutUsToolStripMenuItem.Click -= value2;
  4266. }
  4267. this._AboutUsToolStripMenuItem = value;
  4268. flag = (this._AboutUsToolStripMenuItem != null);
  4269. if (flag)
  4270. {
  4271. this._AboutUsToolStripMenuItem.Click += value2;
  4272. }
  4273. }
  4274. }
  4275.  
  4276. internal virtual ToolStripMenuItem ExitToolStripMenuItem
  4277. {
  4278. [DebuggerNonUserCode]
  4279. get
  4280. {
  4281. return this._ExitToolStripMenuItem;
  4282. }
  4283. [DebuggerNonUserCode]
  4284. [MethodImpl(MethodImplOptions.Synchronized)]
  4285. set
  4286. {
  4287. EventHandler value2 = new EventHandler(this.ExitToolStripMenuItem_Click);
  4288. bool flag = this._ExitToolStripMenuItem != null;
  4289. if (flag)
  4290. {
  4291. this._ExitToolStripMenuItem.Click -= value2;
  4292. }
  4293. this._ExitToolStripMenuItem = value;
  4294. flag = (this._ExitToolStripMenuItem != null);
  4295. if (flag)
  4296. {
  4297. this._ExitToolStripMenuItem.Click += value2;
  4298. }
  4299. }
  4300. }
  4301.  
  4302. internal virtual NotifyIcon NotifyIcon1
  4303. {
  4304. [DebuggerNonUserCode]
  4305. get
  4306. {
  4307. return this._NotifyIcon1;
  4308. }
  4309. [DebuggerNonUserCode]
  4310. [MethodImpl(MethodImplOptions.Synchronized)]
  4311. set
  4312. {
  4313. this._NotifyIcon1 = value;
  4314. }
  4315. }
  4316.  
  4317. internal virtual Label customersBTC
  4318. {
  4319. [DebuggerNonUserCode]
  4320. get
  4321. {
  4322. return this._customersBTC;
  4323. }
  4324. [DebuggerNonUserCode]
  4325. [MethodImpl(MethodImplOptions.Synchronized)]
  4326. set
  4327. {
  4328. this._customersBTC = value;
  4329. }
  4330. }
  4331.  
  4332. internal virtual System.Windows.Forms.Timer Timer4
  4333. {
  4334. [DebuggerNonUserCode]
  4335. get
  4336. {
  4337. return this._Timer4;
  4338. }
  4339. [DebuggerNonUserCode]
  4340. [MethodImpl(MethodImplOptions.Synchronized)]
  4341. set
  4342. {
  4343. EventHandler value2 = new EventHandler(this.Timer4_Tick);
  4344. bool flag = this._Timer4 != null;
  4345. if (flag)
  4346. {
  4347. this._Timer4.Tick -= value2;
  4348. }
  4349. this._Timer4 = value;
  4350. flag = (this._Timer4 != null);
  4351. if (flag)
  4352. {
  4353. this._Timer4.Tick += value2;
  4354. }
  4355. }
  4356. }
  4357.  
  4358. internal virtual Panel loginPanel
  4359. {
  4360. [DebuggerNonUserCode]
  4361. get
  4362. {
  4363. return this._loginPanel;
  4364. }
  4365. [DebuggerNonUserCode]
  4366. [MethodImpl(MethodImplOptions.Synchronized)]
  4367. set
  4368. {
  4369. this._loginPanel = value;
  4370. }
  4371. }
  4372.  
  4373. internal virtual TextBox passwordTXT
  4374. {
  4375. [DebuggerNonUserCode]
  4376. get
  4377. {
  4378. return this._passwordTXT;
  4379. }
  4380. [DebuggerNonUserCode]
  4381. [MethodImpl(MethodImplOptions.Synchronized)]
  4382. set
  4383. {
  4384. this._passwordTXT = value;
  4385. }
  4386. }
  4387.  
  4388. internal virtual Label Label82
  4389. {
  4390. [DebuggerNonUserCode]
  4391. get
  4392. {
  4393. return this._Label82;
  4394. }
  4395. [DebuggerNonUserCode]
  4396. [MethodImpl(MethodImplOptions.Synchronized)]
  4397. set
  4398. {
  4399. this._Label82 = value;
  4400. }
  4401. }
  4402.  
  4403. internal virtual TextBox usernameTXT
  4404. {
  4405. [DebuggerNonUserCode]
  4406. get
  4407. {
  4408. return this._usernameTXT;
  4409. }
  4410. [DebuggerNonUserCode]
  4411. [MethodImpl(MethodImplOptions.Synchronized)]
  4412. set
  4413. {
  4414. this._usernameTXT = value;
  4415. }
  4416. }
  4417.  
  4418. internal virtual Button Button31
  4419. {
  4420. [DebuggerNonUserCode]
  4421. get
  4422. {
  4423. return this._Button31;
  4424. }
  4425. [DebuggerNonUserCode]
  4426. [MethodImpl(MethodImplOptions.Synchronized)]
  4427. set
  4428. {
  4429. EventHandler value2 = new EventHandler(this.Button31_Click);
  4430. bool flag = this._Button31 != null;
  4431. if (flag)
  4432. {
  4433. this._Button31.Click -= value2;
  4434. }
  4435. this._Button31 = value;
  4436. flag = (this._Button31 != null);
  4437. if (flag)
  4438. {
  4439. this._Button31.Click += value2;
  4440. }
  4441. }
  4442. }
  4443.  
  4444. internal virtual Label Label84
  4445. {
  4446. [DebuggerNonUserCode]
  4447. get
  4448. {
  4449. return this._Label84;
  4450. }
  4451. [DebuggerNonUserCode]
  4452. [MethodImpl(MethodImplOptions.Synchronized)]
  4453. set
  4454. {
  4455. this._Label84 = value;
  4456. }
  4457. }
  4458.  
  4459. internal virtual Label Label83
  4460. {
  4461. [DebuggerNonUserCode]
  4462. get
  4463. {
  4464. return this._Label83;
  4465. }
  4466. [DebuggerNonUserCode]
  4467. [MethodImpl(MethodImplOptions.Synchronized)]
  4468. set
  4469. {
  4470. this._Label83 = value;
  4471. }
  4472. }
  4473.  
  4474. internal virtual Label Label89
  4475. {
  4476. [DebuggerNonUserCode]
  4477. get
  4478. {
  4479. return this._Label89;
  4480. }
  4481. [DebuggerNonUserCode]
  4482. [MethodImpl(MethodImplOptions.Synchronized)]
  4483. set
  4484. {
  4485. this._Label89 = value;
  4486. }
  4487. }
  4488.  
  4489. internal virtual TextBox emailReg
  4490. {
  4491. [DebuggerNonUserCode]
  4492. get
  4493. {
  4494. return this._emailReg;
  4495. }
  4496. [DebuggerNonUserCode]
  4497. [MethodImpl(MethodImplOptions.Synchronized)]
  4498. set
  4499. {
  4500. this._emailReg = value;
  4501. }
  4502. }
  4503.  
  4504. internal virtual Label Label88
  4505. {
  4506. [DebuggerNonUserCode]
  4507. get
  4508. {
  4509. return this._Label88;
  4510. }
  4511. [DebuggerNonUserCode]
  4512. [MethodImpl(MethodImplOptions.Synchronized)]
  4513. set
  4514. {
  4515. this._Label88 = value;
  4516. }
  4517. }
  4518.  
  4519. internal virtual TextBox nameReg
  4520. {
  4521. [DebuggerNonUserCode]
  4522. get
  4523. {
  4524. return this._nameReg;
  4525. }
  4526. [DebuggerNonUserCode]
  4527. [MethodImpl(MethodImplOptions.Synchronized)]
  4528. set
  4529. {
  4530. this._nameReg = value;
  4531. }
  4532. }
  4533.  
  4534. internal virtual Label Label85
  4535. {
  4536. [DebuggerNonUserCode]
  4537. get
  4538. {
  4539. return this._Label85;
  4540. }
  4541. [DebuggerNonUserCode]
  4542. [MethodImpl(MethodImplOptions.Synchronized)]
  4543. set
  4544. {
  4545. this._Label85 = value;
  4546. }
  4547. }
  4548.  
  4549. internal virtual Label Label86
  4550. {
  4551. [DebuggerNonUserCode]
  4552. get
  4553. {
  4554. return this._Label86;
  4555. }
  4556. [DebuggerNonUserCode]
  4557. [MethodImpl(MethodImplOptions.Synchronized)]
  4558. set
  4559. {
  4560. this._Label86 = value;
  4561. }
  4562. }
  4563.  
  4564. internal virtual TextBox passwordReg
  4565. {
  4566. [DebuggerNonUserCode]
  4567. get
  4568. {
  4569. return this._passwordReg;
  4570. }
  4571. [DebuggerNonUserCode]
  4572. [MethodImpl(MethodImplOptions.Synchronized)]
  4573. set
  4574. {
  4575. this._passwordReg = value;
  4576. }
  4577. }
  4578.  
  4579. internal virtual Label Label87
  4580. {
  4581. [DebuggerNonUserCode]
  4582. get
  4583. {
  4584. return this._Label87;
  4585. }
  4586. [DebuggerNonUserCode]
  4587. [MethodImpl(MethodImplOptions.Synchronized)]
  4588. set
  4589. {
  4590. this._Label87 = value;
  4591. }
  4592. }
  4593.  
  4594. internal virtual TextBox usernameReg
  4595. {
  4596. [DebuggerNonUserCode]
  4597. get
  4598. {
  4599. return this._usernameReg;
  4600. }
  4601. [DebuggerNonUserCode]
  4602. [MethodImpl(MethodImplOptions.Synchronized)]
  4603. set
  4604. {
  4605. this._usernameReg = value;
  4606. }
  4607. }
  4608.  
  4609. internal virtual Button Button35
  4610. {
  4611. [DebuggerNonUserCode]
  4612. get
  4613. {
  4614. return this._Button35;
  4615. }
  4616. [DebuggerNonUserCode]
  4617. [MethodImpl(MethodImplOptions.Synchronized)]
  4618. set
  4619. {
  4620. EventHandler value2 = new EventHandler(this.Button35_Click);
  4621. bool flag = this._Button35 != null;
  4622. if (flag)
  4623. {
  4624. this._Button35.Click -= value2;
  4625. }
  4626. this._Button35 = value;
  4627. flag = (this._Button35 != null);
  4628. if (flag)
  4629. {
  4630. this._Button35.Click += value2;
  4631. }
  4632. }
  4633. }
  4634.  
  4635. internal virtual Label Label90
  4636. {
  4637. [DebuggerNonUserCode]
  4638. get
  4639. {
  4640. return this._Label90;
  4641. }
  4642. [DebuggerNonUserCode]
  4643. [MethodImpl(MethodImplOptions.Synchronized)]
  4644. set
  4645. {
  4646. this._Label90 = value;
  4647. }
  4648. }
  4649.  
  4650. internal virtual TextBox bitcoinaddressReg
  4651. {
  4652. [DebuggerNonUserCode]
  4653. get
  4654. {
  4655. return this._bitcoinaddressReg;
  4656. }
  4657. [DebuggerNonUserCode]
  4658. [MethodImpl(MethodImplOptions.Synchronized)]
  4659. set
  4660. {
  4661. this._bitcoinaddressReg = value;
  4662. }
  4663. }
  4664.  
  4665. internal virtual Label Label91
  4666. {
  4667. [DebuggerNonUserCode]
  4668. get
  4669. {
  4670. return this._Label91;
  4671. }
  4672. [DebuggerNonUserCode]
  4673. [MethodImpl(MethodImplOptions.Synchronized)]
  4674. set
  4675. {
  4676. this._Label91 = value;
  4677. }
  4678. }
  4679.  
  4680. internal virtual Label Label92
  4681. {
  4682. [DebuggerNonUserCode]
  4683. get
  4684. {
  4685. return this._Label92;
  4686. }
  4687. [DebuggerNonUserCode]
  4688. [MethodImpl(MethodImplOptions.Synchronized)]
  4689. set
  4690. {
  4691. this._Label92 = value;
  4692. }
  4693. }
  4694.  
  4695. internal virtual Button Button36
  4696. {
  4697. [DebuggerNonUserCode]
  4698. get
  4699. {
  4700. return this._Button36;
  4701. }
  4702. [DebuggerNonUserCode]
  4703. [MethodImpl(MethodImplOptions.Synchronized)]
  4704. set
  4705. {
  4706. EventHandler value2 = new EventHandler(this.Button36_Click);
  4707. bool flag = this._Button36 != null;
  4708. if (flag)
  4709. {
  4710. this._Button36.Click -= value2;
  4711. }
  4712. this._Button36 = value;
  4713. flag = (this._Button36 != null);
  4714. if (flag)
  4715. {
  4716. this._Button36.Click += value2;
  4717. }
  4718. }
  4719. }
  4720.  
  4721. internal virtual PictureBox PictureBox7
  4722. {
  4723. [DebuggerNonUserCode]
  4724. get
  4725. {
  4726. return this._PictureBox7;
  4727. }
  4728. [DebuggerNonUserCode]
  4729. [MethodImpl(MethodImplOptions.Synchronized)]
  4730. set
  4731. {
  4732. this._PictureBox7 = value;
  4733. }
  4734. }
  4735.  
  4736. internal virtual Button Button37
  4737. {
  4738. [DebuggerNonUserCode]
  4739. get
  4740. {
  4741. return this._Button37;
  4742. }
  4743. [DebuggerNonUserCode]
  4744. [MethodImpl(MethodImplOptions.Synchronized)]
  4745. set
  4746. {
  4747. EventHandler value2 = new EventHandler(this.Button37_Click);
  4748. bool flag = this._Button37 != null;
  4749. if (flag)
  4750. {
  4751. this._Button37.Click -= value2;
  4752. }
  4753. this._Button37 = value;
  4754. flag = (this._Button37 != null);
  4755. if (flag)
  4756. {
  4757. this._Button37.Click += value2;
  4758. }
  4759. }
  4760. }
  4761.  
  4762. internal virtual Panel LoginP
  4763. {
  4764. [DebuggerNonUserCode]
  4765. get
  4766. {
  4767. return this._LoginP;
  4768. }
  4769. [DebuggerNonUserCode]
  4770. [MethodImpl(MethodImplOptions.Synchronized)]
  4771. set
  4772. {
  4773. this._LoginP = value;
  4774. }
  4775. }
  4776.  
  4777. internal virtual Button Button38
  4778. {
  4779. [DebuggerNonUserCode]
  4780. get
  4781. {
  4782. return this._Button38;
  4783. }
  4784. [DebuggerNonUserCode]
  4785. [MethodImpl(MethodImplOptions.Synchronized)]
  4786. set
  4787. {
  4788. EventHandler value2 = new EventHandler(this.Button38_Click);
  4789. bool flag = this._Button38 != null;
  4790. if (flag)
  4791. {
  4792. this._Button38.Click -= value2;
  4793. }
  4794. this._Button38 = value;
  4795. flag = (this._Button38 != null);
  4796. if (flag)
  4797. {
  4798. this._Button38.Click += value2;
  4799. }
  4800. }
  4801. }
  4802.  
  4803. internal virtual Label Label17
  4804. {
  4805. [DebuggerNonUserCode]
  4806. get
  4807. {
  4808. return this._Label17;
  4809. }
  4810. [DebuggerNonUserCode]
  4811. [MethodImpl(MethodImplOptions.Synchronized)]
  4812. set
  4813. {
  4814. this._Label17 = value;
  4815. }
  4816. }
  4817.  
  4818. internal virtual Label Label93
  4819. {
  4820. [DebuggerNonUserCode]
  4821. get
  4822. {
  4823. return this._Label93;
  4824. }
  4825. [DebuggerNonUserCode]
  4826. [MethodImpl(MethodImplOptions.Synchronized)]
  4827. set
  4828. {
  4829. this._Label93 = value;
  4830. }
  4831. }
  4832.  
  4833. [DebuggerNonUserCode]
  4834. public Form1()
  4835. {
  4836. base.Load += new EventHandler(this.Form1_Load);
  4837. Form1.__ENCAddToList(this);
  4838. this.InitializeComponent();
  4839. }
  4840.  
  4841. [DebuggerNonUserCode]
  4842. private static void __ENCAddToList(object value)
  4843. {
  4844. List<WeakReference> _ENCList = Form1.__ENCList;
  4845. bool flag = false;
  4846. checked
  4847. {
  4848. try
  4849. {
  4850. Monitor.Enter(_ENCList, ref flag);
  4851. bool flag2 = Form1.__ENCList.Count == Form1.__ENCList.Capacity;
  4852. if (flag2)
  4853. {
  4854. int num = 0;
  4855. int arg_44_0 = 0;
  4856. int num2 = Form1.__ENCList.Count - 1;
  4857. int num3 = arg_44_0;
  4858. while (true)
  4859. {
  4860. int arg_95_0 = num3;
  4861. int num4 = num2;
  4862. if (arg_95_0 > num4)
  4863. {
  4864. break;
  4865. }
  4866. WeakReference weakReference = Form1.__ENCList[num3];
  4867. flag2 = weakReference.IsAlive;
  4868. if (flag2)
  4869. {
  4870. bool flag3 = num3 != num;
  4871. if (flag3)
  4872. {
  4873. Form1.__ENCList[num] = Form1.__ENCList[num3];
  4874. }
  4875. num++;
  4876. }
  4877. num3++;
  4878. }
  4879. Form1.__ENCList.RemoveRange(num, Form1.__ENCList.Count - num);
  4880. Form1.__ENCList.Capacity = Form1.__ENCList.Count;
  4881. }
  4882. Form1.__ENCList.Add(new WeakReference(RuntimeHelpers.GetObjectValue(value)));
  4883. }
  4884. finally
  4885. {
  4886. bool flag3 = flag;
  4887. if (flag3)
  4888. {
  4889. Monitor.Exit(_ENCList);
  4890. }
  4891. }
  4892. }
  4893. }
  4894.  
  4895. [DebuggerNonUserCode]
  4896. protected override void Dispose(bool disposing)
  4897. {
  4898. try
  4899. {
  4900. bool flag = disposing && this.components != null;
  4901. if (flag)
  4902. {
  4903. this.components.Dispose();
  4904. }
  4905. }
  4906. finally
  4907. {
  4908. base.Dispose(disposing);
  4909. }
  4910. }
  4911.  
  4912. [DebuggerStepThrough]
  4913. private void InitializeComponent()
  4914. {
  4915. this.components = new Container();
  4916. ComponentResourceManager resources = new ComponentResourceManager(typeof(Form1));
  4917. this.Panel1 = new Panel();
  4918. this.customersBTC = new Label();
  4919. this.Label9 = new Label();
  4920. this.PictureBox2 = new PictureBox();
  4921. this.PictureBox1 = new PictureBox();
  4922. this.TextBox1 = new TextBox();
  4923. this.Button1 = new Button();
  4924. this.Panel2 = new Panel();
  4925. this.walletBtn = new Button();
  4926. this.LoanBtn = new Button();
  4927. this.MinerBtn = new Button();
  4928. this.DashboardBtn = new Button();
  4929. this.TextBox2 = new TextBox();
  4930. this.PictureBox3 = new PictureBox();
  4931. this.Button6 = new Button();
  4932. this.StatusStrip1 = new StatusStrip();
  4933. this.ToolStripStatusLabel1 = new ToolStripStatusLabel();
  4934. this.ToolStripStatusLabel3 = new ToolStripStatusLabel();
  4935. this.Label100 = new ToolStripStatusLabel();
  4936. this.labelLoader = new ToolStripProgressBar();
  4937. this.Panel3 = new Panel();
  4938. this.Button12 = new Button();
  4939. this.Button9 = new Button();
  4940. this.Button10 = new Button();
  4941. this.Button8 = new Button();
  4942. this.Label2 = new Label();
  4943. this.Label1 = new Label();
  4944. this.Button7 = new Button();
  4945. this.Panel4 = new Panel();
  4946. this.Label8 = new Label();
  4947. this.Button14 = new Button();
  4948. this.Button13 = new Button();
  4949. this.Panel5 = new Panel();
  4950. this.Label7 = new Label();
  4951. this.Panel6 = new Panel();
  4952. this.TextBox3 = new TextBox();
  4953. this.Label6 = new Label();
  4954. this.Panel7 = new Panel();
  4955. this.Label3 = new Label();
  4956. this.Button11 = new Button();
  4957. this.Label4 = new Label();
  4958. this.Label5 = new Label();
  4959. this.walletPanel = new Panel();
  4960. this.Label22 = new Label();
  4961. this.Label21 = new Label();
  4962. this.Label20 = new Label();
  4963. this.PictureBox4 = new PictureBox();
  4964. this.Label18 = new Label();
  4965. this.agreementPanel = new Panel();
  4966. this.Label19 = new Label();
  4967. this.Button19 = new Button();
  4968. this.Label16 = new Label();
  4969. this.Button17 = new Button();
  4970. this.Button16 = new Button();
  4971. this.Label15 = new Label();
  4972. this.Label14 = new Label();
  4973. this.TextBox5 = new TextBox();
  4974. this.Button15 = new Button();
  4975. this.Button5 = new Button();
  4976. this.TextBox4 = new TextBox();
  4977. this.Label13 = new Label();
  4978. this.Label12 = new Label();
  4979. this.Label11 = new Label();
  4980. this.Label10 = new Label();
  4981. this.loanPanel = new Panel();
  4982. this.step2 = new Panel();
  4983. this.step3 = new Panel();
  4984. this.step4 = new Panel();
  4985. this.Button30 = new Button();
  4986. this.GroupBox2 = new GroupBox();
  4987. this.TextBox17 = new TextBox();
  4988. this.Button29 = new Button();
  4989. this.Button28 = new Button();
  4990. this.Button27 = new Button();
  4991. this.Button26 = new Button();
  4992. this.Button25 = new Button();
  4993. this.Label65 = new Label();
  4994. this.Label63 = new Label();
  4995. this.Label64 = new Label();
  4996. this.Button24 = new Button();
  4997. this.RadioButton1 = new RadioButton();
  4998. this.Label62 = new Label();
  4999. this.Button23 = new Button();
  5000. this.Button21 = new Button();
  5001. this.PictureBox5 = new PictureBox();
  5002. this.Label61 = new Label();
  5003. this.Label60 = new Label();
  5004. this.Label59 = new Label();
  5005. this.DateTimePicker2 = new DateTimePicker();
  5006. this.Label58 = new Label();
  5007. this.TextBox16 = new TextBox();
  5008. this.ComboBox4 = new ComboBox();
  5009. this.Label57 = new Label();
  5010. this.Label55 = new Label();
  5011. this.Label56 = new Label();
  5012. this.Button20 = new Button();
  5013. this.Label54 = new Label();
  5014. this.Button18 = new Button();
  5015. this.Label53 = new Label();
  5016. this.Button22 = new Button();
  5017. this.Panel10 = new Panel();
  5018. this.goldBtn = new Button();
  5019. this.Label50 = new Label();
  5020. this.Label51 = new Label();
  5021. this.Label52 = new Label();
  5022. this.Panel9 = new Panel();
  5023. this.silverBtn = new Button();
  5024. this.Label47 = new Label();
  5025. this.Label48 = new Label();
  5026. this.Label49 = new Label();
  5027. this.Panel8 = new Panel();
  5028. this.bronzeBtn = new Button();
  5029. this.Label46 = new Label();
  5030. this.Label44 = new Label();
  5031. this.Label45 = new Label();
  5032. this.Label42 = new Label();
  5033. this.Label43 = new Label();
  5034. this.Button4 = new Button();
  5035. this.Label41 = new Label();
  5036. this.Button3 = new Button();
  5037. this.Label40 = new Label();
  5038. this.Label39 = new Label();
  5039. this.Button2 = new Button();
  5040. this.GroupBox1 = new GroupBox();
  5041. this.Label34 = new Label();
  5042. this.TextBox13 = new TextBox();
  5043. this.ComboBox3 = new ComboBox();
  5044. this.Label38 = new Label();
  5045. this.ComboBox2 = new ComboBox();
  5046. this.Label37 = new Label();
  5047. this.Label35 = new Label();
  5048. this.TextBox14 = new TextBox();
  5049. this.Label36 = new Label();
  5050. this.TextBox15 = new TextBox();
  5051. this.Label33 = new Label();
  5052. this.TextBox12 = new TextBox();
  5053. this.Label31 = new Label();
  5054. this.TextBox10 = new TextBox();
  5055. this.Label30 = new Label();
  5056. this.TextBox9 = new TextBox();
  5057. this.Label32 = new Label();
  5058. this.TextBox11 = new TextBox();
  5059. this.Label29 = new Label();
  5060. this.DateTimePicker1 = new DateTimePicker();
  5061. this.Label28 = new Label();
  5062. this.TextBox8 = new TextBox();
  5063. this.Label27 = new Label();
  5064. this.TextBox7 = new TextBox();
  5065. this.Label26 = new Label();
  5066. this.ComboBox1 = new ComboBox();
  5067. this.Label25 = new Label();
  5068. this.TextBox6 = new TextBox();
  5069. this.Label23 = new Label();
  5070. this.Label24 = new Label();
  5071. this.minerPanel = new Panel();
  5072. this.Label91 = new Label();
  5073. this.Label92 = new Label();
  5074. this.ProgressBar3 = new ProgressBar();
  5075. this.mineearn = new Label();
  5076. this.PictureBox6 = new PictureBox();
  5077. this.Label81 = new Label();
  5078. this.Label80 = new Label();
  5079. this.sec = new Label();
  5080. this.min = new Label();
  5081. this.hr = new Label();
  5082. this.Label79 = new Label();
  5083. this.Label78 = new Label();
  5084. this.Label77 = new Label();
  5085. this.Button34 = new Button();
  5086. this.Label76 = new Label();
  5087. this.Label74 = new Label();
  5088. this.Label75 = new Label();
  5089. this.Button33 = new Button();
  5090. this.ProgressBar2 = new ProgressBar();
  5091. this.Button32 = new Button();
  5092. this.ProgressBar1 = new ProgressBar();
  5093. this.Panel11 = new Panel();
  5094. this.RichTextBox1 = new RichTextBox();
  5095. this.Label73 = new Label();
  5096. this.TextBox21 = new TextBox();
  5097. this.Label72 = new Label();
  5098. this.CheckBox7 = new CheckBox();
  5099. this.CheckBox8 = new CheckBox();
  5100. this.CheckBox3 = new CheckBox();
  5101. this.CheckBox4 = new CheckBox();
  5102. this.CheckBox2 = new CheckBox();
  5103. this.CheckBox1 = new CheckBox();
  5104. this.ComboBox6 = new ComboBox();
  5105. this.Label71 = new Label();
  5106. this.Label70 = new Label();
  5107. this.TextBox20 = new TextBox();
  5108. this.Label69 = new Label();
  5109. this.TextBox19 = new TextBox();
  5110. this.Label68 = new Label();
  5111. this.ComboBox5 = new ComboBox();
  5112. this.TextBox18 = new TextBox();
  5113. this.Label67 = new Label();
  5114. this.Label66 = new Label();
  5115. this.PerformanceCounter1 = new PerformanceCounter();
  5116. this.Timer1 = new System.Windows.Forms.Timer(this.components);
  5117. this.PerformanceCounter2 = new PerformanceCounter();
  5118. this.Timer2 = new System.Windows.Forms.Timer(this.components);
  5119. this.Timer3 = new System.Windows.Forms.Timer(this.components);
  5120. this.ContextMenuStrip1 = new ContextMenuStrip(this.components);
  5121. this.RunBlockchainMinerProToolStripMenuItem = new ToolStripMenuItem();
  5122. this.ContactUsToolStripMenuItem = new ToolStripMenuItem();
  5123. this.AboutUsToolStripMenuItem = new ToolStripMenuItem();
  5124. this.ExitToolStripMenuItem = new ToolStripMenuItem();
  5125. this.NotifyIcon1 = new NotifyIcon(this.components);
  5126. this.Timer4 = new System.Windows.Forms.Timer(this.components);
  5127. this.loginPanel = new Panel();
  5128. this.Button36 = new Button();
  5129. this.Button35 = new Button();
  5130. this.Label90 = new Label();
  5131. this.bitcoinaddressReg = new TextBox();
  5132. this.Label89 = new Label();
  5133. this.emailReg = new TextBox();
  5134. this.Label88 = new Label();
  5135. this.nameReg = new TextBox();
  5136. this.Label85 = new Label();
  5137. this.Label86 = new Label();
  5138. this.passwordReg = new TextBox();
  5139. this.Label87 = new Label();
  5140. this.usernameReg = new TextBox();
  5141. this.Label84 = new Label();
  5142. this.Label83 = new Label();
  5143. this.Button31 = new Button();
  5144. this.passwordTXT = new TextBox();
  5145. this.Label82 = new Label();
  5146. this.usernameTXT = new TextBox();
  5147. this.LoginP = new Panel();
  5148. this.Button37 = new Button();
  5149. this.Button38 = new Button();
  5150. this.PictureBox7 = new PictureBox();
  5151. this.Label17 = new Label();
  5152. this.Label93 = new Label();
  5153. this.Panel1.SuspendLayout();
  5154. ((ISupportInitialize)this.PictureBox2).BeginInit();
  5155. ((ISupportInitialize)this.PictureBox1).BeginInit();
  5156. this.Panel2.SuspendLayout();
  5157. ((ISupportInitialize)this.PictureBox3).BeginInit();
  5158. this.StatusStrip1.SuspendLayout();
  5159. this.Panel3.SuspendLayout();
  5160. this.Panel4.SuspendLayout();
  5161. this.Panel5.SuspendLayout();
  5162. this.Panel6.SuspendLayout();
  5163. this.Panel7.SuspendLayout();
  5164. this.walletPanel.SuspendLayout();
  5165. ((ISupportInitialize)this.PictureBox4).BeginInit();
  5166. this.agreementPanel.SuspendLayout();
  5167. this.loanPanel.SuspendLayout();
  5168. this.step2.SuspendLayout();
  5169. this.step3.SuspendLayout();
  5170. this.step4.SuspendLayout();
  5171. this.GroupBox2.SuspendLayout();
  5172. ((ISupportInitialize)this.PictureBox5).BeginInit();
  5173. this.Panel10.SuspendLayout();
  5174. this.Panel9.SuspendLayout();
  5175. this.Panel8.SuspendLayout();
  5176. this.GroupBox1.SuspendLayout();
  5177. this.minerPanel.SuspendLayout();
  5178. ((ISupportInitialize)this.PictureBox6).BeginInit();
  5179. this.Panel11.SuspendLayout();
  5180. ((ISupportInitialize)this.PerformanceCounter1).BeginInit();
  5181. ((ISupportInitialize)this.PerformanceCounter2).BeginInit();
  5182. this.ContextMenuStrip1.SuspendLayout();
  5183. this.loginPanel.SuspendLayout();
  5184. this.LoginP.SuspendLayout();
  5185. ((ISupportInitialize)this.PictureBox7).BeginInit();
  5186. this.SuspendLayout();
  5187. this.Panel1.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
  5188. this.Panel1.BackColor = Color.FromArgb(49, 49, 49);
  5189. this.Panel1.Controls.Add(this.customersBTC);
  5190. this.Panel1.Controls.Add(this.Label9);
  5191. this.Panel1.Controls.Add(this.PictureBox2);
  5192. this.Panel1.Controls.Add(this.PictureBox1);
  5193. this.Panel1.Controls.Add(this.TextBox1);
  5194. this.Panel1.Controls.Add(this.Button1);
  5195. Control arg_DA3_0 = this.Panel1;
  5196. Point location = new Point(-1, -1);
  5197. arg_DA3_0.Location = location;
  5198. this.Panel1.Name = "Panel1";
  5199. Control arg_DD1_0 = this.Panel1;
  5200. Size size = new Size(987, 63);
  5201. arg_DD1_0.Size = size;
  5202. this.Panel1.TabIndex = 0;
  5203. this.customersBTC.AutoSize = true;
  5204. this.customersBTC.Font = new Font("Calibri", 7.25f);
  5205. this.customersBTC.ForeColor = Color.White;
  5206. Control arg_E33_0 = this.customersBTC;
  5207. location = new Point(547, 26);
  5208. arg_E33_0.Location = location;
  5209. this.customersBTC.Name = "customersBTC";
  5210. Control arg_E5E_0 = this.customersBTC;
  5211. size = new Size(17, 13);
  5212. arg_E5E_0.Size = size;
  5213. this.customersBTC.TabIndex = 17;
  5214. this.customersBTC.Text = "50";
  5215. this.customersBTC.Visible = false;
  5216. this.Label9.AutoSize = true;
  5217. this.Label9.Font = new Font("Calibri", 7.25f);
  5218. this.Label9.ForeColor = Color.White;
  5219. Control arg_EDF_0 = this.Label9;
  5220. location = new Point(330, 25);
  5221. arg_EDF_0.Location = location;
  5222. this.Label9.Name = "Label9";
  5223. Control arg_F0A_0 = this.Label9;
  5224. size = new Size(114, 13);
  5225. arg_F0A_0.Size = size;
  5226. this.Label9.TabIndex = 16;
  5227. this.Label9.Text = "Your PC processor can mine";
  5228. this.PictureBox2.Image = Resources.HEADR;
  5229. Control arg_F53_0 = this.PictureBox2;
  5230. location = new Point(54, 13);
  5231. arg_F53_0.Location = location;
  5232. this.PictureBox2.Name = "PictureBox2";
  5233. Control arg_F81_0 = this.PictureBox2;
  5234. size = new Size(273, 35);
  5235. arg_F81_0.Size = size;
  5236. this.PictureBox2.SizeMode = PictureBoxSizeMode.Zoom;
  5237. this.PictureBox2.TabIndex = 3;
  5238. this.PictureBox2.TabStop = false;
  5239. this.PictureBox1.Image = Resources.bn;
  5240. Control arg_FD2_0 = this.PictureBox1;
  5241. location = new Point(13, 13);
  5242. arg_FD2_0.Location = location;
  5243. this.PictureBox1.Name = "PictureBox1";
  5244. Control arg_FFD_0 = this.PictureBox1;
  5245. size = new Size(35, 35);
  5246. arg_FFD_0.Size = size;
  5247. this.PictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
  5248. this.PictureBox1.TabIndex = 2;
  5249. this.PictureBox1.TabStop = false;
  5250. this.TextBox1.BackColor = Color.FromArgb(49, 49, 49);
  5251. this.TextBox1.BorderStyle = BorderStyle.None;
  5252. this.TextBox1.Font = new Font("Calibri", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5253. this.TextBox1.ForeColor = Color.White;
  5254. Control arg_1093_0 = this.TextBox1;
  5255. location = new Point(594, 24);
  5256. arg_1093_0.Location = location;
  5257. this.TextBox1.Name = "TextBox1";
  5258. this.TextBox1.ReadOnly = true;
  5259. Control arg_10CE_0 = this.TextBox1;
  5260. size = new Size(287, 16);
  5261. arg_10CE_0.Size = size;
  5262. this.TextBox1.TabIndex = 1;
  5263. this.TextBox1.Text = "sample@email.com";
  5264. this.TextBox1.TextAlign = HorizontalAlignment.Right;
  5265. this.Button1.BackColor = Color.Crimson;
  5266. this.Button1.FlatAppearance.BorderSize = 0;
  5267. this.Button1.FlatStyle = FlatStyle.Flat;
  5268. this.Button1.ForeColor = Color.White;
  5269. Control arg_1156_0 = this.Button1;
  5270. location = new Point(894, 16);
  5271. arg_1156_0.Location = location;
  5272. this.Button1.Name = "Button1";
  5273. Control arg_1181_0 = this.Button1;
  5274. size = new Size(75, 32);
  5275. arg_1181_0.Size = size;
  5276. this.Button1.TabIndex = 0;
  5277. this.Button1.Text = "Logout";
  5278. this.Button1.UseVisualStyleBackColor = false;
  5279. this.Panel2.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
  5280. this.Panel2.BackColor = Color.Gainsboro;
  5281. this.Panel2.Controls.Add(this.walletBtn);
  5282. this.Panel2.Controls.Add(this.LoanBtn);
  5283. this.Panel2.Controls.Add(this.MinerBtn);
  5284. this.Panel2.Controls.Add(this.DashboardBtn);
  5285. this.Panel2.Controls.Add(this.TextBox2);
  5286. this.Panel2.Controls.Add(this.PictureBox3);
  5287. Control arg_126D_0 = this.Panel2;
  5288. location = new Point(-1, 62);
  5289. arg_126D_0.Location = location;
  5290. this.Panel2.Name = "Panel2";
  5291. Control arg_129B_0 = this.Panel2;
  5292. size = new Size(987, 53);
  5293. arg_129B_0.Size = size;
  5294. this.Panel2.TabIndex = 1;
  5295. this.walletBtn.BackColor = Color.Gainsboro;
  5296. this.walletBtn.FlatAppearance.BorderSize = 0;
  5297. this.walletBtn.FlatStyle = FlatStyle.Flat;
  5298. this.walletBtn.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5299. this.walletBtn.ForeColor = Color.SlateGray;
  5300. Control arg_1322_0 = this.walletBtn;
  5301. location = new Point(521, 0);
  5302. arg_1322_0.Location = location;
  5303. this.walletBtn.Name = "walletBtn";
  5304. Control arg_1350_0 = this.walletBtn;
  5305. size = new Size(174, 53);
  5306. arg_1350_0.Size = size;
  5307. this.walletBtn.TabIndex = 7;
  5308. this.walletBtn.Text = "Wallet";
  5309. this.walletBtn.UseVisualStyleBackColor = false;
  5310. this.LoanBtn.BackColor = Color.Gainsboro;
  5311. this.LoanBtn.FlatAppearance.BorderSize = 0;
  5312. this.LoanBtn.FlatStyle = FlatStyle.Flat;
  5313. this.LoanBtn.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5314. this.LoanBtn.ForeColor = Color.SlateGray;
  5315. Control arg_13F5_0 = this.LoanBtn;
  5316. location = new Point(348, 0);
  5317. arg_13F5_0.Location = location;
  5318. this.LoanBtn.Name = "LoanBtn";
  5319. Control arg_1423_0 = this.LoanBtn;
  5320. size = new Size(173, 53);
  5321. arg_1423_0.Size = size;
  5322. this.LoanBtn.TabIndex = 6;
  5323. this.LoanBtn.Text = "Private Loan";
  5324. this.LoanBtn.UseVisualStyleBackColor = false;
  5325. this.MinerBtn.BackColor = Color.Gainsboro;
  5326. this.MinerBtn.FlatAppearance.BorderSize = 0;
  5327. this.MinerBtn.FlatStyle = FlatStyle.Flat;
  5328. this.MinerBtn.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5329. this.MinerBtn.ForeColor = Color.SlateGray;
  5330. Control arg_14C8_0 = this.MinerBtn;
  5331. location = new Point(175, 0);
  5332. arg_14C8_0.Location = location;
  5333. this.MinerBtn.Name = "MinerBtn";
  5334. Control arg_14F6_0 = this.MinerBtn;
  5335. size = new Size(173, 53);
  5336. arg_14F6_0.Size = size;
  5337. this.MinerBtn.TabIndex = 5;
  5338. this.MinerBtn.Text = "Miner";
  5339. this.MinerBtn.UseVisualStyleBackColor = false;
  5340. this.DashboardBtn.BackColor = Color.SlateGray;
  5341. this.DashboardBtn.FlatAppearance.BorderSize = 0;
  5342. this.DashboardBtn.FlatStyle = FlatStyle.Flat;
  5343. this.DashboardBtn.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5344. this.DashboardBtn.ForeColor = Color.Gainsboro;
  5345. Control arg_1597_0 = this.DashboardBtn;
  5346. location = new Point(1, 0);
  5347. arg_1597_0.Location = location;
  5348. this.DashboardBtn.Name = "DashboardBtn";
  5349. Control arg_15C5_0 = this.DashboardBtn;
  5350. size = new Size(174, 53);
  5351. arg_15C5_0.Size = size;
  5352. this.DashboardBtn.TabIndex = 4;
  5353. this.DashboardBtn.Text = "Dashboard";
  5354. this.DashboardBtn.UseVisualStyleBackColor = false;
  5355. this.TextBox2.BackColor = Color.Gainsboro;
  5356. this.TextBox2.BorderStyle = BorderStyle.None;
  5357. this.TextBox2.Font = new Font("Calibri", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5358. this.TextBox2.ForeColor = Color.Black;
  5359. Control arg_1659_0 = this.TextBox2;
  5360. location = new Point(772, 18);
  5361. arg_1659_0.Location = location;
  5362. this.TextBox2.Multiline = true;
  5363. this.TextBox2.Name = "TextBox2";
  5364. this.TextBox2.ReadOnly = true;
  5365. Control arg_16A1_0 = this.TextBox2;
  5366. size = new Size(181, 20);
  5367. arg_16A1_0.Size = size;
  5368. this.TextBox2.TabIndex = 4;
  5369. this.TextBox2.Text = "0.0";
  5370. this.PictureBox3.Image = Resources.BTC_logo;
  5371. Control arg_16EC_0 = this.PictureBox3;
  5372. location = new Point(741, 14);
  5373. arg_16EC_0.Location = location;
  5374. this.PictureBox3.Name = "PictureBox3";
  5375. Control arg_1717_0 = this.PictureBox3;
  5376. size = new Size(23, 23);
  5377. arg_1717_0.Size = size;
  5378. this.PictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
  5379. this.PictureBox3.TabIndex = 4;
  5380. this.PictureBox3.TabStop = false;
  5381. this.Button6.BackColor = Color.White;
  5382. this.Button6.FlatAppearance.BorderSize = 0;
  5383. this.Button6.FlatStyle = FlatStyle.Flat;
  5384. this.Button6.ForeColor = Color.MediumSeaGreen;
  5385. Control arg_179A_0 = this.Button6;
  5386. location = new Point(802, 5);
  5387. arg_179A_0.Location = location;
  5388. this.Button6.Name = "Button6";
  5389. Control arg_17C8_0 = this.Button6;
  5390. size = new Size(155, 27);
  5391. arg_17C8_0.Size = size;
  5392. this.Button6.TabIndex = 4;
  5393. this.Button6.Text = "No loan records";
  5394. this.Button6.UseVisualStyleBackColor = false;
  5395. this.StatusStrip1.Items.AddRange(new ToolStripItem[]
  5396. {
  5397. this.ToolStripStatusLabel1,
  5398. this.ToolStripStatusLabel3,
  5399. this.Label100,
  5400. this.labelLoader
  5401. });
  5402. Control arg_1855_0 = this.StatusStrip1;
  5403. location = new Point(0, 544);
  5404. arg_1855_0.Location = location;
  5405. this.StatusStrip1.Name = "StatusStrip1";
  5406. Control arg_1883_0 = this.StatusStrip1;
  5407. size = new Size(986, 22);
  5408. arg_1883_0.Size = size;
  5409. this.StatusStrip1.TabIndex = 2;
  5410. this.StatusStrip1.Text = "StatusStrip1";
  5411. this.ToolStripStatusLabel1.ForeColor = Color.DarkGray;
  5412. this.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1";
  5413. ToolStripItem arg_18E0_0 = this.ToolStripStatusLabel1;
  5414. size = new Size(346, 17);
  5415. arg_18E0_0.Size = size;
  5416. this.ToolStripStatusLabel1.Text = "Copyright © 2013-2017 Blockchain Miner Pro. All rights reserved";
  5417. this.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3";
  5418. ToolStripItem arg_191C_0 = this.ToolStripStatusLabel3;
  5419. size = new Size(105, 17);
  5420. arg_191C_0.Size = size;
  5421. this.ToolStripStatusLabel3.Text = "mining processor: ";
  5422. this.Label100.Name = "Label100";
  5423. ToolStripItem arg_1958_0 = this.Label100;
  5424. size = new Size(90, 17);
  5425. arg_1958_0.Size = size;
  5426. this.Label100.Text = "proccessor here";
  5427. this.labelLoader.Name = "labelLoader";
  5428. ToolStripControlHost arg_1994_0 = this.labelLoader;
  5429. size = new Size(100, 16);
  5430. arg_1994_0.Size = size;
  5431. this.labelLoader.Visible = false;
  5432. this.Panel3.BackColor = Color.Gainsboro;
  5433. this.Panel3.Controls.Add(this.Button12);
  5434. this.Panel3.Controls.Add(this.Button9);
  5435. this.Panel3.Controls.Add(this.Button10);
  5436. this.Panel3.Controls.Add(this.Button8);
  5437. this.Panel3.Controls.Add(this.Label2);
  5438. this.Panel3.Controls.Add(this.Label1);
  5439. this.Panel3.Controls.Add(this.Button7);
  5440. Control arg_1A6E_0 = this.Panel3;
  5441. location = new Point(8, 158);
  5442. arg_1A6E_0.Location = location;
  5443. this.Panel3.Name = "Panel3";
  5444. Control arg_1A9F_0 = this.Panel3;
  5445. size = new Size(294, 378);
  5446. arg_1A9F_0.Size = size;
  5447. this.Panel3.TabIndex = 3;
  5448. this.Button12.BackColor = Color.Indigo;
  5449. this.Button12.FlatAppearance.BorderSize = 0;
  5450. this.Button12.FlatStyle = FlatStyle.Flat;
  5451. this.Button12.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5452. this.Button12.ForeColor = Color.White;
  5453. this.Button12.Image = Resources.settings_work_tool;
  5454. this.Button12.ImageAlign = ContentAlignment.MiddleLeft;
  5455. Control arg_1B46_0 = this.Button12;
  5456. location = new Point(24, 305);
  5457. arg_1B46_0.Location = location;
  5458. this.Button12.Name = "Button12";
  5459. Control arg_1B74_0 = this.Button12;
  5460. size = new Size(243, 49);
  5461. arg_1B74_0.Size = size;
  5462. this.Button12.TabIndex = 18;
  5463. this.Button12.Text = " Settings";
  5464. this.Button12.TextAlign = ContentAlignment.MiddleLeft;
  5465. this.Button12.UseVisualStyleBackColor = false;
  5466. this.Button9.BackColor = Color.Indigo;
  5467. this.Button9.FlatAppearance.BorderSize = 0;
  5468. this.Button9.FlatStyle = FlatStyle.Flat;
  5469. this.Button9.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5470. this.Button9.ForeColor = Color.White;
  5471. this.Button9.Image = Resources.multiple_users_silhouette__1_;
  5472. this.Button9.ImageAlign = ContentAlignment.MiddleLeft;
  5473. Control arg_1C48_0 = this.Button9;
  5474. location = new Point(24, 250);
  5475. arg_1C48_0.Location = location;
  5476. this.Button9.Name = "Button9";
  5477. Control arg_1C76_0 = this.Button9;
  5478. size = new Size(243, 49);
  5479. arg_1C76_0.Size = size;
  5480. this.Button9.TabIndex = 17;
  5481. this.Button9.Text = " Your Referrals";
  5482. this.Button9.TextAlign = ContentAlignment.MiddleLeft;
  5483. this.Button9.UseVisualStyleBackColor = false;
  5484. this.Button10.BackColor = Color.Indigo;
  5485. this.Button10.FlatAppearance.BorderSize = 0;
  5486. this.Button10.FlatStyle = FlatStyle.Flat;
  5487. this.Button10.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5488. this.Button10.ForeColor = Color.White;
  5489. this.Button10.Image = Resources.money;
  5490. this.Button10.ImageAlign = ContentAlignment.MiddleLeft;
  5491. Control arg_1D4A_0 = this.Button10;
  5492. location = new Point(24, 195);
  5493. arg_1D4A_0.Location = location;
  5494. this.Button10.Name = "Button10";
  5495. Control arg_1D78_0 = this.Button10;
  5496. size = new Size(243, 49);
  5497. arg_1D78_0.Size = size;
  5498. this.Button10.TabIndex = 16;
  5499. this.Button10.Text = " Withdraw";
  5500. this.Button10.TextAlign = ContentAlignment.MiddleLeft;
  5501. this.Button10.UseVisualStyleBackColor = false;
  5502. this.Button8.BackColor = Color.Indigo;
  5503. this.Button8.FlatAppearance.BorderSize = 0;
  5504. this.Button8.FlatStyle = FlatStyle.Flat;
  5505. this.Button8.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5506. this.Button8.ForeColor = Color.White;
  5507. this.Button8.Image = Resources.payment_method__1_;
  5508. this.Button8.ImageAlign = ContentAlignment.MiddleLeft;
  5509. Control arg_1E4C_0 = this.Button8;
  5510. location = new Point(25, 140);
  5511. arg_1E4C_0.Location = location;
  5512. this.Button8.Name = "Button8";
  5513. Control arg_1E7A_0 = this.Button8;
  5514. size = new Size(243, 49);
  5515. arg_1E7A_0.Size = size;
  5516. this.Button8.TabIndex = 15;
  5517. this.Button8.Text = " Start mining";
  5518. this.Button8.TextAlign = ContentAlignment.MiddleLeft;
  5519. this.Button8.UseVisualStyleBackColor = false;
  5520. this.Label2.AutoSize = true;
  5521. this.Label2.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5522. this.Label2.ForeColor = Color.DimGray;
  5523. Control arg_1F09_0 = this.Label2;
  5524. location = new Point(89, 35);
  5525. arg_1F09_0.Location = location;
  5526. this.Label2.Name = "Label2";
  5527. Control arg_1F34_0 = this.Label2;
  5528. size = new Size(69, 18);
  5529. arg_1F34_0.Size = size;
  5530. this.Label2.TabIndex = 14;
  5531. this.Label2.Text = "usename:";
  5532. this.Label1.AutoSize = true;
  5533. this.Label1.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5534. Control arg_1F97_0 = this.Label1;
  5535. location = new Point(21, 35);
  5536. arg_1F97_0.Location = location;
  5537. this.Label1.Name = "Label1";
  5538. Control arg_1FC2_0 = this.Label1;
  5539. size = new Size(69, 18);
  5540. arg_1FC2_0.Size = size;
  5541. this.Label1.TabIndex = 13;
  5542. this.Label1.Text = "usename:";
  5543. this.Button7.BackColor = Color.Indigo;
  5544. this.Button7.FlatAppearance.BorderSize = 0;
  5545. this.Button7.FlatStyle = FlatStyle.Flat;
  5546. this.Button7.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5547. this.Button7.ForeColor = Color.White;
  5548. this.Button7.Image = Resources.man_user__1_;
  5549. this.Button7.ImageAlign = ContentAlignment.MiddleLeft;
  5550. Control arg_2078_0 = this.Button7;
  5551. location = new Point(25, 85);
  5552. arg_2078_0.Location = location;
  5553. this.Button7.Name = "Button7";
  5554. Control arg_20A6_0 = this.Button7;
  5555. size = new Size(243, 49);
  5556. arg_20A6_0.Size = size;
  5557. this.Button7.TabIndex = 8;
  5558. this.Button7.Text = " Account";
  5559. this.Button7.TextAlign = ContentAlignment.MiddleLeft;
  5560. this.Button7.UseVisualStyleBackColor = false;
  5561. this.Panel4.BackColor = Color.FromArgb(49, 49, 49);
  5562. this.Panel4.Controls.Add(this.Label8);
  5563. this.Panel4.Controls.Add(this.Button14);
  5564. Control arg_2143_0 = this.Panel4;
  5565. location = new Point(320, 158);
  5566. arg_2143_0.Location = location;
  5567. this.Panel4.Name = "Panel4";
  5568. Control arg_2171_0 = this.Panel4;
  5569. size = new Size(200, 100);
  5570. arg_2171_0.Size = size;
  5571. this.Panel4.TabIndex = 4;
  5572. this.Label8.AutoSize = true;
  5573. this.Label8.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5574. this.Label8.ForeColor = Color.White;
  5575. Control arg_21D3_0 = this.Label8;
  5576. location = new Point(37, 25);
  5577. arg_21D3_0.Location = location;
  5578. this.Label8.Name = "Label8";
  5579. Control arg_21FE_0 = this.Label8;
  5580. size = new Size(115, 18);
  5581. arg_21FE_0.Size = size;
  5582. this.Label8.TabIndex = 19;
  5583. this.Label8.Text = "Help and Support";
  5584. this.Button14.BackColor = Color.White;
  5585. this.Button14.FlatAppearance.BorderSize = 0;
  5586. this.Button14.FlatStyle = FlatStyle.Flat;
  5587. this.Button14.ForeColor = Color.SteelBlue;
  5588. Control arg_2277_0 = this.Button14;
  5589. location = new Point(21, 54);
  5590. arg_2277_0.Location = location;
  5591. this.Button14.Name = "Button14";
  5592. Control arg_22A5_0 = this.Button14;
  5593. size = new Size(157, 22);
  5594. arg_22A5_0.Size = size;
  5595. this.Button14.TabIndex = 18;
  5596. this.Button14.Text = "Email Us";
  5597. this.Button14.UseVisualStyleBackColor = false;
  5598. this.Button13.BackColor = Color.SteelBlue;
  5599. this.Button13.FlatAppearance.BorderSize = 0;
  5600. this.Button13.FlatStyle = FlatStyle.Flat;
  5601. this.Button13.ForeColor = Color.White;
  5602. Control arg_232B_0 = this.Button13;
  5603. location = new Point(22, 52);
  5604. arg_232B_0.Location = location;
  5605. this.Button13.Name = "Button13";
  5606. Control arg_2359_0 = this.Button13;
  5607. size = new Size(157, 22);
  5608. arg_2359_0.Size = size;
  5609. this.Button13.TabIndex = 8;
  5610. this.Button13.Text = "Share on Facebook";
  5611. this.Button13.UseVisualStyleBackColor = false;
  5612. this.Panel5.BackColor = Color.FromArgb(49, 49, 49);
  5613. this.Panel5.Controls.Add(this.Label7);
  5614. this.Panel5.Controls.Add(this.Button13);
  5615. Control arg_23E8_0 = this.Panel5;
  5616. location = new Point(536, 158);
  5617. arg_23E8_0.Location = location;
  5618. this.Panel5.Name = "Panel5";
  5619. Control arg_2416_0 = this.Panel5;
  5620. size = new Size(200, 100);
  5621. arg_2416_0.Size = size;
  5622. this.Panel5.TabIndex = 5;
  5623. this.Label7.AutoSize = true;
  5624. this.Label7.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5625. this.Label7.ForeColor = Color.White;
  5626. Control arg_2478_0 = this.Label7;
  5627. location = new Point(51, 25);
  5628. arg_2478_0.Location = location;
  5629. this.Label7.Name = "Label7";
  5630. Control arg_24A3_0 = this.Label7;
  5631. size = new Size(99, 18);
  5632. arg_24A3_0.Size = size;
  5633. this.Label7.TabIndex = 17;
  5634. this.Label7.Text = "Share and Earn";
  5635. this.Panel6.BackColor = Color.DarkGreen;
  5636. this.Panel6.Controls.Add(this.TextBox3);
  5637. this.Panel6.Controls.Add(this.Label6);
  5638. Control arg_2520_0 = this.Panel6;
  5639. location = new Point(751, 158);
  5640. arg_2520_0.Location = location;
  5641. this.Panel6.Name = "Panel6";
  5642. Control arg_254E_0 = this.Panel6;
  5643. size = new Size(200, 100);
  5644. arg_254E_0.Size = size;
  5645. this.Panel6.TabIndex = 5;
  5646. this.TextBox3.BackColor = Color.DarkGreen;
  5647. this.TextBox3.BorderStyle = BorderStyle.None;
  5648. this.TextBox3.Font = new Font("Calibri", 21.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5649. this.TextBox3.ForeColor = Color.White;
  5650. Control arg_25C1_0 = this.TextBox3;
  5651. location = new Point(39, 42);
  5652. arg_25C1_0.Location = location;
  5653. this.TextBox3.Multiline = true;
  5654. this.TextBox3.Name = "TextBox3";
  5655. this.TextBox3.ReadOnly = true;
  5656. Control arg_2606_0 = this.TextBox3;
  5657. size = new Size(119, 39);
  5658. arg_2606_0.Size = size;
  5659. this.TextBox3.TabIndex = 8;
  5660. this.TextBox3.Text = "500+";
  5661. this.TextBox3.TextAlign = HorizontalAlignment.Center;
  5662. this.Label6.AutoSize = true;
  5663. this.Label6.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5664. this.Label6.ForeColor = Color.White;
  5665. Control arg_2686_0 = this.Label6;
  5666. location = new Point(56, 21);
  5667. arg_2686_0.Location = location;
  5668. this.Label6.Name = "Label6";
  5669. Control arg_26B1_0 = this.Label6;
  5670. size = new Size(87, 18);
  5671. arg_26B1_0.Size = size;
  5672. this.Label6.TabIndex = 16;
  5673. this.Label6.Text = "Users Online";
  5674. this.Panel7.BackColor = Color.Indigo;
  5675. this.Panel7.Controls.Add(this.Label3);
  5676. this.Panel7.Controls.Add(this.Button11);
  5677. Control arg_272E_0 = this.Panel7;
  5678. location = new Point(320, 276);
  5679. arg_272E_0.Location = location;
  5680. this.Panel7.Name = "Panel7";
  5681. Control arg_275C_0 = this.Panel7;
  5682. size = new Size(631, 59);
  5683. arg_275C_0.Size = size;
  5684. this.Panel7.TabIndex = 5;
  5685. this.Label3.AutoSize = true;
  5686. this.Label3.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5687. this.Label3.ForeColor = Color.White;
  5688. Control arg_27BE_0 = this.Label3;
  5689. location = new Point(24, 11);
  5690. arg_27BE_0.Location = location;
  5691. this.Label3.Name = "Label3";
  5692. Control arg_27EC_0 = this.Label3;
  5693. size = new Size(287, 36);
  5694. arg_27EC_0.Size = size;
  5695. this.Label3.TabIndex = 15;
  5696. this.Label3.Text = "Get up to 10% on every user you refer to earn\r\nwith your referal button";
  5697. this.Button11.BackColor = Color.White;
  5698. this.Button11.FlatAppearance.BorderSize = 0;
  5699. this.Button11.FlatStyle = FlatStyle.Flat;
  5700. this.Button11.Font = new Font("Calibri", 10f);
  5701. this.Button11.ForeColor = Color.Indigo;
  5702. Control arg_2883_0 = this.Button11;
  5703. location = new Point(456, 13);
  5704. arg_2883_0.Location = location;
  5705. this.Button11.Name = "Button11";
  5706. Control arg_28B1_0 = this.Button11;
  5707. size = new Size(163, 32);
  5708. arg_28B1_0.Size = size;
  5709. this.Button11.TabIndex = 15;
  5710. this.Button11.Text = "Share on Facebook";
  5711. this.Button11.UseVisualStyleBackColor = false;
  5712. this.Label4.AutoSize = true;
  5713. this.Label4.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5714. this.Label4.ForeColor = Color.FromArgb(49, 49, 49);
  5715. Control arg_293E_0 = this.Label4;
  5716. location = new Point(320, 396);
  5717. arg_293E_0.Location = location;
  5718. this.Label4.Name = "Label4";
  5719. Control arg_296C_0 = this.Label4;
  5720. size = new Size(653, 108);
  5721. arg_296C_0.Size = size;
  5722. this.Label4.TabIndex = 16;
  5723. this.Label4.Text = resources.GetString("Label4.Text");
  5724. this.Label5.AutoSize = true;
  5725. this.Label5.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  5726. this.Label5.ForeColor = Color.FromArgb(49, 49, 49);
  5727. Control arg_29F2_0 = this.Label5;
  5728. location = new Point(317, 353);
  5729. arg_29F2_0.Location = location;
  5730. this.Label5.Name = "Label5";
  5731. Control arg_2A20_0 = this.Label5;
  5732. size = new Size(396, 33);
  5733. arg_2A20_0.Size = size;
  5734. this.Label5.TabIndex = 17;
  5735. this.Label5.Text = "Welcome to Blockchain Miner Pro";
  5736. this.walletPanel.Controls.Add(this.Label22);
  5737. this.walletPanel.Controls.Add(this.Label21);
  5738. this.walletPanel.Controls.Add(this.Label20);
  5739. this.walletPanel.Controls.Add(this.PictureBox4);
  5740. this.walletPanel.Controls.Add(this.Label18);
  5741. this.walletPanel.Controls.Add(this.agreementPanel);
  5742. this.walletPanel.Controls.Add(this.Button17);
  5743. this.walletPanel.Controls.Add(this.Button16);
  5744. this.walletPanel.Controls.Add(this.Label15);
  5745. this.walletPanel.Controls.Add(this.Label14);
  5746. this.walletPanel.Controls.Add(this.TextBox5);
  5747. this.walletPanel.Controls.Add(this.Button15);
  5748. this.walletPanel.Controls.Add(this.Button5);
  5749. this.walletPanel.Controls.Add(this.TextBox4);
  5750. this.walletPanel.Controls.Add(this.Label13);
  5751. this.walletPanel.Controls.Add(this.Label12);
  5752. this.walletPanel.Controls.Add(this.Label11);
  5753. this.walletPanel.Controls.Add(this.Label10);
  5754. Control arg_2BF5_0 = this.walletPanel;
  5755. location = new Point(0, 121);
  5756. arg_2BF5_0.Location = location;
  5757. this.walletPanel.Name = "walletPanel";
  5758. Control arg_2C26_0 = this.walletPanel;
  5759. size = new Size(974, 415);
  5760. arg_2C26_0.Size = size;
  5761. this.walletPanel.TabIndex = 18;
  5762. this.walletPanel.Visible = false;
  5763. this.Label22.AutoSize = true;
  5764. this.Label22.BackColor = SystemColors.ActiveBorder;
  5765. this.Label22.Cursor = Cursors.Hand;
  5766. this.Label22.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5767. this.Label22.ForeColor = Color.FromArgb(49, 49, 49);
  5768. Control arg_2CC4_0 = this.Label22;
  5769. location = new Point(345, 190);
  5770. arg_2CC4_0.Location = location;
  5771. this.Label22.Name = "Label22";
  5772. Control arg_2CEF_0 = this.Label22;
  5773. size = new Size(35, 18);
  5774. arg_2CEF_0.Size = size;
  5775. this.Label22.TabIndex = 34;
  5776. this.Label22.Text = "EDIT";
  5777. this.Label21.AutoSize = true;
  5778. this.Label21.Font = new Font("Calibri", 15.25f);
  5779. this.Label21.ForeColor = Color.DarkGray;
  5780. Control arg_2D66_0 = this.Label21;
  5781. location = new Point(695, 134);
  5782. arg_2D66_0.Location = location;
  5783. this.Label21.Name = "Label21";
  5784. Control arg_2D91_0 = this.Label21;
  5785. size = new Size(50, 26);
  5786. arg_2D91_0.Size = size;
  5787. this.Label21.TabIndex = 33;
  5788. this.Label21.Text = "0.00";
  5789. this.Label20.AutoSize = true;
  5790. this.Label20.Font = new Font("Calibri", 15.25f);
  5791. this.Label20.ForeColor = Color.DarkGray;
  5792. Control arg_2E05_0 = this.Label20;
  5793. location = new Point(695, 106);
  5794. arg_2E05_0.Location = location;
  5795. this.Label20.Name = "Label20";
  5796. Control arg_2E30_0 = this.Label20;
  5797. size = new Size(50, 26);
  5798. arg_2E30_0.Size = size;
  5799. this.Label20.TabIndex = 32;
  5800. this.Label20.Text = "0.00";
  5801. this.PictureBox4.Image = Resources.BTC_logo;
  5802. Control arg_2E7C_0 = this.PictureBox4;
  5803. location = new Point(684, 20);
  5804. arg_2E7C_0.Location = location;
  5805. this.PictureBox4.Name = "PictureBox4";
  5806. Control arg_2EA7_0 = this.PictureBox4;
  5807. size = new Size(57, 61);
  5808. arg_2EA7_0.Size = size;
  5809. this.PictureBox4.SizeMode = PictureBoxSizeMode.Zoom;
  5810. this.PictureBox4.TabIndex = 8;
  5811. this.PictureBox4.TabStop = false;
  5812. this.Label18.AutoSize = true;
  5813. this.Label18.Font = new Font("Calibri", 9f, FontStyle.Underline, GraphicsUnit.Point, 0);
  5814. this.Label18.ForeColor = Color.FromArgb(49, 49, 49);
  5815. Control arg_2F2F_0 = this.Label18;
  5816. location = new Point(658, 239);
  5817. arg_2F2F_0.Location = location;
  5818. this.Label18.Name = "Label18";
  5819. Control arg_2F5A_0 = this.Label18;
  5820. size = new Size(98, 14);
  5821. arg_2F5A_0.Size = size;
  5822. this.Label18.TabIndex = 31;
  5823. this.Label18.Text = "Terms and policy";
  5824. this.agreementPanel.BackColor = Color.MediumSeaGreen;
  5825. this.agreementPanel.Controls.Add(this.Label19);
  5826. this.agreementPanel.Controls.Add(this.Button19);
  5827. this.agreementPanel.Controls.Add(this.Label16);
  5828. Control arg_2FEE_0 = this.agreementPanel;
  5829. location = new Point(512, 268);
  5830. arg_2FEE_0.Location = location;
  5831. this.agreementPanel.Name = "agreementPanel";
  5832. Control arg_301F_0 = this.agreementPanel;
  5833. size = new Size(408, 135);
  5834. arg_301F_0.Size = size;
  5835. this.agreementPanel.TabIndex = 30;
  5836. this.agreementPanel.Visible = false;
  5837. this.Label19.AutoSize = true;
  5838. this.Label19.Cursor = Cursors.Hand;
  5839. this.Label19.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5840. this.Label19.ForeColor = Color.FromArgb(49, 49, 49);
  5841. Control arg_30A8_0 = this.Label19;
  5842. location = new Point(391, -1);
  5843. arg_30A8_0.Location = location;
  5844. this.Label19.Name = "Label19";
  5845. Control arg_30D3_0 = this.Label19;
  5846. size = new Size(15, 18);
  5847. arg_30D3_0.Size = size;
  5848. this.Label19.TabIndex = 32;
  5849. this.Label19.Text = "x";
  5850. this.Button19.BackColor = Color.LightGray;
  5851. this.Button19.FlatAppearance.BorderSize = 0;
  5852. this.Button19.FlatStyle = FlatStyle.Flat;
  5853. this.Button19.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5854. this.Button19.ForeColor = Color.MediumSeaGreen;
  5855. this.Button19.ImageAlign = ContentAlignment.MiddleLeft;
  5856. Control arg_317B_0 = this.Button19;
  5857. location = new Point(188, 82);
  5858. arg_317B_0.Location = location;
  5859. this.Button19.Name = "Button19";
  5860. Control arg_31A9_0 = this.Button19;
  5861. size = new Size(201, 37);
  5862. arg_31A9_0.Size = size;
  5863. this.Button19.TabIndex = 31;
  5864. this.Button19.Text = "Agree and continue";
  5865. this.Button19.UseVisualStyleBackColor = false;
  5866. this.Label16.AutoSize = true;
  5867. this.Label16.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5868. this.Label16.ForeColor = Color.WhiteSmoke;
  5869. Control arg_322A_0 = this.Label16;
  5870. location = new Point(10, 13);
  5871. arg_322A_0.Location = location;
  5872. this.Label16.Name = "Label16";
  5873. Control arg_3258_0 = this.Label16;
  5874. size = new Size(383, 54);
  5875. arg_3258_0.Size = size;
  5876. this.Label16.TabIndex = 20;
  5877. this.Label16.Text = "By clicking on the agree button, you accept the terms and\r\npolicy regarding the mining software. No responsibilities will\r\nbe held for adding too much bitcoin.";
  5878. this.Button17.BackColor = Color.LightGray;
  5879. this.Button17.FlatAppearance.BorderSize = 0;
  5880. this.Button17.FlatStyle = FlatStyle.Flat;
  5881. this.Button17.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5882. this.Button17.ForeColor = Color.White;
  5883. this.Button17.ImageAlign = ContentAlignment.MiddleLeft;
  5884. Control arg_3303_0 = this.Button17;
  5885. location = new Point(719, 189);
  5886. arg_3303_0.Location = location;
  5887. this.Button17.Name = "Button17";
  5888. Control arg_3331_0 = this.Button17;
  5889. size = new Size(201, 37);
  5890. arg_3331_0.Size = size;
  5891. this.Button17.TabIndex = 28;
  5892. this.Button17.Text = "Close Account";
  5893. this.Button17.UseVisualStyleBackColor = false;
  5894. this.Button16.BackColor = Color.MediumSeaGreen;
  5895. this.Button16.FlatAppearance.BorderSize = 0;
  5896. this.Button16.FlatStyle = FlatStyle.Flat;
  5897. this.Button16.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5898. this.Button16.ForeColor = Color.White;
  5899. this.Button16.ImageAlign = ContentAlignment.MiddleLeft;
  5900. Control arg_33E9_0 = this.Button16;
  5901. location = new Point(512, 189);
  5902. arg_33E9_0.Location = location;
  5903. this.Button16.Name = "Button16";
  5904. Control arg_3417_0 = this.Button16;
  5905. size = new Size(201, 37);
  5906. arg_3417_0.Size = size;
  5907. this.Button16.TabIndex = 27;
  5908. this.Button16.Text = "Withdraw";
  5909. this.Button16.UseVisualStyleBackColor = false;
  5910. this.Label15.AutoSize = true;
  5911. this.Label15.Font = new Font("Calibri", 15.25f);
  5912. this.Label15.ForeColor = Color.FromArgb(49, 49, 49);
  5913. Control arg_34A1_0 = this.Label15;
  5914. location = new Point(507, 134);
  5915. arg_34A1_0.Location = location;
  5916. this.Label15.Name = "Label15";
  5917. Control arg_34CF_0 = this.Label15;
  5918. size = new Size(163, 26);
  5919. arg_34CF_0.Size = size;
  5920. this.Label15.TabIndex = 26;
  5921. this.Label15.Text = "Withdrawals BTC:";
  5922. this.Label14.AutoSize = true;
  5923. this.Label14.Font = new Font("Calibri", 15.25f);
  5924. this.Label14.ForeColor = Color.FromArgb(49, 49, 49);
  5925. Control arg_3549_0 = this.Label14;
  5926. location = new Point(507, 106);
  5927. arg_3549_0.Location = location;
  5928. this.Label14.Name = "Label14";
  5929. Control arg_3577_0 = this.Label14;
  5930. size = new Size(185, 26);
  5931. arg_3577_0.Size = size;
  5932. this.Label14.TabIndex = 25;
  5933. this.Label14.Text = "Bitcoin Balance BTC:";
  5934. this.TextBox5.BackColor = Color.WhiteSmoke;
  5935. this.TextBox5.Enabled = false;
  5936. Control arg_35D0_0 = this.TextBox5;
  5937. location = new Point(24, 275);
  5938. arg_35D0_0.Location = location;
  5939. this.TextBox5.Multiline = true;
  5940. this.TextBox5.Name = "TextBox5";
  5941. this.TextBox5.ReadOnly = true;
  5942. Control arg_3618_0 = this.TextBox5;
  5943. size = new Size(359, 108);
  5944. arg_3618_0.Size = size;
  5945. this.TextBox5.TabIndex = 24;
  5946. this.TextBox5.Text = "Add a blockchain wallet address only on the address space";
  5947. this.Button15.BackColor = Color.SlateGray;
  5948. this.Button15.FlatAppearance.BorderSize = 0;
  5949. this.Button15.FlatStyle = FlatStyle.Flat;
  5950. this.Button15.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5951. this.Button15.ForeColor = Color.White;
  5952. this.Button15.ImageAlign = ContentAlignment.MiddleLeft;
  5953. Control arg_36C3_0 = this.Button15;
  5954. location = new Point(231, 222);
  5955. arg_36C3_0.Location = location;
  5956. this.Button15.Name = "Button15";
  5957. Control arg_36F1_0 = this.Button15;
  5958. size = new Size(152, 37);
  5959. arg_36F1_0.Size = size;
  5960. this.Button15.TabIndex = 23;
  5961. this.Button15.Text = "Clear";
  5962. this.Button15.UseVisualStyleBackColor = false;
  5963. this.Button5.BackColor = Color.Indigo;
  5964. this.Button5.FlatAppearance.BorderSize = 0;
  5965. this.Button5.FlatStyle = FlatStyle.Flat;
  5966. this.Button5.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5967. this.Button5.ForeColor = Color.White;
  5968. this.Button5.ImageAlign = ContentAlignment.MiddleLeft;
  5969. Control arg_37A6_0 = this.Button5;
  5970. location = new Point(24, 222);
  5971. arg_37A6_0.Location = location;
  5972. this.Button5.Name = "Button5";
  5973. Control arg_37D4_0 = this.Button5;
  5974. size = new Size(201, 37);
  5975. arg_37D4_0.Size = size;
  5976. this.Button5.TabIndex = 22;
  5977. this.Button5.Text = "Save or update";
  5978. this.Button5.UseVisualStyleBackColor = false;
  5979. this.TextBox4.Enabled = false;
  5980. this.TextBox4.Font = new Font("Calibri", 11.25f);
  5981. Control arg_3844_0 = this.TextBox4;
  5982. location = new Point(24, 185);
  5983. arg_3844_0.Location = location;
  5984. this.TextBox4.Name = "TextBox4";
  5985. Control arg_3872_0 = this.TextBox4;
  5986. size = new Size(359, 26);
  5987. arg_3872_0.Size = size;
  5988. this.TextBox4.TabIndex = 21;
  5989. this.Label13.AutoSize = true;
  5990. this.Label13.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  5991. this.Label13.ForeColor = Color.FromArgb(49, 49, 49);
  5992. Control arg_38DE_0 = this.Label13;
  5993. location = new Point(22, 164);
  5994. arg_38DE_0.Location = location;
  5995. this.Label13.Name = "Label13";
  5996. Control arg_3909_0 = this.Label13;
  5997. size = new Size(108, 18);
  5998. arg_3909_0.Size = size;
  5999. this.Label13.TabIndex = 20;
  6000. this.Label13.Text = "Bitcoin Address:";
  6001. this.Label12.AutoSize = true;
  6002. this.Label12.Font = new Font("Calibri", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6003. this.Label12.ForeColor = Color.FromArgb(49, 49, 49);
  6004. Control arg_3983_0 = this.Label12;
  6005. location = new Point(21, 106);
  6006. arg_3983_0.Location = location;
  6007. this.Label12.Name = "Label12";
  6008. Control arg_39B1_0 = this.Label12;
  6009. size = new Size(446, 36);
  6010. arg_39B1_0.Size = size;
  6011. this.Label12.TabIndex = 19;
  6012. this.Label12.Text = "Link your blockchain wallet to enable you to access your mining panels.\r\nEnter or edit a valid blockchain address below to continue.";
  6013. this.Label11.AutoSize = true;
  6014. this.Label11.Font = new Font("Calibri", 7.25f);
  6015. this.Label11.ForeColor = Color.FromArgb(49, 49, 49);
  6016. Control arg_3A28_0 = this.Label11;
  6017. location = new Point(22, 52);
  6018. arg_3A28_0.Location = location;
  6019. this.Label11.Name = "Label11";
  6020. Control arg_3A53_0 = this.Label11;
  6021. size = new Size(107, 13);
  6022. arg_3A53_0.Size = size;
  6023. this.Label11.TabIndex = 17;
  6024. this.Label11.Text = "Manage your wallet here";
  6025. this.Label10.AutoSize = true;
  6026. this.Label10.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6027. this.Label10.ForeColor = Color.FromArgb(49, 49, 49);
  6028. Control arg_3ACD_0 = this.Label10;
  6029. location = new Point(18, 19);
  6030. arg_3ACD_0.Location = location;
  6031. this.Label10.Name = "Label10";
  6032. Control arg_3AFB_0 = this.Label10;
  6033. size = new Size(285, 33);
  6034. arg_3AFB_0.Size = size;
  6035. this.Label10.TabIndex = 18;
  6036. this.Label10.Text = "Welcome to your wallet";
  6037. this.loanPanel.Controls.Add(this.step2);
  6038. this.loanPanel.Controls.Add(this.Button4);
  6039. this.loanPanel.Controls.Add(this.Label41);
  6040. this.loanPanel.Controls.Add(this.Button3);
  6041. this.loanPanel.Controls.Add(this.Label40);
  6042. this.loanPanel.Controls.Add(this.Button6);
  6043. this.loanPanel.Controls.Add(this.Label39);
  6044. this.loanPanel.Controls.Add(this.Button2);
  6045. this.loanPanel.Controls.Add(this.GroupBox1);
  6046. this.loanPanel.Controls.Add(this.ComboBox3);
  6047. this.loanPanel.Controls.Add(this.Label38);
  6048. this.loanPanel.Controls.Add(this.ComboBox2);
  6049. this.loanPanel.Controls.Add(this.Label37);
  6050. this.loanPanel.Controls.Add(this.Label35);
  6051. this.loanPanel.Controls.Add(this.TextBox14);
  6052. this.loanPanel.Controls.Add(this.Label36);
  6053. this.loanPanel.Controls.Add(this.TextBox15);
  6054. this.loanPanel.Controls.Add(this.Label33);
  6055. this.loanPanel.Controls.Add(this.TextBox12);
  6056. this.loanPanel.Controls.Add(this.Label31);
  6057. this.loanPanel.Controls.Add(this.TextBox10);
  6058. this.loanPanel.Controls.Add(this.Label30);
  6059. this.loanPanel.Controls.Add(this.TextBox9);
  6060. this.loanPanel.Controls.Add(this.Label32);
  6061. this.loanPanel.Controls.Add(this.TextBox11);
  6062. this.loanPanel.Controls.Add(this.Label29);
  6063. this.loanPanel.Controls.Add(this.DateTimePicker1);
  6064. this.loanPanel.Controls.Add(this.Label28);
  6065. this.loanPanel.Controls.Add(this.TextBox8);
  6066. this.loanPanel.Controls.Add(this.Label27);
  6067. this.loanPanel.Controls.Add(this.TextBox7);
  6068. this.loanPanel.Controls.Add(this.Label26);
  6069. this.loanPanel.Controls.Add(this.ComboBox1);
  6070. this.loanPanel.Controls.Add(this.Label25);
  6071. this.loanPanel.Controls.Add(this.TextBox6);
  6072. this.loanPanel.Controls.Add(this.Label23);
  6073. this.loanPanel.Controls.Add(this.Label24);
  6074. this.loanPanel.Font = new Font("Calibri", 11.25f);
  6075. Control arg_3EA0_0 = this.loanPanel;
  6076. location = new Point(0, 121);
  6077. arg_3EA0_0.Location = location;
  6078. this.loanPanel.Name = "loanPanel";
  6079. Control arg_3ED1_0 = this.loanPanel;
  6080. size = new Size(974, 415);
  6081. arg_3ED1_0.Size = size;
  6082. this.loanPanel.TabIndex = 35;
  6083. this.loanPanel.Visible = false;
  6084. this.step2.Controls.Add(this.step3);
  6085. this.step2.Controls.Add(this.Button20);
  6086. this.step2.Controls.Add(this.Label54);
  6087. this.step2.Controls.Add(this.Button18);
  6088. this.step2.Controls.Add(this.Label53);
  6089. this.step2.Controls.Add(this.Button22);
  6090. this.step2.Controls.Add(this.Panel10);
  6091. this.step2.Controls.Add(this.Panel9);
  6092. this.step2.Controls.Add(this.Panel8);
  6093. this.step2.Controls.Add(this.Label42);
  6094. this.step2.Controls.Add(this.Label43);
  6095. Control arg_4000_0 = this.step2;
  6096. location = new Point(4, 0);
  6097. arg_4000_0.Location = location;
  6098. this.step2.Name = "step2";
  6099. Control arg_4031_0 = this.step2;
  6100. size = new Size(959, 412);
  6101. arg_4031_0.Size = size;
  6102. this.step2.TabIndex = 58;
  6103. this.step2.Visible = false;
  6104. this.step3.Controls.Add(this.step4);
  6105. this.step3.Controls.Add(this.Button24);
  6106. this.step3.Controls.Add(this.RadioButton1);
  6107. this.step3.Controls.Add(this.Label62);
  6108. this.step3.Controls.Add(this.Button23);
  6109. this.step3.Controls.Add(this.Button21);
  6110. this.step3.Controls.Add(this.PictureBox5);
  6111. this.step3.Controls.Add(this.Label61);
  6112. this.step3.Controls.Add(this.Label60);
  6113. this.step3.Controls.Add(this.Label59);
  6114. this.step3.Controls.Add(this.DateTimePicker2);
  6115. this.step3.Controls.Add(this.Label58);
  6116. this.step3.Controls.Add(this.TextBox16);
  6117. this.step3.Controls.Add(this.ComboBox4);
  6118. this.step3.Controls.Add(this.Label57);
  6119. this.step3.Controls.Add(this.Label55);
  6120. this.step3.Controls.Add(this.Label56);
  6121. Control arg_41EA_0 = this.step3;
  6122. location = new Point(3, 0);
  6123. arg_41EA_0.Location = location;
  6124. this.step3.Name = "step3";
  6125. Control arg_421B_0 = this.step3;
  6126. size = new Size(953, 409);
  6127. arg_421B_0.Size = size;
  6128. this.step3.TabIndex = 58;
  6129. this.step3.Visible = false;
  6130. this.step4.Controls.Add(this.Button30);
  6131. this.step4.Controls.Add(this.GroupBox2);
  6132. this.step4.Controls.Add(this.Button29);
  6133. this.step4.Controls.Add(this.Button28);
  6134. this.step4.Controls.Add(this.Button27);
  6135. this.step4.Controls.Add(this.Button26);
  6136. this.step4.Controls.Add(this.Button25);
  6137. this.step4.Controls.Add(this.Label65);
  6138. this.step4.Controls.Add(this.Label63);
  6139. this.step4.Controls.Add(this.Label64);
  6140. Control arg_4333_0 = this.step4;
  6141. location = new Point(3, 0);
  6142. arg_4333_0.Location = location;
  6143. this.step4.Name = "step4";
  6144. Control arg_4364_0 = this.step4;
  6145. size = new Size(947, 409);
  6146. arg_4364_0.Size = size;
  6147. this.step4.TabIndex = 63;
  6148. this.step4.Visible = false;
  6149. this.Button30.BackColor = Color.MediumSeaGreen;
  6150. this.Button30.Cursor = Cursors.Hand;
  6151. this.Button30.FlatAppearance.BorderSize = 0;
  6152. this.Button30.FlatStyle = FlatStyle.Flat;
  6153. this.Button30.ForeColor = Color.White;
  6154. Control arg_43F0_0 = this.Button30;
  6155. location = new Point(518, 362);
  6156. arg_43F0_0.Location = location;
  6157. this.Button30.Name = "Button30";
  6158. Control arg_441E_0 = this.Button30;
  6159. size = new Size(209, 32);
  6160. arg_441E_0.Size = size;
  6161. this.Button30.TabIndex = 57;
  6162. this.Button30.Text = "PAY NOW";
  6163. this.Button30.UseVisualStyleBackColor = false;
  6164. this.GroupBox2.Controls.Add(this.TextBox17);
  6165. Control arg_4480_0 = this.GroupBox2;
  6166. location = new Point(314, 258);
  6167. arg_4480_0.Location = location;
  6168. this.GroupBox2.Name = "GroupBox2";
  6169. Control arg_44AE_0 = this.GroupBox2;
  6170. size = new Size(309, 60);
  6171. arg_44AE_0.Size = size;
  6172. this.GroupBox2.TabIndex = 56;
  6173. this.GroupBox2.TabStop = false;
  6174. Control arg_44E2_0 = this.TextBox17;
  6175. location = new Point(39, 22);
  6176. arg_44E2_0.Location = location;
  6177. this.TextBox17.Name = "TextBox17";
  6178. this.TextBox17.ReadOnly = true;
  6179. Control arg_451D_0 = this.TextBox17;
  6180. size = new Size(240, 26);
  6181. arg_451D_0.Size = size;
  6182. this.TextBox17.TabIndex = 0;
  6183. this.TextBox17.TextAlign = HorizontalAlignment.Center;
  6184. this.Button29.BackColor = Color.Purple;
  6185. this.Button29.Cursor = Cursors.No;
  6186. this.Button29.FlatAppearance.BorderSize = 0;
  6187. this.Button29.FlatStyle = FlatStyle.Flat;
  6188. this.Button29.ForeColor = Color.White;
  6189. Control arg_45A8_0 = this.Button29;
  6190. location = new Point(733, 362);
  6191. arg_45A8_0.Location = location;
  6192. this.Button29.Name = "Button29";
  6193. Control arg_45D6_0 = this.Button29;
  6194. size = new Size(200, 32);
  6195. arg_45D6_0.Size = size;
  6196. this.Button29.TabIndex = 55;
  6197. this.Button29.Text = "LOAN COMPLETED";
  6198. this.Button29.UseVisualStyleBackColor = false;
  6199. this.Button28.BackColor = Color.MediumSeaGreen;
  6200. this.Button28.FlatAppearance.BorderSize = 0;
  6201. this.Button28.FlatStyle = FlatStyle.Flat;
  6202. this.Button28.ForeColor = Color.White;
  6203. Control arg_4662_0 = this.Button28;
  6204. location = new Point(630, 214);
  6205. arg_4662_0.Location = location;
  6206. this.Button28.Name = "Button28";
  6207. Control arg_4690_0 = this.Button28;
  6208. size = new Size(152, 32);
  6209. arg_4690_0.Size = size;
  6210. this.Button28.TabIndex = 54;
  6211. this.Button28.Text = "24 HOURS";
  6212. this.Button28.UseVisualStyleBackColor = false;
  6213. this.Button27.BackColor = Color.MediumSeaGreen;
  6214. this.Button27.FlatAppearance.BorderSize = 0;
  6215. this.Button27.FlatStyle = FlatStyle.Flat;
  6216. this.Button27.ForeColor = Color.White;
  6217. Control arg_471C_0 = this.Button27;
  6218. location = new Point(472, 214);
  6219. arg_471C_0.Location = location;
  6220. this.Button27.Name = "Button27";
  6221. Control arg_474A_0 = this.Button27;
  6222. size = new Size(152, 32);
  6223. arg_474A_0.Size = size;
  6224. this.Button27.TabIndex = 53;
  6225. this.Button27.Text = "2 HOURS";
  6226. this.Button27.UseVisualStyleBackColor = false;
  6227. this.Button26.BackColor = Color.MediumSeaGreen;
  6228. this.Button26.FlatAppearance.BorderSize = 0;
  6229. this.Button26.FlatStyle = FlatStyle.Flat;
  6230. this.Button26.ForeColor = Color.White;
  6231. Control arg_47D6_0 = this.Button26;
  6232. location = new Point(314, 214);
  6233. arg_47D6_0.Location = location;
  6234. this.Button26.Name = "Button26";
  6235. Control arg_4804_0 = this.Button26;
  6236. size = new Size(152, 32);
  6237. arg_4804_0.Size = size;
  6238. this.Button26.TabIndex = 52;
  6239. this.Button26.Text = "30 MINUTES";
  6240. this.Button26.UseVisualStyleBackColor = false;
  6241. this.Button25.BackColor = Color.MediumSeaGreen;
  6242. this.Button25.FlatAppearance.BorderSize = 0;
  6243. this.Button25.FlatStyle = FlatStyle.Flat;
  6244. this.Button25.ForeColor = Color.White;
  6245. Control arg_4890_0 = this.Button25;
  6246. location = new Point(156, 214);
  6247. arg_4890_0.Location = location;
  6248. this.Button25.Name = "Button25";
  6249. Control arg_48BE_0 = this.Button25;
  6250. size = new Size(152, 32);
  6251. arg_48BE_0.Size = size;
  6252. this.Button25.TabIndex = 51;
  6253. this.Button25.Text = "IMMEDIATELY";
  6254. this.Button25.UseVisualStyleBackColor = false;
  6255. this.Label65.AutoSize = true;
  6256. this.Label65.Font = new Font("Calibri", 11.25f);
  6257. this.Label65.ForeColor = Color.FromArgb(49, 49, 49);
  6258. Control arg_4945_0 = this.Label65;
  6259. location = new Point(121, 140);
  6260. arg_4945_0.Location = location;
  6261. this.Label65.Name = "Label65";
  6262. Control arg_4973_0 = this.Label65;
  6263. size = new Size(724, 54);
  6264. arg_4973_0.Size = size;
  6265. this.Label65.TabIndex = 50;
  6266. this.Label65.Text = resources.GetString("Label65.Text");
  6267. this.Label63.AutoSize = true;
  6268. this.Label63.Font = new Font("Calibri", 7.25f);
  6269. this.Label63.ForeColor = Color.FromArgb(49, 49, 49);
  6270. Control arg_49F0_0 = this.Label63;
  6271. location = new Point(12, 48);
  6272. arg_49F0_0.Location = location;
  6273. this.Label63.Name = "Label63";
  6274. Control arg_4A1E_0 = this.Label63;
  6275. size = new Size(370, 26);
  6276. arg_4A1E_0.Size = size;
  6277. this.Label63.TabIndex = 25;
  6278. this.Label63.Text = "On this section, you decide on how long you want your loan to arrive in your bitcoin account.\r\nProccessing manually will take more than 30 days for your loan to arrive.";
  6279. this.Label64.AutoSize = true;
  6280. this.Label64.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6281. this.Label64.ForeColor = Color.FromArgb(49, 49, 49);
  6282. Control arg_4A97_0 = this.Label64;
  6283. location = new Point(8, 15);
  6284. arg_4A97_0.Location = location;
  6285. this.Label64.Name = "Label64";
  6286. Control arg_4AC5_0 = this.Label64;
  6287. size = new Size(180, 33);
  6288. arg_4AC5_0.Size = size;
  6289. this.Label64.TabIndex = 26;
  6290. this.Label64.Text = "4. Proccessing.";
  6291. this.Button24.BackColor = Color.Indigo;
  6292. this.Button24.FlatAppearance.BorderSize = 0;
  6293. this.Button24.FlatStyle = FlatStyle.Flat;
  6294. this.Button24.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6295. this.Button24.ForeColor = Color.White;
  6296. this.Button24.ImageAlign = ContentAlignment.MiddleLeft;
  6297. Control arg_4B70_0 = this.Button24;
  6298. location = new Point(761, 274);
  6299. arg_4B70_0.Location = location;
  6300. this.Button24.Name = "Button24";
  6301. Control arg_4B9E_0 = this.Button24;
  6302. size = new Size(152, 37);
  6303. arg_4B9E_0.Size = size;
  6304. this.Button24.TabIndex = 62;
  6305. this.Button24.Text = "Proceed";
  6306. this.Button24.UseVisualStyleBackColor = false;
  6307. this.RadioButton1.AutoSize = true;
  6308. Control arg_4BF6_0 = this.RadioButton1;
  6309. location = new Point(438, 282);
  6310. arg_4BF6_0.Location = location;
  6311. this.RadioButton1.Name = "RadioButton1";
  6312. Control arg_4C24_0 = this.RadioButton1;
  6313. size = new Size(327, 22);
  6314. arg_4C24_0.Size = size;
  6315. this.RadioButton1.TabIndex = 61;
  6316. this.RadioButton1.TabStop = true;
  6317. this.RadioButton1.Text = "Yes. I have provided a valid and real informations";
  6318. this.RadioButton1.UseVisualStyleBackColor = true;
  6319. this.Label62.AutoSize = true;
  6320. this.Label62.Font = new Font("Calibri", 11.25f);
  6321. this.Label62.ForeColor = Color.DarkGray;
  6322. Control arg_4CB2_0 = this.Label62;
  6323. location = new Point(29, 236);
  6324. arg_4CB2_0.Location = location;
  6325. this.Label62.Name = "Label62";
  6326. Control arg_4CE0_0 = this.Label62;
  6327. size = new Size(393, 72);
  6328. arg_4CE0_0.Size = size;
  6329. this.Label62.TabIndex = 60;
  6330. this.Label62.Text = resources.GetString("Label62.Text");
  6331. this.Button23.BackColor = Color.Gray;
  6332. this.Button23.FlatAppearance.BorderSize = 0;
  6333. this.Button23.FlatStyle = FlatStyle.Flat;
  6334. this.Button23.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6335. this.Button23.ForeColor = Color.White;
  6336. this.Button23.ImageAlign = ContentAlignment.MiddleLeft;
  6337. Control arg_4D8E_0 = this.Button23;
  6338. location = new Point(761, 110);
  6339. arg_4D8E_0.Location = location;
  6340. this.Button23.Name = "Button23";
  6341. Control arg_4DBC_0 = this.Button23;
  6342. size = new Size(152, 37);
  6343. arg_4DBC_0.Size = size;
  6344. this.Button23.TabIndex = 59;
  6345. this.Button23.Text = "Cancel";
  6346. this.Button23.UseVisualStyleBackColor = false;
  6347. this.Button21.BackColor = Color.Indigo;
  6348. this.Button21.FlatAppearance.BorderSize = 0;
  6349. this.Button21.FlatStyle = FlatStyle.Flat;
  6350. this.Button21.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6351. this.Button21.ForeColor = Color.White;
  6352. this.Button21.ImageAlign = ContentAlignment.MiddleLeft;
  6353. Control arg_4E71_0 = this.Button21;
  6354. location = new Point(761, 67);
  6355. arg_4E71_0.Location = location;
  6356. this.Button21.Name = "Button21";
  6357. Control arg_4E9F_0 = this.Button21;
  6358. size = new Size(152, 37);
  6359. arg_4E9F_0.Size = size;
  6360. this.Button21.TabIndex = 58;
  6361. this.Button21.Text = "Upload";
  6362. this.Button21.UseVisualStyleBackColor = false;
  6363. this.PictureBox5.BackColor = Color.White;
  6364. Control arg_4EF8_0 = this.PictureBox5;
  6365. location = new Point(490, 68);
  6366. arg_4EF8_0.Location = location;
  6367. this.PictureBox5.Name = "PictureBox5";
  6368. Control arg_4F29_0 = this.PictureBox5;
  6369. size = new Size(265, 170);
  6370. arg_4F29_0.Size = size;
  6371. this.PictureBox5.SizeMode = PictureBoxSizeMode.Zoom;
  6372. this.PictureBox5.TabIndex = 57;
  6373. this.PictureBox5.TabStop = false;
  6374. this.Label61.AutoSize = true;
  6375. this.Label61.Font = new Font("Calibri", 11.25f);
  6376. this.Label61.ForeColor = Color.FromArgb(49, 49, 49);
  6377. Control arg_4FAC_0 = this.Label61;
  6378. location = new Point(487, 28);
  6379. arg_4FAC_0.Location = location;
  6380. this.Label61.Name = "Label61";
  6381. Control arg_4FD7_0 = this.Label61;
  6382. size = new Size(104, 18);
  6383. arg_4FD7_0.Size = size;
  6384. this.Label61.TabIndex = 56;
  6385. this.Label61.Text = "Upload image:*";
  6386. this.Label60.AutoSize = true;
  6387. this.Label60.Font = new Font("Calibri", 7.25f);
  6388. this.Label60.ForeColor = Color.FromArgb(49, 49, 49);
  6389. Control arg_5051_0 = this.Label60;
  6390. location = new Point(487, 47);
  6391. arg_5051_0.Location = location;
  6392. this.Label60.Name = "Label60";
  6393. Control arg_507F_0 = this.Label60;
  6394. size = new Size(436, 13);
  6395. arg_507F_0.Size = size;
  6396. this.Label60.TabIndex = 55;
  6397. this.Label60.Text = "Your image you upload must be clear and shows your face and ID number. Else the loan will not be completed";
  6398. this.Label59.AutoSize = true;
  6399. this.Label59.Font = new Font("Calibri", 11.25f);
  6400. this.Label59.ForeColor = Color.FromArgb(49, 49, 49);
  6401. Control arg_50F9_0 = this.Label59;
  6402. location = new Point(28, 181);
  6403. arg_50F9_0.Location = location;
  6404. this.Label59.Name = "Label59";
  6405. Control arg_5124_0 = this.Label59;
  6406. size = new Size(82, 18);
  6407. arg_5124_0.Size = size;
  6408. this.Label59.TabIndex = 54;
  6409. this.Label59.Text = "Issue date:*";
  6410. Control arg_5162_0 = this.DateTimePicker2;
  6411. location = new Point(187, 175);
  6412. arg_5162_0.Location = location;
  6413. this.DateTimePicker2.Name = "DateTimePicker2";
  6414. Control arg_5190_0 = this.DateTimePicker2;
  6415. size = new Size(214, 26);
  6416. arg_5190_0.Size = size;
  6417. this.DateTimePicker2.TabIndex = 53;
  6418. this.Label58.AutoSize = true;
  6419. this.Label58.Font = new Font("Calibri", 11.25f);
  6420. this.Label58.ForeColor = Color.FromArgb(49, 49, 49);
  6421. Control arg_51F9_0 = this.Label58;
  6422. location = new Point(28, 146);
  6423. arg_51F9_0.Location = location;
  6424. this.Label58.Name = "Label58";
  6425. Control arg_5227_0 = this.Label58;
  6426. size = new Size(152, 18);
  6427. arg_5227_0.Size = size;
  6428. this.Label58.TabIndex = 52;
  6429. this.Label58.Text = "Identification number:*";
  6430. Control arg_5265_0 = this.TextBox16;
  6431. location = new Point(187, 141);
  6432. arg_5265_0.Location = location;
  6433. this.TextBox16.Name = "TextBox16";
  6434. Control arg_5293_0 = this.TextBox16;
  6435. size = new Size(214, 26);
  6436. arg_5293_0.Size = size;
  6437. this.TextBox16.TabIndex = 51;
  6438. this.ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList;
  6439. this.ComboBox4.FormattingEnabled = true;
  6440. this.ComboBox4.Items.AddRange(new object[]
  6441. {
  6442. "Government ID",
  6443. "Passport",
  6444. "National ID",
  6445. "Citizin / Voting ID",
  6446. "Social Security",
  6447. "Drivers License"
  6448. });
  6449. Control arg_532E_0 = this.ComboBox4;
  6450. location = new Point(187, 108);
  6451. arg_532E_0.Location = location;
  6452. this.ComboBox4.Name = "ComboBox4";
  6453. Control arg_535C_0 = this.ComboBox4;
  6454. size = new Size(214, 26);
  6455. arg_535C_0.Size = size;
  6456. this.ComboBox4.TabIndex = 50;
  6457. this.Label57.AutoSize = true;
  6458. this.Label57.Font = new Font("Calibri", 11.25f);
  6459. this.Label57.ForeColor = Color.FromArgb(49, 49, 49);
  6460. Control arg_53C2_0 = this.Label57;
  6461. location = new Point(28, 111);
  6462. arg_53C2_0.Location = location;
  6463. this.Label57.Name = "Label57";
  6464. Control arg_53F0_0 = this.Label57;
  6465. size = new Size(131, 18);
  6466. arg_53F0_0.Size = size;
  6467. this.Label57.TabIndex = 49;
  6468. this.Label57.Text = "Identification type:*";
  6469. this.Label55.AutoSize = true;
  6470. this.Label55.Font = new Font("Calibri", 7.25f);
  6471. this.Label55.ForeColor = Color.FromArgb(49, 49, 49);
  6472. Control arg_5467_0 = this.Label55;
  6473. location = new Point(10, 52);
  6474. arg_5467_0.Location = location;
  6475. this.Label55.Name = "Label55";
  6476. Control arg_5495_0 = this.Label55;
  6477. size = new Size(326, 13);
  6478. arg_5495_0.Size = size;
  6479. this.Label55.TabIndex = 23;
  6480. this.Label55.Text = "We need to know verify your identify before we will be able to give you the loan.";
  6481. this.Label56.AutoSize = true;
  6482. this.Label56.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6483. this.Label56.ForeColor = Color.FromArgb(49, 49, 49);
  6484. Control arg_550E_0 = this.Label56;
  6485. location = new Point(6, 19);
  6486. arg_550E_0.Location = location;
  6487. this.Label56.Name = "Label56";
  6488. Control arg_553C_0 = this.Label56;
  6489. size = new Size(183, 33);
  6490. arg_553C_0.Size = size;
  6491. this.Label56.TabIndex = 24;
  6492. this.Label56.Text = "3. Verifications";
  6493. this.Button20.BackColor = Color.White;
  6494. this.Button20.FlatAppearance.BorderSize = 0;
  6495. this.Button20.FlatStyle = FlatStyle.Flat;
  6496. this.Button20.ForeColor = Color.MediumSeaGreen;
  6497. Control arg_55B8_0 = this.Button20;
  6498. location = new Point(798, 19);
  6499. arg_55B8_0.Location = location;
  6500. this.Button20.Name = "Button20";
  6501. Control arg_55E6_0 = this.Button20;
  6502. size = new Size(155, 27);
  6503. arg_55E6_0.Size = size;
  6504. this.Button20.TabIndex = 56;
  6505. this.Button20.Text = "0 BTC";
  6506. this.Button20.UseVisualStyleBackColor = false;
  6507. this.Label54.AutoSize = true;
  6508. this.Label54.Font = new Font("Calibri", 11.25f);
  6509. this.Label54.ForeColor = Color.FromArgb(49, 49, 49);
  6510. Control arg_566D_0 = this.Label54;
  6511. location = new Point(663, 23);
  6512. arg_566D_0.Location = location;
  6513. this.Label54.Name = "Label54";
  6514. Control arg_569B_0 = this.Label54;
  6515. size = new Size(133, 18);
  6516. arg_569B_0.Size = size;
  6517. this.Label54.TabIndex = 57;
  6518. this.Label54.Text = "Amount paying back";
  6519. this.Button18.BackColor = Color.DarkGray;
  6520. this.Button18.FlatAppearance.BorderSize = 0;
  6521. this.Button18.FlatStyle = FlatStyle.Flat;
  6522. this.Button18.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6523. this.Button18.ForeColor = Color.White;
  6524. this.Button18.ImageAlign = ContentAlignment.MiddleLeft;
  6525. Control arg_5746_0 = this.Button18;
  6526. location = new Point(307, 357);
  6527. arg_5746_0.Location = location;
  6528. this.Button18.Name = "Button18";
  6529. Control arg_5771_0 = this.Button18;
  6530. size = new Size(90, 37);
  6531. arg_5771_0.Size = size;
  6532. this.Button18.TabIndex = 55;
  6533. this.Button18.Text = "Back";
  6534. this.Button18.UseVisualStyleBackColor = false;
  6535. this.Label53.AutoSize = true;
  6536. this.Label53.Font = new Font("Calibri", 7.25f);
  6537. this.Label53.ForeColor = Color.FromArgb(49, 49, 49);
  6538. Control arg_57FB_0 = this.Label53;
  6539. location = new Point(241, 330);
  6540. arg_57FB_0.Location = location;
  6541. this.Label53.Name = "Label53";
  6542. Control arg_5829_0 = this.Label53;
  6543. size = new Size(472, 13);
  6544. arg_5829_0.Size = size;
  6545. this.Label53.TabIndex = 54;
  6546. this.Label53.Text = "You agree to pay back the loan bitcoin with insterest to the system. Loans are credited immedaitly to your BTC Account\r\n";
  6547. this.Button22.BackColor = Color.Indigo;
  6548. this.Button22.FlatAppearance.BorderSize = 0;
  6549. this.Button22.FlatStyle = FlatStyle.Flat;
  6550. this.Button22.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6551. this.Button22.ForeColor = Color.White;
  6552. this.Button22.ImageAlign = ContentAlignment.MiddleLeft;
  6553. Control arg_58D4_0 = this.Button22;
  6554. location = new Point(401, 357);
  6555. arg_58D4_0.Location = location;
  6556. this.Button22.Name = "Button22";
  6557. Control arg_5902_0 = this.Button22;
  6558. size = new Size(201, 37);
  6559. arg_5902_0.Size = size;
  6560. this.Button22.TabIndex = 53;
  6561. this.Button22.Text = "Save and Continue >";
  6562. this.Button22.UseVisualStyleBackColor = false;
  6563. this.Panel10.BackColor = Color.MediumSeaGreen;
  6564. this.Panel10.Controls.Add(this.goldBtn);
  6565. this.Panel10.Controls.Add(this.Label50);
  6566. this.Panel10.Controls.Add(this.Label51);
  6567. this.Panel10.Controls.Add(this.Label52);
  6568. Control arg_59B7_0 = this.Panel10;
  6569. location = new Point(588, 93);
  6570. arg_59B7_0.Location = location;
  6571. this.Panel10.Name = "Panel10";
  6572. Control arg_59E8_0 = this.Panel10;
  6573. size = new Size(200, 221);
  6574. arg_59E8_0.Size = size;
  6575. this.Panel10.TabIndex = 28;
  6576. this.goldBtn.BackColor = Color.MediumSpringGreen;
  6577. this.goldBtn.FlatAppearance.BorderColor = Color.White;
  6578. this.goldBtn.FlatAppearance.BorderSize = 0;
  6579. this.goldBtn.FlatStyle = FlatStyle.Flat;
  6580. this.goldBtn.ForeColor = Color.Black;
  6581. Control arg_5A68_0 = this.goldBtn;
  6582. location = new Point(-1, 171);
  6583. arg_5A68_0.Location = location;
  6584. this.goldBtn.Name = "goldBtn";
  6585. Control arg_5A96_0 = this.goldBtn;
  6586. size = new Size(201, 50);
  6587. arg_5A96_0.Size = size;
  6588. this.goldBtn.TabIndex = 27;
  6589. this.goldBtn.Text = "APPLY NOW";
  6590. this.goldBtn.UseVisualStyleBackColor = false;
  6591. this.Label50.AutoSize = true;
  6592. this.Label50.Font = new Font("Calibri", 7.25f);
  6593. this.Label50.ForeColor = Color.FromArgb(49, 49, 49);
  6594. Control arg_5B1A_0 = this.Label50;
  6595. location = new Point(17, 41);
  6596. arg_5B1A_0.Location = location;
  6597. this.Label50.Name = "Label50";
  6598. Control arg_5B48_0 = this.Label50;
  6599. size = new Size(163, 26);
  6600. arg_5B48_0.Size = size;
  6601. this.Label50.TabIndex = 26;
  6602. this.Label50.Text = "This is the smallest amount we can give\r\nas a loan for a start";
  6603. this.Label51.AutoSize = true;
  6604. this.Label51.Font = new Font("Calibri", 14.25f, FontStyle.Bold);
  6605. this.Label51.ForeColor = Color.White;
  6606. Control arg_5BBA_0 = this.Label51;
  6607. location = new Point(16, 18);
  6608. arg_5BBA_0.Location = location;
  6609. this.Label51.Name = "Label51";
  6610. Control arg_5BE5_0 = this.Label51;
  6611. size = new Size(88, 23);
  6612. arg_5BE5_0.Size = size;
  6613. this.Label51.TabIndex = 24;
  6614. this.Label51.Text = "Gold Loan";
  6615. this.Label52.AutoSize = true;
  6616. this.Label52.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6617. this.Label52.ForeColor = Color.Yellow;
  6618. Control arg_5C59_0 = this.Label52;
  6619. location = new Point(41, 90);
  6620. arg_5C59_0.Location = location;
  6621. this.Label52.Name = "Label52";
  6622. Control arg_5C84_0 = this.Label52;
  6623. size = new Size(124, 33);
  6624. arg_5C84_0.Size = size;
  6625. this.Label52.TabIndex = 25;
  6626. this.Label52.Text = "1.850 BTC";
  6627. this.Panel9.BackColor = Color.MediumSeaGreen;
  6628. this.Panel9.Controls.Add(this.silverBtn);
  6629. this.Panel9.Controls.Add(this.Label47);
  6630. this.Panel9.Controls.Add(this.Label48);
  6631. this.Panel9.Controls.Add(this.Label49);
  6632. Control arg_5D2C_0 = this.Panel9;
  6633. location = new Point(371, 93);
  6634. arg_5D2C_0.Location = location;
  6635. this.Panel9.Name = "Panel9";
  6636. Control arg_5D5D_0 = this.Panel9;
  6637. size = new Size(200, 221);
  6638. arg_5D5D_0.Size = size;
  6639. this.Panel9.TabIndex = 28;
  6640. this.silverBtn.BackColor = Color.MediumSpringGreen;
  6641. this.silverBtn.FlatAppearance.BorderColor = Color.White;
  6642. this.silverBtn.FlatAppearance.BorderSize = 0;
  6643. this.silverBtn.FlatStyle = FlatStyle.Flat;
  6644. this.silverBtn.ForeColor = Color.Black;
  6645. Control arg_5DDD_0 = this.silverBtn;
  6646. location = new Point(-1, 171);
  6647. arg_5DDD_0.Location = location;
  6648. this.silverBtn.Name = "silverBtn";
  6649. Control arg_5E0B_0 = this.silverBtn;
  6650. size = new Size(201, 50);
  6651. arg_5E0B_0.Size = size;
  6652. this.silverBtn.TabIndex = 27;
  6653. this.silverBtn.Text = "APPLY NOW";
  6654. this.silverBtn.UseVisualStyleBackColor = false;
  6655. this.Label47.AutoSize = true;
  6656. this.Label47.Font = new Font("Calibri", 7.25f);
  6657. this.Label47.ForeColor = Color.FromArgb(49, 49, 49);
  6658. Control arg_5E8F_0 = this.Label47;
  6659. location = new Point(17, 41);
  6660. arg_5E8F_0.Location = location;
  6661. this.Label47.Name = "Label47";
  6662. Control arg_5EBD_0 = this.Label47;
  6663. size = new Size(163, 26);
  6664. arg_5EBD_0.Size = size;
  6665. this.Label47.TabIndex = 26;
  6666. this.Label47.Text = "This is the smallest amount we can give\r\nas a loan for a start";
  6667. this.Label48.AutoSize = true;
  6668. this.Label48.Font = new Font("Calibri", 14.25f, FontStyle.Bold);
  6669. this.Label48.ForeColor = Color.White;
  6670. Control arg_5F2F_0 = this.Label48;
  6671. location = new Point(16, 18);
  6672. arg_5F2F_0.Location = location;
  6673. this.Label48.Name = "Label48";
  6674. Control arg_5F5A_0 = this.Label48;
  6675. size = new Size(96, 23);
  6676. arg_5F5A_0.Size = size;
  6677. this.Label48.TabIndex = 24;
  6678. this.Label48.Text = "Silver Loan";
  6679. this.Label49.AutoSize = true;
  6680. this.Label49.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6681. this.Label49.ForeColor = Color.White;
  6682. Control arg_5FCE_0 = this.Label49;
  6683. location = new Point(41, 90);
  6684. arg_5FCE_0.Location = location;
  6685. this.Label49.Name = "Label49";
  6686. Control arg_5FF9_0 = this.Label49;
  6687. size = new Size(124, 33);
  6688. arg_5FF9_0.Size = size;
  6689. this.Label49.TabIndex = 25;
  6690. this.Label49.Text = "0.901 BTC";
  6691. this.Panel8.BackColor = Color.MediumSeaGreen;
  6692. this.Panel8.Controls.Add(this.bronzeBtn);
  6693. this.Panel8.Controls.Add(this.Label46);
  6694. this.Panel8.Controls.Add(this.Label44);
  6695. this.Panel8.Controls.Add(this.Label45);
  6696. Control arg_60A1_0 = this.Panel8;
  6697. location = new Point(149, 93);
  6698. arg_60A1_0.Location = location;
  6699. this.Panel8.Name = "Panel8";
  6700. Control arg_60D2_0 = this.Panel8;
  6701. size = new Size(200, 221);
  6702. arg_60D2_0.Size = size;
  6703. this.Panel8.TabIndex = 23;
  6704. this.bronzeBtn.BackColor = Color.MediumSpringGreen;
  6705. this.bronzeBtn.FlatAppearance.BorderColor = Color.White;
  6706. this.bronzeBtn.FlatAppearance.BorderSize = 0;
  6707. this.bronzeBtn.FlatStyle = FlatStyle.Flat;
  6708. this.bronzeBtn.ForeColor = Color.Black;
  6709. Control arg_6152_0 = this.bronzeBtn;
  6710. location = new Point(-1, 171);
  6711. arg_6152_0.Location = location;
  6712. this.bronzeBtn.Name = "bronzeBtn";
  6713. Control arg_6180_0 = this.bronzeBtn;
  6714. size = new Size(201, 50);
  6715. arg_6180_0.Size = size;
  6716. this.bronzeBtn.TabIndex = 27;
  6717. this.bronzeBtn.Text = "APPLY NOW";
  6718. this.bronzeBtn.UseVisualStyleBackColor = false;
  6719. this.Label46.AutoSize = true;
  6720. this.Label46.Font = new Font("Calibri", 7.25f);
  6721. this.Label46.ForeColor = Color.FromArgb(49, 49, 49);
  6722. Control arg_6204_0 = this.Label46;
  6723. location = new Point(17, 41);
  6724. arg_6204_0.Location = location;
  6725. this.Label46.Name = "Label46";
  6726. Control arg_6232_0 = this.Label46;
  6727. size = new Size(163, 26);
  6728. arg_6232_0.Size = size;
  6729. this.Label46.TabIndex = 26;
  6730. this.Label46.Text = "This is the smallest amount we can give\r\nas a loan for a start";
  6731. this.Label44.AutoSize = true;
  6732. this.Label44.Font = new Font("Calibri", 14.25f, FontStyle.Bold);
  6733. this.Label44.ForeColor = Color.White;
  6734. Control arg_62A4_0 = this.Label44;
  6735. location = new Point(16, 18);
  6736. arg_62A4_0.Location = location;
  6737. this.Label44.Name = "Label44";
  6738. Control arg_62CF_0 = this.Label44;
  6739. size = new Size(107, 23);
  6740. arg_62CF_0.Size = size;
  6741. this.Label44.TabIndex = 24;
  6742. this.Label44.Text = "Bronze Loan";
  6743. this.Label45.AutoSize = true;
  6744. this.Label45.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6745. this.Label45.ForeColor = Color.White;
  6746. Control arg_6343_0 = this.Label45;
  6747. location = new Point(41, 90);
  6748. arg_6343_0.Location = location;
  6749. this.Label45.Name = "Label45";
  6750. Control arg_636E_0 = this.Label45;
  6751. size = new Size(124, 33);
  6752. arg_636E_0.Size = size;
  6753. this.Label45.TabIndex = 25;
  6754. this.Label45.Text = "0.156 BTC";
  6755. this.Label42.AutoSize = true;
  6756. this.Label42.Font = new Font("Calibri", 7.25f);
  6757. this.Label42.ForeColor = Color.FromArgb(49, 49, 49);
  6758. Control arg_63E5_0 = this.Label42;
  6759. location = new Point(12, 52);
  6760. arg_63E5_0.Location = location;
  6761. this.Label42.Name = "Label42";
  6762. Control arg_6413_0 = this.Label42;
  6763. size = new Size(404, 13);
  6764. arg_6413_0.Size = size;
  6765. this.Label42.TabIndex = 21;
  6766. this.Label42.Text = "Below are the amount the system accept to give as a loan. New updates will be added for more loans";
  6767. this.Label43.AutoSize = true;
  6768. this.Label43.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  6769. this.Label43.ForeColor = Color.MediumSeaGreen;
  6770. Control arg_6486_0 = this.Label43;
  6771. location = new Point(8, 19);
  6772. arg_6486_0.Location = location;
  6773. this.Label43.Name = "Label43";
  6774. Control arg_64B4_0 = this.Label43;
  6775. size = new Size(265, 33);
  6776. arg_64B4_0.Size = size;
  6777. this.Label43.TabIndex = 22;
  6778. this.Label43.Text = "2. Select Loan Amount";
  6779. this.Button4.BackColor = Color.White;
  6780. this.Button4.FlatAppearance.BorderSize = 0;
  6781. this.Button4.FlatStyle = FlatStyle.Flat;
  6782. this.Button4.ForeColor = Color.MediumSeaGreen;
  6783. Control arg_652F_0 = this.Button4;
  6784. location = new Point(497, 5);
  6785. arg_652F_0.Location = location;
  6786. this.Button4.Name = "Button4";
  6787. Control arg_655D_0 = this.Button4;
  6788. size = new Size(155, 27);
  6789. arg_655D_0.Size = size;
  6790. this.Button4.TabIndex = 56;
  6791. this.Button4.Text = "0 BTC";
  6792. this.Button4.UseVisualStyleBackColor = false;
  6793. this.Label41.AutoSize = true;
  6794. this.Label41.Font = new Font("Calibri", 11.25f);
  6795. this.Label41.ForeColor = Color.FromArgb(49, 49, 49);
  6796. Control arg_65E4_0 = this.Label41;
  6797. location = new Point(428, 9);
  6798. arg_65E4_0.Location = location;
  6799. this.Label41.Name = "Label41";
  6800. Control arg_660F_0 = this.Label41;
  6801. size = new Size(68, 18);
  6802. arg_660F_0.Size = size;
  6803. this.Label41.TabIndex = 57;
  6804. this.Label41.Text = "Total loan";
  6805. this.Button3.BackColor = Color.White;
  6806. this.Button3.FlatAppearance.BorderSize = 0;
  6807. this.Button3.FlatStyle = FlatStyle.Flat;
  6808. this.Button3.ForeColor = Color.Crimson;
  6809. Control arg_668B_0 = this.Button3;
  6810. location = new Point(802, 37);
  6811. arg_668B_0.Location = location;
  6812. this.Button3.Name = "Button3";
  6813. Control arg_66B9_0 = this.Button3;
  6814. size = new Size(155, 27);
  6815. arg_66B9_0.Size = size;
  6816. this.Button3.TabIndex = 54;
  6817. this.Button3.Text = "No";
  6818. this.Button3.UseVisualStyleBackColor = false;
  6819. this.Label40.AutoSize = true;
  6820. this.Label40.Font = new Font("Calibri", 11.25f);
  6821. this.Label40.ForeColor = Color.FromArgb(49, 49, 49);
  6822. Control arg_6740_0 = this.Label40;
  6823. location = new Point(710, 41);
  6824. arg_6740_0.Location = location;
  6825. this.Label40.Name = "Label40";
  6826. Control arg_676B_0 = this.Label40;
  6827. size = new Size(89, 18);
  6828. arg_676B_0.Size = size;
  6829. this.Label40.TabIndex = 55;
  6830. this.Label40.Text = "Pending loan";
  6831. this.Label39.AutoSize = true;
  6832. this.Label39.Font = new Font("Calibri", 11.25f);
  6833. this.Label39.ForeColor = Color.FromArgb(49, 49, 49);
  6834. Control arg_67E5_0 = this.Label39;
  6835. location = new Point(667, 9);
  6836. arg_67E5_0.Location = location;
  6837. this.Label39.Name = "Label39";
  6838. Control arg_6813_0 = this.Label39;
  6839. size = new Size(132, 18);
  6840. arg_6813_0.Size = size;
  6841. this.Label39.TabIndex = 53;
  6842. this.Label39.Text = "Previous loan status";
  6843. this.Button2.BackColor = Color.Indigo;
  6844. this.Button2.FlatAppearance.BorderSize = 0;
  6845. this.Button2.FlatStyle = FlatStyle.Flat;
  6846. this.Button2.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  6847. this.Button2.ForeColor = Color.White;
  6848. this.Button2.ImageAlign = ContentAlignment.MiddleLeft;
  6849. Control arg_68BE_0 = this.Button2;
  6850. location = new Point(671, 346);
  6851. arg_68BE_0.Location = location;
  6852. this.Button2.Name = "Button2";
  6853. Control arg_68EC_0 = this.Button2;
  6854. size = new Size(201, 37);
  6855. arg_68EC_0.Size = size;
  6856. this.Button2.TabIndex = 52;
  6857. this.Button2.Text = "Save and Continue >";
  6858. this.Button2.UseVisualStyleBackColor = false;
  6859. this.GroupBox1.Controls.Add(this.Label34);
  6860. this.GroupBox1.Controls.Add(this.TextBox13);
  6861. Control arg_6965_0 = this.GroupBox1;
  6862. location = new Point(644, 229);
  6863. arg_6965_0.Location = location;
  6864. this.GroupBox1.Name = "GroupBox1";
  6865. Control arg_6993_0 = this.GroupBox1;
  6866. size = new Size(250, 100);
  6867. arg_6993_0.Size = size;
  6868. this.GroupBox1.TabIndex = 51;
  6869. this.GroupBox1.TabStop = false;
  6870. this.GroupBox1.Text = "Verification*";
  6871. this.Label34.AutoSize = true;
  6872. this.Label34.Font = new Font("Segoe Script", 11.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  6873. this.Label34.ForeColor = Color.FromArgb(49, 49, 49);
  6874. Control arg_6A1A_0 = this.Label34;
  6875. location = new Point(27, 44);
  6876. arg_6A1A_0.Location = location;
  6877. this.Label34.Name = "Label34";
  6878. Control arg_6A45_0 = this.Label34;
  6879. size = new Size(62, 23);
  6880. arg_6A45_0.Size = size;
  6881. this.Label34.TabIndex = 53;
  6882. this.Label34.Text = "eO73k";
  6883. Control arg_6A7D_0 = this.TextBox13;
  6884. location = new Point(120, 42);
  6885. arg_6A7D_0.Location = location;
  6886. this.TextBox13.Name = "TextBox13";
  6887. Control arg_6AA8_0 = this.TextBox13;
  6888. size = new Size(98, 26);
  6889. arg_6AA8_0.Size = size;
  6890. this.TextBox13.TabIndex = 53;
  6891. this.ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList;
  6892. this.ComboBox3.FormattingEnabled = true;
  6893. this.ComboBox3.Items.AddRange(new object[]
  6894. {
  6895. "Male",
  6896. "Female"
  6897. });
  6898. Control arg_6B1E_0 = this.ComboBox3;
  6899. location = new Point(644, 129);
  6900. arg_6B1E_0.Location = location;
  6901. this.ComboBox3.Name = "ComboBox3";
  6902. Control arg_6B4C_0 = this.ComboBox3;
  6903. size = new Size(166, 26);
  6904. arg_6B4C_0.Size = size;
  6905. this.ComboBox3.TabIndex = 50;
  6906. this.Label38.AutoSize = true;
  6907. this.Label38.Font = new Font("Calibri", 11.25f);
  6908. this.Label38.ForeColor = Color.FromArgb(49, 49, 49);
  6909. Control arg_6BB8_0 = this.Label38;
  6910. location = new Point(513, 132);
  6911. arg_6BB8_0.Location = location;
  6912. this.Label38.Name = "Label38";
  6913. Control arg_6BE3_0 = this.Label38;
  6914. size = new Size(65, 18);
  6915. arg_6BE3_0.Size = size;
  6916. this.Label38.TabIndex = 49;
  6917. this.Label38.Text = "Gender:*";
  6918. this.ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList;
  6919. this.ComboBox2.FormattingEnabled = true;
  6920. this.ComboBox2.Items.AddRange(new object[]
  6921. {
  6922. "Sinle",
  6923. "Married",
  6924. "None of the above"
  6925. });
  6926. Control arg_6C71_0 = this.ComboBox2;
  6927. location = new Point(644, 97);
  6928. arg_6C71_0.Location = location;
  6929. this.ComboBox2.Name = "ComboBox2";
  6930. Control arg_6C9F_0 = this.ComboBox2;
  6931. size = new Size(143, 26);
  6932. arg_6C9F_0.Size = size;
  6933. this.ComboBox2.TabIndex = 48;
  6934. this.Label37.AutoSize = true;
  6935. this.Label37.Font = new Font("Calibri", 11.25f);
  6936. this.Label37.ForeColor = Color.FromArgb(49, 49, 49);
  6937. Control arg_6D08_0 = this.Label37;
  6938. location = new Point(513, 100);
  6939. arg_6D08_0.Location = location;
  6940. this.Label37.Name = "Label37";
  6941. Control arg_6D33_0 = this.Label37;
  6942. size = new Size(108, 18);
  6943. arg_6D33_0.Size = size;
  6944. this.Label37.TabIndex = 47;
  6945. this.Label37.Text = "Marrital status:*";
  6946. this.Label35.AutoSize = true;
  6947. this.Label35.Font = new Font("Calibri", 11.25f);
  6948. this.Label35.ForeColor = Color.FromArgb(49, 49, 49);
  6949. Control arg_6DB0_0 = this.Label35;
  6950. location = new Point(513, 196);
  6951. arg_6DB0_0.Location = location;
  6952. this.Label35.Name = "Label35";
  6953. Control arg_6DDB_0 = this.Label35;
  6954. size = new Size(104, 18);
  6955. arg_6DDB_0.Size = size;
  6956. this.Label35.TabIndex = 44;
  6957. this.Label35.Text = "Email address:*";
  6958. Control arg_6E19_0 = this.TextBox14;
  6959. location = new Point(644, 193);
  6960. arg_6E19_0.Location = location;
  6961. this.TextBox14.Name = "TextBox14";
  6962. Control arg_6E47_0 = this.TextBox14;
  6963. size = new Size(228, 26);
  6964. arg_6E47_0.Size = size;
  6965. this.TextBox14.TabIndex = 43;
  6966. this.Label36.AutoSize = true;
  6967. this.Label36.Font = new Font("Calibri", 11.25f);
  6968. this.Label36.ForeColor = Color.FromArgb(49, 49, 49);
  6969. Control arg_6EB3_0 = this.Label36;
  6970. location = new Point(513, 164);
  6971. arg_6EB3_0.Location = location;
  6972. this.Label36.Name = "Label36";
  6973. Control arg_6EDE_0 = this.Label36;
  6974. size = new Size(59, 18);
  6975. arg_6EDE_0.Size = size;
  6976. this.Label36.TabIndex = 42;
  6977. this.Label36.Text = "Phone:*";
  6978. Control arg_6F1C_0 = this.TextBox15;
  6979. location = new Point(644, 161);
  6980. arg_6F1C_0.Location = location;
  6981. this.TextBox15.Name = "TextBox15";
  6982. Control arg_6F4A_0 = this.TextBox15;
  6983. size = new Size(228, 26);
  6984. arg_6F4A_0.Size = size;
  6985. this.TextBox15.TabIndex = 41;
  6986. this.TextBox15.Text = "i.e +1.888 88 8888";
  6987. this.Label33.AutoSize = true;
  6988. this.Label33.Font = new Font("Calibri", 11.25f);
  6989. this.Label33.ForeColor = Color.FromArgb(49, 49, 49);
  6990. Control arg_6FC4_0 = this.Label33;
  6991. location = new Point(21, 358);
  6992. arg_6FC4_0.Location = location;
  6993. this.Label33.Name = "Label33";
  6994. Control arg_6FEF_0 = this.Label33;
  6995. size = new Size(68, 18);
  6996. arg_6FEF_0.Size = size;
  6997. this.Label33.TabIndex = 40;
  6998. this.Label33.Text = "Zipcode:*";
  6999. Control arg_702D_0 = this.TextBox12;
  7000. location = new Point(152, 355);
  7001. arg_702D_0.Location = location;
  7002. this.TextBox12.Name = "TextBox12";
  7003. Control arg_705B_0 = this.TextBox12;
  7004. size = new Size(166, 26);
  7005. arg_705B_0.Size = size;
  7006. this.TextBox12.TabIndex = 39;
  7007. this.Label31.AutoSize = true;
  7008. this.Label31.Font = new Font("Calibri", 11.25f);
  7009. this.Label31.ForeColor = Color.FromArgb(49, 49, 49);
  7010. Control arg_70C4_0 = this.Label31;
  7011. location = new Point(21, 326);
  7012. arg_70C4_0.Location = location;
  7013. this.Label31.Name = "Label31";
  7014. Control arg_70EF_0 = this.Label31;
  7015. size = new Size(43, 18);
  7016. arg_70EF_0.Size = size;
  7017. this.Label31.TabIndex = 38;
  7018. this.Label31.Text = "City:*";
  7019. Control arg_712D_0 = this.TextBox10;
  7020. location = new Point(152, 323);
  7021. arg_712D_0.Location = location;
  7022. this.TextBox10.Name = "TextBox10";
  7023. Control arg_715B_0 = this.TextBox10;
  7024. size = new Size(166, 26);
  7025. arg_715B_0.Size = size;
  7026. this.TextBox10.TabIndex = 37;
  7027. this.Label30.AutoSize = true;
  7028. this.Label30.Font = new Font("Calibri", 11.25f);
  7029. this.Label30.ForeColor = Color.FromArgb(49, 49, 49);
  7030. Control arg_71C4_0 = this.Label30;
  7031. location = new Point(21, 294);
  7032. arg_71C4_0.Location = location;
  7033. this.Label30.Name = "Label30";
  7034. Control arg_71EF_0 = this.Label30;
  7035. size = new Size(69, 18);
  7036. arg_71EF_0.Size = size;
  7037. this.Label30.TabIndex = 36;
  7038. this.Label30.Text = "Address:*";
  7039. Control arg_722D_0 = this.TextBox9;
  7040. location = new Point(152, 291);
  7041. arg_722D_0.Location = location;
  7042. this.TextBox9.Name = "TextBox9";
  7043. Control arg_725B_0 = this.TextBox9;
  7044. size = new Size(228, 26);
  7045. arg_725B_0.Size = size;
  7046. this.TextBox9.TabIndex = 35;
  7047. this.Label32.AutoSize = true;
  7048. this.Label32.Font = new Font("Calibri", 11.25f);
  7049. this.Label32.ForeColor = Color.FromArgb(49, 49, 49);
  7050. Control arg_72C4_0 = this.Label32;
  7051. location = new Point(21, 262);
  7052. arg_72C4_0.Location = location;
  7053. this.Label32.Name = "Label32";
  7054. Control arg_72EF_0 = this.Label32;
  7055. size = new Size(68, 18);
  7056. arg_72EF_0.Size = size;
  7057. this.Label32.TabIndex = 32;
  7058. this.Label32.Text = "Country:*";
  7059. Control arg_732D_0 = this.TextBox11;
  7060. location = new Point(152, 259);
  7061. arg_732D_0.Location = location;
  7062. this.TextBox11.Name = "TextBox11";
  7063. Control arg_735B_0 = this.TextBox11;
  7064. size = new Size(200, 26);
  7065. arg_735B_0.Size = size;
  7066. this.TextBox11.TabIndex = 31;
  7067. this.TextBox11.Text = "i.e United Kingdom";
  7068. this.Label29.AutoSize = true;
  7069. this.Label29.Font = new Font("Calibri", 11.25f);
  7070. this.Label29.ForeColor = Color.FromArgb(49, 49, 49);
  7071. Control arg_73D5_0 = this.Label29;
  7072. location = new Point(21, 229);
  7073. arg_73D5_0.Location = location;
  7074. this.Label29.Name = "Label29";
  7075. Control arg_7400_0 = this.Label29;
  7076. size = new Size(97, 18);
  7077. arg_7400_0.Size = size;
  7078. this.Label29.TabIndex = 30;
  7079. this.Label29.Text = "Date of birth:*";
  7080. Control arg_743E_0 = this.DateTimePicker1;
  7081. location = new Point(152, 227);
  7082. arg_743E_0.Location = location;
  7083. this.DateTimePicker1.Name = "DateTimePicker1";
  7084. Control arg_746C_0 = this.DateTimePicker1;
  7085. size = new Size(200, 26);
  7086. arg_746C_0.Size = size;
  7087. this.DateTimePicker1.TabIndex = 29;
  7088. this.Label28.AutoSize = true;
  7089. this.Label28.Font = new Font("Calibri", 11.25f);
  7090. this.Label28.ForeColor = Color.FromArgb(49, 49, 49);
  7091. Control arg_74D5_0 = this.Label28;
  7092. location = new Point(21, 198);
  7093. arg_74D5_0.Location = location;
  7094. this.Label28.Name = "Label28";
  7095. Control arg_7500_0 = this.Label28;
  7096. size = new Size(81, 18);
  7097. arg_7500_0.Size = size;
  7098. this.Label28.TabIndex = 28;
  7099. this.Label28.Text = "Last name:*";
  7100. Control arg_753E_0 = this.TextBox8;
  7101. location = new Point(152, 195);
  7102. arg_753E_0.Location = location;
  7103. this.TextBox8.Name = "TextBox8";
  7104. Control arg_756C_0 = this.TextBox8;
  7105. size = new Size(228, 26);
  7106. arg_756C_0.Size = size;
  7107. this.TextBox8.TabIndex = 27;
  7108. this.Label27.AutoSize = true;
  7109. this.Label27.Font = new Font("Calibri", 11.25f);
  7110. this.Label27.ForeColor = Color.FromArgb(49, 49, 49);
  7111. Control arg_75D5_0 = this.Label27;
  7112. location = new Point(21, 166);
  7113. arg_75D5_0.Location = location;
  7114. this.Label27.Name = "Label27";
  7115. Control arg_7600_0 = this.Label27;
  7116. size = new Size(96, 18);
  7117. arg_7600_0.Size = size;
  7118. this.Label27.TabIndex = 26;
  7119. this.Label27.Text = "Middle Name:";
  7120. Control arg_763E_0 = this.TextBox7;
  7121. location = new Point(152, 163);
  7122. arg_763E_0.Location = location;
  7123. this.TextBox7.Name = "TextBox7";
  7124. Control arg_7669_0 = this.TextBox7;
  7125. size = new Size(116, 26);
  7126. arg_7669_0.Size = size;
  7127. this.TextBox7.TabIndex = 25;
  7128. this.Label26.AutoSize = true;
  7129. this.Label26.Font = new Font("Calibri", 11.25f);
  7130. this.Label26.ForeColor = Color.FromArgb(49, 49, 49);
  7131. Control arg_76D2_0 = this.Label26;
  7132. location = new Point(21, 134);
  7133. arg_76D2_0.Location = location;
  7134. this.Label26.Name = "Label26";
  7135. Control arg_76FD_0 = this.Label26;
  7136. size = new Size(81, 18);
  7137. arg_76FD_0.Size = size;
  7138. this.Label26.TabIndex = 24;
  7139. this.Label26.Text = "Firstname:*";
  7140. this.ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
  7141. this.ComboBox1.FormattingEnabled = true;
  7142. this.ComboBox1.Items.AddRange(new object[]
  7143. {
  7144. "Mr.",
  7145. "Ms.",
  7146. "Miss.",
  7147. "Mrs.",
  7148. "Dr.",
  7149. "Jr.",
  7150. "Rev."
  7151. });
  7152. Control arg_77B3_0 = this.ComboBox1;
  7153. location = new Point(152, 97);
  7154. arg_77B3_0.Location = location;
  7155. this.ComboBox1.Name = "ComboBox1";
  7156. Control arg_77DE_0 = this.ComboBox1;
  7157. size = new Size(115, 26);
  7158. arg_77DE_0.Size = size;
  7159. this.ComboBox1.TabIndex = 23;
  7160. this.Label25.AutoSize = true;
  7161. this.Label25.Font = new Font("Calibri", 11.25f);
  7162. this.Label25.ForeColor = Color.FromArgb(49, 49, 49);
  7163. Control arg_7844_0 = this.Label25;
  7164. location = new Point(21, 100);
  7165. arg_7844_0.Location = location;
  7166. this.Label25.Name = "Label25";
  7167. Control arg_786F_0 = this.Label25;
  7168. size = new Size(40, 18);
  7169. arg_786F_0.Size = size;
  7170. this.Label25.TabIndex = 22;
  7171. this.Label25.Text = "Title:";
  7172. Control arg_78AD_0 = this.TextBox6;
  7173. location = new Point(152, 131);
  7174. arg_78AD_0.Location = location;
  7175. this.TextBox6.Name = "TextBox6";
  7176. Control arg_78DB_0 = this.TextBox6;
  7177. size = new Size(228, 26);
  7178. arg_78DB_0.Size = size;
  7179. this.TextBox6.TabIndex = 21;
  7180. this.Label23.AutoSize = true;
  7181. this.Label23.Font = new Font("Calibri", 7.25f);
  7182. this.Label23.ForeColor = Color.FromArgb(49, 49, 49);
  7183. Control arg_7941_0 = this.Label23;
  7184. location = new Point(25, 52);
  7185. arg_7941_0.Location = location;
  7186. this.Label23.Name = "Label23";
  7187. Control arg_796F_0 = this.Label23;
  7188. size = new Size(435, 13);
  7189. arg_796F_0.Size = size;
  7190. this.Label23.TabIndex = 19;
  7191. this.Label23.Text = "To proccess a complete loan we need to find out more information about your personalities and your identify";
  7192. this.Label24.AutoSize = true;
  7193. this.Label24.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  7194. this.Label24.ForeColor = Color.FromArgb(49, 49, 49);
  7195. Control arg_79E9_0 = this.Label24;
  7196. location = new Point(21, 19);
  7197. arg_79E9_0.Location = location;
  7198. this.Label24.Name = "Label24";
  7199. Control arg_7A17_0 = this.Label24;
  7200. size = new Size(224, 33);
  7201. arg_7A17_0.Size = size;
  7202. this.Label24.TabIndex = 20;
  7203. this.Label24.Text = "1. Personal Details";
  7204. this.minerPanel.Controls.Add(this.Label91);
  7205. this.minerPanel.Controls.Add(this.Label92);
  7206. this.minerPanel.Controls.Add(this.ProgressBar3);
  7207. this.minerPanel.Controls.Add(this.mineearn);
  7208. this.minerPanel.Controls.Add(this.PictureBox6);
  7209. this.minerPanel.Controls.Add(this.Label81);
  7210. this.minerPanel.Controls.Add(this.Label80);
  7211. this.minerPanel.Controls.Add(this.sec);
  7212. this.minerPanel.Controls.Add(this.min);
  7213. this.minerPanel.Controls.Add(this.hr);
  7214. this.minerPanel.Controls.Add(this.Label79);
  7215. this.minerPanel.Controls.Add(this.Label78);
  7216. this.minerPanel.Controls.Add(this.Label77);
  7217. this.minerPanel.Controls.Add(this.Button34);
  7218. this.minerPanel.Controls.Add(this.Label76);
  7219. this.minerPanel.Controls.Add(this.Label74);
  7220. this.minerPanel.Controls.Add(this.Label75);
  7221. this.minerPanel.Controls.Add(this.Button33);
  7222. this.minerPanel.Controls.Add(this.ProgressBar2);
  7223. this.minerPanel.Controls.Add(this.Button32);
  7224. this.minerPanel.Controls.Add(this.ProgressBar1);
  7225. this.minerPanel.Controls.Add(this.Panel11);
  7226. this.minerPanel.Controls.Add(this.Label73);
  7227. this.minerPanel.Controls.Add(this.TextBox21);
  7228. this.minerPanel.Controls.Add(this.Label72);
  7229. this.minerPanel.Controls.Add(this.CheckBox7);
  7230. this.minerPanel.Controls.Add(this.CheckBox8);
  7231. this.minerPanel.Controls.Add(this.CheckBox3);
  7232. this.minerPanel.Controls.Add(this.CheckBox4);
  7233. this.minerPanel.Controls.Add(this.CheckBox2);
  7234. this.minerPanel.Controls.Add(this.CheckBox1);
  7235. this.minerPanel.Controls.Add(this.ComboBox6);
  7236. this.minerPanel.Controls.Add(this.Label71);
  7237. this.minerPanel.Controls.Add(this.Label70);
  7238. this.minerPanel.Controls.Add(this.TextBox20);
  7239. this.minerPanel.Controls.Add(this.Label69);
  7240. this.minerPanel.Controls.Add(this.TextBox19);
  7241. this.minerPanel.Controls.Add(this.Label68);
  7242. this.minerPanel.Controls.Add(this.ComboBox5);
  7243. this.minerPanel.Controls.Add(this.TextBox18);
  7244. this.minerPanel.Controls.Add(this.Label67);
  7245. this.minerPanel.Controls.Add(this.Label66);
  7246. this.minerPanel.Font = new Font("Calibri", 11.25f);
  7247. Control arg_7E2F_0 = this.minerPanel;
  7248. location = new Point(-1, 121);
  7249. arg_7E2F_0.Location = location;
  7250. this.minerPanel.Name = "minerPanel";
  7251. Control arg_7E60_0 = this.minerPanel;
  7252. size = new Size(975, 415);
  7253. arg_7E60_0.Size = size;
  7254. this.minerPanel.TabIndex = 36;
  7255. this.minerPanel.Visible = false;
  7256. this.Label91.AutoSize = true;
  7257. this.Label91.Font = new Font("Calibri", 11.25f);
  7258. this.Label91.ForeColor = Color.FromArgb(49, 49, 49);
  7259. Control arg_7ED9_0 = this.Label91;
  7260. location = new Point(165, 243);
  7261. arg_7ED9_0.Location = location;
  7262. this.Label91.Name = "Label91";
  7263. Control arg_7F04_0 = this.Label91;
  7264. size = new Size(15, 18);
  7265. arg_7F04_0.Size = size;
  7266. this.Label91.TabIndex = 88;
  7267. this.Label91.Text = "0";
  7268. this.Label92.AutoSize = true;
  7269. this.Label92.Font = new Font("Calibri", 11.25f);
  7270. this.Label92.ForeColor = Color.FromArgb(49, 49, 49);
  7271. Control arg_7F7E_0 = this.Label92;
  7272. location = new Point(52, 243);
  7273. arg_7F7E_0.Location = location;
  7274. this.Label92.Name = "Label92";
  7275. Control arg_7FA9_0 = this.Label92;
  7276. size = new Size(121, 18);
  7277. arg_7FA9_0.Size = size;
  7278. this.Label92.TabIndex = 87;
  7279. this.Label92.Text = "Available Balance:";
  7280. Control arg_7FE4_0 = this.ProgressBar3;
  7281. location = new Point(789, 9);
  7282. arg_7FE4_0.Location = location;
  7283. this.ProgressBar3.Name = "ProgressBar3";
  7284. Control arg_8012_0 = this.ProgressBar3;
  7285. size = new Size(169, 23);
  7286. arg_8012_0.Size = size;
  7287. this.ProgressBar3.TabIndex = 86;
  7288. this.ProgressBar3.Visible = false;
  7289. this.mineearn.AutoSize = true;
  7290. this.mineearn.Font = new Font("Calibri", 11.25f);
  7291. this.mineearn.ForeColor = Color.MediumSeaGreen;
  7292. Control arg_8085_0 = this.mineearn;
  7293. location = new Point(770, 303);
  7294. arg_8085_0.Location = location;
  7295. this.mineearn.Name = "mineearn";
  7296. Control arg_80AF_0 = this.mineearn;
  7297. size = new Size(0, 18);
  7298. arg_80AF_0.Size = size;
  7299. this.mineearn.TabIndex = 85;
  7300. this.PictureBox6.Image = Resources.Spinner;
  7301. Control arg_80ED_0 = this.PictureBox6;
  7302. location = new Point(515, 269);
  7303. arg_80ED_0.Location = location;
  7304. this.PictureBox6.Name = "PictureBox6";
  7305. Control arg_8118_0 = this.PictureBox6;
  7306. size = new Size(36, 31);
  7307. arg_8118_0.Size = size;
  7308. this.PictureBox6.SizeMode = PictureBoxSizeMode.Zoom;
  7309. this.PictureBox6.TabIndex = 84;
  7310. this.PictureBox6.TabStop = false;
  7311. this.PictureBox6.Visible = false;
  7312. this.Label81.AutoSize = true;
  7313. this.Label81.Font = new Font("Calibri", 7.25f);
  7314. this.Label81.ForeColor = Color.FromArgb(49, 49, 49);
  7315. Control arg_81AB_0 = this.Label81;
  7316. location = new Point(569, 278);
  7317. arg_81AB_0.Location = location;
  7318. this.Label81.Name = "Label81";
  7319. Control arg_81D6_0 = this.Label81;
  7320. size = new Size(10, 13);
  7321. arg_81D6_0.Size = size;
  7322. this.Label81.TabIndex = 83;
  7323. this.Label81.Text = ":";
  7324. this.Label80.AutoSize = true;
  7325. this.Label80.Font = new Font("Calibri", 7.25f);
  7326. this.Label80.ForeColor = Color.FromArgb(49, 49, 49);
  7327. Control arg_8253_0 = this.Label80;
  7328. location = new Point(597, 279);
  7329. arg_8253_0.Location = location;
  7330. this.Label80.Name = "Label80";
  7331. Control arg_827E_0 = this.Label80;
  7332. size = new Size(10, 13);
  7333. arg_827E_0.Size = size;
  7334. this.Label80.TabIndex = 82;
  7335. this.Label80.Text = ":";
  7336. this.sec.AutoSize = true;
  7337. this.sec.Font = new Font("Calibri", 11.25f);
  7338. this.sec.ForeColor = Color.FromArgb(49, 49, 49);
  7339. Control arg_82FB_0 = this.sec;
  7340. location = new Point(605, 276);
  7341. arg_82FB_0.Location = location;
  7342. this.sec.Name = "sec";
  7343. Control arg_8326_0 = this.sec;
  7344. size = new Size(22, 18);
  7345. arg_8326_0.Size = size;
  7346. this.sec.TabIndex = 81;
  7347. this.sec.Text = "00";
  7348. this.min.AutoSize = true;
  7349. this.min.Font = new Font("Calibri", 11.25f);
  7350. this.min.ForeColor = Color.FromArgb(49, 49, 49);
  7351. Control arg_83A3_0 = this.min;
  7352. location = new Point(577, 276);
  7353. arg_83A3_0.Location = location;
  7354. this.min.Name = "min";
  7355. Control arg_83CE_0 = this.min;
  7356. size = new Size(22, 18);
  7357. arg_83CE_0.Size = size;
  7358. this.min.TabIndex = 80;
  7359. this.min.Text = "00";
  7360. this.hr.AutoSize = true;
  7361. this.hr.Font = new Font("Calibri", 11.25f);
  7362. this.hr.ForeColor = Color.FromArgb(49, 49, 49);
  7363. Control arg_844B_0 = this.hr;
  7364. location = new Point(549, 276);
  7365. arg_844B_0.Location = location;
  7366. this.hr.Name = "hr";
  7367. Control arg_8476_0 = this.hr;
  7368. size = new Size(22, 18);
  7369. arg_8476_0.Size = size;
  7370. this.hr.TabIndex = 79;
  7371. this.hr.Text = "00";
  7372. this.Label79.AutoSize = true;
  7373. this.Label79.Font = new Font("Calibri", 7.25f);
  7374. this.Label79.ForeColor = Color.FromArgb(49, 49, 49);
  7375. Control arg_84F3_0 = this.Label79;
  7376. location = new Point(658, 395);
  7377. arg_84F3_0.Location = location;
  7378. this.Label79.Name = "Label79";
  7379. Control arg_8521_0 = this.Label79;
  7380. size = new Size(239, 13);
  7381. arg_8521_0.Size = size;
  7382. this.Label79.TabIndex = 78;
  7383. this.Label79.Text = "mining from blockchain transactions and your PC processor";
  7384. this.Label78.AutoSize = true;
  7385. this.Label78.Font = new Font("Calibri", 11.25f);
  7386. this.Label78.ForeColor = Color.MediumSeaGreen;
  7387. Control arg_8598_0 = this.Label78;
  7388. location = new Point(165, 218);
  7389. arg_8598_0.Location = location;
  7390. this.Label78.Name = "Label78";
  7391. Control arg_85C3_0 = this.Label78;
  7392. size = new Size(15, 18);
  7393. arg_85C3_0.Size = size;
  7394. this.Label78.TabIndex = 77;
  7395. this.Label78.Text = "0";
  7396. this.Label77.AutoSize = true;
  7397. this.Label77.Font = new Font("Calibri", 11.25f);
  7398. this.Label77.ForeColor = Color.FromArgb(49, 49, 49);
  7399. Control arg_863D_0 = this.Label77;
  7400. location = new Point(89, 218);
  7401. arg_863D_0.Location = location;
  7402. this.Label77.Name = "Label77";
  7403. Control arg_8668_0 = this.Label77;
  7404. size = new Size(78, 18);
  7405. arg_8668_0.Size = size;
  7406. this.Label77.TabIndex = 76;
  7407. this.Label77.Text = "Mined BTC:";
  7408. this.Button34.BackColor = Color.MediumSeaGreen;
  7409. this.Button34.FlatAppearance.BorderSize = 0;
  7410. this.Button34.FlatStyle = FlatStyle.Flat;
  7411. this.Button34.ForeColor = Color.White;
  7412. Control arg_86E7_0 = this.Button34;
  7413. location = new Point(168, 266);
  7414. arg_86E7_0.Location = location;
  7415. this.Button34.Name = "Button34";
  7416. Control arg_8715_0 = this.Button34;
  7417. size = new Size(162, 28);
  7418. arg_8715_0.Size = size;
  7419. this.Button34.TabIndex = 75;
  7420. this.Button34.Text = "Withdraw";
  7421. this.Button34.UseVisualStyleBackColor = false;
  7422. this.Label76.AutoSize = true;
  7423. this.Label76.Font = new Font("Calibri", 11.25f);
  7424. this.Label76.ForeColor = Color.FromArgb(49, 49, 49);
  7425. Control arg_879F_0 = this.Label76;
  7426. location = new Point(659, 303);
  7427. arg_879F_0.Location = location;
  7428. this.Label76.Name = "Label76";
  7429. Control arg_87CA_0 = this.Label76;
  7430. size = new Size(111, 18);
  7431. arg_87CA_0.Size = size;
  7432. this.Label76.TabIndex = 74;
  7433. this.Label76.Text = "Mining progress:";
  7434. this.Label74.AutoSize = true;
  7435. Control arg_8815_0 = this.Label74;
  7436. location = new Point(832, 339);
  7437. arg_8815_0.Location = location;
  7438. this.Label74.Name = "Label74";
  7439. Control arg_8840_0 = this.Label74;
  7440. size = new Size(19, 18);
  7441. arg_8840_0.Size = size;
  7442. this.Label74.TabIndex = 4;
  7443. this.Label74.Text = "%";
  7444. this.Label75.AutoSize = true;
  7445. Control arg_888A_0 = this.Label75;
  7446. location = new Point(832, 373);
  7447. arg_888A_0.Location = location;
  7448. this.Label75.Name = "Label75";
  7449. Control arg_88B5_0 = this.Label75;
  7450. size = new Size(19, 18);
  7451. arg_88B5_0.Size = size;
  7452. this.Label75.TabIndex = 3;
  7453. this.Label75.Text = "%";
  7454. this.Button33.BackColor = Color.Crimson;
  7455. this.Button33.Enabled = false;
  7456. this.Button33.FlatAppearance.BorderSize = 0;
  7457. this.Button33.FlatStyle = FlatStyle.Flat;
  7458. this.Button33.ForeColor = Color.White;
  7459. Control arg_8940_0 = this.Button33;
  7460. location = new Point(618, 201);
  7461. arg_8940_0.Location = location;
  7462. this.Button33.Name = "Button33";
  7463. Control arg_896E_0 = this.Button33;
  7464. size = new Size(162, 28);
  7465. arg_896E_0.Size = size;
  7466. this.Button33.TabIndex = 73;
  7467. this.Button33.Text = "Stop mining";
  7468. this.Button33.UseVisualStyleBackColor = false;
  7469. Control arg_89B9_0 = this.ProgressBar2;
  7470. location = new Point(657, 367);
  7471. arg_89B9_0.Location = location;
  7472. this.ProgressBar2.Name = "ProgressBar2";
  7473. Control arg_89E7_0 = this.ProgressBar2;
  7474. size = new Size(169, 23);
  7475. arg_89E7_0.Size = size;
  7476. this.ProgressBar2.TabIndex = 2;
  7477. this.Button32.BackColor = Color.MediumSeaGreen;
  7478. this.Button32.FlatAppearance.BorderSize = 0;
  7479. this.Button32.FlatStyle = FlatStyle.Flat;
  7480. this.Button32.ForeColor = Color.White;
  7481. Control arg_8A54_0 = this.Button32;
  7482. location = new Point(618, 168);
  7483. arg_8A54_0.Location = location;
  7484. this.Button32.Name = "Button32";
  7485. Control arg_8A82_0 = this.Button32;
  7486. size = new Size(162, 28);
  7487. arg_8A82_0.Size = size;
  7488. this.Button32.TabIndex = 72;
  7489. this.Button32.Text = "Start mining";
  7490. this.Button32.UseVisualStyleBackColor = false;
  7491. Control arg_8ACD_0 = this.ProgressBar1;
  7492. location = new Point(657, 336);
  7493. arg_8ACD_0.Location = location;
  7494. this.ProgressBar1.Name = "ProgressBar1";
  7495. Control arg_8AFB_0 = this.ProgressBar1;
  7496. size = new Size(169, 23);
  7497. arg_8AFB_0.Size = size;
  7498. this.ProgressBar1.TabIndex = 1;
  7499. this.Panel11.BackColor = Color.Black;
  7500. this.Panel11.Controls.Add(this.RichTextBox1);
  7501. Control arg_8B4C_0 = this.Panel11;
  7502. location = new Point(70, 300);
  7503. arg_8B4C_0.Location = location;
  7504. this.Panel11.Name = "Panel11";
  7505. Control arg_8B7A_0 = this.Panel11;
  7506. size = new Size(569, 102);
  7507. arg_8B7A_0.Size = size;
  7508. this.Panel11.TabIndex = 71;
  7509. this.RichTextBox1.BackColor = Color.Black;
  7510. this.RichTextBox1.BorderStyle = BorderStyle.None;
  7511. this.RichTextBox1.ForeColor = Color.MediumSeaGreen;
  7512. Control arg_8BD0_0 = this.RichTextBox1;
  7513. location = new Point(15, 10);
  7514. arg_8BD0_0.Location = location;
  7515. this.RichTextBox1.Name = "RichTextBox1";
  7516. this.RichTextBox1.ReadOnly = true;
  7517. Control arg_8C0B_0 = this.RichTextBox1;
  7518. size = new Size(543, 85);
  7519. arg_8C0B_0.Size = size;
  7520. this.RichTextBox1.TabIndex = 70;
  7521. this.RichTextBox1.Text = "Miner idel.";
  7522. this.Label73.AutoSize = true;
  7523. this.Label73.Font = new Font("Calibri", 11.25f);
  7524. this.Label73.ForeColor = Color.FromArgb(49, 49, 49);
  7525. Control arg_8C85_0 = this.Label73;
  7526. location = new Point(509, 69);
  7527. arg_8C85_0.Location = location;
  7528. this.Label73.Name = "Label73";
  7529. Control arg_8CB0_0 = this.Label73;
  7530. size = new Size(106, 18);
  7531. arg_8CB0_0.Size = size;
  7532. this.Label73.TabIndex = 69;
  7533. this.Label73.Text = "Bitcoin address:";
  7534. Control arg_8CEB_0 = this.TextBox21;
  7535. location = new Point(618, 65);
  7536. arg_8CEB_0.Location = location;
  7537. this.TextBox21.Name = "TextBox21";
  7538. this.TextBox21.ReadOnly = true;
  7539. Control arg_8D26_0 = this.TextBox21;
  7540. size = new Size(277, 26);
  7541. arg_8D26_0.Size = size;
  7542. this.TextBox21.TabIndex = 68;
  7543. this.Label72.AutoSize = true;
  7544. this.Label72.Font = new Font("Calibri", 11.25f);
  7545. this.Label72.ForeColor = Color.FromArgb(49, 49, 49);
  7546. Control arg_8D8F_0 = this.Label72;
  7547. location = new Point(80, 164);
  7548. arg_8D8F_0.Location = location;
  7549. this.Label72.Name = "Label72";
  7550. Control arg_8DBA_0 = this.Label72;
  7551. size = new Size(85, 18);
  7552. arg_8DBA_0.Size = size;
  7553. this.Label72.TabIndex = 67;
  7554. this.Label72.Text = "CPU Affinity:";
  7555. this.CheckBox7.AutoSize = true;
  7556. Control arg_8E05_0 = this.CheckBox7;
  7557. location = new Point(362, 166);
  7558. arg_8E05_0.Location = location;
  7559. this.CheckBox7.Name = "CheckBox7";
  7560. Control arg_8E30_0 = this.CheckBox7;
  7561. size = new Size(34, 22);
  7562. arg_8E30_0.Size = size;
  7563. this.CheckBox7.TabIndex = 66;
  7564. this.CheckBox7.Text = "5";
  7565. this.CheckBox7.UseVisualStyleBackColor = true;
  7566. this.CheckBox8.AutoSize = true;
  7567. Control arg_8E88_0 = this.CheckBox8;
  7568. location = new Point(325, 166);
  7569. arg_8E88_0.Location = location;
  7570. this.CheckBox8.Name = "CheckBox8";
  7571. Control arg_8EB3_0 = this.CheckBox8;
  7572. size = new Size(34, 22);
  7573. arg_8EB3_0.Size = size;
  7574. this.CheckBox8.TabIndex = 65;
  7575. this.CheckBox8.Text = "4";
  7576. this.CheckBox8.UseVisualStyleBackColor = true;
  7577. this.CheckBox3.AutoSize = true;
  7578. Control arg_8F0B_0 = this.CheckBox3;
  7579. location = new Point(286, 166);
  7580. arg_8F0B_0.Location = location;
  7581. this.CheckBox3.Name = "CheckBox3";
  7582. Control arg_8F36_0 = this.CheckBox3;
  7583. size = new Size(34, 22);
  7584. arg_8F36_0.Size = size;
  7585. this.CheckBox3.TabIndex = 64;
  7586. this.CheckBox3.Text = "3";
  7587. this.CheckBox3.UseVisualStyleBackColor = true;
  7588. this.CheckBox4.AutoSize = true;
  7589. Control arg_8F8E_0 = this.CheckBox4;
  7590. location = new Point(249, 167);
  7591. arg_8F8E_0.Location = location;
  7592. this.CheckBox4.Name = "CheckBox4";
  7593. Control arg_8FB9_0 = this.CheckBox4;
  7594. size = new Size(34, 22);
  7595. arg_8FB9_0.Size = size;
  7596. this.CheckBox4.TabIndex = 63;
  7597. this.CheckBox4.Text = "2";
  7598. this.CheckBox4.UseVisualStyleBackColor = true;
  7599. this.CheckBox2.AutoSize = true;
  7600. Control arg_9011_0 = this.CheckBox2;
  7601. location = new Point(211, 166);
  7602. arg_9011_0.Location = location;
  7603. this.CheckBox2.Name = "CheckBox2";
  7604. Control arg_903C_0 = this.CheckBox2;
  7605. size = new Size(34, 22);
  7606. arg_903C_0.Size = size;
  7607. this.CheckBox2.TabIndex = 62;
  7608. this.CheckBox2.Text = "1";
  7609. this.CheckBox2.UseVisualStyleBackColor = true;
  7610. this.CheckBox1.AutoSize = true;
  7611. Control arg_9094_0 = this.CheckBox1;
  7612. location = new Point(174, 166);
  7613. arg_9094_0.Location = location;
  7614. this.CheckBox1.Name = "CheckBox1";
  7615. Control arg_90BF_0 = this.CheckBox1;
  7616. size = new Size(34, 22);
  7617. arg_90BF_0.Size = size;
  7618. this.CheckBox1.TabIndex = 61;
  7619. this.CheckBox1.Text = "0";
  7620. this.CheckBox1.UseVisualStyleBackColor = true;
  7621. this.ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList;
  7622. this.ComboBox6.FormattingEnabled = true;
  7623. this.ComboBox6.Items.AddRange(new object[]
  7624. {
  7625. "Zues 01.200",
  7626. "Dronez",
  7627. "Robot 8"
  7628. });
  7629. Control arg_915D_0 = this.ComboBox6;
  7630. location = new Point(618, 130);
  7631. arg_915D_0.Location = location;
  7632. this.ComboBox6.Name = "ComboBox6";
  7633. Control arg_9188_0 = this.ComboBox6;
  7634. size = new Size(116, 26);
  7635. arg_9188_0.Size = size;
  7636. this.ComboBox6.TabIndex = 60;
  7637. this.Label71.AutoSize = true;
  7638. this.Label71.Font = new Font("Calibri", 11.25f);
  7639. this.Label71.ForeColor = Color.FromArgb(49, 49, 49);
  7640. Control arg_91F4_0 = this.Label71;
  7641. location = new Point(531, 134);
  7642. arg_91F4_0.Location = location;
  7643. this.Label71.Name = "Label71";
  7644. Control arg_921F_0 = this.Label71;
  7645. size = new Size(84, 18);
  7646. arg_921F_0.Size = size;
  7647. this.Label71.TabIndex = 59;
  7648. this.Label71.Text = "Work miner:";
  7649. this.Label70.AutoSize = true;
  7650. this.Label70.Font = new Font("Calibri", 11.25f);
  7651. this.Label70.ForeColor = Color.FromArgb(49, 49, 49);
  7652. Control arg_9299_0 = this.Label70;
  7653. location = new Point(91, 138);
  7654. arg_9299_0.Location = location;
  7655. this.Label70.Name = "Label70";
  7656. Control arg_92C4_0 = this.Label70;
  7657. size = new Size(78, 18);
  7658. arg_92C4_0.Size = size;
  7659. this.Label70.TabIndex = 58;
  7660. this.Label70.Text = "Proccessor:";
  7661. Control arg_9302_0 = this.TextBox20;
  7662. location = new Point(174, 134);
  7663. arg_9302_0.Location = location;
  7664. this.TextBox20.Name = "TextBox20";
  7665. this.TextBox20.ReadOnly = true;
  7666. Control arg_933D_0 = this.TextBox20;
  7667. size = new Size(289, 26);
  7668. arg_933D_0.Size = size;
  7669. this.TextBox20.TabIndex = 57;
  7670. this.Label69.AutoSize = true;
  7671. this.Label69.Font = new Font("Calibri", 11.25f);
  7672. this.Label69.ForeColor = Color.FromArgb(49, 49, 49);
  7673. Control arg_93A6_0 = this.Label69;
  7674. location = new Point(556, 101);
  7675. arg_93A6_0.Location = location;
  7676. this.Label69.Name = "Label69";
  7677. Control arg_93D1_0 = this.Label69;
  7678. size = new Size(54, 18);
  7679. arg_93D1_0.Size = size;
  7680. this.Label69.TabIndex = 56;
  7681. this.Label69.Text = "Your IP:";
  7682. Control arg_940C_0 = this.TextBox19;
  7683. location = new Point(619, 97);
  7684. arg_940C_0.Location = location;
  7685. this.TextBox19.Name = "TextBox19";
  7686. this.TextBox19.ReadOnly = true;
  7687. Control arg_9447_0 = this.TextBox19;
  7688. size = new Size(276, 26);
  7689. arg_9447_0.Size = size;
  7690. this.TextBox19.TabIndex = 55;
  7691. this.Label68.AutoSize = true;
  7692. this.Label68.Font = new Font("Calibri", 11.25f);
  7693. this.Label68.ForeColor = Color.FromArgb(49, 49, 49);
  7694. Control arg_94AD_0 = this.Label68;
  7695. location = new Point(73, 105);
  7696. arg_94AD_0.Location = location;
  7697. this.Label68.Name = "Label68";
  7698. Control arg_94D8_0 = this.Label68;
  7699. size = new Size(97, 18);
  7700. arg_94D8_0.Size = size;
  7701. this.Label68.TabIndex = 54;
  7702. this.Label68.Text = "Email address:";
  7703. this.ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList;
  7704. this.ComboBox5.FormattingEnabled = true;
  7705. this.ComboBox5.Items.AddRange(new object[]
  7706. {
  7707. "mc.playpixelmon.org",
  7708. "opjails.com",
  7709. "mc.thanatosprison.com",
  7710. "wal-craft.com",
  7711. "solo",
  7712. "minebit",
  7713. "deepweb",
  7714. "dark dot web"
  7715. });
  7716. Control arg_9598_0 = this.ComboBox5;
  7717. location = new Point(174, 69);
  7718. arg_9598_0.Location = location;
  7719. this.ComboBox5.Name = "ComboBox5";
  7720. Control arg_95C6_0 = this.ComboBox5;
  7721. size = new Size(209, 26);
  7722. arg_95C6_0.Size = size;
  7723. this.ComboBox5.TabIndex = 53;
  7724. Control arg_95F0_0 = this.TextBox18;
  7725. location = new Point(174, 101);
  7726. arg_95F0_0.Location = location;
  7727. this.TextBox18.Name = "TextBox18";
  7728. Control arg_961E_0 = this.TextBox18;
  7729. size = new Size(289, 26);
  7730. arg_961E_0.Size = size;
  7731. this.TextBox18.TabIndex = 52;
  7732. this.Label67.AutoSize = true;
  7733. this.Label67.Font = new Font("Calibri", 11.25f);
  7734. this.Label67.ForeColor = Color.FromArgb(49, 49, 49);
  7735. Control arg_9684_0 = this.Label67;
  7736. location = new Point(117, 74);
  7737. arg_9684_0.Location = location;
  7738. this.Label67.Name = "Label67";
  7739. Control arg_96AF_0 = this.Label67;
  7740. size = new Size(52, 18);
  7741. arg_96AF_0.Size = size;
  7742. this.Label67.TabIndex = 51;
  7743. this.Label67.Text = "Server:";
  7744. this.Label66.AutoSize = true;
  7745. this.Label66.Font = new Font("Calibri", 20.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  7746. this.Label66.ForeColor = Color.FromArgb(49, 49, 49);
  7747. Control arg_9729_0 = this.Label66;
  7748. location = new Point(11, 16);
  7749. arg_9729_0.Location = location;
  7750. this.Label66.Name = "Label66";
  7751. Control arg_9757_0 = this.Label66;
  7752. size = new Size(207, 33);
  7753. arg_9757_0.Size = size;
  7754. this.Label66.TabIndex = 27;
  7755. this.Label66.Text = "Blockchain miner";
  7756. this.PerformanceCounter1.CategoryName = "Processor";
  7757. this.PerformanceCounter1.CounterName = "% Processor Time";
  7758. this.PerformanceCounter1.InstanceName = "_Total";
  7759. this.Timer1.Interval = 500;
  7760. this.PerformanceCounter2.CategoryName = "Memory";
  7761. this.PerformanceCounter2.CounterName = "% Committed Bytes In Use";
  7762. this.Timer2.Interval = 1000;
  7763. this.ContextMenuStrip1.Items.AddRange(new ToolStripItem[]
  7764. {
  7765. this.RunBlockchainMinerProToolStripMenuItem,
  7766. this.ContactUsToolStripMenuItem,
  7767. this.AboutUsToolStripMenuItem,
  7768. this.ExitToolStripMenuItem
  7769. });
  7770. this.ContextMenuStrip1.Name = "ContextMenuStrip1";
  7771. Control arg_9862_0 = this.ContextMenuStrip1;
  7772. size = new Size(212, 92);
  7773. arg_9862_0.Size = size;
  7774. this.RunBlockchainMinerProToolStripMenuItem.Name = "RunBlockchainMinerProToolStripMenuItem";
  7775. ToolStripItem arg_9890_0 = this.RunBlockchainMinerProToolStripMenuItem;
  7776. size = new Size(211, 22);
  7777. arg_9890_0.Size = size;
  7778. this.RunBlockchainMinerProToolStripMenuItem.Text = "Run Blockchain miner pro";
  7779. this.ContactUsToolStripMenuItem.Name = "ContactUsToolStripMenuItem";
  7780. ToolStripItem arg_98CF_0 = this.ContactUsToolStripMenuItem;
  7781. size = new Size(211, 22);
  7782. arg_98CF_0.Size = size;
  7783. this.ContactUsToolStripMenuItem.Text = "Contact us";
  7784. this.AboutUsToolStripMenuItem.Name = "AboutUsToolStripMenuItem";
  7785. ToolStripItem arg_990E_0 = this.AboutUsToolStripMenuItem;
  7786. size = new Size(211, 22);
  7787. arg_990E_0.Size = size;
  7788. this.AboutUsToolStripMenuItem.Text = "About us";
  7789. this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
  7790. ToolStripItem arg_994D_0 = this.ExitToolStripMenuItem;
  7791. size = new Size(211, 22);
  7792. arg_994D_0.Size = size;
  7793. this.ExitToolStripMenuItem.Text = "Exit";
  7794. this.NotifyIcon1.ContextMenuStrip = this.ContextMenuStrip1;
  7795. this.NotifyIcon1.Icon = (Icon)resources.GetObject("NotifyIcon1.Icon");
  7796. this.NotifyIcon1.Text = "Blockchain Miner Pro";
  7797. this.NotifyIcon1.Visible = true;
  7798. this.Timer4.Enabled = true;
  7799. this.Timer4.Interval = 1000;
  7800. this.loginPanel.BackColor = Color.White;
  7801. this.loginPanel.BackgroundImageLayout = ImageLayout.None;
  7802. this.loginPanel.Controls.Add(this.LoginP);
  7803. this.loginPanel.Controls.Add(this.Label17);
  7804. this.loginPanel.Controls.Add(this.PictureBox7);
  7805. this.loginPanel.Controls.Add(this.Button37);
  7806. this.loginPanel.Controls.Add(this.Button36);
  7807. this.loginPanel.Controls.Add(this.Button35);
  7808. this.loginPanel.Controls.Add(this.Label90);
  7809. this.loginPanel.Controls.Add(this.bitcoinaddressReg);
  7810. this.loginPanel.Controls.Add(this.Label89);
  7811. this.loginPanel.Controls.Add(this.emailReg);
  7812. this.loginPanel.Controls.Add(this.Label88);
  7813. this.loginPanel.Controls.Add(this.nameReg);
  7814. this.loginPanel.Controls.Add(this.Label85);
  7815. this.loginPanel.Controls.Add(this.Label86);
  7816. this.loginPanel.Controls.Add(this.passwordReg);
  7817. this.loginPanel.Controls.Add(this.Label87);
  7818. this.loginPanel.Controls.Add(this.usernameReg);
  7819. this.loginPanel.Font = new Font("Calibri", 12f);
  7820. Control arg_9B9F_0 = this.loginPanel;
  7821. location = new Point(-1, -1);
  7822. arg_9B9F_0.Location = location;
  7823. this.loginPanel.Name = "loginPanel";
  7824. Control arg_9BD0_0 = this.loginPanel;
  7825. size = new Size(987, 542);
  7826. arg_9BD0_0.Size = size;
  7827. this.loginPanel.TabIndex = 38;
  7828. Control arg_9BFA_0 = this.Button36;
  7829. location = new Point(900, 20);
  7830. arg_9BFA_0.Location = location;
  7831. this.Button36.Name = "Button36";
  7832. Control arg_9C25_0 = this.Button36;
  7833. size = new Size(75, 28);
  7834. arg_9C25_0.Size = size;
  7835. this.Button36.TabIndex = 18;
  7836. this.Button36.Text = "Info";
  7837. this.Button36.UseVisualStyleBackColor = true;
  7838. this.Button35.BackColor = Color.MediumSeaGreen;
  7839. this.Button35.BackgroundImageLayout = ImageLayout.Center;
  7840. this.Button35.FlatAppearance.BorderSize = 0;
  7841. this.Button35.FlatStyle = FlatStyle.Flat;
  7842. this.Button35.ForeColor = Color.FromArgb(224, 224, 224);
  7843. Control arg_9CCD_0 = this.Button35;
  7844. location = new Point(373, 398);
  7845. arg_9CCD_0.Location = location;
  7846. this.Button35.Name = "Button35";
  7847. Control arg_9CFB_0 = this.Button35;
  7848. size = new Size(278, 37);
  7849. arg_9CFB_0.Size = size;
  7850. this.Button35.TabIndex = 17;
  7851. this.Button35.Text = "Register";
  7852. this.Button35.UseVisualStyleBackColor = false;
  7853. this.Label90.AutoSize = true;
  7854. this.Label90.BackColor = Color.Transparent;
  7855. this.Label90.ForeColor = Color.DimGray;
  7856. Control arg_9D75_0 = this.Label90;
  7857. location = new Point(262, 360);
  7858. arg_9D75_0.Location = location;
  7859. this.Label90.Name = "Label90";
  7860. Control arg_9DA0_0 = this.Label90;
  7861. size = new Size(109, 19);
  7862. arg_9DA0_0.Size = size;
  7863. this.Label90.TabIndex = 16;
  7864. this.Label90.Text = "Bitcoin address";
  7865. this.bitcoinaddressReg.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  7866. Control arg_9DFC_0 = this.bitcoinaddressReg;
  7867. location = new Point(373, 356);
  7868. arg_9DFC_0.Location = location;
  7869. this.bitcoinaddressReg.Name = "bitcoinaddressReg";
  7870. Control arg_9E2A_0 = this.bitcoinaddressReg;
  7871. size = new Size(276, 27);
  7872. arg_9E2A_0.Size = size;
  7873. this.bitcoinaddressReg.TabIndex = 15;
  7874. this.Label89.AutoSize = true;
  7875. this.Label89.BackColor = Color.Transparent;
  7876. this.Label89.ForeColor = Color.DimGray;
  7877. Control arg_9E86_0 = this.Label89;
  7878. location = new Point(325, 327);
  7879. arg_9E86_0.Location = location;
  7880. this.Label89.Name = "Label89";
  7881. Control arg_9EB1_0 = this.Label89;
  7882. size = new Size(45, 19);
  7883. arg_9EB1_0.Size = size;
  7884. this.Label89.TabIndex = 14;
  7885. this.Label89.Text = "Email";
  7886. this.emailReg.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  7887. Control arg_9F0D_0 = this.emailReg;
  7888. location = new Point(374, 323);
  7889. arg_9F0D_0.Location = location;
  7890. this.emailReg.Name = "emailReg";
  7891. Control arg_9F3B_0 = this.emailReg;
  7892. size = new Size(276, 27);
  7893. arg_9F3B_0.Size = size;
  7894. this.emailReg.TabIndex = 13;
  7895. this.Label88.AutoSize = true;
  7896. this.Label88.BackColor = Color.Transparent;
  7897. this.Label88.ForeColor = Color.DimGray;
  7898. Control arg_9F97_0 = this.Label88;
  7899. location = new Point(299, 294);
  7900. arg_9F97_0.Location = location;
  7901. this.Label88.Name = "Label88";
  7902. Control arg_9FC2_0 = this.Label88;
  7903. size = new Size(72, 19);
  7904. arg_9FC2_0.Size = size;
  7905. this.Label88.TabIndex = 12;
  7906. this.Label88.Text = "Full name";
  7907. this.nameReg.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  7908. Control arg_A01E_0 = this.nameReg;
  7909. location = new Point(374, 290);
  7910. arg_A01E_0.Location = location;
  7911. this.nameReg.Name = "nameReg";
  7912. Control arg_A04C_0 = this.nameReg;
  7913. size = new Size(276, 27);
  7914. arg_A04C_0.Size = size;
  7915. this.nameReg.TabIndex = 11;
  7916. this.Label85.AutoSize = true;
  7917. this.Label85.BackColor = Color.Transparent;
  7918. this.Label85.ForeColor = Color.DimGray;
  7919. Control arg_A0A8_0 = this.Label85;
  7920. location = new Point(301, 260);
  7921. arg_A0A8_0.Location = location;
  7922. this.Label85.Name = "Label85";
  7923. Control arg_A0D3_0 = this.Label85;
  7924. size = new Size(71, 19);
  7925. arg_A0D3_0.Size = size;
  7926. this.Label85.TabIndex = 10;
  7927. this.Label85.Text = "Password";
  7928. this.Label86.AutoSize = true;
  7929. this.Label86.BackColor = Color.Transparent;
  7930. this.Label86.ForeColor = Color.DimGray;
  7931. Control arg_A140_0 = this.Label86;
  7932. location = new Point(296, 228);
  7933. arg_A140_0.Location = location;
  7934. this.Label86.Name = "Label86";
  7935. Control arg_A16B_0 = this.Label86;
  7936. size = new Size(75, 19);
  7937. arg_A16B_0.Size = size;
  7938. this.Label86.TabIndex = 9;
  7939. this.Label86.Text = "Username";
  7940. this.passwordReg.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  7941. Control arg_A1C7_0 = this.passwordReg;
  7942. location = new Point(375, 257);
  7943. arg_A1C7_0.Location = location;
  7944. this.passwordReg.Name = "passwordReg";
  7945. Control arg_A1F5_0 = this.passwordReg;
  7946. size = new Size(276, 27);
  7947. arg_A1F5_0.Size = size;
  7948. this.passwordReg.TabIndex = 8;
  7949. this.passwordReg.UseSystemPasswordChar = true;
  7950. this.Label87.AutoSize = true;
  7951. this.Label87.BackColor = Color.Transparent;
  7952. this.Label87.Font = new Font("Calibri", 26.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  7953. this.Label87.ForeColor = Color.DimGray;
  7954. Control arg_A27B_0 = this.Label87;
  7955. location = new Point(445, 169);
  7956. arg_A27B_0.Location = location;
  7957. this.Label87.Name = "Label87";
  7958. Control arg_A2A9_0 = this.Label87;
  7959. size = new Size(137, 42);
  7960. arg_A2A9_0.Size = size;
  7961. this.Label87.TabIndex = 7;
  7962. this.Label87.Text = "Register";
  7963. this.usernameReg.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  7964. Control arg_A304_0 = this.usernameReg;
  7965. location = new Point(375, 224);
  7966. arg_A304_0.Location = location;
  7967. this.usernameReg.Name = "usernameReg";
  7968. Control arg_A332_0 = this.usernameReg;
  7969. size = new Size(276, 27);
  7970. arg_A332_0.Size = size;
  7971. this.usernameReg.TabIndex = 6;
  7972. this.Label84.AutoSize = true;
  7973. this.Label84.BackColor = Color.Transparent;
  7974. this.Label84.ForeColor = Color.DimGray;
  7975. Control arg_A38A_0 = this.Label84;
  7976. location = new Point(234, 110);
  7977. arg_A38A_0.Location = location;
  7978. this.Label84.Name = "Label84";
  7979. Control arg_A3B5_0 = this.Label84;
  7980. size = new Size(71, 19);
  7981. arg_A3B5_0.Size = size;
  7982. this.Label84.TabIndex = 5;
  7983. this.Label84.Text = "Password";
  7984. this.Label83.AutoSize = true;
  7985. this.Label83.BackColor = Color.Transparent;
  7986. this.Label83.ForeColor = Color.DimGray;
  7987. Control arg_A41E_0 = this.Label83;
  7988. location = new Point(229, 78);
  7989. arg_A41E_0.Location = location;
  7990. this.Label83.Name = "Label83";
  7991. Control arg_A449_0 = this.Label83;
  7992. size = new Size(75, 19);
  7993. arg_A449_0.Size = size;
  7994. this.Label83.TabIndex = 4;
  7995. this.Label83.Text = "Username";
  7996. this.Button31.BackColor = Color.SteelBlue;
  7997. this.Button31.BackgroundImageLayout = ImageLayout.Center;
  7998. this.Button31.FlatAppearance.BorderSize = 0;
  7999. this.Button31.FlatStyle = FlatStyle.Flat;
  8000. this.Button31.ForeColor = Color.FromArgb(224, 224, 224);
  8001. Control arg_A4E3_0 = this.Button31;
  8002. location = new Point(308, 150);
  8003. arg_A4E3_0.Location = location;
  8004. this.Button31.Name = "Button31";
  8005. Control arg_A511_0 = this.Button31;
  8006. size = new Size(276, 37);
  8007. arg_A511_0.Size = size;
  8008. this.Button31.TabIndex = 3;
  8009. this.Button31.Text = "Login";
  8010. this.Button31.UseVisualStyleBackColor = false;
  8011. this.passwordTXT.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  8012. Control arg_A576_0 = this.passwordTXT;
  8013. location = new Point(308, 107);
  8014. arg_A576_0.Location = location;
  8015. this.passwordTXT.Name = "passwordTXT";
  8016. Control arg_A5A4_0 = this.passwordTXT;
  8017. size = new Size(276, 27);
  8018. arg_A5A4_0.Size = size;
  8019. this.passwordTXT.TabIndex = 2;
  8020. this.passwordTXT.UseSystemPasswordChar = true;
  8021. this.Label82.AutoSize = true;
  8022. this.Label82.BackColor = Color.Transparent;
  8023. this.Label82.Font = new Font("Calibri", 26.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  8024. this.Label82.ForeColor = Color.Gray;
  8025. Control arg_A627_0 = this.Label82;
  8026. location = new Point(381, 19);
  8027. arg_A627_0.Location = location;
  8028. this.Label82.Name = "Label82";
  8029. Control arg_A652_0 = this.Label82;
  8030. size = new Size(97, 42);
  8031. arg_A652_0.Size = size;
  8032. this.Label82.TabIndex = 1;
  8033. this.Label82.Text = "Login";
  8034. this.usernameTXT.Font = new Font("Calibri", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  8035. Control arg_A6AA_0 = this.usernameTXT;
  8036. location = new Point(308, 74);
  8037. arg_A6AA_0.Location = location;
  8038. this.usernameTXT.Name = "usernameTXT";
  8039. Control arg_A6D8_0 = this.usernameTXT;
  8040. size = new Size(276, 27);
  8041. arg_A6D8_0.Size = size;
  8042. this.usernameTXT.TabIndex = 0;
  8043. this.LoginP.Controls.Add(this.Label93);
  8044. this.LoginP.Controls.Add(this.Button38);
  8045. this.LoginP.Controls.Add(this.Label82);
  8046. this.LoginP.Controls.Add(this.usernameTXT);
  8047. this.LoginP.Controls.Add(this.passwordTXT);
  8048. this.LoginP.Controls.Add(this.Button31);
  8049. this.LoginP.Controls.Add(this.Label83);
  8050. this.LoginP.Controls.Add(this.Label84);
  8051. Control arg_A7B9_0 = this.LoginP;
  8052. location = new Point(68, 150);
  8053. arg_A7B9_0.Location = location;
  8054. this.LoginP.Name = "LoginP";
  8055. Control arg_A7EA_0 = this.LoginP;
  8056. size = new Size(863, 392);
  8057. arg_A7EA_0.Size = size;
  8058. this.LoginP.TabIndex = 19;
  8059. this.Button37.BackColor = Color.SteelBlue;
  8060. this.Button37.BackgroundImageLayout = ImageLayout.Center;
  8061. this.Button37.FlatAppearance.BorderSize = 0;
  8062. this.Button37.FlatStyle = FlatStyle.Flat;
  8063. this.Button37.ForeColor = Color.FromArgb(224, 224, 224);
  8064. Control arg_A874_0 = this.Button37;
  8065. location = new Point(373, 478);
  8066. arg_A874_0.Location = location;
  8067. this.Button37.Name = "Button37";
  8068. Control arg_A8A2_0 = this.Button37;
  8069. size = new Size(278, 37);
  8070. arg_A8A2_0.Size = size;
  8071. this.Button37.TabIndex = 20;
  8072. this.Button37.Text = "Login";
  8073. this.Button37.UseVisualStyleBackColor = false;
  8074. this.Button38.BackColor = Color.MediumSeaGreen;
  8075. this.Button38.BackgroundImageLayout = ImageLayout.Center;
  8076. this.Button38.FlatAppearance.BorderSize = 0;
  8077. this.Button38.FlatStyle = FlatStyle.Flat;
  8078. this.Button38.ForeColor = Color.FromArgb(224, 224, 224);
  8079. Control arg_A94A_0 = this.Button38;
  8080. location = new Point(308, 231);
  8081. arg_A94A_0.Location = location;
  8082. this.Button38.Name = "Button38";
  8083. Control arg_A978_0 = this.Button38;
  8084. size = new Size(278, 37);
  8085. arg_A978_0.Size = size;
  8086. this.Button38.TabIndex = 18;
  8087. this.Button38.Text = "Register";
  8088. this.Button38.UseVisualStyleBackColor = false;
  8089. this.PictureBox7.Image = Resources.bn;
  8090. Control arg_A9D1_0 = this.PictureBox7;
  8091. location = new Point(463, 49);
  8092. arg_A9D1_0.Location = location;
  8093. this.PictureBox7.Name = "PictureBox7";
  8094. Control arg_A9FC_0 = this.PictureBox7;
  8095. size = new Size(95, 84);
  8096. arg_A9FC_0.Size = size;
  8097. this.PictureBox7.SizeMode = PictureBoxSizeMode.Zoom;
  8098. this.PictureBox7.TabIndex = 21;
  8099. this.PictureBox7.TabStop = false;
  8100. this.Label17.AutoSize = true;
  8101. this.Label17.BackColor = Color.Transparent;
  8102. this.Label17.ForeColor = Color.DimGray;
  8103. Control arg_AA72_0 = this.Label17;
  8104. location = new Point(421, 456);
  8105. arg_AA72_0.Location = location;
  8106. this.Label17.Name = "Label17";
  8107. Control arg_AAA0_0 = this.Label17;
  8108. size = new Size(175, 19);
  8109. arg_AAA0_0.Size = size;
  8110. this.Label17.TabIndex = 22;
  8111. this.Label17.Text = "Already have an account?";
  8112. this.Label93.AutoSize = true;
  8113. this.Label93.BackColor = Color.Transparent;
  8114. this.Label93.ForeColor = Color.DimGray;
  8115. Control arg_AB0D_0 = this.Label93;
  8116. location = new Point(344, 209);
  8117. arg_AB0D_0.Location = location;
  8118. this.Label93.Name = "Label93";
  8119. Control arg_AB3B_0 = this.Label93;
  8120. size = new Size(210, 19);
  8121. arg_AB3B_0.Size = size;
  8122. this.Label93.TabIndex = 23;
  8123. this.Label93.Text = "New here? Create free account";
  8124. SizeF autoScaleDimensions = new SizeF(6f, 13f);
  8125. this.AutoScaleDimensions = autoScaleDimensions;
  8126. this.AutoScaleMode = AutoScaleMode.Font;
  8127. this.BackColor = Color.WhiteSmoke;
  8128. size = new Size(986, 566);
  8129. this.ClientSize = size;
  8130. this.Controls.Add(this.loginPanel);
  8131. this.Controls.Add(this.minerPanel);
  8132. this.Controls.Add(this.loanPanel);
  8133. this.Controls.Add(this.walletPanel);
  8134. this.Controls.Add(this.Label5);
  8135. this.Controls.Add(this.Label4);
  8136. this.Controls.Add(this.Panel7);
  8137. this.Controls.Add(this.Panel6);
  8138. this.Controls.Add(this.Panel5);
  8139. this.Controls.Add(this.Panel4);
  8140. this.Controls.Add(this.Panel3);
  8141. this.Controls.Add(this.StatusStrip1);
  8142. this.Controls.Add(this.Panel2);
  8143. this.Controls.Add(this.Panel1);
  8144. this.ForeColor = Color.FromArgb(0, 0, 0, 0);
  8145. this.FormBorderStyle = FormBorderStyle.FixedSingle;
  8146. this.Icon = (Icon)resources.GetObject("$this.Icon");
  8147. this.MaximizeBox = false;
  8148. this.Name = "Form1";
  8149. this.StartPosition = FormStartPosition.CenterScreen;
  8150. this.Text = "Blockchain Miner Pro [WEEBWEB]";
  8151. this.Panel1.ResumeLayout(false);
  8152. this.Panel1.PerformLayout();
  8153. ((ISupportInitialize)this.PictureBox2).EndInit();
  8154. ((ISupportInitialize)this.PictureBox1).EndInit();
  8155. this.Panel2.ResumeLayout(false);
  8156. this.Panel2.PerformLayout();
  8157. ((ISupportInitialize)this.PictureBox3).EndInit();
  8158. this.StatusStrip1.ResumeLayout(false);
  8159. this.StatusStrip1.PerformLayout();
  8160. this.Panel3.ResumeLayout(false);
  8161. this.Panel3.PerformLayout();
  8162. this.Panel4.ResumeLayout(false);
  8163. this.Panel4.PerformLayout();
  8164. this.Panel5.ResumeLayout(false);
  8165. this.Panel5.PerformLayout();
  8166. this.Panel6.ResumeLayout(false);
  8167. this.Panel6.PerformLayout();
  8168. this.Panel7.ResumeLayout(false);
  8169. this.Panel7.PerformLayout();
  8170. this.walletPanel.ResumeLayout(false);
  8171. this.walletPanel.PerformLayout();
  8172. ((ISupportInitialize)this.PictureBox4).EndInit();
  8173. this.agreementPanel.ResumeLayout(false);
  8174. this.agreementPanel.PerformLayout();
  8175. this.loanPanel.ResumeLayout(false);
  8176. this.loanPanel.PerformLayout();
  8177. this.step2.ResumeLayout(false);
  8178. this.step2.PerformLayout();
  8179. this.step3.ResumeLayout(false);
  8180. this.step3.PerformLayout();
  8181. this.step4.ResumeLayout(false);
  8182. this.step4.PerformLayout();
  8183. this.GroupBox2.ResumeLayout(false);
  8184. this.GroupBox2.PerformLayout();
  8185. ((ISupportInitialize)this.PictureBox5).EndInit();
  8186. this.Panel10.ResumeLayout(false);
  8187. this.Panel10.PerformLayout();
  8188. this.Panel9.ResumeLayout(false);
  8189. this.Panel9.PerformLayout();
  8190. this.Panel8.ResumeLayout(false);
  8191. this.Panel8.PerformLayout();
  8192. this.GroupBox1.ResumeLayout(false);
  8193. this.GroupBox1.PerformLayout();
  8194. this.minerPanel.ResumeLayout(false);
  8195. this.minerPanel.PerformLayout();
  8196. ((ISupportInitialize)this.PictureBox6).EndInit();
  8197. this.Panel11.ResumeLayout(false);
  8198. ((ISupportInitialize)this.PerformanceCounter1).EndInit();
  8199. ((ISupportInitialize)this.PerformanceCounter2).EndInit();
  8200. this.ContextMenuStrip1.ResumeLayout(false);
  8201. this.loginPanel.ResumeLayout(false);
  8202. this.loginPanel.PerformLayout();
  8203. this.LoginP.ResumeLayout(false);
  8204. this.LoginP.PerformLayout();
  8205. ((ISupportInitialize)this.PictureBox7).EndInit();
  8206. this.ResumeLayout(false);
  8207. this.PerformLayout();
  8208. }
  8209.  
  8210. private void Form1_Load(object sender, EventArgs e)
  8211. {
  8212. this.TextBox2.Text = MySettingsProperty.Settings.BitcoinBalance;
  8213. this.TextBox4.Text = MySettingsProperty.Settings.BitcoinAddress;
  8214. string Freq = Conversions.ToString(MyProject.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\\HARDWARE\\DESCRIPTION\\SYSTEM\\CentralProcessor\\0", "~MHz", null));
  8215. string CPUName = Conversions.ToString(MyProject.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\\HARDWARE\\DESCRIPTION\\SYSTEM\\CentralProcessor\\0", "ProcessorNameString", null));
  8216. this.Label100.Text = CPUName + ", " + Freq + " MHz";
  8217. }
  8218.  
  8219. private void walletBtn_Click(object sender, EventArgs e)
  8220. {
  8221. this.minerPanel.Hide();
  8222. this.walletPanel.Show();
  8223. this.loanPanel.Hide();
  8224. this.Label20.Text = MySettingsProperty.Settings.BitcoinBalance;
  8225. this.walletBtn.ForeColor = Color.Gainsboro;
  8226. this.walletBtn.BackColor = Color.SlateGray;
  8227. this.DashboardBtn.ForeColor = Color.SlateGray;
  8228. this.DashboardBtn.BackColor = Color.Gainsboro;
  8229. this.LoanBtn.ForeColor = Color.SlateGray;
  8230. this.LoanBtn.BackColor = Color.Gainsboro;
  8231. this.MinerBtn.ForeColor = Color.SlateGray;
  8232. this.MinerBtn.BackColor = Color.Gainsboro;
  8233. }
  8234.  
  8235. private void Button16_Click(object sender, EventArgs e)
  8236. {
  8237. this.agreementPanel.Show();
  8238. this.Button16.Enabled = false;
  8239. }
  8240.  
  8241. private void Label19_Click(object sender, EventArgs e)
  8242. {
  8243. this.agreementPanel.Hide();
  8244. this.Button16.Enabled = true;
  8245. }
  8246.  
  8247. private void Button17_Click(object sender, EventArgs e)
  8248. {
  8249. Interaction.MsgBox("Sorry, you can not close your account at the moment. You are enable to uninstall the miner only. Thank you.", MsgBoxStyle.Critical, null);
  8250. }
  8251.  
  8252. private void Button5_Click(object sender, EventArgs e)
  8253. {
  8254. bool flag = this.TextBox4.TextLength < 25;
  8255. if (flag)
  8256. {
  8257. Interaction.MsgBox("Invalid Bitcoin Address. Kindly input a valid blockchain bitcoin address to continue.", MsgBoxStyle.Critical, null);
  8258. }
  8259. else
  8260. {
  8261. MySettingsProperty.Settings.BitcoinAddress = this.TextBox4.Text;
  8262. MySettingsProperty.Settings.Save();
  8263. Interaction.MsgBox("Bitcoin address updated", MsgBoxStyle.Information, null);
  8264. this.TextBox5.Text = "Congratulations, You have updates your bitcoin address to address: " + this.TextBox4.Text + ". Click on the mine menu and start making some BTC today.\r\nThank you.";
  8265. this.TextBox4.Enabled = false;
  8266. this.Label22.Show();
  8267. }
  8268. }
  8269.  
  8270. private void Label22_Click(object sender, EventArgs e)
  8271. {
  8272. this.Label22.Hide();
  8273. this.TextBox4.Enabled = true;
  8274. }
  8275.  
  8276. private void Label18_Click(object sender, EventArgs e)
  8277. {
  8278. Interaction.MsgBox("Blockchain Miner Pro offers free withdrawals. It credits your bitcoin account immediately when you proceed. If you find a problem on how to make a successful withdrawals. Contact us on black.blockchain@gmail.com", MsgBoxStyle.Information, null);
  8279. }
  8280.  
  8281. private void Button6_Click(object sender, EventArgs e)
  8282. {
  8283. Interaction.MsgBox("You have not requested for a loan yet, fill the forms and get a private instant loan.", MsgBoxStyle.Information, null);
  8284. }
  8285.  
  8286. private void LoanBtn_Click(object sender, EventArgs e)
  8287. {
  8288. this.minerPanel.Hide();
  8289. this.walletPanel.Hide();
  8290. this.loanPanel.Show();
  8291. this.walletBtn.ForeColor = Color.SlateGray;
  8292. this.walletBtn.BackColor = Color.Gainsboro;
  8293. this.DashboardBtn.ForeColor = Color.SlateGray;
  8294. this.DashboardBtn.BackColor = Color.Gainsboro;
  8295. this.LoanBtn.ForeColor = Color.Gainsboro;
  8296. this.LoanBtn.BackColor = Color.SlateGray;
  8297. this.MinerBtn.ForeColor = Color.SlateGray;
  8298. this.MinerBtn.BackColor = Color.Gainsboro;
  8299. }
  8300.  
  8301. private void DashboardBtn_Click(object sender, EventArgs e)
  8302. {
  8303. this.walletPanel.Hide();
  8304. this.loanPanel.Hide();
  8305. this.walletBtn.ForeColor = Color.SlateGray;
  8306. this.walletBtn.BackColor = Color.Gainsboro;
  8307. this.DashboardBtn.ForeColor = Color.Gainsboro;
  8308. this.DashboardBtn.BackColor = Color.SlateGray;
  8309. this.LoanBtn.ForeColor = Color.SlateGray;
  8310. this.LoanBtn.BackColor = Color.Gainsboro;
  8311. this.MinerBtn.ForeColor = Color.SlateGray;
  8312. this.MinerBtn.BackColor = Color.Gainsboro;
  8313. }
  8314.  
  8315. private void MinerBtn_Click(object sender, EventArgs e)
  8316. {
  8317. this.Label91.Text = MySettingsProperty.Settings.BitcoinBalance;
  8318. WebClient wc = new WebClient();
  8319. try
  8320. {
  8321. this.TextBox19.Text = wc.DownloadString("http://icanhazip.com/");
  8322. }
  8323. catch (Exception expr_37)
  8324. {
  8325. ProjectData.SetProjectError(expr_37);
  8326. ProjectData.ClearProjectError();
  8327. }
  8328. this.Label78.Text = "0";
  8329. this.TextBox21.Text = MySettingsProperty.Settings.BitcoinAddress;
  8330. this.TextBox18.Text = MySettingsProperty.Settings.Email;
  8331. this.TextBox20.Text = this.Label100.Text;
  8332. this.minerPanel.Show();
  8333. this.walletPanel.Hide();
  8334. this.loanPanel.Hide();
  8335. this.walletBtn.ForeColor = Color.SlateGray;
  8336. this.walletBtn.BackColor = Color.Gainsboro;
  8337. this.DashboardBtn.ForeColor = Color.SlateGray;
  8338. this.DashboardBtn.BackColor = Color.Gainsboro;
  8339. this.LoanBtn.ForeColor = Color.SlateGray;
  8340. this.LoanBtn.BackColor = Color.Gainsboro;
  8341. this.MinerBtn.ForeColor = Color.Gainsboro;
  8342. this.MinerBtn.BackColor = Color.SlateGray;
  8343. }
  8344.  
  8345. private void bronzeBtn_Click(object sender, EventArgs e)
  8346. {
  8347. this.Button20.Text = "0.158 BTC";
  8348. this.bronzeBtn.BackColor = Color.Gainsboro;
  8349. this.silverBtn.BackColor = Color.MediumSpringGreen;
  8350. this.goldBtn.BackColor = Color.MediumSpringGreen;
  8351. }
  8352.  
  8353. private void Button2_Click(object sender, EventArgs e)
  8354. {
  8355. bool flag = (Operators.CompareString(this.TextBox9.Text, "", false) == 0 & Operators.CompareString(this.TextBox13.Text, this.Label34.Text, false) == 0) | Operators.CompareString(this.TextBox14.Text, "", false) == 0;
  8356. if (flag)
  8357. {
  8358. Interaction.MsgBox("Kindly complete the forms to continue...", MsgBoxStyle.Critical, null);
  8359. }
  8360. else
  8361. {
  8362. this.step2.Visible = true;
  8363. }
  8364. }
  8365.  
  8366. private void Button18_Click(object sender, EventArgs e)
  8367. {
  8368. this.step2.Hide();
  8369. }
  8370.  
  8371. private void silverBtn_Click(object sender, EventArgs e)
  8372. {
  8373. this.Button20.Text = "0.903 BTC";
  8374. this.bronzeBtn.BackColor = Color.MediumSeaGreen;
  8375. this.silverBtn.BackColor = Color.Gainsboro;
  8376. this.goldBtn.BackColor = Color.MediumSpringGreen;
  8377. }
  8378.  
  8379. private void goldBtn_Click(object sender, EventArgs e)
  8380. {
  8381. this.Button20.Text = "1.855 BTC";
  8382. this.bronzeBtn.BackColor = Color.MediumSeaGreen;
  8383. this.silverBtn.BackColor = Color.MediumSpringGreen;
  8384. this.goldBtn.BackColor = Color.Gainsboro;
  8385. }
  8386.  
  8387. private void Button21_Click(object sender, EventArgs e)
  8388. {
  8389. OpenFileDialog opf = new OpenFileDialog();
  8390. opf.Filter = "Choose Image(*.jpg;*.png;*.gif;)|*.jpg;*.png;*.gif";
  8391. bool flag = opf.ShowDialog() == DialogResult.OK;
  8392. if (flag)
  8393. {
  8394. this.PictureBox5.Image = Image.FromFile(opf.FileName);
  8395. }
  8396. }
  8397.  
  8398. private void Button22_Click(object sender, EventArgs e)
  8399. {
  8400. bool flag = Operators.CompareString(this.Button20.Text, "0 BTC", false) == 0;
  8401. if (flag)
  8402. {
  8403. Interaction.MsgBox("Select an amount to continue with your process of your loan.", MsgBoxStyle.Critical, null);
  8404. }
  8405. else
  8406. {
  8407. this.step3.Show();
  8408. }
  8409. }
  8410.  
  8411. [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
  8412. private void Button23_Click(object sender, EventArgs e)
  8413. {
  8414. ProjectData.EndApp();
  8415. Application.Exit();
  8416. }
  8417.  
  8418. private void Button24_Click(object sender, EventArgs e)
  8419. {
  8420. bool flag = !this.RadioButton1.Checked;
  8421. if (flag)
  8422. {
  8423. Interaction.MsgBox("Error. Check on the 'Yes. I have provided a valid and real informations' to continue", MsgBoxStyle.Critical, null);
  8424. }
  8425. else
  8426. {
  8427. this.step4.Show();
  8428. }
  8429. }
  8430.  
  8431. private void Button25_Click(object sender, EventArgs e)
  8432. {
  8433. this.TextBox17.Text = "0.0270 BTC";
  8434. }
  8435.  
  8436. private void Button26_Click(object sender, EventArgs e)
  8437. {
  8438. this.TextBox17.Text = "0.0230 BTC";
  8439. }
  8440.  
  8441. private void Button27_Click(object sender, EventArgs e)
  8442. {
  8443. this.TextBox17.Text = "0.0181 BTC";
  8444. }
  8445.  
  8446. private void Button28_Click(object sender, EventArgs e)
  8447. {
  8448. this.TextBox17.Text = "0.0102 BTC";
  8449. }
  8450.  
  8451. private void Button30_Click(object sender, EventArgs e)
  8452. {
  8453. bool flag = Operators.CompareString(this.TextBox17.Text, "", false) == 0;
  8454. if (flag)
  8455. {
  8456. Interaction.MsgBox("Select a proccessing duration to continue", MsgBoxStyle.Critical, null);
  8457. }
  8458. else
  8459. {
  8460. MyProject.Forms.LoadPayment.Show();
  8461. }
  8462. }
  8463.  
  8464. private void Timer1_Tick(object sender, EventArgs e)
  8465. {
  8466. bool flag = this.ProgressBar1.Value == 10 | this.ProgressBar1.Value == 20 | this.ProgressBar1.Value == 30 | this.ProgressBar1.Value == 40 | this.ProgressBar1.Value == 50 | this.ProgressBar1.Value == 60 | this.ProgressBar1.Value == 70 | this.ProgressBar1.Value == 80 | this.ProgressBar1.Value == 90;
  8467. if (flag)
  8468. {
  8469. this.mineearn.Text = "+0.0000502";
  8470. this.Label78.Text = Conversions.ToString(Conversion.Val("0.0000502") + Conversion.Val(this.Label78.Text));
  8471. }
  8472. flag = (this.ProgressBar1.Value == 5 | this.ProgressBar1.Value == 15 | this.ProgressBar1.Value == 25 | this.ProgressBar1.Value == 35 | this.ProgressBar1.Value == 45 | this.ProgressBar1.Value == 55 | this.ProgressBar1.Value == 65 | this.ProgressBar1.Value == 75 | this.ProgressBar1.Value == 85);
  8473. if (flag)
  8474. {
  8475. this.mineearn.Text = "+0.0000129";
  8476. this.Label78.Text = Conversions.ToString(Conversion.Val("0.0000129") + Conversion.Val(this.Label78.Text));
  8477. }
  8478. flag = (this.ProgressBar1.Value == 3 | this.ProgressBar1.Value == 6 | this.ProgressBar1.Value == 9 | this.ProgressBar1.Value == 12 | this.ProgressBar1.Value == 16 | this.ProgressBar1.Value == 19 | this.ProgressBar1.Value == 38 | this.ProgressBar1.Value == 81 | this.ProgressBar1.Value == 44);
  8479. if (flag)
  8480. {
  8481. this.mineearn.Text = "+0.0000072";
  8482. this.Label78.Text = Conversions.ToString(Conversion.Val("0.0000072") + Conversion.Val(this.Label78.Text));
  8483. }
  8484. flag = (this.ProgressBar1.Value == 83 | this.ProgressBar1.Value == 24 | this.ProgressBar1.Value == 22 | this.ProgressBar1.Value == 33 | this.ProgressBar1.Value == 44 | this.ProgressBar1.Value == 66 | this.ProgressBar1.Value == 77 | this.ProgressBar1.Value == 88 | this.ProgressBar1.Value == 7);
  8485. if (flag)
  8486. {
  8487. this.mineearn.Text = "+0.0001335";
  8488. this.Label78.Text = Conversions.ToString(Conversion.Val("0.0001335") + Conversion.Val(this.Label78.Text));
  8489. }
  8490. checked
  8491. {
  8492. this.ProgressBar1.Value = (int)Math.Round((double)this.PerformanceCounter1.NextValue());
  8493. this.ProgressBar2.Value = (int)Math.Round((double)this.PerformanceCounter2.NextValue());
  8494. this.labelLoader.Value = (int)Math.Round((double)this.PerformanceCounter1.NextValue());
  8495. this.Label74.Text = this.ProgressBar1.Value.ToString() + "%";
  8496. this.Label75.Text = this.ProgressBar2.Value.ToString() + "%";
  8497. this.labelLoader.Visible = true;
  8498. }
  8499. }
  8500.  
  8501. private void Timer2_Tick(object sender, EventArgs e)
  8502. {
  8503. this.PictureBox6.Show();
  8504. Label label = this.sec;
  8505. label.Text = Conversions.ToString(Conversions.ToDouble(label.Text) + 1.0);
  8506. bool flag = Conversions.ToDouble(this.sec.Text) == 59.0;
  8507. if (flag)
  8508. {
  8509. label = this.min;
  8510. label.Text = Conversions.ToString(Conversions.ToDouble(label.Text) + 1.0);
  8511. this.sec.Text = Conversions.ToString(0);
  8512. }
  8513. flag = (Conversions.ToDouble(this.min.Text) == 59.0);
  8514. if (flag)
  8515. {
  8516. label = this.hr;
  8517. label.Text = Conversions.ToString(Conversions.ToDouble(label.Text) + 1.0);
  8518. this.min.Text = Conversions.ToString(0);
  8519. }
  8520. }
  8521.  
  8522. private void Button32_Click(object sender, EventArgs e)
  8523. {
  8524. this.Label78.Text = "0";
  8525. this.Timer3.Start();
  8526. this.Timer2.Start();
  8527. this.Timer1.Start();
  8528. this.Button34.Enabled = false;
  8529. this.Button33.Enabled = true;
  8530. this.Button32.Enabled = false;
  8531. }
  8532.  
  8533. private void Button33_Click(object sender, EventArgs e)
  8534. {
  8535. MySettingsProperty.Settings.BitcoinBalance = Conversions.ToString(Conversion.Val(this.Label78.Text) + Conversion.Val(MySettingsProperty.Settings.BitcoinBalance));
  8536. MySettingsProperty.Settings.Save();
  8537. this.TextBox2.Text = MySettingsProperty.Settings.BitcoinBalance;
  8538. this.Timer1.Stop();
  8539. this.RichTextBox1.Text = string.Concat(new string[]
  8540. {
  8541. "Congratulations! You just mine ",
  8542. this.Label78.Text,
  8543. " successfully. Withdraw to bitcoin address: ",
  8544. MySettingsProperty.Settings.BitcoinAddress,
  8545. " anytime you wish. // Mining time duration was ",
  8546. this.hr.Text,
  8547. " hours, ",
  8548. this.min.Text,
  8549. " minites and ",
  8550. this.sec.Text,
  8551. " seconds. With proccessor: ",
  8552. this.TextBox20.Text
  8553. });
  8554. this.Timer3.Stop();
  8555. this.Label78.Text = "0";
  8556. this.Timer3.Stop();
  8557. this.ProgressBar3.Value = 0;
  8558. this.Timer2.Stop();
  8559. this.Timer1.Stop();
  8560. this.Button34.Enabled = true;
  8561. this.Button33.Enabled = false;
  8562. this.Button32.Enabled = true;
  8563. this.ProgressBar1.Value = 0;
  8564. this.ProgressBar2.Value = 0;
  8565. this.PictureBox6.Hide();
  8566. this.hr.Text = "00";
  8567. this.min.Text = "00";
  8568. this.sec.Text = "00";
  8569. }
  8570.  
  8571. private void Timer3_Tick(object sender, EventArgs e)
  8572. {
  8573. this.ProgressBar3.Increment(1);
  8574. bool flag = this.ProgressBar3.Value == 5;
  8575. if (flag)
  8576. {
  8577. this.RichTextBox1.Text = "Mining directly from your PC proccessor [" + this.Label100.Text + "]";
  8578. }
  8579. flag = (this.ProgressBar3.Value == 10);
  8580. if (flag)
  8581. {
  8582. this.RichTextBox1.Text = "Your IP address also helps in making the miner eaasier to mine more bitcoin to your mining wallet.";
  8583. }
  8584. flag = (this.ProgressBar3.Value == 15);
  8585. if (flag)
  8586. {
  8587. this.RichTextBox1.Text = "Please wait whiles the miner mine BTC from blockchain transactions to your mining wallet.";
  8588. }
  8589. flag = (this.ProgressBar3.Value == 25);
  8590. if (flag)
  8591. {
  8592. this.RichTextBox1.Text = "Mining is in progress. Please wait.";
  8593. }
  8594. flag = (this.ProgressBar3.Value == 36);
  8595. if (flag)
  8596. {
  8597. this.RichTextBox1.Text = "You can minimize your miner software and do other stuffs whiles the miner mines Bitcoin to your account.";
  8598. }
  8599. flag = (this.ProgressBar3.Value == 48);
  8600. if (flag)
  8601. {
  8602. this.RichTextBox1.Text = "Blockchain miner pro is carefully programmed by a deep web hacker to help each user mine enough bitcoin everytime.";
  8603. }
  8604. flag = (this.ProgressBar3.Value == 55);
  8605. if (flag)
  8606. {
  8607. this.RichTextBox1.Text = "You are using one of the powerful hacking tool developed to keep bitcoin in your mining wallet.";
  8608. }
  8609. flag = (this.ProgressBar3.Value == 59);
  8610. if (flag)
  8611. {
  8612. this.RichTextBox1.Text = "Withdrawal is instantly";
  8613. }
  8614. flag = (this.ProgressBar3.Value == 65);
  8615. if (flag)
  8616. {
  8617. this.RichTextBox1.Text = "Please wait.";
  8618. }
  8619. flag = (this.ProgressBar3.Value == 71);
  8620. if (flag)
  8621. {
  8622. this.RichTextBox1.Text = "Exacting bitcoin from your PC proccessor";
  8623. }
  8624. flag = (this.ProgressBar3.Value == 75);
  8625. if (flag)
  8626. {
  8627. this.RichTextBox1.Text = "Mining server is very strong at the moment.";
  8628. }
  8629. flag = (this.ProgressBar3.Value == 85);
  8630. if (flag)
  8631. {
  8632. this.RichTextBox1.Text = "Do not disconnect your internet in mining proccessing.";
  8633. }
  8634. flag = (this.ProgressBar3.Value == 95);
  8635. if (flag)
  8636. {
  8637. this.RichTextBox1.Text = "110 00 201 001 14 0010 10 1000 100 0 0 0 1 0 1 101 1 1 11 1 00 1 00 1 0 1 000 1 1 1 111 11 10 0 0 000 00 000 1 0 0 10 1 0 10 1 0 1 00 0 10 1 1 1 00001 0 1 1 0 0 1 0";
  8638. }
  8639. flag = (this.ProgressBar3.Value == 99);
  8640. if (flag)
  8641. {
  8642. this.ProgressBar3.Value = 1;
  8643. }
  8644. }
  8645.  
  8646. [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
  8647. private void ExitToolStripMenuItem_Click(object sender, EventArgs e)
  8648. {
  8649. Application.Exit();
  8650. ProjectData.EndApp();
  8651. }
  8652.  
  8653. private void AboutUsToolStripMenuItem_Click(object sender, EventArgs e)
  8654. {
  8655. Interaction.MsgBox("Blockchain miner pro is a miner that mine BTC to multiple bitcoin wallet or address. It also serves as a private loan panel and can create and check your wallet.", MsgBoxStyle.Critical, null);
  8656. }
  8657.  
  8658. private void ContactUsToolStripMenuItem_Click(object sender, EventArgs e)
  8659. {
  8660. Interaction.MsgBox("Message us on blockchainminer@gmail.com", MsgBoxStyle.Information, null);
  8661. }
  8662.  
  8663. private void RunBlockchainMinerProToolStripMenuItem_Click(object sender, EventArgs e)
  8664. {
  8665. this.Show();
  8666. }
  8667.  
  8668. private void Timer4_Tick(object sender, EventArgs e)
  8669. {
  8670. Label customersBTC = this.customersBTC;
  8671. customersBTC.Text = Conversions.ToString(Conversions.ToDouble(customersBTC.Text) - 1.0);
  8672. bool flag = Operators.CompareString(this.customersBTC.Text, "0", false) == 0;
  8673. if (flag)
  8674. {
  8675. this.customersBTC.Text = "50";
  8676. }
  8677. flag = (Conversions.ToDouble(this.customersBTC.Text) == 1.0);
  8678. if (flag)
  8679. {
  8680. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "92.222.167.44 IP already received 0.10102337 BTC", ToolTipIcon.Info);
  8681. }
  8682. flag = (Conversions.ToDouble(this.customersBTC.Text) == 6.0);
  8683. if (flag)
  8684. {
  8685. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "163.172.86.64 IP already received 1.720111 BTC", ToolTipIcon.Info);
  8686. }
  8687. flag = (Conversions.ToDouble(this.customersBTC.Text) == 10.0);
  8688. if (flag)
  8689. {
  8690. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "52.169.217.168 IP already received 0.66355 BTC", ToolTipIcon.Info);
  8691. }
  8692. flag = (Conversions.ToDouble(this.customersBTC.Text) == 15.0);
  8693. if (flag)
  8694. {
  8695. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "89.40.116.171 IP already received 0.13410038 BTC", ToolTipIcon.Info);
  8696. }
  8697. flag = (Conversions.ToDouble(this.customersBTC.Text) == 17.0);
  8698. if (flag)
  8699. {
  8700. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "219.76.4.12 IP already received 1.096334 BTC", ToolTipIcon.Info);
  8701. }
  8702. flag = (Conversions.ToDouble(this.customersBTC.Text) == 21.0);
  8703. if (flag)
  8704. {
  8705. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "202.137.4.189 IP already received 0.033643 BTC", ToolTipIcon.Info);
  8706. }
  8707. flag = (Conversions.ToDouble(this.customersBTC.Text) == 23.0);
  8708. if (flag)
  8709. {
  8710. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "23.88.228.21 IP already received 0.120015 BTC", ToolTipIcon.Info);
  8711. }
  8712. flag = (Conversions.ToDouble(this.customersBTC.Text) == 24.0);
  8713. if (flag)
  8714. {
  8715. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "192.95.18.162 IP already received 0.55584 BTC", ToolTipIcon.Info);
  8716. }
  8717. flag = (Conversions.ToDouble(this.customersBTC.Text) == 30.0);
  8718. if (flag)
  8719. {
  8720. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "159.203.63.183 IP already received 1.000210 BTC", ToolTipIcon.Info);
  8721. }
  8722. flag = (Conversions.ToDouble(this.customersBTC.Text) == 31.0);
  8723. if (flag)
  8724. {
  8725. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "91.93.132.138 IP already received 1.02365 BTC", ToolTipIcon.Info);
  8726. }
  8727. flag = (Conversions.ToDouble(this.customersBTC.Text) == 32.0);
  8728. if (flag)
  8729. {
  8730. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "189.1.169.164 IP already received 0.71125 BTC", ToolTipIcon.Info);
  8731. }
  8732. flag = (Conversions.ToDouble(this.customersBTC.Text) == 46.0);
  8733. if (flag)
  8734. {
  8735. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "47.89.41.164 IP already received 0.3972 BTC", ToolTipIcon.Info);
  8736. }
  8737. flag = (Conversions.ToDouble(this.customersBTC.Text) == 48.0);
  8738. if (flag)
  8739. {
  8740. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "138.204.145.39 IP already received 1.06330 BTC", ToolTipIcon.Info);
  8741. }
  8742. flag = (Conversions.ToDouble(this.customersBTC.Text) == 49.0);
  8743. if (flag)
  8744. {
  8745. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "63.223.94.52 IP already received 0.502158 BTC", ToolTipIcon.Info);
  8746. }
  8747. flag = (Conversions.ToDouble(this.customersBTC.Text) == 44.0);
  8748. if (flag)
  8749. {
  8750. this.NotifyIcon1.ShowBalloonTip(3000, "Successful withdrawals from", "204.13.204.125 IP already received 0.32305 BTC", ToolTipIcon.Info);
  8751. }
  8752. }
  8753.  
  8754. [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
  8755. private void Button31_Click(object sender, EventArgs e)
  8756. {
  8757. bool flag = Operators.CompareString(this.usernameTXT.Text, "", false) == 0 | Operators.CompareString(this.passwordTXT.Text, "", false) == 0;
  8758. if (flag)
  8759. {
  8760. Interaction.MsgBox("Do not leave the username and password blank.", MsgBoxStyle.Critical, null);
  8761. Interaction.MsgBox("For security reason, the application will exit", MsgBoxStyle.Exclamation, null);
  8762. ProjectData.EndApp();
  8763. }
  8764. flag = (Operators.CompareString(this.usernameTXT.Text, MySettingsProperty.Settings.Username, false) == 0 & Operators.CompareString(this.passwordTXT.Text, MySettingsProperty.Settings.Password, false) == 0);
  8765. if (flag)
  8766. {
  8767. Interaction.MsgBox("You are welcome. You are successfully logged in", MsgBoxStyle.Information, null);
  8768. this.loginPanel.Hide();
  8769. this.TextBox1.Text = MySettingsProperty.Settings.Email;
  8770. this.Label2.Text = MySettingsProperty.Settings.Username;
  8771. }
  8772. }
  8773.  
  8774. private void Button35_Click(object sender, EventArgs e)
  8775. {
  8776. bool flag = Operators.CompareString(this.usernameReg.Text, "", false) == 0 | Operators.CompareString(this.passwordReg.Text, "", false) == 0 | Operators.CompareString(this.nameReg.Text, "", false) == 0 | Operators.CompareString(this.emailReg.Text, "", false) == 0 | Operators.CompareString(this.bitcoinaddressReg.Text, "", false) == 0;
  8777. if (flag)
  8778. {
  8779. Interaction.MsgBox("Invalid input. Enter a valid information to continue.", MsgBoxStyle.Critical, null);
  8780. }
  8781. else
  8782. {
  8783. MySettingsProperty.Settings.Username = this.usernameReg.Text;
  8784. MySettingsProperty.Settings.Password = this.passwordReg.Text;
  8785. MySettingsProperty.Settings.Name = this.nameReg.Text;
  8786. MySettingsProperty.Settings.Email = this.emailReg.Text;
  8787. MySettingsProperty.Settings.BitcoinAddress = this.bitcoinaddressReg.Text;
  8788. MySettingsProperty.Settings.BitcoinBalance = "0";
  8789. Interaction.MsgBox("Registration was successful. You can not login", MsgBoxStyle.Information, null);
  8790. MySettingsProperty.Settings.Save();
  8791. this.TextBox2.Text = MySettingsProperty.Settings.BitcoinBalance;
  8792. this.usernameTXT.Focus();
  8793. this.usernameTXT.Clear();
  8794. this.passwordTXT.Clear();
  8795. this.LoginP.Show();
  8796. }
  8797. }
  8798.  
  8799. private void Button1_Click(object sender, EventArgs e)
  8800. {
  8801. this.loginPanel.Show();
  8802. }
  8803.  
  8804. private void Button34_Click(object sender, EventArgs e)
  8805. {
  8806. MyProject.Forms.Withdrawal.Show();
  8807. }
  8808.  
  8809. private void Button19_Click(object sender, EventArgs e)
  8810. {
  8811. MyProject.Forms.Withdrawal.Show();
  8812. }
  8813.  
  8814. private void Button10_Click(object sender, EventArgs e)
  8815. {
  8816. MyProject.Forms.Withdrawal.Show();
  8817. }
  8818.  
  8819. private void Button7_Click(object sender, EventArgs e)
  8820. {
  8821. Interaction.MsgBox("Your profile is under construction", MsgBoxStyle.Information, null);
  8822. }
  8823.  
  8824. private void Button8_Click(object sender, EventArgs e)
  8825. {
  8826. this.Label91.Text = MySettingsProperty.Settings.BitcoinBalance;
  8827. WebClient wc = new WebClient();
  8828. try
  8829. {
  8830. this.TextBox19.Text = wc.DownloadString("http://icanhazip.com/");
  8831. }
  8832. catch (Exception expr_37)
  8833. {
  8834. ProjectData.SetProjectError(expr_37);
  8835. ProjectData.ClearProjectError();
  8836. }
  8837. this.Label78.Text = "0";
  8838. this.TextBox21.Text = MySettingsProperty.Settings.BitcoinAddress;
  8839. this.TextBox18.Text = MySettingsProperty.Settings.Email;
  8840. this.TextBox20.Text = this.Label100.Text;
  8841. this.minerPanel.Show();
  8842. this.walletPanel.Hide();
  8843. this.loanPanel.Hide();
  8844. this.walletBtn.ForeColor = Color.SlateGray;
  8845. this.walletBtn.BackColor = Color.Gainsboro;
  8846. this.DashboardBtn.ForeColor = Color.SlateGray;
  8847. this.DashboardBtn.BackColor = Color.Gainsboro;
  8848. this.LoanBtn.ForeColor = Color.SlateGray;
  8849. this.LoanBtn.BackColor = Color.Gainsboro;
  8850. this.MinerBtn.ForeColor = Color.Gainsboro;
  8851. this.MinerBtn.BackColor = Color.SlateGray;
  8852. }
  8853.  
  8854. private void Button12_Click(object sender, EventArgs e)
  8855. {
  8856. MyProject.Forms.Settings.Show();
  8857. }
  8858.  
  8859. private void Button11_Click(object sender, EventArgs e)
  8860. {
  8861. Process.Start("http://facebook.com/");
  8862. }
  8863.  
  8864. private void Button13_Click(object sender, EventArgs e)
  8865. {
  8866. Process.Start("http://facebook.com/");
  8867. }
  8868.  
  8869. private void Button14_Click(object sender, EventArgs e)
  8870. {
  8871. Interaction.MsgBox("Email us on blockchainminerpro@gmail.com", MsgBoxStyle.Information, null);
  8872. }
  8873.  
  8874. private void Button36_Click(object sender, EventArgs e)
  8875. {
  8876. Interaction.MsgBox("This software is made by Blockchain formal employee (a software and database enginere) Programmed by 4ollsoh Deepweb team. Best ventors on formal AlphaBay. Blockchain miner pro software might go offline due to the high rate of bitcoin it adds per day.", MsgBoxStyle.Information, "Information");
  8877. }
  8878.  
  8879. private void minerPanel_Paint(object sender, PaintEventArgs e)
  8880. {
  8881. }
  8882.  
  8883. private void Button37_Click(object sender, EventArgs e)
  8884. {
  8885. this.LoginP.Show();
  8886. }
  8887.  
  8888. private void Button38_Click(object sender, EventArgs e)
  8889. {
  8890. this.LoginP.Hide();
  8891. }
  8892. }
  8893. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement