Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.60 KB | None | 0 0
  1. namespace Atres_V2_
  2. {
  3. using Atres_V2_.My;
  4. using Bunifu.Framework.UI;
  5. using MaterialSkin;
  6. using MaterialSkin.Controls;
  7. using Microsoft.VisualBasic;
  8. using Microsoft.VisualBasic.CompilerServices;
  9. using System;
  10. using System.ComponentModel;
  11. using System.Diagnostics;
  12. using System.Drawing;
  13. using System.Runtime.CompilerServices;
  14. using System.Windows.Forms;
  15.  
  16. [DesignerGenerated]
  17. public class Form1 : Form
  18. {
  19. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("BunifuDragControl1")]
  20. private BunifuDragControl _BunifuDragControl1;
  21. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("BunifuDragControl2")]
  22. private BunifuDragControl _BunifuDragControl2;
  23. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("Label1")]
  24. private Label _Label1;
  25. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("MaterialLabel1")]
  26. private MaterialLabel _MaterialLabel1;
  27. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("MaterialLabel2")]
  28. private MaterialLabel _MaterialLabel2;
  29. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("MaterialRaisedButton1")]
  30. private MaterialRaisedButton _MaterialRaisedButton1;
  31. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("Panel1")]
  32. private Panel _Panel1;
  33. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("Textbox1")]
  34. private BunifuMetroTextbox _Textbox1;
  35. [CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never), AccessedThroughProperty("Textbox2")]
  36. private BunifuMetroTextbox _Textbox2;
  37. private IContainer components;
  38.  
  39. public Form1()
  40. {
  41. this.InitializeComponent();
  42. }
  43.  
  44. [DebuggerNonUserCode]
  45. protected override void Dispose(bool disposing)
  46. {
  47. try
  48. {
  49. if (disposing && (this.components > null))
  50. {
  51. this.components.Dispose();
  52. }
  53. }
  54. finally
  55. {
  56. base.Dispose(disposing);
  57. }
  58. }
  59.  
  60. [DebuggerStepThrough]
  61. private void InitializeComponent()
  62. {
  63. this.components = new System.ComponentModel.Container();
  64. this.BunifuDragControl1 = new BunifuDragControl(this.components);
  65. this.Textbox1 = new BunifuMetroTextbox();
  66. this.Textbox2 = new BunifuMetroTextbox();
  67. this.MaterialLabel1 = new MaterialLabel();
  68. this.MaterialLabel2 = new MaterialLabel();
  69. this.Panel1 = new Panel();
  70. this.Label1 = new Label();
  71. this.MaterialRaisedButton1 = new MaterialRaisedButton();
  72. this.BunifuDragControl2 = new BunifuDragControl(this.components);
  73. this.Panel1.SuspendLayout();
  74. base.SuspendLayout();
  75. this.BunifuDragControl1.Fixed = true;
  76. this.BunifuDragControl1.Horizontal = true;
  77. this.BunifuDragControl1.TargetControl = this;
  78. this.BunifuDragControl1.Vertical = true;
  79. this.Textbox1.BackColor = Color.White;
  80. this.Textbox1.BorderColorFocused = Color.DodgerBlue;
  81. this.Textbox1.BorderColorIdle = Color.FromArgb(0x40, 0x40, 0x40);
  82. this.Textbox1.BorderColorMouseHover = Color.DodgerBlue;
  83. this.Textbox1.BorderThickness = 3;
  84. this.Textbox1.Cursor = Cursors.IBeam;
  85. this.Textbox1.Font = new Font("Microsoft Sans Serif", 9.75f);
  86. this.Textbox1.ForeColor = Color.FromArgb(0x40, 0x40, 0x40);
  87. this.Textbox1.isPassword = false;
  88. this.Textbox1.Location = new Point(0x75, 150);
  89. this.Textbox1.Margin = new Padding(4);
  90. this.Textbox1.Name = "Textbox1";
  91. this.Textbox1.Size = new Size(0xec, 0x2c);
  92. this.Textbox1.TabIndex = 0;
  93. this.Textbox1.Text = "Username";
  94. this.Textbox1.TextAlign = HorizontalAlignment.Left;
  95. this.Textbox2.BackColor = Color.White;
  96. this.Textbox2.BorderColorFocused = Color.DodgerBlue;
  97. this.Textbox2.BorderColorIdle = Color.FromArgb(0x40, 0x40, 0x40);
  98. this.Textbox2.BorderColorMouseHover = Color.DodgerBlue;
  99. this.Textbox2.BorderThickness = 3;
  100. this.Textbox2.Cursor = Cursors.IBeam;
  101. this.Textbox2.Font = new Font("Microsoft Sans Serif", 9.75f);
  102. this.Textbox2.ForeColor = Color.FromArgb(0x40, 0x40, 0x40);
  103. this.Textbox2.isPassword = true;
  104. this.Textbox2.Location = new Point(0x75, 230);
  105. this.Textbox2.Margin = new Padding(4);
  106. this.Textbox2.Name = "Textbox2";
  107. this.Textbox2.Size = new Size(0xec, 0x2c);
  108. this.Textbox2.TabIndex = 1;
  109. this.Textbox2.Text = "Password";
  110. this.Textbox2.TextAlign = HorizontalAlignment.Left;
  111. this.MaterialLabel1.AutoSize = true;
  112. this.MaterialLabel1.Depth = 0;
  113. this.MaterialLabel1.Font = new Font("Roboto", 11f);
  114. this.MaterialLabel1.ForeColor = Color.FromArgb(0xde, 0, 0, 0);
  115. this.MaterialLabel1.Location = new Point(12, 150);
  116. this.MaterialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
  117. this.MaterialLabel1.Name = "MaterialLabel1";
  118. this.MaterialLabel1.Size = new Size(0x51, 0x13);
  119. this.MaterialLabel1.TabIndex = 2;
  120. this.MaterialLabel1.Text = "Username:";
  121. this.MaterialLabel2.AutoSize = true;
  122. this.MaterialLabel2.Depth = 0;
  123. this.MaterialLabel2.Font = new Font("Roboto", 11f);
  124. this.MaterialLabel2.ForeColor = Color.FromArgb(0xde, 0, 0, 0);
  125. this.MaterialLabel2.Location = new Point(12, 230);
  126. this.MaterialLabel2.MouseState = MaterialSkin.MouseState.HOVER;
  127. this.MaterialLabel2.Name = "MaterialLabel2";
  128. this.MaterialLabel2.Size = new Size(0x4f, 0x13);
  129. this.MaterialLabel2.TabIndex = 3;
  130. this.MaterialLabel2.Text = "Password:";
  131. this.Panel1.BackColor = Color.FromArgb(0, 0xff, 0x80);
  132. this.Panel1.Controls.Add(this.Label1);
  133. this.Panel1.Location = new Point(-5, -5);
  134. this.Panel1.Name = "Panel1";
  135. this.Panel1.Size = new Size(430, 0x60);
  136. this.Panel1.TabIndex = 4;
  137. this.Label1.AutoSize = true;
  138. this.Label1.Font = new Font("Segoe Print", 26.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  139. this.Label1.Location = new Point(0x11, 0x17);
  140. this.Label1.Name = "Label1";
  141. this.Label1.Size = new Size(0xac, 0x3e);
  142. this.Label1.TabIndex = 0;
  143. this.Label1.Text = "AtresV2";
  144. this.MaterialRaisedButton1.Depth = 0;
  145. this.MaterialRaisedButton1.Location = new Point(0x75, 0x130);
  146. this.MaterialRaisedButton1.MouseState = MaterialSkin.MouseState.HOVER;
  147. this.MaterialRaisedButton1.Name = "MaterialRaisedButton1";
  148. this.MaterialRaisedButton1.Primary = true;
  149. this.MaterialRaisedButton1.Size = new Size(0xec, 0x33);
  150. this.MaterialRaisedButton1.TabIndex = 5;
  151. this.MaterialRaisedButton1.Text = "LOGIN";
  152. this.MaterialRaisedButton1.UseVisualStyleBackColor = true;
  153. this.BunifuDragControl2.Fixed = true;
  154. this.BunifuDragControl2.Horizontal = true;
  155. this.BunifuDragControl2.TargetControl = this.Panel1;
  156. this.BunifuDragControl2.Vertical = true;
  157. base.AutoScaleDimensions = new SizeF(6f, 13f);
  158. base.AutoScaleMode = AutoScaleMode.Font;
  159. this.BackColor = Color.Gray;
  160. base.ClientSize = new Size(0x1a5, 0x1a2);
  161. base.Controls.Add(this.MaterialRaisedButton1);
  162. base.Controls.Add(this.Panel1);
  163. base.Controls.Add(this.MaterialLabel2);
  164. base.Controls.Add(this.MaterialLabel1);
  165. base.Controls.Add(this.Textbox2);
  166. base.Controls.Add(this.Textbox1);
  167. base.FormBorderStyle = FormBorderStyle.None;
  168. base.Name = "Form1";
  169. base.ShowIcon = false;
  170. base.StartPosition = FormStartPosition.CenterScreen;
  171. this.Text = "Form1";
  172. this.Panel1.ResumeLayout(false);
  173. this.Panel1.PerformLayout();
  174. base.ResumeLayout(false);
  175. base.PerformLayout();
  176. }
  177.  
  178. private void MaterialRaisedButton1_Click(object sender, EventArgs e)
  179. {
  180. if (this.Textbox1.Text == "Mohammad")
  181. {
  182. if (this.Textbox2.Text == "HUB")
  183. {
  184. MyProject.Forms.Form2.Show();
  185. base.Hide();
  186. }
  187. else
  188. {
  189. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  190. }
  191. }
  192. if (this.Textbox1.Text == "Qtx")
  193. {
  194. if (this.Textbox2.Text == "syc77sas")
  195. {
  196. MyProject.Forms.Form2.Show();
  197. base.Hide();
  198. }
  199. else
  200. {
  201. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  202. }
  203. }
  204. if (this.Textbox1.Text == "Syv")
  205. {
  206. if (this.Textbox2.Text == "asu22dsa")
  207. {
  208. MyProject.Forms.Form2.Show();
  209. base.Hide();
  210. }
  211. else
  212. {
  213. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  214. }
  215. }
  216. if (this.Textbox1.Text == "Gis")
  217. {
  218. if (this.Textbox2.Text == "yds72sas")
  219. {
  220. MyProject.Forms.Form2.Show();
  221. base.Hide();
  222. }
  223. else
  224. {
  225. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  226. }
  227. }
  228. if (this.Textbox1.Text == "Aum")
  229. {
  230. if (this.Textbox2.Text == "des87sas")
  231. {
  232. MyProject.Forms.Form2.Show();
  233. base.Hide();
  234. }
  235. else
  236. {
  237. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  238. }
  239. }
  240. if (this.Textbox1.Text == "Ais")
  241. {
  242. if (this.Textbox2.Text == "gos62sas")
  243. {
  244. MyProject.Forms.Form2.Show();
  245. base.Hide();
  246. }
  247. else
  248. {
  249. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  250. }
  251. }
  252. if (this.Textbox1.Text == "Dam")
  253. {
  254. if (this.Textbox2.Text == "yjs92was")
  255. {
  256. MyProject.Forms.Form2.Show();
  257. base.Hide();
  258. }
  259. else
  260. {
  261. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  262. }
  263. }
  264. if (this.Textbox1.Text == "Jev")
  265. {
  266. if (this.Textbox2.Text == "lys21ksa")
  267. {
  268. MyProject.Forms.Form2.Show();
  269. base.Hide();
  270. }
  271. else
  272. {
  273. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  274. }
  275. }
  276. if (this.Textbox1.Text == "Sus")
  277. {
  278. if (this.Textbox2.Text == "lig21sas")
  279. {
  280. MyProject.Forms.Form2.Show();
  281. base.Hide();
  282. }
  283. else
  284. {
  285. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  286. }
  287. }
  288. if (this.Textbox1.Text == "Ams")
  289. {
  290. if (this.Textbox2.Text == "iam64cns")
  291. {
  292. MyProject.Forms.Form2.Show();
  293. base.Hide();
  294. }
  295. else
  296. {
  297. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  298. }
  299. }
  300. if (this.Textbox1.Text == "t1ps")
  301. {
  302. if (this.Textbox2.Text == "ahmad24")
  303. {
  304. MyProject.Forms.Form2.Show();
  305. base.Hide();
  306. }
  307. else
  308. {
  309. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  310. }
  311. }
  312. if (this.Textbox1.Text == "Ips")
  313. {
  314. if (this.Textbox2.Text == "sic82jas")
  315. {
  316. MyProject.Forms.Form2.Show();
  317. base.Hide();
  318. }
  319. else
  320. {
  321. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  322. }
  323. }
  324. if (this.Textbox1.Text == "Asc")
  325. {
  326. if (this.Textbox2.Text == "ysm21sad")
  327. {
  328. MyProject.Forms.Form2.Show();
  329. base.Hide();
  330. }
  331. else
  332. {
  333. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  334. }
  335. }
  336. if (this.Textbox1.Text == "Obs")
  337. {
  338. if (this.Textbox2.Text == "nns22sjw")
  339. {
  340. MyProject.Forms.Form2.Show();
  341. base.Hide();
  342. }
  343. else
  344. {
  345. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  346. }
  347. }
  348. if (this.Textbox1.Text == "Bym")
  349. {
  350. if (this.Textbox2.Text == "Hes77jsa")
  351. {
  352. MyProject.Forms.Form2.Show();
  353. base.Hide();
  354. }
  355. else
  356. {
  357. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  358. }
  359. }
  360. }
  361.  
  362. private void MaterialRaisedButton1_Click_1(object sender, EventArgs e)
  363. {
  364. if (this.Textbox1.Text == "Mohammad")
  365. {
  366. if (this.Textbox2.Text == "HUB")
  367. {
  368. MyProject.Forms.Form2.Show();
  369. base.Hide();
  370. }
  371. else
  372. {
  373. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  374. }
  375. }
  376. if (this.Textbox1.Text == "Qtx")
  377. {
  378. if (this.Textbox2.Text == "syc77sas")
  379. {
  380. MyProject.Forms.Form2.Show();
  381. base.Hide();
  382. }
  383. else
  384. {
  385. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  386. }
  387. }
  388. if (this.Textbox1.Text == "Syv")
  389. {
  390. if (this.Textbox2.Text == "asu22dsa")
  391. {
  392. MyProject.Forms.Form2.Show();
  393. base.Hide();
  394. }
  395. else
  396. {
  397. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  398. }
  399. }
  400. if (this.Textbox1.Text == "Gis")
  401. {
  402. if (this.Textbox2.Text == "yds72sas")
  403. {
  404. MyProject.Forms.Form2.Show();
  405. base.Hide();
  406. }
  407. else
  408. {
  409. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  410. }
  411. }
  412. if (this.Textbox1.Text == "Aum")
  413. {
  414. if (this.Textbox2.Text == "des87sas")
  415. {
  416. MyProject.Forms.Form2.Show();
  417. base.Hide();
  418. }
  419. else
  420. {
  421. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  422. }
  423. }
  424. if (this.Textbox1.Text == "Ais")
  425. {
  426. if (this.Textbox2.Text == "gos62sas")
  427. {
  428. MyProject.Forms.Form2.Show();
  429. base.Hide();
  430. }
  431. else
  432. {
  433. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  434. }
  435. }
  436. if (this.Textbox1.Text == "Dam")
  437. {
  438. if (this.Textbox2.Text == "yjs92was")
  439. {
  440. MyProject.Forms.Form2.Show();
  441. base.Hide();
  442. }
  443. else
  444. {
  445. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  446. }
  447. }
  448. if (this.Textbox1.Text == "Jev")
  449. {
  450. if (this.Textbox2.Text == "lys21ksa")
  451. {
  452. MyProject.Forms.Form2.Show();
  453. base.Hide();
  454. }
  455. else
  456. {
  457. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  458. }
  459. }
  460. if (this.Textbox1.Text == "Sus")
  461. {
  462. if (this.Textbox2.Text == "lig21sas")
  463. {
  464. MyProject.Forms.Form2.Show();
  465. base.Hide();
  466. }
  467. else
  468. {
  469. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  470. }
  471. }
  472. if (this.Textbox1.Text == "Ams")
  473. {
  474. if (this.Textbox2.Text == "iam64cns")
  475. {
  476. MyProject.Forms.Form2.Show();
  477. base.Hide();
  478. }
  479. else
  480. {
  481. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  482. }
  483. }
  484. if (this.Textbox1.Text == "t1ps")
  485. {
  486. if (this.Textbox2.Text == "ahmad24")
  487. {
  488. MyProject.Forms.Form2.Show();
  489. base.Hide();
  490. }
  491. else
  492. {
  493. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  494. }
  495. }
  496. if (this.Textbox1.Text == "Ips")
  497. {
  498. if (this.Textbox2.Text == "sic82jas")
  499. {
  500. MyProject.Forms.Form2.Show();
  501. base.Hide();
  502. }
  503. else
  504. {
  505. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  506. }
  507. }
  508. if (this.Textbox1.Text == "Asc")
  509. {
  510. if (this.Textbox2.Text == "ysm21sad")
  511. {
  512. MyProject.Forms.Form2.Show();
  513. base.Hide();
  514. }
  515. else
  516. {
  517. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  518. }
  519. }
  520. if (this.Textbox1.Text == "Obs")
  521. {
  522. if (this.Textbox2.Text == "nns22sjw")
  523. {
  524. MyProject.Forms.Form2.Show();
  525. base.Hide();
  526. }
  527. else
  528. {
  529. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  530. }
  531. }
  532. if (this.Textbox1.Text == "Bym")
  533. {
  534. if (this.Textbox2.Text == "Hes77jsa")
  535. {
  536. MyProject.Forms.Form2.Show();
  537. base.Hide();
  538. }
  539. else
  540. {
  541. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  542. }
  543. }
  544. if (this.Textbox1.Text == "Gys")
  545. {
  546. if (this.Textbox2.Text == "jje82sas")
  547. {
  548. MyProject.Forms.Form2.Show();
  549. base.Hide();
  550. }
  551. else
  552. {
  553. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  554. }
  555. }
  556. if (this.Textbox1.Text == "Das")
  557. {
  558. if (this.Textbox2.Text == "uws21sjw")
  559. {
  560. MyProject.Forms.Form2.Show();
  561. base.Hide();
  562. }
  563. else
  564. {
  565. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  566. }
  567. }
  568. if (this.Textbox1.Text == "Sit")
  569. {
  570. if (this.Textbox2.Text == "skw23sdw")
  571. {
  572. MyProject.Forms.Form2.Show();
  573. base.Hide();
  574. }
  575. else
  576. {
  577. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  578. }
  579. }
  580. if (this.Textbox1.Text == "Lua")
  581. {
  582. if (this.Textbox2.Text == "jsk82ksa")
  583. {
  584. MyProject.Forms.Form2.Show();
  585. base.Hide();
  586. }
  587. else
  588. {
  589. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  590. }
  591. }
  592. if (this.Textbox1.Text == "Bus")
  593. {
  594. if (this.Textbox2.Text == "Dis28sas")
  595. {
  596. MyProject.Forms.Form2.Show();
  597. base.Hide();
  598. }
  599. else
  600. {
  601. Interaction.MsgBox("Please Enter a Vaild Username Or Password", MsgBoxStyle.ApplicationModal, null);
  602. }
  603. }
  604. }
  605.  
  606. internal virtual BunifuDragControl BunifuDragControl1
  607. {
  608. [CompilerGenerated]
  609. get
  610. {
  611. return this._BunifuDragControl1;
  612. }
  613. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  614. set
  615. {
  616. this._BunifuDragControl1 = value;
  617. }
  618. }
  619.  
  620. internal virtual BunifuDragControl BunifuDragControl2
  621. {
  622. [CompilerGenerated]
  623. get
  624. {
  625. return this._BunifuDragControl2;
  626. }
  627. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  628. set
  629. {
  630. this._BunifuDragControl2 = value;
  631. }
  632. }
  633.  
  634. internal virtual Label Label1
  635. {
  636. [CompilerGenerated]
  637. get
  638. {
  639. return this._Label1;
  640. }
  641. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  642. set
  643. {
  644. this._Label1 = value;
  645. }
  646. }
  647.  
  648. internal virtual MaterialLabel MaterialLabel1
  649. {
  650. [CompilerGenerated]
  651. get
  652. {
  653. return this._MaterialLabel1;
  654. }
  655. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  656. set
  657. {
  658. this._MaterialLabel1 = value;
  659. }
  660. }
  661.  
  662. internal virtual MaterialLabel MaterialLabel2
  663. {
  664. [CompilerGenerated]
  665. get
  666. {
  667. return this._MaterialLabel2;
  668. }
  669. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  670. set
  671. {
  672. this._MaterialLabel2 = value;
  673. }
  674. }
  675.  
  676. internal virtual MaterialRaisedButton MaterialRaisedButton1
  677. {
  678. [CompilerGenerated]
  679. get
  680. {
  681. return this._MaterialRaisedButton1;
  682. }
  683. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  684. set
  685. {
  686. EventHandler handler = new EventHandler(this.MaterialRaisedButton1_Click_1);
  687. MaterialRaisedButton button = this._MaterialRaisedButton1;
  688. if (button != null)
  689. {
  690. button.Click -= handler;
  691. }
  692. this._MaterialRaisedButton1 = value;
  693. button = this._MaterialRaisedButton1;
  694. if (button != null)
  695. {
  696. button.Click += handler;
  697. }
  698. }
  699. }
  700.  
  701. internal virtual Panel Panel1
  702. {
  703. [CompilerGenerated]
  704. get
  705. {
  706. return this._Panel1;
  707. }
  708. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  709. set
  710. {
  711. this._Panel1 = value;
  712. }
  713. }
  714.  
  715. internal virtual BunifuMetroTextbox Textbox1
  716. {
  717. [CompilerGenerated]
  718. get
  719. {
  720. return this._Textbox1;
  721. }
  722. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  723. set
  724. {
  725. this._Textbox1 = value;
  726. }
  727. }
  728.  
  729. internal virtual BunifuMetroTextbox Textbox2
  730. {
  731. [CompilerGenerated]
  732. get
  733. {
  734. return this._Textbox2;
  735. }
  736. [MethodImpl(MethodImplOptions.Synchronized), CompilerGenerated]
  737. set
  738. {
  739. this._Textbox2 = value;
  740. }
  741. }
  742. }
  743. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement