Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.01 KB | None | 0 0
  1. namespace VimeWorld_Report_Tool__by_Terminator1998_
  2. {
  3. using System;
  4. using System.ComponentModel;
  5. using System.Diagnostics;
  6. using System.Drawing;
  7. using System.IO;
  8. using System.Text;
  9. using System.Windows.Forms;
  10.  
  11. public class Form1 : Form
  12. {
  13. private Button button1;
  14. private Button button10;
  15. private Button button11;
  16. private Button button12;
  17. private Button button13;
  18. private Button button14;
  19. private Button button2;
  20. private PictureBox button2Image;
  21. private Button button3;
  22. private Button button4;
  23. private Button button5;
  24. private Button button6;
  25. private Button button7;
  26. private Button button8;
  27. private Button button9;
  28. private Button closed;
  29. private ComboBox comboBox1;
  30. private ComboBox comboBox2;
  31. private IContainer components = null;
  32. private string dname = "";
  33. private Label f1;
  34. private Button f2;
  35. private Button f3;
  36. private PictureBox fon;
  37. private int icz = 0;
  38. private bool isSelected = false;
  39. private Label label1;
  40. private Label label2;
  41. private Label label3;
  42. private Label label4;
  43. private Label label5;
  44. private Label label6;
  45. private Label m1;
  46. private TextBox m2;
  47. private Label m3;
  48. private TextBox m4;
  49. private Label m5;
  50. private ComboBox m6;
  51. private Label m7;
  52. private TextBox m8;
  53. private Button m9;
  54. private Label n1;
  55. private TextBox n2;
  56. private Label n3;
  57. private TextBox n4;
  58. private Button n5;
  59. private PictureBox pb25;
  60. private PictureBox pictureBo1;
  61. private PictureBox pictureBo10;
  62. private PictureBox pictureBo11;
  63. private PictureBox pictureBo12;
  64. private PictureBox pictureBo13;
  65. private PictureBox pictureBo14;
  66. private PictureBox pictureBo15;
  67. private PictureBox pictureBo16;
  68. private PictureBox pictureBo2;
  69. private PictureBox pictureBo3;
  70. private PictureBox pictureBo4;
  71. private PictureBox pictureBo5;
  72. private PictureBox pictureBo6;
  73. private PictureBox pictureBo7;
  74. private PictureBox pictureBo8;
  75. private PictureBox pictureBo9;
  76. private PictureBox pictureBox_1;
  77. private PictureBox pictureBox_10;
  78. private PictureBox pictureBox_11;
  79. private PictureBox pictureBox_12;
  80. private PictureBox pictureBox_13;
  81. private PictureBox pictureBox_14;
  82. private PictureBox pictureBox_15;
  83. private PictureBox pictureBox_16;
  84. private PictureBox pictureBox_2;
  85. private PictureBox pictureBox_3;
  86. private PictureBox pictureBox_4;
  87. private PictureBox pictureBox_5;
  88. private PictureBox pictureBox_6;
  89. private PictureBox pictureBox_7;
  90. private PictureBox pictureBox_8;
  91. private PictureBox pictureBox_9;
  92. private PictureBox pictureBox1;
  93. private PictureBox pictureBox10;
  94. private PictureBox pictureBox11;
  95. private PictureBox pictureBox12;
  96. private PictureBox pictureBox13;
  97. private PictureBox pictureBox14;
  98. private PictureBox pictureBox15;
  99. private PictureBox pictureBox16;
  100. private PictureBox pictureBox17;
  101. private PictureBox pictureBox18;
  102. private PictureBox pictureBox19;
  103. private PictureBox pictureBox2;
  104. private PictureBox pictureBox20;
  105. private PictureBox pictureBox21;
  106. private PictureBox pictureBox22;
  107. private PictureBox pictureBox23;
  108. private PictureBox pictureBox24;
  109. private PictureBox pictureBox26;
  110. private PictureBox pictureBox27;
  111. private PictureBox pictureBox3;
  112. private PictureBox pictureBox4;
  113. private PictureBox pictureBox5;
  114. private PictureBox pictureBox6;
  115. private PictureBox pictureBox7;
  116. private PictureBox pictureBox8;
  117. private PictureBox pictureBox9;
  118. private Label rank1;
  119. private ComboBox rank2;
  120. private RichTextBox richTextBox1;
  121. private string s;
  122. private int ServerID = 0;
  123. private PictureBox shapka;
  124. private TextBox textBox1;
  125. private TextBox textBox2;
  126. private TextBox textBox3;
  127. private TextBox textBox4;
  128. private WebBrowser webBrowser1;
  129. private Label z1;
  130. private TextBox z10;
  131. private Label z11;
  132. private TextBox z12;
  133. private Button z13;
  134. private TextBox z2;
  135. private Label z3;
  136. private TextBox z4;
  137. private Label z5;
  138. private TextBox z6;
  139. private Label z7;
  140. private ComboBox z8;
  141. private Label z9;
  142.  
  143. public Form1()
  144. {
  145. this.InitializeComponent();
  146. MessageBox.Show("Программист - Terminator1998 \r\nИдея - IWantToGetLife");
  147. if (File.Exists("login.txt"))
  148. {
  149. this.textBox1.Text = File.ReadAllText("login.txt", Encoding.Default).Replace("\n", " ");
  150. }
  151. if (File.Exists("Minecraft - Design by CAPSLOCK"))
  152. {
  153. this.comboBox2.Text = "Minecraft - Design by CAPSLOCK";
  154. }
  155. if (File.Exists("Material - Design by MyUsername"))
  156. {
  157. this.comboBox2.Text = "Material - Design by MyUsername";
  158. }
  159. if (!(File.Exists("Minecraft - Design by CAPSLOCK") || File.Exists("Material - Design by MyUsername")))
  160. {
  161. this.comboBox2.Text = "Обычный";
  162. }
  163. this.DesingRead();
  164. }
  165.  
  166. private void button1_Click(object sender, EventArgs e)
  167. {
  168. this.label6.Visible = true;
  169. this.button3.Visible = true;
  170. this.button4.Visible = true;
  171. }
  172.  
  173. private void button10_Click(object sender, EventArgs e)
  174. {
  175. Process.Start("https://cp.vimeworld.ru/login");
  176. }
  177.  
  178. private void button11_Click(object sender, EventArgs e)
  179. {
  180. switch (this.button11.Text)
  181. {
  182. case "Пожаловаться на пользователя форума":
  183. this.button11.Text = "Пожаловаться на модератора";
  184. this.pictureBox1.Visible = false;
  185. this.pictureBox2.Visible = false;
  186. this.pictureBox3.Visible = false;
  187. this.pictureBox4.Visible = false;
  188. this.pictureBox5.Visible = false;
  189. this.pictureBox6.Visible = false;
  190. this.pictureBox7.Visible = false;
  191. this.pictureBox8.Visible = false;
  192. this.label1.Visible = false;
  193. this.label2.Visible = false;
  194. this.label3.Visible = false;
  195. this.label4.Visible = false;
  196. this.label5.Visible = false;
  197. this.textBox1.Visible = false;
  198. this.textBox2.Visible = false;
  199. this.textBox3.Visible = false;
  200. this.textBox4.Visible = false;
  201. this.button2.Visible = false;
  202. this.comboBox1.Visible = false;
  203. this.button1.Visible = false;
  204. this.rank1.Visible = false;
  205. this.rank2.Visible = false;
  206. this.f1.Visible = true;
  207. this.f2.Visible = true;
  208. this.f3.Visible = true;
  209. break;
  210.  
  211. case "Пожаловаться на модератора":
  212. this.button11.Text = "Пожаловаться на игрока";
  213. this.f1.Visible = false;
  214. this.f2.Visible = false;
  215. this.f3.Visible = false;
  216. this.n1.Visible = false;
  217. this.n2.Visible = false;
  218. this.n3.Visible = false;
  219. this.n4.Visible = false;
  220. this.n5.Visible = false;
  221. this.z1.Visible = false;
  222. this.z2.Visible = false;
  223. this.z3.Visible = false;
  224. this.z4.Visible = false;
  225. this.z5.Visible = false;
  226. this.z6.Visible = false;
  227. this.z7.Visible = false;
  228. this.z8.Visible = false;
  229. this.z9.Visible = false;
  230. this.z10.Visible = false;
  231. this.z11.Visible = false;
  232. this.z12.Visible = false;
  233. this.z13.Visible = false;
  234. this.m1.Visible = true;
  235. this.m2.Visible = true;
  236. this.m3.Visible = true;
  237. this.m4.Visible = true;
  238. this.m5.Visible = true;
  239. this.m6.Visible = true;
  240. this.m7.Visible = true;
  241. this.m8.Visible = true;
  242. this.m9.Visible = true;
  243. break;
  244.  
  245. case "Пожаловаться на игрока":
  246. this.button11.Text = "Пожаловаться на пользователя форума";
  247. this.pictureBox1.Visible = true;
  248. this.pictureBox2.Visible = true;
  249. this.pictureBox3.Visible = true;
  250. this.pictureBox4.Visible = true;
  251. this.pictureBox5.Visible = true;
  252. this.pictureBox6.Visible = true;
  253. this.pictureBox7.Visible = true;
  254. this.pictureBox8.Visible = true;
  255. this.label1.Visible = true;
  256. this.label2.Visible = true;
  257. this.label3.Visible = true;
  258. this.label4.Visible = true;
  259. this.label5.Visible = true;
  260. this.textBox1.Visible = true;
  261. this.textBox2.Visible = true;
  262. this.textBox3.Visible = true;
  263. this.textBox4.Visible = true;
  264. this.button2.Visible = true;
  265. this.comboBox1.Visible = true;
  266. this.button1.Visible = true;
  267. this.rank1.Visible = true;
  268. this.rank2.Visible = true;
  269. this.m1.Visible = false;
  270. this.m2.Visible = false;
  271. this.m3.Visible = false;
  272. this.m4.Visible = false;
  273. this.m5.Visible = false;
  274. this.m6.Visible = false;
  275. this.m7.Visible = false;
  276. this.m8.Visible = false;
  277. this.m9.Visible = false;
  278. break;
  279. }
  280. }
  281.  
  282. private void button12_Click(object sender, EventArgs e)
  283. {
  284. this.button12.Visible = false;
  285. this.comboBox2.Visible = true;
  286. this.button13.Visible = true;
  287. }
  288.  
  289. private void button13_Click(object sender, EventArgs e)
  290. {
  291. this.button12.Visible = true;
  292. this.comboBox2.Visible = false;
  293. this.button13.Visible = false;
  294. if (File.Exists("Minecraft - Design by CAPSLOCK"))
  295. {
  296. File.Delete("Minecraft - Design by CAPSLOCK");
  297. }
  298. if (File.Exists("Material - Design by MyUsername"))
  299. {
  300. File.Delete("Material - Design by MyUsername");
  301. }
  302. FileInfo info = new FileInfo(this.comboBox2.Text);
  303. info.Create().Close();
  304. this.DesingRead();
  305. }
  306.  
  307. private void button14_Click(object sender, EventArgs e)
  308. {
  309. this.icz++;
  310. if ((this.button14.Text == "1") && (this.icz == 1))
  311. {
  312. this.button14.Text = "2";
  313. base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
  314. this.closed.Visible = false;
  315. }
  316. if ((this.button14.Text == "2") && (this.icz == 2))
  317. {
  318. this.icz = 0;
  319. this.button14.Text = "1";
  320. base.FormBorderStyle = FormBorderStyle.None;
  321. this.closed.Visible = true;
  322. }
  323. }
  324.  
  325. private void button2_Click(object sender, EventArgs e)
  326. {
  327. if (!this.isSelected)
  328. {
  329. MessageBox.Show("Выберите сервер");
  330. }
  331. else if (((this.textBox1.Text == "") || (this.textBox2.Text == "")) || (this.textBox3.Text == ""))
  332. {
  333. MessageBox.Show("Заполните все поля,дополнительная информация можно не заполнять");
  334. }
  335. else
  336. {
  337. this.richTextBox1.Text = "[B]1)Ник нарушителя: [/B]" + this.rank2.Text + this.textBox2.Text + "\r\n[B]2)Мой ник: [/B]" + this.textBox1.Text + "\r\n[B]3)Причина: [/B]" + this.comboBox1.Text + "\r\n[B]4)Доказательства: [/B]" + this.textBox3.Text + "\r\n[B]5)Доп:[/B]" + this.textBox4.Text;
  338. Clipboard.SetText(this.richTextBox1.Text);
  339. FileInfo info = new FileInfo("login.txt");
  340. info.Create().Close();
  341. MessageBox.Show("Жалоба успешно сгенирирована,сейчас произойдёт переход на форум где вы сможете вставить текст жалобы используя Ctrl+V");
  342. if (this.ServerID == 1)
  343. {
  344. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=41");
  345. }
  346. if (this.ServerID == 2)
  347. {
  348. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=10");
  349. }
  350. if (this.ServerID == 3)
  351. {
  352. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=12");
  353. }
  354. if (this.ServerID == 4)
  355. {
  356. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=13");
  357. }
  358. if (this.ServerID == 5)
  359. {
  360. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=15");
  361. }
  362. if (this.ServerID == 6)
  363. {
  364. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=54");
  365. }
  366. if (this.ServerID == 7)
  367. {
  368. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=11");
  369. }
  370. if (this.ServerID == 8)
  371. {
  372. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=66");
  373. }
  374. this.nick();
  375. }
  376. }
  377.  
  378. private void button3_Click(object sender, EventArgs e)
  379. {
  380. this.Visiblefalsebbc();
  381. this.webBrowser1.Navigate("http://youtube.com");
  382. this.s = "http://youtube.com";
  383. }
  384.  
  385. private void button4_Click(object sender, EventArgs e)
  386. {
  387. this.Visiblefalsebbc();
  388. this.webBrowser1.Navigate("http://piccy.info/");
  389. this.s = "http://piccy.info/";
  390. }
  391.  
  392. private void button5_Click(object sender, EventArgs e)
  393. {
  394. MessageBox.Show("Внимание!Незабывайте копировать ссылку на изображения в строчку доказательства");
  395. this.webBrowser1.Navigate(this.s);
  396. }
  397.  
  398. private void button6_Click(object sender, EventArgs e)
  399. {
  400. this.webBrowser1.Visible = false;
  401. this.button5.Visible = false;
  402. this.button6.Visible = false;
  403. }
  404.  
  405. private void button7_Click(object sender, EventArgs e)
  406. {
  407. Process.Start("https://forum.vimeworld.ru/topic/85029-c-vimeworld-report-tool/");
  408. }
  409.  
  410. private void button8_Click(object sender, EventArgs e)
  411. {
  412. Process.Start("http://imgur.com/");
  413. }
  414.  
  415. private void button9_Click(object sender, EventArgs e)
  416. {
  417. Process.Start("https://www.youtube.com/");
  418. }
  419.  
  420. private void closed_Click(object sender, EventArgs e)
  421. {
  422. base.Close();
  423. }
  424.  
  425. private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
  426. {
  427. }
  428.  
  429. private void DesingRead()
  430. {
  431. this.dname = this.comboBox2.Text;
  432. this.isSelected = false;
  433. if (this.comboBox2.Text == "Обычный")
  434. {
  435. this.pictureBox1.Image = this.pictureBox17.Image;
  436. this.pictureBox2.Image = this.pictureBox18.Image;
  437. this.pictureBox3.Image = this.pictureBox19.Image;
  438. this.pictureBox4.Image = this.pictureBox20.Image;
  439. this.pictureBox5.Image = this.pictureBox21.Image;
  440. this.pictureBox6.Image = this.pictureBox23.Image;
  441. this.pictureBox7.Image = this.pictureBox22.Image;
  442. this.pictureBox8.Image = this.pictureBox24.Image;
  443. this.button2.Text = "Создать жалобу";
  444. this.BackgroundImage = this.button1.Image;
  445. this.richTextBox1.Visible = true;
  446. this.button2.Image = this.button1.Image;
  447. }
  448. if (this.comboBox2.Text == "Minecraft - Design by CAPSLOCK")
  449. {
  450. this.pictureBox1.Image = this.pictureBox_1.Image;
  451. this.pictureBox2.Image = this.pictureBox_2.Image;
  452. this.pictureBox3.Image = this.pictureBox_3.Image;
  453. this.pictureBox4.Image = this.pictureBox_4.Image;
  454. this.pictureBox5.Image = this.pictureBox_5.Image;
  455. this.pictureBox6.Image = this.pictureBox_6.Image;
  456. this.pictureBox7.Image = this.pictureBox_7.Image;
  457. this.pictureBox8.Image = this.pictureBox_8.Image;
  458. this.button2.Text = "";
  459. this.button2.Image = this.button2Image.Image;
  460. this.BackgroundImage = this.fon.Image;
  461. this.richTextBox1.Visible = false;
  462. }
  463. if (this.comboBox2.Text == "Material - Design by MyUsername")
  464. {
  465. this.pictureBox1.Image = this.pictureBo1.Image;
  466. this.pictureBox2.Image = this.pictureBo2.Image;
  467. this.pictureBox3.Image = this.pictureBo3.Image;
  468. this.pictureBox4.Image = this.pictureBo4.Image;
  469. this.pictureBox5.Image = this.pictureBo5.Image;
  470. this.pictureBox6.Image = this.pictureBo6.Image;
  471. this.pictureBox7.Image = this.pictureBo7.Image;
  472. this.pictureBox8.Image = this.pictureBo8.Image;
  473. this.button2.Text = "";
  474. this.button2.Image = this.pictureBox27.Image;
  475. this.BackgroundImage = this.pictureBox26.Image;
  476. this.richTextBox1.Visible = false;
  477. }
  478. }
  479.  
  480. protected override void Dispose(bool disposing)
  481. {
  482. if (disposing && (this.components != null))
  483. {
  484. this.components.Dispose();
  485. }
  486. base.Dispose(disposing);
  487. }
  488.  
  489. private void f2_Click(object sender, EventArgs e)
  490. {
  491. this.z1.Visible = true;
  492. this.z2.Visible = true;
  493. this.z3.Visible = true;
  494. this.z4.Visible = true;
  495. this.z5.Visible = true;
  496. this.z6.Visible = true;
  497. this.z7.Visible = true;
  498. this.z8.Visible = true;
  499. this.z9.Visible = true;
  500. this.z10.Visible = true;
  501. this.z11.Visible = true;
  502. this.z12.Visible = true;
  503. this.z13.Visible = true;
  504. this.f1.Visible = false;
  505. this.f2.Visible = false;
  506. this.f3.Visible = false;
  507. }
  508.  
  509. private void f3_Click(object sender, EventArgs e)
  510. {
  511. this.n1.Visible = true;
  512. this.n2.Visible = true;
  513. this.n3.Visible = true;
  514. this.n4.Visible = true;
  515. this.n5.Visible = true;
  516. this.f1.Visible = false;
  517. this.f2.Visible = false;
  518. this.f3.Visible = false;
  519. }
  520.  
  521. private void InitializeComponent()
  522. {
  523. ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
  524. this.pictureBox1 = new PictureBox();
  525. this.pictureBox2 = new PictureBox();
  526. this.pictureBox3 = new PictureBox();
  527. this.pictureBox4 = new PictureBox();
  528. this.pictureBox5 = new PictureBox();
  529. this.pictureBox6 = new PictureBox();
  530. this.pictureBox7 = new PictureBox();
  531. this.pictureBox8 = new PictureBox();
  532. this.pictureBox9 = new PictureBox();
  533. this.pictureBox10 = new PictureBox();
  534. this.pictureBox11 = new PictureBox();
  535. this.pictureBox12 = new PictureBox();
  536. this.pictureBox13 = new PictureBox();
  537. this.pictureBox14 = new PictureBox();
  538. this.pictureBox15 = new PictureBox();
  539. this.pictureBox16 = new PictureBox();
  540. this.pictureBox17 = new PictureBox();
  541. this.pictureBox18 = new PictureBox();
  542. this.pictureBox19 = new PictureBox();
  543. this.pictureBox20 = new PictureBox();
  544. this.pictureBox21 = new PictureBox();
  545. this.pictureBox22 = new PictureBox();
  546. this.pictureBox23 = new PictureBox();
  547. this.pictureBox24 = new PictureBox();
  548. this.textBox1 = new TextBox();
  549. this.label1 = new Label();
  550. this.label2 = new Label();
  551. this.textBox2 = new TextBox();
  552. this.comboBox1 = new ComboBox();
  553. this.label3 = new Label();
  554. this.label4 = new Label();
  555. this.textBox3 = new TextBox();
  556. this.button1 = new Button();
  557. this.richTextBox1 = new RichTextBox();
  558. this.label5 = new Label();
  559. this.textBox4 = new TextBox();
  560. this.button2 = new Button();
  561. this.button3 = new Button();
  562. this.button4 = new Button();
  563. this.label6 = new Label();
  564. this.webBrowser1 = new WebBrowser();
  565. this.button5 = new Button();
  566. this.button6 = new Button();
  567. this.button7 = new Button();
  568. this.button8 = new Button();
  569. this.button9 = new Button();
  570. this.button10 = new Button();
  571. this.button11 = new Button();
  572. this.f2 = new Button();
  573. this.f3 = new Button();
  574. this.f1 = new Label();
  575. this.n1 = new Label();
  576. this.n2 = new TextBox();
  577. this.n3 = new Label();
  578. this.n5 = new Button();
  579. this.n4 = new TextBox();
  580. this.z1 = new Label();
  581. this.z2 = new TextBox();
  582. this.z3 = new Label();
  583. this.z4 = new TextBox();
  584. this.z5 = new Label();
  585. this.z6 = new TextBox();
  586. this.z7 = new Label();
  587. this.z9 = new Label();
  588. this.z10 = new TextBox();
  589. this.z11 = new Label();
  590. this.z12 = new TextBox();
  591. this.z13 = new Button();
  592. this.button12 = new Button();
  593. this.comboBox2 = new ComboBox();
  594. this.button13 = new Button();
  595. this.pictureBox_5 = new PictureBox();
  596. this.pictureBox_4 = new PictureBox();
  597. this.pictureBox_7 = new PictureBox();
  598. this.pictureBox_6 = new PictureBox();
  599. this.pictureBox_8 = new PictureBox();
  600. this.pictureBox_3 = new PictureBox();
  601. this.pictureBox_2 = new PictureBox();
  602. this.pictureBox_1 = new PictureBox();
  603. this.pictureBox_9 = new PictureBox();
  604. this.pictureBox_10 = new PictureBox();
  605. this.pictureBox_11 = new PictureBox();
  606. this.pictureBox_12 = new PictureBox();
  607. this.pictureBox_13 = new PictureBox();
  608. this.pictureBox_14 = new PictureBox();
  609. this.pictureBox_15 = new PictureBox();
  610. this.pictureBox_16 = new PictureBox();
  611. this.button2Image = new PictureBox();
  612. this.fon = new PictureBox();
  613. this.rank2 = new ComboBox();
  614. this.rank1 = new Label();
  615. this.shapka = new PictureBox();
  616. this.closed = new Button();
  617. this.z8 = new ComboBox();
  618. this.pictureBo2 = new PictureBox();
  619. this.pictureBo3 = new PictureBox();
  620. this.pictureBo4 = new PictureBox();
  621. this.pictureBo5 = new PictureBox();
  622. this.pictureBo6 = new PictureBox();
  623. this.pictureBo7 = new PictureBox();
  624. this.pictureBo8 = new PictureBox();
  625. this.pictureBo1 = new PictureBox();
  626. this.pictureBo9 = new PictureBox();
  627. this.pictureBo10 = new PictureBox();
  628. this.pictureBo11 = new PictureBox();
  629. this.pictureBo12 = new PictureBox();
  630. this.pictureBo13 = new PictureBox();
  631. this.pictureBo14 = new PictureBox();
  632. this.pictureBo15 = new PictureBox();
  633. this.pictureBo16 = new PictureBox();
  634. this.pictureBox26 = new PictureBox();
  635. this.pictureBox27 = new PictureBox();
  636. this.m2 = new TextBox();
  637. this.m1 = new Label();
  638. this.m3 = new Label();
  639. this.m4 = new TextBox();
  640. this.m5 = new Label();
  641. this.m7 = new Label();
  642. this.m8 = new TextBox();
  643. this.m9 = new Button();
  644. this.m6 = new ComboBox();
  645. this.pb25 = new PictureBox();
  646. this.button14 = new Button();
  647. ((ISupportInitialize) this.pictureBox1).BeginInit();
  648. ((ISupportInitialize) this.pictureBox2).BeginInit();
  649. ((ISupportInitialize) this.pictureBox3).BeginInit();
  650. ((ISupportInitialize) this.pictureBox4).BeginInit();
  651. ((ISupportInitialize) this.pictureBox5).BeginInit();
  652. ((ISupportInitialize) this.pictureBox6).BeginInit();
  653. ((ISupportInitialize) this.pictureBox7).BeginInit();
  654. ((ISupportInitialize) this.pictureBox8).BeginInit();
  655. ((ISupportInitialize) this.pictureBox9).BeginInit();
  656. ((ISupportInitialize) this.pictureBox10).BeginInit();
  657. ((ISupportInitialize) this.pictureBox11).BeginInit();
  658. ((ISupportInitialize) this.pictureBox12).BeginInit();
  659. ((ISupportInitialize) this.pictureBox13).BeginInit();
  660. ((ISupportInitialize) this.pictureBox14).BeginInit();
  661. ((ISupportInitialize) this.pictureBox15).BeginInit();
  662. ((ISupportInitialize) this.pictureBox16).BeginInit();
  663. ((ISupportInitialize) this.pictureBox17).BeginInit();
  664. ((ISupportInitialize) this.pictureBox18).BeginInit();
  665. ((ISupportInitialize) this.pictureBox19).BeginInit();
  666. ((ISupportInitialize) this.pictureBox20).BeginInit();
  667. ((ISupportInitialize) this.pictureBox21).BeginInit();
  668. ((ISupportInitialize) this.pictureBox22).BeginInit();
  669. ((ISupportInitialize) this.pictureBox23).BeginInit();
  670. ((ISupportInitialize) this.pictureBox24).BeginInit();
  671. ((ISupportInitialize) this.pictureBox_5).BeginInit();
  672. ((ISupportInitialize) this.pictureBox_4).BeginInit();
  673. ((ISupportInitialize) this.pictureBox_7).BeginInit();
  674. ((ISupportInitialize) this.pictureBox_6).BeginInit();
  675. ((ISupportInitialize) this.pictureBox_8).BeginInit();
  676. ((ISupportInitialize) this.pictureBox_3).BeginInit();
  677. ((ISupportInitialize) this.pictureBox_2).BeginInit();
  678. ((ISupportInitialize) this.pictureBox_1).BeginInit();
  679. ((ISupportInitialize) this.pictureBox_9).BeginInit();
  680. ((ISupportInitialize) this.pictureBox_10).BeginInit();
  681. ((ISupportInitialize) this.pictureBox_11).BeginInit();
  682. ((ISupportInitialize) this.pictureBox_12).BeginInit();
  683. ((ISupportInitialize) this.pictureBox_13).BeginInit();
  684. ((ISupportInitialize) this.pictureBox_14).BeginInit();
  685. ((ISupportInitialize) this.pictureBox_15).BeginInit();
  686. ((ISupportInitialize) this.pictureBox_16).BeginInit();
  687. ((ISupportInitialize) this.button2Image).BeginInit();
  688. ((ISupportInitialize) this.fon).BeginInit();
  689. ((ISupportInitialize) this.shapka).BeginInit();
  690. ((ISupportInitialize) this.pictureBo2).BeginInit();
  691. ((ISupportInitialize) this.pictureBo3).BeginInit();
  692. ((ISupportInitialize) this.pictureBo4).BeginInit();
  693. ((ISupportInitialize) this.pictureBo5).BeginInit();
  694. ((ISupportInitialize) this.pictureBo6).BeginInit();
  695. ((ISupportInitialize) this.pictureBo7).BeginInit();
  696. ((ISupportInitialize) this.pictureBo8).BeginInit();
  697. ((ISupportInitialize) this.pictureBo1).BeginInit();
  698. ((ISupportInitialize) this.pictureBo9).BeginInit();
  699. ((ISupportInitialize) this.pictureBo10).BeginInit();
  700. ((ISupportInitialize) this.pictureBo11).BeginInit();
  701. ((ISupportInitialize) this.pictureBo12).BeginInit();
  702. ((ISupportInitialize) this.pictureBo13).BeginInit();
  703. ((ISupportInitialize) this.pictureBo14).BeginInit();
  704. ((ISupportInitialize) this.pictureBo15).BeginInit();
  705. ((ISupportInitialize) this.pictureBo16).BeginInit();
  706. ((ISupportInitialize) this.pictureBox26).BeginInit();
  707. ((ISupportInitialize) this.pictureBox27).BeginInit();
  708. ((ISupportInitialize) this.pb25).BeginInit();
  709. base.SuspendLayout();
  710. this.pictureBox1.Image = (Image) manager.GetObject("pictureBox1.Image");
  711. this.pictureBox1.Location = new Point(-1, 100);
  712. this.pictureBox1.Name = "pictureBox1";
  713. this.pictureBox1.Size = new Size(130, 0x2e);
  714. this.pictureBox1.TabIndex = 0;
  715. this.pictureBox1.TabStop = false;
  716. this.pictureBox1.Click += new EventHandler(this.pictureBox1_Click);
  717. this.pictureBox2.Image = (Image) manager.GetObject("pictureBox2.Image");
  718. this.pictureBox2.Location = new Point(-1, 0x8f);
  719. this.pictureBox2.Name = "pictureBox2";
  720. this.pictureBox2.Size = new Size(130, 50);
  721. this.pictureBox2.TabIndex = 1;
  722. this.pictureBox2.TabStop = false;
  723. this.pictureBox2.Click += new EventHandler(this.pictureBox2_Click);
  724. this.pictureBox3.Image = (Image) manager.GetObject("pictureBox3.Image");
  725. this.pictureBox3.Location = new Point(-1, 0xb9);
  726. this.pictureBox3.Name = "pictureBox3";
  727. this.pictureBox3.Size = new Size(130, 50);
  728. this.pictureBox3.TabIndex = 2;
  729. this.pictureBox3.TabStop = false;
  730. this.pictureBox3.Click += new EventHandler(this.pictureBox3_Click);
  731. this.pictureBox4.Image = (Image) manager.GetObject("pictureBox4.Image");
  732. this.pictureBox4.Location = new Point(-1, 0xdf);
  733. this.pictureBox4.Name = "pictureBox4";
  734. this.pictureBox4.Size = new Size(130, 50);
  735. this.pictureBox4.TabIndex = 3;
  736. this.pictureBox4.TabStop = false;
  737. this.pictureBox4.Click += new EventHandler(this.pictureBox4_Click);
  738. this.pictureBox5.Image = (Image) manager.GetObject("pictureBox5.Image");
  739. this.pictureBox5.Location = new Point(-1, 0x10b);
  740. this.pictureBox5.Name = "pictureBox5";
  741. this.pictureBox5.Size = new Size(0x83, 50);
  742. this.pictureBox5.TabIndex = 4;
  743. this.pictureBox5.TabStop = false;
  744. this.pictureBox5.Click += new EventHandler(this.pictureBox5_Click);
  745. this.pictureBox6.Image = (Image) manager.GetObject("pictureBox6.Image");
  746. this.pictureBox6.Location = new Point(-1, 0x163);
  747. this.pictureBox6.Name = "pictureBox6";
  748. this.pictureBox6.Size = new Size(130, 0x2f);
  749. this.pictureBox6.TabIndex = 5;
  750. this.pictureBox6.TabStop = false;
  751. this.pictureBox6.Click += new EventHandler(this.pictureBox6_Click);
  752. this.pictureBox7.Image = (Image) manager.GetObject("pictureBox7.Image");
  753. this.pictureBox7.Location = new Point(-1, 0x137);
  754. this.pictureBox7.Name = "pictureBox7";
  755. this.pictureBox7.Size = new Size(130, 0x2c);
  756. this.pictureBox7.TabIndex = 6;
  757. this.pictureBox7.TabStop = false;
  758. this.pictureBox7.Click += new EventHandler(this.pictureBox7_Click);
  759. this.pictureBox8.Image = (Image) manager.GetObject("pictureBox8.Image");
  760. this.pictureBox8.Location = new Point(-1, 0x18d);
  761. this.pictureBox8.Name = "pictureBox8";
  762. this.pictureBox8.Size = new Size(130, 50);
  763. this.pictureBox8.TabIndex = 7;
  764. this.pictureBox8.TabStop = false;
  765. this.pictureBox8.Click += new EventHandler(this.pictureBox8_Click);
  766. this.pictureBox9.Image = (Image) manager.GetObject("pictureBox9.Image");
  767. this.pictureBox9.Location = new Point(0x332, 100);
  768. this.pictureBox9.Name = "pictureBox9";
  769. this.pictureBox9.Size = new Size(100, 50);
  770. this.pictureBox9.TabIndex = 8;
  771. this.pictureBox9.TabStop = false;
  772. this.pictureBox9.Visible = false;
  773. this.pictureBox10.Image = (Image) manager.GetObject("pictureBox10.Image");
  774. this.pictureBox10.Location = new Point(0x332, 100);
  775. this.pictureBox10.Name = "pictureBox10";
  776. this.pictureBox10.Size = new Size(100, 50);
  777. this.pictureBox10.TabIndex = 9;
  778. this.pictureBox10.TabStop = false;
  779. this.pictureBox10.Visible = false;
  780. this.pictureBox11.Image = (Image) manager.GetObject("pictureBox11.Image");
  781. this.pictureBox11.Location = new Point(0x326, 100);
  782. this.pictureBox11.Name = "pictureBox11";
  783. this.pictureBox11.Size = new Size(100, 50);
  784. this.pictureBox11.TabIndex = 10;
  785. this.pictureBox11.TabStop = false;
  786. this.pictureBox11.Visible = false;
  787. this.pictureBox12.Image = (Image) manager.GetObject("pictureBox12.Image");
  788. this.pictureBox12.Location = new Point(0x332, 100);
  789. this.pictureBox12.Name = "pictureBox12";
  790. this.pictureBox12.Size = new Size(100, 50);
  791. this.pictureBox12.TabIndex = 11;
  792. this.pictureBox12.TabStop = false;
  793. this.pictureBox12.Visible = false;
  794. this.pictureBox13.Image = (Image) manager.GetObject("pictureBox13.Image");
  795. this.pictureBox13.Location = new Point(0x326, 100);
  796. this.pictureBox13.Name = "pictureBox13";
  797. this.pictureBox13.Size = new Size(100, 50);
  798. this.pictureBox13.TabIndex = 12;
  799. this.pictureBox13.TabStop = false;
  800. this.pictureBox13.Visible = false;
  801. this.pictureBox14.Image = (Image) manager.GetObject("pictureBox14.Image");
  802. this.pictureBox14.Location = new Point(0x326, 100);
  803. this.pictureBox14.Name = "pictureBox14";
  804. this.pictureBox14.Size = new Size(100, 50);
  805. this.pictureBox14.TabIndex = 13;
  806. this.pictureBox14.TabStop = false;
  807. this.pictureBox14.Visible = false;
  808. this.pictureBox15.Image = (Image) manager.GetObject("pictureBox15.Image");
  809. this.pictureBox15.Location = new Point(0x326, 100);
  810. this.pictureBox15.Name = "pictureBox15";
  811. this.pictureBox15.Size = new Size(100, 50);
  812. this.pictureBox15.TabIndex = 14;
  813. this.pictureBox15.TabStop = false;
  814. this.pictureBox15.Visible = false;
  815. this.pictureBox16.Image = (Image) manager.GetObject("pictureBox16.Image");
  816. this.pictureBox16.Location = new Point(0x326, 100);
  817. this.pictureBox16.Name = "pictureBox16";
  818. this.pictureBox16.Size = new Size(100, 50);
  819. this.pictureBox16.TabIndex = 15;
  820. this.pictureBox16.TabStop = false;
  821. this.pictureBox16.Visible = false;
  822. this.pictureBox17.Image = (Image) manager.GetObject("pictureBox17.Image");
  823. this.pictureBox17.Location = new Point(0x326, 100);
  824. this.pictureBox17.Name = "pictureBox17";
  825. this.pictureBox17.Size = new Size(130, 0x2e);
  826. this.pictureBox17.TabIndex = 0x10;
  827. this.pictureBox17.TabStop = false;
  828. this.pictureBox17.Visible = false;
  829. this.pictureBox18.Image = (Image) manager.GetObject("pictureBox18.Image");
  830. this.pictureBox18.Location = new Point(0x326, 100);
  831. this.pictureBox18.Name = "pictureBox18";
  832. this.pictureBox18.Size = new Size(130, 50);
  833. this.pictureBox18.TabIndex = 0x11;
  834. this.pictureBox18.TabStop = false;
  835. this.pictureBox18.Visible = false;
  836. this.pictureBox19.Image = (Image) manager.GetObject("pictureBox19.Image");
  837. this.pictureBox19.Location = new Point(0x326, 100);
  838. this.pictureBox19.Name = "pictureBox19";
  839. this.pictureBox19.Size = new Size(130, 50);
  840. this.pictureBox19.TabIndex = 0x12;
  841. this.pictureBox19.TabStop = false;
  842. this.pictureBox19.Visible = false;
  843. this.pictureBox20.Image = (Image) manager.GetObject("pictureBox20.Image");
  844. this.pictureBox20.Location = new Point(0x326, 100);
  845. this.pictureBox20.Name = "pictureBox20";
  846. this.pictureBox20.Size = new Size(130, 50);
  847. this.pictureBox20.TabIndex = 0x13;
  848. this.pictureBox20.TabStop = false;
  849. this.pictureBox20.Visible = false;
  850. this.pictureBox21.Image = (Image) manager.GetObject("pictureBox21.Image");
  851. this.pictureBox21.Location = new Point(0x326, 100);
  852. this.pictureBox21.Name = "pictureBox21";
  853. this.pictureBox21.Size = new Size(130, 50);
  854. this.pictureBox21.TabIndex = 20;
  855. this.pictureBox21.TabStop = false;
  856. this.pictureBox21.Visible = false;
  857. this.pictureBox22.Image = (Image) manager.GetObject("pictureBox22.Image");
  858. this.pictureBox22.Location = new Point(0x326, 100);
  859. this.pictureBox22.Name = "pictureBox22";
  860. this.pictureBox22.Size = new Size(130, 50);
  861. this.pictureBox22.TabIndex = 0x15;
  862. this.pictureBox22.TabStop = false;
  863. this.pictureBox22.Visible = false;
  864. this.pictureBox23.Image = (Image) manager.GetObject("pictureBox23.Image");
  865. this.pictureBox23.Location = new Point(0x326, 100);
  866. this.pictureBox23.Name = "pictureBox23";
  867. this.pictureBox23.Size = new Size(130, 50);
  868. this.pictureBox23.TabIndex = 0x16;
  869. this.pictureBox23.TabStop = false;
  870. this.pictureBox23.Visible = false;
  871. this.pictureBox24.Image = (Image) manager.GetObject("pictureBox24.Image");
  872. this.pictureBox24.Location = new Point(0x326, 100);
  873. this.pictureBox24.Name = "pictureBox24";
  874. this.pictureBox24.Size = new Size(130, 50);
  875. this.pictureBox24.TabIndex = 0x17;
  876. this.pictureBox24.TabStop = false;
  877. this.pictureBox24.Visible = false;
  878. this.textBox1.Location = new Point(0x87, 0x7e);
  879. this.textBox1.Name = "textBox1";
  880. this.textBox1.Size = new Size(0xdd, 20);
  881. this.textBox1.TabIndex = 0x18;
  882. this.label1.AutoSize = true;
  883. this.label1.Location = new Point(0xc2, 110);
  884. this.label1.Name = "label1";
  885. this.label1.Size = new Size(0x31, 13);
  886. this.label1.TabIndex = 0x19;
  887. this.label1.Text = "Ваш ник";
  888. this.label2.AutoSize = true;
  889. this.label2.Location = new Point(0xaf, 0x95);
  890. this.label2.Name = "label2";
  891. this.label2.Size = new Size(0x6c, 13);
  892. this.label2.TabIndex = 0x1a;
  893. this.label2.Text = "Ник нарушителя(ей)";
  894. this.textBox2.Location = new Point(0x88, 0xa4);
  895. this.textBox2.Name = "textBox2";
  896. this.textBox2.Size = new Size(220, 20);
  897. this.textBox2.TabIndex = 0x1b;
  898. this.comboBox1.FormattingEnabled = true;
  899. this.comboBox1.Items.AddRange(new object[] {
  900. "Пиар другого проекта", "Пиар канала на Youtube", "Пиар стрима", "Видео о читах", "Оскорбление Администрации", "Оскорбление Сервера", "Тима на Solo SkyWars", "Тима на BedWars", "Упоминание родителей", "Ассоциальное поведение", "Продажа читов", "Распростронение читов", "Читерство", "Неприличный ник", "Неприличный скин", "Неприличный плащ",
  901. "Неприличная постройка на BuldBattle", "Некоректный префикс", "Багоюз", "Убийство союзника на SW", "Обман", "Пропоганда наркотиков", "Пропаганда нацизма", "Оскорбление госсударства", "Стороннее ссылки", "Флуд суицидом", "Выдача себя за Администрацию"
  902. });
  903. this.comboBox1.Location = new Point(0x87, 0xd6);
  904. this.comboBox1.Name = "comboBox1";
  905. this.comboBox1.Size = new Size(0xdd, 0x15);
  906. this.comboBox1.TabIndex = 0x1c;
  907. this.comboBox1.Text = "Выберите из списка или впишите свою";
  908. this.comboBox1.SelectedIndexChanged += new EventHandler(this.comboBox1_SelectedIndexChanged);
  909. this.label3.AutoSize = true;
  910. this.label3.Location = new Point(0xb2, 0xbf);
  911. this.label3.Name = "label3";
  912. this.label3.Size = new Size(0x5d, 13);
  913. this.label3.TabIndex = 0x1d;
  914. this.label3.Text = "Причина жалобы";
  915. this.label4.AutoSize = true;
  916. this.label4.Location = new Point(0xb5, 0xf2);
  917. this.label4.Name = "label4";
  918. this.label4.Size = new Size(0x68, 13);
  919. this.label4.TabIndex = 30;
  920. this.label4.Text = "Доказательства(о)";
  921. this.textBox3.Location = new Point(0x88, 0x10b);
  922. this.textBox3.Name = "textBox3";
  923. this.textBox3.Size = new Size(0xac, 20);
  924. this.textBox3.TabIndex = 0x1f;
  925. this.button1.Location = new Point(0x12f, 0x10b);
  926. this.button1.Name = "button1";
  927. this.button1.Size = new Size(0x35, 0x17);
  928. this.button1.TabIndex = 0x20;
  929. this.button1.Text = "upd";
  930. this.button1.UseVisualStyleBackColor = true;
  931. this.button1.Click += new EventHandler(this.button1_Click);
  932. this.richTextBox1.Location = new Point(0x16a, 100);
  933. this.richTextBox1.Name = "richTextBox1";
  934. this.richTextBox1.ReadOnly = true;
  935. this.richTextBox1.Size = new Size(0x1df, 0x15b);
  936. this.richTextBox1.TabIndex = 0x21;
  937. this.richTextBox1.Text = "";
  938. this.label5.AutoSize = true;
  939. this.label5.Location = new Point(0x94, 0x130);
  940. this.label5.Name = "label5";
  941. this.label5.Size = new Size(160, 13);
  942. this.label5.TabIndex = 0x22;
  943. this.label5.Text = "Дополнительная информация";
  944. this.textBox4.Location = new Point(0x88, 0x14f);
  945. this.textBox4.Name = "textBox4";
  946. this.textBox4.Size = new Size(220, 20);
  947. this.textBox4.TabIndex = 0x23;
  948. this.button2.Location = new Point(0xa4, 0x17a);
  949. this.button2.Name = "button2";
  950. this.button2.Size = new Size(0x9c, 40);
  951. this.button2.TabIndex = 0x24;
  952. this.button2.Text = "Создать жалобу";
  953. this.button2.UseVisualStyleBackColor = true;
  954. this.button2.Click += new EventHandler(this.button2_Click);
  955. this.button3.Image = (Image) manager.GetObject("button3.Image");
  956. this.button3.Location = new Point(0x1da, 0xdf);
  957. this.button3.Name = "button3";
  958. this.button3.Size = new Size(0x6f, 0x5e);
  959. this.button3.TabIndex = 0x25;
  960. this.button3.UseVisualStyleBackColor = true;
  961. this.button3.Visible = false;
  962. this.button3.Click += new EventHandler(this.button3_Click);
  963. this.button4.Image = (Image) manager.GetObject("button4.Image");
  964. this.button4.Location = new Point(0x288, 0xdf);
  965. this.button4.Name = "button4";
  966. this.button4.Size = new Size(0x6f, 0x5e);
  967. this.button4.TabIndex = 0x26;
  968. this.button4.UseVisualStyleBackColor = true;
  969. this.button4.Visible = false;
  970. this.button4.Click += new EventHandler(this.button4_Click);
  971. this.label6.AutoSize = true;
  972. this.label6.Location = new Point(490, 0xbf);
  973. this.label6.Name = "label6";
  974. this.label6.Size = new Size(0xee, 13);
  975. this.label6.TabIndex = 0x27;
  976. this.label6.Text = "Выберите тип загружаемого доказательства";
  977. this.label6.Visible = false;
  978. this.webBrowser1.Location = new Point(0x16a, 100);
  979. this.webBrowser1.MinimumSize = new Size(20, 20);
  980. this.webBrowser1.Name = "webBrowser1";
  981. this.webBrowser1.Size = new Size(0x1df, 0x15b);
  982. this.webBrowser1.TabIndex = 40;
  983. this.webBrowser1.Visible = false;
  984. this.webBrowser1.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
  985. this.button5.Location = new Point(0x2d7, 0x1a8);
  986. this.button5.Name = "button5";
  987. this.button5.Size = new Size(0x63, 0x17);
  988. this.button5.TabIndex = 0x29;
  989. this.button5.Text = "Добавить ещё";
  990. this.button5.UseVisualStyleBackColor = true;
  991. this.button5.Visible = false;
  992. this.button5.Click += new EventHandler(this.button5_Click);
  993. this.button6.Location = new Point(0x1ed, 0x1a8);
  994. this.button6.Name = "button6";
  995. this.button6.Size = new Size(0xeb, 0x17);
  996. this.button6.TabIndex = 0x2a;
  997. this.button6.Text = "Закончить работу с доказательствами";
  998. this.button6.UseVisualStyleBackColor = true;
  999. this.button6.Visible = false;
  1000. this.button6.Click += new EventHandler(this.button6_Click);
  1001. this.button7.Image = (Image) manager.GetObject("button7.Image");
  1002. this.button7.Location = new Point(0x303, 0);
  1003. this.button7.Name = "button7";
  1004. this.button7.Size = new Size(0x23, 0x1c);
  1005. this.button7.TabIndex = 0x2b;
  1006. this.button7.UseVisualStyleBackColor = true;
  1007. this.button7.Click += new EventHandler(this.button7_Click);
  1008. this.button8.Image = (Image) manager.GetObject("button8.Image");
  1009. this.button8.Location = new Point(740, 0);
  1010. this.button8.Name = "button8";
  1011. this.button8.Size = new Size(0x23, 0x1c);
  1012. this.button8.TabIndex = 0x2c;
  1013. this.button8.UseVisualStyleBackColor = true;
  1014. this.button8.Click += new EventHandler(this.button8_Click);
  1015. this.button9.Image = (Image) manager.GetObject("button9.Image");
  1016. this.button9.Location = new Point(0x2c4, 0);
  1017. this.button9.Name = "button9";
  1018. this.button9.Size = new Size(0x23, 0x1c);
  1019. this.button9.TabIndex = 0x2d;
  1020. this.button9.UseVisualStyleBackColor = true;
  1021. this.button9.Click += new EventHandler(this.button9_Click);
  1022. this.button10.Image = (Image) manager.GetObject("button10.Image");
  1023. this.button10.Location = new Point(0x2a4, 0);
  1024. this.button10.Name = "button10";
  1025. this.button10.Size = new Size(0x23, 0x1c);
  1026. this.button10.TabIndex = 0x2e;
  1027. this.button10.UseVisualStyleBackColor = true;
  1028. this.button10.Click += new EventHandler(this.button10_Click);
  1029. this.button11.Location = new Point(0x7f, 0x1a8);
  1030. this.button11.Name = "button11";
  1031. this.button11.Size = new Size(0xec, 0x17);
  1032. this.button11.TabIndex = 0x2f;
  1033. this.button11.Text = "Пожаловаться на пользователя форума";
  1034. this.button11.UseVisualStyleBackColor = true;
  1035. this.button11.Click += new EventHandler(this.button11_Click);
  1036. this.f2.Location = new Point(0x1ed, 0xcf);
  1037. this.f2.Name = "f2";
  1038. this.f2.Size = new Size(0x4b, 0x17);
  1039. this.f2.TabIndex = 0x30;
  1040. this.f2.Text = "Обычная";
  1041. this.f2.UseVisualStyleBackColor = true;
  1042. this.f2.Visible = false;
  1043. this.f2.Click += new EventHandler(this.f2_Click);
  1044. this.f3.Location = new Point(0x23e, 0xcf);
  1045. this.f3.Name = "f3";
  1046. this.f3.Size = new Size(0x4b, 0x17);
  1047. this.f3.TabIndex = 0x31;
  1048. this.f3.Text = "Накрутка";
  1049. this.f3.UseVisualStyleBackColor = true;
  1050. this.f3.Visible = false;
  1051. this.f3.Click += new EventHandler(this.f3_Click);
  1052. this.f1.AutoSize = true;
  1053. this.f1.Location = new Point(0x211, 0xaf);
  1054. this.f1.Name = "f1";
  1055. this.f1.Size = new Size(0x45, 13);
  1056. this.f1.TabIndex = 50;
  1057. this.f1.Text = "Тип жалобы";
  1058. this.f1.Visible = false;
  1059. this.n1.AutoSize = true;
  1060. this.n1.Location = new Point(10, 100);
  1061. this.n1.Name = "n1";
  1062. this.n1.Size = new Size(0xcb, 13);
  1063. this.n1.TabIndex = 0x33;
  1064. this.n1.Text = "Ссылка на профиль того, кому крутят.";
  1065. this.n1.Visible = false;
  1066. this.n2.Location = new Point(10, 0x71);
  1067. this.n2.Name = "n2";
  1068. this.n2.Size = new Size(200, 20);
  1069. this.n2.TabIndex = 0x34;
  1070. this.n2.Visible = false;
  1071. this.n3.AutoSize = true;
  1072. this.n3.Location = new Point(10, 0x95);
  1073. this.n3.Name = "n3";
  1074. this.n3.Size = new Size(0xc0, 13);
  1075. this.n3.TabIndex = 0x35;
  1076. this.n3.Text = "Ссылка на профиль того, кто крутит";
  1077. this.n3.Visible = false;
  1078. this.n5.Location = new Point(0x37, 0xbd);
  1079. this.n5.Name = "n5";
  1080. this.n5.Size = new Size(0x62, 0x24);
  1081. this.n5.TabIndex = 0x36;
  1082. this.n5.Text = "Создать жалобу";
  1083. this.n5.UseVisualStyleBackColor = true;
  1084. this.n5.Visible = false;
  1085. this.n5.Click += new EventHandler(this.n5_Click);
  1086. this.n4.Location = new Point(10, 0xa3);
  1087. this.n4.Name = "n4";
  1088. this.n4.Size = new Size(200, 20);
  1089. this.n4.TabIndex = 0x37;
  1090. this.n4.Visible = false;
  1091. this.z1.AutoSize = true;
  1092. this.z1.Location = new Point(0x3f, 0x81);
  1093. this.z1.Name = "z1";
  1094. this.z1.Size = new Size(90, 13);
  1095. this.z1.TabIndex = 0x38;
  1096. this.z1.Text = "Ник нарушителя";
  1097. this.z1.Visible = false;
  1098. this.z2.Location = new Point(13, 0x92);
  1099. this.z2.Name = "z2";
  1100. this.z2.Size = new Size(200, 20);
  1101. this.z2.TabIndex = 0x39;
  1102. this.z2.Visible = false;
  1103. this.z3.AutoSize = true;
  1104. this.z3.Location = new Point(0x1f, 0xaf);
  1105. this.z3.Name = "z3";
  1106. this.z3.Size = new Size(0xab, 13);
  1107. this.z3.TabIndex = 0x3a;
  1108. this.z3.Text = "Ссылка на профиль нарушителя";
  1109. this.z3.Visible = false;
  1110. this.z4.Location = new Point(10, 0xbf);
  1111. this.z4.Name = "z4";
  1112. this.z4.Size = new Size(0xc5, 20);
  1113. this.z4.TabIndex = 0x3b;
  1114. this.z4.Visible = false;
  1115. this.z5.AutoSize = true;
  1116. this.z5.Location = new Point(0x49, 0xd4);
  1117. this.z5.Name = "z5";
  1118. this.z5.Size = new Size(0x31, 13);
  1119. this.z5.TabIndex = 60;
  1120. this.z5.Text = "Ваш ник";
  1121. this.z5.Visible = false;
  1122. this.z6.Location = new Point(8, 0xe4);
  1123. this.z6.Name = "z6";
  1124. this.z6.Size = new Size(0xc2, 20);
  1125. this.z6.TabIndex = 0x3d;
  1126. this.z6.Visible = false;
  1127. this.z7.AutoSize = true;
  1128. this.z7.Location = new Point(0x34, 0xfb);
  1129. this.z7.Name = "z7";
  1130. this.z7.Size = new Size(0x5d, 13);
  1131. this.z7.TabIndex = 0x3e;
  1132. this.z7.Text = "Причина жалобы";
  1133. this.z7.Visible = false;
  1134. this.z9.AutoSize = true;
  1135. this.z9.Location = new Point(40, 0x127);
  1136. this.z9.Name = "z9";
  1137. this.z9.Size = new Size(0x7b, 13);
  1138. this.z9.TabIndex = 0x40;
  1139. this.z9.Text = "Скриншоты нарушения";
  1140. this.z9.Visible = false;
  1141. this.z10.Location = new Point(10, 0x137);
  1142. this.z10.Name = "z10";
  1143. this.z10.Size = new Size(0xc0, 20);
  1144. this.z10.TabIndex = 0x41;
  1145. this.z10.Visible = false;
  1146. this.z11.AutoSize = true;
  1147. this.z11.Location = new Point(7, 0x153);
  1148. this.z11.Name = "z11";
  1149. this.z11.Size = new Size(0x100, 13);
  1150. this.z11.TabIndex = 0x42;
  1151. this.z11.Text = "Ссылку на тему, где было совершено нарушение";
  1152. this.z11.Visible = false;
  1153. this.z12.Location = new Point(10, 0x169);
  1154. this.z12.Name = "z12";
  1155. this.z12.Size = new Size(0xc0, 20);
  1156. this.z12.TabIndex = 0x43;
  1157. this.z12.Visible = false;
  1158. this.z13.Location = new Point(0x22, 0x18b);
  1159. this.z13.Name = "z13";
  1160. this.z13.Size = new Size(0x77, 0x17);
  1161. this.z13.TabIndex = 0x44;
  1162. this.z13.Text = "Создать жалобу";
  1163. this.z13.UseVisualStyleBackColor = true;
  1164. this.z13.Visible = false;
  1165. this.z13.Click += new EventHandler(this.z13_Click);
  1166. this.button12.Location = new Point(0x16a, 0x1a8);
  1167. this.button12.Name = "button12";
  1168. this.button12.Size = new Size(0x84, 0x17);
  1169. this.button12.TabIndex = 0x45;
  1170. this.button12.Text = "Дизайны";
  1171. this.button12.UseVisualStyleBackColor = true;
  1172. this.button12.Click += new EventHandler(this.button12_Click);
  1173. this.comboBox2.FormattingEnabled = true;
  1174. this.comboBox2.Items.AddRange(new object[] { "Обычный", "Minecraft - Design by CAPSLOCK", "Material - Design by MyUsername" });
  1175. this.comboBox2.Location = new Point(0x16a, 0x18d);
  1176. this.comboBox2.Name = "comboBox2";
  1177. this.comboBox2.Size = new Size(0x84, 0x15);
  1178. this.comboBox2.TabIndex = 70;
  1179. this.comboBox2.Text = "Выбери";
  1180. this.comboBox2.Visible = false;
  1181. this.button13.Location = new Point(0x16a, 0x1a8);
  1182. this.button13.Name = "button13";
  1183. this.button13.Size = new Size(0x80, 0x17);
  1184. this.button13.TabIndex = 0x47;
  1185. this.button13.Text = "Применить";
  1186. this.button13.UseVisualStyleBackColor = true;
  1187. this.button13.Visible = false;
  1188. this.button13.Click += new EventHandler(this.button13_Click);
  1189. this.pictureBox_5.Image = (Image) manager.GetObject("pictureBox_5.Image");
  1190. this.pictureBox_5.Location = new Point(0x18d, -26);
  1191. this.pictureBox_5.Name = "pictureBox_5";
  1192. this.pictureBox_5.Size = new Size(0x83, 50);
  1193. this.pictureBox_5.TabIndex = 0x48;
  1194. this.pictureBox_5.TabStop = false;
  1195. this.pictureBox_5.Visible = false;
  1196. this.pictureBox_4.Image = (Image) manager.GetObject("pictureBox_4.Image");
  1197. this.pictureBox_4.Location = new Point(390, -26);
  1198. this.pictureBox_4.Name = "pictureBox_4";
  1199. this.pictureBox_4.Size = new Size(130, 0x2e);
  1200. this.pictureBox_4.TabIndex = 0x49;
  1201. this.pictureBox_4.TabStop = false;
  1202. this.pictureBox_4.Visible = false;
  1203. this.pictureBox_4.Click += new EventHandler(this.pictureBox25_Click);
  1204. this.pictureBox_7.Image = (Image) manager.GetObject("pictureBox_7.Image");
  1205. this.pictureBox_7.Location = new Point(0x18d, -22);
  1206. this.pictureBox_7.Name = "pictureBox_7";
  1207. this.pictureBox_7.Size = new Size(130, 50);
  1208. this.pictureBox_7.TabIndex = 0x4a;
  1209. this.pictureBox_7.TabStop = false;
  1210. this.pictureBox_7.Visible = false;
  1211. this.pictureBox_6.Image = (Image) manager.GetObject("pictureBox_6.Image");
  1212. this.pictureBox_6.Location = new Point(390, -22);
  1213. this.pictureBox_6.Name = "pictureBox_6";
  1214. this.pictureBox_6.Size = new Size(130, 50);
  1215. this.pictureBox_6.TabIndex = 0x4b;
  1216. this.pictureBox_6.TabStop = false;
  1217. this.pictureBox_6.Visible = false;
  1218. this.pictureBox_8.Image = (Image) manager.GetObject("pictureBox_8.Image");
  1219. this.pictureBox_8.Location = new Point(0x18d, -29);
  1220. this.pictureBox_8.Name = "pictureBox_8";
  1221. this.pictureBox_8.Size = new Size(130, 50);
  1222. this.pictureBox_8.TabIndex = 0x4c;
  1223. this.pictureBox_8.TabStop = false;
  1224. this.pictureBox_8.Visible = false;
  1225. this.pictureBox_8.Click += new EventHandler(this.pictureBox25_Click_1);
  1226. this.pictureBox_3.Image = (Image) manager.GetObject("pictureBox_3.Image");
  1227. this.pictureBox_3.Location = new Point(0x18e, -26);
  1228. this.pictureBox_3.Name = "pictureBox_3";
  1229. this.pictureBox_3.Size = new Size(130, 40);
  1230. this.pictureBox_3.TabIndex = 0x4d;
  1231. this.pictureBox_3.TabStop = false;
  1232. this.pictureBox_3.Visible = false;
  1233. this.pictureBox_2.Image = (Image) manager.GetObject("pictureBox_2.Image");
  1234. this.pictureBox_2.Location = new Point(0x18e, -22);
  1235. this.pictureBox_2.Name = "pictureBox_2";
  1236. this.pictureBox_2.Size = new Size(130, 0x29);
  1237. this.pictureBox_2.TabIndex = 0x4e;
  1238. this.pictureBox_2.TabStop = false;
  1239. this.pictureBox_2.Visible = false;
  1240. this.pictureBox_1.Image = (Image) manager.GetObject("pictureBox_1.Image");
  1241. this.pictureBox_1.Location = new Point(0x18e, -31);
  1242. this.pictureBox_1.Name = "pictureBox_1";
  1243. this.pictureBox_1.Size = new Size(130, 50);
  1244. this.pictureBox_1.TabIndex = 0x4f;
  1245. this.pictureBox_1.TabStop = false;
  1246. this.pictureBox_1.Visible = false;
  1247. this.pictureBox_9.Image = (Image) manager.GetObject("pictureBox_9.Image");
  1248. this.pictureBox_9.Location = new Point(390, -22);
  1249. this.pictureBox_9.Name = "pictureBox_9";
  1250. this.pictureBox_9.Size = new Size(0x8a, 0x29);
  1251. this.pictureBox_9.TabIndex = 80;
  1252. this.pictureBox_9.TabStop = false;
  1253. this.pictureBox_9.Visible = false;
  1254. this.pictureBox_10.Image = (Image) manager.GetObject("pictureBox_10.Image");
  1255. this.pictureBox_10.Location = new Point(390, -26);
  1256. this.pictureBox_10.Name = "pictureBox_10";
  1257. this.pictureBox_10.Size = new Size(0x8a, 0x2f);
  1258. this.pictureBox_10.TabIndex = 0x51;
  1259. this.pictureBox_10.TabStop = false;
  1260. this.pictureBox_10.Visible = false;
  1261. this.pictureBox_11.Image = (Image) manager.GetObject("pictureBox_11.Image");
  1262. this.pictureBox_11.Location = new Point(390, -25);
  1263. this.pictureBox_11.Name = "pictureBox_11";
  1264. this.pictureBox_11.Size = new Size(0x8a, 0x2c);
  1265. this.pictureBox_11.TabIndex = 0x52;
  1266. this.pictureBox_11.TabStop = false;
  1267. this.pictureBox_11.Visible = false;
  1268. this.pictureBox_12.Image = (Image) manager.GetObject("pictureBox_12.Image");
  1269. this.pictureBox_12.Location = new Point(390, -36);
  1270. this.pictureBox_12.Name = "pictureBox_12";
  1271. this.pictureBox_12.Size = new Size(0x8a, 50);
  1272. this.pictureBox_12.TabIndex = 0x53;
  1273. this.pictureBox_12.TabStop = false;
  1274. this.pictureBox_12.Visible = false;
  1275. this.pictureBox_13.Image = (Image) manager.GetObject("pictureBox_13.Image");
  1276. this.pictureBox_13.Location = new Point(390, -31);
  1277. this.pictureBox_13.Name = "pictureBox_13";
  1278. this.pictureBox_13.Size = new Size(0x8a, 50);
  1279. this.pictureBox_13.TabIndex = 0x54;
  1280. this.pictureBox_13.TabStop = false;
  1281. this.pictureBox_13.Visible = false;
  1282. this.pictureBox_14.Image = (Image) manager.GetObject("pictureBox_14.Image");
  1283. this.pictureBox_14.Location = new Point(390, -36);
  1284. this.pictureBox_14.Name = "pictureBox_14";
  1285. this.pictureBox_14.Size = new Size(0x8a, 50);
  1286. this.pictureBox_14.TabIndex = 0x55;
  1287. this.pictureBox_14.TabStop = false;
  1288. this.pictureBox_14.Visible = false;
  1289. this.pictureBox_15.Image = (Image) manager.GetObject("pictureBox_15.Image");
  1290. this.pictureBox_15.Location = new Point(390, -26);
  1291. this.pictureBox_15.Name = "pictureBox_15";
  1292. this.pictureBox_15.Size = new Size(0x8a, 50);
  1293. this.pictureBox_15.TabIndex = 0x56;
  1294. this.pictureBox_15.TabStop = false;
  1295. this.pictureBox_15.Visible = false;
  1296. this.pictureBox_16.Image = (Image) manager.GetObject("pictureBox_16.Image");
  1297. this.pictureBox_16.Location = new Point(390, -25);
  1298. this.pictureBox_16.Name = "pictureBox_16";
  1299. this.pictureBox_16.Size = new Size(0x8b, 50);
  1300. this.pictureBox_16.TabIndex = 0x57;
  1301. this.pictureBox_16.TabStop = false;
  1302. this.pictureBox_16.Visible = false;
  1303. this.button2Image.Image = (Image) manager.GetObject("button2Image.Image");
  1304. this.button2Image.Location = new Point(0x1ed, 2);
  1305. this.button2Image.Name = "button2Image";
  1306. this.button2Image.Size = new Size(10, 12);
  1307. this.button2Image.TabIndex = 0x58;
  1308. this.button2Image.TabStop = false;
  1309. this.button2Image.Visible = false;
  1310. this.fon.Image = (Image) manager.GetObject("fon.Image");
  1311. this.fon.Location = new Point(0x1ed, 4);
  1312. this.fon.Name = "fon";
  1313. this.fon.Size = new Size(10, 10);
  1314. this.fon.TabIndex = 0x59;
  1315. this.fon.TabStop = false;
  1316. this.fon.Visible = false;
  1317. this.rank2.FormattingEnabled = true;
  1318. this.rank2.Items.AddRange(new object[] { "[Игрок]", "[VIP]", "[Premium]", "[Holy]", "[Immortal]" });
  1319. this.rank2.Location = new Point(0xe8, 0x163);
  1320. this.rank2.Name = "rank2";
  1321. this.rank2.Size = new Size(0x7c, 0x15);
  1322. this.rank2.TabIndex = 90;
  1323. this.rank1.AutoSize = true;
  1324. this.rank1.Location = new Point(0x87, 0x166);
  1325. this.rank1.Name = "rank1";
  1326. this.rank1.Size = new Size(0x5e, 13);
  1327. this.rank1.TabIndex = 0x5b;
  1328. this.rank1.Text = "Ранг нарушителя";
  1329. this.shapka.Image = (Image) manager.GetObject("shapka.Image");
  1330. this.shapka.Location = new Point(-1, -8);
  1331. this.shapka.Name = "shapka";
  1332. this.shapka.Size = new Size(0x34a, 0x69);
  1333. this.shapka.TabIndex = 0x5c;
  1334. this.shapka.TabStop = false;
  1335. this.closed.Image = (Image) manager.GetObject("closed.Image");
  1336. this.closed.Location = new Point(0x326, 0);
  1337. this.closed.Name = "closed";
  1338. this.closed.Size = new Size(0x23, 0x1c);
  1339. this.closed.TabIndex = 0x5d;
  1340. this.closed.UseVisualStyleBackColor = true;
  1341. this.closed.Click += new EventHandler(this.closed_Click);
  1342. this.z8.FormattingEnabled = true;
  1343. this.z8.Items.AddRange(new object[] { "Мат", "Оскорбление сервера", "Оскорбление администации", "Оскорбление игрока(ов)", "Публичный уход с сервера", "Упоминание другого проекта", "Упоминание родных", "Ассоциальное поведение", "Непреличное изображение", "Продажа за реальные деньги", "Пиар клана", "Пиар канала на ютубе" });
  1344. this.z8.Location = new Point(8, 0x10f);
  1345. this.z8.Name = "z8";
  1346. this.z8.Size = new Size(0xc7, 0x15);
  1347. this.z8.TabIndex = 0x5e;
  1348. this.z8.Visible = false;
  1349. this.pictureBo2.Image = (Image) manager.GetObject("pictureBo2.Image");
  1350. this.pictureBo2.Location = new Point(-19, -16);
  1351. this.pictureBo2.Name = "pictureBo2";
  1352. this.pictureBo2.Size = new Size(0x8d, 0x2c);
  1353. this.pictureBo2.TabIndex = 0x5f;
  1354. this.pictureBo2.TabStop = false;
  1355. this.pictureBo2.Visible = false;
  1356. this.pictureBo3.Image = (Image) manager.GetObject("pictureBo3.Image");
  1357. this.pictureBo3.Location = new Point(-30, -19);
  1358. this.pictureBo3.Name = "pictureBo3";
  1359. this.pictureBo3.Size = new Size(0x8d, 0x2c);
  1360. this.pictureBo3.TabIndex = 0x60;
  1361. this.pictureBo3.TabStop = false;
  1362. this.pictureBo3.Visible = false;
  1363. this.pictureBo4.Image = (Image) manager.GetObject("pictureBo4.Image");
  1364. this.pictureBo4.Location = new Point(-11, -16);
  1365. this.pictureBo4.Name = "pictureBo4";
  1366. this.pictureBo4.Size = new Size(0x8d, 0x2c);
  1367. this.pictureBo4.TabIndex = 0x61;
  1368. this.pictureBo4.TabStop = false;
  1369. this.pictureBo4.Visible = false;
  1370. this.pictureBo5.Image = (Image) manager.GetObject("pictureBo5.Image");
  1371. this.pictureBo5.Location = new Point(-19, -19);
  1372. this.pictureBo5.Name = "pictureBo5";
  1373. this.pictureBo5.Size = new Size(0x8d, 0x2c);
  1374. this.pictureBo5.TabIndex = 0x62;
  1375. this.pictureBo5.TabStop = false;
  1376. this.pictureBo5.Visible = false;
  1377. this.pictureBo6.Image = (Image) manager.GetObject("pictureBo6.Image");
  1378. this.pictureBo6.Location = new Point(-11, -24);
  1379. this.pictureBo6.Name = "pictureBo6";
  1380. this.pictureBo6.Size = new Size(0x8d, 0x2c);
  1381. this.pictureBo6.TabIndex = 0x63;
  1382. this.pictureBo6.TabStop = false;
  1383. this.pictureBo6.Visible = false;
  1384. this.pictureBo7.Image = (Image) manager.GetObject("pictureBo7.Image");
  1385. this.pictureBo7.Location = new Point(-1, -19);
  1386. this.pictureBo7.Name = "pictureBo7";
  1387. this.pictureBo7.Size = new Size(0x8d, 0x2c);
  1388. this.pictureBo7.TabIndex = 100;
  1389. this.pictureBo7.TabStop = false;
  1390. this.pictureBo7.Visible = false;
  1391. this.pictureBo8.Image = (Image) manager.GetObject("pictureBo8.Image");
  1392. this.pictureBo8.Location = new Point(-11, -16);
  1393. this.pictureBo8.Name = "pictureBo8";
  1394. this.pictureBo8.Size = new Size(0x8d, 0x2c);
  1395. this.pictureBo8.TabIndex = 0x65;
  1396. this.pictureBo8.TabStop = false;
  1397. this.pictureBo8.Visible = false;
  1398. this.pictureBo1.Image = (Image) manager.GetObject("pictureBo1.Image");
  1399. this.pictureBo1.Location = new Point(-67, -26);
  1400. this.pictureBo1.Name = "pictureBo1";
  1401. this.pictureBo1.Size = new Size(0x8d, 0x2c);
  1402. this.pictureBo1.TabIndex = 0x66;
  1403. this.pictureBo1.TabStop = false;
  1404. this.pictureBo1.Visible = false;
  1405. this.pictureBo9.Image = (Image) manager.GetObject("pictureBo9.Image");
  1406. this.pictureBo9.Location = new Point(10, -16);
  1407. this.pictureBo9.Name = "pictureBo9";
  1408. this.pictureBo9.Size = new Size(0x8d, 0x2c);
  1409. this.pictureBo9.TabIndex = 0x67;
  1410. this.pictureBo9.TabStop = false;
  1411. this.pictureBo9.Visible = false;
  1412. this.pictureBo10.Image = (Image) manager.GetObject("pictureBo10.Image");
  1413. this.pictureBo10.Location = new Point(-1, -16);
  1414. this.pictureBo10.Name = "pictureBo10";
  1415. this.pictureBo10.Size = new Size(0x8d, 0x2c);
  1416. this.pictureBo10.TabIndex = 0x68;
  1417. this.pictureBo10.TabStop = false;
  1418. this.pictureBo10.Visible = false;
  1419. this.pictureBo11.Image = (Image) manager.GetObject("pictureBo11.Image");
  1420. this.pictureBo11.Location = new Point(8, -19);
  1421. this.pictureBo11.Name = "pictureBo11";
  1422. this.pictureBo11.Size = new Size(0x8d, 0x2c);
  1423. this.pictureBo11.TabIndex = 0x69;
  1424. this.pictureBo11.TabStop = false;
  1425. this.pictureBo11.Visible = false;
  1426. this.pictureBo12.Image = (Image) manager.GetObject("pictureBo12.Image");
  1427. this.pictureBo12.Location = new Point(10, -19);
  1428. this.pictureBo12.Name = "pictureBo12";
  1429. this.pictureBo12.Size = new Size(0x8d, 0x2c);
  1430. this.pictureBo12.TabIndex = 0x6a;
  1431. this.pictureBo12.TabStop = false;
  1432. this.pictureBo12.Visible = false;
  1433. this.pictureBo13.Image = (Image) manager.GetObject("pictureBo13.Image");
  1434. this.pictureBo13.Location = new Point(-1, -16);
  1435. this.pictureBo13.Name = "pictureBo13";
  1436. this.pictureBo13.Size = new Size(0x8d, 0x2c);
  1437. this.pictureBo13.TabIndex = 0x6b;
  1438. this.pictureBo13.TabStop = false;
  1439. this.pictureBo13.Visible = false;
  1440. this.pictureBo14.Image = (Image) manager.GetObject("pictureBo14.Image");
  1441. this.pictureBo14.Location = new Point(-19, -23);
  1442. this.pictureBo14.Name = "pictureBo14";
  1443. this.pictureBo14.Size = new Size(0x8d, 0x2c);
  1444. this.pictureBo14.TabIndex = 0x6c;
  1445. this.pictureBo14.TabStop = false;
  1446. this.pictureBo14.Visible = false;
  1447. this.pictureBo15.Image = (Image) manager.GetObject("pictureBo15.Image");
  1448. this.pictureBo15.Location = new Point(-19, -20);
  1449. this.pictureBo15.Name = "pictureBo15";
  1450. this.pictureBo15.Size = new Size(0x8d, 0x2c);
  1451. this.pictureBo15.TabIndex = 0x6d;
  1452. this.pictureBo15.TabStop = false;
  1453. this.pictureBo15.Visible = false;
  1454. this.pictureBo16.Image = (Image) manager.GetObject("pictureBo16.Image");
  1455. this.pictureBo16.Location = new Point(-1, -19);
  1456. this.pictureBo16.Name = "pictureBo16";
  1457. this.pictureBo16.Size = new Size(0x8d, 0x2c);
  1458. this.pictureBo16.TabIndex = 110;
  1459. this.pictureBo16.TabStop = false;
  1460. this.pictureBo16.Visible = false;
  1461. this.pictureBox26.Image = (Image) manager.GetObject("pictureBox26.Image");
  1462. this.pictureBox26.Location = new Point(0x22, 0);
  1463. this.pictureBox26.Name = "pictureBox26";
  1464. this.pictureBox26.Size = new Size(20, 14);
  1465. this.pictureBox26.TabIndex = 0x6f;
  1466. this.pictureBox26.TabStop = false;
  1467. this.pictureBox26.Visible = false;
  1468. this.pictureBox27.Image = (Image) manager.GetObject("pictureBox27.Image");
  1469. this.pictureBox27.Location = new Point(60, 2);
  1470. this.pictureBox27.Name = "pictureBox27";
  1471. this.pictureBox27.Size = new Size(20, 14);
  1472. this.pictureBox27.TabIndex = 0x70;
  1473. this.pictureBox27.TabStop = false;
  1474. this.pictureBox27.Visible = false;
  1475. this.m2.Location = new Point(-1, 130);
  1476. this.m2.Name = "m2";
  1477. this.m2.Size = new Size(0x147, 20);
  1478. this.m2.TabIndex = 0x71;
  1479. this.m2.Visible = false;
  1480. this.m1.AutoSize = true;
  1481. this.m1.Location = new Point(-4, 0x72);
  1482. this.m1.Name = "m1";
  1483. this.m1.Size = new Size(330, 13);
  1484. this.m1.TabIndex = 0x72;
  1485. this.m1.Text = "Ник Модератора или Модераторов, которые нарушили правила";
  1486. this.m1.Visible = false;
  1487. this.m3.AutoSize = true;
  1488. this.m3.Location = new Point(0x7c, 0xad);
  1489. this.m3.Name = "m3";
  1490. this.m3.Size = new Size(0x31, 13);
  1491. this.m3.TabIndex = 0x73;
  1492. this.m3.Text = "Ваш ник";
  1493. this.m3.Visible = false;
  1494. this.m4.Location = new Point(-1, 0xbd);
  1495. this.m4.Name = "m4";
  1496. this.m4.Size = new Size(0x147, 20);
  1497. this.m4.TabIndex = 0x74;
  1498. this.m4.Visible = false;
  1499. this.m5.AutoSize = true;
  1500. this.m5.Location = new Point(5, 0xd6);
  1501. this.m5.Name = "m5";
  1502. this.m5.Size = new Size(0x114, 13);
  1503. this.m5.TabIndex = 0x75;
  1504. this.m5.Text = "Какую ошибку совершил модератор.Ник нарушителя";
  1505. this.m5.Visible = false;
  1506. this.m7.AutoSize = true;
  1507. this.m7.Location = new Point(0x3f, 0xff);
  1508. this.m7.Name = "m7";
  1509. this.m7.Size = new Size(0xba, 13);
  1510. this.m7.TabIndex = 0x77;
  1511. this.m7.Text = "Скриншот или видео с нарушением";
  1512. this.m7.Visible = false;
  1513. this.m8.Location = new Point(-1, 0x10f);
  1514. this.m8.Name = "m8";
  1515. this.m8.Size = new Size(0x147, 20);
  1516. this.m8.TabIndex = 120;
  1517. this.m8.Visible = false;
  1518. this.m9.Font = new Font("Microsoft Sans Serif", 15.25f);
  1519. this.m9.ForeColor = SystemColors.MenuHighlight;
  1520. this.m9.Location = new Point(0x57, 0x139);
  1521. this.m9.Name = "m9";
  1522. this.m9.Size = new Size(0xa2, 0x3f);
  1523. this.m9.TabIndex = 0x79;
  1524. this.m9.Text = "Отправить ЖБ";
  1525. this.m9.UseVisualStyleBackColor = true;
  1526. this.m9.Visible = false;
  1527. this.m9.Click += new EventHandler(this.m9_Click);
  1528. this.m6.FormattingEnabled = true;
  1529. this.m6.Items.AddRange(new object[] { "Бан без причины", "Обман в возрасте", "Безграмотность", "Пропустил флуд", "Пропустил мат", "Незабанил читера", "Незабанил по жалобе, хотя все доказательства есть", "Забанил по жалобе, где нет доказательств", "Угрожает" });
  1530. this.m6.Location = new Point(-1, 0xe4);
  1531. this.m6.Name = "m6";
  1532. this.m6.Size = new Size(0x147, 0x15);
  1533. this.m6.TabIndex = 0x7a;
  1534. this.m6.Visible = false;
  1535. this.pb25.Image = (Image) manager.GetObject("pb25.Image");
  1536. this.pb25.Location = new Point(0x1da, 0);
  1537. this.pb25.Name = "pb25";
  1538. this.pb25.Size = new Size(10, 10);
  1539. this.pb25.TabIndex = 0x7c;
  1540. this.pb25.TabStop = false;
  1541. this.pb25.Visible = false;
  1542. this.button14.Location = new Point(-1, 0);
  1543. this.button14.Name = "button14";
  1544. this.button14.Size = new Size(0x1d, 0x18);
  1545. this.button14.TabIndex = 0x7d;
  1546. this.button14.Text = "1";
  1547. this.button14.UseVisualStyleBackColor = true;
  1548. this.button14.Click += new EventHandler(this.button14_Click);
  1549. base.AutoScaleDimensions = new SizeF(6f, 13f);
  1550. base.AutoScaleMode = AutoScaleMode.Font;
  1551. base.ClientSize = new Size(840, 0x1be);
  1552. base.Controls.Add(this.pictureBox7);
  1553. base.Controls.Add(this.pictureBox6);
  1554. base.Controls.Add(this.button14);
  1555. base.Controls.Add(this.pb25);
  1556. base.Controls.Add(this.m6);
  1557. base.Controls.Add(this.m9);
  1558. base.Controls.Add(this.m8);
  1559. base.Controls.Add(this.m7);
  1560. base.Controls.Add(this.m5);
  1561. base.Controls.Add(this.m4);
  1562. base.Controls.Add(this.m3);
  1563. base.Controls.Add(this.m1);
  1564. base.Controls.Add(this.m2);
  1565. base.Controls.Add(this.pictureBox27);
  1566. base.Controls.Add(this.pictureBox26);
  1567. base.Controls.Add(this.pictureBo16);
  1568. base.Controls.Add(this.pictureBo15);
  1569. base.Controls.Add(this.pictureBo14);
  1570. base.Controls.Add(this.pictureBo13);
  1571. base.Controls.Add(this.pictureBo12);
  1572. base.Controls.Add(this.pictureBo11);
  1573. base.Controls.Add(this.pictureBo10);
  1574. base.Controls.Add(this.pictureBo9);
  1575. base.Controls.Add(this.pictureBo1);
  1576. base.Controls.Add(this.pictureBo8);
  1577. base.Controls.Add(this.pictureBo7);
  1578. base.Controls.Add(this.pictureBo6);
  1579. base.Controls.Add(this.pictureBo5);
  1580. base.Controls.Add(this.pictureBo4);
  1581. base.Controls.Add(this.pictureBo3);
  1582. base.Controls.Add(this.pictureBo2);
  1583. base.Controls.Add(this.z8);
  1584. base.Controls.Add(this.closed);
  1585. base.Controls.Add(this.button10);
  1586. base.Controls.Add(this.button9);
  1587. base.Controls.Add(this.button8);
  1588. base.Controls.Add(this.button7);
  1589. base.Controls.Add(this.shapka);
  1590. base.Controls.Add(this.rank1);
  1591. base.Controls.Add(this.rank2);
  1592. base.Controls.Add(this.fon);
  1593. base.Controls.Add(this.button2Image);
  1594. base.Controls.Add(this.pictureBox_16);
  1595. base.Controls.Add(this.pictureBox_15);
  1596. base.Controls.Add(this.pictureBox_14);
  1597. base.Controls.Add(this.pictureBox_13);
  1598. base.Controls.Add(this.pictureBox_12);
  1599. base.Controls.Add(this.pictureBox_11);
  1600. base.Controls.Add(this.pictureBox_10);
  1601. base.Controls.Add(this.pictureBox_9);
  1602. base.Controls.Add(this.pictureBox_1);
  1603. base.Controls.Add(this.pictureBox_2);
  1604. base.Controls.Add(this.pictureBox_3);
  1605. base.Controls.Add(this.pictureBox_8);
  1606. base.Controls.Add(this.pictureBox_6);
  1607. base.Controls.Add(this.pictureBox_7);
  1608. base.Controls.Add(this.pictureBox_4);
  1609. base.Controls.Add(this.pictureBox_5);
  1610. base.Controls.Add(this.button13);
  1611. base.Controls.Add(this.comboBox2);
  1612. base.Controls.Add(this.button12);
  1613. base.Controls.Add(this.z13);
  1614. base.Controls.Add(this.z12);
  1615. base.Controls.Add(this.z11);
  1616. base.Controls.Add(this.z10);
  1617. base.Controls.Add(this.z9);
  1618. base.Controls.Add(this.z7);
  1619. base.Controls.Add(this.z6);
  1620. base.Controls.Add(this.z5);
  1621. base.Controls.Add(this.z4);
  1622. base.Controls.Add(this.z3);
  1623. base.Controls.Add(this.z2);
  1624. base.Controls.Add(this.z1);
  1625. base.Controls.Add(this.n4);
  1626. base.Controls.Add(this.n5);
  1627. base.Controls.Add(this.n3);
  1628. base.Controls.Add(this.n2);
  1629. base.Controls.Add(this.n1);
  1630. base.Controls.Add(this.f1);
  1631. base.Controls.Add(this.f3);
  1632. base.Controls.Add(this.f2);
  1633. base.Controls.Add(this.button11);
  1634. base.Controls.Add(this.button6);
  1635. base.Controls.Add(this.button5);
  1636. base.Controls.Add(this.webBrowser1);
  1637. base.Controls.Add(this.label6);
  1638. base.Controls.Add(this.button4);
  1639. base.Controls.Add(this.button3);
  1640. base.Controls.Add(this.button2);
  1641. base.Controls.Add(this.textBox4);
  1642. base.Controls.Add(this.label5);
  1643. base.Controls.Add(this.richTextBox1);
  1644. base.Controls.Add(this.button1);
  1645. base.Controls.Add(this.textBox3);
  1646. base.Controls.Add(this.label4);
  1647. base.Controls.Add(this.label3);
  1648. base.Controls.Add(this.comboBox1);
  1649. base.Controls.Add(this.textBox2);
  1650. base.Controls.Add(this.label2);
  1651. base.Controls.Add(this.label1);
  1652. base.Controls.Add(this.textBox1);
  1653. base.Controls.Add(this.pictureBox24);
  1654. base.Controls.Add(this.pictureBox23);
  1655. base.Controls.Add(this.pictureBox22);
  1656. base.Controls.Add(this.pictureBox21);
  1657. base.Controls.Add(this.pictureBox20);
  1658. base.Controls.Add(this.pictureBox19);
  1659. base.Controls.Add(this.pictureBox18);
  1660. base.Controls.Add(this.pictureBox17);
  1661. base.Controls.Add(this.pictureBox16);
  1662. base.Controls.Add(this.pictureBox15);
  1663. base.Controls.Add(this.pictureBox14);
  1664. base.Controls.Add(this.pictureBox13);
  1665. base.Controls.Add(this.pictureBox12);
  1666. base.Controls.Add(this.pictureBox11);
  1667. base.Controls.Add(this.pictureBox10);
  1668. base.Controls.Add(this.pictureBox9);
  1669. base.Controls.Add(this.pictureBox8);
  1670. base.Controls.Add(this.pictureBox5);
  1671. base.Controls.Add(this.pictureBox4);
  1672. base.Controls.Add(this.pictureBox3);
  1673. base.Controls.Add(this.pictureBox2);
  1674. base.Controls.Add(this.pictureBox1);
  1675. base.FormBorderStyle = FormBorderStyle.None;
  1676. base.Icon = (Icon) manager.GetObject("$this.Icon");
  1677. base.Name = "Form1";
  1678. this.Text = "VimeWorld Report Tool [by Terminator1998]";
  1679. ((ISupportInitialize) this.pictureBox1).EndInit();
  1680. ((ISupportInitialize) this.pictureBox2).EndInit();
  1681. ((ISupportInitialize) this.pictureBox3).EndInit();
  1682. ((ISupportInitialize) this.pictureBox4).EndInit();
  1683. ((ISupportInitialize) this.pictureBox5).EndInit();
  1684. ((ISupportInitialize) this.pictureBox6).EndInit();
  1685. ((ISupportInitialize) this.pictureBox7).EndInit();
  1686. ((ISupportInitialize) this.pictureBox8).EndInit();
  1687. ((ISupportInitialize) this.pictureBox9).EndInit();
  1688. ((ISupportInitialize) this.pictureBox10).EndInit();
  1689. ((ISupportInitialize) this.pictureBox11).EndInit();
  1690. ((ISupportInitialize) this.pictureBox12).EndInit();
  1691. ((ISupportInitialize) this.pictureBox13).EndInit();
  1692. ((ISupportInitialize) this.pictureBox14).EndInit();
  1693. ((ISupportInitialize) this.pictureBox15).EndInit();
  1694. ((ISupportInitialize) this.pictureBox16).EndInit();
  1695. ((ISupportInitialize) this.pictureBox17).EndInit();
  1696. ((ISupportInitialize) this.pictureBox18).EndInit();
  1697. ((ISupportInitialize) this.pictureBox19).EndInit();
  1698. ((ISupportInitialize) this.pictureBox20).EndInit();
  1699. ((ISupportInitialize) this.pictureBox21).EndInit();
  1700. ((ISupportInitialize) this.pictureBox22).EndInit();
  1701. ((ISupportInitialize) this.pictureBox23).EndInit();
  1702. ((ISupportInitialize) this.pictureBox24).EndInit();
  1703. ((ISupportInitialize) this.pictureBox_5).EndInit();
  1704. ((ISupportInitialize) this.pictureBox_4).EndInit();
  1705. ((ISupportInitialize) this.pictureBox_7).EndInit();
  1706. ((ISupportInitialize) this.pictureBox_6).EndInit();
  1707. ((ISupportInitialize) this.pictureBox_8).EndInit();
  1708. ((ISupportInitialize) this.pictureBox_3).EndInit();
  1709. ((ISupportInitialize) this.pictureBox_2).EndInit();
  1710. ((ISupportInitialize) this.pictureBox_1).EndInit();
  1711. ((ISupportInitialize) this.pictureBox_9).EndInit();
  1712. ((ISupportInitialize) this.pictureBox_10).EndInit();
  1713. ((ISupportInitialize) this.pictureBox_11).EndInit();
  1714. ((ISupportInitialize) this.pictureBox_12).EndInit();
  1715. ((ISupportInitialize) this.pictureBox_13).EndInit();
  1716. ((ISupportInitialize) this.pictureBox_14).EndInit();
  1717. ((ISupportInitialize) this.pictureBox_15).EndInit();
  1718. ((ISupportInitialize) this.pictureBox_16).EndInit();
  1719. ((ISupportInitialize) this.button2Image).EndInit();
  1720. ((ISupportInitialize) this.fon).EndInit();
  1721. ((ISupportInitialize) this.shapka).EndInit();
  1722. ((ISupportInitialize) this.pictureBo2).EndInit();
  1723. ((ISupportInitialize) this.pictureBo3).EndInit();
  1724. ((ISupportInitialize) this.pictureBo4).EndInit();
  1725. ((ISupportInitialize) this.pictureBo5).EndInit();
  1726. ((ISupportInitialize) this.pictureBo6).EndInit();
  1727. ((ISupportInitialize) this.pictureBo7).EndInit();
  1728. ((ISupportInitialize) this.pictureBo8).EndInit();
  1729. ((ISupportInitialize) this.pictureBo1).EndInit();
  1730. ((ISupportInitialize) this.pictureBo9).EndInit();
  1731. ((ISupportInitialize) this.pictureBo10).EndInit();
  1732. ((ISupportInitialize) this.pictureBo11).EndInit();
  1733. ((ISupportInitialize) this.pictureBo12).EndInit();
  1734. ((ISupportInitialize) this.pictureBo13).EndInit();
  1735. ((ISupportInitialize) this.pictureBo14).EndInit();
  1736. ((ISupportInitialize) this.pictureBo15).EndInit();
  1737. ((ISupportInitialize) this.pictureBo16).EndInit();
  1738. ((ISupportInitialize) this.pictureBox26).EndInit();
  1739. ((ISupportInitialize) this.pictureBox27).EndInit();
  1740. ((ISupportInitialize) this.pb25).EndInit();
  1741. base.ResumeLayout(false);
  1742. base.PerformLayout();
  1743. }
  1744.  
  1745. private void m9_Click(object sender, EventArgs e)
  1746. {
  1747. this.richTextBox1.Text = this.m2.Text + "\r\n" + this.m4.Text + "\r\n" + this.m6.Text + "\r\n" + this.m8.Text;
  1748. Clipboard.SetText(this.richTextBox1.Text);
  1749. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=73");
  1750. }
  1751.  
  1752. private void n5_Click(object sender, EventArgs e)
  1753. {
  1754. this.richTextBox1.Text = "[url=" + this.n2.Text + "]*Переход по ссылке в профиль кому крутят*[/url]\r\n[url=" + this.n4.Text + "]*Переход по ссылке в профиль кто крутит*[/url]";
  1755. Clipboard.SetText(this.richTextBox1.Text);
  1756. MessageBox.Show("Жалоба успешно сгенирирована,сейчас произойдёт переход на форум где вы сможете вставить текст жалобы используя Ctrl+V");
  1757. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=75");
  1758. }
  1759.  
  1760. private void nick()
  1761. {
  1762. StreamWriter writer = new FileInfo("login.txt").AppendText();
  1763. writer.WriteLine(this.textBox1.Text);
  1764. writer.Close();
  1765. }
  1766.  
  1767. private void pictureBox1_Click(object sender, EventArgs e)
  1768. {
  1769. this.ServerID = 1;
  1770. if (this.isSelected)
  1771. {
  1772. this.SelServerisTrue();
  1773. }
  1774. if (!this.isSelected)
  1775. {
  1776. if (this.dname == "Обычный")
  1777. {
  1778. this.pictureBox1.Image = this.pictureBox9.Image;
  1779. }
  1780. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1781. {
  1782. this.pictureBox1.Image = this.pictureBox_9.Image;
  1783. }
  1784. if (this.dname == "Material - Design by MyUsername")
  1785. {
  1786. this.pictureBox1.Image = this.pictureBo9.Image;
  1787. }
  1788. this.isSelected = true;
  1789. }
  1790. }
  1791.  
  1792. private void pictureBox2_Click(object sender, EventArgs e)
  1793. {
  1794. this.ServerID = 2;
  1795. if (this.isSelected)
  1796. {
  1797. this.SelServerisTrue();
  1798. }
  1799. if (!this.isSelected)
  1800. {
  1801. if (this.dname == "Обычный")
  1802. {
  1803. this.pictureBox2.Image = this.pictureBox10.Image;
  1804. }
  1805. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1806. {
  1807. this.pictureBox2.Image = this.pictureBox_10.Image;
  1808. }
  1809. if (this.dname == "Material - Design by MyUsername")
  1810. {
  1811. this.pictureBox2.Image = this.pictureBo10.Image;
  1812. }
  1813. this.isSelected = true;
  1814. }
  1815. }
  1816.  
  1817. private void pictureBox25_Click(object sender, EventArgs e)
  1818. {
  1819. }
  1820.  
  1821. private void pictureBox25_Click_1(object sender, EventArgs e)
  1822. {
  1823. }
  1824.  
  1825. private void pictureBox3_Click(object sender, EventArgs e)
  1826. {
  1827. this.ServerID = 3;
  1828. if (this.isSelected)
  1829. {
  1830. this.SelServerisTrue();
  1831. }
  1832. if (!this.isSelected)
  1833. {
  1834. if (this.dname == "Обычный")
  1835. {
  1836. this.pictureBox3.Image = this.pictureBox11.Image;
  1837. }
  1838. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1839. {
  1840. this.pictureBox3.Image = this.pictureBox_11.Image;
  1841. }
  1842. if (this.dname == "Material - Design by MyUsername")
  1843. {
  1844. this.pictureBox3.Image = this.pictureBo11.Image;
  1845. }
  1846. this.isSelected = true;
  1847. }
  1848. }
  1849.  
  1850. private void pictureBox4_Click(object sender, EventArgs e)
  1851. {
  1852. this.ServerID = 4;
  1853. if (this.isSelected)
  1854. {
  1855. this.SelServerisTrue();
  1856. }
  1857. if (!this.isSelected)
  1858. {
  1859. if (this.dname == "Обычный")
  1860. {
  1861. this.pictureBox4.Image = this.pictureBox15.Image;
  1862. }
  1863. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1864. {
  1865. this.pictureBox4.Image = this.pictureBox_12.Image;
  1866. }
  1867. if (this.dname == "Material - Design by MyUsername")
  1868. {
  1869. this.pictureBox4.Image = this.pictureBo12.Image;
  1870. }
  1871. this.isSelected = true;
  1872. }
  1873. }
  1874.  
  1875. private void pictureBox5_Click(object sender, EventArgs e)
  1876. {
  1877. this.ServerID = 5;
  1878. if (this.isSelected)
  1879. {
  1880. this.SelServerisTrue();
  1881. }
  1882. if (!this.isSelected)
  1883. {
  1884. if (this.dname == "Обычный")
  1885. {
  1886. this.pictureBox5.Image = this.pictureBox12.Image;
  1887. }
  1888. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1889. {
  1890. this.pictureBox5.Image = this.pictureBox_13.Image;
  1891. }
  1892. if (this.dname == "Material - Design by MyUsername")
  1893. {
  1894. this.pictureBox5.Image = this.pictureBo13.Image;
  1895. }
  1896. this.isSelected = true;
  1897. }
  1898. }
  1899.  
  1900. private void pictureBox6_Click(object sender, EventArgs e)
  1901. {
  1902. this.ServerID = 7;
  1903. if (this.isSelected)
  1904. {
  1905. this.SelServerisTrue();
  1906. }
  1907. if (!this.isSelected)
  1908. {
  1909. if (this.dname == "Обычный")
  1910. {
  1911. this.pictureBox6.Image = this.pictureBox14.Image;
  1912. }
  1913. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1914. {
  1915. this.pictureBox6.Image = this.pictureBox_15.Image;
  1916. }
  1917. if (this.dname == "Material - Design by MyUsername")
  1918. {
  1919. this.pictureBox8.Image = this.pictureBo15.Image;
  1920. }
  1921. this.isSelected = true;
  1922. }
  1923. }
  1924.  
  1925. private void pictureBox7_Click(object sender, EventArgs e)
  1926. {
  1927. this.ServerID = 6;
  1928. if (this.isSelected)
  1929. {
  1930. this.SelServerisTrue();
  1931. }
  1932. if (!this.isSelected)
  1933. {
  1934. if (this.dname == "Обычный")
  1935. {
  1936. this.pictureBox7.Image = this.pictureBox13.Image;
  1937. }
  1938. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1939. {
  1940. this.pictureBox7.Image = this.pictureBox_14.Image;
  1941. }
  1942. if (this.dname == "Material - Design by MyUsername")
  1943. {
  1944. this.pictureBox7.Image = this.pictureBo14.Image;
  1945. }
  1946. this.isSelected = true;
  1947. }
  1948. }
  1949.  
  1950. private void pictureBox8_Click(object sender, EventArgs e)
  1951. {
  1952. this.ServerID = 8;
  1953. if (this.isSelected)
  1954. {
  1955. this.SelServerisTrue();
  1956. }
  1957. if (!this.isSelected)
  1958. {
  1959. if (this.dname == "Обычный")
  1960. {
  1961. this.pictureBox8.Image = this.pictureBox15.Image;
  1962. }
  1963. if (this.dname == "Minecraft - Design by CAPSLOCK")
  1964. {
  1965. this.pictureBox8.Image = this.pictureBox_16.Image;
  1966. }
  1967. if (this.dname == "Material - Design by MyUsername")
  1968. {
  1969. this.pictureBox8.Image = this.pictureBo16.Image;
  1970. }
  1971. this.isSelected = true;
  1972. }
  1973. }
  1974.  
  1975. private void SelServerisTrue()
  1976. {
  1977. if (this.dname == "Обычный")
  1978. {
  1979. if (this.ServerID == 1)
  1980. {
  1981. this.pictureBox1.Image = this.pictureBox9.Image;
  1982. this.pictureBox2.Image = this.pictureBox18.Image;
  1983. this.pictureBox3.Image = this.pictureBox19.Image;
  1984. this.pictureBox4.Image = this.pictureBox20.Image;
  1985. this.pictureBox5.Image = this.pictureBox21.Image;
  1986. this.pictureBox6.Image = this.pictureBox23.Image;
  1987. this.pictureBox7.Image = this.pictureBox22.Image;
  1988. this.pictureBox8.Image = this.pictureBox24.Image;
  1989. }
  1990. if (this.ServerID == 2)
  1991. {
  1992. this.pictureBox1.Image = this.pictureBox17.Image;
  1993. this.pictureBox2.Image = this.pictureBox10.Image;
  1994. this.pictureBox3.Image = this.pictureBox19.Image;
  1995. this.pictureBox4.Image = this.pictureBox20.Image;
  1996. this.pictureBox5.Image = this.pictureBox21.Image;
  1997. this.pictureBox6.Image = this.pictureBox23.Image;
  1998. this.pictureBox7.Image = this.pictureBox22.Image;
  1999. this.pictureBox8.Image = this.pictureBox24.Image;
  2000. }
  2001. if (this.ServerID == 3)
  2002. {
  2003. this.pictureBox1.Image = this.pictureBox17.Image;
  2004. this.pictureBox2.Image = this.pictureBox18.Image;
  2005. this.pictureBox3.Image = this.pictureBox11.Image;
  2006. this.pictureBox4.Image = this.pictureBox20.Image;
  2007. this.pictureBox5.Image = this.pictureBox21.Image;
  2008. this.pictureBox6.Image = this.pictureBox23.Image;
  2009. this.pictureBox7.Image = this.pictureBox22.Image;
  2010. this.pictureBox8.Image = this.pictureBox24.Image;
  2011. }
  2012. if (this.ServerID == 4)
  2013. {
  2014. this.pictureBox1.Image = this.pictureBox17.Image;
  2015. this.pictureBox2.Image = this.pictureBox18.Image;
  2016. this.pictureBox3.Image = this.pictureBox19.Image;
  2017. this.pictureBox4.Image = this.pictureBox15.Image;
  2018. this.pictureBox5.Image = this.pictureBox21.Image;
  2019. this.pictureBox6.Image = this.pictureBox23.Image;
  2020. this.pictureBox7.Image = this.pictureBox22.Image;
  2021. this.pictureBox8.Image = this.pictureBox24.Image;
  2022. }
  2023. if (this.ServerID == 5)
  2024. {
  2025. this.pictureBox1.Image = this.pictureBox17.Image;
  2026. this.pictureBox2.Image = this.pictureBox18.Image;
  2027. this.pictureBox3.Image = this.pictureBox19.Image;
  2028. this.pictureBox4.Image = this.pictureBox20.Image;
  2029. this.pictureBox5.Image = this.pictureBox12.Image;
  2030. this.pictureBox6.Image = this.pictureBox23.Image;
  2031. this.pictureBox7.Image = this.pictureBox22.Image;
  2032. this.pictureBox8.Image = this.pictureBox24.Image;
  2033. }
  2034. if (this.ServerID == 6)
  2035. {
  2036. this.pictureBox1.Image = this.pictureBox17.Image;
  2037. this.pictureBox2.Image = this.pictureBox18.Image;
  2038. this.pictureBox3.Image = this.pictureBox19.Image;
  2039. this.pictureBox4.Image = this.pictureBox20.Image;
  2040. this.pictureBox5.Image = this.pictureBox21.Image;
  2041. this.pictureBox6.Image = this.pictureBox23.Image;
  2042. this.pictureBox7.Image = this.pictureBox13.Image;
  2043. this.pictureBox8.Image = this.pictureBox24.Image;
  2044. }
  2045. if (this.ServerID == 7)
  2046. {
  2047. this.pictureBox1.Image = this.pictureBox17.Image;
  2048. this.pictureBox2.Image = this.pictureBox18.Image;
  2049. this.pictureBox3.Image = this.pictureBox19.Image;
  2050. this.pictureBox4.Image = this.pictureBox20.Image;
  2051. this.pictureBox5.Image = this.pictureBox21.Image;
  2052. this.pictureBox6.Image = this.pictureBox14.Image;
  2053. this.pictureBox7.Image = this.pictureBox22.Image;
  2054. this.pictureBox8.Image = this.pictureBox24.Image;
  2055. }
  2056. if (this.ServerID == 8)
  2057. {
  2058. this.pictureBox1.Image = this.pictureBox17.Image;
  2059. this.pictureBox2.Image = this.pictureBox18.Image;
  2060. this.pictureBox3.Image = this.pictureBox19.Image;
  2061. this.pictureBox4.Image = this.pictureBox20.Image;
  2062. this.pictureBox5.Image = this.pictureBox21.Image;
  2063. this.pictureBox6.Image = this.pictureBox23.Image;
  2064. this.pictureBox7.Image = this.pictureBox22.Image;
  2065. this.pictureBox8.Image = this.pictureBox16.Image;
  2066. }
  2067. }
  2068. if (this.dname == "Minecraft - Design by CAPSLOCK")
  2069. {
  2070. if (this.ServerID == 1)
  2071. {
  2072. this.pictureBox1.Image = this.pictureBox_9.Image;
  2073. this.pictureBox2.Image = this.pictureBox_2.Image;
  2074. this.pictureBox3.Image = this.pictureBox_3.Image;
  2075. this.pictureBox4.Image = this.pictureBox_4.Image;
  2076. this.pictureBox5.Image = this.pictureBox_5.Image;
  2077. this.pictureBox6.Image = this.pictureBox_6.Image;
  2078. this.pictureBox7.Image = this.pictureBox_7.Image;
  2079. this.pictureBox8.Image = this.pictureBox_8.Image;
  2080. }
  2081. if (this.ServerID == 2)
  2082. {
  2083. this.pictureBox1.Image = this.pictureBox_1.Image;
  2084. this.pictureBox2.Image = this.pictureBox_10.Image;
  2085. this.pictureBox3.Image = this.pictureBox_3.Image;
  2086. this.pictureBox4.Image = this.pictureBox_4.Image;
  2087. this.pictureBox5.Image = this.pictureBox_5.Image;
  2088. this.pictureBox6.Image = this.pictureBox_6.Image;
  2089. this.pictureBox7.Image = this.pictureBox_7.Image;
  2090. this.pictureBox8.Image = this.pictureBox_8.Image;
  2091. }
  2092. if (this.ServerID == 3)
  2093. {
  2094. this.pictureBox1.Image = this.pictureBox_1.Image;
  2095. this.pictureBox2.Image = this.pictureBox_2.Image;
  2096. this.pictureBox3.Image = this.pictureBox_11.Image;
  2097. this.pictureBox4.Image = this.pictureBox_4.Image;
  2098. this.pictureBox5.Image = this.pictureBox_5.Image;
  2099. this.pictureBox6.Image = this.pictureBox_6.Image;
  2100. this.pictureBox7.Image = this.pictureBox_7.Image;
  2101. this.pictureBox8.Image = this.pictureBox_8.Image;
  2102. }
  2103. if (this.ServerID == 4)
  2104. {
  2105. this.pictureBox1.Image = this.pictureBox_1.Image;
  2106. this.pictureBox2.Image = this.pictureBox_2.Image;
  2107. this.pictureBox3.Image = this.pictureBox_3.Image;
  2108. this.pictureBox4.Image = this.pictureBox_12.Image;
  2109. this.pictureBox5.Image = this.pictureBox_5.Image;
  2110. this.pictureBox6.Image = this.pictureBox_6.Image;
  2111. this.pictureBox7.Image = this.pictureBox_7.Image;
  2112. this.pictureBox8.Image = this.pictureBox_8.Image;
  2113. }
  2114. if (this.ServerID == 5)
  2115. {
  2116. this.pictureBox1.Image = this.pictureBox_1.Image;
  2117. this.pictureBox2.Image = this.pictureBox_2.Image;
  2118. this.pictureBox3.Image = this.pictureBox_3.Image;
  2119. this.pictureBox4.Image = this.pictureBox_4.Image;
  2120. this.pictureBox5.Image = this.pictureBox_13.Image;
  2121. this.pictureBox6.Image = this.pictureBox_6.Image;
  2122. this.pictureBox7.Image = this.pictureBox_7.Image;
  2123. this.pictureBox8.Image = this.pictureBox_8.Image;
  2124. }
  2125. if (this.ServerID == 6)
  2126. {
  2127. this.pictureBox1.Image = this.pictureBox_1.Image;
  2128. this.pictureBox2.Image = this.pictureBox_2.Image;
  2129. this.pictureBox3.Image = this.pictureBox_3.Image;
  2130. this.pictureBox4.Image = this.pictureBox_4.Image;
  2131. this.pictureBox5.Image = this.pictureBox_5.Image;
  2132. this.pictureBox6.Image = this.pictureBox_6.Image;
  2133. this.pictureBox7.Image = this.pictureBox_14.Image;
  2134. this.pictureBox8.Image = this.pictureBox_8.Image;
  2135. }
  2136. if (this.ServerID == 7)
  2137. {
  2138. this.pictureBox1.Image = this.pictureBox_1.Image;
  2139. this.pictureBox2.Image = this.pictureBox_2.Image;
  2140. this.pictureBox3.Image = this.pictureBox_3.Image;
  2141. this.pictureBox4.Image = this.pictureBox_4.Image;
  2142. this.pictureBox5.Image = this.pictureBox_5.Image;
  2143. this.pictureBox6.Image = this.pictureBox_15.Image;
  2144. this.pictureBox7.Image = this.pictureBox_7.Image;
  2145. this.pictureBox8.Image = this.pictureBox_8.Image;
  2146. }
  2147. if (this.ServerID == 8)
  2148. {
  2149. this.pictureBox1.Image = this.pictureBox_1.Image;
  2150. this.pictureBox2.Image = this.pictureBox_2.Image;
  2151. this.pictureBox3.Image = this.pictureBox_3.Image;
  2152. this.pictureBox4.Image = this.pictureBox_4.Image;
  2153. this.pictureBox5.Image = this.pictureBox_5.Image;
  2154. this.pictureBox6.Image = this.pictureBox_6.Image;
  2155. this.pictureBox7.Image = this.pictureBox_7.Image;
  2156. this.pictureBox8.Image = this.pictureBox_16.Image;
  2157. }
  2158. }
  2159. if (this.dname == "Material - Design by MyUsername")
  2160. {
  2161. if (this.ServerID == 1)
  2162. {
  2163. this.pictureBox1.Image = this.pictureBo9.Image;
  2164. this.pictureBox2.Image = this.pictureBo2.Image;
  2165. this.pictureBox3.Image = this.pictureBo3.Image;
  2166. this.pictureBox4.Image = this.pictureBo4.Image;
  2167. this.pictureBox5.Image = this.pictureBo5.Image;
  2168. this.pictureBox6.Image = this.pictureBo6.Image;
  2169. this.pictureBox7.Image = this.pictureBo7.Image;
  2170. this.pictureBox8.Image = this.pictureBo8.Image;
  2171. }
  2172. if (this.ServerID == 2)
  2173. {
  2174. this.pictureBox1.Image = this.pictureBo1.Image;
  2175. this.pictureBox2.Image = this.pictureBo10.Image;
  2176. this.pictureBox3.Image = this.pictureBo3.Image;
  2177. this.pictureBox4.Image = this.pictureBo4.Image;
  2178. this.pictureBox5.Image = this.pictureBo5.Image;
  2179. this.pictureBox6.Image = this.pictureBo6.Image;
  2180. this.pictureBox7.Image = this.pictureBo7.Image;
  2181. this.pictureBox8.Image = this.pictureBo8.Image;
  2182. }
  2183. if (this.ServerID == 3)
  2184. {
  2185. this.pictureBox1.Image = this.pictureBo1.Image;
  2186. this.pictureBox2.Image = this.pictureBo2.Image;
  2187. this.pictureBox3.Image = this.pictureBo11.Image;
  2188. this.pictureBox4.Image = this.pictureBo4.Image;
  2189. this.pictureBox5.Image = this.pictureBo5.Image;
  2190. this.pictureBox6.Image = this.pictureBo6.Image;
  2191. this.pictureBox7.Image = this.pictureBo7.Image;
  2192. this.pictureBox8.Image = this.pictureBo8.Image;
  2193. }
  2194. if (this.ServerID == 4)
  2195. {
  2196. this.pictureBox1.Image = this.pictureBo1.Image;
  2197. this.pictureBox2.Image = this.pictureBo2.Image;
  2198. this.pictureBox3.Image = this.pictureBo3.Image;
  2199. this.pictureBox4.Image = this.pictureBo12.Image;
  2200. this.pictureBox5.Image = this.pictureBo5.Image;
  2201. this.pictureBox6.Image = this.pictureBo6.Image;
  2202. this.pictureBox7.Image = this.pictureBo7.Image;
  2203. this.pictureBox8.Image = this.pictureBo8.Image;
  2204. }
  2205. if (this.ServerID == 5)
  2206. {
  2207. this.pictureBox1.Image = this.pictureBo1.Image;
  2208. this.pictureBox2.Image = this.pictureBo2.Image;
  2209. this.pictureBox3.Image = this.pictureBo3.Image;
  2210. this.pictureBox4.Image = this.pictureBo4.Image;
  2211. this.pictureBox5.Image = this.pictureBo13.Image;
  2212. this.pictureBox6.Image = this.pictureBo6.Image;
  2213. this.pictureBox7.Image = this.pictureBo7.Image;
  2214. this.pictureBox8.Image = this.pictureBo8.Image;
  2215. }
  2216. if (this.ServerID == 6)
  2217. {
  2218. this.pictureBox1.Image = this.pictureBo1.Image;
  2219. this.pictureBox2.Image = this.pictureBo2.Image;
  2220. this.pictureBox3.Image = this.pictureBo3.Image;
  2221. this.pictureBox4.Image = this.pictureBo4.Image;
  2222. this.pictureBox5.Image = this.pictureBo5.Image;
  2223. this.pictureBox6.Image = this.pictureBo6.Image;
  2224. this.pictureBox7.Image = this.pictureBo15.Image;
  2225. this.pictureBox8.Image = this.pictureBo8.Image;
  2226. }
  2227. if (this.ServerID == 7)
  2228. {
  2229. this.pictureBox1.Image = this.pictureBo1.Image;
  2230. this.pictureBox2.Image = this.pictureBo2.Image;
  2231. this.pictureBox3.Image = this.pictureBo3.Image;
  2232. this.pictureBox4.Image = this.pictureBo4.Image;
  2233. this.pictureBox5.Image = this.pictureBo5.Image;
  2234. this.pictureBox6.Image = this.pictureBo14.Image;
  2235. this.pictureBox7.Image = this.pictureBo7.Image;
  2236. this.pictureBox8.Image = this.pictureBo8.Image;
  2237. }
  2238. if (this.ServerID == 8)
  2239. {
  2240. this.pictureBox1.Image = this.pictureBo1.Image;
  2241. this.pictureBox2.Image = this.pictureBo2.Image;
  2242. this.pictureBox3.Image = this.pictureBo3.Image;
  2243. this.pictureBox4.Image = this.pictureBo4.Image;
  2244. this.pictureBox5.Image = this.pictureBo5.Image;
  2245. this.pictureBox6.Image = this.pictureBo6.Image;
  2246. this.pictureBox7.Image = this.pictureBo7.Image;
  2247. this.pictureBox8.Image = this.pictureBo16.Image;
  2248. }
  2249. }
  2250. }
  2251.  
  2252. private void Visiblefalsebbc()
  2253. {
  2254. this.label6.Visible = false;
  2255. this.button3.Visible = false;
  2256. this.button4.Visible = false;
  2257. this.button5.Visible = true;
  2258. this.button6.Visible = true;
  2259. this.webBrowser1.Visible = true;
  2260. }
  2261.  
  2262. private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
  2263. {
  2264. }
  2265.  
  2266. private void z13_Click(object sender, EventArgs e)
  2267. {
  2268. this.richTextBox1.Text = "1)" + this.z2.Text + "\r\n2)[url=" + this.z4.Text + "]*Тык*[/url]\r\n3)" + this.z6.Text + "\r\n4)" + this.z8.Text + "\r\n5)[url=" + this.z10.Text + "]*Тык*[/url]\r\n6)[url=" + this.z12.Text + "]*Тык*[/url]";
  2269. Clipboard.SetText(this.richTextBox1.Text);
  2270. MessageBox.Show("Жалоба успешно сгенирирована,сейчас произойдёт переход на форум где вы сможете вставить текст жалобы используя Ctrl+V");
  2271. Process.Start("https://forum.vimeworld.ru/index.php?app=forums&module=post&section=post&do=new_post&f=75");
  2272. }
  2273. }
  2274. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement