Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.69 KB | None | 0 0
  1. using System;
  2. using System.ComponentModel;
  3. using System.Diagnostics;
  4. using System.Drawing;
  5. using System.Net;
  6. using System.Runtime.CompilerServices;
  7. using System.Windows.Forms;
  8. using Bunifu.Framework.UI;
  9. using Microsoft.VisualBasic.CompilerServices;
  10. using PHPLogin.My;
  11.  
  12. namespace PHPLogin
  13. {
  14. // Token: 0x02000008 RID: 8
  15. [DesignerGenerated]
  16. public class Form1 : Form
  17. {
  18. // Token: 0x06000013 RID: 19 RVA: 0x000022FF File Offset: 0x000004FF
  19. public Form1()
  20. {
  21. base.Load += new EventHandler(this.Form1_Load);
  22. this.wClient = new WebClient();
  23. this.InitializeComponent();
  24. }
  25.  
  26. // Token: 0x06000014 RID: 20 RVA: 0x0000232D File Offset: 0x0000052D
  27. private void Form1_Load(object sender, EventArgs e)
  28. {
  29. }
  30.  
  31. // Token: 0x06000015 RID: 21 RVA: 0x0000232D File Offset: 0x0000052D
  32. private void Button1_Click(object sender, EventArgs e)
  33. {
  34. }
  35.  
  36. // Token: 0x06000016 RID: 22 RVA: 0x0000232D File Offset: 0x0000052D
  37. private void Button2_Click(object sender, EventArgs e)
  38. {
  39. }
  40.  
  41. // Token: 0x06000017 RID: 23 RVA: 0x00002330 File Offset: 0x00000530
  42. private void Button3_Click(object sender, EventArgs e)
  43. {
  44. base.Close();
  45. }
  46.  
  47. // Token: 0x06000018 RID: 24 RVA: 0x0000233C File Offset: 0x0000053C
  48. private void BunifuFlatButton1_Click(object sender, EventArgs e)
  49. {
  50. string left = this.wClient.DownloadString("http://neovpn.esy.es/handler.php?action=login&username=" + this.TextBox1.Text + "&password=" + this.TextBox2.Text);
  51. bool flag = Operators.CompareString(left, "1", false) == 0;
  52. if (flag)
  53. {
  54. MessageBox.Show("Verification 1 Passed.. Verification 2 checking.. please click ok");
  55. MyProject.Forms.Form4.Show();
  56. }
  57. else
  58. {
  59. bool flag2 = Operators.CompareString(left, "0", false) == 0;
  60. if (flag2)
  61. {
  62. MessageBox.Show("Invalid information");
  63. }
  64. }
  65. }
  66.  
  67. // Token: 0x06000019 RID: 25 RVA: 0x000023CC File Offset: 0x000005CC
  68. private void BunifuFlatButton2_Click(object sender, EventArgs e)
  69. {
  70. string left = this.wClient.DownloadString("http://neovpn.esy.es/handler.php?action=register&username=" + this.TextBox1.Text + "&password=" + this.TextBox2.Text);
  71. bool flag = Operators.CompareString(left, "1", false) == 0;
  72. if (flag)
  73. {
  74. MessageBox.Show("Successfully Registered");
  75. }
  76. else
  77. {
  78. bool flag2 = Operators.CompareString(left, "0", false) == 0;
  79. if (flag2)
  80. {
  81. MessageBox.Show("There was an error please try again later.");
  82. }
  83. }
  84. }
  85.  
  86. // Token: 0x0600001A RID: 26 RVA: 0x00002330 File Offset: 0x00000530
  87. private void Button2_Click_1(object sender, EventArgs e)
  88. {
  89. base.Close();
  90. }
  91.  
  92. // Token: 0x0600001B RID: 27 RVA: 0x0000244C File Offset: 0x0000064C
  93. [DebuggerNonUserCode]
  94. protected override void Dispose(bool disposing)
  95. {
  96. try
  97. {
  98. bool flag = disposing && this.components != null;
  99. if (flag)
  100. {
  101. this.components.Dispose();
  102. }
  103. }
  104. finally
  105. {
  106. base.Dispose(disposing);
  107. }
  108. }
  109.  
  110. // Token: 0x0600001C RID: 28 RVA: 0x0000249C File Offset: 0x0000069C
  111. [DebuggerStepThrough]
  112. private void InitializeComponent()
  113. {
  114. this.components = new Container();
  115. ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Form1));
  116. this.Button3 = new Button();
  117. this.Label3 = new Label();
  118. this.BunifuElipse1 = new BunifuElipse(this.components);
  119. this.BunifuFlatButton1 = new BunifuFlatButton();
  120. this.TextBox1 = new BunifuMetroTextbox();
  121. this.TextBox2 = new BunifuMetroTextbox();
  122. this.BunifuFlatButton2 = new BunifuFlatButton();
  123. this.Button1 = new Button();
  124. this.Button2 = new Button();
  125. this.Label1 = new Label();
  126. this.Label2 = new Label();
  127. base.SuspendLayout();
  128. this.Button3.BackColor = Color.FromArgb(64, 64, 64);
  129. this.Button3.Font = new Font("Segoe Print", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  130. this.Button3.ForeColor = Color.FromArgb(0, 192, 0);
  131. this.Button3.Location = new Point(442, -1);
  132. this.Button3.Name = "Button3";
  133. this.Button3.Size = new Size(23, 33);
  134. this.Button3.TabIndex = 6;
  135. this.Button3.Text = "X";
  136. this.Button3.UseVisualStyleBackColor = false;
  137. this.Label3.AutoSize = true;
  138. this.Label3.BackColor = Color.Teal;
  139. this.Label3.Font = new Font("Segoe Print", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  140. this.Label3.Location = new Point(0, -1);
  141. this.Label3.Name = "Label3";
  142. this.Label3.Size = new Size(142, 33);
  143. this.Label3.TabIndex = 7;
  144. this.Label3.Text = "NeoVPN inc. ";
  145. this.BunifuElipse1.ElipseRadius = 5;
  146. this.BunifuElipse1.TargetControl = this;
  147. this.BunifuFlatButton1.Activecolor = Color.FromArgb(0, 192, 192);
  148. this.BunifuFlatButton1.BackColor = Color.FromArgb(46, 139, 87);
  149. this.BunifuFlatButton1.BackgroundImageLayout = ImageLayout.Stretch;
  150. this.BunifuFlatButton1.BorderRadius = 0;
  151. this.BunifuFlatButton1.ButtonText = "Log In";
  152. this.BunifuFlatButton1.Cursor = Cursors.Hand;
  153. this.BunifuFlatButton1.DisabledColor = Color.Gray;
  154. this.BunifuFlatButton1.Font = new Font("Lucida Sans Unicode", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  155. this.BunifuFlatButton1.ForeColor = Color.Coral;
  156. this.BunifuFlatButton1.Iconcolor = Color.Transparent;
  157. this.BunifuFlatButton1.Iconimage = (Image)componentResourceManager.GetObject("BunifuFlatButton1.Iconimage");
  158. this.BunifuFlatButton1.Iconimage_right = null;
  159. this.BunifuFlatButton1.Iconimage_right_Selected = null;
  160. this.BunifuFlatButton1.Iconimage_Selected = null;
  161. this.BunifuFlatButton1.IconMarginLeft = 0;
  162. this.BunifuFlatButton1.IconMarginRight = 0;
  163. this.BunifuFlatButton1.IconRightVisible = true;
  164. this.BunifuFlatButton1.IconRightZoom = 0.0;
  165. this.BunifuFlatButton1.IconVisible = true;
  166. this.BunifuFlatButton1.IconZoom = 90.0;
  167. this.BunifuFlatButton1.IsTab = false;
  168. this.BunifuFlatButton1.Location = new Point(252, 140);
  169. this.BunifuFlatButton1.Margin = new Padding(3, 4, 3, 4);
  170. this.BunifuFlatButton1.Name = "BunifuFlatButton1";
  171. this.BunifuFlatButton1.Normalcolor = Color.FromArgb(46, 139, 87);
  172. this.BunifuFlatButton1.OnHovercolor = Color.FromArgb(36, 129, 77);
  173. this.BunifuFlatButton1.OnHoverTextColor = Color.DarkRed;
  174. this.BunifuFlatButton1.selected = false;
  175. this.BunifuFlatButton1.Size = new Size(124, 37);
  176. this.BunifuFlatButton1.TabIndex = 8;
  177. this.BunifuFlatButton1.Text = "Log In";
  178. this.BunifuFlatButton1.TextAlign = ContentAlignment.MiddleLeft;
  179. this.BunifuFlatButton1.Textcolor = Color.Red;
  180. this.BunifuFlatButton1.TextFont = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  181. this.TextBox1.BorderColorFocused = Color.Blue;
  182. this.TextBox1.BorderColorIdle = Color.FromArgb(64, 64, 64);
  183. this.TextBox1.BorderColorMouseHover = Color.Blue;
  184. this.TextBox1.BorderThickness = 3;
  185. this.TextBox1.Cursor = Cursors.IBeam;
  186. this.TextBox1.Font = new Font("Microsoft Sans Serif", 9.75f);
  187. this.TextBox1.ForeColor = Color.FromArgb(64, 64, 64);
  188. this.TextBox1.isPassword = false;
  189. this.TextBox1.Location = new Point(6, 36);
  190. this.TextBox1.Margin = new Padding(4);
  191. this.TextBox1.Name = "TextBox1";
  192. this.TextBox1.Size = new Size(370, 44);
  193. this.TextBox1.TabIndex = 9;
  194. this.TextBox1.Text = "Username";
  195. this.TextBox1.TextAlign = HorizontalAlignment.Left;
  196. this.TextBox2.BorderColorFocused = Color.Blue;
  197. this.TextBox2.BorderColorIdle = Color.FromArgb(64, 64, 64);
  198. this.TextBox2.BorderColorMouseHover = Color.Blue;
  199. this.TextBox2.BorderThickness = 3;
  200. this.TextBox2.Cursor = Cursors.IBeam;
  201. this.TextBox2.Font = new Font("Microsoft Sans Serif", 9.75f);
  202. this.TextBox2.ForeColor = Color.FromArgb(64, 64, 64);
  203. this.TextBox2.isPassword = true;
  204. this.TextBox2.Location = new Point(6, 88);
  205. this.TextBox2.Margin = new Padding(4);
  206. this.TextBox2.Name = "TextBox2";
  207. this.TextBox2.Size = new Size(370, 44);
  208. this.TextBox2.TabIndex = 10;
  209. this.TextBox2.Text = "Password";
  210. this.TextBox2.TextAlign = HorizontalAlignment.Left;
  211. this.BunifuFlatButton2.Activecolor = Color.FromArgb(0, 192, 192);
  212. this.BunifuFlatButton2.BackColor = Color.FromArgb(46, 139, 87);
  213. this.BunifuFlatButton2.BackgroundImageLayout = ImageLayout.Stretch;
  214. this.BunifuFlatButton2.BorderRadius = 0;
  215. this.BunifuFlatButton2.ButtonText = "Register";
  216. this.BunifuFlatButton2.Cursor = Cursors.Hand;
  217. this.BunifuFlatButton2.DisabledColor = Color.Gray;
  218. this.BunifuFlatButton2.Font = new Font("Lucida Sans Unicode", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  219. this.BunifuFlatButton2.ForeColor = Color.Coral;
  220. this.BunifuFlatButton2.Iconcolor = Color.Transparent;
  221. this.BunifuFlatButton2.Iconimage = (Image)componentResourceManager.GetObject("BunifuFlatButton2.Iconimage");
  222. this.BunifuFlatButton2.Iconimage_right = null;
  223. this.BunifuFlatButton2.Iconimage_right_Selected = null;
  224. this.BunifuFlatButton2.Iconimage_Selected = null;
  225. this.BunifuFlatButton2.IconMarginLeft = 0;
  226. this.BunifuFlatButton2.IconMarginRight = 0;
  227. this.BunifuFlatButton2.IconRightVisible = true;
  228. this.BunifuFlatButton2.IconRightZoom = 0.0;
  229. this.BunifuFlatButton2.IconVisible = true;
  230. this.BunifuFlatButton2.IconZoom = 90.0;
  231. this.BunifuFlatButton2.IsTab = false;
  232. this.BunifuFlatButton2.Location = new Point(6, 140);
  233. this.BunifuFlatButton2.Margin = new Padding(3, 4, 3, 4);
  234. this.BunifuFlatButton2.Name = "BunifuFlatButton2";
  235. this.BunifuFlatButton2.Normalcolor = Color.FromArgb(46, 139, 87);
  236. this.BunifuFlatButton2.OnHovercolor = Color.FromArgb(36, 129, 77);
  237. this.BunifuFlatButton2.OnHoverTextColor = Color.White;
  238. this.BunifuFlatButton2.selected = false;
  239. this.BunifuFlatButton2.Size = new Size(136, 37);
  240. this.BunifuFlatButton2.TabIndex = 11;
  241. this.BunifuFlatButton2.Text = "Register";
  242. this.BunifuFlatButton2.TextAlign = ContentAlignment.MiddleLeft;
  243. this.BunifuFlatButton2.Textcolor = Color.Red;
  244. this.BunifuFlatButton2.TextFont = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  245. this.Button1.Location = new Point(400, 191);
  246. this.Button1.Name = "Button1";
  247. this.Button1.Size = new Size(60, 14);
  248. this.Button1.TabIndex = 12;
  249. this.Button1.Text = "Button1";
  250. this.Button1.UseVisualStyleBackColor = true;
  251. this.Button2.Location = new Point(359, -1);
  252. this.Button2.Name = "Button2";
  253. this.Button2.Size = new Size(31, 23);
  254. this.Button2.TabIndex = 13;
  255. this.Button2.Text = "X";
  256. this.Button2.UseVisualStyleBackColor = true;
  257. this.Label1.AutoSize = true;
  258. this.Label1.BackColor = Color.Teal;
  259. this.Label1.Font = new Font("Segoe Print", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  260. this.Label1.Location = new Point(138, -1);
  261. this.Label1.Name = "Label1";
  262. this.Label1.Size = new Size(0, 33);
  263. this.Label1.TabIndex = 14;
  264. this.Label2.AutoSize = true;
  265. this.Label2.BackColor = Color.Teal;
  266. this.Label2.Font = new Font("Segoe Print", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  267. this.Label2.Location = new Point(138, -1);
  268. this.Label2.Name = "Label2";
  269. this.Label2.Size = new Size(142, 33);
  270. this.Label2.TabIndex = 15;
  271. this.Label2.Text = "NeoVPN inc. ";
  272. base.AutoScaleDimensions = new SizeF(6f, 13f);
  273. base.AutoScaleMode = AutoScaleMode.Font;
  274. base.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  275. this.BackgroundImage = (Image)componentResourceManager.GetObject("$this.BackgroundImage");
  276. base.ClientSize = new Size(393, 188);
  277. base.ControlBox = false;
  278. base.Controls.Add(this.Label2);
  279. base.Controls.Add(this.Label1);
  280. base.Controls.Add(this.Button2);
  281. base.Controls.Add(this.Button1);
  282. base.Controls.Add(this.BunifuFlatButton2);
  283. base.Controls.Add(this.TextBox2);
  284. base.Controls.Add(this.TextBox1);
  285. base.Controls.Add(this.BunifuFlatButton1);
  286. base.Controls.Add(this.Label3);
  287. base.Controls.Add(this.Button3);
  288. this.Cursor = Cursors.IBeam;
  289. base.FormBorderStyle = FormBorderStyle.None;
  290. base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
  291. base.Name = "Form1";
  292. base.StartPosition = FormStartPosition.CenterScreen;
  293. this.Text = "Login Panel";
  294. base.ResumeLayout(false);
  295. base.PerformLayout();
  296. }
  297.  
  298. // Token: 0x1700000A RID: 10
  299. // (get) Token: 0x0600001D RID: 29 RVA: 0x00003125 File Offset: 0x00001325
  300. // (set) Token: 0x0600001E RID: 30 RVA: 0x00003130 File Offset: 0x00001330
  301. internal virtual Button Button3
  302. {
  303. [CompilerGenerated]
  304. get
  305. {
  306. return this._Button3;
  307. }
  308. [CompilerGenerated]
  309. [MethodImpl(MethodImplOptions.Synchronized)]
  310. set
  311. {
  312. EventHandler value2 = new EventHandler(this.Button3_Click);
  313. Button button = this._Button3;
  314. if (button != null)
  315. {
  316. button.Click -= value2;
  317. }
  318. this._Button3 = value;
  319. button = this._Button3;
  320. if (button != null)
  321. {
  322. button.Click += value2;
  323. }
  324. }
  325. }
  326.  
  327. // Token: 0x1700000B RID: 11
  328. // (get) Token: 0x0600001F RID: 31 RVA: 0x00003173 File Offset: 0x00001373
  329. // (set) Token: 0x06000020 RID: 32 RVA: 0x0000317D File Offset: 0x0000137D
  330. internal virtual Label Label3
  331. {
  332. get;
  333. [MethodImpl(MethodImplOptions.Synchronized)]
  334. set;
  335. }
  336.  
  337. // Token: 0x1700000C RID: 12
  338. // (get) Token: 0x06000021 RID: 33 RVA: 0x00003186 File Offset: 0x00001386
  339. // (set) Token: 0x06000022 RID: 34 RVA: 0x00003190 File Offset: 0x00001390
  340. internal virtual BunifuElipse BunifuElipse1
  341. {
  342. get;
  343. [MethodImpl(MethodImplOptions.Synchronized)]
  344. set;
  345. }
  346.  
  347. // Token: 0x1700000D RID: 13
  348. // (get) Token: 0x06000023 RID: 35 RVA: 0x00003199 File Offset: 0x00001399
  349. // (set) Token: 0x06000024 RID: 36 RVA: 0x000031A4 File Offset: 0x000013A4
  350. internal virtual BunifuFlatButton BunifuFlatButton1
  351. {
  352. [CompilerGenerated]
  353. get
  354. {
  355. return this._BunifuFlatButton1;
  356. }
  357. [CompilerGenerated]
  358. [MethodImpl(MethodImplOptions.Synchronized)]
  359. set
  360. {
  361. EventHandler value2 = new EventHandler(this.BunifuFlatButton1_Click);
  362. BunifuFlatButton bunifuFlatButton = this._BunifuFlatButton1;
  363. if (bunifuFlatButton != null)
  364. {
  365. bunifuFlatButton.Click -= value2;
  366. }
  367. this._BunifuFlatButton1 = value;
  368. bunifuFlatButton = this._BunifuFlatButton1;
  369. if (bunifuFlatButton != null)
  370. {
  371. bunifuFlatButton.Click += value2;
  372. }
  373. }
  374. }
  375.  
  376. // Token: 0x1700000E RID: 14
  377. // (get) Token: 0x06000025 RID: 37 RVA: 0x000031E7 File Offset: 0x000013E7
  378. // (set) Token: 0x06000026 RID: 38 RVA: 0x000031F4 File Offset: 0x000013F4
  379. internal virtual BunifuFlatButton BunifuFlatButton2
  380. {
  381. [CompilerGenerated]
  382. get
  383. {
  384. return this._BunifuFlatButton2;
  385. }
  386. [CompilerGenerated]
  387. [MethodImpl(MethodImplOptions.Synchronized)]
  388. set
  389. {
  390. EventHandler value2 = new EventHandler(this.BunifuFlatButton2_Click);
  391. BunifuFlatButton bunifuFlatButton = this._BunifuFlatButton2;
  392. if (bunifuFlatButton != null)
  393. {
  394. bunifuFlatButton.Click -= value2;
  395. }
  396. this._BunifuFlatButton2 = value;
  397. bunifuFlatButton = this._BunifuFlatButton2;
  398. if (bunifuFlatButton != null)
  399. {
  400. bunifuFlatButton.Click += value2;
  401. }
  402. }
  403. }
  404.  
  405. // Token: 0x1700000F RID: 15
  406. // (get) Token: 0x06000027 RID: 39 RVA: 0x00003237 File Offset: 0x00001437
  407. // (set) Token: 0x06000028 RID: 40 RVA: 0x00003241 File Offset: 0x00001441
  408. internal virtual BunifuMetroTextbox TextBox2
  409. {
  410. get;
  411. [MethodImpl(MethodImplOptions.Synchronized)]
  412. set;
  413. }
  414.  
  415. // Token: 0x17000010 RID: 16
  416. // (get) Token: 0x06000029 RID: 41 RVA: 0x0000324A File Offset: 0x0000144A
  417. // (set) Token: 0x0600002A RID: 42 RVA: 0x00003254 File Offset: 0x00001454
  418. internal virtual BunifuMetroTextbox TextBox1
  419. {
  420. get;
  421. [MethodImpl(MethodImplOptions.Synchronized)]
  422. set;
  423. }
  424.  
  425. // Token: 0x17000011 RID: 17
  426. // (get) Token: 0x0600002B RID: 43 RVA: 0x0000325D File Offset: 0x0000145D
  427. // (set) Token: 0x0600002C RID: 44 RVA: 0x00003267 File Offset: 0x00001467
  428. internal virtual Button Button1
  429. {
  430. get;
  431. [MethodImpl(MethodImplOptions.Synchronized)]
  432. set;
  433. }
  434.  
  435. // Token: 0x17000012 RID: 18
  436. // (get) Token: 0x0600002D RID: 45 RVA: 0x00003270 File Offset: 0x00001470
  437. // (set) Token: 0x0600002E RID: 46 RVA: 0x0000327C File Offset: 0x0000147C
  438. internal virtual Button Button2
  439. {
  440. [CompilerGenerated]
  441. get
  442. {
  443. return this._Button2;
  444. }
  445. [CompilerGenerated]
  446. [MethodImpl(MethodImplOptions.Synchronized)]
  447. set
  448. {
  449. EventHandler value2 = new EventHandler(this.Button2_Click_1);
  450. Button button = this._Button2;
  451. if (button != null)
  452. {
  453. button.Click -= value2;
  454. }
  455. this._Button2 = value;
  456. button = this._Button2;
  457. if (button != null)
  458. {
  459. button.Click += value2;
  460. }
  461. }
  462. }
  463.  
  464. // Token: 0x17000013 RID: 19
  465. // (get) Token: 0x0600002F RID: 47 RVA: 0x000032BF File Offset: 0x000014BF
  466. // (set) Token: 0x06000030 RID: 48 RVA: 0x000032C9 File Offset: 0x000014C9
  467. internal virtual Label Label2
  468. {
  469. get;
  470. [MethodImpl(MethodImplOptions.Synchronized)]
  471. set;
  472. }
  473.  
  474. // Token: 0x17000014 RID: 20
  475. // (get) Token: 0x06000031 RID: 49 RVA: 0x000032D2 File Offset: 0x000014D2
  476. // (set) Token: 0x06000032 RID: 50 RVA: 0x000032DC File Offset: 0x000014DC
  477. internal virtual Label Label1
  478. {
  479. get;
  480. [MethodImpl(MethodImplOptions.Synchronized)]
  481. set;
  482. }
  483.  
  484. // Token: 0x0400000B RID: 11
  485. private WebClient wClient;
  486.  
  487. // Token: 0x0400000C RID: 12
  488. private IContainer components;
  489.  
  490. // Token: 0x0400000D RID: 13
  491. [CompilerGenerated, AccessedThroughProperty("Button3")]
  492. private Button _Button3;
  493.  
  494. // Token: 0x0400000E RID: 14
  495. [CompilerGenerated, AccessedThroughProperty("Label3")]
  496. private Label _Label3;
  497.  
  498. // Token: 0x0400000F RID: 15
  499. [CompilerGenerated, AccessedThroughProperty("BunifuElipse1")]
  500. private BunifuElipse _BunifuElipse1;
  501.  
  502. // Token: 0x04000010 RID: 16
  503. [CompilerGenerated, AccessedThroughProperty("BunifuFlatButton1")]
  504. private BunifuFlatButton _BunifuFlatButton1;
  505.  
  506. // Token: 0x04000011 RID: 17
  507. [CompilerGenerated, AccessedThroughProperty("BunifuFlatButton2")]
  508. private BunifuFlatButton _BunifuFlatButton2;
  509.  
  510. // Token: 0x04000012 RID: 18
  511. [CompilerGenerated, AccessedThroughProperty("TextBox2")]
  512. private BunifuMetroTextbox _TextBox2;
  513.  
  514. // Token: 0x04000013 RID: 19
  515. [CompilerGenerated, AccessedThroughProperty("TextBox1")]
  516. private BunifuMetroTextbox _TextBox1;
  517.  
  518. // Token: 0x04000014 RID: 20
  519. [CompilerGenerated, AccessedThroughProperty("Button1")]
  520. private Button _Button1;
  521.  
  522. // Token: 0x04000015 RID: 21
  523. [CompilerGenerated, AccessedThroughProperty("Button2")]
  524. private Button _Button2;
  525.  
  526. // Token: 0x04000016 RID: 22
  527. [CompilerGenerated, AccessedThroughProperty("Label2")]
  528. private Label _Label2;
  529.  
  530. // Token: 0x04000017 RID: 23
  531. [CompilerGenerated, AccessedThroughProperty("Label1")]
  532. private Label _Label1;
  533. }
  534. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement