Advertisement
Rapptz

form1.h lol

Dec 27th, 2012
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 360.35 KB | None | 0 0
  1. #include "Form2.h"
  2. #pragma once
  3.  
  4. namespace Sky {
  5.  
  6.     using namespace System;
  7.     using namespace System::ComponentModel;
  8.     using namespace System::Collections;
  9.     using namespace System::Windows::Forms;
  10.     using namespace System::Data;
  11.     using namespace System::Drawing;
  12.  
  13.     /// <summary>
  14.     /// Summary for Form1
  15.     /// </summary>
  16.     public ref class Form1 : public System::Windows::Forms::Form
  17.     {
  18.     private:
  19.         Form2^ helpForm;
  20.     public:
  21.         Form1(void)
  22.         {
  23.             InitializeComponent();
  24.             //
  25.             //TODO: Add the constructor code here
  26.             //
  27.             helpForm = gcnew Form2;
  28.        
  29.         }
  30.  
  31.     protected:
  32.         /// <summary>
  33.         /// Clean up any resources being used.
  34.         /// </summary>
  35.         ~Form1()
  36.         {
  37.             if (components)
  38.             {
  39.                 delete components;
  40.             }
  41.         }
  42.     private: System::Windows::Forms::TabControl^  tabControl1;
  43.     protected:
  44.     private: System::Windows::Forms::TabPage^  tabPage1;
  45.     private: System::Windows::Forms::NumericUpDown^  mobPDR;
  46.     private: System::Windows::Forms::Label^  label4;
  47.     private: System::Windows::Forms::GroupBox^  groupBox2;
  48.     private: System::Windows::Forms::NumericUpDown^  bossDmg;
  49.     private: System::Windows::Forms::Label^  label3;
  50.     private: System::Windows::Forms::NumericUpDown^  ignorePDR;
  51.     private: System::Windows::Forms::Label^  label2;
  52.     private: System::Windows::Forms::ToolTip^  toolTip1;
  53.     private: System::Windows::Forms::NumericUpDown^  weaponAttack;
  54.     private: System::Windows::Forms::Label^  label1;
  55.     private: System::Windows::Forms::NumericUpDown^  thirdPercent;
  56.     private: System::Windows::Forms::NumericUpDown^  secondaryPercent;
  57.     private: System::Windows::Forms::NumericUpDown^  primaryPercent;
  58.     private: System::Windows::Forms::Label^  tPerc;
  59.     private: System::Windows::Forms::Label^  sPerc;
  60.     private: System::Windows::Forms::Label^  pPerc;
  61.     private: System::Windows::Forms::Label^  totalT;
  62.     private: System::Windows::Forms::NumericUpDown^  totalThird;
  63.     private: System::Windows::Forms::NumericUpDown^  totalSecondary;
  64.     private: System::Windows::Forms::NumericUpDown^  totalPrimary;
  65.     private: System::Windows::Forms::NumericUpDown^  baseThird;
  66.     private: System::Windows::Forms::Label^  baseT;
  67.     private: System::Windows::Forms::NumericUpDown^  baseSecondary;
  68.     private: System::Windows::Forms::NumericUpDown^  basePrimary;
  69.     private: System::Windows::Forms::Label^  totalS;
  70.     private: System::Windows::Forms::Label^  totalP;
  71.     private: System::Windows::Forms::Label^  baseS;
  72.     private: System::Windows::Forms::Label^  baseP;
  73.     private: System::Windows::Forms::GroupBox^  groupBox1;
  74.     private: System::Windows::Forms::RadioButton^  pirateSelect;
  75.     private: System::Windows::Forms::RadioButton^  thiefSelect;
  76.     private: System::Windows::Forms::RadioButton^  archerSelect;
  77.     private: System::Windows::Forms::RadioButton^  mageSelect;
  78.     private: System::Windows::Forms::RadioButton^  warriorSelect;
  79.     private: System::Windows::Forms::TabPage^  tabPage2;
  80.     private: System::Windows::Forms::TabPage^  tabPage3;
  81.     private: System::Windows::Forms::TabPage^  tabPage4;
  82.     private: System::Windows::Forms::TabPage^  tabPage5;
  83.     private: System::Windows::Forms::TabPage^  tabPage6;
  84.  
  85.     private: System::Windows::Forms::ProgressBar^  progressBar1;
  86.     private: System::Windows::Forms::Timer^  Timer;
  87.  
  88.  
  89.     private: System::Windows::Forms::TabPage^  tabPage7;
  90.     private: System::Windows::Forms::TabControl^  tabControl2;
  91.     private: System::Windows::Forms::TabPage^  tabPage8;
  92.     private: System::Windows::Forms::TabPage^  tabPage9;
  93.     private: System::Windows::Forms::TabPage^  tabPage10;
  94.     private: System::Windows::Forms::TabPage^  tabPage11;
  95.     private: System::Windows::Forms::TabPage^  tabPage12;
  96.     private: System::Windows::Forms::GroupBox^  groupBox3;
  97.     private: System::Windows::Forms::RadioButton^  spear;
  98.     private: System::Windows::Forms::RadioButton^  polearm;
  99.     private: System::Windows::Forms::RadioButton^  twoAxe;
  100.     private: System::Windows::Forms::RadioButton^  oneAxe;
  101.     private: System::Windows::Forms::RadioButton^  twoMace;
  102.     private: System::Windows::Forms::RadioButton^  oneMace;
  103.     private: System::Windows::Forms::RadioButton^  twoSword;
  104.     private: System::Windows::Forms::RadioButton^  oneSword;
  105.     private: System::Windows::Forms::Timer^  Timer2;
  106.     private: System::Windows::Forms::GroupBox^  groupBox4;
  107.     private: System::Windows::Forms::CheckBox^  heroEnable;
  108.     private: System::Windows::Forms::PictureBox^  pictureBox5;
  109.     private: System::Windows::Forms::PictureBox^  pictureBox4;
  110.     private: System::Windows::Forms::PictureBox^  pictureBox3;
  111.     private: System::Windows::Forms::PictureBox^  pictureBox2;
  112.     private: System::Windows::Forms::PictureBox^  pictureBox1;
  113.     private: System::Windows::Forms::NumericUpDown^  intrepidSlash;
  114.     private: System::Windows::Forms::NumericUpDown^  enrage;
  115.     private: System::Windows::Forms::NumericUpDown^  combatMastery;
  116.     private: System::Windows::Forms::NumericUpDown^  advFAH;
  117.     private: System::Windows::Forms::NumericUpDown^  advCombo;
  118.     private: System::Windows::Forms::Button^  heroSubmit;
  119.     private: System::Windows::Forms::GroupBox^  groupBox5;
  120.     private: System::Windows::Forms::CheckBox^  paladinEnable;
  121.     private: System::Windows::Forms::NumericUpDown^  divineShield;
  122.     private: System::Windows::Forms::PictureBox^  pictureBox9;
  123.     private: System::Windows::Forms::NumericUpDown^  advCharge;
  124.     private: System::Windows::Forms::PictureBox^  pictureBox8;
  125.     private: System::Windows::Forms::NumericUpDown^  divineCharge;
  126.     private: System::Windows::Forms::PictureBox^  pictureBox7;
  127.     private: System::Windows::Forms::NumericUpDown^  blast;
  128.     private: System::Windows::Forms::PictureBox^  pictureBox6;
  129. private: System::Windows::Forms::Button^  paladinSubmit;
  130. private: System::Windows::Forms::GroupBox^  groupBox6;
  131. private: System::Windows::Forms::Button^  DrKSubmit;
  132. private: System::Windows::Forms::CheckBox^  DrKEnable;
  133. private: System::Windows::Forms::NumericUpDown^  beholderHex;
  134. private: System::Windows::Forms::NumericUpDown^  darkImpale;
  135. private: System::Windows::Forms::NumericUpDown^  beholder;
  136. private: System::Windows::Forms::NumericUpDown^  beserk;
  137. private: System::Windows::Forms::PictureBox^  pictureBox13;
  138. private: System::Windows::Forms::PictureBox^  pictureBox12;
  139. private: System::Windows::Forms::PictureBox^  pictureBox11;
  140. private: System::Windows::Forms::PictureBox^  pictureBox10;
  141. private: System::Windows::Forms::GroupBox^  groupBox7;
  142. private: System::Windows::Forms::NumericUpDown^  highMastery;
  143. private: System::Windows::Forms::NumericUpDown^  advFAA;
  144.  
  145.  
  146.  
  147. private: System::Windows::Forms::NumericUpDown^  overSwing;
  148.  
  149. private: System::Windows::Forms::PictureBox^  pictureBox14;
  150. private: System::Windows::Forms::PictureBox^  pictureBox15;
  151. private: System::Windows::Forms::PictureBox^  pictureBox16;
  152. private: System::Windows::Forms::PictureBox^  pictureBox17;
  153. private: System::Windows::Forms::Button^  aranSubmit;
  154. private: System::Windows::Forms::CheckBox^  aranEnable;
  155. private: System::Windows::Forms::CheckBox^  comboRecharge;
  156. private: System::Windows::Forms::GroupBox^  groupBox8;
  157. private: System::Windows::Forms::NumericUpDown^  demonImpact;
  158. private: System::Windows::Forms::NumericUpDown^  demonCry;
  159.  
  160.  
  161. private: System::Windows::Forms::NumericUpDown^  demonMastery;
  162.  
  163. private: System::Windows::Forms::PictureBox^  pictureBox18;
  164. private: System::Windows::Forms::PictureBox^  pictureBox19;
  165. private: System::Windows::Forms::PictureBox^  pictureBox20;
  166. private: System::Windows::Forms::PictureBox^  pictureBox21;
  167. private: System::Windows::Forms::Button^  demonSubmit;
  168. private: System::Windows::Forms::CheckBox^  demonEnable;
  169. private: System::Windows::Forms::NumericUpDown^  metamorph;
  170. private: System::Windows::Forms::TextBox^  textBox5;
  171. private: System::Windows::Forms::Label^  label10;
  172. private: System::Windows::Forms::TextBox^  textBox6;
  173. private: System::Windows::Forms::Label^  label9;
  174. private: System::Windows::Forms::TextBox^  textBox3;
  175. private: System::Windows::Forms::Label^  label8;
  176. private: System::Windows::Forms::TextBox^  textBox4;
  177. private: System::Windows::Forms::Label^  label7;
  178. private: System::Windows::Forms::TextBox^  textBox2;
  179. private: System::Windows::Forms::Label^  label6;
  180. private: System::Windows::Forms::TextBox^  textBox1;
  181. private: System::Windows::Forms::Label^  label5;
  182. private: System::Windows::Forms::Button^  button1;
  183. private: System::Windows::Forms::TextBox^  textBox7;
  184. private: System::Windows::Forms::Label^  label12;
  185. private: System::Windows::Forms::TextBox^  textBox8;
  186. private: System::Windows::Forms::Label^  label11;
  187. private: System::Windows::Forms::NumericUpDown^  numericUpDown1;
  188. private: System::Windows::Forms::Label^  label13;
  189. private: System::Windows::Forms::GroupBox^  debugMode;
  190. private: System::Windows::Forms::Label^  label14;
  191. private: System::Windows::Forms::Button^  button2;
  192. private: System::Windows::Forms::TextBox^  textBox24;
  193. private: System::Windows::Forms::Label^  label29;
  194. private: System::Windows::Forms::TextBox^  textBox23;
  195. private: System::Windows::Forms::Label^  label28;
  196. private: System::Windows::Forms::TextBox^  textBox22;
  197. private: System::Windows::Forms::Label^  label27;
  198. private: System::Windows::Forms::TextBox^  textBox21;
  199. private: System::Windows::Forms::Label^  label26;
  200. private: System::Windows::Forms::TextBox^  textBox20;
  201. private: System::Windows::Forms::Label^  label25;
  202. private: System::Windows::Forms::TextBox^  textBox19;
  203. private: System::Windows::Forms::Label^  label24;
  204. private: System::Windows::Forms::TextBox^  textBox18;
  205. private: System::Windows::Forms::Label^  label23;
  206. private: System::Windows::Forms::TextBox^  textBox17;
  207. private: System::Windows::Forms::Label^  label22;
  208. private: System::Windows::Forms::TextBox^  textBox16;
  209. private: System::Windows::Forms::Label^  label21;
  210. private: System::Windows::Forms::TextBox^  textBox15;
  211. private: System::Windows::Forms::Label^  label20;
  212. private: System::Windows::Forms::TextBox^  textBox14;
  213. private: System::Windows::Forms::Label^  label19;
  214. private: System::Windows::Forms::TextBox^  textBox13;
  215. private: System::Windows::Forms::Label^  label18;
  216. private: System::Windows::Forms::TextBox^  textBox12;
  217. private: System::Windows::Forms::Label^  label17;
  218. private: System::Windows::Forms::TextBox^  textBox11;
  219. private: System::Windows::Forms::Label^  label16;
  220. private: System::Windows::Forms::TextBox^  textBox10;
  221. private: System::Windows::Forms::Label^  label15;
  222. private: System::Windows::Forms::TextBox^  textBox9;
  223. private: System::Windows::Forms::TextBox^  textBox25;
  224. private: System::Windows::Forms::Label^  label30;
  225. private: System::Windows::Forms::TextBox^  textBox26;
  226. private: System::Windows::Forms::Label^  label31;
  227. private: System::Windows::Forms::NumericUpDown^  mwLevel;
  228. private: System::Windows::Forms::PictureBox^  pictureBox22;
  229. private: System::Windows::Forms::NumericUpDown^  darkBind;
  230.  
  231. private: System::Windows::Forms::PictureBox^  pictureBox23;
  232. private: System::Windows::Forms::TextBox^  projectedTotal;
  233. private: System::Windows::Forms::Label^  label32;
  234. private: System::Windows::Forms::TabControl^  tabControl3;
  235. private: System::Windows::Forms::TabPage^  tabPage13;
  236. private: System::Windows::Forms::TabPage^  tabPage14;
  237. private: System::Windows::Forms::TabPage^  tabPage15;
  238. private: System::Windows::Forms::TabPage^  tabPage16;
  239. private: System::Windows::Forms::TabPage^  tabPage17;
  240. private: System::Windows::Forms::GroupBox^  groupBox9;
  241. private: System::Windows::Forms::RadioButton^  staff;
  242. private: System::Windows::Forms::RadioButton^  wand;
  243. private: System::Windows::Forms::Button^  iceSubmit;
  244. private: System::Windows::Forms::GroupBox^  groupBox10;
  245. private: System::Windows::Forms::NumericUpDown^  arcaneAimIL;
  246.  
  247. private: System::Windows::Forms::NumericUpDown^  infinityIL;
  248.  
  249.  
  250.  
  251. private: System::Windows::Forms::NumericUpDown^  buffMasteryIL;
  252.  
  253. private: System::Windows::Forms::NumericUpDown^  chainLightning;
  254.  
  255. private: System::Windows::Forms::PictureBox^  pictureBox24;
  256. private: System::Windows::Forms::PictureBox^  pictureBox25;
  257.  
  258. private: System::Windows::Forms::PictureBox^  pictureBox27;
  259. private: System::Windows::Forms::PictureBox^  pictureBox28;
  260. private: System::Windows::Forms::CheckBox^  iceEnable;
  261. private: System::Windows::Forms::Button^  fireSubmit;
  262. private: System::Windows::Forms::GroupBox^  groupBox11;
  263. private: System::Windows::Forms::NumericUpDown^  arcaneAimFP;
  264.  
  265. private: System::Windows::Forms::NumericUpDown^  infinityFP;
  266. private: System::Windows::Forms::NumericUpDown^  buffMasteryFP;
  267.  
  268.  
  269. private: System::Windows::Forms::NumericUpDown^  paralyze;
  270.  
  271. private: System::Windows::Forms::PictureBox^  pictureBox26;
  272. private: System::Windows::Forms::PictureBox^  pictureBox29;
  273. private: System::Windows::Forms::PictureBox^  pictureBox30;
  274. private: System::Windows::Forms::PictureBox^  pictureBox31;
  275. private: System::Windows::Forms::CheckBox^  fireEnable;
  276. private: System::Windows::Forms::Button^  bishopSubmit;
  277. private: System::Windows::Forms::GroupBox^  groupBox12;
  278. private: System::Windows::Forms::NumericUpDown^  advBless;
  279. private: System::Windows::Forms::PictureBox^  pictureBox36;
  280. private: System::Windows::Forms::NumericUpDown^  arcaneAimBishop;
  281. private: System::Windows::Forms::NumericUpDown^  infinityBishop;
  282. private: System::Windows::Forms::NumericUpDown^  buffMasteryBishop;
  283. private: System::Windows::Forms::NumericUpDown^  angelRay;
  284. private: System::Windows::Forms::PictureBox^  pictureBox32;
  285. private: System::Windows::Forms::PictureBox^  pictureBox33;
  286. private: System::Windows::Forms::PictureBox^  pictureBox34;
  287. private: System::Windows::Forms::PictureBox^  pictureBox35;
  288. private: System::Windows::Forms::CheckBox^  bishopEnable;
  289. private: System::Windows::Forms::Button^  evanSubmit;
  290. private: System::Windows::Forms::GroupBox^  groupBox13;
  291. private: System::Windows::Forms::GroupBox^  evanAttacks;
  292. private: System::Windows::Forms::RadioButton^  blazeEnable;
  293. private: System::Windows::Forms::RadioButton^  illusionEnable;
  294. private: System::Windows::Forms::PictureBox^  pictureBox38;
  295. private: System::Windows::Forms::NumericUpDown^  illusion;
  296. private: System::Windows::Forms::NumericUpDown^  blaze;
  297.  
  298.  
  299. private: System::Windows::Forms::PictureBox^  pictureBox37;
  300. private: System::Windows::Forms::NumericUpDown^  onyxBlessing;
  301.  
  302. private: System::Windows::Forms::NumericUpDown^  magicMastery;
  303.  
  304. private: System::Windows::Forms::PictureBox^  pictureBox39;
  305. private: System::Windows::Forms::PictureBox^  pictureBox41;
  306. private: System::Windows::Forms::CheckBox^  evanEnable;
  307. private: System::Windows::Forms::Button^  BaMSubmit;
  308. private: System::Windows::Forms::GroupBox^  groupBox14;
  309. private: System::Windows::Forms::CheckBox^  bodyBoost;
  310. private: System::Windows::Forms::NumericUpDown^  finishBlow;
  311. private: System::Windows::Forms::NumericUpDown^  advDA;
  312. private: System::Windows::Forms::PictureBox^  pictureBox42;
  313. private: System::Windows::Forms::PictureBox^  pictureBox43;
  314. private: System::Windows::Forms::PictureBox^  pictureBox44;
  315. private: System::Windows::Forms::CheckBox^  BaMEnable;
  316. private: System::Windows::Forms::TabControl^  tabControl4;
  317. private: System::Windows::Forms::TabPage^  tabPage18;
  318. private: System::Windows::Forms::TabPage^  tabPage19;
  319. private: System::Windows::Forms::TabPage^  tabPage20;
  320. private: System::Windows::Forms::TabPage^  tabPage21;
  321. private: System::Windows::Forms::GroupBox^  groupBox15;
  322. private: System::Windows::Forms::RadioButton^  dualBowgun;
  323.  
  324. private: System::Windows::Forms::RadioButton^  crossbow;
  325. private: System::Windows::Forms::RadioButton^  bow;
  326. private: System::Windows::Forms::Button^  bmSubmit;
  327. private: System::Windows::Forms::GroupBox^  groupBox16;
  328. private: System::Windows::Forms::NumericUpDown^  illusionStep;
  329. private: System::Windows::Forms::PictureBox^  pictureBox49;
  330. private: System::Windows::Forms::NumericUpDown^  hurricane;
  331. private: System::Windows::Forms::PictureBox^  pictureBox48;
  332. private: System::Windows::Forms::NumericUpDown^  advFABM;
  333. private: System::Windows::Forms::NumericUpDown^  spiritLinkBM;
  334. private: System::Windows::Forms::NumericUpDown^  marksmanshipBM;
  335. private: System::Windows::Forms::NumericUpDown^  bowExpert;
  336. private: System::Windows::Forms::PictureBox^  pictureBox40;
  337. private: System::Windows::Forms::PictureBox^  pictureBox45;
  338. private: System::Windows::Forms::PictureBox^  pictureBox46;
  339. private: System::Windows::Forms::PictureBox^  pictureBox47;
  340. private: System::Windows::Forms::CheckBox^  bmEnable;
  341. private: System::Windows::Forms::Button^  mmSubmit;
  342. private: System::Windows::Forms::GroupBox^  groupBox17;
  343. private: System::Windows::Forms::NumericUpDown^  illusionStepMM;
  344.  
  345. private: System::Windows::Forms::PictureBox^  pictureBox50;
  346. private: System::Windows::Forms::NumericUpDown^  ultimateStrafe;
  347.  
  348. private: System::Windows::Forms::PictureBox^  pictureBox51;
  349. private: System::Windows::Forms::NumericUpDown^  spiritLinkMM;
  350. private: System::Windows::Forms::NumericUpDown^  marksmanshipMM;
  351.  
  352.  
  353. private: System::Windows::Forms::NumericUpDown^  mmBoost;
  354.  
  355. private: System::Windows::Forms::PictureBox^  pictureBox53;
  356. private: System::Windows::Forms::PictureBox^  pictureBox54;
  357. private: System::Windows::Forms::PictureBox^  pictureBox55;
  358. private: System::Windows::Forms::CheckBox^  mmEnable;
  359. private: System::Windows::Forms::Button^  mercSubmit;
  360. private: System::Windows::Forms::GroupBox^  groupBox18;
  361. private: System::Windows::Forms::NumericUpDown^  advFAMerc;
  362.  
  363. private: System::Windows::Forms::PictureBox^  pictureBox52;
  364. private: System::Windows::Forms::NumericUpDown^  ishtarRing;
  365.  
  366. private: System::Windows::Forms::PictureBox^  pictureBox56;
  367. private: System::Windows::Forms::NumericUpDown^  ancientWarding;
  368.  
  369. private: System::Windows::Forms::NumericUpDown^  legendarySpear;
  370. private: System::Windows::Forms::NumericUpDown^  dbgExpert;
  371.  
  372.  
  373. private: System::Windows::Forms::PictureBox^  pictureBox57;
  374. private: System::Windows::Forms::PictureBox^  pictureBox58;
  375. private: System::Windows::Forms::PictureBox^  pictureBox101;
  376.  
  377.  
  378. private: System::Windows::Forms::CheckBox^  mercEnable;
  379. private: System::Windows::Forms::NumericUpDown^  sharpEyesBM;
  380. private: System::Windows::Forms::PictureBox^  pictureBox64;
  381. private: System::Windows::Forms::NumericUpDown^  sharpEyesMM;
  382. private: System::Windows::Forms::PictureBox^  pictureBox65;
  383. private: System::Windows::Forms::Button^  whSubmit;
  384.  
  385. private: System::Windows::Forms::GroupBox^  groupBox19;
  386. private: System::Windows::Forms::NumericUpDown^  sharpEyesWH;
  387. private: System::Windows::Forms::PictureBox^  pictureBox66;
  388. private: System::Windows::Forms::NumericUpDown^  wildArrow;
  389. private: System::Windows::Forms::PictureBox^  pictureBox60;
  390. private: System::Windows::Forms::NumericUpDown^  advFAWH;
  391. private: System::Windows::Forms::NumericUpDown^  wildInstinct;
  392. private: System::Windows::Forms::NumericUpDown^  whExpert;
  393. private: System::Windows::Forms::PictureBox^  pictureBox61;
  394. private: System::Windows::Forms::PictureBox^  pictureBox62;
  395. private: System::Windows::Forms::PictureBox^  pictureBox63;
  396. private: System::Windows::Forms::CheckBox^  whEnable;
  397. private: System::Windows::Forms::TabControl^  tabControl5;
  398. private: System::Windows::Forms::TabPage^  tabPage22;
  399. private: System::Windows::Forms::Button^  nlSubmit;
  400. private: System::Windows::Forms::GroupBox^  groupBox21;
  401. private: System::Windows::Forms::NumericUpDown^  quadThrow;
  402. private: System::Windows::Forms::NumericUpDown^  darkSerenity;
  403. private: System::Windows::Forms::NumericUpDown^  purgeArea;
  404. private: System::Windows::Forms::NumericUpDown^  starExpert;
  405. private: System::Windows::Forms::PictureBox^  pictureBox69;
  406. private: System::Windows::Forms::PictureBox^  pictureBox70;
  407. private: System::Windows::Forms::PictureBox^  pictureBox71;
  408. private: System::Windows::Forms::PictureBox^  pictureBox72;
  409. private: System::Windows::Forms::CheckBox^  nlEnable;
  410. private: System::Windows::Forms::TabPage^  tabPage23;
  411. private: System::Windows::Forms::TabPage^  tabPage24;
  412. private: System::Windows::Forms::GroupBox^  groupBox20;
  413. private: System::Windows::Forms::RadioButton^  dagger;
  414. private: System::Windows::Forms::RadioButton^  claw;
  415. private: System::Windows::Forms::Button^  shadSubmit;
  416. private: System::Windows::Forms::GroupBox^  groupBox22;
  417. private: System::Windows::Forms::NumericUpDown^  killPoints;
  418.  
  419. private: System::Windows::Forms::NumericUpDown^  shadowInstinct;
  420. private: System::Windows::Forms::NumericUpDown^  smokescreen;
  421.  
  422.  
  423. private: System::Windows::Forms::NumericUpDown^  daggerExpert;
  424.  
  425. private: System::Windows::Forms::PictureBox^  pictureBox67;
  426. private: System::Windows::Forms::PictureBox^  pictureBox68;
  427. private: System::Windows::Forms::PictureBox^  pictureBox73;
  428. private: System::Windows::Forms::CheckBox^  shadEnable;
  429. private: System::Windows::Forms::GroupBox^  shadAttacks;
  430. private: System::Windows::Forms::RadioButton^  meEnable;
  431. private: System::Windows::Forms::RadioButton^  nateEnable;
  432. private: System::Windows::Forms::RadioButton^  bStepEnable;
  433. private: System::Windows::Forms::PictureBox^  pictureBox75;
  434. private: System::Windows::Forms::NumericUpDown^  assassinate;
  435.  
  436. private: System::Windows::Forms::PictureBox^  pictureBox74;
  437. private: System::Windows::Forms::NumericUpDown^  bStep;
  438.  
  439. private: System::Windows::Forms::PictureBox^  pictureBox59;
  440. private: System::Windows::Forms::Label^  label33;
  441. private: System::Windows::Forms::CheckBox^  darkSight;
  442. private: System::Windows::Forms::PictureBox^  pictureBox76;
  443. private: System::Windows::Forms::Button^  dbSubmit;
  444. private: System::Windows::Forms::GroupBox^  groupBox23;
  445. private: System::Windows::Forms::CheckBox^  fcEnable;
  446. private: System::Windows::Forms::NumericUpDown^  phantomBlow;
  447. private: System::Windows::Forms::NumericUpDown^  finalCut;
  448. private: System::Windows::Forms::NumericUpDown^  thorns;
  449. private: System::Windows::Forms::PictureBox^  pictureBox78;
  450. private: System::Windows::Forms::PictureBox^  pictureBox79;
  451. private: System::Windows::Forms::PictureBox^  pictureBox80;
  452. private: System::Windows::Forms::CheckBox^  dbEnable;
  453. private: System::Windows::Forms::TabControl^  tabControl6;
  454. private: System::Windows::Forms::TabPage^  tabPage25;
  455. private: System::Windows::Forms::TabPage^  tabPage26;
  456. private: System::Windows::Forms::TabPage^  tabPage27;
  457. private: System::Windows::Forms::TabPage^  tabPage28;
  458. private: System::Windows::Forms::GroupBox^  groupBox24;
  459. private: System::Windows::Forms::RadioButton^  cannon;
  460. private: System::Windows::Forms::RadioButton^  Gun;
  461. private: System::Windows::Forms::RadioButton^  knuckle;
  462. private: System::Windows::Forms::Button^  buccSubmit;
  463. private: System::Windows::Forms::GroupBox^  groupBox25;
  464. private: System::Windows::Forms::CheckBox^  energyEnable;
  465. private: System::Windows::Forms::PictureBox^  pictureBox83;
  466. private: System::Windows::Forms::CheckBox^  revengeBEnable;
  467. private: System::Windows::Forms::NumericUpDown^  viperisation;
  468. private: System::Windows::Forms::NumericUpDown^  pirateRevengeB;
  469. private: System::Windows::Forms::NumericUpDown^  fistEnrage;
  470. private: System::Windows::Forms::PictureBox^  pictureBox77;
  471. private: System::Windows::Forms::PictureBox^  pictureBox81;
  472. private: System::Windows::Forms::PictureBox^  pictureBox82;
  473. private: System::Windows::Forms::CheckBox^  buccEnable;
  474. private: System::Windows::Forms::Button^  sairSubmit;
  475. private: System::Windows::Forms::GroupBox^  groupBox26;
  476. private: System::Windows::Forms::NumericUpDown^  gunExpert;
  477. private: System::Windows::Forms::PictureBox^  pictureBox88;
  478. private: System::Windows::Forms::CheckBox^  contAimEnable;
  479. private: System::Windows::Forms::NumericUpDown^  contAiming;
  480. private: System::Windows::Forms::PictureBox^  pictureBox84;
  481. private: System::Windows::Forms::CheckBox^  revengeEnableCo;
  482. private: System::Windows::Forms::NumericUpDown^  pirateStyle;
  483. private: System::Windows::Forms::NumericUpDown^  pirateRevengeCo;
  484. private: System::Windows::Forms::NumericUpDown^  rapidFire;
  485. private: System::Windows::Forms::PictureBox^  pictureBox85;
  486. private: System::Windows::Forms::PictureBox^  pictureBox86;
  487. private: System::Windows::Forms::PictureBox^  pictureBox87;
  488. private: System::Windows::Forms::CheckBox^  sairEnable;
  489. private: System::Windows::Forms::Button^  cannonSubmit;
  490. private: System::Windows::Forms::GroupBox^  groupBox27;
  491. private: System::Windows::Forms::NumericUpDown^  overburn;
  492. private: System::Windows::Forms::NumericUpDown^  monkeyMagic;
  493. private: System::Windows::Forms::NumericUpDown^  cannonBuster;
  494. private: System::Windows::Forms::PictureBox^  pictureBox90;
  495. private: System::Windows::Forms::PictureBox^  pictureBox91;
  496. private: System::Windows::Forms::PictureBox^  pictureBox92;
  497. private: System::Windows::Forms::CheckBox^  cannonEnable;
  498. private: System::Windows::Forms::Button^  mechSubmit;
  499. private: System::Windows::Forms::GroupBox^  groupBox28;
  500. private: System::Windows::Forms::CheckBox^  ampEnable;
  501. private: System::Windows::Forms::GroupBox^  mechAttacks;
  502. private: System::Windows::Forms::RadioButton^  siegeEnable;
  503. private: System::Windows::Forms::RadioButton^  tankEnable;
  504. private: System::Windows::Forms::PictureBox^  pictureBox95;
  505. private: System::Windows::Forms::PictureBox^  pictureBox93;
  506. private: System::Windows::Forms::NumericUpDown^  missileTank;
  507. private: System::Windows::Forms::NumericUpDown^  amplifier;
  508. private: System::Windows::Forms::NumericUpDown^  extremeMech;
  509. private: System::Windows::Forms::PictureBox^  pictureBox89;
  510. private: System::Windows::Forms::PictureBox^  pictureBox94;
  511. private: System::Windows::Forms::CheckBox^  mechEnable;
  512. private: System::Windows::Forms::LinkLabel^  linkLabel1;
  513.  
  514. private: System::Windows::Forms::Button^  button3;
  515. private: System::Windows::Forms::NumericUpDown^  numericUpDown2;
  516. private: System::Windows::Forms::PictureBox^  pictureBox96;
  517. private: System::Windows::Forms::Button^  reset;
  518. private: System::Windows::Forms::CheckBox^  ddiceEnableBucc;
  519. private: System::Windows::Forms::PictureBox^  pictureBox98;
  520. private: System::Windows::Forms::CheckBox^  diceEnableBucc;
  521. private: System::Windows::Forms::PictureBox^  pictureBox97;
  522. private: System::Windows::Forms::CheckBox^  ddiceEnableCorsair;
  523. private: System::Windows::Forms::PictureBox^  pictureBox99;
  524. private: System::Windows::Forms::CheckBox^  diceEnableCorsair;
  525. private: System::Windows::Forms::PictureBox^  pictureBox100;
  526. private: System::Windows::Forms::CheckBox^  ddiceEnableCannon;
  527. private: System::Windows::Forms::PictureBox^  pictureBox102;
  528. private: System::Windows::Forms::CheckBox^  diceEnableCannon;
  529. private: System::Windows::Forms::PictureBox^  pictureBox103;
  530. private: System::Windows::Forms::CheckBox^  diceEnableMech;
  531. private: System::Windows::Forms::PictureBox^  pictureBox104;
  532. private: System::Windows::Forms::TabPage^  tabPage29;
  533.  
  534. private: System::Windows::Forms::PictureBox^  pictureBox113;
  535. private: System::Windows::Forms::GroupBox^  weaponPot;
  536. private: System::Windows::Forms::RadioButton^  warriorElixir;
  537. private: System::Windows::Forms::PictureBox^  pictureBox112;
  538. private: System::Windows::Forms::RadioButton^  energizer;
  539. private: System::Windows::Forms::PictureBox^  pictureBox111;
  540. private: System::Windows::Forms::RadioButton^  weaponOnyx;
  541. private: System::Windows::Forms::PictureBox^  pictureBox110;
  542. private: System::Windows::Forms::CheckBox^  dAdvBless;
  543. private: System::Windows::Forms::CheckBox^  dSharpEyes;
  544.  
  545. private: System::Windows::Forms::CheckBox^  pMonkey;
  546. private: System::Windows::Forms::PictureBox^  pictureBox109;
  547. private: System::Windows::Forms::CheckBox^  pAdvBless;
  548. private: System::Windows::Forms::PictureBox^  pictureBox108;
  549. private: System::Windows::Forms::CheckBox^  pAdvAura;
  550. private: System::Windows::Forms::PictureBox^  pictureBox107;
  551. private: System::Windows::Forms::CheckBox^  pSharpEyes;
  552.  
  553. private: System::Windows::Forms::PictureBox^  pictureBox106;
  554. private: System::Windows::Forms::CheckBox^  echo;
  555. private: System::Windows::Forms::PictureBox^  pictureBox105;
  556. private: System::Windows::Forms::GroupBox^  magicPot;
  557. private: System::Windows::Forms::RadioButton^  meditation;
  558. private: System::Windows::Forms::PictureBox^  pictureBox117;
  559. private: System::Windows::Forms::RadioButton^  swissCheese;
  560. private: System::Windows::Forms::RadioButton^  magicOnyx;
  561. private: System::Windows::Forms::PictureBox^  pictureBox116;
  562. private: System::Windows::Forms::PictureBox^  pictureBox115;
  563. private: System::Windows::Forms::RadioButton^  pRage;
  564. private: System::Windows::Forms::PictureBox^  pictureBox114;
  565. private: System::Windows::Forms::CheckBox^  legendPotion;
  566.  
  567.  
  568.  
  569.  
  570.     private: System::ComponentModel::IContainer^  components;
  571.  
  572.     private:
  573.         /// <summary>
  574.         /// Required designer variable.
  575.         /// </summary>
  576.  
  577.  
  578. #pragma region Windows Form Designer generated code
  579.         /// <summary>
  580.         /// Required method for Designer support - do not modify
  581.         /// the contents of this method with the code editor.
  582.         /// </summary>
  583.         void InitializeComponent(void)
  584.         {
  585.             this->components = (gcnew System::ComponentModel::Container());
  586.             System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid));
  587.             this->tabControl1 = (gcnew System::Windows::Forms::TabControl());
  588.             this->tabPage1 = (gcnew System::Windows::Forms::TabPage());
  589.             this->reset = (gcnew System::Windows::Forms::Button());
  590.             this->mobPDR = (gcnew System::Windows::Forms::NumericUpDown());
  591.             this->label4 = (gcnew System::Windows::Forms::Label());
  592.             this->groupBox2 = (gcnew System::Windows::Forms::GroupBox());
  593.             this->projectedTotal = (gcnew System::Windows::Forms::TextBox());
  594.             this->label32 = (gcnew System::Windows::Forms::Label());
  595.             this->mwLevel = (gcnew System::Windows::Forms::NumericUpDown());
  596.             this->pictureBox22 = (gcnew System::Windows::Forms::PictureBox());
  597.             this->numericUpDown1 = (gcnew System::Windows::Forms::NumericUpDown());
  598.             this->label13 = (gcnew System::Windows::Forms::Label());
  599.             this->bossDmg = (gcnew System::Windows::Forms::NumericUpDown());
  600.             this->label3 = (gcnew System::Windows::Forms::Label());
  601.             this->tPerc = (gcnew System::Windows::Forms::Label());
  602.             this->thirdPercent = (gcnew System::Windows::Forms::NumericUpDown());
  603.             this->baseThird = (gcnew System::Windows::Forms::NumericUpDown());
  604.             this->ignorePDR = (gcnew System::Windows::Forms::NumericUpDown());
  605.             this->baseT = (gcnew System::Windows::Forms::Label());
  606.             this->label2 = (gcnew System::Windows::Forms::Label());
  607.             this->weaponAttack = (gcnew System::Windows::Forms::NumericUpDown());
  608.             this->label1 = (gcnew System::Windows::Forms::Label());
  609.             this->secondaryPercent = (gcnew System::Windows::Forms::NumericUpDown());
  610.             this->primaryPercent = (gcnew System::Windows::Forms::NumericUpDown());
  611.             this->sPerc = (gcnew System::Windows::Forms::Label());
  612.             this->pPerc = (gcnew System::Windows::Forms::Label());
  613.             this->totalT = (gcnew System::Windows::Forms::Label());
  614.             this->totalThird = (gcnew System::Windows::Forms::NumericUpDown());
  615.             this->totalSecondary = (gcnew System::Windows::Forms::NumericUpDown());
  616.             this->totalPrimary = (gcnew System::Windows::Forms::NumericUpDown());
  617.             this->baseSecondary = (gcnew System::Windows::Forms::NumericUpDown());
  618.             this->basePrimary = (gcnew System::Windows::Forms::NumericUpDown());
  619.             this->totalS = (gcnew System::Windows::Forms::Label());
  620.             this->totalP = (gcnew System::Windows::Forms::Label());
  621.             this->baseS = (gcnew System::Windows::Forms::Label());
  622.             this->baseP = (gcnew System::Windows::Forms::Label());
  623.             this->groupBox1 = (gcnew System::Windows::Forms::GroupBox());
  624.             this->pirateSelect = (gcnew System::Windows::Forms::RadioButton());
  625.             this->thiefSelect = (gcnew System::Windows::Forms::RadioButton());
  626.             this->archerSelect = (gcnew System::Windows::Forms::RadioButton());
  627.             this->mageSelect = (gcnew System::Windows::Forms::RadioButton());
  628.             this->warriorSelect = (gcnew System::Windows::Forms::RadioButton());
  629.             this->tabPage2 = (gcnew System::Windows::Forms::TabPage());
  630.             this->tabControl2 = (gcnew System::Windows::Forms::TabControl());
  631.             this->tabPage8 = (gcnew System::Windows::Forms::TabPage());
  632.             this->heroSubmit = (gcnew System::Windows::Forms::Button());
  633.             this->groupBox4 = (gcnew System::Windows::Forms::GroupBox());
  634.             this->intrepidSlash = (gcnew System::Windows::Forms::NumericUpDown());
  635.             this->enrage = (gcnew System::Windows::Forms::NumericUpDown());
  636.             this->combatMastery = (gcnew System::Windows::Forms::NumericUpDown());
  637.             this->advFAH = (gcnew System::Windows::Forms::NumericUpDown());
  638.             this->advCombo = (gcnew System::Windows::Forms::NumericUpDown());
  639.             this->pictureBox5 = (gcnew System::Windows::Forms::PictureBox());
  640.             this->pictureBox4 = (gcnew System::Windows::Forms::PictureBox());
  641.             this->pictureBox3 = (gcnew System::Windows::Forms::PictureBox());
  642.             this->pictureBox2 = (gcnew System::Windows::Forms::PictureBox());
  643.             this->pictureBox1 = (gcnew System::Windows::Forms::PictureBox());
  644.             this->heroEnable = (gcnew System::Windows::Forms::CheckBox());
  645.             this->tabPage9 = (gcnew System::Windows::Forms::TabPage());
  646.             this->paladinSubmit = (gcnew System::Windows::Forms::Button());
  647.             this->groupBox5 = (gcnew System::Windows::Forms::GroupBox());
  648.             this->divineShield = (gcnew System::Windows::Forms::NumericUpDown());
  649.             this->pictureBox9 = (gcnew System::Windows::Forms::PictureBox());
  650.             this->advCharge = (gcnew System::Windows::Forms::NumericUpDown());
  651.             this->pictureBox8 = (gcnew System::Windows::Forms::PictureBox());
  652.             this->divineCharge = (gcnew System::Windows::Forms::NumericUpDown());
  653.             this->pictureBox7 = (gcnew System::Windows::Forms::PictureBox());
  654.             this->blast = (gcnew System::Windows::Forms::NumericUpDown());
  655.             this->pictureBox6 = (gcnew System::Windows::Forms::PictureBox());
  656.             this->paladinEnable = (gcnew System::Windows::Forms::CheckBox());
  657.             this->tabPage10 = (gcnew System::Windows::Forms::TabPage());
  658.             this->groupBox6 = (gcnew System::Windows::Forms::GroupBox());
  659.             this->beholderHex = (gcnew System::Windows::Forms::NumericUpDown());
  660.             this->darkImpale = (gcnew System::Windows::Forms::NumericUpDown());
  661.             this->beholder = (gcnew System::Windows::Forms::NumericUpDown());
  662.             this->beserk = (gcnew System::Windows::Forms::NumericUpDown());
  663.             this->pictureBox13 = (gcnew System::Windows::Forms::PictureBox());
  664.             this->pictureBox12 = (gcnew System::Windows::Forms::PictureBox());
  665.             this->pictureBox11 = (gcnew System::Windows::Forms::PictureBox());
  666.             this->pictureBox10 = (gcnew System::Windows::Forms::PictureBox());
  667.             this->DrKSubmit = (gcnew System::Windows::Forms::Button());
  668.             this->DrKEnable = (gcnew System::Windows::Forms::CheckBox());
  669.             this->tabPage11 = (gcnew System::Windows::Forms::TabPage());
  670.             this->groupBox7 = (gcnew System::Windows::Forms::GroupBox());
  671.             this->comboRecharge = (gcnew System::Windows::Forms::CheckBox());
  672.             this->highMastery = (gcnew System::Windows::Forms::NumericUpDown());
  673.             this->advFAA = (gcnew System::Windows::Forms::NumericUpDown());
  674.             this->overSwing = (gcnew System::Windows::Forms::NumericUpDown());
  675.             this->pictureBox14 = (gcnew System::Windows::Forms::PictureBox());
  676.             this->pictureBox15 = (gcnew System::Windows::Forms::PictureBox());
  677.             this->pictureBox16 = (gcnew System::Windows::Forms::PictureBox());
  678.             this->pictureBox17 = (gcnew System::Windows::Forms::PictureBox());
  679.             this->aranSubmit = (gcnew System::Windows::Forms::Button());
  680.             this->aranEnable = (gcnew System::Windows::Forms::CheckBox());
  681.             this->tabPage12 = (gcnew System::Windows::Forms::TabPage());
  682.             this->groupBox8 = (gcnew System::Windows::Forms::GroupBox());
  683.             this->darkBind = (gcnew System::Windows::Forms::NumericUpDown());
  684.             this->pictureBox23 = (gcnew System::Windows::Forms::PictureBox());
  685.             this->metamorph = (gcnew System::Windows::Forms::NumericUpDown());
  686.             this->demonImpact = (gcnew System::Windows::Forms::NumericUpDown());
  687.             this->demonCry = (gcnew System::Windows::Forms::NumericUpDown());
  688.             this->demonMastery = (gcnew System::Windows::Forms::NumericUpDown());
  689.             this->pictureBox18 = (gcnew System::Windows::Forms::PictureBox());
  690.             this->pictureBox19 = (gcnew System::Windows::Forms::PictureBox());
  691.             this->pictureBox20 = (gcnew System::Windows::Forms::PictureBox());
  692.             this->pictureBox21 = (gcnew System::Windows::Forms::PictureBox());
  693.             this->demonSubmit = (gcnew System::Windows::Forms::Button());
  694.             this->demonEnable = (gcnew System::Windows::Forms::CheckBox());
  695.             this->groupBox3 = (gcnew System::Windows::Forms::GroupBox());
  696.             this->spear = (gcnew System::Windows::Forms::RadioButton());
  697.             this->polearm = (gcnew System::Windows::Forms::RadioButton());
  698.             this->twoAxe = (gcnew System::Windows::Forms::RadioButton());
  699.             this->oneAxe = (gcnew System::Windows::Forms::RadioButton());
  700.             this->twoMace = (gcnew System::Windows::Forms::RadioButton());
  701.             this->oneMace = (gcnew System::Windows::Forms::RadioButton());
  702.             this->twoSword = (gcnew System::Windows::Forms::RadioButton());
  703.             this->oneSword = (gcnew System::Windows::Forms::RadioButton());
  704.             this->tabPage3 = (gcnew System::Windows::Forms::TabPage());
  705.             this->tabControl3 = (gcnew System::Windows::Forms::TabControl());
  706.             this->tabPage13 = (gcnew System::Windows::Forms::TabPage());
  707.             this->iceSubmit = (gcnew System::Windows::Forms::Button());
  708.             this->groupBox10 = (gcnew System::Windows::Forms::GroupBox());
  709.             this->arcaneAimIL = (gcnew System::Windows::Forms::NumericUpDown());
  710.             this->infinityIL = (gcnew System::Windows::Forms::NumericUpDown());
  711.             this->buffMasteryIL = (gcnew System::Windows::Forms::NumericUpDown());
  712.             this->chainLightning = (gcnew System::Windows::Forms::NumericUpDown());
  713.             this->pictureBox24 = (gcnew System::Windows::Forms::PictureBox());
  714.             this->pictureBox25 = (gcnew System::Windows::Forms::PictureBox());
  715.             this->pictureBox27 = (gcnew System::Windows::Forms::PictureBox());
  716.             this->pictureBox28 = (gcnew System::Windows::Forms::PictureBox());
  717.             this->iceEnable = (gcnew System::Windows::Forms::CheckBox());
  718.             this->tabPage14 = (gcnew System::Windows::Forms::TabPage());
  719.             this->fireSubmit = (gcnew System::Windows::Forms::Button());
  720.             this->groupBox11 = (gcnew System::Windows::Forms::GroupBox());
  721.             this->arcaneAimFP = (gcnew System::Windows::Forms::NumericUpDown());
  722.             this->infinityFP = (gcnew System::Windows::Forms::NumericUpDown());
  723.             this->buffMasteryFP = (gcnew System::Windows::Forms::NumericUpDown());
  724.             this->paralyze = (gcnew System::Windows::Forms::NumericUpDown());
  725.             this->pictureBox26 = (gcnew System::Windows::Forms::PictureBox());
  726.             this->pictureBox29 = (gcnew System::Windows::Forms::PictureBox());
  727.             this->pictureBox30 = (gcnew System::Windows::Forms::PictureBox());
  728.             this->pictureBox31 = (gcnew System::Windows::Forms::PictureBox());
  729.             this->fireEnable = (gcnew System::Windows::Forms::CheckBox());
  730.             this->tabPage15 = (gcnew System::Windows::Forms::TabPage());
  731.             this->bishopSubmit = (gcnew System::Windows::Forms::Button());
  732.             this->groupBox12 = (gcnew System::Windows::Forms::GroupBox());
  733.             this->advBless = (gcnew System::Windows::Forms::NumericUpDown());
  734.             this->pictureBox36 = (gcnew System::Windows::Forms::PictureBox());
  735.             this->arcaneAimBishop = (gcnew System::Windows::Forms::NumericUpDown());
  736.             this->infinityBishop = (gcnew System::Windows::Forms::NumericUpDown());
  737.             this->buffMasteryBishop = (gcnew System::Windows::Forms::NumericUpDown());
  738.             this->angelRay = (gcnew System::Windows::Forms::NumericUpDown());
  739.             this->pictureBox32 = (gcnew System::Windows::Forms::PictureBox());
  740.             this->pictureBox33 = (gcnew System::Windows::Forms::PictureBox());
  741.             this->pictureBox34 = (gcnew System::Windows::Forms::PictureBox());
  742.             this->pictureBox35 = (gcnew System::Windows::Forms::PictureBox());
  743.             this->bishopEnable = (gcnew System::Windows::Forms::CheckBox());
  744.             this->tabPage16 = (gcnew System::Windows::Forms::TabPage());
  745.             this->evanSubmit = (gcnew System::Windows::Forms::Button());
  746.             this->groupBox13 = (gcnew System::Windows::Forms::GroupBox());
  747.             this->evanAttacks = (gcnew System::Windows::Forms::GroupBox());
  748.             this->blazeEnable = (gcnew System::Windows::Forms::RadioButton());
  749.             this->illusionEnable = (gcnew System::Windows::Forms::RadioButton());
  750.             this->pictureBox38 = (gcnew System::Windows::Forms::PictureBox());
  751.             this->illusion = (gcnew System::Windows::Forms::NumericUpDown());
  752.             this->blaze = (gcnew System::Windows::Forms::NumericUpDown());
  753.             this->pictureBox37 = (gcnew System::Windows::Forms::PictureBox());
  754.             this->onyxBlessing = (gcnew System::Windows::Forms::NumericUpDown());
  755.             this->magicMastery = (gcnew System::Windows::Forms::NumericUpDown());
  756.             this->pictureBox39 = (gcnew System::Windows::Forms::PictureBox());
  757.             this->pictureBox41 = (gcnew System::Windows::Forms::PictureBox());
  758.             this->evanEnable = (gcnew System::Windows::Forms::CheckBox());
  759.             this->tabPage17 = (gcnew System::Windows::Forms::TabPage());
  760.             this->BaMSubmit = (gcnew System::Windows::Forms::Button());
  761.             this->groupBox14 = (gcnew System::Windows::Forms::GroupBox());
  762.             this->bodyBoost = (gcnew System::Windows::Forms::CheckBox());
  763.             this->finishBlow = (gcnew System::Windows::Forms::NumericUpDown());
  764.             this->advDA = (gcnew System::Windows::Forms::NumericUpDown());
  765.             this->pictureBox42 = (gcnew System::Windows::Forms::PictureBox());
  766.             this->pictureBox43 = (gcnew System::Windows::Forms::PictureBox());
  767.             this->pictureBox44 = (gcnew System::Windows::Forms::PictureBox());
  768.             this->BaMEnable = (gcnew System::Windows::Forms::CheckBox());
  769.             this->groupBox9 = (gcnew System::Windows::Forms::GroupBox());
  770.             this->staff = (gcnew System::Windows::Forms::RadioButton());
  771.             this->wand = (gcnew System::Windows::Forms::RadioButton());
  772.             this->tabPage4 = (gcnew System::Windows::Forms::TabPage());
  773.             this->tabControl4 = (gcnew System::Windows::Forms::TabControl());
  774.             this->tabPage18 = (gcnew System::Windows::Forms::TabPage());
  775.             this->bmSubmit = (gcnew System::Windows::Forms::Button());
  776.             this->groupBox16 = (gcnew System::Windows::Forms::GroupBox());
  777.             this->sharpEyesBM = (gcnew System::Windows::Forms::NumericUpDown());
  778.             this->pictureBox64 = (gcnew System::Windows::Forms::PictureBox());
  779.             this->illusionStep = (gcnew System::Windows::Forms::NumericUpDown());
  780.             this->pictureBox49 = (gcnew System::Windows::Forms::PictureBox());
  781.             this->hurricane = (gcnew System::Windows::Forms::NumericUpDown());
  782.             this->pictureBox48 = (gcnew System::Windows::Forms::PictureBox());
  783.             this->advFABM = (gcnew System::Windows::Forms::NumericUpDown());
  784.             this->spiritLinkBM = (gcnew System::Windows::Forms::NumericUpDown());
  785.             this->marksmanshipBM = (gcnew System::Windows::Forms::NumericUpDown());
  786.             this->bowExpert = (gcnew System::Windows::Forms::NumericUpDown());
  787.             this->pictureBox40 = (gcnew System::Windows::Forms::PictureBox());
  788.             this->pictureBox45 = (gcnew System::Windows::Forms::PictureBox());
  789.             this->pictureBox46 = (gcnew System::Windows::Forms::PictureBox());
  790.             this->pictureBox47 = (gcnew System::Windows::Forms::PictureBox());
  791.             this->bmEnable = (gcnew System::Windows::Forms::CheckBox());
  792.             this->tabPage19 = (gcnew System::Windows::Forms::TabPage());
  793.             this->mmSubmit = (gcnew System::Windows::Forms::Button());
  794.             this->groupBox17 = (gcnew System::Windows::Forms::GroupBox());
  795.             this->sharpEyesMM = (gcnew System::Windows::Forms::NumericUpDown());
  796.             this->pictureBox65 = (gcnew System::Windows::Forms::PictureBox());
  797.             this->illusionStepMM = (gcnew System::Windows::Forms::NumericUpDown());
  798.             this->pictureBox50 = (gcnew System::Windows::Forms::PictureBox());
  799.             this->ultimateStrafe = (gcnew System::Windows::Forms::NumericUpDown());
  800.             this->pictureBox51 = (gcnew System::Windows::Forms::PictureBox());
  801.             this->spiritLinkMM = (gcnew System::Windows::Forms::NumericUpDown());
  802.             this->marksmanshipMM = (gcnew System::Windows::Forms::NumericUpDown());
  803.             this->mmBoost = (gcnew System::Windows::Forms::NumericUpDown());
  804.             this->pictureBox53 = (gcnew System::Windows::Forms::PictureBox());
  805.             this->pictureBox54 = (gcnew System::Windows::Forms::PictureBox());
  806.             this->pictureBox55 = (gcnew System::Windows::Forms::PictureBox());
  807.             this->mmEnable = (gcnew System::Windows::Forms::CheckBox());
  808.             this->tabPage20 = (gcnew System::Windows::Forms::TabPage());
  809.             this->mercSubmit = (gcnew System::Windows::Forms::Button());
  810.             this->groupBox18 = (gcnew System::Windows::Forms::GroupBox());
  811.             this->advFAMerc = (gcnew System::Windows::Forms::NumericUpDown());
  812.             this->pictureBox52 = (gcnew System::Windows::Forms::PictureBox());
  813.             this->ishtarRing = (gcnew System::Windows::Forms::NumericUpDown());
  814.             this->pictureBox56 = (gcnew System::Windows::Forms::PictureBox());
  815.             this->ancientWarding = (gcnew System::Windows::Forms::NumericUpDown());
  816.             this->legendarySpear = (gcnew System::Windows::Forms::NumericUpDown());
  817.             this->dbgExpert = (gcnew System::Windows::Forms::NumericUpDown());
  818.             this->pictureBox57 = (gcnew System::Windows::Forms::PictureBox());
  819.             this->pictureBox58 = (gcnew System::Windows::Forms::PictureBox());
  820.             this->pictureBox101 = (gcnew System::Windows::Forms::PictureBox());
  821.             this->mercEnable = (gcnew System::Windows::Forms::CheckBox());
  822.             this->tabPage21 = (gcnew System::Windows::Forms::TabPage());
  823.             this->whSubmit = (gcnew System::Windows::Forms::Button());
  824.             this->groupBox19 = (gcnew System::Windows::Forms::GroupBox());
  825.             this->sharpEyesWH = (gcnew System::Windows::Forms::NumericUpDown());
  826.             this->pictureBox66 = (gcnew System::Windows::Forms::PictureBox());
  827.             this->wildArrow = (gcnew System::Windows::Forms::NumericUpDown());
  828.             this->pictureBox60 = (gcnew System::Windows::Forms::PictureBox());
  829.             this->advFAWH = (gcnew System::Windows::Forms::NumericUpDown());
  830.             this->wildInstinct = (gcnew System::Windows::Forms::NumericUpDown());
  831.             this->whExpert = (gcnew System::Windows::Forms::NumericUpDown());
  832.             this->pictureBox61 = (gcnew System::Windows::Forms::PictureBox());
  833.             this->pictureBox62 = (gcnew System::Windows::Forms::PictureBox());
  834.             this->pictureBox63 = (gcnew System::Windows::Forms::PictureBox());
  835.             this->whEnable = (gcnew System::Windows::Forms::CheckBox());
  836.             this->groupBox15 = (gcnew System::Windows::Forms::GroupBox());
  837.             this->dualBowgun = (gcnew System::Windows::Forms::RadioButton());
  838.             this->crossbow = (gcnew System::Windows::Forms::RadioButton());
  839.             this->bow = (gcnew System::Windows::Forms::RadioButton());
  840.             this->tabPage5 = (gcnew System::Windows::Forms::TabPage());
  841.             this->linkLabel1 = (gcnew System::Windows::Forms::LinkLabel());
  842.             this->tabControl5 = (gcnew System::Windows::Forms::TabControl());
  843.             this->tabPage22 = (gcnew System::Windows::Forms::TabPage());
  844.             this->nlSubmit = (gcnew System::Windows::Forms::Button());
  845.             this->groupBox21 = (gcnew System::Windows::Forms::GroupBox());
  846.             this->quadThrow = (gcnew System::Windows::Forms::NumericUpDown());
  847.             this->darkSerenity = (gcnew System::Windows::Forms::NumericUpDown());
  848.             this->purgeArea = (gcnew System::Windows::Forms::NumericUpDown());
  849.             this->starExpert = (gcnew System::Windows::Forms::NumericUpDown());
  850.             this->pictureBox69 = (gcnew System::Windows::Forms::PictureBox());
  851.             this->pictureBox70 = (gcnew System::Windows::Forms::PictureBox());
  852.             this->pictureBox71 = (gcnew System::Windows::Forms::PictureBox());
  853.             this->pictureBox72 = (gcnew System::Windows::Forms::PictureBox());
  854.             this->nlEnable = (gcnew System::Windows::Forms::CheckBox());
  855.             this->tabPage23 = (gcnew System::Windows::Forms::TabPage());
  856.             this->shadSubmit = (gcnew System::Windows::Forms::Button());
  857.             this->groupBox22 = (gcnew System::Windows::Forms::GroupBox());
  858.             this->darkSight = (gcnew System::Windows::Forms::CheckBox());
  859.             this->pictureBox76 = (gcnew System::Windows::Forms::PictureBox());
  860.             this->shadAttacks = (gcnew System::Windows::Forms::GroupBox());
  861.             this->meEnable = (gcnew System::Windows::Forms::RadioButton());
  862.             this->nateEnable = (gcnew System::Windows::Forms::RadioButton());
  863.             this->bStepEnable = (gcnew System::Windows::Forms::RadioButton());
  864.             this->pictureBox75 = (gcnew System::Windows::Forms::PictureBox());
  865.             this->assassinate = (gcnew System::Windows::Forms::NumericUpDown());
  866.             this->pictureBox74 = (gcnew System::Windows::Forms::PictureBox());
  867.             this->bStep = (gcnew System::Windows::Forms::NumericUpDown());
  868.             this->pictureBox59 = (gcnew System::Windows::Forms::PictureBox());
  869.             this->label33 = (gcnew System::Windows::Forms::Label());
  870.             this->killPoints = (gcnew System::Windows::Forms::NumericUpDown());
  871.             this->shadowInstinct = (gcnew System::Windows::Forms::NumericUpDown());
  872.             this->smokescreen = (gcnew System::Windows::Forms::NumericUpDown());
  873.             this->daggerExpert = (gcnew System::Windows::Forms::NumericUpDown());
  874.             this->pictureBox67 = (gcnew System::Windows::Forms::PictureBox());
  875.             this->pictureBox68 = (gcnew System::Windows::Forms::PictureBox());
  876.             this->pictureBox73 = (gcnew System::Windows::Forms::PictureBox());
  877.             this->shadEnable = (gcnew System::Windows::Forms::CheckBox());
  878.             this->tabPage24 = (gcnew System::Windows::Forms::TabPage());
  879.             this->dbSubmit = (gcnew System::Windows::Forms::Button());
  880.             this->groupBox23 = (gcnew System::Windows::Forms::GroupBox());
  881.             this->fcEnable = (gcnew System::Windows::Forms::CheckBox());
  882.             this->phantomBlow = (gcnew System::Windows::Forms::NumericUpDown());
  883.             this->finalCut = (gcnew System::Windows::Forms::NumericUpDown());
  884.             this->thorns = (gcnew System::Windows::Forms::NumericUpDown());
  885.             this->pictureBox78 = (gcnew System::Windows::Forms::PictureBox());
  886.             this->pictureBox79 = (gcnew System::Windows::Forms::PictureBox());
  887.             this->pictureBox80 = (gcnew System::Windows::Forms::PictureBox());
  888.             this->dbEnable = (gcnew System::Windows::Forms::CheckBox());
  889.             this->groupBox20 = (gcnew System::Windows::Forms::GroupBox());
  890.             this->dagger = (gcnew System::Windows::Forms::RadioButton());
  891.             this->claw = (gcnew System::Windows::Forms::RadioButton());
  892.             this->tabPage6 = (gcnew System::Windows::Forms::TabPage());
  893.             this->tabControl6 = (gcnew System::Windows::Forms::TabControl());
  894.             this->tabPage25 = (gcnew System::Windows::Forms::TabPage());
  895.             this->buccSubmit = (gcnew System::Windows::Forms::Button());
  896.             this->groupBox25 = (gcnew System::Windows::Forms::GroupBox());
  897.             this->ddiceEnableBucc = (gcnew System::Windows::Forms::CheckBox());
  898.             this->pictureBox98 = (gcnew System::Windows::Forms::PictureBox());
  899.             this->diceEnableBucc = (gcnew System::Windows::Forms::CheckBox());
  900.             this->pictureBox97 = (gcnew System::Windows::Forms::PictureBox());
  901.             this->energyEnable = (gcnew System::Windows::Forms::CheckBox());
  902.             this->pictureBox83 = (gcnew System::Windows::Forms::PictureBox());
  903.             this->revengeBEnable = (gcnew System::Windows::Forms::CheckBox());
  904.             this->viperisation = (gcnew System::Windows::Forms::NumericUpDown());
  905.             this->pirateRevengeB = (gcnew System::Windows::Forms::NumericUpDown());
  906.             this->fistEnrage = (gcnew System::Windows::Forms::NumericUpDown());
  907.             this->pictureBox77 = (gcnew System::Windows::Forms::PictureBox());
  908.             this->pictureBox81 = (gcnew System::Windows::Forms::PictureBox());
  909.             this->pictureBox82 = (gcnew System::Windows::Forms::PictureBox());
  910.             this->buccEnable = (gcnew System::Windows::Forms::CheckBox());
  911.             this->tabPage26 = (gcnew System::Windows::Forms::TabPage());
  912.             this->sairSubmit = (gcnew System::Windows::Forms::Button());
  913.             this->groupBox26 = (gcnew System::Windows::Forms::GroupBox());
  914.             this->ddiceEnableCorsair = (gcnew System::Windows::Forms::CheckBox());
  915.             this->pictureBox99 = (gcnew System::Windows::Forms::PictureBox());
  916.             this->diceEnableCorsair = (gcnew System::Windows::Forms::CheckBox());
  917.             this->pictureBox100 = (gcnew System::Windows::Forms::PictureBox());
  918.             this->numericUpDown2 = (gcnew System::Windows::Forms::NumericUpDown());
  919.             this->pictureBox96 = (gcnew System::Windows::Forms::PictureBox());
  920.             this->gunExpert = (gcnew System::Windows::Forms::NumericUpDown());
  921.             this->pictureBox88 = (gcnew System::Windows::Forms::PictureBox());
  922.             this->contAimEnable = (gcnew System::Windows::Forms::CheckBox());
  923.             this->contAiming = (gcnew System::Windows::Forms::NumericUpDown());
  924.             this->pictureBox84 = (gcnew System::Windows::Forms::PictureBox());
  925.             this->revengeEnableCo = (gcnew System::Windows::Forms::CheckBox());
  926.             this->pirateStyle = (gcnew System::Windows::Forms::NumericUpDown());
  927.             this->pirateRevengeCo = (gcnew System::Windows::Forms::NumericUpDown());
  928.             this->rapidFire = (gcnew System::Windows::Forms::NumericUpDown());
  929.             this->pictureBox85 = (gcnew System::Windows::Forms::PictureBox());
  930.             this->pictureBox86 = (gcnew System::Windows::Forms::PictureBox());
  931.             this->pictureBox87 = (gcnew System::Windows::Forms::PictureBox());
  932.             this->sairEnable = (gcnew System::Windows::Forms::CheckBox());
  933.             this->tabPage27 = (gcnew System::Windows::Forms::TabPage());
  934.             this->cannonSubmit = (gcnew System::Windows::Forms::Button());
  935.             this->groupBox27 = (gcnew System::Windows::Forms::GroupBox());
  936.             this->ddiceEnableCannon = (gcnew System::Windows::Forms::CheckBox());
  937.             this->pictureBox102 = (gcnew System::Windows::Forms::PictureBox());
  938.             this->diceEnableCannon = (gcnew System::Windows::Forms::CheckBox());
  939.             this->pictureBox103 = (gcnew System::Windows::Forms::PictureBox());
  940.             this->overburn = (gcnew System::Windows::Forms::NumericUpDown());
  941.             this->monkeyMagic = (gcnew System::Windows::Forms::NumericUpDown());
  942.             this->cannonBuster = (gcnew System::Windows::Forms::NumericUpDown());
  943.             this->pictureBox90 = (gcnew System::Windows::Forms::PictureBox());
  944.             this->pictureBox91 = (gcnew System::Windows::Forms::PictureBox());
  945.             this->pictureBox92 = (gcnew System::Windows::Forms::PictureBox());
  946.             this->cannonEnable = (gcnew System::Windows::Forms::CheckBox());
  947.             this->tabPage28 = (gcnew System::Windows::Forms::TabPage());
  948.             this->mechSubmit = (gcnew System::Windows::Forms::Button());
  949.             this->groupBox28 = (gcnew System::Windows::Forms::GroupBox());
  950.             this->diceEnableMech = (gcnew System::Windows::Forms::CheckBox());
  951.             this->pictureBox104 = (gcnew System::Windows::Forms::PictureBox());
  952.             this->ampEnable = (gcnew System::Windows::Forms::CheckBox());
  953.             this->mechAttacks = (gcnew System::Windows::Forms::GroupBox());
  954.             this->siegeEnable = (gcnew System::Windows::Forms::RadioButton());
  955.             this->tankEnable = (gcnew System::Windows::Forms::RadioButton());
  956.             this->pictureBox95 = (gcnew System::Windows::Forms::PictureBox());
  957.             this->pictureBox93 = (gcnew System::Windows::Forms::PictureBox());
  958.             this->missileTank = (gcnew System::Windows::Forms::NumericUpDown());
  959.             this->amplifier = (gcnew System::Windows::Forms::NumericUpDown());
  960.             this->extremeMech = (gcnew System::Windows::Forms::NumericUpDown());
  961.             this->pictureBox89 = (gcnew System::Windows::Forms::PictureBox());
  962.             this->pictureBox94 = (gcnew System::Windows::Forms::PictureBox());
  963.             this->mechEnable = (gcnew System::Windows::Forms::CheckBox());
  964.             this->groupBox24 = (gcnew System::Windows::Forms::GroupBox());
  965.             this->cannon = (gcnew System::Windows::Forms::RadioButton());
  966.             this->Gun = (gcnew System::Windows::Forms::RadioButton());
  967.             this->knuckle = (gcnew System::Windows::Forms::RadioButton());
  968.             this->tabPage29 = (gcnew System::Windows::Forms::TabPage());
  969.             this->legendPotion = (gcnew System::Windows::Forms::CheckBox());
  970.             this->magicPot = (gcnew System::Windows::Forms::GroupBox());
  971.             this->meditation = (gcnew System::Windows::Forms::RadioButton());
  972.             this->pictureBox117 = (gcnew System::Windows::Forms::PictureBox());
  973.             this->swissCheese = (gcnew System::Windows::Forms::RadioButton());
  974.             this->magicOnyx = (gcnew System::Windows::Forms::RadioButton());
  975.             this->pictureBox116 = (gcnew System::Windows::Forms::PictureBox());
  976.             this->pictureBox115 = (gcnew System::Windows::Forms::PictureBox());
  977.             this->pictureBox113 = (gcnew System::Windows::Forms::PictureBox());
  978.             this->weaponPot = (gcnew System::Windows::Forms::GroupBox());
  979.             this->pRage = (gcnew System::Windows::Forms::RadioButton());
  980.             this->pictureBox114 = (gcnew System::Windows::Forms::PictureBox());
  981.             this->warriorElixir = (gcnew System::Windows::Forms::RadioButton());
  982.             this->pictureBox112 = (gcnew System::Windows::Forms::PictureBox());
  983.             this->energizer = (gcnew System::Windows::Forms::RadioButton());
  984.             this->pictureBox111 = (gcnew System::Windows::Forms::PictureBox());
  985.             this->weaponOnyx = (gcnew System::Windows::Forms::RadioButton());
  986.             this->pictureBox110 = (gcnew System::Windows::Forms::PictureBox());
  987.             this->dAdvBless = (gcnew System::Windows::Forms::CheckBox());
  988.             this->dSharpEyes = (gcnew System::Windows::Forms::CheckBox());
  989.             this->pMonkey = (gcnew System::Windows::Forms::CheckBox());
  990.             this->pictureBox109 = (gcnew System::Windows::Forms::PictureBox());
  991.             this->pAdvBless = (gcnew System::Windows::Forms::CheckBox());
  992.             this->pictureBox108 = (gcnew System::Windows::Forms::PictureBox());
  993.             this->pAdvAura = (gcnew System::Windows::Forms::CheckBox());
  994.             this->pictureBox107 = (gcnew System::Windows::Forms::PictureBox());
  995.             this->pSharpEyes = (gcnew System::Windows::Forms::CheckBox());
  996.             this->pictureBox106 = (gcnew System::Windows::Forms::PictureBox());
  997.             this->echo = (gcnew System::Windows::Forms::CheckBox());
  998.             this->pictureBox105 = (gcnew System::Windows::Forms::PictureBox());
  999.             this->tabPage7 = (gcnew System::Windows::Forms::TabPage());
  1000.             this->debugMode = (gcnew System::Windows::Forms::GroupBox());
  1001.             this->textBox26 = (gcnew System::Windows::Forms::TextBox());
  1002.             this->label31 = (gcnew System::Windows::Forms::Label());
  1003.             this->textBox25 = (gcnew System::Windows::Forms::TextBox());
  1004.             this->label30 = (gcnew System::Windows::Forms::Label());
  1005.             this->textBox24 = (gcnew System::Windows::Forms::TextBox());
  1006.             this->label29 = (gcnew System::Windows::Forms::Label());
  1007.             this->textBox23 = (gcnew System::Windows::Forms::TextBox());
  1008.             this->label28 = (gcnew System::Windows::Forms::Label());
  1009.             this->textBox22 = (gcnew System::Windows::Forms::TextBox());
  1010.             this->label27 = (gcnew System::Windows::Forms::Label());
  1011.             this->textBox21 = (gcnew System::Windows::Forms::TextBox());
  1012.             this->label26 = (gcnew System::Windows::Forms::Label());
  1013.             this->textBox20 = (gcnew System::Windows::Forms::TextBox());
  1014.             this->label25 = (gcnew System::Windows::Forms::Label());
  1015.             this->textBox19 = (gcnew System::Windows::Forms::TextBox());
  1016.             this->label24 = (gcnew System::Windows::Forms::Label());
  1017.             this->textBox18 = (gcnew System::Windows::Forms::TextBox());
  1018.             this->label23 = (gcnew System::Windows::Forms::Label());
  1019.             this->textBox17 = (gcnew System::Windows::Forms::TextBox());
  1020.             this->label22 = (gcnew System::Windows::Forms::Label());
  1021.             this->textBox16 = (gcnew System::Windows::Forms::TextBox());
  1022.             this->label21 = (gcnew System::Windows::Forms::Label());
  1023.             this->textBox15 = (gcnew System::Windows::Forms::TextBox());
  1024.             this->label20 = (gcnew System::Windows::Forms::Label());
  1025.             this->textBox14 = (gcnew System::Windows::Forms::TextBox());
  1026.             this->label19 = (gcnew System::Windows::Forms::Label());
  1027.             this->textBox13 = (gcnew System::Windows::Forms::TextBox());
  1028.             this->label18 = (gcnew System::Windows::Forms::Label());
  1029.             this->textBox12 = (gcnew System::Windows::Forms::TextBox());
  1030.             this->label17 = (gcnew System::Windows::Forms::Label());
  1031.             this->textBox11 = (gcnew System::Windows::Forms::TextBox());
  1032.             this->label16 = (gcnew System::Windows::Forms::Label());
  1033.             this->textBox10 = (gcnew System::Windows::Forms::TextBox());
  1034.             this->label15 = (gcnew System::Windows::Forms::Label());
  1035.             this->textBox9 = (gcnew System::Windows::Forms::TextBox());
  1036.             this->label14 = (gcnew System::Windows::Forms::Label());
  1037.             this->button2 = (gcnew System::Windows::Forms::Button());
  1038.             this->button1 = (gcnew System::Windows::Forms::Button());
  1039.             this->textBox7 = (gcnew System::Windows::Forms::TextBox());
  1040.             this->label12 = (gcnew System::Windows::Forms::Label());
  1041.             this->textBox8 = (gcnew System::Windows::Forms::TextBox());
  1042.             this->label11 = (gcnew System::Windows::Forms::Label());
  1043.             this->textBox5 = (gcnew System::Windows::Forms::TextBox());
  1044.             this->label10 = (gcnew System::Windows::Forms::Label());
  1045.             this->textBox6 = (gcnew System::Windows::Forms::TextBox());
  1046.             this->label9 = (gcnew System::Windows::Forms::Label());
  1047.             this->textBox3 = (gcnew System::Windows::Forms::TextBox());
  1048.             this->label8 = (gcnew System::Windows::Forms::Label());
  1049.             this->textBox4 = (gcnew System::Windows::Forms::TextBox());
  1050.             this->label7 = (gcnew System::Windows::Forms::Label());
  1051.             this->textBox2 = (gcnew System::Windows::Forms::TextBox());
  1052.             this->label6 = (gcnew System::Windows::Forms::Label());
  1053.             this->textBox1 = (gcnew System::Windows::Forms::TextBox());
  1054.             this->label5 = (gcnew System::Windows::Forms::Label());
  1055.             this->progressBar1 = (gcnew System::Windows::Forms::ProgressBar());
  1056.             this->toolTip1 = (gcnew System::Windows::Forms::ToolTip(this->components));
  1057.             this->button3 = (gcnew System::Windows::Forms::Button());
  1058.             this->Timer = (gcnew System::Windows::Forms::Timer(this->components));
  1059.             this->Timer2 = (gcnew System::Windows::Forms::Timer(this->components));
  1060.             this->tabControl1->SuspendLayout();
  1061.             this->tabPage1->SuspendLayout();
  1062.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->mobPDR))->BeginInit();
  1063.             this->groupBox2->SuspendLayout();
  1064.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->mwLevel))->BeginInit();
  1065.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox22))->BeginInit();
  1066.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->numericUpDown1))->BeginInit();
  1067.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->bossDmg))->BeginInit();
  1068.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->thirdPercent))->BeginInit();
  1069.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->baseThird))->BeginInit();
  1070.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ignorePDR))->BeginInit();
  1071.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->weaponAttack))->BeginInit();
  1072.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->secondaryPercent))->BeginInit();
  1073.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->primaryPercent))->BeginInit();
  1074.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->totalThird))->BeginInit();
  1075.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->totalSecondary))->BeginInit();
  1076.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->totalPrimary))->BeginInit();
  1077.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->baseSecondary))->BeginInit();
  1078.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->basePrimary))->BeginInit();
  1079.             this->groupBox1->SuspendLayout();
  1080.             this->tabPage2->SuspendLayout();
  1081.             this->tabControl2->SuspendLayout();
  1082.             this->tabPage8->SuspendLayout();
  1083.             this->groupBox4->SuspendLayout();
  1084.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->intrepidSlash))->BeginInit();
  1085.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->enrage))->BeginInit();
  1086.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->combatMastery))->BeginInit();
  1087.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAH))->BeginInit();
  1088.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advCombo))->BeginInit();
  1089.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox5))->BeginInit();
  1090.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox4))->BeginInit();
  1091.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox3))->BeginInit();
  1092.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox2))->BeginInit();
  1093.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox1))->BeginInit();
  1094.             this->tabPage9->SuspendLayout();
  1095.             this->groupBox5->SuspendLayout();
  1096.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->divineShield))->BeginInit();
  1097.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox9))->BeginInit();
  1098.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advCharge))->BeginInit();
  1099.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox8))->BeginInit();
  1100.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->divineCharge))->BeginInit();
  1101.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox7))->BeginInit();
  1102.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->blast))->BeginInit();
  1103.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox6))->BeginInit();
  1104.             this->tabPage10->SuspendLayout();
  1105.             this->groupBox6->SuspendLayout();
  1106.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->beholderHex))->BeginInit();
  1107.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->darkImpale))->BeginInit();
  1108.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->beholder))->BeginInit();
  1109.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->beserk))->BeginInit();
  1110.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox13))->BeginInit();
  1111.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox12))->BeginInit();
  1112.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox11))->BeginInit();
  1113.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox10))->BeginInit();
  1114.             this->tabPage11->SuspendLayout();
  1115.             this->groupBox7->SuspendLayout();
  1116.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->highMastery))->BeginInit();
  1117.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAA))->BeginInit();
  1118.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->overSwing))->BeginInit();
  1119.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox14))->BeginInit();
  1120.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox15))->BeginInit();
  1121.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox16))->BeginInit();
  1122.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox17))->BeginInit();
  1123.             this->tabPage12->SuspendLayout();
  1124.             this->groupBox8->SuspendLayout();
  1125.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->darkBind))->BeginInit();
  1126.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox23))->BeginInit();
  1127.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->metamorph))->BeginInit();
  1128.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->demonImpact))->BeginInit();
  1129.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->demonCry))->BeginInit();
  1130.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->demonMastery))->BeginInit();
  1131.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox18))->BeginInit();
  1132.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox19))->BeginInit();
  1133.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox20))->BeginInit();
  1134.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox21))->BeginInit();
  1135.             this->groupBox3->SuspendLayout();
  1136.             this->tabPage3->SuspendLayout();
  1137.             this->tabControl3->SuspendLayout();
  1138.             this->tabPage13->SuspendLayout();
  1139.             this->groupBox10->SuspendLayout();
  1140.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->arcaneAimIL))->BeginInit();
  1141.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->infinityIL))->BeginInit();
  1142.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->buffMasteryIL))->BeginInit();
  1143.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->chainLightning))->BeginInit();
  1144.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox24))->BeginInit();
  1145.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox25))->BeginInit();
  1146.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox27))->BeginInit();
  1147.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox28))->BeginInit();
  1148.             this->tabPage14->SuspendLayout();
  1149.             this->groupBox11->SuspendLayout();
  1150.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->arcaneAimFP))->BeginInit();
  1151.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->infinityFP))->BeginInit();
  1152.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->buffMasteryFP))->BeginInit();
  1153.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->paralyze))->BeginInit();
  1154.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox26))->BeginInit();
  1155.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox29))->BeginInit();
  1156.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox30))->BeginInit();
  1157.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox31))->BeginInit();
  1158.             this->tabPage15->SuspendLayout();
  1159.             this->groupBox12->SuspendLayout();
  1160.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advBless))->BeginInit();
  1161.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox36))->BeginInit();
  1162.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->arcaneAimBishop))->BeginInit();
  1163.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->infinityBishop))->BeginInit();
  1164.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->buffMasteryBishop))->BeginInit();
  1165.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->angelRay))->BeginInit();
  1166.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox32))->BeginInit();
  1167.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox33))->BeginInit();
  1168.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox34))->BeginInit();
  1169.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox35))->BeginInit();
  1170.             this->tabPage16->SuspendLayout();
  1171.             this->groupBox13->SuspendLayout();
  1172.             this->evanAttacks->SuspendLayout();
  1173.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox38))->BeginInit();
  1174.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->illusion))->BeginInit();
  1175.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->blaze))->BeginInit();
  1176.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox37))->BeginInit();
  1177.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->onyxBlessing))->BeginInit();
  1178.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->magicMastery))->BeginInit();
  1179.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox39))->BeginInit();
  1180.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox41))->BeginInit();
  1181.             this->tabPage17->SuspendLayout();
  1182.             this->groupBox14->SuspendLayout();
  1183.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->finishBlow))->BeginInit();
  1184.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advDA))->BeginInit();
  1185.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox42))->BeginInit();
  1186.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox43))->BeginInit();
  1187.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox44))->BeginInit();
  1188.             this->groupBox9->SuspendLayout();
  1189.             this->tabPage4->SuspendLayout();
  1190.             this->tabControl4->SuspendLayout();
  1191.             this->tabPage18->SuspendLayout();
  1192.             this->groupBox16->SuspendLayout();
  1193.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->sharpEyesBM))->BeginInit();
  1194.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox64))->BeginInit();
  1195.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->illusionStep))->BeginInit();
  1196.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox49))->BeginInit();
  1197.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->hurricane))->BeginInit();
  1198.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox48))->BeginInit();
  1199.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFABM))->BeginInit();
  1200.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->spiritLinkBM))->BeginInit();
  1201.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->marksmanshipBM))->BeginInit();
  1202.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->bowExpert))->BeginInit();
  1203.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox40))->BeginInit();
  1204.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox45))->BeginInit();
  1205.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox46))->BeginInit();
  1206.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox47))->BeginInit();
  1207.             this->tabPage19->SuspendLayout();
  1208.             this->groupBox17->SuspendLayout();
  1209.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->sharpEyesMM))->BeginInit();
  1210.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox65))->BeginInit();
  1211.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->illusionStepMM))->BeginInit();
  1212.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox50))->BeginInit();
  1213.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ultimateStrafe))->BeginInit();
  1214.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox51))->BeginInit();
  1215.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->spiritLinkMM))->BeginInit();
  1216.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->marksmanshipMM))->BeginInit();
  1217.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->mmBoost))->BeginInit();
  1218.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox53))->BeginInit();
  1219.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox54))->BeginInit();
  1220.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox55))->BeginInit();
  1221.             this->tabPage20->SuspendLayout();
  1222.             this->groupBox18->SuspendLayout();
  1223.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAMerc))->BeginInit();
  1224.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox52))->BeginInit();
  1225.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ishtarRing))->BeginInit();
  1226.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox56))->BeginInit();
  1227.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ancientWarding))->BeginInit();
  1228.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->legendarySpear))->BeginInit();
  1229.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->dbgExpert))->BeginInit();
  1230.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox57))->BeginInit();
  1231.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox58))->BeginInit();
  1232.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox101))->BeginInit();
  1233.             this->tabPage21->SuspendLayout();
  1234.             this->groupBox19->SuspendLayout();
  1235.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->sharpEyesWH))->BeginInit();
  1236.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox66))->BeginInit();
  1237.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->wildArrow))->BeginInit();
  1238.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox60))->BeginInit();
  1239.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAWH))->BeginInit();
  1240.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->wildInstinct))->BeginInit();
  1241.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->whExpert))->BeginInit();
  1242.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox61))->BeginInit();
  1243.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox62))->BeginInit();
  1244.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox63))->BeginInit();
  1245.             this->groupBox15->SuspendLayout();
  1246.             this->tabPage5->SuspendLayout();
  1247.             this->tabControl5->SuspendLayout();
  1248.             this->tabPage22->SuspendLayout();
  1249.             this->groupBox21->SuspendLayout();
  1250.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->quadThrow))->BeginInit();
  1251.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->darkSerenity))->BeginInit();
  1252.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->purgeArea))->BeginInit();
  1253.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->starExpert))->BeginInit();
  1254.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox69))->BeginInit();
  1255.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox70))->BeginInit();
  1256.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox71))->BeginInit();
  1257.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox72))->BeginInit();
  1258.             this->tabPage23->SuspendLayout();
  1259.             this->groupBox22->SuspendLayout();
  1260.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox76))->BeginInit();
  1261.             this->shadAttacks->SuspendLayout();
  1262.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox75))->BeginInit();
  1263.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->assassinate))->BeginInit();
  1264.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox74))->BeginInit();
  1265.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->bStep))->BeginInit();
  1266.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox59))->BeginInit();
  1267.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->killPoints))->BeginInit();
  1268.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->shadowInstinct))->BeginInit();
  1269.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->smokescreen))->BeginInit();
  1270.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->daggerExpert))->BeginInit();
  1271.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox67))->BeginInit();
  1272.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox68))->BeginInit();
  1273.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox73))->BeginInit();
  1274.             this->tabPage24->SuspendLayout();
  1275.             this->groupBox23->SuspendLayout();
  1276.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->phantomBlow))->BeginInit();
  1277.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->finalCut))->BeginInit();
  1278.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->thorns))->BeginInit();
  1279.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox78))->BeginInit();
  1280.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox79))->BeginInit();
  1281.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox80))->BeginInit();
  1282.             this->groupBox20->SuspendLayout();
  1283.             this->tabPage6->SuspendLayout();
  1284.             this->tabControl6->SuspendLayout();
  1285.             this->tabPage25->SuspendLayout();
  1286.             this->groupBox25->SuspendLayout();
  1287.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox98))->BeginInit();
  1288.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox97))->BeginInit();
  1289.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox83))->BeginInit();
  1290.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->viperisation))->BeginInit();
  1291.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pirateRevengeB))->BeginInit();
  1292.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->fistEnrage))->BeginInit();
  1293.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox77))->BeginInit();
  1294.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox81))->BeginInit();
  1295.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox82))->BeginInit();
  1296.             this->tabPage26->SuspendLayout();
  1297.             this->groupBox26->SuspendLayout();
  1298.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox99))->BeginInit();
  1299.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox100))->BeginInit();
  1300.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->numericUpDown2))->BeginInit();
  1301.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox96))->BeginInit();
  1302.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->gunExpert))->BeginInit();
  1303.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox88))->BeginInit();
  1304.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->contAiming))->BeginInit();
  1305.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox84))->BeginInit();
  1306.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pirateStyle))->BeginInit();
  1307.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pirateRevengeCo))->BeginInit();
  1308.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->rapidFire))->BeginInit();
  1309.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox85))->BeginInit();
  1310.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox86))->BeginInit();
  1311.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox87))->BeginInit();
  1312.             this->tabPage27->SuspendLayout();
  1313.             this->groupBox27->SuspendLayout();
  1314.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox102))->BeginInit();
  1315.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox103))->BeginInit();
  1316.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->overburn))->BeginInit();
  1317.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->monkeyMagic))->BeginInit();
  1318.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->cannonBuster))->BeginInit();
  1319.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox90))->BeginInit();
  1320.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox91))->BeginInit();
  1321.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox92))->BeginInit();
  1322.             this->tabPage28->SuspendLayout();
  1323.             this->groupBox28->SuspendLayout();
  1324.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox104))->BeginInit();
  1325.             this->mechAttacks->SuspendLayout();
  1326.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox95))->BeginInit();
  1327.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox93))->BeginInit();
  1328.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->missileTank))->BeginInit();
  1329.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->amplifier))->BeginInit();
  1330.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->extremeMech))->BeginInit();
  1331.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox89))->BeginInit();
  1332.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox94))->BeginInit();
  1333.             this->groupBox24->SuspendLayout();
  1334.             this->tabPage29->SuspendLayout();
  1335.             this->magicPot->SuspendLayout();
  1336.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox117))->BeginInit();
  1337.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox116))->BeginInit();
  1338.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox115))->BeginInit();
  1339.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox113))->BeginInit();
  1340.             this->weaponPot->SuspendLayout();
  1341.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox114))->BeginInit();
  1342.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox112))->BeginInit();
  1343.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox111))->BeginInit();
  1344.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox110))->BeginInit();
  1345.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox109))->BeginInit();
  1346.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox108))->BeginInit();
  1347.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox107))->BeginInit();
  1348.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox106))->BeginInit();
  1349.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox105))->BeginInit();
  1350.             this->tabPage7->SuspendLayout();
  1351.             this->debugMode->SuspendLayout();
  1352.             this->SuspendLayout();
  1353.             //
  1354.             // tabControl1
  1355.             //
  1356.             this->tabControl1->Controls->Add(this->tabPage1);
  1357.             this->tabControl1->Controls->Add(this->tabPage2);
  1358.             this->tabControl1->Controls->Add(this->tabPage3);
  1359.             this->tabControl1->Controls->Add(this->tabPage4);
  1360.             this->tabControl1->Controls->Add(this->tabPage5);
  1361.             this->tabControl1->Controls->Add(this->tabPage6);
  1362.             this->tabControl1->Controls->Add(this->tabPage7);
  1363.             this->tabControl1->Controls->Add(this->tabPage29);
  1364.             this->tabControl1->ImeMode = System::Windows::Forms::ImeMode::NoControl;
  1365.             this->tabControl1->Location = System::Drawing::Point(12, 12);
  1366.             this->tabControl1->Name = L"tabControl1";
  1367.             this->tabControl1->SelectedIndex = 0;
  1368.             this->tabControl1->Size = System::Drawing::Size(486, 304);
  1369.             this->tabControl1->TabIndex = 0;
  1370.             //
  1371.             // tabPage1
  1372.             //
  1373.             this->tabPage1->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  1374.             this->tabPage1->Controls->Add(this->reset);
  1375.             this->tabPage1->Controls->Add(this->mobPDR);
  1376.             this->tabPage1->Controls->Add(this->label4);
  1377.             this->tabPage1->Controls->Add(this->groupBox2);
  1378.             this->tabPage1->Controls->Add(this->groupBox1);
  1379.             this->tabPage1->Location = System::Drawing::Point(4, 22);
  1380.             this->tabPage1->Name = L"tabPage1";
  1381.             this->tabPage1->Padding = System::Windows::Forms::Padding(3);
  1382.             this->tabPage1->Size = System::Drawing::Size(478, 278);
  1383.             this->tabPage1->TabIndex = 0;
  1384.             this->tabPage1->Text = L"Main";
  1385.             //
  1386.             // reset
  1387.             //
  1388.             this->reset->Location = System::Drawing::Point(176, 242);
  1389.             this->reset->Name = L"reset";
  1390.             this->reset->Size = System::Drawing::Size(75, 23);
  1391.             this->reset->TabIndex = 25;
  1392.             this->reset->Text = L"Reset";
  1393.             this->reset->UseVisualStyleBackColor = true;
  1394.             this->reset->Click += gcnew System::EventHandler(this, &Form1::reset_Click);
  1395.             //
  1396.             // mobPDR
  1397.             //
  1398.             this->mobPDR->DecimalPlaces = 1;
  1399.             this->mobPDR->Increment = System::Decimal(gcnew cli::array< System::Int32 >(4) {10, 0, 0, 0});
  1400.             this->mobPDR->Location = System::Drawing::Point(359, 240);
  1401.             this->mobPDR->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {70, 0, 0, 0});
  1402.             this->mobPDR->Name = L"mobPDR";
  1403.             this->mobPDR->Size = System::Drawing::Size(45, 20);
  1404.             this->mobPDR->TabIndex = 24;
  1405.             this->mobPDR->ValueChanged += gcnew System::EventHandler(this, &Form1::mobPDR_ValueChanged);
  1406.             //
  1407.             // label4
  1408.             //
  1409.             this->label4->AutoSize = true;
  1410.             this->label4->Location = System::Drawing::Point(271, 242);
  1411.             this->label4->Name = L"label4";
  1412.             this->label4->Size = System::Drawing::Size(71, 13);
  1413.             this->label4->TabIndex = 2;
  1414.             this->label4->Text = L"Monster PDR";
  1415.             //
  1416.             // groupBox2
  1417.             //
  1418.             this->groupBox2->Controls->Add(this->projectedTotal);
  1419.             this->groupBox2->Controls->Add(this->label32);
  1420.             this->groupBox2->Controls->Add(this->mwLevel);
  1421.             this->groupBox2->Controls->Add(this->pictureBox22);
  1422.             this->groupBox2->Controls->Add(this->numericUpDown1);
  1423.             this->groupBox2->Controls->Add(this->label13);
  1424.             this->groupBox2->Controls->Add(this->bossDmg);
  1425.             this->groupBox2->Controls->Add(this->label3);
  1426.             this->groupBox2->Controls->Add(this->tPerc);
  1427.             this->groupBox2->Controls->Add(this->thirdPercent);
  1428.             this->groupBox2->Controls->Add(this->baseThird);
  1429.             this->groupBox2->Controls->Add(this->ignorePDR);
  1430.             this->groupBox2->Controls->Add(this->baseT);
  1431.             this->groupBox2->Controls->Add(this->label2);
  1432.             this->groupBox2->Controls->Add(this->weaponAttack);
  1433.             this->groupBox2->Controls->Add(this->label1);
  1434.             this->groupBox2->Controls->Add(this->secondaryPercent);
  1435.             this->groupBox2->Controls->Add(this->primaryPercent);
  1436.             this->groupBox2->Controls->Add(this->sPerc);
  1437.             this->groupBox2->Controls->Add(this->pPerc);
  1438.             this->groupBox2->Controls->Add(this->totalT);
  1439.             this->groupBox2->Controls->Add(this->totalThird);
  1440.             this->groupBox2->Controls->Add(this->totalSecondary);
  1441.             this->groupBox2->Controls->Add(this->totalPrimary);
  1442.             this->groupBox2->Controls->Add(this->baseSecondary);
  1443.             this->groupBox2->Controls->Add(this->basePrimary);
  1444.             this->groupBox2->Controls->Add(this->totalS);
  1445.             this->groupBox2->Controls->Add(this->totalP);
  1446.             this->groupBox2->Controls->Add(this->baseS);
  1447.             this->groupBox2->Controls->Add(this->baseP);
  1448.             this->groupBox2->Location = System::Drawing::Point(104, 6);
  1449.             this->groupBox2->Name = L"groupBox2";
  1450.             this->groupBox2->Size = System::Drawing::Size(312, 216);
  1451.             this->groupBox2->TabIndex = 1;
  1452.             this->groupBox2->TabStop = false;
  1453.             this->groupBox2->Text = L"Character Stats";
  1454.             //
  1455.             // projectedTotal
  1456.             //
  1457.             this->projectedTotal->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  1458.             this->projectedTotal->Location = System::Drawing::Point(255, 188);
  1459.             this->projectedTotal->Name = L"projectedTotal";
  1460.             this->projectedTotal->ReadOnly = true;
  1461.             this->projectedTotal->Size = System::Drawing::Size(45, 20);
  1462.             this->projectedTotal->TabIndex = 28;
  1463.             this->projectedTotal->Visible = false;
  1464.             //
  1465.             // label32
  1466.             //
  1467.             this->label32->AutoSize = true;
  1468.             this->label32->Location = System::Drawing::Point(136, 190);
  1469.             this->label32->Name = L"label32";
  1470.             this->label32->Size = System::Drawing::Size(104, 13);
  1471.             this->label32->TabIndex = 27;
  1472.             this->label32->Text = L"Projected Total STR";
  1473.             this->toolTip1->SetToolTip(this->label32, L"Whenever you change your %Stat it will show you your projected total primary stat"
  1474.                 L".\r\n");
  1475.             this->label32->Visible = false;
  1476.             //
  1477.             // mwLevel
  1478.             //
  1479.             this->mwLevel->Location = System::Drawing::Point(72, 169);
  1480.             this->mwLevel->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  1481.             this->mwLevel->Name = L"mwLevel";
  1482.             this->mwLevel->Size = System::Drawing::Size(45, 20);
  1483.             this->mwLevel->TabIndex = 26;
  1484.             this->mwLevel->ValueChanged += gcnew System::EventHandler(this, &Form1::mwLevel_ValueChanged);
  1485.             //
  1486.             // pictureBox22
  1487.             //
  1488.             this->pictureBox22->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox22.Image")));
  1489.             this->pictureBox22->Location = System::Drawing::Point(23, 161);
  1490.             this->pictureBox22->Name = L"pictureBox22";
  1491.             this->pictureBox22->Size = System::Drawing::Size(32, 32);
  1492.             this->pictureBox22->TabIndex = 25;
  1493.             this->pictureBox22->TabStop = false;
  1494.             this->toolTip1->SetToolTip(this->pictureBox22, L"Maple Warrior");
  1495.             //
  1496.             // numericUpDown1
  1497.             //
  1498.             this->numericUpDown1->Location = System::Drawing::Point(255, 88);
  1499.             this->numericUpDown1->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {74, 0, 0, 0});
  1500.             this->numericUpDown1->Name = L"numericUpDown1";
  1501.             this->numericUpDown1->Size = System::Drawing::Size(45, 20);
  1502.             this->numericUpDown1->TabIndex = 25;
  1503.             this->numericUpDown1->ValueChanged += gcnew System::EventHandler(this, &Form1::numericUpDown1_ValueChanged);
  1504.             //
  1505.             // label13
  1506.             //
  1507.             this->label13->AutoSize = true;
  1508.             this->label13->Location = System::Drawing::Point(167, 90);
  1509.             this->label13->Name = L"label13";
  1510.             this->label13->Size = System::Drawing::Size(46, 13);
  1511.             this->label13->TabIndex = 24;
  1512.             this->label13->Text = L"Attack%";
  1513.             //
  1514.             // bossDmg
  1515.             //
  1516.             this->bossDmg->Increment = System::Decimal(gcnew cli::array< System::Int32 >(4) {10, 0, 0, 0});
  1517.             this->bossDmg->Location = System::Drawing::Point(255, 65);
  1518.             this->bossDmg->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {360, 0, 0, 0});
  1519.             this->bossDmg->Name = L"bossDmg";
  1520.             this->bossDmg->Size = System::Drawing::Size(45, 20);
  1521.             this->bossDmg->TabIndex = 23;
  1522.             this->bossDmg->ValueChanged += gcnew System::EventHandler(this, &Form1::bossDmg_ValueChanged);
  1523.             //
  1524.             // label3
  1525.             //
  1526.             this->label3->AutoSize = true;
  1527.             this->label3->Location = System::Drawing::Point(167, 70);
  1528.             this->label3->Name = L"label3";
  1529.             this->label3->Size = System::Drawing::Size(73, 13);
  1530.             this->label3->TabIndex = 22;
  1531.             this->label3->Text = L"Boss Damage";
  1532.             this->toolTip1->SetToolTip(this->label3, L"Total Damage is additive to Boss Damage, so include it here.");
  1533.             //
  1534.             // tPerc
  1535.             //
  1536.             this->tPerc->AutoSize = true;
  1537.             this->tPerc->Location = System::Drawing::Point(167, 161);
  1538.             this->tPerc->Name = L"tPerc";
  1539.             this->tPerc->Size = System::Drawing::Size(37, 13);
  1540.             this->tPerc->TabIndex = 14;
  1541.             this->tPerc->Text = L"STR%";
  1542.             this->tPerc->Visible = false;
  1543.             //
  1544.             // thirdPercent
  1545.             //
  1546.             this->thirdPercent->Location = System::Drawing::Point(255, 159);
  1547.             this->thirdPercent->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {400, 0, 0, 0});
  1548.             this->thirdPercent->Name = L"thirdPercent";
  1549.             this->thirdPercent->Size = System::Drawing::Size(45, 20);
  1550.             this->thirdPercent->TabIndex = 17;
  1551.             this->thirdPercent->Visible = false;
  1552.             this->thirdPercent->ValueChanged += gcnew System::EventHandler(this, &Form1::thirdPercent_ValueChanged);
  1553.             //
  1554.             // baseThird
  1555.             //
  1556.             this->baseThird->Location = System::Drawing::Point(72, 63);
  1557.             this->baseThird->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {999, 0, 0, 0});
  1558.             this->baseThird->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1559.             this->baseThird->Name = L"baseThird";
  1560.             this->baseThird->Size = System::Drawing::Size(45, 20);
  1561.             this->baseThird->TabIndex = 7;
  1562.             this->baseThird->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1563.             this->baseThird->Visible = false;
  1564.             this->baseThird->ValueChanged += gcnew System::EventHandler(this, &Form1::baseThird_ValueChanged);
  1565.             //
  1566.             // ignorePDR
  1567.             //
  1568.             this->ignorePDR->DecimalPlaces = 1;
  1569.             this->ignorePDR->Location = System::Drawing::Point(255, 42);
  1570.             this->ignorePDR->Name = L"ignorePDR";
  1571.             this->ignorePDR->Size = System::Drawing::Size(45, 20);
  1572.             this->ignorePDR->TabIndex = 21;
  1573.             this->ignorePDR->ValueChanged += gcnew System::EventHandler(this, &Form1::ignorePDR_ValueChanged);
  1574.             //
  1575.             // baseT
  1576.             //
  1577.             this->baseT->AutoSize = true;
  1578.             this->baseT->Location = System::Drawing::Point(10, 67);
  1579.             this->baseT->Name = L"baseT";
  1580.             this->baseT->Size = System::Drawing::Size(56, 13);
  1581.             this->baseT->TabIndex = 6;
  1582.             this->baseT->Text = L"Base STR";
  1583.             this->baseT->Visible = false;
  1584.             //
  1585.             // label2
  1586.             //
  1587.             this->label2->AutoSize = true;
  1588.             this->label2->Location = System::Drawing::Point(167, 48);
  1589.             this->label2->Name = L"label2";
  1590.             this->label2->Size = System::Drawing::Size(63, 13);
  1591.             this->label2->TabIndex = 20;
  1592.             this->label2->Text = L"Ignore PDR";
  1593.             this->toolTip1->SetToolTip(this->label2, L"Ignore DEF. Do not include Skills.");
  1594.             //
  1595.             // weaponAttack
  1596.             //
  1597.             this->weaponAttack->Location = System::Drawing::Point(255, 19);
  1598.             this->weaponAttack->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {2000, 0, 0, 0});
  1599.             this->weaponAttack->Name = L"weaponAttack";
  1600.             this->weaponAttack->Size = System::Drawing::Size(45, 20);
  1601.             this->weaponAttack->TabIndex = 19;
  1602.             this->weaponAttack->ValueChanged += gcnew System::EventHandler(this, &Form1::weaponAttack_ValueChanged);
  1603.             //
  1604.             // label1
  1605.             //
  1606.             this->label1->AutoSize = true;
  1607.             this->label1->Location = System::Drawing::Point(167, 23);
  1608.             this->label1->Name = L"label1";
  1609.             this->label1->Size = System::Drawing::Size(82, 13);
  1610.             this->label1->TabIndex = 18;
  1611.             this->label1->Text = L"Weapon Attack";
  1612.             this->toolTip1->SetToolTip(this->label1, L"Clean weapon attack without 1st job or higher skills.");
  1613.             //
  1614.             // secondaryPercent
  1615.             //
  1616.             this->secondaryPercent->Location = System::Drawing::Point(255, 133);
  1617.             this->secondaryPercent->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {400, 0, 0, 0});
  1618.             this->secondaryPercent->Name = L"secondaryPercent";
  1619.             this->secondaryPercent->Size = System::Drawing::Size(45, 20);
  1620.             this->secondaryPercent->TabIndex = 16;
  1621.             this->secondaryPercent->ValueChanged += gcnew System::EventHandler(this, &Form1::secondaryPercent_ValueChanged);
  1622.             //
  1623.             // primaryPercent
  1624.             //
  1625.             this->primaryPercent->Location = System::Drawing::Point(255, 111);
  1626.             this->primaryPercent->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {400, 0, 0, 0});
  1627.             this->primaryPercent->Name = L"primaryPercent";
  1628.             this->primaryPercent->Size = System::Drawing::Size(45, 20);
  1629.             this->primaryPercent->TabIndex = 15;
  1630.             this->primaryPercent->ValueChanged += gcnew System::EventHandler(this, &Form1::primaryPercent_ValueChanged);
  1631.             //
  1632.             // sPerc
  1633.             //
  1634.             this->sPerc->AutoSize = true;
  1635.             this->sPerc->Location = System::Drawing::Point(167, 135);
  1636.             this->sPerc->Name = L"sPerc";
  1637.             this->sPerc->Size = System::Drawing::Size(37, 13);
  1638.             this->sPerc->TabIndex = 13;
  1639.             this->sPerc->Text = L"DEX%";
  1640.             //
  1641.             // pPerc
  1642.             //
  1643.             this->pPerc->AutoSize = true;
  1644.             this->pPerc->Location = System::Drawing::Point(167, 113);
  1645.             this->pPerc->Name = L"pPerc";
  1646.             this->pPerc->Size = System::Drawing::Size(37, 13);
  1647.             this->pPerc->TabIndex = 12;
  1648.             this->pPerc->Text = L"STR%";
  1649.             //
  1650.             // totalT
  1651.             //
  1652.             this->totalT->AutoSize = true;
  1653.             this->totalT->Location = System::Drawing::Point(10, 135);
  1654.             this->totalT->Name = L"totalT";
  1655.             this->totalT->Size = System::Drawing::Size(56, 13);
  1656.             this->totalT->TabIndex = 11;
  1657.             this->totalT->Text = L"Total STR";
  1658.             this->totalT->Visible = false;
  1659.             //
  1660.             // totalThird
  1661.             //
  1662.             this->totalThird->Location = System::Drawing::Point(72, 133);
  1663.             this->totalThird->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {10000, 0, 0, 0});
  1664.             this->totalThird->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1665.             this->totalThird->Name = L"totalThird";
  1666.             this->totalThird->Size = System::Drawing::Size(45, 20);
  1667.             this->totalThird->TabIndex = 10;
  1668.             this->totalThird->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1669.             this->totalThird->Visible = false;
  1670.             this->totalThird->ValueChanged += gcnew System::EventHandler(this, &Form1::totalThird_ValueChanged);
  1671.             //
  1672.             // totalSecondary
  1673.             //
  1674.             this->totalSecondary->Location = System::Drawing::Point(72, 109);
  1675.             this->totalSecondary->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {10000, 0, 0, 0});
  1676.             this->totalSecondary->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1677.             this->totalSecondary->Name = L"totalSecondary";
  1678.             this->totalSecondary->Size = System::Drawing::Size(45, 20);
  1679.             this->totalSecondary->TabIndex = 9;
  1680.             this->totalSecondary->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1681.             this->totalSecondary->ValueChanged += gcnew System::EventHandler(this, &Form1::totalSecondary_ValueChanged);
  1682.             //
  1683.             // totalPrimary
  1684.             //
  1685.             this->totalPrimary->Location = System::Drawing::Point(72, 86);
  1686.             this->totalPrimary->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {10000, 0, 0, 0});
  1687.             this->totalPrimary->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1688.             this->totalPrimary->Name = L"totalPrimary";
  1689.             this->totalPrimary->Size = System::Drawing::Size(45, 20);
  1690.             this->totalPrimary->TabIndex = 8;
  1691.             this->totalPrimary->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1692.             this->totalPrimary->ValueChanged += gcnew System::EventHandler(this, &Form1::totalPrimary_ValueChanged);
  1693.             //
  1694.             // baseSecondary
  1695.             //
  1696.             this->baseSecondary->Location = System::Drawing::Point(72, 42);
  1697.             this->baseSecondary->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {999, 0, 0, 0});
  1698.             this->baseSecondary->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1699.             this->baseSecondary->Name = L"baseSecondary";
  1700.             this->baseSecondary->Size = System::Drawing::Size(45, 20);
  1701.             this->baseSecondary->TabIndex = 5;
  1702.             this->baseSecondary->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1703.             this->baseSecondary->ValueChanged += gcnew System::EventHandler(this, &Form1::baseSecondary_ValueChanged);
  1704.             //
  1705.             // basePrimary
  1706.             //
  1707.             this->basePrimary->Location = System::Drawing::Point(72, 19);
  1708.             this->basePrimary->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {999, 0, 0, 0});
  1709.             this->basePrimary->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1710.             this->basePrimary->Name = L"basePrimary";
  1711.             this->basePrimary->Size = System::Drawing::Size(45, 20);
  1712.             this->basePrimary->TabIndex = 4;
  1713.             this->basePrimary->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {4, 0, 0, 0});
  1714.             this->basePrimary->ValueChanged += gcnew System::EventHandler(this, &Form1::basePrimary_ValueChanged);
  1715.             //
  1716.             // totalS
  1717.             //
  1718.             this->totalS->AutoSize = true;
  1719.             this->totalS->Location = System::Drawing::Point(10, 113);
  1720.             this->totalS->Name = L"totalS";
  1721.             this->totalS->Size = System::Drawing::Size(56, 13);
  1722.             this->totalS->TabIndex = 3;
  1723.             this->totalS->Text = L"Total DEX";
  1724.             this->toolTip1->SetToolTip(this->totalS, L"Total Stat before Maple Warrior");
  1725.             //
  1726.             // totalP
  1727.             //
  1728.             this->totalP->AutoSize = true;
  1729.             this->totalP->Location = System::Drawing::Point(10, 90);
  1730.             this->totalP->Name = L"totalP";
  1731.             this->totalP->Size = System::Drawing::Size(56, 13);
  1732.             this->totalP->TabIndex = 2;
  1733.             this->totalP->Text = L"Total STR";
  1734.             this->toolTip1->SetToolTip(this->totalP, L"Total Stat before Maple Warrior");
  1735.             //
  1736.             // baseS
  1737.             //
  1738.             this->baseS->AutoSize = true;
  1739.             this->baseS->Location = System::Drawing::Point(10, 46);
  1740.             this->baseS->Name = L"baseS";
  1741.             this->baseS->Size = System::Drawing::Size(56, 13);
  1742.             this->baseS->TabIndex = 1;
  1743.             this->baseS->Text = L"Base DEX";
  1744.             //
  1745.             // baseP
  1746.             //
  1747.             this->baseP->AutoSize = true;
  1748.             this->baseP->Location = System::Drawing::Point(10, 23);
  1749.             this->baseP->Name = L"baseP";
  1750.             this->baseP->Size = System::Drawing::Size(56, 13);
  1751.             this->baseP->TabIndex = 0;
  1752.             this->baseP->Text = L"Base STR";
  1753.             //
  1754.             // groupBox1
  1755.             //
  1756.             this->groupBox1->Controls->Add(this->pirateSelect);
  1757.             this->groupBox1->Controls->Add(this->thiefSelect);
  1758.             this->groupBox1->Controls->Add(this->archerSelect);
  1759.             this->groupBox1->Controls->Add(this->mageSelect);
  1760.             this->groupBox1->Controls->Add(this->warriorSelect);
  1761.             this->groupBox1->Location = System::Drawing::Point(6, 6);
  1762.             this->groupBox1->Name = L"groupBox1";
  1763.             this->groupBox1->Size = System::Drawing::Size(92, 133);
  1764.             this->groupBox1->TabIndex = 0;
  1765.             this->groupBox1->TabStop = false;
  1766.             this->groupBox1->Text = L"Class";
  1767.             //
  1768.             // pirateSelect
  1769.             //
  1770.             this->pirateSelect->AutoSize = true;
  1771.             this->pirateSelect->Location = System::Drawing::Point(6, 111);
  1772.             this->pirateSelect->Name = L"pirateSelect";
  1773.             this->pirateSelect->Size = System::Drawing::Size(52, 17);
  1774.             this->pirateSelect->TabIndex = 4;
  1775.             this->pirateSelect->Text = L"Pirate";
  1776.             this->pirateSelect->UseVisualStyleBackColor = true;
  1777.             this->pirateSelect->CheckedChanged += gcnew System::EventHandler(this, &Form1::pirateSelect_CheckedChanged);
  1778.             //
  1779.             // thiefSelect
  1780.             //
  1781.             this->thiefSelect->AutoSize = true;
  1782.             this->thiefSelect->Location = System::Drawing::Point(6, 88);
  1783.             this->thiefSelect->Name = L"thiefSelect";
  1784.             this->thiefSelect->Size = System::Drawing::Size(49, 17);
  1785.             this->thiefSelect->TabIndex = 3;
  1786.             this->thiefSelect->Text = L"Thief";
  1787.             this->thiefSelect->UseVisualStyleBackColor = true;
  1788.             this->thiefSelect->CheckedChanged += gcnew System::EventHandler(this, &Form1::thiefSelect_CheckedChanged);
  1789.             //
  1790.             // archerSelect
  1791.             //
  1792.             this->archerSelect->AutoSize = true;
  1793.             this->archerSelect->Location = System::Drawing::Point(6, 65);
  1794.             this->archerSelect->Name = L"archerSelect";
  1795.             this->archerSelect->Size = System::Drawing::Size(66, 17);
  1796.             this->archerSelect->TabIndex = 2;
  1797.             this->archerSelect->Text = L"Bowman";
  1798.             this->archerSelect->UseVisualStyleBackColor = true;
  1799.             this->archerSelect->CheckedChanged += gcnew System::EventHandler(this, &Form1::archerSelect_CheckedChanged);
  1800.             //
  1801.             // mageSelect
  1802.             //
  1803.             this->mageSelect->AutoSize = true;
  1804.             this->mageSelect->Location = System::Drawing::Point(6, 42);
  1805.             this->mageSelect->Name = L"mageSelect";
  1806.             this->mageSelect->Size = System::Drawing::Size(68, 17);
  1807.             this->mageSelect->TabIndex = 1;
  1808.             this->mageSelect->Text = L"Magician";
  1809.             this->mageSelect->UseVisualStyleBackColor = true;
  1810.             this->mageSelect->CheckedChanged += gcnew System::EventHandler(this, &Form1::mageSelect_CheckedChanged);
  1811.             //
  1812.             // warriorSelect
  1813.             //
  1814.             this->warriorSelect->AutoSize = true;
  1815.             this->warriorSelect->Location = System::Drawing::Point(6, 19);
  1816.             this->warriorSelect->Name = L"warriorSelect";
  1817.             this->warriorSelect->Size = System::Drawing::Size(59, 17);
  1818.             this->warriorSelect->TabIndex = 0;
  1819.             this->warriorSelect->Text = L"Warrior";
  1820.             this->warriorSelect->UseVisualStyleBackColor = true;
  1821.             this->warriorSelect->CheckedChanged += gcnew System::EventHandler(this, &Form1::warriorSelect_CheckedChanged);
  1822.             //
  1823.             // tabPage2
  1824.             //
  1825.             this->tabPage2->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  1826.             this->tabPage2->Controls->Add(this->tabControl2);
  1827.             this->tabPage2->Controls->Add(this->groupBox3);
  1828.             this->tabPage2->Location = System::Drawing::Point(4, 22);
  1829.             this->tabPage2->Name = L"tabPage2";
  1830.             this->tabPage2->Padding = System::Windows::Forms::Padding(3);
  1831.             this->tabPage2->Size = System::Drawing::Size(478, 278);
  1832.             this->tabPage2->TabIndex = 1;
  1833.             this->tabPage2->Text = L"Warrior";
  1834.             //
  1835.             // tabControl2
  1836.             //
  1837.             this->tabControl2->Controls->Add(this->tabPage8);
  1838.             this->tabControl2->Controls->Add(this->tabPage9);
  1839.             this->tabControl2->Controls->Add(this->tabPage10);
  1840.             this->tabControl2->Controls->Add(this->tabPage11);
  1841.             this->tabControl2->Controls->Add(this->tabPage12);
  1842.             this->tabControl2->Location = System::Drawing::Point(95, 6);
  1843.             this->tabControl2->Name = L"tabControl2";
  1844.             this->tabControl2->SelectedIndex = 0;
  1845.             this->tabControl2->Size = System::Drawing::Size(377, 266);
  1846.             this->tabControl2->TabIndex = 1;
  1847.             //
  1848.             // tabPage8
  1849.             //
  1850.             this->tabPage8->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  1851.             this->tabPage8->Controls->Add(this->heroSubmit);
  1852.             this->tabPage8->Controls->Add(this->groupBox4);
  1853.             this->tabPage8->Controls->Add(this->heroEnable);
  1854.             this->tabPage8->Location = System::Drawing::Point(4, 22);
  1855.             this->tabPage8->Name = L"tabPage8";
  1856.             this->tabPage8->Padding = System::Windows::Forms::Padding(3);
  1857.             this->tabPage8->Size = System::Drawing::Size(369, 240);
  1858.             this->tabPage8->TabIndex = 0;
  1859.             this->tabPage8->Text = L"Hero";
  1860.             //
  1861.             // heroSubmit
  1862.             //
  1863.             this->heroSubmit->Location = System::Drawing::Point(206, 10);
  1864.             this->heroSubmit->Name = L"heroSubmit";
  1865.             this->heroSubmit->Size = System::Drawing::Size(151, 23);
  1866.             this->heroSubmit->TabIndex = 10;
  1867.             this->heroSubmit->Text = L"Submit";
  1868.             this->heroSubmit->UseVisualStyleBackColor = true;
  1869.             this->heroSubmit->Visible = false;
  1870.             this->heroSubmit->Click += gcnew System::EventHandler(this, &Form1::heroSubmit_Click);
  1871.             //
  1872.             // groupBox4
  1873.             //
  1874.             this->groupBox4->Controls->Add(this->intrepidSlash);
  1875.             this->groupBox4->Controls->Add(this->enrage);
  1876.             this->groupBox4->Controls->Add(this->combatMastery);
  1877.             this->groupBox4->Controls->Add(this->advFAH);
  1878.             this->groupBox4->Controls->Add(this->advCombo);
  1879.             this->groupBox4->Controls->Add(this->pictureBox5);
  1880.             this->groupBox4->Controls->Add(this->pictureBox4);
  1881.             this->groupBox4->Controls->Add(this->pictureBox3);
  1882.             this->groupBox4->Controls->Add(this->pictureBox2);
  1883.             this->groupBox4->Controls->Add(this->pictureBox1);
  1884.             this->groupBox4->Location = System::Drawing::Point(13, 33);
  1885.             this->groupBox4->Name = L"groupBox4";
  1886.             this->groupBox4->Size = System::Drawing::Size(350, 201);
  1887.             this->groupBox4->TabIndex = 1;
  1888.             this->groupBox4->TabStop = false;
  1889.             this->groupBox4->Text = L"Skills";
  1890.             this->groupBox4->Visible = false;
  1891.             //
  1892.             // intrepidSlash
  1893.             //
  1894.             this->intrepidSlash->Location = System::Drawing::Point(180, 71);
  1895.             this->intrepidSlash->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  1896.             this->intrepidSlash->Name = L"intrepidSlash";
  1897.             this->intrepidSlash->Size = System::Drawing::Size(40, 20);
  1898.             this->intrepidSlash->TabIndex = 9;
  1899.             this->intrepidSlash->ValueChanged += gcnew System::EventHandler(this, &Form1::intrepidSlash_ValueChanged);
  1900.             //
  1901.             // enrage
  1902.             //
  1903.             this->enrage->Location = System::Drawing::Point(180, 26);
  1904.             this->enrage->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  1905.             this->enrage->Name = L"enrage";
  1906.             this->enrage->Size = System::Drawing::Size(40, 20);
  1907.             this->enrage->TabIndex = 8;
  1908.             this->enrage->ValueChanged += gcnew System::EventHandler(this, &Form1::enrage_ValueChanged);
  1909.             //
  1910.             // combatMastery
  1911.             //
  1912.             this->combatMastery->Location = System::Drawing::Point(67, 122);
  1913.             this->combatMastery->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  1914.             this->combatMastery->Name = L"combatMastery";
  1915.             this->combatMastery->Size = System::Drawing::Size(40, 20);
  1916.             this->combatMastery->TabIndex = 7;
  1917.             this->combatMastery->ValueChanged += gcnew System::EventHandler(this, &Form1::combatMastery_ValueChanged);
  1918.             //
  1919.             // advFAH
  1920.             //
  1921.             this->advFAH->Location = System::Drawing::Point(67, 71);
  1922.             this->advFAH->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  1923.             this->advFAH->Name = L"advFAH";
  1924.             this->advFAH->Size = System::Drawing::Size(40, 20);
  1925.             this->advFAH->TabIndex = 6;
  1926.             this->advFAH->ValueChanged += gcnew System::EventHandler(this, &Form1::advFAH_ValueChanged);
  1927.             //
  1928.             // advCombo
  1929.             //
  1930.             this->advCombo->Location = System::Drawing::Point(67, 26);
  1931.             this->advCombo->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  1932.             this->advCombo->Name = L"advCombo";
  1933.             this->advCombo->Size = System::Drawing::Size(40, 20);
  1934.             this->advCombo->TabIndex = 5;
  1935.             this->advCombo->ValueChanged += gcnew System::EventHandler(this, &Form1::advCombo_ValueChanged);
  1936.             //
  1937.             // pictureBox5
  1938.             //
  1939.             this->pictureBox5->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox5.Image")));
  1940.             this->pictureBox5->Location = System::Drawing::Point(132, 64);
  1941.             this->pictureBox5->Name = L"pictureBox5";
  1942.             this->pictureBox5->Size = System::Drawing::Size(32, 32);
  1943.             this->pictureBox5->TabIndex = 4;
  1944.             this->pictureBox5->TabStop = false;
  1945.             this->toolTip1->SetToolTip(this->pictureBox5, L"Intrepid Slash");
  1946.             //
  1947.             // pictureBox4
  1948.             //
  1949.             this->pictureBox4->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox4.Image")));
  1950.             this->pictureBox4->Location = System::Drawing::Point(132, 19);
  1951.             this->pictureBox4->Name = L"pictureBox4";
  1952.             this->pictureBox4->Size = System::Drawing::Size(32, 32);
  1953.             this->pictureBox4->TabIndex = 3;
  1954.             this->pictureBox4->TabStop = false;
  1955.             this->toolTip1->SetToolTip(this->pictureBox4, L"Enrage");
  1956.             //
  1957.             // pictureBox3
  1958.             //
  1959.             this->pictureBox3->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox3.Image")));
  1960.             this->pictureBox3->Location = System::Drawing::Point(20, 110);
  1961.             this->pictureBox3->Name = L"pictureBox3";
  1962.             this->pictureBox3->Size = System::Drawing::Size(32, 32);
  1963.             this->pictureBox3->TabIndex = 2;
  1964.             this->pictureBox3->TabStop = false;
  1965.             this->toolTip1->SetToolTip(this->pictureBox3, L"Combat Mastery");
  1966.             //
  1967.             // pictureBox2
  1968.             //
  1969.             this->pictureBox2->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox2.Image")));
  1970.             this->pictureBox2->Location = System::Drawing::Point(20, 64);
  1971.             this->pictureBox2->Name = L"pictureBox2";
  1972.             this->pictureBox2->Size = System::Drawing::Size(32, 32);
  1973.             this->pictureBox2->TabIndex = 1;
  1974.             this->pictureBox2->TabStop = false;
  1975.             this->toolTip1->SetToolTip(this->pictureBox2, L"Advanced Final Attack");
  1976.             //
  1977.             // pictureBox1
  1978.             //
  1979.             this->pictureBox1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox1.Image")));
  1980.             this->pictureBox1->Location = System::Drawing::Point(20, 19);
  1981.             this->pictureBox1->Name = L"pictureBox1";
  1982.             this->pictureBox1->Size = System::Drawing::Size(32, 32);
  1983.             this->pictureBox1->TabIndex = 0;
  1984.             this->pictureBox1->TabStop = false;
  1985.             this->toolTip1->SetToolTip(this->pictureBox1, L"Advanced Combo Attack");
  1986.             //
  1987.             // heroEnable
  1988.             //
  1989.             this->heroEnable->AutoSize = true;
  1990.             this->heroEnable->Location = System::Drawing::Point(13, 10);
  1991.             this->heroEnable->Name = L"heroEnable";
  1992.             this->heroEnable->Size = System::Drawing::Size(89, 17);
  1993.             this->heroEnable->TabIndex = 0;
  1994.             this->heroEnable->Text = L"Choose class";
  1995.             this->heroEnable->UseVisualStyleBackColor = true;
  1996.             this->heroEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::heroEnable_CheckedChanged);
  1997.             //
  1998.             // tabPage9
  1999.             //
  2000.             this->tabPage9->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2001.             this->tabPage9->Controls->Add(this->paladinSubmit);
  2002.             this->tabPage9->Controls->Add(this->groupBox5);
  2003.             this->tabPage9->Controls->Add(this->paladinEnable);
  2004.             this->tabPage9->Location = System::Drawing::Point(4, 22);
  2005.             this->tabPage9->Name = L"tabPage9";
  2006.             this->tabPage9->Padding = System::Windows::Forms::Padding(3);
  2007.             this->tabPage9->Size = System::Drawing::Size(369, 240);
  2008.             this->tabPage9->TabIndex = 1;
  2009.             this->tabPage9->Text = L"Paladin";
  2010.             //
  2011.             // paladinSubmit
  2012.             //
  2013.             this->paladinSubmit->Location = System::Drawing::Point(206, 10);
  2014.             this->paladinSubmit->Name = L"paladinSubmit";
  2015.             this->paladinSubmit->Size = System::Drawing::Size(151, 23);
  2016.             this->paladinSubmit->TabIndex = 13;
  2017.             this->paladinSubmit->Text = L"Submit";
  2018.             this->paladinSubmit->UseVisualStyleBackColor = true;
  2019.             this->paladinSubmit->Visible = false;
  2020.             this->paladinSubmit->Click += gcnew System::EventHandler(this, &Form1::paladinSubmit_Click);
  2021.             //
  2022.             // groupBox5
  2023.             //
  2024.             this->groupBox5->Controls->Add(this->divineShield);
  2025.             this->groupBox5->Controls->Add(this->pictureBox9);
  2026.             this->groupBox5->Controls->Add(this->advCharge);
  2027.             this->groupBox5->Controls->Add(this->pictureBox8);
  2028.             this->groupBox5->Controls->Add(this->divineCharge);
  2029.             this->groupBox5->Controls->Add(this->pictureBox7);
  2030.             this->groupBox5->Controls->Add(this->blast);
  2031.             this->groupBox5->Controls->Add(this->pictureBox6);
  2032.             this->groupBox5->Location = System::Drawing::Point(13, 33);
  2033.             this->groupBox5->Name = L"groupBox5";
  2034.             this->groupBox5->Size = System::Drawing::Size(350, 201);
  2035.             this->groupBox5->TabIndex = 1;
  2036.             this->groupBox5->TabStop = false;
  2037.             this->groupBox5->Text = L"Skills";
  2038.             this->groupBox5->Visible = false;
  2039.             //
  2040.             // divineShield
  2041.             //
  2042.             this->divineShield->Location = System::Drawing::Point(203, 69);
  2043.             this->divineShield->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  2044.             this->divineShield->Name = L"divineShield";
  2045.             this->divineShield->Size = System::Drawing::Size(40, 20);
  2046.             this->divineShield->TabIndex = 12;
  2047.             this->divineShield->ValueChanged += gcnew System::EventHandler(this, &Form1::divineShield_ValueChanged);
  2048.             //
  2049.             // pictureBox9
  2050.             //
  2051.             this->pictureBox9->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox9.Image")));
  2052.             this->pictureBox9->Location = System::Drawing::Point(150, 64);
  2053.             this->pictureBox9->Name = L"pictureBox9";
  2054.             this->pictureBox9->Size = System::Drawing::Size(32, 32);
  2055.             this->pictureBox9->TabIndex = 11;
  2056.             this->pictureBox9->TabStop = false;
  2057.             this->toolTip1->SetToolTip(this->pictureBox9, L"Divine Shield");
  2058.             //
  2059.             // advCharge
  2060.             //
  2061.             this->advCharge->Location = System::Drawing::Point(203, 30);
  2062.             this->advCharge->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  2063.             this->advCharge->Name = L"advCharge";
  2064.             this->advCharge->Size = System::Drawing::Size(40, 20);
  2065.             this->advCharge->TabIndex = 10;
  2066.             this->advCharge->ValueChanged += gcnew System::EventHandler(this, &Form1::advCharge_ValueChanged);
  2067.             //
  2068.             // pictureBox8
  2069.             //
  2070.             this->pictureBox8->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox8.Image")));
  2071.             this->pictureBox8->Location = System::Drawing::Point(150, 24);
  2072.             this->pictureBox8->Name = L"pictureBox8";
  2073.             this->pictureBox8->Size = System::Drawing::Size(32, 32);
  2074.             this->pictureBox8->TabIndex = 9;
  2075.             this->pictureBox8->TabStop = false;
  2076.             this->toolTip1->SetToolTip(this->pictureBox8, L"Advanced Charge Blow");
  2077.             //
  2078.             // divineCharge
  2079.             //
  2080.             this->divineCharge->Location = System::Drawing::Point(66, 69);
  2081.             this->divineCharge->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  2082.             this->divineCharge->Name = L"divineCharge";
  2083.             this->divineCharge->Size = System::Drawing::Size(40, 20);
  2084.             this->divineCharge->TabIndex = 8;
  2085.             this->divineCharge->ValueChanged += gcnew System::EventHandler(this, &Form1::divineCharge_ValueChanged);
  2086.             //
  2087.             // pictureBox7
  2088.             //
  2089.             this->pictureBox7->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox7.Image")));
  2090.             this->pictureBox7->Location = System::Drawing::Point(17, 64);
  2091.             this->pictureBox7->Name = L"pictureBox7";
  2092.             this->pictureBox7->Size = System::Drawing::Size(32, 32);
  2093.             this->pictureBox7->TabIndex = 7;
  2094.             this->pictureBox7->TabStop = false;
  2095.             this->toolTip1->SetToolTip(this->pictureBox7, L"Divine Charge");
  2096.             //
  2097.             // blast
  2098.             //
  2099.             this->blast->Location = System::Drawing::Point(66, 30);
  2100.             this->blast->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2101.             this->blast->Name = L"blast";
  2102.             this->blast->Size = System::Drawing::Size(40, 20);
  2103.             this->blast->TabIndex = 6;
  2104.             this->blast->ValueChanged += gcnew System::EventHandler(this, &Form1::blast_ValueChanged);
  2105.             //
  2106.             // pictureBox6
  2107.             //
  2108.             this->pictureBox6->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox6.Image")));
  2109.             this->pictureBox6->Location = System::Drawing::Point(17, 24);
  2110.             this->pictureBox6->Name = L"pictureBox6";
  2111.             this->pictureBox6->Size = System::Drawing::Size(32, 32);
  2112.             this->pictureBox6->TabIndex = 0;
  2113.             this->pictureBox6->TabStop = false;
  2114.             this->toolTip1->SetToolTip(this->pictureBox6, L"Blast");
  2115.             //
  2116.             // paladinEnable
  2117.             //
  2118.             this->paladinEnable->AutoSize = true;
  2119.             this->paladinEnable->Location = System::Drawing::Point(13, 10);
  2120.             this->paladinEnable->Name = L"paladinEnable";
  2121.             this->paladinEnable->Size = System::Drawing::Size(89, 17);
  2122.             this->paladinEnable->TabIndex = 0;
  2123.             this->paladinEnable->Text = L"Choose class";
  2124.             this->paladinEnable->UseVisualStyleBackColor = true;
  2125.             this->paladinEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::paladinEnable_CheckedChanged);
  2126.             //
  2127.             // tabPage10
  2128.             //
  2129.             this->tabPage10->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2130.             this->tabPage10->Controls->Add(this->groupBox6);
  2131.             this->tabPage10->Controls->Add(this->DrKSubmit);
  2132.             this->tabPage10->Controls->Add(this->DrKEnable);
  2133.             this->tabPage10->Location = System::Drawing::Point(4, 22);
  2134.             this->tabPage10->Name = L"tabPage10";
  2135.             this->tabPage10->Size = System::Drawing::Size(369, 240);
  2136.             this->tabPage10->TabIndex = 2;
  2137.             this->tabPage10->Text = L"Dark Knight";
  2138.             //
  2139.             // groupBox6
  2140.             //
  2141.             this->groupBox6->Controls->Add(this->beholderHex);
  2142.             this->groupBox6->Controls->Add(this->darkImpale);
  2143.             this->groupBox6->Controls->Add(this->beholder);
  2144.             this->groupBox6->Controls->Add(this->beserk);
  2145.             this->groupBox6->Controls->Add(this->pictureBox13);
  2146.             this->groupBox6->Controls->Add(this->pictureBox12);
  2147.             this->groupBox6->Controls->Add(this->pictureBox11);
  2148.             this->groupBox6->Controls->Add(this->pictureBox10);
  2149.             this->groupBox6->Location = System::Drawing::Point(13, 33);
  2150.             this->groupBox6->Name = L"groupBox6";
  2151.             this->groupBox6->Size = System::Drawing::Size(344, 198);
  2152.             this->groupBox6->TabIndex = 15;
  2153.             this->groupBox6->TabStop = false;
  2154.             this->groupBox6->Text = L"Skills";
  2155.             this->groupBox6->Visible = false;
  2156.             //
  2157.             // beholderHex
  2158.             //
  2159.             this->beholderHex->Location = System::Drawing::Point(193, 79);
  2160.             this->beholderHex->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  2161.             this->beholderHex->Name = L"beholderHex";
  2162.             this->beholderHex->Size = System::Drawing::Size(40, 20);
  2163.             this->beholderHex->TabIndex = 10;
  2164.             this->beholderHex->ValueChanged += gcnew System::EventHandler(this, &Form1::beholderHex_ValueChanged);
  2165.             //
  2166.             // darkImpale
  2167.             //
  2168.             this->darkImpale->Location = System::Drawing::Point(193, 30);
  2169.             this->darkImpale->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2170.             this->darkImpale->Name = L"darkImpale";
  2171.             this->darkImpale->Size = System::Drawing::Size(40, 20);
  2172.             this->darkImpale->TabIndex = 9;
  2173.             this->darkImpale->ValueChanged += gcnew System::EventHandler(this, &Form1::darkImpale_ValueChanged);
  2174.             //
  2175.             // beholder
  2176.             //
  2177.             this->beholder->Location = System::Drawing::Point(67, 76);
  2178.             this->beholder->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  2179.             this->beholder->Name = L"beholder";
  2180.             this->beholder->Size = System::Drawing::Size(40, 20);
  2181.             this->beholder->TabIndex = 8;
  2182.             this->beholder->ValueChanged += gcnew System::EventHandler(this, &Form1::beholder_ValueChanged);
  2183.             //
  2184.             // beserk
  2185.             //
  2186.             this->beserk->Location = System::Drawing::Point(67, 30);
  2187.             this->beserk->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2188.             this->beserk->Name = L"beserk";
  2189.             this->beserk->Size = System::Drawing::Size(40, 20);
  2190.             this->beserk->TabIndex = 7;
  2191.             this->beserk->ValueChanged += gcnew System::EventHandler(this, &Form1::beserk_ValueChanged);
  2192.             //
  2193.             // pictureBox13
  2194.             //
  2195.             this->pictureBox13->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox13.Image")));
  2196.             this->pictureBox13->Location = System::Drawing::Point(147, 64);
  2197.             this->pictureBox13->Name = L"pictureBox13";
  2198.             this->pictureBox13->Size = System::Drawing::Size(32, 32);
  2199.             this->pictureBox13->TabIndex = 3;
  2200.             this->pictureBox13->TabStop = false;
  2201.             this->toolTip1->SetToolTip(this->pictureBox13, L"Hex of Beholder");
  2202.             //
  2203.             // pictureBox12
  2204.             //
  2205.             this->pictureBox12->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox12.Image")));
  2206.             this->pictureBox12->Location = System::Drawing::Point(147, 21);
  2207.             this->pictureBox12->Name = L"pictureBox12";
  2208.             this->pictureBox12->Size = System::Drawing::Size(32, 32);
  2209.             this->pictureBox12->TabIndex = 2;
  2210.             this->pictureBox12->TabStop = false;
  2211.             this->toolTip1->SetToolTip(this->pictureBox12, L"Dark Impale");
  2212.             //
  2213.             // pictureBox11
  2214.             //
  2215.             this->pictureBox11->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox11.Image")));
  2216.             this->pictureBox11->Location = System::Drawing::Point(16, 64);
  2217.             this->pictureBox11->Name = L"pictureBox11";
  2218.             this->pictureBox11->Size = System::Drawing::Size(32, 32);
  2219.             this->pictureBox11->TabIndex = 1;
  2220.             this->pictureBox11->TabStop = false;
  2221.             this->toolTip1->SetToolTip(this->pictureBox11, L"Beholder");
  2222.             //
  2223.             // pictureBox10
  2224.             //
  2225.             this->pictureBox10->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox10.Image")));
  2226.             this->pictureBox10->Location = System::Drawing::Point(16, 21);
  2227.             this->pictureBox10->Name = L"pictureBox10";
  2228.             this->pictureBox10->Size = System::Drawing::Size(32, 32);
  2229.             this->pictureBox10->TabIndex = 0;
  2230.             this->pictureBox10->TabStop = false;
  2231.             this->toolTip1->SetToolTip(this->pictureBox10, L"Dark Force");
  2232.             //
  2233.             // DrKSubmit
  2234.             //
  2235.             this->DrKSubmit->Location = System::Drawing::Point(206, 10);
  2236.             this->DrKSubmit->Name = L"DrKSubmit";
  2237.             this->DrKSubmit->Size = System::Drawing::Size(151, 23);
  2238.             this->DrKSubmit->TabIndex = 14;
  2239.             this->DrKSubmit->Text = L"Submit";
  2240.             this->DrKSubmit->UseVisualStyleBackColor = true;
  2241.             this->DrKSubmit->Visible = false;
  2242.             this->DrKSubmit->Click += gcnew System::EventHandler(this, &Form1::DrKSubmit_Click);
  2243.             //
  2244.             // DrKEnable
  2245.             //
  2246.             this->DrKEnable->AutoSize = true;
  2247.             this->DrKEnable->Location = System::Drawing::Point(13, 10);
  2248.             this->DrKEnable->Name = L"DrKEnable";
  2249.             this->DrKEnable->Size = System::Drawing::Size(89, 17);
  2250.             this->DrKEnable->TabIndex = 1;
  2251.             this->DrKEnable->Text = L"Choose class";
  2252.             this->DrKEnable->UseVisualStyleBackColor = true;
  2253.             this->DrKEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::DrKEnable_CheckedChanged);
  2254.             //
  2255.             // tabPage11
  2256.             //
  2257.             this->tabPage11->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2258.             this->tabPage11->Controls->Add(this->groupBox7);
  2259.             this->tabPage11->Controls->Add(this->aranSubmit);
  2260.             this->tabPage11->Controls->Add(this->aranEnable);
  2261.             this->tabPage11->Location = System::Drawing::Point(4, 22);
  2262.             this->tabPage11->Name = L"tabPage11";
  2263.             this->tabPage11->Size = System::Drawing::Size(369, 240);
  2264.             this->tabPage11->TabIndex = 3;
  2265.             this->tabPage11->Text = L"Aran";
  2266.             //
  2267.             // groupBox7
  2268.             //
  2269.             this->groupBox7->Controls->Add(this->comboRecharge);
  2270.             this->groupBox7->Controls->Add(this->highMastery);
  2271.             this->groupBox7->Controls->Add(this->advFAA);
  2272.             this->groupBox7->Controls->Add(this->overSwing);
  2273.             this->groupBox7->Controls->Add(this->pictureBox14);
  2274.             this->groupBox7->Controls->Add(this->pictureBox15);
  2275.             this->groupBox7->Controls->Add(this->pictureBox16);
  2276.             this->groupBox7->Controls->Add(this->pictureBox17);
  2277.             this->groupBox7->Location = System::Drawing::Point(13, 33);
  2278.             this->groupBox7->Name = L"groupBox7";
  2279.             this->groupBox7->Size = System::Drawing::Size(344, 198);
  2280.             this->groupBox7->TabIndex = 18;
  2281.             this->groupBox7->TabStop = false;
  2282.             this->groupBox7->Text = L"Skills";
  2283.             this->groupBox7->Visible = false;
  2284.             //
  2285.             // comboRecharge
  2286.             //
  2287.             this->comboRecharge->AutoSize = true;
  2288.             this->comboRecharge->Location = System::Drawing::Point(67, 118);
  2289.             this->comboRecharge->Name = L"comboRecharge";
  2290.             this->comboRecharge->Size = System::Drawing::Size(65, 17);
  2291.             this->comboRecharge->TabIndex = 10;
  2292.             this->comboRecharge->Text = L"Enabled";
  2293.             this->toolTip1->SetToolTip(this->comboRecharge, L"When checked, adds 150 combo for buffs");
  2294.             this->comboRecharge->UseVisualStyleBackColor = true;
  2295.             this->comboRecharge->CheckedChanged += gcnew System::EventHandler(this, &Form1::comboRecharge_CheckedChanged);
  2296.             //
  2297.             // highMastery
  2298.             //
  2299.             this->highMastery->Location = System::Drawing::Point(193, 30);
  2300.             this->highMastery->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  2301.             this->highMastery->Name = L"highMastery";
  2302.             this->highMastery->Size = System::Drawing::Size(40, 20);
  2303.             this->highMastery->TabIndex = 9;
  2304.             this->highMastery->ValueChanged += gcnew System::EventHandler(this, &Form1::highMastery_ValueChanged);
  2305.             //
  2306.             // advFAA
  2307.             //
  2308.             this->advFAA->Location = System::Drawing::Point(67, 76);
  2309.             this->advFAA->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2310.             this->advFAA->Name = L"advFAA";
  2311.             this->advFAA->Size = System::Drawing::Size(40, 20);
  2312.             this->advFAA->TabIndex = 8;
  2313.             this->advFAA->ValueChanged += gcnew System::EventHandler(this, &Form1::advFAA_ValueChanged);
  2314.             //
  2315.             // overSwing
  2316.             //
  2317.             this->overSwing->Location = System::Drawing::Point(67, 30);
  2318.             this->overSwing->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2319.             this->overSwing->Name = L"overSwing";
  2320.             this->overSwing->Size = System::Drawing::Size(40, 20);
  2321.             this->overSwing->TabIndex = 7;
  2322.             this->overSwing->ValueChanged += gcnew System::EventHandler(this, &Form1::overSwing_ValueChanged);
  2323.             //
  2324.             // pictureBox14
  2325.             //
  2326.             this->pictureBox14->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox14.Image")));
  2327.             this->pictureBox14->Location = System::Drawing::Point(16, 110);
  2328.             this->pictureBox14->Name = L"pictureBox14";
  2329.             this->pictureBox14->Size = System::Drawing::Size(32, 32);
  2330.             this->pictureBox14->TabIndex = 3;
  2331.             this->pictureBox14->TabStop = false;
  2332.             this->toolTip1->SetToolTip(this->pictureBox14, L"Combo Recharge");
  2333.             //
  2334.             // pictureBox15
  2335.             //
  2336.             this->pictureBox15->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox15.Image")));
  2337.             this->pictureBox15->Location = System::Drawing::Point(147, 21);
  2338.             this->pictureBox15->Name = L"pictureBox15";
  2339.             this->pictureBox15->Size = System::Drawing::Size(32, 32);
  2340.             this->pictureBox15->TabIndex = 2;
  2341.             this->pictureBox15->TabStop = false;
  2342.             this->toolTip1->SetToolTip(this->pictureBox15, L"High Mastery");
  2343.             //
  2344.             // pictureBox16
  2345.             //
  2346.             this->pictureBox16->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox16.Image")));
  2347.             this->pictureBox16->Location = System::Drawing::Point(16, 64);
  2348.             this->pictureBox16->Name = L"pictureBox16";
  2349.             this->pictureBox16->Size = System::Drawing::Size(32, 32);
  2350.             this->pictureBox16->TabIndex = 1;
  2351.             this->pictureBox16->TabStop = false;
  2352.             this->toolTip1->SetToolTip(this->pictureBox16, L"Advanced Final Attack");
  2353.             //
  2354.             // pictureBox17
  2355.             //
  2356.             this->pictureBox17->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox17.Image")));
  2357.             this->pictureBox17->Location = System::Drawing::Point(16, 21);
  2358.             this->pictureBox17->Name = L"pictureBox17";
  2359.             this->pictureBox17->Size = System::Drawing::Size(32, 32);
  2360.             this->pictureBox17->TabIndex = 0;
  2361.             this->pictureBox17->TabStop = false;
  2362.             this->toolTip1->SetToolTip(this->pictureBox17, L"Overswing");
  2363.             //
  2364.             // aranSubmit
  2365.             //
  2366.             this->aranSubmit->Location = System::Drawing::Point(206, 10);
  2367.             this->aranSubmit->Name = L"aranSubmit";
  2368.             this->aranSubmit->Size = System::Drawing::Size(151, 23);
  2369.             this->aranSubmit->TabIndex = 17;
  2370.             this->aranSubmit->Text = L"Submit";
  2371.             this->aranSubmit->UseVisualStyleBackColor = true;
  2372.             this->aranSubmit->Visible = false;
  2373.             this->aranSubmit->Click += gcnew System::EventHandler(this, &Form1::aranSubmit_Click);
  2374.             //
  2375.             // aranEnable
  2376.             //
  2377.             this->aranEnable->AutoSize = true;
  2378.             this->aranEnable->Location = System::Drawing::Point(13, 10);
  2379.             this->aranEnable->Name = L"aranEnable";
  2380.             this->aranEnable->Size = System::Drawing::Size(89, 17);
  2381.             this->aranEnable->TabIndex = 16;
  2382.             this->aranEnable->Text = L"Choose class";
  2383.             this->aranEnable->UseVisualStyleBackColor = true;
  2384.             this->aranEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::aranEnable_CheckedChanged);
  2385.             //
  2386.             // tabPage12
  2387.             //
  2388.             this->tabPage12->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2389.             this->tabPage12->Controls->Add(this->groupBox8);
  2390.             this->tabPage12->Controls->Add(this->demonSubmit);
  2391.             this->tabPage12->Controls->Add(this->demonEnable);
  2392.             this->tabPage12->Location = System::Drawing::Point(4, 22);
  2393.             this->tabPage12->Name = L"tabPage12";
  2394.             this->tabPage12->Size = System::Drawing::Size(369, 240);
  2395.             this->tabPage12->TabIndex = 4;
  2396.             this->tabPage12->Text = L"Demon Slayer";
  2397.             //
  2398.             // groupBox8
  2399.             //
  2400.             this->groupBox8->Controls->Add(this->darkBind);
  2401.             this->groupBox8->Controls->Add(this->pictureBox23);
  2402.             this->groupBox8->Controls->Add(this->metamorph);
  2403.             this->groupBox8->Controls->Add(this->demonImpact);
  2404.             this->groupBox8->Controls->Add(this->demonCry);
  2405.             this->groupBox8->Controls->Add(this->demonMastery);
  2406.             this->groupBox8->Controls->Add(this->pictureBox18);
  2407.             this->groupBox8->Controls->Add(this->pictureBox19);
  2408.             this->groupBox8->Controls->Add(this->pictureBox20);
  2409.             this->groupBox8->Controls->Add(this->pictureBox21);
  2410.             this->groupBox8->Location = System::Drawing::Point(13, 33);
  2411.             this->groupBox8->Name = L"groupBox8";
  2412.             this->groupBox8->Size = System::Drawing::Size(344, 198);
  2413.             this->groupBox8->TabIndex = 21;
  2414.             this->groupBox8->TabStop = false;
  2415.             this->groupBox8->Text = L"Skills";
  2416.             this->groupBox8->Visible = false;
  2417.             //
  2418.             // darkBind
  2419.             //
  2420.             this->darkBind->Location = System::Drawing::Point(67, 122);
  2421.             this->darkBind->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  2422.             this->darkBind->Name = L"darkBind";
  2423.             this->darkBind->Size = System::Drawing::Size(40, 20);
  2424.             this->darkBind->TabIndex = 12;
  2425.             this->darkBind->ValueChanged += gcnew System::EventHandler(this, &Form1::darkBind_ValueChanged);
  2426.             //
  2427.             // pictureBox23
  2428.             //
  2429.             this->pictureBox23->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox23.Image")));
  2430.             this->pictureBox23->Location = System::Drawing::Point(16, 110);
  2431.             this->pictureBox23->Name = L"pictureBox23";
  2432.             this->pictureBox23->Size = System::Drawing::Size(32, 32);
  2433.             this->pictureBox23->TabIndex = 11;
  2434.             this->pictureBox23->TabStop = false;
  2435.             this->toolTip1->SetToolTip(this->pictureBox23, L"Dark Bind");
  2436.             //
  2437.             // metamorph
  2438.             //
  2439.             this->metamorph->Location = System::Drawing::Point(193, 76);
  2440.             this->metamorph->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2441.             this->metamorph->Name = L"metamorph";
  2442.             this->metamorph->Size = System::Drawing::Size(40, 20);
  2443.             this->metamorph->TabIndex = 10;
  2444.             this->metamorph->ValueChanged += gcnew System::EventHandler(this, &Form1::metamorph_ValueChanged);
  2445.             //
  2446.             // demonImpact
  2447.             //
  2448.             this->demonImpact->Location = System::Drawing::Point(193, 30);
  2449.             this->demonImpact->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2450.             this->demonImpact->Name = L"demonImpact";
  2451.             this->demonImpact->Size = System::Drawing::Size(40, 20);
  2452.             this->demonImpact->TabIndex = 9;
  2453.             this->demonImpact->ValueChanged += gcnew System::EventHandler(this, &Form1::demonImpact_ValueChanged);
  2454.             //
  2455.             // demonCry
  2456.             //
  2457.             this->demonCry->Location = System::Drawing::Point(67, 76);
  2458.             this->demonCry->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2459.             this->demonCry->Name = L"demonCry";
  2460.             this->demonCry->Size = System::Drawing::Size(40, 20);
  2461.             this->demonCry->TabIndex = 8;
  2462.             this->demonCry->ValueChanged += gcnew System::EventHandler(this, &Form1::demonCry_ValueChanged);
  2463.             //
  2464.             // demonMastery
  2465.             //
  2466.             this->demonMastery->Location = System::Drawing::Point(67, 30);
  2467.             this->demonMastery->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2468.             this->demonMastery->Name = L"demonMastery";
  2469.             this->demonMastery->Size = System::Drawing::Size(40, 20);
  2470.             this->demonMastery->TabIndex = 7;
  2471.             this->demonMastery->ValueChanged += gcnew System::EventHandler(this, &Form1::demonMastery_ValueChanged);
  2472.             //
  2473.             // pictureBox18
  2474.             //
  2475.             this->pictureBox18->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox18.Image")));
  2476.             this->pictureBox18->Location = System::Drawing::Point(147, 64);
  2477.             this->pictureBox18->Name = L"pictureBox18";
  2478.             this->pictureBox18->Size = System::Drawing::Size(32, 32);
  2479.             this->pictureBox18->TabIndex = 3;
  2480.             this->pictureBox18->TabStop = false;
  2481.             this->toolTip1->SetToolTip(this->pictureBox18, L"Metamorphosis");
  2482.             //
  2483.             // pictureBox19
  2484.             //
  2485.             this->pictureBox19->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox19.Image")));
  2486.             this->pictureBox19->Location = System::Drawing::Point(147, 21);
  2487.             this->pictureBox19->Name = L"pictureBox19";
  2488.             this->pictureBox19->Size = System::Drawing::Size(32, 32);
  2489.             this->pictureBox19->TabIndex = 2;
  2490.             this->pictureBox19->TabStop = false;
  2491.             this->toolTip1->SetToolTip(this->pictureBox19, L"Demon Impact");
  2492.             //
  2493.             // pictureBox20
  2494.             //
  2495.             this->pictureBox20->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox20.Image")));
  2496.             this->pictureBox20->Location = System::Drawing::Point(16, 64);
  2497.             this->pictureBox20->Name = L"pictureBox20";
  2498.             this->pictureBox20->Size = System::Drawing::Size(32, 32);
  2499.             this->pictureBox20->TabIndex = 1;
  2500.             this->pictureBox20->TabStop = false;
  2501.             this->toolTip1->SetToolTip(this->pictureBox20, L"Demon Cry");
  2502.             //
  2503.             // pictureBox21
  2504.             //
  2505.             this->pictureBox21->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox21.Image")));
  2506.             this->pictureBox21->Location = System::Drawing::Point(16, 21);
  2507.             this->pictureBox21->Name = L"pictureBox21";
  2508.             this->pictureBox21->Size = System::Drawing::Size(32, 32);
  2509.             this->pictureBox21->TabIndex = 0;
  2510.             this->pictureBox21->TabStop = false;
  2511.             this->toolTip1->SetToolTip(this->pictureBox21, L"Advanced Weapon Mastery");
  2512.             //
  2513.             // demonSubmit
  2514.             //
  2515.             this->demonSubmit->Location = System::Drawing::Point(206, 10);
  2516.             this->demonSubmit->Name = L"demonSubmit";
  2517.             this->demonSubmit->Size = System::Drawing::Size(151, 23);
  2518.             this->demonSubmit->TabIndex = 20;
  2519.             this->demonSubmit->Text = L"Submit";
  2520.             this->demonSubmit->UseVisualStyleBackColor = true;
  2521.             this->demonSubmit->Visible = false;
  2522.             this->demonSubmit->Click += gcnew System::EventHandler(this, &Form1::demonSubmit_Click);
  2523.             //
  2524.             // demonEnable
  2525.             //
  2526.             this->demonEnable->AutoSize = true;
  2527.             this->demonEnable->Location = System::Drawing::Point(13, 10);
  2528.             this->demonEnable->Name = L"demonEnable";
  2529.             this->demonEnable->Size = System::Drawing::Size(89, 17);
  2530.             this->demonEnable->TabIndex = 19;
  2531.             this->demonEnable->Text = L"Choose class";
  2532.             this->demonEnable->UseVisualStyleBackColor = true;
  2533.             this->demonEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::demonEnable_CheckedChanged);
  2534.             //
  2535.             // groupBox3
  2536.             //
  2537.             this->groupBox3->Controls->Add(this->spear);
  2538.             this->groupBox3->Controls->Add(this->polearm);
  2539.             this->groupBox3->Controls->Add(this->twoAxe);
  2540.             this->groupBox3->Controls->Add(this->oneAxe);
  2541.             this->groupBox3->Controls->Add(this->twoMace);
  2542.             this->groupBox3->Controls->Add(this->oneMace);
  2543.             this->groupBox3->Controls->Add(this->twoSword);
  2544.             this->groupBox3->Controls->Add(this->oneSword);
  2545.             this->groupBox3->Location = System::Drawing::Point(6, 6);
  2546.             this->groupBox3->Name = L"groupBox3";
  2547.             this->groupBox3->Size = System::Drawing::Size(83, 262);
  2548.             this->groupBox3->TabIndex = 0;
  2549.             this->groupBox3->TabStop = false;
  2550.             this->groupBox3->Text = L"Weapon";
  2551.             //
  2552.             // spear
  2553.             //
  2554.             this->spear->AutoSize = true;
  2555.             this->spear->Location = System::Drawing::Point(6, 180);
  2556.             this->spear->Name = L"spear";
  2557.             this->spear->Size = System::Drawing::Size(53, 17);
  2558.             this->spear->TabIndex = 2;
  2559.             this->spear->TabStop = true;
  2560.             this->spear->Text = L"Spear";
  2561.             this->spear->UseVisualStyleBackColor = true;
  2562.             this->spear->CheckedChanged += gcnew System::EventHandler(this, &Form1::spear_CheckedChanged);
  2563.             //
  2564.             // polearm
  2565.             //
  2566.             this->polearm->AutoSize = true;
  2567.             this->polearm->Location = System::Drawing::Point(6, 157);
  2568.             this->polearm->Name = L"polearm";
  2569.             this->polearm->Size = System::Drawing::Size(63, 17);
  2570.             this->polearm->TabIndex = 4;
  2571.             this->polearm->TabStop = true;
  2572.             this->polearm->Text = L"Polearm";
  2573.             this->polearm->UseVisualStyleBackColor = true;
  2574.             this->polearm->CheckedChanged += gcnew System::EventHandler(this, &Form1::polearm_CheckedChanged);
  2575.             //
  2576.             // twoAxe
  2577.             //
  2578.             this->twoAxe->AutoSize = true;
  2579.             this->twoAxe->Location = System::Drawing::Point(6, 134);
  2580.             this->twoAxe->Name = L"twoAxe";
  2581.             this->twoAxe->Size = System::Drawing::Size(60, 17);
  2582.             this->twoAxe->TabIndex = 2;
  2583.             this->twoAxe->TabStop = true;
  2584.             this->twoAxe->Text = L"2H Axe";
  2585.             this->twoAxe->UseVisualStyleBackColor = true;
  2586.             this->twoAxe->CheckedChanged += gcnew System::EventHandler(this, &Form1::twoAxe_CheckedChanged);
  2587.             //
  2588.             // oneAxe
  2589.             //
  2590.             this->oneAxe->AutoSize = true;
  2591.             this->oneAxe->Location = System::Drawing::Point(6, 111);
  2592.             this->oneAxe->Name = L"oneAxe";
  2593.             this->oneAxe->Size = System::Drawing::Size(60, 17);
  2594.             this->oneAxe->TabIndex = 3;
  2595.             this->oneAxe->TabStop = true;
  2596.             this->oneAxe->Text = L"1H Axe";
  2597.             this->oneAxe->UseVisualStyleBackColor = true;
  2598.             this->oneAxe->CheckedChanged += gcnew System::EventHandler(this, &Form1::oneAxe_CheckedChanged);
  2599.             //
  2600.             // twoMace
  2601.             //
  2602.             this->twoMace->AutoSize = true;
  2603.             this->twoMace->Location = System::Drawing::Point(6, 88);
  2604.             this->twoMace->Name = L"twoMace";
  2605.             this->twoMace->Size = System::Drawing::Size(69, 17);
  2606.             this->twoMace->TabIndex = 2;
  2607.             this->twoMace->TabStop = true;
  2608.             this->twoMace->Text = L"2H Mace";
  2609.             this->twoMace->UseVisualStyleBackColor = true;
  2610.             this->twoMace->CheckedChanged += gcnew System::EventHandler(this, &Form1::twoMace_CheckedChanged);
  2611.             //
  2612.             // oneMace
  2613.             //
  2614.             this->oneMace->AutoSize = true;
  2615.             this->oneMace->Location = System::Drawing::Point(6, 65);
  2616.             this->oneMace->Name = L"oneMace";
  2617.             this->oneMace->Size = System::Drawing::Size(69, 17);
  2618.             this->oneMace->TabIndex = 2;
  2619.             this->oneMace->TabStop = true;
  2620.             this->oneMace->Text = L"1H Mace";
  2621.             this->oneMace->UseVisualStyleBackColor = true;
  2622.             this->oneMace->CheckedChanged += gcnew System::EventHandler(this, &Form1::oneMace_CheckedChanged);
  2623.             //
  2624.             // twoSword
  2625.             //
  2626.             this->twoSword->AutoSize = true;
  2627.             this->twoSword->Location = System::Drawing::Point(6, 42);
  2628.             this->twoSword->Name = L"twoSword";
  2629.             this->twoSword->Size = System::Drawing::Size(72, 17);
  2630.             this->twoSword->TabIndex = 1;
  2631.             this->twoSword->TabStop = true;
  2632.             this->twoSword->Text = L"2H Sword";
  2633.             this->twoSword->UseVisualStyleBackColor = true;
  2634.             this->twoSword->CheckedChanged += gcnew System::EventHandler(this, &Form1::twoSword_CheckedChanged);
  2635.             //
  2636.             // oneSword
  2637.             //
  2638.             this->oneSword->AutoSize = true;
  2639.             this->oneSword->Location = System::Drawing::Point(6, 19);
  2640.             this->oneSword->Name = L"oneSword";
  2641.             this->oneSword->Size = System::Drawing::Size(72, 17);
  2642.             this->oneSword->TabIndex = 0;
  2643.             this->oneSword->TabStop = true;
  2644.             this->oneSword->Text = L"1H Sword";
  2645.             this->oneSword->UseVisualStyleBackColor = true;
  2646.             this->oneSword->CheckedChanged += gcnew System::EventHandler(this, &Form1::oneSword_CheckedChanged);
  2647.             //
  2648.             // tabPage3
  2649.             //
  2650.             this->tabPage3->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2651.             this->tabPage3->Controls->Add(this->tabControl3);
  2652.             this->tabPage3->Controls->Add(this->groupBox9);
  2653.             this->tabPage3->Location = System::Drawing::Point(4, 22);
  2654.             this->tabPage3->Name = L"tabPage3";
  2655.             this->tabPage3->Size = System::Drawing::Size(478, 278);
  2656.             this->tabPage3->TabIndex = 2;
  2657.             this->tabPage3->Text = L"Magician";
  2658.             //
  2659.             // tabControl3
  2660.             //
  2661.             this->tabControl3->Controls->Add(this->tabPage13);
  2662.             this->tabControl3->Controls->Add(this->tabPage14);
  2663.             this->tabControl3->Controls->Add(this->tabPage15);
  2664.             this->tabControl3->Controls->Add(this->tabPage16);
  2665.             this->tabControl3->Controls->Add(this->tabPage17);
  2666.             this->tabControl3->Location = System::Drawing::Point(76, 6);
  2667.             this->tabControl3->Name = L"tabControl3";
  2668.             this->tabControl3->SelectedIndex = 0;
  2669.             this->tabControl3->Size = System::Drawing::Size(399, 263);
  2670.             this->tabControl3->TabIndex = 1;
  2671.             //
  2672.             // tabPage13
  2673.             //
  2674.             this->tabPage13->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2675.             this->tabPage13->Controls->Add(this->iceSubmit);
  2676.             this->tabPage13->Controls->Add(this->groupBox10);
  2677.             this->tabPage13->Controls->Add(this->iceEnable);
  2678.             this->tabPage13->Location = System::Drawing::Point(4, 22);
  2679.             this->tabPage13->Name = L"tabPage13";
  2680.             this->tabPage13->Padding = System::Windows::Forms::Padding(3);
  2681.             this->tabPage13->Size = System::Drawing::Size(391, 237);
  2682.             this->tabPage13->TabIndex = 0;
  2683.             this->tabPage13->Text = L"Ice/Lightning";
  2684.             //
  2685.             // iceSubmit
  2686.             //
  2687.             this->iceSubmit->Location = System::Drawing::Point(222, 6);
  2688.             this->iceSubmit->Name = L"iceSubmit";
  2689.             this->iceSubmit->Size = System::Drawing::Size(151, 23);
  2690.             this->iceSubmit->TabIndex = 12;
  2691.             this->iceSubmit->Text = L"Submit";
  2692.             this->iceSubmit->UseVisualStyleBackColor = true;
  2693.             this->iceSubmit->Visible = false;
  2694.             this->iceSubmit->Click += gcnew System::EventHandler(this, &Form1::iceSubmit_Click);
  2695.             //
  2696.             // groupBox10
  2697.             //
  2698.             this->groupBox10->Controls->Add(this->arcaneAimIL);
  2699.             this->groupBox10->Controls->Add(this->infinityIL);
  2700.             this->groupBox10->Controls->Add(this->buffMasteryIL);
  2701.             this->groupBox10->Controls->Add(this->chainLightning);
  2702.             this->groupBox10->Controls->Add(this->pictureBox24);
  2703.             this->groupBox10->Controls->Add(this->pictureBox25);
  2704.             this->groupBox10->Controls->Add(this->pictureBox27);
  2705.             this->groupBox10->Controls->Add(this->pictureBox28);
  2706.             this->groupBox10->Location = System::Drawing::Point(22, 29);
  2707.             this->groupBox10->Name = L"groupBox10";
  2708.             this->groupBox10->Size = System::Drawing::Size(357, 201);
  2709.             this->groupBox10->TabIndex = 11;
  2710.             this->groupBox10->TabStop = false;
  2711.             this->groupBox10->Text = L"Skills";
  2712.             this->groupBox10->Visible = false;
  2713.             //
  2714.             // arcaneAimIL
  2715.             //
  2716.             this->arcaneAimIL->Location = System::Drawing::Point(180, 71);
  2717.             this->arcaneAimIL->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2718.             this->arcaneAimIL->Name = L"arcaneAimIL";
  2719.             this->arcaneAimIL->Size = System::Drawing::Size(40, 20);
  2720.             this->arcaneAimIL->TabIndex = 9;
  2721.             this->arcaneAimIL->ValueChanged += gcnew System::EventHandler(this, &Form1::arcaneAimIL_ValueChanged);
  2722.             //
  2723.             // infinityIL
  2724.             //
  2725.             this->infinityIL->Location = System::Drawing::Point(180, 26);
  2726.             this->infinityIL->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2727.             this->infinityIL->Name = L"infinityIL";
  2728.             this->infinityIL->Size = System::Drawing::Size(40, 20);
  2729.             this->infinityIL->TabIndex = 8;
  2730.             this->infinityIL->ValueChanged += gcnew System::EventHandler(this, &Form1::infinityIL_ValueChanged);
  2731.             //
  2732.             // buffMasteryIL
  2733.             //
  2734.             this->buffMasteryIL->Location = System::Drawing::Point(67, 71);
  2735.             this->buffMasteryIL->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  2736.             this->buffMasteryIL->Name = L"buffMasteryIL";
  2737.             this->buffMasteryIL->Size = System::Drawing::Size(40, 20);
  2738.             this->buffMasteryIL->TabIndex = 6;
  2739.             this->buffMasteryIL->ValueChanged += gcnew System::EventHandler(this, &Form1::buffMasteryIL_ValueChanged);
  2740.             //
  2741.             // chainLightning
  2742.             //
  2743.             this->chainLightning->Location = System::Drawing::Point(67, 26);
  2744.             this->chainLightning->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2745.             this->chainLightning->Name = L"chainLightning";
  2746.             this->chainLightning->Size = System::Drawing::Size(40, 20);
  2747.             this->chainLightning->TabIndex = 5;
  2748.             this->chainLightning->ValueChanged += gcnew System::EventHandler(this, &Form1::chainLightning_ValueChanged);
  2749.             //
  2750.             // pictureBox24
  2751.             //
  2752.             this->pictureBox24->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox24.Image")));
  2753.             this->pictureBox24->Location = System::Drawing::Point(132, 64);
  2754.             this->pictureBox24->Name = L"pictureBox24";
  2755.             this->pictureBox24->Size = System::Drawing::Size(32, 32);
  2756.             this->pictureBox24->TabIndex = 4;
  2757.             this->pictureBox24->TabStop = false;
  2758.             this->toolTip1->SetToolTip(this->pictureBox24, L"Arcane Aim");
  2759.             //
  2760.             // pictureBox25
  2761.             //
  2762.             this->pictureBox25->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox25.Image")));
  2763.             this->pictureBox25->Location = System::Drawing::Point(132, 19);
  2764.             this->pictureBox25->Name = L"pictureBox25";
  2765.             this->pictureBox25->Size = System::Drawing::Size(32, 32);
  2766.             this->pictureBox25->TabIndex = 3;
  2767.             this->pictureBox25->TabStop = false;
  2768.             this->toolTip1->SetToolTip(this->pictureBox25, L"Infinity");
  2769.             //
  2770.             // pictureBox27
  2771.             //
  2772.             this->pictureBox27->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox27.Image")));
  2773.             this->pictureBox27->Location = System::Drawing::Point(20, 64);
  2774.             this->pictureBox27->Name = L"pictureBox27";
  2775.             this->pictureBox27->Size = System::Drawing::Size(32, 32);
  2776.             this->pictureBox27->TabIndex = 1;
  2777.             this->pictureBox27->TabStop = false;
  2778.             this->toolTip1->SetToolTip(this->pictureBox27, L"Buff Mastery");
  2779.             //
  2780.             // pictureBox28
  2781.             //
  2782.             this->pictureBox28->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox28.Image")));
  2783.             this->pictureBox28->Location = System::Drawing::Point(20, 19);
  2784.             this->pictureBox28->Name = L"pictureBox28";
  2785.             this->pictureBox28->Size = System::Drawing::Size(32, 32);
  2786.             this->pictureBox28->TabIndex = 0;
  2787.             this->pictureBox28->TabStop = false;
  2788.             this->toolTip1->SetToolTip(this->pictureBox28, L"Chain Lightning");
  2789.             //
  2790.             // iceEnable
  2791.             //
  2792.             this->iceEnable->AutoSize = true;
  2793.             this->iceEnable->Location = System::Drawing::Point(11, 12);
  2794.             this->iceEnable->Name = L"iceEnable";
  2795.             this->iceEnable->Size = System::Drawing::Size(90, 17);
  2796.             this->iceEnable->TabIndex = 0;
  2797.             this->iceEnable->Text = L"Choose Class";
  2798.             this->iceEnable->UseVisualStyleBackColor = true;
  2799.             this->iceEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::iceEnable_CheckedChanged);
  2800.             //
  2801.             // tabPage14
  2802.             //
  2803.             this->tabPage14->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2804.             this->tabPage14->Controls->Add(this->fireSubmit);
  2805.             this->tabPage14->Controls->Add(this->groupBox11);
  2806.             this->tabPage14->Controls->Add(this->fireEnable);
  2807.             this->tabPage14->Location = System::Drawing::Point(4, 22);
  2808.             this->tabPage14->Name = L"tabPage14";
  2809.             this->tabPage14->Padding = System::Windows::Forms::Padding(3);
  2810.             this->tabPage14->Size = System::Drawing::Size(391, 237);
  2811.             this->tabPage14->TabIndex = 1;
  2812.             this->tabPage14->Text = L"Fire/Poison";
  2813.             //
  2814.             // fireSubmit
  2815.             //
  2816.             this->fireSubmit->Location = System::Drawing::Point(222, 6);
  2817.             this->fireSubmit->Name = L"fireSubmit";
  2818.             this->fireSubmit->Size = System::Drawing::Size(151, 23);
  2819.             this->fireSubmit->TabIndex = 15;
  2820.             this->fireSubmit->Text = L"Submit";
  2821.             this->fireSubmit->UseVisualStyleBackColor = true;
  2822.             this->fireSubmit->Visible = false;
  2823.             this->fireSubmit->Click += gcnew System::EventHandler(this, &Form1::fireSubmit_Click);
  2824.             //
  2825.             // groupBox11
  2826.             //
  2827.             this->groupBox11->Controls->Add(this->arcaneAimFP);
  2828.             this->groupBox11->Controls->Add(this->infinityFP);
  2829.             this->groupBox11->Controls->Add(this->buffMasteryFP);
  2830.             this->groupBox11->Controls->Add(this->paralyze);
  2831.             this->groupBox11->Controls->Add(this->pictureBox26);
  2832.             this->groupBox11->Controls->Add(this->pictureBox29);
  2833.             this->groupBox11->Controls->Add(this->pictureBox30);
  2834.             this->groupBox11->Controls->Add(this->pictureBox31);
  2835.             this->groupBox11->Location = System::Drawing::Point(22, 29);
  2836.             this->groupBox11->Name = L"groupBox11";
  2837.             this->groupBox11->Size = System::Drawing::Size(357, 201);
  2838.             this->groupBox11->TabIndex = 14;
  2839.             this->groupBox11->TabStop = false;
  2840.             this->groupBox11->Text = L"Skills";
  2841.             this->groupBox11->Visible = false;
  2842.             //
  2843.             // arcaneAimFP
  2844.             //
  2845.             this->arcaneAimFP->Location = System::Drawing::Point(180, 71);
  2846.             this->arcaneAimFP->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2847.             this->arcaneAimFP->Name = L"arcaneAimFP";
  2848.             this->arcaneAimFP->Size = System::Drawing::Size(40, 20);
  2849.             this->arcaneAimFP->TabIndex = 9;
  2850.             this->arcaneAimFP->ValueChanged += gcnew System::EventHandler(this, &Form1::arcaneAimFP_ValueChanged);
  2851.             //
  2852.             // infinityFP
  2853.             //
  2854.             this->infinityFP->Location = System::Drawing::Point(180, 26);
  2855.             this->infinityFP->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2856.             this->infinityFP->Name = L"infinityFP";
  2857.             this->infinityFP->Size = System::Drawing::Size(40, 20);
  2858.             this->infinityFP->TabIndex = 8;
  2859.             this->infinityFP->ValueChanged += gcnew System::EventHandler(this, &Form1::infinityFP_ValueChanged);
  2860.             //
  2861.             // buffMasteryFP
  2862.             //
  2863.             this->buffMasteryFP->Location = System::Drawing::Point(67, 71);
  2864.             this->buffMasteryFP->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  2865.             this->buffMasteryFP->Name = L"buffMasteryFP";
  2866.             this->buffMasteryFP->Size = System::Drawing::Size(40, 20);
  2867.             this->buffMasteryFP->TabIndex = 6;
  2868.             this->buffMasteryFP->ValueChanged += gcnew System::EventHandler(this, &Form1::buffMasteryFP_ValueChanged);
  2869.             //
  2870.             // paralyze
  2871.             //
  2872.             this->paralyze->Location = System::Drawing::Point(67, 26);
  2873.             this->paralyze->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2874.             this->paralyze->Name = L"paralyze";
  2875.             this->paralyze->Size = System::Drawing::Size(40, 20);
  2876.             this->paralyze->TabIndex = 5;
  2877.             this->paralyze->ValueChanged += gcnew System::EventHandler(this, &Form1::paralyze_ValueChanged);
  2878.             //
  2879.             // pictureBox26
  2880.             //
  2881.             this->pictureBox26->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox26.Image")));
  2882.             this->pictureBox26->Location = System::Drawing::Point(132, 64);
  2883.             this->pictureBox26->Name = L"pictureBox26";
  2884.             this->pictureBox26->Size = System::Drawing::Size(32, 32);
  2885.             this->pictureBox26->TabIndex = 4;
  2886.             this->pictureBox26->TabStop = false;
  2887.             this->toolTip1->SetToolTip(this->pictureBox26, L"Arcane Aim");
  2888.             //
  2889.             // pictureBox29
  2890.             //
  2891.             this->pictureBox29->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox29.Image")));
  2892.             this->pictureBox29->Location = System::Drawing::Point(132, 19);
  2893.             this->pictureBox29->Name = L"pictureBox29";
  2894.             this->pictureBox29->Size = System::Drawing::Size(32, 32);
  2895.             this->pictureBox29->TabIndex = 3;
  2896.             this->pictureBox29->TabStop = false;
  2897.             this->toolTip1->SetToolTip(this->pictureBox29, L"Infinity");
  2898.             //
  2899.             // pictureBox30
  2900.             //
  2901.             this->pictureBox30->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox30.Image")));
  2902.             this->pictureBox30->Location = System::Drawing::Point(20, 64);
  2903.             this->pictureBox30->Name = L"pictureBox30";
  2904.             this->pictureBox30->Size = System::Drawing::Size(32, 32);
  2905.             this->pictureBox30->TabIndex = 1;
  2906.             this->pictureBox30->TabStop = false;
  2907.             this->toolTip1->SetToolTip(this->pictureBox30, L"Buff Mastery");
  2908.             //
  2909.             // pictureBox31
  2910.             //
  2911.             this->pictureBox31->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox31.Image")));
  2912.             this->pictureBox31->Location = System::Drawing::Point(20, 19);
  2913.             this->pictureBox31->Name = L"pictureBox31";
  2914.             this->pictureBox31->Size = System::Drawing::Size(32, 32);
  2915.             this->pictureBox31->TabIndex = 0;
  2916.             this->pictureBox31->TabStop = false;
  2917.             this->toolTip1->SetToolTip(this->pictureBox31, L"Paralyze");
  2918.             //
  2919.             // fireEnable
  2920.             //
  2921.             this->fireEnable->AutoSize = true;
  2922.             this->fireEnable->Location = System::Drawing::Point(11, 12);
  2923.             this->fireEnable->Name = L"fireEnable";
  2924.             this->fireEnable->Size = System::Drawing::Size(90, 17);
  2925.             this->fireEnable->TabIndex = 13;
  2926.             this->fireEnable->Text = L"Choose Class";
  2927.             this->fireEnable->UseVisualStyleBackColor = true;
  2928.             this->fireEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::fireEnable_CheckedChanged);
  2929.             //
  2930.             // tabPage15
  2931.             //
  2932.             this->tabPage15->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  2933.             this->tabPage15->Controls->Add(this->bishopSubmit);
  2934.             this->tabPage15->Controls->Add(this->groupBox12);
  2935.             this->tabPage15->Controls->Add(this->bishopEnable);
  2936.             this->tabPage15->Location = System::Drawing::Point(4, 22);
  2937.             this->tabPage15->Name = L"tabPage15";
  2938.             this->tabPage15->Size = System::Drawing::Size(391, 237);
  2939.             this->tabPage15->TabIndex = 2;
  2940.             this->tabPage15->Text = L"Bishop";
  2941.             //
  2942.             // bishopSubmit
  2943.             //
  2944.             this->bishopSubmit->Location = System::Drawing::Point(222, 6);
  2945.             this->bishopSubmit->Name = L"bishopSubmit";
  2946.             this->bishopSubmit->Size = System::Drawing::Size(151, 23);
  2947.             this->bishopSubmit->TabIndex = 18;
  2948.             this->bishopSubmit->Text = L"Submit";
  2949.             this->bishopSubmit->UseVisualStyleBackColor = true;
  2950.             this->bishopSubmit->Visible = false;
  2951.             this->bishopSubmit->Click += gcnew System::EventHandler(this, &Form1::bishopSubmit_Click);
  2952.             //
  2953.             // groupBox12
  2954.             //
  2955.             this->groupBox12->Controls->Add(this->advBless);
  2956.             this->groupBox12->Controls->Add(this->pictureBox36);
  2957.             this->groupBox12->Controls->Add(this->arcaneAimBishop);
  2958.             this->groupBox12->Controls->Add(this->infinityBishop);
  2959.             this->groupBox12->Controls->Add(this->buffMasteryBishop);
  2960.             this->groupBox12->Controls->Add(this->angelRay);
  2961.             this->groupBox12->Controls->Add(this->pictureBox32);
  2962.             this->groupBox12->Controls->Add(this->pictureBox33);
  2963.             this->groupBox12->Controls->Add(this->pictureBox34);
  2964.             this->groupBox12->Controls->Add(this->pictureBox35);
  2965.             this->groupBox12->Location = System::Drawing::Point(22, 29);
  2966.             this->groupBox12->Name = L"groupBox12";
  2967.             this->groupBox12->Size = System::Drawing::Size(357, 201);
  2968.             this->groupBox12->TabIndex = 17;
  2969.             this->groupBox12->TabStop = false;
  2970.             this->groupBox12->Text = L"Skills";
  2971.             this->groupBox12->Visible = false;
  2972.             //
  2973.             // advBless
  2974.             //
  2975.             this->advBless->Location = System::Drawing::Point(67, 119);
  2976.             this->advBless->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2977.             this->advBless->Name = L"advBless";
  2978.             this->advBless->Size = System::Drawing::Size(40, 20);
  2979.             this->advBless->TabIndex = 11;
  2980.             this->advBless->ValueChanged += gcnew System::EventHandler(this, &Form1::advBless_ValueChanged);
  2981.             //
  2982.             // pictureBox36
  2983.             //
  2984.             this->pictureBox36->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox36.Image")));
  2985.             this->pictureBox36->Location = System::Drawing::Point(20, 112);
  2986.             this->pictureBox36->Name = L"pictureBox36";
  2987.             this->pictureBox36->Size = System::Drawing::Size(32, 32);
  2988.             this->pictureBox36->TabIndex = 10;
  2989.             this->pictureBox36->TabStop = false;
  2990.             this->toolTip1->SetToolTip(this->pictureBox36, L"Advanced Blessing");
  2991.             //
  2992.             // arcaneAimBishop
  2993.             //
  2994.             this->arcaneAimBishop->Location = System::Drawing::Point(180, 71);
  2995.             this->arcaneAimBishop->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  2996.             this->arcaneAimBishop->Name = L"arcaneAimBishop";
  2997.             this->arcaneAimBishop->Size = System::Drawing::Size(40, 20);
  2998.             this->arcaneAimBishop->TabIndex = 9;
  2999.             this->arcaneAimBishop->ValueChanged += gcnew System::EventHandler(this, &Form1::arcaneAimBishop_ValueChanged);
  3000.             //
  3001.             // infinityBishop
  3002.             //
  3003.             this->infinityBishop->Location = System::Drawing::Point(180, 26);
  3004.             this->infinityBishop->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3005.             this->infinityBishop->Name = L"infinityBishop";
  3006.             this->infinityBishop->Size = System::Drawing::Size(40, 20);
  3007.             this->infinityBishop->TabIndex = 8;
  3008.             this->infinityBishop->ValueChanged += gcnew System::EventHandler(this, &Form1::infinityBishop_ValueChanged);
  3009.             //
  3010.             // buffMasteryBishop
  3011.             //
  3012.             this->buffMasteryBishop->Location = System::Drawing::Point(67, 71);
  3013.             this->buffMasteryBishop->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  3014.             this->buffMasteryBishop->Name = L"buffMasteryBishop";
  3015.             this->buffMasteryBishop->Size = System::Drawing::Size(40, 20);
  3016.             this->buffMasteryBishop->TabIndex = 6;
  3017.             this->buffMasteryBishop->ValueChanged += gcnew System::EventHandler(this, &Form1::buffMasteryBishop_ValueChanged);
  3018.             //
  3019.             // angelRay
  3020.             //
  3021.             this->angelRay->Location = System::Drawing::Point(67, 26);
  3022.             this->angelRay->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3023.             this->angelRay->Name = L"angelRay";
  3024.             this->angelRay->Size = System::Drawing::Size(40, 20);
  3025.             this->angelRay->TabIndex = 5;
  3026.             this->angelRay->ValueChanged += gcnew System::EventHandler(this, &Form1::angelRay_ValueChanged);
  3027.             //
  3028.             // pictureBox32
  3029.             //
  3030.             this->pictureBox32->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox32.Image")));
  3031.             this->pictureBox32->Location = System::Drawing::Point(132, 64);
  3032.             this->pictureBox32->Name = L"pictureBox32";
  3033.             this->pictureBox32->Size = System::Drawing::Size(32, 32);
  3034.             this->pictureBox32->TabIndex = 4;
  3035.             this->pictureBox32->TabStop = false;
  3036.             this->toolTip1->SetToolTip(this->pictureBox32, L"Arcane Aim");
  3037.             //
  3038.             // pictureBox33
  3039.             //
  3040.             this->pictureBox33->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox33.Image")));
  3041.             this->pictureBox33->Location = System::Drawing::Point(132, 19);
  3042.             this->pictureBox33->Name = L"pictureBox33";
  3043.             this->pictureBox33->Size = System::Drawing::Size(32, 32);
  3044.             this->pictureBox33->TabIndex = 3;
  3045.             this->pictureBox33->TabStop = false;
  3046.             this->toolTip1->SetToolTip(this->pictureBox33, L"Infinity");
  3047.             //
  3048.             // pictureBox34
  3049.             //
  3050.             this->pictureBox34->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox34.Image")));
  3051.             this->pictureBox34->Location = System::Drawing::Point(20, 64);
  3052.             this->pictureBox34->Name = L"pictureBox34";
  3053.             this->pictureBox34->Size = System::Drawing::Size(32, 32);
  3054.             this->pictureBox34->TabIndex = 1;
  3055.             this->pictureBox34->TabStop = false;
  3056.             this->toolTip1->SetToolTip(this->pictureBox34, L"Buff Mastery");
  3057.             //
  3058.             // pictureBox35
  3059.             //
  3060.             this->pictureBox35->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox35.Image")));
  3061.             this->pictureBox35->Location = System::Drawing::Point(20, 19);
  3062.             this->pictureBox35->Name = L"pictureBox35";
  3063.             this->pictureBox35->Size = System::Drawing::Size(32, 32);
  3064.             this->pictureBox35->TabIndex = 0;
  3065.             this->pictureBox35->TabStop = false;
  3066.             this->toolTip1->SetToolTip(this->pictureBox35, L"Angel Ray");
  3067.             //
  3068.             // bishopEnable
  3069.             //
  3070.             this->bishopEnable->AutoSize = true;
  3071.             this->bishopEnable->Location = System::Drawing::Point(11, 12);
  3072.             this->bishopEnable->Name = L"bishopEnable";
  3073.             this->bishopEnable->Size = System::Drawing::Size(90, 17);
  3074.             this->bishopEnable->TabIndex = 16;
  3075.             this->bishopEnable->Text = L"Choose Class";
  3076.             this->bishopEnable->UseVisualStyleBackColor = true;
  3077.             this->bishopEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::bishopEnable_CheckedChanged);
  3078.             //
  3079.             // tabPage16
  3080.             //
  3081.             this->tabPage16->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3082.             this->tabPage16->Controls->Add(this->evanSubmit);
  3083.             this->tabPage16->Controls->Add(this->groupBox13);
  3084.             this->tabPage16->Controls->Add(this->evanEnable);
  3085.             this->tabPage16->Location = System::Drawing::Point(4, 22);
  3086.             this->tabPage16->Name = L"tabPage16";
  3087.             this->tabPage16->Size = System::Drawing::Size(391, 237);
  3088.             this->tabPage16->TabIndex = 3;
  3089.             this->tabPage16->Text = L"Evan";
  3090.             //
  3091.             // evanSubmit
  3092.             //
  3093.             this->evanSubmit->Location = System::Drawing::Point(222, 6);
  3094.             this->evanSubmit->Name = L"evanSubmit";
  3095.             this->evanSubmit->Size = System::Drawing::Size(151, 23);
  3096.             this->evanSubmit->TabIndex = 21;
  3097.             this->evanSubmit->Text = L"Submit";
  3098.             this->evanSubmit->UseVisualStyleBackColor = true;
  3099.             this->evanSubmit->Visible = false;
  3100.             this->evanSubmit->Click += gcnew System::EventHandler(this, &Form1::evanSubmit_Click);
  3101.             //
  3102.             // groupBox13
  3103.             //
  3104.             this->groupBox13->Controls->Add(this->evanAttacks);
  3105.             this->groupBox13->Controls->Add(this->onyxBlessing);
  3106.             this->groupBox13->Controls->Add(this->magicMastery);
  3107.             this->groupBox13->Controls->Add(this->pictureBox39);
  3108.             this->groupBox13->Controls->Add(this->pictureBox41);
  3109.             this->groupBox13->Location = System::Drawing::Point(22, 29);
  3110.             this->groupBox13->Name = L"groupBox13";
  3111.             this->groupBox13->Size = System::Drawing::Size(357, 201);
  3112.             this->groupBox13->TabIndex = 20;
  3113.             this->groupBox13->TabStop = false;
  3114.             this->groupBox13->Text = L"Skills";
  3115.             this->groupBox13->Visible = false;
  3116.             //
  3117.             // evanAttacks
  3118.             //
  3119.             this->evanAttacks->Controls->Add(this->blazeEnable);
  3120.             this->evanAttacks->Controls->Add(this->illusionEnable);
  3121.             this->evanAttacks->Controls->Add(this->pictureBox38);
  3122.             this->evanAttacks->Controls->Add(this->illusion);
  3123.             this->evanAttacks->Controls->Add(this->blaze);
  3124.             this->evanAttacks->Controls->Add(this->pictureBox37);
  3125.             this->evanAttacks->Location = System::Drawing::Point(6, 57);
  3126.             this->evanAttacks->Name = L"evanAttacks";
  3127.             this->evanAttacks->Size = System::Drawing::Size(250, 78);
  3128.             this->evanAttacks->TabIndex = 12;
  3129.             this->evanAttacks->TabStop = false;
  3130.             this->evanAttacks->Text = L"Attack Skill";
  3131.             //
  3132.             // blazeEnable
  3133.             //
  3134.             this->blazeEnable->AutoSize = true;
  3135.             this->blazeEnable->Location = System::Drawing::Point(126, 55);
  3136.             this->blazeEnable->Name = L"blazeEnable";
  3137.             this->blazeEnable->Size = System::Drawing::Size(51, 17);
  3138.             this->blazeEnable->TabIndex = 13;
  3139.             this->blazeEnable->TabStop = true;
  3140.             this->blazeEnable->Text = L"Blaze";
  3141.             this->blazeEnable->UseVisualStyleBackColor = true;
  3142.             this->blazeEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::blazeEnable_CheckedChanged);
  3143.             //
  3144.             // illusionEnable
  3145.             //
  3146.             this->illusionEnable->AutoSize = true;
  3147.             this->illusionEnable->Location = System::Drawing::Point(14, 55);
  3148.             this->illusionEnable->Name = L"illusionEnable";
  3149.             this->illusionEnable->Size = System::Drawing::Size(57, 17);
  3150.             this->illusionEnable->TabIndex = 12;
  3151.             this->illusionEnable->TabStop = true;
  3152.             this->illusionEnable->Text = L"Illusion";
  3153.             this->illusionEnable->UseVisualStyleBackColor = true;
  3154.             this->illusionEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::illusionEnable_CheckedChanged);
  3155.             //
  3156.             // pictureBox38
  3157.             //
  3158.             this->pictureBox38->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox38.Image")));
  3159.             this->pictureBox38->Location = System::Drawing::Point(126, 19);
  3160.             this->pictureBox38->Name = L"pictureBox38";
  3161.             this->pictureBox38->Size = System::Drawing::Size(32, 32);
  3162.             this->pictureBox38->TabIndex = 4;
  3163.             this->pictureBox38->TabStop = false;
  3164.             this->toolTip1->SetToolTip(this->pictureBox38, L"Blaze");
  3165.             //
  3166.             // illusion
  3167.             //
  3168.             this->illusion->Enabled = false;
  3169.             this->illusion->Location = System::Drawing::Point(61, 26);
  3170.             this->illusion->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3171.             this->illusion->Name = L"illusion";
  3172.             this->illusion->Size = System::Drawing::Size(40, 20);
  3173.             this->illusion->TabIndex = 11;
  3174.             this->illusion->ValueChanged += gcnew System::EventHandler(this, &Form1::illusion_ValueChanged);
  3175.             //
  3176.             // blaze
  3177.             //
  3178.             this->blaze->Enabled = false;
  3179.             this->blaze->Location = System::Drawing::Point(174, 26);
  3180.             this->blaze->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3181.             this->blaze->Name = L"blaze";
  3182.             this->blaze->Size = System::Drawing::Size(40, 20);
  3183.             this->blaze->TabIndex = 9;
  3184.             this->blaze->ValueChanged += gcnew System::EventHandler(this, &Form1::blaze_ValueChanged);
  3185.             //
  3186.             // pictureBox37
  3187.             //
  3188.             this->pictureBox37->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox37.Image")));
  3189.             this->pictureBox37->Location = System::Drawing::Point(14, 19);
  3190.             this->pictureBox37->Name = L"pictureBox37";
  3191.             this->pictureBox37->Size = System::Drawing::Size(32, 32);
  3192.             this->pictureBox37->TabIndex = 10;
  3193.             this->pictureBox37->TabStop = false;
  3194.             this->toolTip1->SetToolTip(this->pictureBox37, L"Illusion");
  3195.             //
  3196.             // onyxBlessing
  3197.             //
  3198.             this->onyxBlessing->Location = System::Drawing::Point(180, 26);
  3199.             this->onyxBlessing->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {27, 0, 0, 0});
  3200.             this->onyxBlessing->Name = L"onyxBlessing";
  3201.             this->onyxBlessing->Size = System::Drawing::Size(40, 20);
  3202.             this->onyxBlessing->TabIndex = 8;
  3203.             this->onyxBlessing->ValueChanged += gcnew System::EventHandler(this, &Form1::onyxBlessing_ValueChanged);
  3204.             //
  3205.             // magicMastery
  3206.             //
  3207.             this->magicMastery->Location = System::Drawing::Point(67, 26);
  3208.             this->magicMastery->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3209.             this->magicMastery->Name = L"magicMastery";
  3210.             this->magicMastery->Size = System::Drawing::Size(40, 20);
  3211.             this->magicMastery->TabIndex = 5;
  3212.             this->magicMastery->ValueChanged += gcnew System::EventHandler(this, &Form1::magicMastery_ValueChanged);
  3213.             //
  3214.             // pictureBox39
  3215.             //
  3216.             this->pictureBox39->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox39.Image")));
  3217.             this->pictureBox39->Location = System::Drawing::Point(132, 19);
  3218.             this->pictureBox39->Name = L"pictureBox39";
  3219.             this->pictureBox39->Size = System::Drawing::Size(32, 32);
  3220.             this->pictureBox39->TabIndex = 3;
  3221.             this->pictureBox39->TabStop = false;
  3222.             this->toolTip1->SetToolTip(this->pictureBox39, L"Blessing of the Onyx");
  3223.             //
  3224.             // pictureBox41
  3225.             //
  3226.             this->pictureBox41->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox41.Image")));
  3227.             this->pictureBox41->Location = System::Drawing::Point(20, 19);
  3228.             this->pictureBox41->Name = L"pictureBox41";
  3229.             this->pictureBox41->Size = System::Drawing::Size(32, 32);
  3230.             this->pictureBox41->TabIndex = 0;
  3231.             this->pictureBox41->TabStop = false;
  3232.             this->toolTip1->SetToolTip(this->pictureBox41, L"Magic Mastery");
  3233.             //
  3234.             // evanEnable
  3235.             //
  3236.             this->evanEnable->AutoSize = true;
  3237.             this->evanEnable->Location = System::Drawing::Point(11, 12);
  3238.             this->evanEnable->Name = L"evanEnable";
  3239.             this->evanEnable->Size = System::Drawing::Size(90, 17);
  3240.             this->evanEnable->TabIndex = 19;
  3241.             this->evanEnable->Text = L"Choose Class";
  3242.             this->evanEnable->UseVisualStyleBackColor = true;
  3243.             this->evanEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::evanEnable_CheckedChanged);
  3244.             //
  3245.             // tabPage17
  3246.             //
  3247.             this->tabPage17->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3248.             this->tabPage17->Controls->Add(this->BaMSubmit);
  3249.             this->tabPage17->Controls->Add(this->groupBox14);
  3250.             this->tabPage17->Controls->Add(this->BaMEnable);
  3251.             this->tabPage17->Location = System::Drawing::Point(4, 22);
  3252.             this->tabPage17->Name = L"tabPage17";
  3253.             this->tabPage17->Size = System::Drawing::Size(391, 237);
  3254.             this->tabPage17->TabIndex = 4;
  3255.             this->tabPage17->Text = L"Battle Mage";
  3256.             //
  3257.             // BaMSubmit
  3258.             //
  3259.             this->BaMSubmit->Location = System::Drawing::Point(222, 6);
  3260.             this->BaMSubmit->Name = L"BaMSubmit";
  3261.             this->BaMSubmit->Size = System::Drawing::Size(151, 23);
  3262.             this->BaMSubmit->TabIndex = 18;
  3263.             this->BaMSubmit->Text = L"Submit";
  3264.             this->BaMSubmit->UseVisualStyleBackColor = true;
  3265.             this->BaMSubmit->Visible = false;
  3266.             this->BaMSubmit->Click += gcnew System::EventHandler(this, &Form1::BaMSubmit_Click);
  3267.             //
  3268.             // groupBox14
  3269.             //
  3270.             this->groupBox14->Controls->Add(this->bodyBoost);
  3271.             this->groupBox14->Controls->Add(this->finishBlow);
  3272.             this->groupBox14->Controls->Add(this->advDA);
  3273.             this->groupBox14->Controls->Add(this->pictureBox42);
  3274.             this->groupBox14->Controls->Add(this->pictureBox43);
  3275.             this->groupBox14->Controls->Add(this->pictureBox44);
  3276.             this->groupBox14->Location = System::Drawing::Point(22, 29);
  3277.             this->groupBox14->Name = L"groupBox14";
  3278.             this->groupBox14->Size = System::Drawing::Size(357, 201);
  3279.             this->groupBox14->TabIndex = 17;
  3280.             this->groupBox14->TabStop = false;
  3281.             this->groupBox14->Text = L"Skills";
  3282.             this->groupBox14->Visible = false;
  3283.             //
  3284.             // bodyBoost
  3285.             //
  3286.             this->bodyBoost->AutoSize = true;
  3287.             this->bodyBoost->Location = System::Drawing::Point(67, 73);
  3288.             this->bodyBoost->Name = L"bodyBoost";
  3289.             this->bodyBoost->Size = System::Drawing::Size(67, 17);
  3290.             this->bodyBoost->TabIndex = 9;
  3291.             this->bodyBoost->Text = L"Disabled";
  3292.             this->bodyBoost->UseVisualStyleBackColor = true;
  3293.             this->bodyBoost->CheckedChanged += gcnew System::EventHandler(this, &Form1::bodyBoost_CheckedChanged);
  3294.             //
  3295.             // finishBlow
  3296.             //
  3297.             this->finishBlow->Location = System::Drawing::Point(180, 26);
  3298.             this->finishBlow->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3299.             this->finishBlow->Name = L"finishBlow";
  3300.             this->finishBlow->Size = System::Drawing::Size(40, 20);
  3301.             this->finishBlow->TabIndex = 8;
  3302.             this->finishBlow->ValueChanged += gcnew System::EventHandler(this, &Form1::finishBlow_ValueChanged);
  3303.             //
  3304.             // advDA
  3305.             //
  3306.             this->advDA->Location = System::Drawing::Point(67, 26);
  3307.             this->advDA->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3308.             this->advDA->Name = L"advDA";
  3309.             this->advDA->Size = System::Drawing::Size(40, 20);
  3310.             this->advDA->TabIndex = 5;
  3311.             this->advDA->ValueChanged += gcnew System::EventHandler(this, &Form1::advDA_ValueChanged);
  3312.             //
  3313.             // pictureBox42
  3314.             //
  3315.             this->pictureBox42->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox42.Image")));
  3316.             this->pictureBox42->Location = System::Drawing::Point(132, 19);
  3317.             this->pictureBox42->Name = L"pictureBox42";
  3318.             this->pictureBox42->Size = System::Drawing::Size(32, 32);
  3319.             this->pictureBox42->TabIndex = 3;
  3320.             this->pictureBox42->TabStop = false;
  3321.             this->toolTip1->SetToolTip(this->pictureBox42, L"Finishing Blow");
  3322.             //
  3323.             // pictureBox43
  3324.             //
  3325.             this->pictureBox43->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox43.Image")));
  3326.             this->pictureBox43->Location = System::Drawing::Point(20, 64);
  3327.             this->pictureBox43->Name = L"pictureBox43";
  3328.             this->pictureBox43->Size = System::Drawing::Size(32, 32);
  3329.             this->pictureBox43->TabIndex = 1;
  3330.             this->pictureBox43->TabStop = false;
  3331.             this->toolTip1->SetToolTip(this->pictureBox43, L"Body Boost");
  3332.             //
  3333.             // pictureBox44
  3334.             //
  3335.             this->pictureBox44->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox44.Image")));
  3336.             this->pictureBox44->Location = System::Drawing::Point(20, 19);
  3337.             this->pictureBox44->Name = L"pictureBox44";
  3338.             this->pictureBox44->Size = System::Drawing::Size(32, 32);
  3339.             this->pictureBox44->TabIndex = 0;
  3340.             this->pictureBox44->TabStop = false;
  3341.             this->toolTip1->SetToolTip(this->pictureBox44, L"Advanced Dark Aura");
  3342.             //
  3343.             // BaMEnable
  3344.             //
  3345.             this->BaMEnable->AutoSize = true;
  3346.             this->BaMEnable->Location = System::Drawing::Point(11, 12);
  3347.             this->BaMEnable->Name = L"BaMEnable";
  3348.             this->BaMEnable->Size = System::Drawing::Size(90, 17);
  3349.             this->BaMEnable->TabIndex = 16;
  3350.             this->BaMEnable->Text = L"Choose Class";
  3351.             this->BaMEnable->UseVisualStyleBackColor = true;
  3352.             this->BaMEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::BaMEnable_CheckedChanged);
  3353.             //
  3354.             // groupBox9
  3355.             //
  3356.             this->groupBox9->Controls->Add(this->staff);
  3357.             this->groupBox9->Controls->Add(this->wand);
  3358.             this->groupBox9->Location = System::Drawing::Point(6, 6);
  3359.             this->groupBox9->Name = L"groupBox9";
  3360.             this->groupBox9->Size = System::Drawing::Size(67, 74);
  3361.             this->groupBox9->TabIndex = 0;
  3362.             this->groupBox9->TabStop = false;
  3363.             this->groupBox9->Text = L"Weapon";
  3364.             //
  3365.             // staff
  3366.             //
  3367.             this->staff->AutoSize = true;
  3368.             this->staff->Location = System::Drawing::Point(6, 42);
  3369.             this->staff->Name = L"staff";
  3370.             this->staff->Size = System::Drawing::Size(47, 17);
  3371.             this->staff->TabIndex = 1;
  3372.             this->staff->TabStop = true;
  3373.             this->staff->Text = L"Staff";
  3374.             this->staff->UseVisualStyleBackColor = true;
  3375.             this->staff->CheckedChanged += gcnew System::EventHandler(this, &Form1::staff_CheckedChanged);
  3376.             //
  3377.             // wand
  3378.             //
  3379.             this->wand->AutoSize = true;
  3380.             this->wand->Location = System::Drawing::Point(6, 19);
  3381.             this->wand->Name = L"wand";
  3382.             this->wand->Size = System::Drawing::Size(54, 17);
  3383.             this->wand->TabIndex = 0;
  3384.             this->wand->TabStop = true;
  3385.             this->wand->Text = L"Wand";
  3386.             this->wand->UseVisualStyleBackColor = true;
  3387.             this->wand->CheckedChanged += gcnew System::EventHandler(this, &Form1::wand_CheckedChanged);
  3388.             //
  3389.             // tabPage4
  3390.             //
  3391.             this->tabPage4->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3392.             this->tabPage4->Controls->Add(this->tabControl4);
  3393.             this->tabPage4->Controls->Add(this->groupBox15);
  3394.             this->tabPage4->Location = System::Drawing::Point(4, 22);
  3395.             this->tabPage4->Name = L"tabPage4";
  3396.             this->tabPage4->Size = System::Drawing::Size(478, 278);
  3397.             this->tabPage4->TabIndex = 3;
  3398.             this->tabPage4->Text = L"Bowman";
  3399.             //
  3400.             // tabControl4
  3401.             //
  3402.             this->tabControl4->Controls->Add(this->tabPage18);
  3403.             this->tabControl4->Controls->Add(this->tabPage19);
  3404.             this->tabControl4->Controls->Add(this->tabPage20);
  3405.             this->tabControl4->Controls->Add(this->tabPage21);
  3406.             this->tabControl4->Location = System::Drawing::Point(112, 6);
  3407.             this->tabControl4->Name = L"tabControl4";
  3408.             this->tabControl4->SelectedIndex = 0;
  3409.             this->tabControl4->Size = System::Drawing::Size(359, 250);
  3410.             this->tabControl4->TabIndex = 1;
  3411.             //
  3412.             // tabPage18
  3413.             //
  3414.             this->tabPage18->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3415.             this->tabPage18->Controls->Add(this->bmSubmit);
  3416.             this->tabPage18->Controls->Add(this->groupBox16);
  3417.             this->tabPage18->Controls->Add(this->bmEnable);
  3418.             this->tabPage18->Location = System::Drawing::Point(4, 22);
  3419.             this->tabPage18->Name = L"tabPage18";
  3420.             this->tabPage18->Padding = System::Windows::Forms::Padding(3);
  3421.             this->tabPage18->Size = System::Drawing::Size(351, 224);
  3422.             this->tabPage18->TabIndex = 0;
  3423.             this->tabPage18->Text = L"Bowmaster";
  3424.             //
  3425.             // bmSubmit
  3426.             //
  3427.             this->bmSubmit->Location = System::Drawing::Point(190, 9);
  3428.             this->bmSubmit->Name = L"bmSubmit";
  3429.             this->bmSubmit->Size = System::Drawing::Size(151, 23);
  3430.             this->bmSubmit->TabIndex = 18;
  3431.             this->bmSubmit->Text = L"Submit";
  3432.             this->bmSubmit->UseVisualStyleBackColor = true;
  3433.             this->bmSubmit->Visible = false;
  3434.             this->bmSubmit->Click += gcnew System::EventHandler(this, &Form1::bmSubmit_Click);
  3435.             //
  3436.             // groupBox16
  3437.             //
  3438.             this->groupBox16->Controls->Add(this->sharpEyesBM);
  3439.             this->groupBox16->Controls->Add(this->pictureBox64);
  3440.             this->groupBox16->Controls->Add(this->illusionStep);
  3441.             this->groupBox16->Controls->Add(this->pictureBox49);
  3442.             this->groupBox16->Controls->Add(this->hurricane);
  3443.             this->groupBox16->Controls->Add(this->pictureBox48);
  3444.             this->groupBox16->Controls->Add(this->advFABM);
  3445.             this->groupBox16->Controls->Add(this->spiritLinkBM);
  3446.             this->groupBox16->Controls->Add(this->marksmanshipBM);
  3447.             this->groupBox16->Controls->Add(this->bowExpert);
  3448.             this->groupBox16->Controls->Add(this->pictureBox40);
  3449.             this->groupBox16->Controls->Add(this->pictureBox45);
  3450.             this->groupBox16->Controls->Add(this->pictureBox46);
  3451.             this->groupBox16->Controls->Add(this->pictureBox47);
  3452.             this->groupBox16->Location = System::Drawing::Point(10, 32);
  3453.             this->groupBox16->Name = L"groupBox16";
  3454.             this->groupBox16->Size = System::Drawing::Size(331, 189);
  3455.             this->groupBox16->TabIndex = 17;
  3456.             this->groupBox16->TabStop = false;
  3457.             this->groupBox16->Text = L"Skills";
  3458.             this->groupBox16->Visible = false;
  3459.             //
  3460.             // sharpEyesBM
  3461.             //
  3462.             this->sharpEyesBM->Location = System::Drawing::Point(132, 156);
  3463.             this->sharpEyesBM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3464.             this->sharpEyesBM->Name = L"sharpEyesBM";
  3465.             this->sharpEyesBM->Size = System::Drawing::Size(40, 20);
  3466.             this->sharpEyesBM->TabIndex = 15;
  3467.             this->sharpEyesBM->ValueChanged += gcnew System::EventHandler(this, &Form1::sharpEyesBM_ValueChanged);
  3468.             //
  3469.             // pictureBox64
  3470.             //
  3471.             this->pictureBox64->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox64.Image")));
  3472.             this->pictureBox64->Location = System::Drawing::Point(86, 144);
  3473.             this->pictureBox64->Name = L"pictureBox64";
  3474.             this->pictureBox64->Size = System::Drawing::Size(32, 32);
  3475.             this->pictureBox64->TabIndex = 14;
  3476.             this->pictureBox64->TabStop = false;
  3477.             this->toolTip1->SetToolTip(this->pictureBox64, L"Sharp Eyes");
  3478.             //
  3479.             // illusionStep
  3480.             //
  3481.             this->illusionStep->Location = System::Drawing::Point(179, 118);
  3482.             this->illusionStep->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3483.             this->illusionStep->Name = L"illusionStep";
  3484.             this->illusionStep->Size = System::Drawing::Size(40, 20);
  3485.             this->illusionStep->TabIndex = 13;
  3486.             this->illusionStep->ValueChanged += gcnew System::EventHandler(this, &Form1::illusionStep_ValueChanged);
  3487.             //
  3488.             // pictureBox49
  3489.             //
  3490.             this->pictureBox49->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox49.Image")));
  3491.             this->pictureBox49->Location = System::Drawing::Point(132, 111);
  3492.             this->pictureBox49->Name = L"pictureBox49";
  3493.             this->pictureBox49->Size = System::Drawing::Size(32, 32);
  3494.             this->pictureBox49->TabIndex = 12;
  3495.             this->pictureBox49->TabStop = false;
  3496.             this->toolTip1->SetToolTip(this->pictureBox49, L"Illusion Step");
  3497.             //
  3498.             // hurricane
  3499.             //
  3500.             this->hurricane->Location = System::Drawing::Point(67, 118);
  3501.             this->hurricane->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3502.             this->hurricane->Name = L"hurricane";
  3503.             this->hurricane->Size = System::Drawing::Size(40, 20);
  3504.             this->hurricane->TabIndex = 11;
  3505.             this->hurricane->ValueChanged += gcnew System::EventHandler(this, &Form1::hurricane_ValueChanged);
  3506.             //
  3507.             // pictureBox48
  3508.             //
  3509.             this->pictureBox48->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox48.Image")));
  3510.             this->pictureBox48->Location = System::Drawing::Point(20, 111);
  3511.             this->pictureBox48->Name = L"pictureBox48";
  3512.             this->pictureBox48->Size = System::Drawing::Size(32, 32);
  3513.             this->pictureBox48->TabIndex = 10;
  3514.             this->pictureBox48->TabStop = false;
  3515.             this->toolTip1->SetToolTip(this->pictureBox48, L"Hurricane");
  3516.             //
  3517.             // advFABM
  3518.             //
  3519.             this->advFABM->Location = System::Drawing::Point(180, 71);
  3520.             this->advFABM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3521.             this->advFABM->Name = L"advFABM";
  3522.             this->advFABM->Size = System::Drawing::Size(40, 20);
  3523.             this->advFABM->TabIndex = 9;
  3524.             this->advFABM->ValueChanged += gcnew System::EventHandler(this, &Form1::advFABM_ValueChanged);
  3525.             //
  3526.             // spiritLinkBM
  3527.             //
  3528.             this->spiritLinkBM->Location = System::Drawing::Point(180, 26);
  3529.             this->spiritLinkBM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3530.             this->spiritLinkBM->Name = L"spiritLinkBM";
  3531.             this->spiritLinkBM->Size = System::Drawing::Size(40, 20);
  3532.             this->spiritLinkBM->TabIndex = 8;
  3533.             this->spiritLinkBM->ValueChanged += gcnew System::EventHandler(this, &Form1::spiritLinkBM_ValueChanged);
  3534.             //
  3535.             // marksmanshipBM
  3536.             //
  3537.             this->marksmanshipBM->Location = System::Drawing::Point(67, 71);
  3538.             this->marksmanshipBM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  3539.             this->marksmanshipBM->Name = L"marksmanshipBM";
  3540.             this->marksmanshipBM->Size = System::Drawing::Size(40, 20);
  3541.             this->marksmanshipBM->TabIndex = 6;
  3542.             this->marksmanshipBM->ValueChanged += gcnew System::EventHandler(this, &Form1::marksmanshipBM_ValueChanged);
  3543.             //
  3544.             // bowExpert
  3545.             //
  3546.             this->bowExpert->Location = System::Drawing::Point(67, 26);
  3547.             this->bowExpert->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3548.             this->bowExpert->Name = L"bowExpert";
  3549.             this->bowExpert->Size = System::Drawing::Size(40, 20);
  3550.             this->bowExpert->TabIndex = 5;
  3551.             this->bowExpert->ValueChanged += gcnew System::EventHandler(this, &Form1::bowExpert_ValueChanged);
  3552.             //
  3553.             // pictureBox40
  3554.             //
  3555.             this->pictureBox40->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox40.Image")));
  3556.             this->pictureBox40->Location = System::Drawing::Point(132, 64);
  3557.             this->pictureBox40->Name = L"pictureBox40";
  3558.             this->pictureBox40->Size = System::Drawing::Size(32, 32);
  3559.             this->pictureBox40->TabIndex = 4;
  3560.             this->pictureBox40->TabStop = false;
  3561.             this->toolTip1->SetToolTip(this->pictureBox40, L"Advanced Final Attack");
  3562.             //
  3563.             // pictureBox45
  3564.             //
  3565.             this->pictureBox45->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox45.Image")));
  3566.             this->pictureBox45->Location = System::Drawing::Point(132, 19);
  3567.             this->pictureBox45->Name = L"pictureBox45";
  3568.             this->pictureBox45->Size = System::Drawing::Size(32, 32);
  3569.             this->pictureBox45->TabIndex = 3;
  3570.             this->pictureBox45->TabStop = false;
  3571.             this->toolTip1->SetToolTip(this->pictureBox45, L"Spirit Link");
  3572.             //
  3573.             // pictureBox46
  3574.             //
  3575.             this->pictureBox46->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox46.Image")));
  3576.             this->pictureBox46->Location = System::Drawing::Point(20, 64);
  3577.             this->pictureBox46->Name = L"pictureBox46";
  3578.             this->pictureBox46->Size = System::Drawing::Size(32, 32);
  3579.             this->pictureBox46->TabIndex = 1;
  3580.             this->pictureBox46->TabStop = false;
  3581.             this->toolTip1->SetToolTip(this->pictureBox46, L"Marksmanship");
  3582.             //
  3583.             // pictureBox47
  3584.             //
  3585.             this->pictureBox47->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox47.Image")));
  3586.             this->pictureBox47->Location = System::Drawing::Point(20, 19);
  3587.             this->pictureBox47->Name = L"pictureBox47";
  3588.             this->pictureBox47->Size = System::Drawing::Size(32, 32);
  3589.             this->pictureBox47->TabIndex = 0;
  3590.             this->pictureBox47->TabStop = false;
  3591.             this->toolTip1->SetToolTip(this->pictureBox47, L"Bow Expert");
  3592.             //
  3593.             // bmEnable
  3594.             //
  3595.             this->bmEnable->AutoSize = true;
  3596.             this->bmEnable->Location = System::Drawing::Point(10, 13);
  3597.             this->bmEnable->Name = L"bmEnable";
  3598.             this->bmEnable->Size = System::Drawing::Size(90, 17);
  3599.             this->bmEnable->TabIndex = 16;
  3600.             this->bmEnable->Text = L"Choose Class";
  3601.             this->bmEnable->UseVisualStyleBackColor = true;
  3602.             this->bmEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::bmEnable_CheckedChanged);
  3603.             //
  3604.             // tabPage19
  3605.             //
  3606.             this->tabPage19->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3607.             this->tabPage19->Controls->Add(this->mmSubmit);
  3608.             this->tabPage19->Controls->Add(this->groupBox17);
  3609.             this->tabPage19->Controls->Add(this->mmEnable);
  3610.             this->tabPage19->Location = System::Drawing::Point(4, 22);
  3611.             this->tabPage19->Name = L"tabPage19";
  3612.             this->tabPage19->Padding = System::Windows::Forms::Padding(3);
  3613.             this->tabPage19->Size = System::Drawing::Size(351, 224);
  3614.             this->tabPage19->TabIndex = 1;
  3615.             this->tabPage19->Text = L"Marksman";
  3616.             //
  3617.             // mmSubmit
  3618.             //
  3619.             this->mmSubmit->Location = System::Drawing::Point(190, 9);
  3620.             this->mmSubmit->Name = L"mmSubmit";
  3621.             this->mmSubmit->Size = System::Drawing::Size(151, 23);
  3622.             this->mmSubmit->TabIndex = 21;
  3623.             this->mmSubmit->Text = L"Submit";
  3624.             this->mmSubmit->UseVisualStyleBackColor = true;
  3625.             this->mmSubmit->Visible = false;
  3626.             this->mmSubmit->Click += gcnew System::EventHandler(this, &Form1::mmSubmit_Click);
  3627.             //
  3628.             // groupBox17
  3629.             //
  3630.             this->groupBox17->Controls->Add(this->sharpEyesMM);
  3631.             this->groupBox17->Controls->Add(this->pictureBox65);
  3632.             this->groupBox17->Controls->Add(this->illusionStepMM);
  3633.             this->groupBox17->Controls->Add(this->pictureBox50);
  3634.             this->groupBox17->Controls->Add(this->ultimateStrafe);
  3635.             this->groupBox17->Controls->Add(this->pictureBox51);
  3636.             this->groupBox17->Controls->Add(this->spiritLinkMM);
  3637.             this->groupBox17->Controls->Add(this->marksmanshipMM);
  3638.             this->groupBox17->Controls->Add(this->mmBoost);
  3639.             this->groupBox17->Controls->Add(this->pictureBox53);
  3640.             this->groupBox17->Controls->Add(this->pictureBox54);
  3641.             this->groupBox17->Controls->Add(this->pictureBox55);
  3642.             this->groupBox17->Location = System::Drawing::Point(10, 32);
  3643.             this->groupBox17->Name = L"groupBox17";
  3644.             this->groupBox17->Size = System::Drawing::Size(331, 183);
  3645.             this->groupBox17->TabIndex = 20;
  3646.             this->groupBox17->TabStop = false;
  3647.             this->groupBox17->Text = L"Skills";
  3648.             this->groupBox17->Visible = false;
  3649.             //
  3650.             // sharpEyesMM
  3651.             //
  3652.             this->sharpEyesMM->Location = System::Drawing::Point(179, 118);
  3653.             this->sharpEyesMM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3654.             this->sharpEyesMM->Name = L"sharpEyesMM";
  3655.             this->sharpEyesMM->Size = System::Drawing::Size(40, 20);
  3656.             this->sharpEyesMM->TabIndex = 17;
  3657.             this->sharpEyesMM->ValueChanged += gcnew System::EventHandler(this, &Form1::sharpEyesMM_ValueChanged);
  3658.             //
  3659.             // pictureBox65
  3660.             //
  3661.             this->pictureBox65->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox65.Image")));
  3662.             this->pictureBox65->Location = System::Drawing::Point(132, 111);
  3663.             this->pictureBox65->Name = L"pictureBox65";
  3664.             this->pictureBox65->Size = System::Drawing::Size(32, 32);
  3665.             this->pictureBox65->TabIndex = 16;
  3666.             this->pictureBox65->TabStop = false;
  3667.             this->toolTip1->SetToolTip(this->pictureBox65, L"Sharp Eyes");
  3668.             //
  3669.             // illusionStepMM
  3670.             //
  3671.             this->illusionStepMM->Location = System::Drawing::Point(179, 71);
  3672.             this->illusionStepMM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3673.             this->illusionStepMM->Name = L"illusionStepMM";
  3674.             this->illusionStepMM->Size = System::Drawing::Size(40, 20);
  3675.             this->illusionStepMM->TabIndex = 13;
  3676.             this->illusionStepMM->ValueChanged += gcnew System::EventHandler(this, &Form1::illusionStepMM_ValueChanged);
  3677.             //
  3678.             // pictureBox50
  3679.             //
  3680.             this->pictureBox50->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox50.Image")));
  3681.             this->pictureBox50->Location = System::Drawing::Point(132, 64);
  3682.             this->pictureBox50->Name = L"pictureBox50";
  3683.             this->pictureBox50->Size = System::Drawing::Size(32, 32);
  3684.             this->pictureBox50->TabIndex = 12;
  3685.             this->pictureBox50->TabStop = false;
  3686.             this->toolTip1->SetToolTip(this->pictureBox50, L"Illusion Step");
  3687.             //
  3688.             // ultimateStrafe
  3689.             //
  3690.             this->ultimateStrafe->Location = System::Drawing::Point(67, 118);
  3691.             this->ultimateStrafe->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  3692.             this->ultimateStrafe->Name = L"ultimateStrafe";
  3693.             this->ultimateStrafe->Size = System::Drawing::Size(40, 20);
  3694.             this->ultimateStrafe->TabIndex = 11;
  3695.             this->ultimateStrafe->ValueChanged += gcnew System::EventHandler(this, &Form1::ultimateStrafe_ValueChanged);
  3696.             //
  3697.             // pictureBox51
  3698.             //
  3699.             this->pictureBox51->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox51.Image")));
  3700.             this->pictureBox51->Location = System::Drawing::Point(20, 111);
  3701.             this->pictureBox51->Name = L"pictureBox51";
  3702.             this->pictureBox51->Size = System::Drawing::Size(32, 32);
  3703.             this->pictureBox51->TabIndex = 10;
  3704.             this->pictureBox51->TabStop = false;
  3705.             this->toolTip1->SetToolTip(this->pictureBox51, L"Ultimate Strafe");
  3706.             //
  3707.             // spiritLinkMM
  3708.             //
  3709.             this->spiritLinkMM->Location = System::Drawing::Point(179, 26);
  3710.             this->spiritLinkMM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3711.             this->spiritLinkMM->Name = L"spiritLinkMM";
  3712.             this->spiritLinkMM->Size = System::Drawing::Size(40, 20);
  3713.             this->spiritLinkMM->TabIndex = 8;
  3714.             this->spiritLinkMM->ValueChanged += gcnew System::EventHandler(this, &Form1::spiritLinkMM_ValueChanged);
  3715.             //
  3716.             // marksmanshipMM
  3717.             //
  3718.             this->marksmanshipMM->Location = System::Drawing::Point(67, 71);
  3719.             this->marksmanshipMM->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  3720.             this->marksmanshipMM->Name = L"marksmanshipMM";
  3721.             this->marksmanshipMM->Size = System::Drawing::Size(40, 20);
  3722.             this->marksmanshipMM->TabIndex = 6;
  3723.             this->marksmanshipMM->ValueChanged += gcnew System::EventHandler(this, &Form1::marksmanshipMM_ValueChanged);
  3724.             //
  3725.             // mmBoost
  3726.             //
  3727.             this->mmBoost->Location = System::Drawing::Point(67, 26);
  3728.             this->mmBoost->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3729.             this->mmBoost->Name = L"mmBoost";
  3730.             this->mmBoost->Size = System::Drawing::Size(40, 20);
  3731.             this->mmBoost->TabIndex = 5;
  3732.             this->mmBoost->ValueChanged += gcnew System::EventHandler(this, &Form1::mmBoost_ValueChanged);
  3733.             //
  3734.             // pictureBox53
  3735.             //
  3736.             this->pictureBox53->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox53.Image")));
  3737.             this->pictureBox53->Location = System::Drawing::Point(132, 19);
  3738.             this->pictureBox53->Name = L"pictureBox53";
  3739.             this->pictureBox53->Size = System::Drawing::Size(32, 32);
  3740.             this->pictureBox53->TabIndex = 3;
  3741.             this->pictureBox53->TabStop = false;
  3742.             this->toolTip1->SetToolTip(this->pictureBox53, L"Spirit Link");
  3743.             //
  3744.             // pictureBox54
  3745.             //
  3746.             this->pictureBox54->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox54.Image")));
  3747.             this->pictureBox54->Location = System::Drawing::Point(20, 64);
  3748.             this->pictureBox54->Name = L"pictureBox54";
  3749.             this->pictureBox54->Size = System::Drawing::Size(32, 32);
  3750.             this->pictureBox54->TabIndex = 1;
  3751.             this->pictureBox54->TabStop = false;
  3752.             this->toolTip1->SetToolTip(this->pictureBox54, L"Marksmanship");
  3753.             //
  3754.             // pictureBox55
  3755.             //
  3756.             this->pictureBox55->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox55.Image")));
  3757.             this->pictureBox55->Location = System::Drawing::Point(20, 19);
  3758.             this->pictureBox55->Name = L"pictureBox55";
  3759.             this->pictureBox55->Size = System::Drawing::Size(32, 32);
  3760.             this->pictureBox55->TabIndex = 0;
  3761.             this->pictureBox55->TabStop = false;
  3762.             this->toolTip1->SetToolTip(this->pictureBox55, L"Markman\'s Boost");
  3763.             //
  3764.             // mmEnable
  3765.             //
  3766.             this->mmEnable->AutoSize = true;
  3767.             this->mmEnable->Location = System::Drawing::Point(10, 13);
  3768.             this->mmEnable->Name = L"mmEnable";
  3769.             this->mmEnable->Size = System::Drawing::Size(90, 17);
  3770.             this->mmEnable->TabIndex = 19;
  3771.             this->mmEnable->Text = L"Choose Class";
  3772.             this->mmEnable->UseVisualStyleBackColor = true;
  3773.             this->mmEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::mmEnable_CheckedChanged);
  3774.             //
  3775.             // tabPage20
  3776.             //
  3777.             this->tabPage20->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3778.             this->tabPage20->Controls->Add(this->mercSubmit);
  3779.             this->tabPage20->Controls->Add(this->groupBox18);
  3780.             this->tabPage20->Controls->Add(this->mercEnable);
  3781.             this->tabPage20->Location = System::Drawing::Point(4, 22);
  3782.             this->tabPage20->Name = L"tabPage20";
  3783.             this->tabPage20->Size = System::Drawing::Size(351, 224);
  3784.             this->tabPage20->TabIndex = 2;
  3785.             this->tabPage20->Text = L"Mercedes";
  3786.             //
  3787.             // mercSubmit
  3788.             //
  3789.             this->mercSubmit->Location = System::Drawing::Point(190, 9);
  3790.             this->mercSubmit->Name = L"mercSubmit";
  3791.             this->mercSubmit->Size = System::Drawing::Size(151, 23);
  3792.             this->mercSubmit->TabIndex = 24;
  3793.             this->mercSubmit->Text = L"Submit";
  3794.             this->mercSubmit->UseVisualStyleBackColor = true;
  3795.             this->mercSubmit->Visible = false;
  3796.             this->mercSubmit->Click += gcnew System::EventHandler(this, &Form1::mercSubmit_Click);
  3797.             //
  3798.             // groupBox18
  3799.             //
  3800.             this->groupBox18->Controls->Add(this->advFAMerc);
  3801.             this->groupBox18->Controls->Add(this->pictureBox52);
  3802.             this->groupBox18->Controls->Add(this->ishtarRing);
  3803.             this->groupBox18->Controls->Add(this->pictureBox56);
  3804.             this->groupBox18->Controls->Add(this->ancientWarding);
  3805.             this->groupBox18->Controls->Add(this->legendarySpear);
  3806.             this->groupBox18->Controls->Add(this->dbgExpert);
  3807.             this->groupBox18->Controls->Add(this->pictureBox57);
  3808.             this->groupBox18->Controls->Add(this->pictureBox58);
  3809.             this->groupBox18->Controls->Add(this->pictureBox101);
  3810.             this->groupBox18->Location = System::Drawing::Point(10, 32);
  3811.             this->groupBox18->Name = L"groupBox18";
  3812.             this->groupBox18->Size = System::Drawing::Size(331, 183);
  3813.             this->groupBox18->TabIndex = 23;
  3814.             this->groupBox18->TabStop = false;
  3815.             this->groupBox18->Text = L"Skills";
  3816.             this->groupBox18->Visible = false;
  3817.             //
  3818.             // advFAMerc
  3819.             //
  3820.             this->advFAMerc->Location = System::Drawing::Point(179, 71);
  3821.             this->advFAMerc->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3822.             this->advFAMerc->Name = L"advFAMerc";
  3823.             this->advFAMerc->Size = System::Drawing::Size(40, 20);
  3824.             this->advFAMerc->TabIndex = 13;
  3825.             this->advFAMerc->ValueChanged += gcnew System::EventHandler(this, &Form1::advFAMerc_ValueChanged);
  3826.             //
  3827.             // pictureBox52
  3828.             //
  3829.             this->pictureBox52->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox52.Image")));
  3830.             this->pictureBox52->Location = System::Drawing::Point(132, 64);
  3831.             this->pictureBox52->Name = L"pictureBox52";
  3832.             this->pictureBox52->Size = System::Drawing::Size(32, 32);
  3833.             this->pictureBox52->TabIndex = 12;
  3834.             this->pictureBox52->TabStop = false;
  3835.             this->toolTip1->SetToolTip(this->pictureBox52, L"Advanced Final Attack");
  3836.             //
  3837.             // ishtarRing
  3838.             //
  3839.             this->ishtarRing->Location = System::Drawing::Point(67, 118);
  3840.             this->ishtarRing->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3841.             this->ishtarRing->Name = L"ishtarRing";
  3842.             this->ishtarRing->Size = System::Drawing::Size(40, 20);
  3843.             this->ishtarRing->TabIndex = 11;
  3844.             this->ishtarRing->ValueChanged += gcnew System::EventHandler(this, &Form1::ishtarRing_ValueChanged);
  3845.             //
  3846.             // pictureBox56
  3847.             //
  3848.             this->pictureBox56->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox56.Image")));
  3849.             this->pictureBox56->Location = System::Drawing::Point(20, 111);
  3850.             this->pictureBox56->Name = L"pictureBox56";
  3851.             this->pictureBox56->Size = System::Drawing::Size(32, 32);
  3852.             this->pictureBox56->TabIndex = 10;
  3853.             this->pictureBox56->TabStop = false;
  3854.             this->toolTip1->SetToolTip(this->pictureBox56, L"Ishtar\'s Ring");
  3855.             //
  3856.             // ancientWarding
  3857.             //
  3858.             this->ancientWarding->Location = System::Drawing::Point(180, 26);
  3859.             this->ancientWarding->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3860.             this->ancientWarding->Name = L"ancientWarding";
  3861.             this->ancientWarding->Size = System::Drawing::Size(40, 20);
  3862.             this->ancientWarding->TabIndex = 8;
  3863.             this->ancientWarding->ValueChanged += gcnew System::EventHandler(this, &Form1::ancientWarding_ValueChanged);
  3864.             //
  3865.             // legendarySpear
  3866.             //
  3867.             this->legendarySpear->Location = System::Drawing::Point(67, 71);
  3868.             this->legendarySpear->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  3869.             this->legendarySpear->Name = L"legendarySpear";
  3870.             this->legendarySpear->Size = System::Drawing::Size(40, 20);
  3871.             this->legendarySpear->TabIndex = 6;
  3872.             this->legendarySpear->ValueChanged += gcnew System::EventHandler(this, &Form1::legendarySpear_ValueChanged);
  3873.             //
  3874.             // dbgExpert
  3875.             //
  3876.             this->dbgExpert->Location = System::Drawing::Point(67, 26);
  3877.             this->dbgExpert->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3878.             this->dbgExpert->Name = L"dbgExpert";
  3879.             this->dbgExpert->Size = System::Drawing::Size(40, 20);
  3880.             this->dbgExpert->TabIndex = 5;
  3881.             this->dbgExpert->ValueChanged += gcnew System::EventHandler(this, &Form1::dbgExpert_ValueChanged);
  3882.             //
  3883.             // pictureBox57
  3884.             //
  3885.             this->pictureBox57->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox57.Image")));
  3886.             this->pictureBox57->Location = System::Drawing::Point(132, 19);
  3887.             this->pictureBox57->Name = L"pictureBox57";
  3888.             this->pictureBox57->Size = System::Drawing::Size(32, 32);
  3889.             this->pictureBox57->TabIndex = 3;
  3890.             this->pictureBox57->TabStop = false;
  3891.             this->toolTip1->SetToolTip(this->pictureBox57, L"Ancient Warding");
  3892.             //
  3893.             // pictureBox58
  3894.             //
  3895.             this->pictureBox58->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox58.Image")));
  3896.             this->pictureBox58->Location = System::Drawing::Point(20, 64);
  3897.             this->pictureBox58->Name = L"pictureBox58";
  3898.             this->pictureBox58->Size = System::Drawing::Size(32, 32);
  3899.             this->pictureBox58->TabIndex = 1;
  3900.             this->pictureBox58->TabStop = false;
  3901.             this->toolTip1->SetToolTip(this->pictureBox58, L"Legendary Spear");
  3902.             //
  3903.             // pictureBox101
  3904.             //
  3905.             this->pictureBox101->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox101.Image")));
  3906.             this->pictureBox101->Location = System::Drawing::Point(20, 19);
  3907.             this->pictureBox101->Name = L"pictureBox101";
  3908.             this->pictureBox101->Size = System::Drawing::Size(32, 32);
  3909.             this->pictureBox101->TabIndex = 0;
  3910.             this->pictureBox101->TabStop = false;
  3911.             this->toolTip1->SetToolTip(this->pictureBox101, L"Dual Bowgun Expert");
  3912.             //
  3913.             // mercEnable
  3914.             //
  3915.             this->mercEnable->AutoSize = true;
  3916.             this->mercEnable->Location = System::Drawing::Point(10, 13);
  3917.             this->mercEnable->Name = L"mercEnable";
  3918.             this->mercEnable->Size = System::Drawing::Size(90, 17);
  3919.             this->mercEnable->TabIndex = 22;
  3920.             this->mercEnable->Text = L"Choose Class";
  3921.             this->mercEnable->UseVisualStyleBackColor = true;
  3922.             this->mercEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::mercEnable_CheckedChanged);
  3923.             //
  3924.             // tabPage21
  3925.             //
  3926.             this->tabPage21->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  3927.             this->tabPage21->Controls->Add(this->whSubmit);
  3928.             this->tabPage21->Controls->Add(this->groupBox19);
  3929.             this->tabPage21->Controls->Add(this->whEnable);
  3930.             this->tabPage21->Location = System::Drawing::Point(4, 22);
  3931.             this->tabPage21->Name = L"tabPage21";
  3932.             this->tabPage21->Size = System::Drawing::Size(351, 224);
  3933.             this->tabPage21->TabIndex = 3;
  3934.             this->tabPage21->Text = L"Wild Hunter";
  3935.             //
  3936.             // whSubmit
  3937.             //
  3938.             this->whSubmit->Location = System::Drawing::Point(190, 9);
  3939.             this->whSubmit->Name = L"whSubmit";
  3940.             this->whSubmit->Size = System::Drawing::Size(151, 23);
  3941.             this->whSubmit->TabIndex = 24;
  3942.             this->whSubmit->Text = L"Submit";
  3943.             this->whSubmit->UseVisualStyleBackColor = true;
  3944.             this->whSubmit->Visible = false;
  3945.             this->whSubmit->Click += gcnew System::EventHandler(this, &Form1::whSubmit_Click);
  3946.             //
  3947.             // groupBox19
  3948.             //
  3949.             this->groupBox19->Controls->Add(this->sharpEyesWH);
  3950.             this->groupBox19->Controls->Add(this->pictureBox66);
  3951.             this->groupBox19->Controls->Add(this->wildArrow);
  3952.             this->groupBox19->Controls->Add(this->pictureBox60);
  3953.             this->groupBox19->Controls->Add(this->advFAWH);
  3954.             this->groupBox19->Controls->Add(this->wildInstinct);
  3955.             this->groupBox19->Controls->Add(this->whExpert);
  3956.             this->groupBox19->Controls->Add(this->pictureBox61);
  3957.             this->groupBox19->Controls->Add(this->pictureBox62);
  3958.             this->groupBox19->Controls->Add(this->pictureBox63);
  3959.             this->groupBox19->Location = System::Drawing::Point(10, 32);
  3960.             this->groupBox19->Name = L"groupBox19";
  3961.             this->groupBox19->Size = System::Drawing::Size(331, 183);
  3962.             this->groupBox19->TabIndex = 23;
  3963.             this->groupBox19->TabStop = false;
  3964.             this->groupBox19->Text = L"Skills";
  3965.             this->groupBox19->Visible = false;
  3966.             //
  3967.             // sharpEyesWH
  3968.             //
  3969.             this->sharpEyesWH->Location = System::Drawing::Point(179, 71);
  3970.             this->sharpEyesWH->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  3971.             this->sharpEyesWH->Name = L"sharpEyesWH";
  3972.             this->sharpEyesWH->Size = System::Drawing::Size(40, 20);
  3973.             this->sharpEyesWH->TabIndex = 17;
  3974.             this->sharpEyesWH->ValueChanged += gcnew System::EventHandler(this, &Form1::sharpEyesWH_ValueChanged);
  3975.             //
  3976.             // pictureBox66
  3977.             //
  3978.             this->pictureBox66->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox66.Image")));
  3979.             this->pictureBox66->Location = System::Drawing::Point(132, 64);
  3980.             this->pictureBox66->Name = L"pictureBox66";
  3981.             this->pictureBox66->Size = System::Drawing::Size(32, 32);
  3982.             this->pictureBox66->TabIndex = 16;
  3983.             this->pictureBox66->TabStop = false;
  3984.             this->toolTip1->SetToolTip(this->pictureBox66, L"Sharp Eyes");
  3985.             //
  3986.             // wildArrow
  3987.             //
  3988.             this->wildArrow->Location = System::Drawing::Point(67, 118);
  3989.             this->wildArrow->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  3990.             this->wildArrow->Name = L"wildArrow";
  3991.             this->wildArrow->Size = System::Drawing::Size(40, 20);
  3992.             this->wildArrow->TabIndex = 11;
  3993.             this->wildArrow->ValueChanged += gcnew System::EventHandler(this, &Form1::wildArrow_ValueChanged);
  3994.             //
  3995.             // pictureBox60
  3996.             //
  3997.             this->pictureBox60->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox60.Image")));
  3998.             this->pictureBox60->Location = System::Drawing::Point(20, 111);
  3999.             this->pictureBox60->Name = L"pictureBox60";
  4000.             this->pictureBox60->Size = System::Drawing::Size(32, 32);
  4001.             this->pictureBox60->TabIndex = 10;
  4002.             this->pictureBox60->TabStop = false;
  4003.             this->toolTip1->SetToolTip(this->pictureBox60, L"Wild Arrow Blast");
  4004.             //
  4005.             // advFAWH
  4006.             //
  4007.             this->advFAWH->Location = System::Drawing::Point(180, 26);
  4008.             this->advFAWH->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4009.             this->advFAWH->Name = L"advFAWH";
  4010.             this->advFAWH->Size = System::Drawing::Size(40, 20);
  4011.             this->advFAWH->TabIndex = 8;
  4012.             this->advFAWH->ValueChanged += gcnew System::EventHandler(this, &Form1::advFAWH_ValueChanged);
  4013.             //
  4014.             // wildInstinct
  4015.             //
  4016.             this->wildInstinct->Location = System::Drawing::Point(67, 71);
  4017.             this->wildInstinct->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  4018.             this->wildInstinct->Name = L"wildInstinct";
  4019.             this->wildInstinct->Size = System::Drawing::Size(40, 20);
  4020.             this->wildInstinct->TabIndex = 6;
  4021.             this->wildInstinct->ValueChanged += gcnew System::EventHandler(this, &Form1::wildInstinct_ValueChanged);
  4022.             //
  4023.             // whExpert
  4024.             //
  4025.             this->whExpert->Location = System::Drawing::Point(67, 26);
  4026.             this->whExpert->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4027.             this->whExpert->Name = L"whExpert";
  4028.             this->whExpert->Size = System::Drawing::Size(40, 20);
  4029.             this->whExpert->TabIndex = 5;
  4030.             this->whExpert->ValueChanged += gcnew System::EventHandler(this, &Form1::whExpert_ValueChanged);
  4031.             //
  4032.             // pictureBox61
  4033.             //
  4034.             this->pictureBox61->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox61.Image")));
  4035.             this->pictureBox61->Location = System::Drawing::Point(132, 19);
  4036.             this->pictureBox61->Name = L"pictureBox61";
  4037.             this->pictureBox61->Size = System::Drawing::Size(32, 32);
  4038.             this->pictureBox61->TabIndex = 3;
  4039.             this->pictureBox61->TabStop = false;
  4040.             this->toolTip1->SetToolTip(this->pictureBox61, L"Advanced Final Attack");
  4041.             //
  4042.             // pictureBox62
  4043.             //
  4044.             this->pictureBox62->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox62.Image")));
  4045.             this->pictureBox62->Location = System::Drawing::Point(20, 64);
  4046.             this->pictureBox62->Name = L"pictureBox62";
  4047.             this->pictureBox62->Size = System::Drawing::Size(32, 32);
  4048.             this->pictureBox62->TabIndex = 1;
  4049.             this->pictureBox62->TabStop = false;
  4050.             this->toolTip1->SetToolTip(this->pictureBox62, L"Wild Instinct");
  4051.             //
  4052.             // pictureBox63
  4053.             //
  4054.             this->pictureBox63->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox63.Image")));
  4055.             this->pictureBox63->Location = System::Drawing::Point(20, 19);
  4056.             this->pictureBox63->Name = L"pictureBox63";
  4057.             this->pictureBox63->Size = System::Drawing::Size(32, 32);
  4058.             this->pictureBox63->TabIndex = 0;
  4059.             this->pictureBox63->TabStop = false;
  4060.             this->toolTip1->SetToolTip(this->pictureBox63, L"Markman\'s Boost");
  4061.             //
  4062.             // whEnable
  4063.             //
  4064.             this->whEnable->AutoSize = true;
  4065.             this->whEnable->Location = System::Drawing::Point(10, 13);
  4066.             this->whEnable->Name = L"whEnable";
  4067.             this->whEnable->Size = System::Drawing::Size(90, 17);
  4068.             this->whEnable->TabIndex = 22;
  4069.             this->whEnable->Text = L"Choose Class";
  4070.             this->whEnable->UseVisualStyleBackColor = true;
  4071.             this->whEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::whEnable_CheckedChanged);
  4072.             //
  4073.             // groupBox15
  4074.             //
  4075.             this->groupBox15->Controls->Add(this->dualBowgun);
  4076.             this->groupBox15->Controls->Add(this->crossbow);
  4077.             this->groupBox15->Controls->Add(this->bow);
  4078.             this->groupBox15->Location = System::Drawing::Point(6, 6);
  4079.             this->groupBox15->Name = L"groupBox15";
  4080.             this->groupBox15->Size = System::Drawing::Size(100, 93);
  4081.             this->groupBox15->TabIndex = 0;
  4082.             this->groupBox15->TabStop = false;
  4083.             this->groupBox15->Text = L"Weapon";
  4084.             //
  4085.             // dualBowgun
  4086.             //
  4087.             this->dualBowgun->AutoSize = true;
  4088.             this->dualBowgun->Location = System::Drawing::Point(6, 65);
  4089.             this->dualBowgun->Name = L"dualBowgun";
  4090.             this->dualBowgun->Size = System::Drawing::Size(89, 17);
  4091.             this->dualBowgun->TabIndex = 2;
  4092.             this->dualBowgun->TabStop = true;
  4093.             this->dualBowgun->Text = L"Dual Bowgun";
  4094.             this->dualBowgun->UseVisualStyleBackColor = true;
  4095.             this->dualBowgun->CheckedChanged += gcnew System::EventHandler(this, &Form1::dualBowgun_CheckedChanged);
  4096.             //
  4097.             // crossbow
  4098.             //
  4099.             this->crossbow->AutoSize = true;
  4100.             this->crossbow->Location = System::Drawing::Point(6, 42);
  4101.             this->crossbow->Name = L"crossbow";
  4102.             this->crossbow->Size = System::Drawing::Size(71, 17);
  4103.             this->crossbow->TabIndex = 1;
  4104.             this->crossbow->TabStop = true;
  4105.             this->crossbow->Text = L"Crossbow";
  4106.             this->crossbow->UseVisualStyleBackColor = true;
  4107.             this->crossbow->CheckedChanged += gcnew System::EventHandler(this, &Form1::crossbow_CheckedChanged);
  4108.             //
  4109.             // bow
  4110.             //
  4111.             this->bow->AutoSize = true;
  4112.             this->bow->Location = System::Drawing::Point(6, 19);
  4113.             this->bow->Name = L"bow";
  4114.             this->bow->Size = System::Drawing::Size(46, 17);
  4115.             this->bow->TabIndex = 0;
  4116.             this->bow->TabStop = true;
  4117.             this->bow->Text = L"Bow";
  4118.             this->bow->UseVisualStyleBackColor = true;
  4119.             this->bow->CheckedChanged += gcnew System::EventHandler(this, &Form1::bow_CheckedChanged);
  4120.             //
  4121.             // tabPage5
  4122.             //
  4123.             this->tabPage5->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4124.             this->tabPage5->Controls->Add(this->linkLabel1);
  4125.             this->tabPage5->Controls->Add(this->tabControl5);
  4126.             this->tabPage5->Controls->Add(this->groupBox20);
  4127.             this->tabPage5->Location = System::Drawing::Point(4, 22);
  4128.             this->tabPage5->Name = L"tabPage5";
  4129.             this->tabPage5->Size = System::Drawing::Size(478, 278);
  4130.             this->tabPage5->TabIndex = 4;
  4131.             this->tabPage5->Text = L"Thief";
  4132.             //
  4133.             // linkLabel1
  4134.             //
  4135.             this->linkLabel1->AutoSize = true;
  4136.             this->linkLabel1->Location = System::Drawing::Point(162, 261);
  4137.             this->linkLabel1->Name = L"linkLabel1";
  4138.             this->linkLabel1->Size = System::Drawing::Size(181, 13);
  4139.             this->linkLabel1->TabIndex = 2;
  4140.             this->linkLabel1->TabStop = true;
  4141.             this->linkLabel1->Text = L"For a Phantom Calculator, click here.";
  4142.             this->linkLabel1->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &Form1::linkLabel1_LinkClicked);
  4143.             //
  4144.             // tabControl5
  4145.             //
  4146.             this->tabControl5->Controls->Add(this->tabPage22);
  4147.             this->tabControl5->Controls->Add(this->tabPage23);
  4148.             this->tabControl5->Controls->Add(this->tabPage24);
  4149.             this->tabControl5->Location = System::Drawing::Point(88, 6);
  4150.             this->tabControl5->Name = L"tabControl5";
  4151.             this->tabControl5->SelectedIndex = 0;
  4152.             this->tabControl5->Size = System::Drawing::Size(387, 252);
  4153.             this->tabControl5->TabIndex = 1;
  4154.             //
  4155.             // tabPage22
  4156.             //
  4157.             this->tabPage22->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4158.             this->tabPage22->Controls->Add(this->nlSubmit);
  4159.             this->tabPage22->Controls->Add(this->groupBox21);
  4160.             this->tabPage22->Controls->Add(this->nlEnable);
  4161.             this->tabPage22->Location = System::Drawing::Point(4, 22);
  4162.             this->tabPage22->Name = L"tabPage22";
  4163.             this->tabPage22->Padding = System::Windows::Forms::Padding(3);
  4164.             this->tabPage22->Size = System::Drawing::Size(379, 226);
  4165.             this->tabPage22->TabIndex = 0;
  4166.             this->tabPage22->Text = L"Night Lord";
  4167.             //
  4168.             // nlSubmit
  4169.             //
  4170.             this->nlSubmit->Location = System::Drawing::Point(186, 9);
  4171.             this->nlSubmit->Name = L"nlSubmit";
  4172.             this->nlSubmit->Size = System::Drawing::Size(151, 23);
  4173.             this->nlSubmit->TabIndex = 21;
  4174.             this->nlSubmit->Text = L"Submit";
  4175.             this->nlSubmit->UseVisualStyleBackColor = true;
  4176.             this->nlSubmit->Visible = false;
  4177.             this->nlSubmit->Click += gcnew System::EventHandler(this, &Form1::nlSubmit_Click);
  4178.             //
  4179.             // groupBox21
  4180.             //
  4181.             this->groupBox21->Controls->Add(this->quadThrow);
  4182.             this->groupBox21->Controls->Add(this->darkSerenity);
  4183.             this->groupBox21->Controls->Add(this->purgeArea);
  4184.             this->groupBox21->Controls->Add(this->starExpert);
  4185.             this->groupBox21->Controls->Add(this->pictureBox69);
  4186.             this->groupBox21->Controls->Add(this->pictureBox70);
  4187.             this->groupBox21->Controls->Add(this->pictureBox71);
  4188.             this->groupBox21->Controls->Add(this->pictureBox72);
  4189.             this->groupBox21->Location = System::Drawing::Point(6, 32);
  4190.             this->groupBox21->Name = L"groupBox21";
  4191.             this->groupBox21->Size = System::Drawing::Size(331, 189);
  4192.             this->groupBox21->TabIndex = 20;
  4193.             this->groupBox21->TabStop = false;
  4194.             this->groupBox21->Text = L"Skills";
  4195.             this->groupBox21->Visible = false;
  4196.             //
  4197.             // quadThrow
  4198.             //
  4199.             this->quadThrow->Location = System::Drawing::Point(180, 71);
  4200.             this->quadThrow->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4201.             this->quadThrow->Name = L"quadThrow";
  4202.             this->quadThrow->Size = System::Drawing::Size(40, 20);
  4203.             this->quadThrow->TabIndex = 9;
  4204.             this->quadThrow->ValueChanged += gcnew System::EventHandler(this, &Form1::quadThrow_ValueChanged);
  4205.             //
  4206.             // darkSerenity
  4207.             //
  4208.             this->darkSerenity->Location = System::Drawing::Point(180, 26);
  4209.             this->darkSerenity->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4210.             this->darkSerenity->Name = L"darkSerenity";
  4211.             this->darkSerenity->Size = System::Drawing::Size(40, 20);
  4212.             this->darkSerenity->TabIndex = 8;
  4213.             this->darkSerenity->ValueChanged += gcnew System::EventHandler(this, &Form1::darkSerenity_ValueChanged);
  4214.             //
  4215.             // purgeArea
  4216.             //
  4217.             this->purgeArea->Location = System::Drawing::Point(67, 71);
  4218.             this->purgeArea->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4219.             this->purgeArea->Name = L"purgeArea";
  4220.             this->purgeArea->Size = System::Drawing::Size(40, 20);
  4221.             this->purgeArea->TabIndex = 6;
  4222.             this->purgeArea->ValueChanged += gcnew System::EventHandler(this, &Form1::purgeArea_ValueChanged);
  4223.             //
  4224.             // starExpert
  4225.             //
  4226.             this->starExpert->Location = System::Drawing::Point(67, 26);
  4227.             this->starExpert->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4228.             this->starExpert->Name = L"starExpert";
  4229.             this->starExpert->Size = System::Drawing::Size(40, 20);
  4230.             this->starExpert->TabIndex = 5;
  4231.             this->starExpert->ValueChanged += gcnew System::EventHandler(this, &Form1::starExpert_ValueChanged);
  4232.             //
  4233.             // pictureBox69
  4234.             //
  4235.             this->pictureBox69->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox69.Image")));
  4236.             this->pictureBox69->Location = System::Drawing::Point(132, 64);
  4237.             this->pictureBox69->Name = L"pictureBox69";
  4238.             this->pictureBox69->Size = System::Drawing::Size(32, 32);
  4239.             this->pictureBox69->TabIndex = 4;
  4240.             this->pictureBox69->TabStop = false;
  4241.             this->toolTip1->SetToolTip(this->pictureBox69, L"Quadruple Throw");
  4242.             //
  4243.             // pictureBox70
  4244.             //
  4245.             this->pictureBox70->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox70.Image")));
  4246.             this->pictureBox70->Location = System::Drawing::Point(132, 19);
  4247.             this->pictureBox70->Name = L"pictureBox70";
  4248.             this->pictureBox70->Size = System::Drawing::Size(32, 32);
  4249.             this->pictureBox70->TabIndex = 3;
  4250.             this->pictureBox70->TabStop = false;
  4251.             this->toolTip1->SetToolTip(this->pictureBox70, L"Dark Serenity");
  4252.             //
  4253.             // pictureBox71
  4254.             //
  4255.             this->pictureBox71->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox71.Image")));
  4256.             this->pictureBox71->Location = System::Drawing::Point(20, 64);
  4257.             this->pictureBox71->Name = L"pictureBox71";
  4258.             this->pictureBox71->Size = System::Drawing::Size(32, 32);
  4259.             this->pictureBox71->TabIndex = 1;
  4260.             this->pictureBox71->TabStop = false;
  4261.             this->toolTip1->SetToolTip(this->pictureBox71, L"Purge Area");
  4262.             //
  4263.             // pictureBox72
  4264.             //
  4265.             this->pictureBox72->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox72.Image")));
  4266.             this->pictureBox72->Location = System::Drawing::Point(20, 19);
  4267.             this->pictureBox72->Name = L"pictureBox72";
  4268.             this->pictureBox72->Size = System::Drawing::Size(32, 32);
  4269.             this->pictureBox72->TabIndex = 0;
  4270.             this->pictureBox72->TabStop = false;
  4271.             this->toolTip1->SetToolTip(this->pictureBox72, L"Star Expert");
  4272.             //
  4273.             // nlEnable
  4274.             //
  4275.             this->nlEnable->AutoSize = true;
  4276.             this->nlEnable->Location = System::Drawing::Point(6, 13);
  4277.             this->nlEnable->Name = L"nlEnable";
  4278.             this->nlEnable->Size = System::Drawing::Size(90, 17);
  4279.             this->nlEnable->TabIndex = 19;
  4280.             this->nlEnable->Text = L"Choose Class";
  4281.             this->nlEnable->UseVisualStyleBackColor = true;
  4282.             this->nlEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::nlEnable_CheckedChanged);
  4283.             //
  4284.             // tabPage23
  4285.             //
  4286.             this->tabPage23->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4287.             this->tabPage23->Controls->Add(this->shadSubmit);
  4288.             this->tabPage23->Controls->Add(this->groupBox22);
  4289.             this->tabPage23->Controls->Add(this->shadEnable);
  4290.             this->tabPage23->Location = System::Drawing::Point(4, 22);
  4291.             this->tabPage23->Name = L"tabPage23";
  4292.             this->tabPage23->Padding = System::Windows::Forms::Padding(3);
  4293.             this->tabPage23->Size = System::Drawing::Size(379, 226);
  4294.             this->tabPage23->TabIndex = 1;
  4295.             this->tabPage23->Text = L"Shadower";
  4296.             //
  4297.             // shadSubmit
  4298.             //
  4299.             this->shadSubmit->Location = System::Drawing::Point(186, 9);
  4300.             this->shadSubmit->Name = L"shadSubmit";
  4301.             this->shadSubmit->Size = System::Drawing::Size(151, 23);
  4302.             this->shadSubmit->TabIndex = 24;
  4303.             this->shadSubmit->Text = L"Submit";
  4304.             this->shadSubmit->UseVisualStyleBackColor = true;
  4305.             this->shadSubmit->Visible = false;
  4306.             this->shadSubmit->Click += gcnew System::EventHandler(this, &Form1::shadSubmit_Click);
  4307.             //
  4308.             // groupBox22
  4309.             //
  4310.             this->groupBox22->Controls->Add(this->darkSight);
  4311.             this->groupBox22->Controls->Add(this->pictureBox76);
  4312.             this->groupBox22->Controls->Add(this->shadAttacks);
  4313.             this->groupBox22->Controls->Add(this->label33);
  4314.             this->groupBox22->Controls->Add(this->killPoints);
  4315.             this->groupBox22->Controls->Add(this->shadowInstinct);
  4316.             this->groupBox22->Controls->Add(this->smokescreen);
  4317.             this->groupBox22->Controls->Add(this->daggerExpert);
  4318.             this->groupBox22->Controls->Add(this->pictureBox67);
  4319.             this->groupBox22->Controls->Add(this->pictureBox68);
  4320.             this->groupBox22->Controls->Add(this->pictureBox73);
  4321.             this->groupBox22->Location = System::Drawing::Point(6, 32);
  4322.             this->groupBox22->Name = L"groupBox22";
  4323.             this->groupBox22->Size = System::Drawing::Size(331, 189);
  4324.             this->groupBox22->TabIndex = 23;
  4325.             this->groupBox22->TabStop = false;
  4326.             this->groupBox22->Text = L"Skills";
  4327.             this->groupBox22->Visible = false;
  4328.             //
  4329.             // darkSight
  4330.             //
  4331.             this->darkSight->AutoSize = true;
  4332.             this->darkSight->Location = System::Drawing::Point(235, 80);
  4333.             this->darkSight->Name = L"darkSight";
  4334.             this->darkSight->Size = System::Drawing::Size(67, 17);
  4335.             this->darkSight->TabIndex = 13;
  4336.             this->darkSight->Text = L"Disabled";
  4337.             this->darkSight->UseVisualStyleBackColor = true;
  4338.             this->darkSight->CheckedChanged += gcnew System::EventHandler(this, &Form1::darkSight_CheckedChanged);
  4339.             //
  4340.             // pictureBox76
  4341.             //
  4342.             this->pictureBox76->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox76.Image")));
  4343.             this->pictureBox76->Location = System::Drawing::Point(235, 42);
  4344.             this->pictureBox76->Name = L"pictureBox76";
  4345.             this->pictureBox76->Size = System::Drawing::Size(32, 32);
  4346.             this->pictureBox76->TabIndex = 12;
  4347.             this->pictureBox76->TabStop = false;
  4348.             this->toolTip1->SetToolTip(this->pictureBox76, L"Dark Sight");
  4349.             //
  4350.             // shadAttacks
  4351.             //
  4352.             this->shadAttacks->Controls->Add(this->meEnable);
  4353.             this->shadAttacks->Controls->Add(this->nateEnable);
  4354.             this->shadAttacks->Controls->Add(this->bStepEnable);
  4355.             this->shadAttacks->Controls->Add(this->pictureBox75);
  4356.             this->shadAttacks->Controls->Add(this->assassinate);
  4357.             this->shadAttacks->Controls->Add(this->pictureBox74);
  4358.             this->shadAttacks->Controls->Add(this->bStep);
  4359.             this->shadAttacks->Controls->Add(this->pictureBox59);
  4360.             this->shadAttacks->Location = System::Drawing::Point(6, 102);
  4361.             this->shadAttacks->Name = L"shadAttacks";
  4362.             this->shadAttacks->Size = System::Drawing::Size(319, 81);
  4363.             this->shadAttacks->TabIndex = 11;
  4364.             this->shadAttacks->TabStop = false;
  4365.             this->shadAttacks->Text = L"Attack Skill";
  4366.             //
  4367.             // meEnable
  4368.             //
  4369.             this->meEnable->AutoSize = true;
  4370.             this->meEnable->Location = System::Drawing::Point(214, 57);
  4371.             this->meEnable->Name = L"meEnable";
  4372.             this->meEnable->Size = System::Drawing::Size(99, 17);
  4373.             this->meEnable->TabIndex = 19;
  4374.             this->meEnable->TabStop = true;
  4375.             this->meEnable->Text = L"Meso Explosion";
  4376.             this->meEnable->UseVisualStyleBackColor = true;
  4377.             this->meEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::meEnable_CheckedChanged);
  4378.             //
  4379.             // nateEnable
  4380.             //
  4381.             this->nateEnable->AutoSize = true;
  4382.             this->nateEnable->Location = System::Drawing::Point(121, 57);
  4383.             this->nateEnable->Name = L"nateEnable";
  4384.             this->nateEnable->Size = System::Drawing::Size(81, 17);
  4385.             this->nateEnable->TabIndex = 18;
  4386.             this->nateEnable->TabStop = true;
  4387.             this->nateEnable->Text = L"Assassinate";
  4388.             this->nateEnable->UseVisualStyleBackColor = true;
  4389.             this->nateEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::nateEnable_CheckedChanged);
  4390.             //
  4391.             // bStepEnable
  4392.             //
  4393.             this->bStepEnable->AutoSize = true;
  4394.             this->bStepEnable->Location = System::Drawing::Point(16, 57);
  4395.             this->bStepEnable->Name = L"bStepEnable";
  4396.             this->bStepEnable->Size = System::Drawing::Size(104, 17);
  4397.             this->bStepEnable->TabIndex = 17;
  4398.             this->bStepEnable->TabStop = true;
  4399.             this->bStepEnable->Text = L"Boomerang Step";
  4400.             this->bStepEnable->UseVisualStyleBackColor = true;
  4401.             this->bStepEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::bStepEnable_CheckedChanged);
  4402.             //
  4403.             // pictureBox75
  4404.             //
  4405.             this->pictureBox75->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox75.Image")));
  4406.             this->pictureBox75->Location = System::Drawing::Point(241, 19);
  4407.             this->pictureBox75->Name = L"pictureBox75";
  4408.             this->pictureBox75->Size = System::Drawing::Size(32, 32);
  4409.             this->pictureBox75->TabIndex = 16;
  4410.             this->pictureBox75->TabStop = false;
  4411.             this->toolTip1->SetToolTip(this->pictureBox75, L"Meso Explosion");
  4412.             //
  4413.             // assassinate
  4414.             //
  4415.             this->assassinate->Enabled = false;
  4416.             this->assassinate->Location = System::Drawing::Point(166, 26);
  4417.             this->assassinate->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4418.             this->assassinate->Name = L"assassinate";
  4419.             this->assassinate->Size = System::Drawing::Size(40, 20);
  4420.             this->assassinate->TabIndex = 15;
  4421.             this->assassinate->ValueChanged += gcnew System::EventHandler(this, &Form1::assassinate_ValueChanged);
  4422.             //
  4423.             // pictureBox74
  4424.             //
  4425.             this->pictureBox74->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox74.Image")));
  4426.             this->pictureBox74->Location = System::Drawing::Point(119, 19);
  4427.             this->pictureBox74->Name = L"pictureBox74";
  4428.             this->pictureBox74->Size = System::Drawing::Size(32, 32);
  4429.             this->pictureBox74->TabIndex = 14;
  4430.             this->pictureBox74->TabStop = false;
  4431.             this->toolTip1->SetToolTip(this->pictureBox74, L"Assassinate");
  4432.             //
  4433.             // bStep
  4434.             //
  4435.             this->bStep->Enabled = false;
  4436.             this->bStep->Location = System::Drawing::Point(61, 26);
  4437.             this->bStep->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4438.             this->bStep->Name = L"bStep";
  4439.             this->bStep->Size = System::Drawing::Size(40, 20);
  4440.             this->bStep->TabIndex = 13;
  4441.             this->bStep->ValueChanged += gcnew System::EventHandler(this, &Form1::bStep_ValueChanged);
  4442.             //
  4443.             // pictureBox59
  4444.             //
  4445.             this->pictureBox59->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox59.Image")));
  4446.             this->pictureBox59->Location = System::Drawing::Point(14, 19);
  4447.             this->pictureBox59->Name = L"pictureBox59";
  4448.             this->pictureBox59->Size = System::Drawing::Size(32, 32);
  4449.             this->pictureBox59->TabIndex = 12;
  4450.             this->pictureBox59->TabStop = false;
  4451.             this->toolTip1->SetToolTip(this->pictureBox59, L"Boomerang Step");
  4452.             //
  4453.             // label33
  4454.             //
  4455.             this->label33->AutoSize = true;
  4456.             this->label33->Location = System::Drawing::Point(122, 73);
  4457.             this->label33->Name = L"label33";
  4458.             this->label33->Size = System::Drawing::Size(52, 13);
  4459.             this->label33->TabIndex = 10;
  4460.             this->label33->Text = L"Kill Points";
  4461.             this->toolTip1->SetToolTip(this->label33, L"Amount of orbs over your head");
  4462.             //
  4463.             // killPoints
  4464.             //
  4465.             this->killPoints->Location = System::Drawing::Point(180, 71);
  4466.             this->killPoints->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {5, 0, 0, 0});
  4467.             this->killPoints->Name = L"killPoints";
  4468.             this->killPoints->Size = System::Drawing::Size(40, 20);
  4469.             this->killPoints->TabIndex = 9;
  4470.             this->killPoints->ValueChanged += gcnew System::EventHandler(this, &Form1::killPoints_ValueChanged);
  4471.             //
  4472.             // shadowInstinct
  4473.             //
  4474.             this->shadowInstinct->Location = System::Drawing::Point(180, 26);
  4475.             this->shadowInstinct->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  4476.             this->shadowInstinct->Name = L"shadowInstinct";
  4477.             this->shadowInstinct->Size = System::Drawing::Size(40, 20);
  4478.             this->shadowInstinct->TabIndex = 8;
  4479.             this->shadowInstinct->ValueChanged += gcnew System::EventHandler(this, &Form1::shadowInstinct_ValueChanged);
  4480.             //
  4481.             // smokescreen
  4482.             //
  4483.             this->smokescreen->Location = System::Drawing::Point(67, 71);
  4484.             this->smokescreen->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4485.             this->smokescreen->Name = L"smokescreen";
  4486.             this->smokescreen->Size = System::Drawing::Size(40, 20);
  4487.             this->smokescreen->TabIndex = 6;
  4488.             this->smokescreen->ValueChanged += gcnew System::EventHandler(this, &Form1::smokescreen_ValueChanged);
  4489.             //
  4490.             // daggerExpert
  4491.             //
  4492.             this->daggerExpert->Location = System::Drawing::Point(67, 26);
  4493.             this->daggerExpert->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4494.             this->daggerExpert->Name = L"daggerExpert";
  4495.             this->daggerExpert->Size = System::Drawing::Size(40, 20);
  4496.             this->daggerExpert->TabIndex = 5;
  4497.             this->daggerExpert->ValueChanged += gcnew System::EventHandler(this, &Form1::daggerExpert_ValueChanged);
  4498.             //
  4499.             // pictureBox67
  4500.             //
  4501.             this->pictureBox67->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox67.Image")));
  4502.             this->pictureBox67->Location = System::Drawing::Point(132, 19);
  4503.             this->pictureBox67->Name = L"pictureBox67";
  4504.             this->pictureBox67->Size = System::Drawing::Size(32, 32);
  4505.             this->pictureBox67->TabIndex = 3;
  4506.             this->pictureBox67->TabStop = false;
  4507.             this->toolTip1->SetToolTip(this->pictureBox67, L"Shadow Instinct");
  4508.             //
  4509.             // pictureBox68
  4510.             //
  4511.             this->pictureBox68->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox68.Image")));
  4512.             this->pictureBox68->Location = System::Drawing::Point(20, 64);
  4513.             this->pictureBox68->Name = L"pictureBox68";
  4514.             this->pictureBox68->Size = System::Drawing::Size(32, 32);
  4515.             this->pictureBox68->TabIndex = 1;
  4516.             this->pictureBox68->TabStop = false;
  4517.             this->toolTip1->SetToolTip(this->pictureBox68, L"Smokescreen");
  4518.             //
  4519.             // pictureBox73
  4520.             //
  4521.             this->pictureBox73->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox73.Image")));
  4522.             this->pictureBox73->Location = System::Drawing::Point(20, 19);
  4523.             this->pictureBox73->Name = L"pictureBox73";
  4524.             this->pictureBox73->Size = System::Drawing::Size(32, 32);
  4525.             this->pictureBox73->TabIndex = 0;
  4526.             this->pictureBox73->TabStop = false;
  4527.             this->toolTip1->SetToolTip(this->pictureBox73, L"Dagger Expert");
  4528.             //
  4529.             // shadEnable
  4530.             //
  4531.             this->shadEnable->AutoSize = true;
  4532.             this->shadEnable->Location = System::Drawing::Point(6, 13);
  4533.             this->shadEnable->Name = L"shadEnable";
  4534.             this->shadEnable->Size = System::Drawing::Size(90, 17);
  4535.             this->shadEnable->TabIndex = 22;
  4536.             this->shadEnable->Text = L"Choose Class";
  4537.             this->shadEnable->UseVisualStyleBackColor = true;
  4538.             this->shadEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::shadEnable_CheckedChanged);
  4539.             //
  4540.             // tabPage24
  4541.             //
  4542.             this->tabPage24->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4543.             this->tabPage24->Controls->Add(this->dbSubmit);
  4544.             this->tabPage24->Controls->Add(this->groupBox23);
  4545.             this->tabPage24->Controls->Add(this->dbEnable);
  4546.             this->tabPage24->Location = System::Drawing::Point(4, 22);
  4547.             this->tabPage24->Name = L"tabPage24";
  4548.             this->tabPage24->Size = System::Drawing::Size(379, 226);
  4549.             this->tabPage24->TabIndex = 2;
  4550.             this->tabPage24->Text = L"Dual Blade";
  4551.             //
  4552.             // dbSubmit
  4553.             //
  4554.             this->dbSubmit->Location = System::Drawing::Point(186, 9);
  4555.             this->dbSubmit->Name = L"dbSubmit";
  4556.             this->dbSubmit->Size = System::Drawing::Size(151, 23);
  4557.             this->dbSubmit->TabIndex = 24;
  4558.             this->dbSubmit->Text = L"Submit";
  4559.             this->dbSubmit->UseVisualStyleBackColor = true;
  4560.             this->dbSubmit->Visible = false;
  4561.             this->dbSubmit->Click += gcnew System::EventHandler(this, &Form1::dbSubmit_Click);
  4562.             //
  4563.             // groupBox23
  4564.             //
  4565.             this->groupBox23->Controls->Add(this->fcEnable);
  4566.             this->groupBox23->Controls->Add(this->phantomBlow);
  4567.             this->groupBox23->Controls->Add(this->finalCut);
  4568.             this->groupBox23->Controls->Add(this->thorns);
  4569.             this->groupBox23->Controls->Add(this->pictureBox78);
  4570.             this->groupBox23->Controls->Add(this->pictureBox79);
  4571.             this->groupBox23->Controls->Add(this->pictureBox80);
  4572.             this->groupBox23->Location = System::Drawing::Point(6, 32);
  4573.             this->groupBox23->Name = L"groupBox23";
  4574.             this->groupBox23->Size = System::Drawing::Size(331, 189);
  4575.             this->groupBox23->TabIndex = 23;
  4576.             this->groupBox23->TabStop = false;
  4577.             this->groupBox23->Text = L"Skills";
  4578.             this->groupBox23->Visible = false;
  4579.             //
  4580.             // fcEnable
  4581.             //
  4582.             this->fcEnable->AutoSize = true;
  4583.             this->fcEnable->Location = System::Drawing::Point(20, 102);
  4584.             this->fcEnable->Name = L"fcEnable";
  4585.             this->fcEnable->Size = System::Drawing::Size(67, 17);
  4586.             this->fcEnable->TabIndex = 9;
  4587.             this->fcEnable->Text = L"Disabled";
  4588.             this->fcEnable->UseVisualStyleBackColor = true;
  4589.             this->fcEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::fcEnable_CheckedChanged);
  4590.             //
  4591.             // phantomBlow
  4592.             //
  4593.             this->phantomBlow->Location = System::Drawing::Point(180, 26);
  4594.             this->phantomBlow->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4595.             this->phantomBlow->Name = L"phantomBlow";
  4596.             this->phantomBlow->Size = System::Drawing::Size(40, 20);
  4597.             this->phantomBlow->TabIndex = 8;
  4598.             this->phantomBlow->ValueChanged += gcnew System::EventHandler(this, &Form1::phantomBlow_ValueChanged);
  4599.             //
  4600.             // finalCut
  4601.             //
  4602.             this->finalCut->Enabled = false;
  4603.             this->finalCut->Location = System::Drawing::Point(67, 71);
  4604.             this->finalCut->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4605.             this->finalCut->Name = L"finalCut";
  4606.             this->finalCut->Size = System::Drawing::Size(40, 20);
  4607.             this->finalCut->TabIndex = 6;
  4608.             this->finalCut->ValueChanged += gcnew System::EventHandler(this, &Form1::finalCut_ValueChanged);
  4609.             //
  4610.             // thorns
  4611.             //
  4612.             this->thorns->Location = System::Drawing::Point(67, 26);
  4613.             this->thorns->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4614.             this->thorns->Name = L"thorns";
  4615.             this->thorns->Size = System::Drawing::Size(40, 20);
  4616.             this->thorns->TabIndex = 5;
  4617.             this->thorns->ValueChanged += gcnew System::EventHandler(this, &Form1::thorns_ValueChanged);
  4618.             //
  4619.             // pictureBox78
  4620.             //
  4621.             this->pictureBox78->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox78.Image")));
  4622.             this->pictureBox78->Location = System::Drawing::Point(132, 19);
  4623.             this->pictureBox78->Name = L"pictureBox78";
  4624.             this->pictureBox78->Size = System::Drawing::Size(32, 32);
  4625.             this->pictureBox78->TabIndex = 3;
  4626.             this->pictureBox78->TabStop = false;
  4627.             this->toolTip1->SetToolTip(this->pictureBox78, L"Phantom Blow");
  4628.             //
  4629.             // pictureBox79
  4630.             //
  4631.             this->pictureBox79->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox79.Image")));
  4632.             this->pictureBox79->Location = System::Drawing::Point(20, 64);
  4633.             this->pictureBox79->Name = L"pictureBox79";
  4634.             this->pictureBox79->Size = System::Drawing::Size(32, 32);
  4635.             this->pictureBox79->TabIndex = 1;
  4636.             this->pictureBox79->TabStop = false;
  4637.             this->toolTip1->SetToolTip(this->pictureBox79, L"Final Cut");
  4638.             //
  4639.             // pictureBox80
  4640.             //
  4641.             this->pictureBox80->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox80.Image")));
  4642.             this->pictureBox80->Location = System::Drawing::Point(20, 19);
  4643.             this->pictureBox80->Name = L"pictureBox80";
  4644.             this->pictureBox80->Size = System::Drawing::Size(32, 32);
  4645.             this->pictureBox80->TabIndex = 0;
  4646.             this->pictureBox80->TabStop = false;
  4647.             this->toolTip1->SetToolTip(this->pictureBox80, L"Thorns");
  4648.             //
  4649.             // dbEnable
  4650.             //
  4651.             this->dbEnable->AutoSize = true;
  4652.             this->dbEnable->Location = System::Drawing::Point(6, 13);
  4653.             this->dbEnable->Name = L"dbEnable";
  4654.             this->dbEnable->Size = System::Drawing::Size(90, 17);
  4655.             this->dbEnable->TabIndex = 22;
  4656.             this->dbEnable->Text = L"Choose Class";
  4657.             this->dbEnable->UseVisualStyleBackColor = true;
  4658.             this->dbEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::dbEnable_CheckedChanged);
  4659.             //
  4660.             // groupBox20
  4661.             //
  4662.             this->groupBox20->Controls->Add(this->dagger);
  4663.             this->groupBox20->Controls->Add(this->claw);
  4664.             this->groupBox20->Location = System::Drawing::Point(6, 6);
  4665.             this->groupBox20->Name = L"groupBox20";
  4666.             this->groupBox20->Size = System::Drawing::Size(76, 67);
  4667.             this->groupBox20->TabIndex = 0;
  4668.             this->groupBox20->TabStop = false;
  4669.             this->groupBox20->Text = L"Weapon";
  4670.             //
  4671.             // dagger
  4672.             //
  4673.             this->dagger->AutoSize = true;
  4674.             this->dagger->Location = System::Drawing::Point(6, 42);
  4675.             this->dagger->Name = L"dagger";
  4676.             this->dagger->Size = System::Drawing::Size(60, 17);
  4677.             this->dagger->TabIndex = 1;
  4678.             this->dagger->TabStop = true;
  4679.             this->dagger->Text = L"Dagger";
  4680.             this->dagger->UseVisualStyleBackColor = true;
  4681.             this->dagger->CheckedChanged += gcnew System::EventHandler(this, &Form1::dagger_CheckedChanged);
  4682.             //
  4683.             // claw
  4684.             //
  4685.             this->claw->AutoSize = true;
  4686.             this->claw->Location = System::Drawing::Point(6, 19);
  4687.             this->claw->Name = L"claw";
  4688.             this->claw->Size = System::Drawing::Size(48, 17);
  4689.             this->claw->TabIndex = 0;
  4690.             this->claw->TabStop = true;
  4691.             this->claw->Text = L"Claw";
  4692.             this->claw->UseVisualStyleBackColor = true;
  4693.             this->claw->CheckedChanged += gcnew System::EventHandler(this, &Form1::claw_CheckedChanged);
  4694.             //
  4695.             // tabPage6
  4696.             //
  4697.             this->tabPage6->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4698.             this->tabPage6->Controls->Add(this->tabControl6);
  4699.             this->tabPage6->Controls->Add(this->groupBox24);
  4700.             this->tabPage6->Location = System::Drawing::Point(4, 22);
  4701.             this->tabPage6->Name = L"tabPage6";
  4702.             this->tabPage6->Size = System::Drawing::Size(478, 278);
  4703.             this->tabPage6->TabIndex = 5;
  4704.             this->tabPage6->Text = L"Pirate";
  4705.             //
  4706.             // tabControl6
  4707.             //
  4708.             this->tabControl6->Controls->Add(this->tabPage25);
  4709.             this->tabControl6->Controls->Add(this->tabPage26);
  4710.             this->tabControl6->Controls->Add(this->tabPage27);
  4711.             this->tabControl6->Controls->Add(this->tabPage28);
  4712.             this->tabControl6->Location = System::Drawing::Point(90, 6);
  4713.             this->tabControl6->Name = L"tabControl6";
  4714.             this->tabControl6->SelectedIndex = 0;
  4715.             this->tabControl6->Size = System::Drawing::Size(385, 269);
  4716.             this->tabControl6->TabIndex = 2;
  4717.             //
  4718.             // tabPage25
  4719.             //
  4720.             this->tabPage25->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4721.             this->tabPage25->Controls->Add(this->buccSubmit);
  4722.             this->tabPage25->Controls->Add(this->groupBox25);
  4723.             this->tabPage25->Controls->Add(this->buccEnable);
  4724.             this->tabPage25->Location = System::Drawing::Point(4, 22);
  4725.             this->tabPage25->Name = L"tabPage25";
  4726.             this->tabPage25->Padding = System::Windows::Forms::Padding(3);
  4727.             this->tabPage25->Size = System::Drawing::Size(377, 243);
  4728.             this->tabPage25->TabIndex = 0;
  4729.             this->tabPage25->Text = L"Buccaneer";
  4730.             //
  4731.             // buccSubmit
  4732.             //
  4733.             this->buccSubmit->Location = System::Drawing::Point(186, 8);
  4734.             this->buccSubmit->Name = L"buccSubmit";
  4735.             this->buccSubmit->Size = System::Drawing::Size(151, 23);
  4736.             this->buccSubmit->TabIndex = 27;
  4737.             this->buccSubmit->Text = L"Submit";
  4738.             this->buccSubmit->UseVisualStyleBackColor = true;
  4739.             this->buccSubmit->Visible = false;
  4740.             this->buccSubmit->Click += gcnew System::EventHandler(this, &Form1::buccSubmit_Click);
  4741.             //
  4742.             // groupBox25
  4743.             //
  4744.             this->groupBox25->Controls->Add(this->ddiceEnableBucc);
  4745.             this->groupBox25->Controls->Add(this->pictureBox98);
  4746.             this->groupBox25->Controls->Add(this->diceEnableBucc);
  4747.             this->groupBox25->Controls->Add(this->pictureBox97);
  4748.             this->groupBox25->Controls->Add(this->energyEnable);
  4749.             this->groupBox25->Controls->Add(this->pictureBox83);
  4750.             this->groupBox25->Controls->Add(this->revengeBEnable);
  4751.             this->groupBox25->Controls->Add(this->viperisation);
  4752.             this->groupBox25->Controls->Add(this->pirateRevengeB);
  4753.             this->groupBox25->Controls->Add(this->fistEnrage);
  4754.             this->groupBox25->Controls->Add(this->pictureBox77);
  4755.             this->groupBox25->Controls->Add(this->pictureBox81);
  4756.             this->groupBox25->Controls->Add(this->pictureBox82);
  4757.             this->groupBox25->Location = System::Drawing::Point(6, 31);
  4758.             this->groupBox25->Name = L"groupBox25";
  4759.             this->groupBox25->Size = System::Drawing::Size(331, 189);
  4760.             this->groupBox25->TabIndex = 26;
  4761.             this->groupBox25->TabStop = false;
  4762.             this->groupBox25->Text = L"Skills";
  4763.             this->groupBox25->Visible = false;
  4764.             //
  4765.             // ddiceEnableBucc
  4766.             //
  4767.             this->ddiceEnableBucc->AutoSize = true;
  4768.             this->ddiceEnableBucc->Location = System::Drawing::Point(170, 144);
  4769.             this->ddiceEnableBucc->Name = L"ddiceEnableBucc";
  4770.             this->ddiceEnableBucc->Size = System::Drawing::Size(67, 17);
  4771.             this->ddiceEnableBucc->TabIndex = 15;
  4772.             this->ddiceEnableBucc->Text = L"Disabled";
  4773.             this->toolTip1->SetToolTip(this->ddiceEnableBucc, L"When enabled, throws double 5s.");
  4774.             this->ddiceEnableBucc->UseVisualStyleBackColor = true;
  4775.             this->ddiceEnableBucc->CheckedChanged += gcnew System::EventHandler(this, &Form1::ddiceEnableBucc_CheckedChanged);
  4776.             //
  4777.             // pictureBox98
  4778.             //
  4779.             this->pictureBox98->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox98.Image")));
  4780.             this->pictureBox98->Location = System::Drawing::Point(132, 134);
  4781.             this->pictureBox98->Name = L"pictureBox98";
  4782.             this->pictureBox98->Size = System::Drawing::Size(32, 32);
  4783.             this->pictureBox98->TabIndex = 14;
  4784.             this->pictureBox98->TabStop = false;
  4785.             this->toolTip1->SetToolTip(this->pictureBox98, L"Double Roll of Dice");
  4786.             //
  4787.             // diceEnableBucc
  4788.             //
  4789.             this->diceEnableBucc->AutoSize = true;
  4790.             this->diceEnableBucc->Location = System::Drawing::Point(58, 144);
  4791.             this->diceEnableBucc->Name = L"diceEnableBucc";
  4792.             this->diceEnableBucc->Size = System::Drawing::Size(67, 17);
  4793.             this->diceEnableBucc->TabIndex = 13;
  4794.             this->diceEnableBucc->Text = L"Disabled";
  4795.             this->toolTip1->SetToolTip(this->diceEnableBucc, L"When enabled, throws a 5.");
  4796.             this->diceEnableBucc->UseVisualStyleBackColor = true;
  4797.             this->diceEnableBucc->CheckedChanged += gcnew System::EventHandler(this, &Form1::diceEnableBucc_CheckedChanged);
  4798.             //
  4799.             // pictureBox97
  4800.             //
  4801.             this->pictureBox97->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox97.Image")));
  4802.             this->pictureBox97->Location = System::Drawing::Point(20, 134);
  4803.             this->pictureBox97->Name = L"pictureBox97";
  4804.             this->pictureBox97->Size = System::Drawing::Size(32, 32);
  4805.             this->pictureBox97->TabIndex = 12;
  4806.             this->pictureBox97->TabStop = false;
  4807.             this->toolTip1->SetToolTip(this->pictureBox97, L"Roll of Dice");
  4808.             //
  4809.             // energyEnable
  4810.             //
  4811.             this->energyEnable->AutoSize = true;
  4812.             this->energyEnable->Location = System::Drawing::Point(170, 74);
  4813.             this->energyEnable->Name = L"energyEnable";
  4814.             this->energyEnable->Size = System::Drawing::Size(67, 17);
  4815.             this->energyEnable->TabIndex = 11;
  4816.             this->energyEnable->Text = L"Disabled";
  4817.             this->toolTip1->SetToolTip(this->energyEnable, L"When enabled, activates Energy Charge");
  4818.             this->energyEnable->UseVisualStyleBackColor = true;
  4819.             this->energyEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::energyEnable_CheckedChanged);
  4820.             //
  4821.             // pictureBox83
  4822.             //
  4823.             this->pictureBox83->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox83.Image")));
  4824.             this->pictureBox83->Location = System::Drawing::Point(132, 64);
  4825.             this->pictureBox83->Name = L"pictureBox83";
  4826.             this->pictureBox83->Size = System::Drawing::Size(32, 32);
  4827.             this->pictureBox83->TabIndex = 10;
  4828.             this->pictureBox83->TabStop = false;
  4829.             this->toolTip1->SetToolTip(this->pictureBox83, L"Energy Charge");
  4830.             //
  4831.             // revengeBEnable
  4832.             //
  4833.             this->revengeBEnable->AutoSize = true;
  4834.             this->revengeBEnable->Location = System::Drawing::Point(20, 102);
  4835.             this->revengeBEnable->Name = L"revengeBEnable";
  4836.             this->revengeBEnable->Size = System::Drawing::Size(67, 17);
  4837.             this->revengeBEnable->TabIndex = 9;
  4838.             this->revengeBEnable->Text = L"Disabled";
  4839.             this->toolTip1->SetToolTip(this->revengeBEnable, L"When enabled, activates Pirate\'s Revenge");
  4840.             this->revengeBEnable->UseVisualStyleBackColor = true;
  4841.             this->revengeBEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::revengeBEnable_CheckedChanged);
  4842.             //
  4843.             // viperisation
  4844.             //
  4845.             this->viperisation->Location = System::Drawing::Point(180, 26);
  4846.             this->viperisation->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4847.             this->viperisation->Name = L"viperisation";
  4848.             this->viperisation->Size = System::Drawing::Size(40, 20);
  4849.             this->viperisation->TabIndex = 8;
  4850.             this->viperisation->ValueChanged += gcnew System::EventHandler(this, &Form1::viperisation_ValueChanged);
  4851.             //
  4852.             // pirateRevengeB
  4853.             //
  4854.             this->pirateRevengeB->Enabled = false;
  4855.             this->pirateRevengeB->Location = System::Drawing::Point(67, 71);
  4856.             this->pirateRevengeB->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  4857.             this->pirateRevengeB->Name = L"pirateRevengeB";
  4858.             this->pirateRevengeB->Size = System::Drawing::Size(40, 20);
  4859.             this->pirateRevengeB->TabIndex = 6;
  4860.             this->pirateRevengeB->ValueChanged += gcnew System::EventHandler(this, &Form1::pirateRevengeB_ValueChanged);
  4861.             //
  4862.             // fistEnrage
  4863.             //
  4864.             this->fistEnrage->Location = System::Drawing::Point(67, 26);
  4865.             this->fistEnrage->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  4866.             this->fistEnrage->Name = L"fistEnrage";
  4867.             this->fistEnrage->Size = System::Drawing::Size(40, 20);
  4868.             this->fistEnrage->TabIndex = 5;
  4869.             this->fistEnrage->ValueChanged += gcnew System::EventHandler(this, &Form1::fistEnrage_ValueChanged);
  4870.             //
  4871.             // pictureBox77
  4872.             //
  4873.             this->pictureBox77->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox77.Image")));
  4874.             this->pictureBox77->Location = System::Drawing::Point(132, 19);
  4875.             this->pictureBox77->Name = L"pictureBox77";
  4876.             this->pictureBox77->Size = System::Drawing::Size(32, 32);
  4877.             this->pictureBox77->TabIndex = 3;
  4878.             this->pictureBox77->TabStop = false;
  4879.             this->toolTip1->SetToolTip(this->pictureBox77, L"Vipersition");
  4880.             //
  4881.             // pictureBox81
  4882.             //
  4883.             this->pictureBox81->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox81.Image")));
  4884.             this->pictureBox81->Location = System::Drawing::Point(20, 64);
  4885.             this->pictureBox81->Name = L"pictureBox81";
  4886.             this->pictureBox81->Size = System::Drawing::Size(32, 32);
  4887.             this->pictureBox81->TabIndex = 1;
  4888.             this->pictureBox81->TabStop = false;
  4889.             this->toolTip1->SetToolTip(this->pictureBox81, L"Pirate\'s Revenge");
  4890.             //
  4891.             // pictureBox82
  4892.             //
  4893.             this->pictureBox82->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox82.Image")));
  4894.             this->pictureBox82->Location = System::Drawing::Point(20, 19);
  4895.             this->pictureBox82->Name = L"pictureBox82";
  4896.             this->pictureBox82->Size = System::Drawing::Size(32, 32);
  4897.             this->pictureBox82->TabIndex = 0;
  4898.             this->pictureBox82->TabStop = false;
  4899.             this->toolTip1->SetToolTip(this->pictureBox82, L"Fist Enrage");
  4900.             //
  4901.             // buccEnable
  4902.             //
  4903.             this->buccEnable->AutoSize = true;
  4904.             this->buccEnable->Location = System::Drawing::Point(6, 12);
  4905.             this->buccEnable->Name = L"buccEnable";
  4906.             this->buccEnable->Size = System::Drawing::Size(90, 17);
  4907.             this->buccEnable->TabIndex = 25;
  4908.             this->buccEnable->Text = L"Choose Class";
  4909.             this->buccEnable->UseVisualStyleBackColor = true;
  4910.             this->buccEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::buccEnable_CheckedChanged);
  4911.             //
  4912.             // tabPage26
  4913.             //
  4914.             this->tabPage26->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  4915.             this->tabPage26->Controls->Add(this->sairSubmit);
  4916.             this->tabPage26->Controls->Add(this->groupBox26);
  4917.             this->tabPage26->Controls->Add(this->sairEnable);
  4918.             this->tabPage26->Location = System::Drawing::Point(4, 22);
  4919.             this->tabPage26->Name = L"tabPage26";
  4920.             this->tabPage26->Padding = System::Windows::Forms::Padding(3);
  4921.             this->tabPage26->Size = System::Drawing::Size(377, 243);
  4922.             this->tabPage26->TabIndex = 1;
  4923.             this->tabPage26->Text = L"Corsair";
  4924.             //
  4925.             // sairSubmit
  4926.             //
  4927.             this->sairSubmit->Location = System::Drawing::Point(186, 8);
  4928.             this->sairSubmit->Name = L"sairSubmit";
  4929.             this->sairSubmit->Size = System::Drawing::Size(151, 23);
  4930.             this->sairSubmit->TabIndex = 30;
  4931.             this->sairSubmit->Text = L"Submit";
  4932.             this->sairSubmit->UseVisualStyleBackColor = true;
  4933.             this->sairSubmit->Visible = false;
  4934.             this->sairSubmit->Click += gcnew System::EventHandler(this, &Form1::sairSubmit_Click);
  4935.             //
  4936.             // groupBox26
  4937.             //
  4938.             this->groupBox26->Controls->Add(this->ddiceEnableCorsair);
  4939.             this->groupBox26->Controls->Add(this->pictureBox99);
  4940.             this->groupBox26->Controls->Add(this->diceEnableCorsair);
  4941.             this->groupBox26->Controls->Add(this->pictureBox100);
  4942.             this->groupBox26->Controls->Add(this->numericUpDown2);
  4943.             this->groupBox26->Controls->Add(this->pictureBox96);
  4944.             this->groupBox26->Controls->Add(this->gunExpert);
  4945.             this->groupBox26->Controls->Add(this->pictureBox88);
  4946.             this->groupBox26->Controls->Add(this->contAimEnable);
  4947.             this->groupBox26->Controls->Add(this->contAiming);
  4948.             this->groupBox26->Controls->Add(this->pictureBox84);
  4949.             this->groupBox26->Controls->Add(this->revengeEnableCo);
  4950.             this->groupBox26->Controls->Add(this->pirateStyle);
  4951.             this->groupBox26->Controls->Add(this->pirateRevengeCo);
  4952.             this->groupBox26->Controls->Add(this->rapidFire);
  4953.             this->groupBox26->Controls->Add(this->pictureBox85);
  4954.             this->groupBox26->Controls->Add(this->pictureBox86);
  4955.             this->groupBox26->Controls->Add(this->pictureBox87);
  4956.             this->groupBox26->Location = System::Drawing::Point(6, 31);
  4957.             this->groupBox26->Name = L"groupBox26";
  4958.             this->groupBox26->Size = System::Drawing::Size(331, 206);
  4959.             this->groupBox26->TabIndex = 29;
  4960.             this->groupBox26->TabStop = false;
  4961.             this->groupBox26->Text = L"Skills";
  4962.             this->groupBox26->Visible = false;
  4963.             //
  4964.             // ddiceEnableCorsair
  4965.             //
  4966.             this->ddiceEnableCorsair->AutoSize = true;
  4967.             this->ddiceEnableCorsair->Location = System::Drawing::Point(170, 178);
  4968.             this->ddiceEnableCorsair->Name = L"ddiceEnableCorsair";
  4969.             this->ddiceEnableCorsair->Size = System::Drawing::Size(67, 17);
  4970.             this->ddiceEnableCorsair->TabIndex = 20;
  4971.             this->ddiceEnableCorsair->Text = L"Disabled";
  4972.             this->toolTip1->SetToolTip(this->ddiceEnableCorsair, L"When enabled, throws double 5s.");
  4973.             this->ddiceEnableCorsair->UseVisualStyleBackColor = true;
  4974.             this->ddiceEnableCorsair->CheckedChanged += gcnew System::EventHandler(this, &Form1::ddiceEnableCorsair_CheckedChanged);
  4975.             //
  4976.             // pictureBox99
  4977.             //
  4978.             this->pictureBox99->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox99.Image")));
  4979.             this->pictureBox99->Location = System::Drawing::Point(132, 168);
  4980.             this->pictureBox99->Name = L"pictureBox99";
  4981.             this->pictureBox99->Size = System::Drawing::Size(32, 32);
  4982.             this->pictureBox99->TabIndex = 19;
  4983.             this->pictureBox99->TabStop = false;
  4984.             this->toolTip1->SetToolTip(this->pictureBox99, L"Double Roll of Dice");
  4985.             //
  4986.             // diceEnableCorsair
  4987.             //
  4988.             this->diceEnableCorsair->AutoSize = true;
  4989.             this->diceEnableCorsair->Location = System::Drawing::Point(58, 178);
  4990.             this->diceEnableCorsair->Name = L"diceEnableCorsair";
  4991.             this->diceEnableCorsair->Size = System::Drawing::Size(67, 17);
  4992.             this->diceEnableCorsair->TabIndex = 18;
  4993.             this->diceEnableCorsair->Text = L"Disabled";
  4994.             this->toolTip1->SetToolTip(this->diceEnableCorsair, L"When enabled, throws a 5.");
  4995.             this->diceEnableCorsair->UseVisualStyleBackColor = true;
  4996.             this->diceEnableCorsair->CheckedChanged += gcnew System::EventHandler(this, &Form1::diceEnableCorsair_CheckedChanged);
  4997.             //
  4998.             // pictureBox100
  4999.             //
  5000.             this->pictureBox100->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox100.Image")));
  5001.             this->pictureBox100->Location = System::Drawing::Point(20, 168);
  5002.             this->pictureBox100->Name = L"pictureBox100";
  5003.             this->pictureBox100->Size = System::Drawing::Size(32, 32);
  5004.             this->pictureBox100->TabIndex = 17;
  5005.             this->pictureBox100->TabStop = false;
  5006.             this->toolTip1->SetToolTip(this->pictureBox100, L"Roll of Dice");
  5007.             //
  5008.             // numericUpDown2
  5009.             //
  5010.             this->numericUpDown2->Location = System::Drawing::Point(179, 133);
  5011.             this->numericUpDown2->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  5012.             this->numericUpDown2->Name = L"numericUpDown2";
  5013.             this->numericUpDown2->Size = System::Drawing::Size(40, 20);
  5014.             this->numericUpDown2->TabIndex = 16;
  5015.             this->numericUpDown2->ValueChanged += gcnew System::EventHandler(this, &Form1::numericUpDown2_ValueChanged);
  5016.             //
  5017.             // pictureBox96
  5018.             //
  5019.             this->pictureBox96->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox96.Image")));
  5020.             this->pictureBox96->Location = System::Drawing::Point(132, 125);
  5021.             this->pictureBox96->Name = L"pictureBox96";
  5022.             this->pictureBox96->Size = System::Drawing::Size(32, 32);
  5023.             this->pictureBox96->TabIndex = 15;
  5024.             this->pictureBox96->TabStop = false;
  5025.             this->toolTip1->SetToolTip(this->pictureBox96, L"Crew Ship Commander");
  5026.             //
  5027.             // gunExpert
  5028.             //
  5029.             this->gunExpert->Location = System::Drawing::Point(67, 133);
  5030.             this->gunExpert->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5031.             this->gunExpert->Name = L"gunExpert";
  5032.             this->gunExpert->Size = System::Drawing::Size(40, 20);
  5033.             this->gunExpert->TabIndex = 14;
  5034.             this->gunExpert->ValueChanged += gcnew System::EventHandler(this, &Form1::gunExpert_ValueChanged);
  5035.             //
  5036.             // pictureBox88
  5037.             //
  5038.             this->pictureBox88->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox88.Image")));
  5039.             this->pictureBox88->Location = System::Drawing::Point(20, 125);
  5040.             this->pictureBox88->Name = L"pictureBox88";
  5041.             this->pictureBox88->Size = System::Drawing::Size(32, 32);
  5042.             this->pictureBox88->TabIndex = 13;
  5043.             this->pictureBox88->TabStop = false;
  5044.             this->toolTip1->SetToolTip(this->pictureBox88, L"Captain\'s Dignity");
  5045.             //
  5046.             // contAimEnable
  5047.             //
  5048.             this->contAimEnable->AutoSize = true;
  5049.             this->contAimEnable->Location = System::Drawing::Point(132, 102);
  5050.             this->contAimEnable->Name = L"contAimEnable";
  5051.             this->contAimEnable->Size = System::Drawing::Size(67, 17);
  5052.             this->contAimEnable->TabIndex = 12;
  5053.             this->contAimEnable->Text = L"Disabled";
  5054.             this->contAimEnable->UseVisualStyleBackColor = true;
  5055.             this->contAimEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::contAimEnable_CheckedChanged);
  5056.             //
  5057.             // contAiming
  5058.             //
  5059.             this->contAiming->Enabled = false;
  5060.             this->contAiming->Location = System::Drawing::Point(180, 71);
  5061.             this->contAiming->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  5062.             this->contAiming->Name = L"contAiming";
  5063.             this->contAiming->Size = System::Drawing::Size(40, 20);
  5064.             this->contAiming->TabIndex = 11;
  5065.             this->contAiming->ValueChanged += gcnew System::EventHandler(this, &Form1::contAiming_ValueChanged);
  5066.             //
  5067.             // pictureBox84
  5068.             //
  5069.             this->pictureBox84->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox84.Image")));
  5070.             this->pictureBox84->Location = System::Drawing::Point(132, 64);
  5071.             this->pictureBox84->Name = L"pictureBox84";
  5072.             this->pictureBox84->Size = System::Drawing::Size(32, 32);
  5073.             this->pictureBox84->TabIndex = 10;
  5074.             this->pictureBox84->TabStop = false;
  5075.             this->toolTip1->SetToolTip(this->pictureBox84, L"Continual Aiming");
  5076.             //
  5077.             // revengeEnableCo
  5078.             //
  5079.             this->revengeEnableCo->AutoSize = true;
  5080.             this->revengeEnableCo->Location = System::Drawing::Point(20, 102);
  5081.             this->revengeEnableCo->Name = L"revengeEnableCo";
  5082.             this->revengeEnableCo->Size = System::Drawing::Size(67, 17);
  5083.             this->revengeEnableCo->TabIndex = 9;
  5084.             this->revengeEnableCo->Text = L"Disabled";
  5085.             this->revengeEnableCo->UseVisualStyleBackColor = true;
  5086.             this->revengeEnableCo->CheckedChanged += gcnew System::EventHandler(this, &Form1::revengeEnableCo_CheckedChanged);
  5087.             //
  5088.             // pirateStyle
  5089.             //
  5090.             this->pirateStyle->Location = System::Drawing::Point(180, 26);
  5091.             this->pirateStyle->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  5092.             this->pirateStyle->Name = L"pirateStyle";
  5093.             this->pirateStyle->Size = System::Drawing::Size(40, 20);
  5094.             this->pirateStyle->TabIndex = 8;
  5095.             this->pirateStyle->ValueChanged += gcnew System::EventHandler(this, &Form1::pirateStyle_ValueChanged);
  5096.             //
  5097.             // pirateRevengeCo
  5098.             //
  5099.             this->pirateRevengeCo->Enabled = false;
  5100.             this->pirateRevengeCo->Location = System::Drawing::Point(67, 71);
  5101.             this->pirateRevengeCo->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {12, 0, 0, 0});
  5102.             this->pirateRevengeCo->Name = L"pirateRevengeCo";
  5103.             this->pirateRevengeCo->Size = System::Drawing::Size(40, 20);
  5104.             this->pirateRevengeCo->TabIndex = 6;
  5105.             this->pirateRevengeCo->ValueChanged += gcnew System::EventHandler(this, &Form1::pirateRevengeCo_ValueChanged);
  5106.             //
  5107.             // rapidFire
  5108.             //
  5109.             this->rapidFire->Location = System::Drawing::Point(67, 26);
  5110.             this->rapidFire->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5111.             this->rapidFire->Name = L"rapidFire";
  5112.             this->rapidFire->Size = System::Drawing::Size(40, 20);
  5113.             this->rapidFire->TabIndex = 5;
  5114.             this->rapidFire->ValueChanged += gcnew System::EventHandler(this, &Form1::rapidFire_ValueChanged);
  5115.             //
  5116.             // pictureBox85
  5117.             //
  5118.             this->pictureBox85->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox85.Image")));
  5119.             this->pictureBox85->Location = System::Drawing::Point(132, 19);
  5120.             this->pictureBox85->Name = L"pictureBox85";
  5121.             this->pictureBox85->Size = System::Drawing::Size(32, 32);
  5122.             this->pictureBox85->TabIndex = 3;
  5123.             this->pictureBox85->TabStop = false;
  5124.             this->toolTip1->SetToolTip(this->pictureBox85, L"Pirate Style");
  5125.             //
  5126.             // pictureBox86
  5127.             //
  5128.             this->pictureBox86->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox86.Image")));
  5129.             this->pictureBox86->Location = System::Drawing::Point(20, 64);
  5130.             this->pictureBox86->Name = L"pictureBox86";
  5131.             this->pictureBox86->Size = System::Drawing::Size(32, 32);
  5132.             this->pictureBox86->TabIndex = 1;
  5133.             this->pictureBox86->TabStop = false;
  5134.             this->toolTip1->SetToolTip(this->pictureBox86, L"Pirate\'s Revenge");
  5135.             //
  5136.             // pictureBox87
  5137.             //
  5138.             this->pictureBox87->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox87.Image")));
  5139.             this->pictureBox87->Location = System::Drawing::Point(20, 19);
  5140.             this->pictureBox87->Name = L"pictureBox87";
  5141.             this->pictureBox87->Size = System::Drawing::Size(32, 32);
  5142.             this->pictureBox87->TabIndex = 0;
  5143.             this->pictureBox87->TabStop = false;
  5144.             this->toolTip1->SetToolTip(this->pictureBox87, L"Rapid Fire");
  5145.             //
  5146.             // sairEnable
  5147.             //
  5148.             this->sairEnable->AutoSize = true;
  5149.             this->sairEnable->Location = System::Drawing::Point(6, 12);
  5150.             this->sairEnable->Name = L"sairEnable";
  5151.             this->sairEnable->Size = System::Drawing::Size(90, 17);
  5152.             this->sairEnable->TabIndex = 28;
  5153.             this->sairEnable->Text = L"Choose Class";
  5154.             this->sairEnable->UseVisualStyleBackColor = true;
  5155.             this->sairEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::sairEnable_CheckedChanged);
  5156.             //
  5157.             // tabPage27
  5158.             //
  5159.             this->tabPage27->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  5160.             this->tabPage27->Controls->Add(this->cannonSubmit);
  5161.             this->tabPage27->Controls->Add(this->groupBox27);
  5162.             this->tabPage27->Controls->Add(this->cannonEnable);
  5163.             this->tabPage27->Location = System::Drawing::Point(4, 22);
  5164.             this->tabPage27->Name = L"tabPage27";
  5165.             this->tabPage27->Size = System::Drawing::Size(377, 243);
  5166.             this->tabPage27->TabIndex = 2;
  5167.             this->tabPage27->Text = L"Cannoneer";
  5168.             //
  5169.             // cannonSubmit
  5170.             //
  5171.             this->cannonSubmit->Location = System::Drawing::Point(186, 8);
  5172.             this->cannonSubmit->Name = L"cannonSubmit";
  5173.             this->cannonSubmit->Size = System::Drawing::Size(151, 23);
  5174.             this->cannonSubmit->TabIndex = 30;
  5175.             this->cannonSubmit->Text = L"Submit";
  5176.             this->cannonSubmit->UseVisualStyleBackColor = true;
  5177.             this->cannonSubmit->Visible = false;
  5178.             this->cannonSubmit->Click += gcnew System::EventHandler(this, &Form1::cannonSubmit_Click);
  5179.             //
  5180.             // groupBox27
  5181.             //
  5182.             this->groupBox27->Controls->Add(this->ddiceEnableCannon);
  5183.             this->groupBox27->Controls->Add(this->pictureBox102);
  5184.             this->groupBox27->Controls->Add(this->diceEnableCannon);
  5185.             this->groupBox27->Controls->Add(this->pictureBox103);
  5186.             this->groupBox27->Controls->Add(this->overburn);
  5187.             this->groupBox27->Controls->Add(this->monkeyMagic);
  5188.             this->groupBox27->Controls->Add(this->cannonBuster);
  5189.             this->groupBox27->Controls->Add(this->pictureBox90);
  5190.             this->groupBox27->Controls->Add(this->pictureBox91);
  5191.             this->groupBox27->Controls->Add(this->pictureBox92);
  5192.             this->groupBox27->Location = System::Drawing::Point(6, 31);
  5193.             this->groupBox27->Name = L"groupBox27";
  5194.             this->groupBox27->Size = System::Drawing::Size(331, 189);
  5195.             this->groupBox27->TabIndex = 29;
  5196.             this->groupBox27->TabStop = false;
  5197.             this->groupBox27->Text = L"Skills";
  5198.             this->groupBox27->Visible = false;
  5199.             //
  5200.             // ddiceEnableCannon
  5201.             //
  5202.             this->ddiceEnableCannon->AutoSize = true;
  5203.             this->ddiceEnableCannon->Location = System::Drawing::Point(58, 122);
  5204.             this->ddiceEnableCannon->Name = L"ddiceEnableCannon";
  5205.             this->ddiceEnableCannon->Size = System::Drawing::Size(67, 17);
  5206.             this->ddiceEnableCannon->TabIndex = 24;
  5207.             this->ddiceEnableCannon->Text = L"Disabled";
  5208.             this->toolTip1->SetToolTip(this->ddiceEnableCannon, L"When enabled, throws double 5s.");
  5209.             this->ddiceEnableCannon->UseVisualStyleBackColor = true;
  5210.             this->ddiceEnableCannon->CheckedChanged += gcnew System::EventHandler(this, &Form1::ddiceEnableCannon_CheckedChanged);
  5211.             //
  5212.             // pictureBox102
  5213.             //
  5214.             this->pictureBox102->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox102.Image")));
  5215.             this->pictureBox102->Location = System::Drawing::Point(20, 112);
  5216.             this->pictureBox102->Name = L"pictureBox102";
  5217.             this->pictureBox102->Size = System::Drawing::Size(32, 32);
  5218.             this->pictureBox102->TabIndex = 23;
  5219.             this->pictureBox102->TabStop = false;
  5220.             this->toolTip1->SetToolTip(this->pictureBox102, L"Double Roll of Dice");
  5221.             //
  5222.             // diceEnableCannon
  5223.             //
  5224.             this->diceEnableCannon->AutoSize = true;
  5225.             this->diceEnableCannon->Location = System::Drawing::Point(170, 74);
  5226.             this->diceEnableCannon->Name = L"diceEnableCannon";
  5227.             this->diceEnableCannon->Size = System::Drawing::Size(67, 17);
  5228.             this->diceEnableCannon->TabIndex = 22;
  5229.             this->diceEnableCannon->Text = L"Disabled";
  5230.             this->toolTip1->SetToolTip(this->diceEnableCannon, L"When enabled, throws a 5.");
  5231.             this->diceEnableCannon->UseVisualStyleBackColor = true;
  5232.             this->diceEnableCannon->CheckedChanged += gcnew System::EventHandler(this, &Form1::diceEnableCannon_CheckedChanged);
  5233.             //
  5234.             // pictureBox103
  5235.             //
  5236.             this->pictureBox103->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox103.Image")));
  5237.             this->pictureBox103->Location = System::Drawing::Point(132, 64);
  5238.             this->pictureBox103->Name = L"pictureBox103";
  5239.             this->pictureBox103->Size = System::Drawing::Size(32, 32);
  5240.             this->pictureBox103->TabIndex = 21;
  5241.             this->pictureBox103->TabStop = false;
  5242.             this->toolTip1->SetToolTip(this->pictureBox103, L"Roll of Dice");
  5243.             //
  5244.             // overburn
  5245.             //
  5246.             this->overburn->Location = System::Drawing::Point(180, 26);
  5247.             this->overburn->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5248.             this->overburn->Name = L"overburn";
  5249.             this->overburn->Size = System::Drawing::Size(40, 20);
  5250.             this->overburn->TabIndex = 8;
  5251.             this->overburn->ValueChanged += gcnew System::EventHandler(this, &Form1::overburn_ValueChanged);
  5252.             //
  5253.             // monkeyMagic
  5254.             //
  5255.             this->monkeyMagic->Location = System::Drawing::Point(67, 71);
  5256.             this->monkeyMagic->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5257.             this->monkeyMagic->Name = L"monkeyMagic";
  5258.             this->monkeyMagic->Size = System::Drawing::Size(40, 20);
  5259.             this->monkeyMagic->TabIndex = 6;
  5260.             this->monkeyMagic->ValueChanged += gcnew System::EventHandler(this, &Form1::monkeyMagic_ValueChanged);
  5261.             //
  5262.             // cannonBuster
  5263.             //
  5264.             this->cannonBuster->Location = System::Drawing::Point(67, 26);
  5265.             this->cannonBuster->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5266.             this->cannonBuster->Name = L"cannonBuster";
  5267.             this->cannonBuster->Size = System::Drawing::Size(40, 20);
  5268.             this->cannonBuster->TabIndex = 5;
  5269.             this->cannonBuster->ValueChanged += gcnew System::EventHandler(this, &Form1::cannonBuster_ValueChanged);
  5270.             //
  5271.             // pictureBox90
  5272.             //
  5273.             this->pictureBox90->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox90.Image")));
  5274.             this->pictureBox90->Location = System::Drawing::Point(132, 19);
  5275.             this->pictureBox90->Name = L"pictureBox90";
  5276.             this->pictureBox90->Size = System::Drawing::Size(32, 32);
  5277.             this->pictureBox90->TabIndex = 3;
  5278.             this->pictureBox90->TabStop = false;
  5279.             this->toolTip1->SetToolTip(this->pictureBox90, L"Overburn");
  5280.             //
  5281.             // pictureBox91
  5282.             //
  5283.             this->pictureBox91->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox91.Image")));
  5284.             this->pictureBox91->Location = System::Drawing::Point(20, 64);
  5285.             this->pictureBox91->Name = L"pictureBox91";
  5286.             this->pictureBox91->Size = System::Drawing::Size(32, 32);
  5287.             this->pictureBox91->TabIndex = 1;
  5288.             this->pictureBox91->TabStop = false;
  5289.             this->toolTip1->SetToolTip(this->pictureBox91, L"Mega Monkey Magic");
  5290.             //
  5291.             // pictureBox92
  5292.             //
  5293.             this->pictureBox92->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox92.Image")));
  5294.             this->pictureBox92->Location = System::Drawing::Point(20, 19);
  5295.             this->pictureBox92->Name = L"pictureBox92";
  5296.             this->pictureBox92->Size = System::Drawing::Size(32, 32);
  5297.             this->pictureBox92->TabIndex = 0;
  5298.             this->pictureBox92->TabStop = false;
  5299.             this->toolTip1->SetToolTip(this->pictureBox92, L"Cannon Buster");
  5300.             //
  5301.             // cannonEnable
  5302.             //
  5303.             this->cannonEnable->AutoSize = true;
  5304.             this->cannonEnable->Location = System::Drawing::Point(6, 12);
  5305.             this->cannonEnable->Name = L"cannonEnable";
  5306.             this->cannonEnable->Size = System::Drawing::Size(90, 17);
  5307.             this->cannonEnable->TabIndex = 28;
  5308.             this->cannonEnable->Text = L"Choose Class";
  5309.             this->cannonEnable->UseVisualStyleBackColor = true;
  5310.             this->cannonEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::cannonEnable_CheckedChanged);
  5311.             //
  5312.             // tabPage28
  5313.             //
  5314.             this->tabPage28->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  5315.             this->tabPage28->Controls->Add(this->mechSubmit);
  5316.             this->tabPage28->Controls->Add(this->groupBox28);
  5317.             this->tabPage28->Controls->Add(this->mechEnable);
  5318.             this->tabPage28->Location = System::Drawing::Point(4, 22);
  5319.             this->tabPage28->Name = L"tabPage28";
  5320.             this->tabPage28->Size = System::Drawing::Size(377, 243);
  5321.             this->tabPage28->TabIndex = 3;
  5322.             this->tabPage28->Text = L"Mechanic";
  5323.             //
  5324.             // mechSubmit
  5325.             //
  5326.             this->mechSubmit->Location = System::Drawing::Point(186, 8);
  5327.             this->mechSubmit->Name = L"mechSubmit";
  5328.             this->mechSubmit->Size = System::Drawing::Size(151, 23);
  5329.             this->mechSubmit->TabIndex = 33;
  5330.             this->mechSubmit->Text = L"Submit";
  5331.             this->mechSubmit->UseVisualStyleBackColor = true;
  5332.             this->mechSubmit->Visible = false;
  5333.             this->mechSubmit->Click += gcnew System::EventHandler(this, &Form1::mechSubmit_Click);
  5334.             //
  5335.             // groupBox28
  5336.             //
  5337.             this->groupBox28->Controls->Add(this->diceEnableMech);
  5338.             this->groupBox28->Controls->Add(this->pictureBox104);
  5339.             this->groupBox28->Controls->Add(this->ampEnable);
  5340.             this->groupBox28->Controls->Add(this->mechAttacks);
  5341.             this->groupBox28->Controls->Add(this->amplifier);
  5342.             this->groupBox28->Controls->Add(this->extremeMech);
  5343.             this->groupBox28->Controls->Add(this->pictureBox89);
  5344.             this->groupBox28->Controls->Add(this->pictureBox94);
  5345.             this->groupBox28->Location = System::Drawing::Point(6, 31);
  5346.             this->groupBox28->Name = L"groupBox28";
  5347.             this->groupBox28->Size = System::Drawing::Size(331, 189);
  5348.             this->groupBox28->TabIndex = 32;
  5349.             this->groupBox28->TabStop = false;
  5350.             this->groupBox28->Text = L"Skills";
  5351.             this->groupBox28->Visible = false;
  5352.             //
  5353.             // diceEnableMech
  5354.             //
  5355.             this->diceEnableMech->AutoSize = true;
  5356.             this->diceEnableMech->Location = System::Drawing::Point(58, 155);
  5357.             this->diceEnableMech->Name = L"diceEnableMech";
  5358.             this->diceEnableMech->Size = System::Drawing::Size(67, 17);
  5359.             this->diceEnableMech->TabIndex = 24;
  5360.             this->diceEnableMech->Text = L"Disabled";
  5361.             this->toolTip1->SetToolTip(this->diceEnableMech, L"When enabled, throws a 5.");
  5362.             this->diceEnableMech->UseVisualStyleBackColor = true;
  5363.             this->diceEnableMech->CheckedChanged += gcnew System::EventHandler(this, &Form1::diceEnableMech_CheckedChanged);
  5364.             //
  5365.             // pictureBox104
  5366.             //
  5367.             this->pictureBox104->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox104.Image")));
  5368.             this->pictureBox104->Location = System::Drawing::Point(20, 145);
  5369.             this->pictureBox104->Name = L"pictureBox104";
  5370.             this->pictureBox104->Size = System::Drawing::Size(32, 32);
  5371.             this->pictureBox104->TabIndex = 23;
  5372.             this->pictureBox104->TabStop = false;
  5373.             this->toolTip1->SetToolTip(this->pictureBox104, L"Roll of Dice");
  5374.             //
  5375.             // ampEnable
  5376.             //
  5377.             this->ampEnable->AutoSize = true;
  5378.             this->ampEnable->Location = System::Drawing::Point(237, 27);
  5379.             this->ampEnable->Name = L"ampEnable";
  5380.             this->ampEnable->Size = System::Drawing::Size(67, 17);
  5381.             this->ampEnable->TabIndex = 10;
  5382.             this->ampEnable->Text = L"Disabled";
  5383.             this->ampEnable->UseVisualStyleBackColor = true;
  5384.             this->ampEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::ampEnable_CheckedChanged);
  5385.             //
  5386.             // mechAttacks
  5387.             //
  5388.             this->mechAttacks->Controls->Add(this->siegeEnable);
  5389.             this->mechAttacks->Controls->Add(this->tankEnable);
  5390.             this->mechAttacks->Controls->Add(this->pictureBox95);
  5391.             this->mechAttacks->Controls->Add(this->pictureBox93);
  5392.             this->mechAttacks->Controls->Add(this->missileTank);
  5393.             this->mechAttacks->Location = System::Drawing::Point(6, 57);
  5394.             this->mechAttacks->Name = L"mechAttacks";
  5395.             this->mechAttacks->Size = System::Drawing::Size(257, 82);
  5396.             this->mechAttacks->TabIndex = 9;
  5397.             this->mechAttacks->TabStop = false;
  5398.             this->mechAttacks->Text = L"Attack Skills";
  5399.             //
  5400.             // siegeEnable
  5401.             //
  5402.             this->siegeEnable->AutoSize = true;
  5403.             this->siegeEnable->Location = System::Drawing::Point(137, 55);
  5404.             this->siegeEnable->Name = L"siegeEnable";
  5405.             this->siegeEnable->Size = System::Drawing::Size(82, 17);
  5406.             this->siegeEnable->TabIndex = 12;
  5407.             this->siegeEnable->TabStop = true;
  5408.             this->siegeEnable->Text = L"Siege Mode";
  5409.             this->siegeEnable->UseVisualStyleBackColor = true;
  5410.             this->siegeEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::siegeEnable_CheckedChanged);
  5411.             //
  5412.             // tankEnable
  5413.             //
  5414.             this->tankEnable->AutoSize = true;
  5415.             this->tankEnable->Location = System::Drawing::Point(14, 55);
  5416.             this->tankEnable->Name = L"tankEnable";
  5417.             this->tankEnable->Size = System::Drawing::Size(84, 17);
  5418.             this->tankEnable->TabIndex = 11;
  5419.             this->tankEnable->TabStop = true;
  5420.             this->tankEnable->Text = L"Missile Tank";
  5421.             this->tankEnable->UseVisualStyleBackColor = true;
  5422.             this->tankEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::tankEnable_CheckedChanged);
  5423.             //
  5424.             // pictureBox95
  5425.             //
  5426.             this->pictureBox95->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox95.Image")));
  5427.             this->pictureBox95->Location = System::Drawing::Point(137, 19);
  5428.             this->pictureBox95->Name = L"pictureBox95";
  5429.             this->pictureBox95->Size = System::Drawing::Size(32, 32);
  5430.             this->pictureBox95->TabIndex = 10;
  5431.             this->pictureBox95->TabStop = false;
  5432.             this->toolTip1->SetToolTip(this->pictureBox95, L"Siege Mode");
  5433.             //
  5434.             // pictureBox93
  5435.             //
  5436.             this->pictureBox93->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox93.Image")));
  5437.             this->pictureBox93->Location = System::Drawing::Point(14, 19);
  5438.             this->pictureBox93->Name = L"pictureBox93";
  5439.             this->pictureBox93->Size = System::Drawing::Size(32, 32);
  5440.             this->pictureBox93->TabIndex = 1;
  5441.             this->pictureBox93->TabStop = false;
  5442.             this->toolTip1->SetToolTip(this->pictureBox93, L"Missile Tank");
  5443.             //
  5444.             // missileTank
  5445.             //
  5446.             this->missileTank->Enabled = false;
  5447.             this->missileTank->Location = System::Drawing::Point(61, 29);
  5448.             this->missileTank->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5449.             this->missileTank->Name = L"missileTank";
  5450.             this->missileTank->Size = System::Drawing::Size(40, 20);
  5451.             this->missileTank->TabIndex = 6;
  5452.             this->missileTank->ValueChanged += gcnew System::EventHandler(this, &Form1::missileTank_ValueChanged);
  5453.             //
  5454.             // amplifier
  5455.             //
  5456.             this->amplifier->Enabled = false;
  5457.             this->amplifier->Location = System::Drawing::Point(191, 26);
  5458.             this->amplifier->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {22, 0, 0, 0});
  5459.             this->amplifier->Name = L"amplifier";
  5460.             this->amplifier->Size = System::Drawing::Size(40, 20);
  5461.             this->amplifier->TabIndex = 8;
  5462.             this->amplifier->ValueChanged += gcnew System::EventHandler(this, &Form1::amplifier_ValueChanged);
  5463.             //
  5464.             // extremeMech
  5465.             //
  5466.             this->extremeMech->Location = System::Drawing::Point(67, 26);
  5467.             this->extremeMech->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {32, 0, 0, 0});
  5468.             this->extremeMech->Name = L"extremeMech";
  5469.             this->extremeMech->Size = System::Drawing::Size(40, 20);
  5470.             this->extremeMech->TabIndex = 5;
  5471.             this->extremeMech->ValueChanged += gcnew System::EventHandler(this, &Form1::extremeMech_ValueChanged);
  5472.             //
  5473.             // pictureBox89
  5474.             //
  5475.             this->pictureBox89->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox89.Image")));
  5476.             this->pictureBox89->Location = System::Drawing::Point(143, 19);
  5477.             this->pictureBox89->Name = L"pictureBox89";
  5478.             this->pictureBox89->Size = System::Drawing::Size(32, 32);
  5479.             this->pictureBox89->TabIndex = 3;
  5480.             this->pictureBox89->TabStop = false;
  5481.             this->toolTip1->SetToolTip(this->pictureBox89, L"Amplifier");
  5482.             //
  5483.             // pictureBox94
  5484.             //
  5485.             this->pictureBox94->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox94.Image")));
  5486.             this->pictureBox94->Location = System::Drawing::Point(20, 19);
  5487.             this->pictureBox94->Name = L"pictureBox94";
  5488.             this->pictureBox94->Size = System::Drawing::Size(32, 32);
  5489.             this->pictureBox94->TabIndex = 0;
  5490.             this->pictureBox94->TabStop = false;
  5491.             this->toolTip1->SetToolTip(this->pictureBox94, L"Extreme Mech");
  5492.             //
  5493.             // mechEnable
  5494.             //
  5495.             this->mechEnable->AutoSize = true;
  5496.             this->mechEnable->Location = System::Drawing::Point(6, 12);
  5497.             this->mechEnable->Name = L"mechEnable";
  5498.             this->mechEnable->Size = System::Drawing::Size(90, 17);
  5499.             this->mechEnable->TabIndex = 31;
  5500.             this->mechEnable->Text = L"Choose Class";
  5501.             this->mechEnable->UseVisualStyleBackColor = true;
  5502.             this->mechEnable->CheckedChanged += gcnew System::EventHandler(this, &Form1::mechEnable_CheckedChanged);
  5503.             //
  5504.             // groupBox24
  5505.             //
  5506.             this->groupBox24->Controls->Add(this->cannon);
  5507.             this->groupBox24->Controls->Add(this->Gun);
  5508.             this->groupBox24->Controls->Add(this->knuckle);
  5509.             this->groupBox24->Location = System::Drawing::Point(6, 6);
  5510.             this->groupBox24->Name = L"groupBox24";
  5511.             this->groupBox24->Size = System::Drawing::Size(78, 91);
  5512.             this->groupBox24->TabIndex = 1;
  5513.             this->groupBox24->TabStop = false;
  5514.             this->groupBox24->Text = L"Weapon";
  5515.             //
  5516.             // cannon
  5517.             //
  5518.             this->cannon->AutoSize = true;
  5519.             this->cannon->Location = System::Drawing::Point(6, 65);
  5520.             this->cannon->Name = L"cannon";
  5521.             this->cannon->Size = System::Drawing::Size(62, 17);
  5522.             this->cannon->TabIndex = 2;
  5523.             this->cannon->TabStop = true;
  5524.             this->cannon->Text = L"Cannon";
  5525.             this->cannon->UseVisualStyleBackColor = true;
  5526.             this->cannon->CheckedChanged += gcnew System::EventHandler(this, &Form1::cannon_CheckedChanged);
  5527.             //
  5528.             // Gun
  5529.             //
  5530.             this->Gun->AutoSize = true;
  5531.             this->Gun->Location = System::Drawing::Point(6, 42);
  5532.             this->Gun->Name = L"Gun";
  5533.             this->Gun->Size = System::Drawing::Size(45, 17);
  5534.             this->Gun->TabIndex = 1;
  5535.             this->Gun->TabStop = true;
  5536.             this->Gun->Text = L"Gun";
  5537.             this->Gun->UseVisualStyleBackColor = true;
  5538.             this->Gun->CheckedChanged += gcnew System::EventHandler(this, &Form1::Gun_CheckedChanged);
  5539.             //
  5540.             // knuckle
  5541.             //
  5542.             this->knuckle->AutoSize = true;
  5543.             this->knuckle->Location = System::Drawing::Point(6, 19);
  5544.             this->knuckle->Name = L"knuckle";
  5545.             this->knuckle->Size = System::Drawing::Size(64, 17);
  5546.             this->knuckle->TabIndex = 0;
  5547.             this->knuckle->TabStop = true;
  5548.             this->knuckle->Text = L"Knuckle";
  5549.             this->knuckle->UseVisualStyleBackColor = true;
  5550.             this->knuckle->CheckedChanged += gcnew System::EventHandler(this, &Form1::knuckle_CheckedChanged);
  5551.             //
  5552.             // tabPage29
  5553.             //
  5554.             this->tabPage29->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  5555.             this->tabPage29->Controls->Add(this->legendPotion);
  5556.             this->tabPage29->Controls->Add(this->magicPot);
  5557.             this->tabPage29->Controls->Add(this->pictureBox113);
  5558.             this->tabPage29->Controls->Add(this->weaponPot);
  5559.             this->tabPage29->Controls->Add(this->dAdvBless);
  5560.             this->tabPage29->Controls->Add(this->dSharpEyes);
  5561.             this->tabPage29->Controls->Add(this->pMonkey);
  5562.             this->tabPage29->Controls->Add(this->pictureBox109);
  5563.             this->tabPage29->Controls->Add(this->pAdvBless);
  5564.             this->tabPage29->Controls->Add(this->pictureBox108);
  5565.             this->tabPage29->Controls->Add(this->pAdvAura);
  5566.             this->tabPage29->Controls->Add(this->pictureBox107);
  5567.             this->tabPage29->Controls->Add(this->pSharpEyes);
  5568.             this->tabPage29->Controls->Add(this->pictureBox106);
  5569.             this->tabPage29->Controls->Add(this->echo);
  5570.             this->tabPage29->Controls->Add(this->pictureBox105);
  5571.             this->tabPage29->Location = System::Drawing::Point(4, 22);
  5572.             this->tabPage29->Name = L"tabPage29";
  5573.             this->tabPage29->Size = System::Drawing::Size(478, 278);
  5574.             this->tabPage29->TabIndex = 7;
  5575.             this->tabPage29->Text = L"Party Skills";
  5576.             //
  5577.             // legendPotion
  5578.             //
  5579.             this->legendPotion->AutoSize = true;
  5580.             this->legendPotion->Location = System::Drawing::Point(270, 129);
  5581.             this->legendPotion->Name = L"legendPotion";
  5582.             this->legendPotion->Size = System::Drawing::Size(126, 17);
  5583.             this->legendPotion->TabIndex = 16;
  5584.             this->legendPotion->Text = L"Legends Hero Potion";
  5585.             this->legendPotion->UseVisualStyleBackColor = true;
  5586.             this->legendPotion->CheckedChanged += gcnew System::EventHandler(this, &Form1::legendPotion_CheckedChanged);
  5587.             //
  5588.             // magicPot
  5589.             //
  5590.             this->magicPot->Controls->Add(this->meditation);
  5591.             this->magicPot->Controls->Add(this->pictureBox117);
  5592.             this->magicPot->Controls->Add(this->swissCheese);
  5593.             this->magicPot->Controls->Add(this->magicOnyx);
  5594.             this->magicPot->Controls->Add(this->pictureBox116);
  5595.             this->magicPot->Controls->Add(this->pictureBox115);
  5596.             this->magicPot->Enabled = false;
  5597.             this->magicPot->Location = System::Drawing::Point(225, 167);
  5598.             this->magicPot->Name = L"magicPot";
  5599.             this->magicPot->Size = System::Drawing::Size(249, 92);
  5600.             this->magicPot->TabIndex = 15;
  5601.             this->magicPot->TabStop = false;
  5602.             this->magicPot->Text = L"Magic ATT";
  5603.             //
  5604.             // meditation
  5605.             //
  5606.             this->meditation->AutoSize = true;
  5607.             this->meditation->Location = System::Drawing::Point(168, 23);
  5608.             this->meditation->Name = L"meditation";
  5609.             this->meditation->Size = System::Drawing::Size(74, 17);
  5610.             this->meditation->TabIndex = 6;
  5611.             this->meditation->TabStop = true;
  5612.             this->meditation->Text = L"Meditation";
  5613.             this->meditation->UseVisualStyleBackColor = true;
  5614.             this->meditation->CheckedChanged += gcnew System::EventHandler(this, &Form1::meditation_CheckedChanged);
  5615.             //
  5616.             // pictureBox117
  5617.             //
  5618.             this->pictureBox117->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox117.Image")));
  5619.             this->pictureBox117->Location = System::Drawing::Point(130, 15);
  5620.             this->pictureBox117->Name = L"pictureBox117";
  5621.             this->pictureBox117->Size = System::Drawing::Size(32, 32);
  5622.             this->pictureBox117->TabIndex = 5;
  5623.             this->pictureBox117->TabStop = false;
  5624.             this->toolTip1->SetToolTip(this->pictureBox117, L"+30 Magic ATT");
  5625.             //
  5626.             // swissCheese
  5627.             //
  5628.             this->swissCheese->AutoSize = true;
  5629.             this->swissCheese->Location = System::Drawing::Point(45, 58);
  5630.             this->swissCheese->Name = L"swissCheese";
  5631.             this->swissCheese->Size = System::Drawing::Size(91, 17);
  5632.             this->swissCheese->TabIndex = 4;
  5633.             this->swissCheese->TabStop = true;
  5634.             this->swissCheese->Text = L"Ssiws Cheese";
  5635.             this->swissCheese->UseVisualStyleBackColor = true;
  5636.             this->swissCheese->CheckedChanged += gcnew System::EventHandler(this, &Form1::swissCheese_CheckedChanged);
  5637.             //
  5638.             // magicOnyx
  5639.             //
  5640.             this->magicOnyx->AutoSize = true;
  5641.             this->magicOnyx->Location = System::Drawing::Point(45, 19);
  5642.             this->magicOnyx->Name = L"magicOnyx";
  5643.             this->magicOnyx->Size = System::Drawing::Size(79, 17);
  5644.             this->magicOnyx->TabIndex = 3;
  5645.             this->magicOnyx->TabStop = true;
  5646.             this->magicOnyx->Text = L"Onyx Apple";
  5647.             this->magicOnyx->UseVisualStyleBackColor = true;
  5648.             this->magicOnyx->CheckedChanged += gcnew System::EventHandler(this, &Form1::magicOnyx_CheckedChanged);
  5649.             //
  5650.             // pictureBox116
  5651.             //
  5652.             this->pictureBox116->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox116.Image")));
  5653.             this->pictureBox116->Location = System::Drawing::Point(6, 15);
  5654.             this->pictureBox116->Name = L"pictureBox116";
  5655.             this->pictureBox116->Size = System::Drawing::Size(20, 25);
  5656.             this->pictureBox116->TabIndex = 2;
  5657.             this->pictureBox116->TabStop = false;
  5658.             this->toolTip1->SetToolTip(this->pictureBox116, L"+100 Magic ATT");
  5659.             //
  5660.             // pictureBox115
  5661.             //
  5662.             this->pictureBox115->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox115.Image")));
  5663.             this->pictureBox115->Location = System::Drawing::Point(6, 51);
  5664.             this->pictureBox115->Name = L"pictureBox115";
  5665.             this->pictureBox115->Size = System::Drawing::Size(30, 29);
  5666.             this->pictureBox115->TabIndex = 0;
  5667.             this->pictureBox115->TabStop = false;
  5668.             this->toolTip1->SetToolTip(this->pictureBox115, L"+220 Magic ATT");
  5669.             //
  5670.             // pictureBox113
  5671.             //
  5672.             this->pictureBox113->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox113.Image")));
  5673.             this->pictureBox113->Location = System::Drawing::Point(231, 121);
  5674.             this->pictureBox113->Name = L"pictureBox113";
  5675.             this->pictureBox113->Size = System::Drawing::Size(33, 33);
  5676.             this->pictureBox113->TabIndex = 13;
  5677.             this->pictureBox113->TabStop = false;
  5678.             this->toolTip1->SetToolTip(this->pictureBox113, L"+30 Attack");
  5679.             //
  5680.             // weaponPot
  5681.             //
  5682.             this->weaponPot->Controls->Add(this->pRage);
  5683.             this->weaponPot->Controls->Add(this->pictureBox114);
  5684.             this->weaponPot->Controls->Add(this->warriorElixir);
  5685.             this->weaponPot->Controls->Add(this->pictureBox112);
  5686.             this->weaponPot->Controls->Add(this->energizer);
  5687.             this->weaponPot->Controls->Add(this->pictureBox111);
  5688.             this->weaponPot->Controls->Add(this->weaponOnyx);
  5689.             this->weaponPot->Controls->Add(this->pictureBox110);
  5690.             this->weaponPot->Location = System::Drawing::Point(225, 17);
  5691.             this->weaponPot->Name = L"weaponPot";
  5692.             this->weaponPot->Size = System::Drawing::Size(249, 98);
  5693.             this->weaponPot->TabIndex = 12;
  5694.             this->weaponPot->TabStop = false;
  5695.             this->weaponPot->Text = L"Weapon ATT";
  5696.             //
  5697.             // pRage
  5698.             //
  5699.             this->pRage->AutoSize = true;
  5700.             this->pRage->Location = System::Drawing::Point(154, 59);
  5701.             this->pRage->Name = L"pRage";
  5702.             this->pRage->Size = System::Drawing::Size(51, 17);
  5703.             this->pRage->TabIndex = 7;
  5704.             this->pRage->TabStop = true;
  5705.             this->pRage->Text = L"Rage";
  5706.             this->pRage->UseVisualStyleBackColor = true;
  5707.             this->pRage->CheckedChanged += gcnew System::EventHandler(this, &Form1::pRage_CheckedChanged);
  5708.             //
  5709.             // pictureBox114
  5710.             //
  5711.             this->pictureBox114->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox114.Image")));
  5712.             this->pictureBox114->Location = System::Drawing::Point(117, 51);
  5713.             this->pictureBox114->Name = L"pictureBox114";
  5714.             this->pictureBox114->Size = System::Drawing::Size(32, 32);
  5715.             this->pictureBox114->TabIndex = 6;
  5716.             this->pictureBox114->TabStop = false;
  5717.             this->toolTip1->SetToolTip(this->pictureBox114, L"+30 attack");
  5718.             //
  5719.             // warriorElixir
  5720.             //
  5721.             this->warriorElixir->AutoSize = true;
  5722.             this->warriorElixir->Location = System::Drawing::Point(154, 19);
  5723.             this->warriorElixir->Name = L"warriorElixir";
  5724.             this->warriorElixir->Size = System::Drawing::Size(83, 17);
  5725.             this->warriorElixir->TabIndex = 5;
  5726.             this->warriorElixir->TabStop = true;
  5727.             this->warriorElixir->Text = L"Warrior Elixir";
  5728.             this->warriorElixir->UseVisualStyleBackColor = true;
  5729.             this->warriorElixir->CheckedChanged += gcnew System::EventHandler(this, &Form1::warriorElixir_CheckedChanged);
  5730.             //
  5731.             // pictureBox112
  5732.             //
  5733.             this->pictureBox112->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox112.Image")));
  5734.             this->pictureBox112->Location = System::Drawing::Point(117, 15);
  5735.             this->pictureBox112->Name = L"pictureBox112";
  5736.             this->pictureBox112->Size = System::Drawing::Size(25, 26);
  5737.             this->pictureBox112->TabIndex = 4;
  5738.             this->pictureBox112->TabStop = false;
  5739.             this->toolTip1->SetToolTip(this->pictureBox112, L"+12 Attack");
  5740.             //
  5741.             // energizer
  5742.             //
  5743.             this->energizer->AutoSize = true;
  5744.             this->energizer->Location = System::Drawing::Point(32, 59);
  5745.             this->energizer->Name = L"energizer";
  5746.             this->energizer->Size = System::Drawing::Size(69, 17);
  5747.             this->energizer->TabIndex = 3;
  5748.             this->energizer->TabStop = true;
  5749.             this->energizer->Text = L"Energizer";
  5750.             this->energizer->UseVisualStyleBackColor = true;
  5751.             this->energizer->CheckedChanged += gcnew System::EventHandler(this, &Form1::energizer_CheckedChanged);
  5752.             //
  5753.             // pictureBox111
  5754.             //
  5755.             this->pictureBox111->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox111.Image")));
  5756.             this->pictureBox111->Location = System::Drawing::Point(6, 51);
  5757.             this->pictureBox111->Name = L"pictureBox111";
  5758.             this->pictureBox111->Size = System::Drawing::Size(15, 30);
  5759.             this->pictureBox111->TabIndex = 2;
  5760.             this->pictureBox111->TabStop = false;
  5761.             this->toolTip1->SetToolTip(this->pictureBox111, L"+25 Attack");
  5762.             //
  5763.             // weaponOnyx
  5764.             //
  5765.             this->weaponOnyx->AutoSize = true;
  5766.             this->weaponOnyx->Location = System::Drawing::Point(32, 19);
  5767.             this->weaponOnyx->Name = L"weaponOnyx";
  5768.             this->weaponOnyx->Size = System::Drawing::Size(79, 17);
  5769.             this->weaponOnyx->TabIndex = 1;
  5770.             this->weaponOnyx->TabStop = true;
  5771.             this->weaponOnyx->Text = L"Onyx Apple";
  5772.             this->weaponOnyx->UseVisualStyleBackColor = true;
  5773.             this->weaponOnyx->CheckedChanged += gcnew System::EventHandler(this, &Form1::weaponOnyx_CheckedChanged);
  5774.             //
  5775.             // pictureBox110
  5776.             //
  5777.             this->pictureBox110->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox110.Image")));
  5778.             this->pictureBox110->Location = System::Drawing::Point(6, 15);
  5779.             this->pictureBox110->Name = L"pictureBox110";
  5780.             this->pictureBox110->Size = System::Drawing::Size(20, 25);
  5781.             this->pictureBox110->TabIndex = 0;
  5782.             this->pictureBox110->TabStop = false;
  5783.             this->toolTip1->SetToolTip(this->pictureBox110, L"+100 Attack");
  5784.             //
  5785.             // dAdvBless
  5786.             //
  5787.             this->dAdvBless->AutoSize = true;
  5788.             this->dAdvBless->Enabled = false;
  5789.             this->dAdvBless->Location = System::Drawing::Point(127, 129);
  5790.             this->dAdvBless->Name = L"dAdvBless";
  5791.             this->dAdvBless->Size = System::Drawing::Size(67, 17);
  5792.             this->dAdvBless->TabIndex = 11;
  5793.             this->dAdvBless->Text = L"Decent\?";
  5794.             this->dAdvBless->UseVisualStyleBackColor = true;
  5795.             this->dAdvBless->CheckedChanged += gcnew System::EventHandler(this, &Form1::dAdvBless_CheckedChanged);
  5796.             //
  5797.             // dSharpEyes
  5798.             //
  5799.             this->dSharpEyes->AutoSize = true;
  5800.             this->dSharpEyes->Enabled = false;
  5801.             this->dSharpEyes->Location = System::Drawing::Point(127, 81);
  5802.             this->dSharpEyes->Name = L"dSharpEyes";
  5803.             this->dSharpEyes->Size = System::Drawing::Size(67, 17);
  5804.             this->dSharpEyes->TabIndex = 10;
  5805.             this->dSharpEyes->Text = L"Decent\?";
  5806.             this->dSharpEyes->UseVisualStyleBackColor = true;
  5807.             this->dSharpEyes->CheckedChanged += gcnew System::EventHandler(this, &Form1::dSharpEyes_CheckedChanged);
  5808.             //
  5809.             // pMonkey
  5810.             //
  5811.             this->pMonkey->AutoSize = true;
  5812.             this->pMonkey->Location = System::Drawing::Point(54, 233);
  5813.             this->pMonkey->Name = L"pMonkey";
  5814.             this->pMonkey->Size = System::Drawing::Size(67, 17);
  5815.             this->pMonkey->TabIndex = 9;
  5816.             this->pMonkey->Text = L"Disabled";
  5817.             this->pMonkey->UseVisualStyleBackColor = true;
  5818.             this->pMonkey->CheckedChanged += gcnew System::EventHandler(this, &Form1::pMonkey_CheckedChanged);
  5819.             //
  5820.             // pictureBox109
  5821.             //
  5822.             this->pictureBox109->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox109.Image")));
  5823.             this->pictureBox109->Location = System::Drawing::Point(16, 218);
  5824.             this->pictureBox109->Name = L"pictureBox109";
  5825.             this->pictureBox109->Size = System::Drawing::Size(32, 32);
  5826.             this->pictureBox109->TabIndex = 8;
  5827.             this->pictureBox109->TabStop = false;
  5828.             this->toolTip1->SetToolTip(this->pictureBox109, L"Hyper Monkey Magic");
  5829.             //
  5830.             // pAdvBless
  5831.             //
  5832.             this->pAdvBless->AutoSize = true;
  5833.             this->pAdvBless->Location = System::Drawing::Point(54, 129);
  5834.             this->pAdvBless->Name = L"pAdvBless";
  5835.             this->pAdvBless->Size = System::Drawing::Size(67, 17);
  5836.             this->pAdvBless->TabIndex = 7;
  5837.             this->pAdvBless->Text = L"Disabled";
  5838.             this->pAdvBless->UseVisualStyleBackColor = true;
  5839.             this->pAdvBless->CheckedChanged += gcnew System::EventHandler(this, &Form1::pAdvBless_CheckedChanged);
  5840.             //
  5841.             // pictureBox108
  5842.             //
  5843.             this->pictureBox108->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox108.Image")));
  5844.             this->pictureBox108->Location = System::Drawing::Point(16, 114);
  5845.             this->pictureBox108->Name = L"pictureBox108";
  5846.             this->pictureBox108->Size = System::Drawing::Size(32, 32);
  5847.             this->pictureBox108->TabIndex = 6;
  5848.             this->pictureBox108->TabStop = false;
  5849.             this->toolTip1->SetToolTip(this->pictureBox108, L"Advanced Blessing");
  5850.             //
  5851.             // pAdvAura
  5852.             //
  5853.             this->pAdvAura->AutoSize = true;
  5854.             this->pAdvAura->Location = System::Drawing::Point(54, 182);
  5855.             this->pAdvAura->Name = L"pAdvAura";
  5856.             this->pAdvAura->Size = System::Drawing::Size(67, 17);
  5857.             this->pAdvAura->TabIndex = 5;
  5858.             this->pAdvAura->Text = L"Disabled";
  5859.             this->pAdvAura->UseVisualStyleBackColor = true;
  5860.             this->pAdvAura->CheckedChanged += gcnew System::EventHandler(this, &Form1::pAdvAura_CheckedChanged);
  5861.             //
  5862.             // pictureBox107
  5863.             //
  5864.             this->pictureBox107->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox107.Image")));
  5865.             this->pictureBox107->Location = System::Drawing::Point(16, 167);
  5866.             this->pictureBox107->Name = L"pictureBox107";
  5867.             this->pictureBox107->Size = System::Drawing::Size(32, 32);
  5868.             this->pictureBox107->TabIndex = 4;
  5869.             this->pictureBox107->TabStop = false;
  5870.             this->toolTip1->SetToolTip(this->pictureBox107, L"Advanced Dark Aura");
  5871.             //
  5872.             // pSharpEyes
  5873.             //
  5874.             this->pSharpEyes->AutoSize = true;
  5875.             this->pSharpEyes->Location = System::Drawing::Point(54, 81);
  5876.             this->pSharpEyes->Name = L"pSharpEyes";
  5877.             this->pSharpEyes->Size = System::Drawing::Size(67, 17);
  5878.             this->pSharpEyes->TabIndex = 3;
  5879.             this->pSharpEyes->Text = L"Disabled";
  5880.             this->pSharpEyes->UseVisualStyleBackColor = true;
  5881.             this->pSharpEyes->CheckedChanged += gcnew System::EventHandler(this, &Form1::pSharpEyes_CheckedChanged);
  5882.             //
  5883.             // pictureBox106
  5884.             //
  5885.             this->pictureBox106->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox106.Image")));
  5886.             this->pictureBox106->Location = System::Drawing::Point(16, 66);
  5887.             this->pictureBox106->Name = L"pictureBox106";
  5888.             this->pictureBox106->Size = System::Drawing::Size(32, 32);
  5889.             this->pictureBox106->TabIndex = 2;
  5890.             this->pictureBox106->TabStop = false;
  5891.             this->toolTip1->SetToolTip(this->pictureBox106, L"Sharp Eyes");
  5892.             //
  5893.             // echo
  5894.             //
  5895.             this->echo->AutoSize = true;
  5896.             this->echo->Location = System::Drawing::Point(54, 32);
  5897.             this->echo->Name = L"echo";
  5898.             this->echo->Size = System::Drawing::Size(67, 17);
  5899.             this->echo->TabIndex = 1;
  5900.             this->echo->Text = L"Disabled";
  5901.             this->echo->UseVisualStyleBackColor = true;
  5902.             this->echo->CheckedChanged += gcnew System::EventHandler(this, &Form1::echo_CheckedChanged);
  5903.             //
  5904.             // pictureBox105
  5905.             //
  5906.             this->pictureBox105->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"pictureBox105.Image")));
  5907.             this->pictureBox105->Location = System::Drawing::Point(16, 17);
  5908.             this->pictureBox105->Name = L"pictureBox105";
  5909.             this->pictureBox105->Size = System::Drawing::Size(32, 32);
  5910.             this->pictureBox105->TabIndex = 0;
  5911.             this->pictureBox105->TabStop = false;
  5912.             this->toolTip1->SetToolTip(this->pictureBox105, L"Echo of Hero");
  5913.             //
  5914.             // tabPage7
  5915.             //
  5916.             this->tabPage7->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  5917.             this->tabPage7->Controls->Add(this->debugMode);
  5918.             this->tabPage7->Controls->Add(this->button1);
  5919.             this->tabPage7->Controls->Add(this->textBox7);
  5920.             this->tabPage7->Controls->Add(this->label12);
  5921.             this->tabPage7->Controls->Add(this->textBox8);
  5922.             this->tabPage7->Controls->Add(this->label11);
  5923.             this->tabPage7->Controls->Add(this->textBox5);
  5924.             this->tabPage7->Controls->Add(this->label10);
  5925.             this->tabPage7->Controls->Add(this->textBox6);
  5926.             this->tabPage7->Controls->Add(this->label9);
  5927.             this->tabPage7->Controls->Add(this->textBox3);
  5928.             this->tabPage7->Controls->Add(this->label8);
  5929.             this->tabPage7->Controls->Add(this->textBox4);
  5930.             this->tabPage7->Controls->Add(this->label7);
  5931.             this->tabPage7->Controls->Add(this->textBox2);
  5932.             this->tabPage7->Controls->Add(this->label6);
  5933.             this->tabPage7->Controls->Add(this->textBox1);
  5934.             this->tabPage7->Controls->Add(this->label5);
  5935.             this->tabPage7->Location = System::Drawing::Point(4, 22);
  5936.             this->tabPage7->Name = L"tabPage7";
  5937.             this->tabPage7->Padding = System::Windows::Forms::Padding(3);
  5938.             this->tabPage7->Size = System::Drawing::Size(478, 278);
  5939.             this->tabPage7->TabIndex = 6;
  5940.             this->tabPage7->Text = L"Calculator";
  5941.             //
  5942.             // debugMode
  5943.             //
  5944.             this->debugMode->Controls->Add(this->textBox26);
  5945.             this->debugMode->Controls->Add(this->label31);
  5946.             this->debugMode->Controls->Add(this->textBox25);
  5947.             this->debugMode->Controls->Add(this->label30);
  5948.             this->debugMode->Controls->Add(this->textBox24);
  5949.             this->debugMode->Controls->Add(this->label29);
  5950.             this->debugMode->Controls->Add(this->textBox23);
  5951.             this->debugMode->Controls->Add(this->label28);
  5952.             this->debugMode->Controls->Add(this->textBox22);
  5953.             this->debugMode->Controls->Add(this->label27);
  5954.             this->debugMode->Controls->Add(this->textBox21);
  5955.             this->debugMode->Controls->Add(this->label26);
  5956.             this->debugMode->Controls->Add(this->textBox20);
  5957.             this->debugMode->Controls->Add(this->label25);
  5958.             this->debugMode->Controls->Add(this->textBox19);
  5959.             this->debugMode->Controls->Add(this->label24);
  5960.             this->debugMode->Controls->Add(this->textBox18);
  5961.             this->debugMode->Controls->Add(this->label23);
  5962.             this->debugMode->Controls->Add(this->textBox17);
  5963.             this->debugMode->Controls->Add(this->label22);
  5964.             this->debugMode->Controls->Add(this->textBox16);
  5965.             this->debugMode->Controls->Add(this->label21);
  5966.             this->debugMode->Controls->Add(this->textBox15);
  5967.             this->debugMode->Controls->Add(this->label20);
  5968.             this->debugMode->Controls->Add(this->textBox14);
  5969.             this->debugMode->Controls->Add(this->label19);
  5970.             this->debugMode->Controls->Add(this->textBox13);
  5971.             this->debugMode->Controls->Add(this->label18);
  5972.             this->debugMode->Controls->Add(this->textBox12);
  5973.             this->debugMode->Controls->Add(this->label17);
  5974.             this->debugMode->Controls->Add(this->textBox11);
  5975.             this->debugMode->Controls->Add(this->label16);
  5976.             this->debugMode->Controls->Add(this->textBox10);
  5977.             this->debugMode->Controls->Add(this->label15);
  5978.             this->debugMode->Controls->Add(this->textBox9);
  5979.             this->debugMode->Controls->Add(this->label14);
  5980.             this->debugMode->Controls->Add(this->button2);
  5981.             this->debugMode->Location = System::Drawing::Point(220, 7);
  5982.             this->debugMode->Name = L"debugMode";
  5983.             this->debugMode->Size = System::Drawing::Size(252, 263);
  5984.             this->debugMode->TabIndex = 17;
  5985.             this->debugMode->TabStop = false;
  5986.             this->debugMode->Text = L"Debug";
  5987.             //
  5988.             // textBox26
  5989.             //
  5990.             this->textBox26->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  5991.             this->textBox26->Location = System::Drawing::Point(173, 196);
  5992.             this->textBox26->Name = L"textBox26";
  5993.             this->textBox26->ReadOnly = true;
  5994.             this->textBox26->Size = System::Drawing::Size(35, 20);
  5995.             this->textBox26->TabIndex = 36;
  5996.             //
  5997.             // label31
  5998.             //
  5999.             this->label31->AutoSize = true;
  6000.             this->label31->Location = System::Drawing::Point(120, 200);
  6001.             this->label31->Name = L"label31";
  6002.             this->label31->Size = System::Drawing::Size(41, 13);
  6003.             this->label31->TabIndex = 35;
  6004.             this->label31->Text = L"critMax";
  6005.             //
  6006.             // textBox25
  6007.             //
  6008.             this->textBox25->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6009.             this->textBox25->Location = System::Drawing::Point(173, 175);
  6010.             this->textBox25->Name = L"textBox25";
  6011.             this->textBox25->ReadOnly = true;
  6012.             this->textBox25->Size = System::Drawing::Size(35, 20);
  6013.             this->textBox25->TabIndex = 34;
  6014.             //
  6015.             // label30
  6016.             //
  6017.             this->label30->AutoSize = true;
  6018.             this->label30->Location = System::Drawing::Point(120, 179);
  6019.             this->label30->Name = L"label30";
  6020.             this->label30->Size = System::Drawing::Size(32, 13);
  6021.             this->label30->TabIndex = 33;
  6022.             this->label30->Text = L"skill%";
  6023.             //
  6024.             // textBox24
  6025.             //
  6026.             this->textBox24->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6027.             this->textBox24->Location = System::Drawing::Point(173, 152);
  6028.             this->textBox24->Name = L"textBox24";
  6029.             this->textBox24->ReadOnly = true;
  6030.             this->textBox24->Size = System::Drawing::Size(35, 20);
  6031.             this->textBox24->TabIndex = 32;
  6032.             //
  6033.             // label29
  6034.             //
  6035.             this->label29->AutoSize = true;
  6036.             this->label29->Location = System::Drawing::Point(120, 155);
  6037.             this->label29->Name = L"label29";
  6038.             this->label29->Size = System::Drawing::Size(42, 13);
  6039.             this->label29->TabIndex = 31;
  6040.             this->label29->Text = L"mobpdr";
  6041.             //
  6042.             // textBox23
  6043.             //
  6044.             this->textBox23->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6045.             this->textBox23->Location = System::Drawing::Point(173, 132);
  6046.             this->textBox23->Name = L"textBox23";
  6047.             this->textBox23->ReadOnly = true;
  6048.             this->textBox23->Size = System::Drawing::Size(35, 20);
  6049.             this->textBox23->TabIndex = 30;
  6050.             //
  6051.             // label28
  6052.             //
  6053.             this->label28->AutoSize = true;
  6054.             this->label28->Location = System::Drawing::Point(120, 136);
  6055.             this->label28->Name = L"label28";
  6056.             this->label28->Size = System::Drawing::Size(51, 13);
  6057.             this->label28->TabIndex = 29;
  6058.             this->label28->Text = L"ignorepdr";
  6059.             //
  6060.             // textBox22
  6061.             //
  6062.             this->textBox22->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6063.             this->textBox22->Location = System::Drawing::Point(173, 109);
  6064.             this->textBox22->Name = L"textBox22";
  6065.             this->textBox22->ReadOnly = true;
  6066.             this->textBox22->Size = System::Drawing::Size(35, 20);
  6067.             this->textBox22->TabIndex = 28;
  6068.             //
  6069.             // label27
  6070.             //
  6071.             this->label27->AutoSize = true;
  6072.             this->label27->Location = System::Drawing::Point(106, 113);
  6073.             this->label27->Name = L"label27";
  6074.             this->label27->Size = System::Drawing::Size(64, 13);
  6075.             this->label27->TabIndex = 27;
  6076.             this->label27->Text = L"cleanAttack";
  6077.             //
  6078.             // textBox21
  6079.             //
  6080.             this->textBox21->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6081.             this->textBox21->Location = System::Drawing::Point(173, 88);
  6082.             this->textBox21->Name = L"textBox21";
  6083.             this->textBox21->ReadOnly = true;
  6084.             this->textBox21->Size = System::Drawing::Size(35, 20);
  6085.             this->textBox21->TabIndex = 26;
  6086.             //
  6087.             // label26
  6088.             //
  6089.             this->label26->AutoSize = true;
  6090.             this->label26->Location = System::Drawing::Point(120, 92);
  6091.             this->label26->Name = L"label26";
  6092.             this->label26->Size = System::Drawing::Size(37, 13);
  6093.             this->label26->TabIndex = 25;
  6094.             this->label26->Text = L"attack";
  6095.             //
  6096.             // textBox20
  6097.             //
  6098.             this->textBox20->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6099.             this->textBox20->Location = System::Drawing::Point(173, 65);
  6100.             this->textBox20->Name = L"textBox20";
  6101.             this->textBox20->ReadOnly = true;
  6102.             this->textBox20->Size = System::Drawing::Size(35, 20);
  6103.             this->textBox20->TabIndex = 24;
  6104.             //
  6105.             // label25
  6106.             //
  6107.             this->label25->AutoSize = true;
  6108.             this->label25->Location = System::Drawing::Point(120, 69);
  6109.             this->label25->Name = L"label25";
  6110.             this->label25->Size = System::Drawing::Size(42, 13);
  6111.             this->label25->TabIndex = 23;
  6112.             this->label25->Text = L"Tertiary";
  6113.             //
  6114.             // textBox19
  6115.             //
  6116.             this->textBox19->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6117.             this->textBox19->Location = System::Drawing::Point(173, 42);
  6118.             this->textBox19->Name = L"textBox19";
  6119.             this->textBox19->ReadOnly = true;
  6120.             this->textBox19->Size = System::Drawing::Size(35, 20);
  6121.             this->textBox19->TabIndex = 22;
  6122.             //
  6123.             // label24
  6124.             //
  6125.             this->label24->AutoSize = true;
  6126.             this->label24->Location = System::Drawing::Point(113, 45);
  6127.             this->label24->Name = L"label24";
  6128.             this->label24->Size = System::Drawing::Size(58, 13);
  6129.             this->label24->TabIndex = 21;
  6130.             this->label24->Text = L"Secondary";
  6131.             //
  6132.             // textBox18
  6133.             //
  6134.             this->textBox18->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6135.             this->textBox18->Location = System::Drawing::Point(173, 19);
  6136.             this->textBox18->Name = L"textBox18";
  6137.             this->textBox18->ReadOnly = true;
  6138.             this->textBox18->Size = System::Drawing::Size(35, 20);
  6139.             this->textBox18->TabIndex = 20;
  6140.             //
  6141.             // label23
  6142.             //
  6143.             this->label23->AutoSize = true;
  6144.             this->label23->Location = System::Drawing::Point(120, 23);
  6145.             this->label23->Name = L"label23";
  6146.             this->label23->Size = System::Drawing::Size(41, 13);
  6147.             this->label23->TabIndex = 19;
  6148.             this->label23->Text = L"Primary";
  6149.             //
  6150.             // textBox17
  6151.             //
  6152.             this->textBox17->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6153.             this->textBox17->Location = System::Drawing::Point(65, 195);
  6154.             this->textBox17->Name = L"textBox17";
  6155.             this->textBox17->ReadOnly = true;
  6156.             this->textBox17->Size = System::Drawing::Size(35, 20);
  6157.             this->textBox17->TabIndex = 18;
  6158.             //
  6159.             // label22
  6160.             //
  6161.             this->label22->AutoSize = true;
  6162.             this->label22->Location = System::Drawing::Point(12, 199);
  6163.             this->label22->Name = L"label22";
  6164.             this->label22->Size = System::Drawing::Size(37, 13);
  6165.             this->label22->TabIndex = 17;
  6166.             this->label22->Text = L"eThird";
  6167.             //
  6168.             // textBox16
  6169.             //
  6170.             this->textBox16->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6171.             this->textBox16->Location = System::Drawing::Point(65, 175);
  6172.             this->textBox16->Name = L"textBox16";
  6173.             this->textBox16->ReadOnly = true;
  6174.             this->textBox16->Size = System::Drawing::Size(35, 20);
  6175.             this->textBox16->TabIndex = 16;
  6176.             //
  6177.             // label21
  6178.             //
  6179.             this->label21->AutoSize = true;
  6180.             this->label21->Location = System::Drawing::Point(12, 179);
  6181.             this->label21->Name = L"label21";
  6182.             this->label21->Size = System::Drawing::Size(50, 13);
  6183.             this->label21->TabIndex = 15;
  6184.             this->label21->Text = L"eSecond";
  6185.             //
  6186.             // textBox15
  6187.             //
  6188.             this->textBox15->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6189.             this->textBox15->Location = System::Drawing::Point(65, 152);
  6190.             this->textBox15->Name = L"textBox15";
  6191.             this->textBox15->ReadOnly = true;
  6192.             this->textBox15->Size = System::Drawing::Size(35, 20);
  6193.             this->textBox15->TabIndex = 14;
  6194.             //
  6195.             // label20
  6196.             //
  6197.             this->label20->AutoSize = true;
  6198.             this->label20->Location = System::Drawing::Point(12, 156);
  6199.             this->label20->Name = L"label20";
  6200.             this->label20->Size = System::Drawing::Size(47, 13);
  6201.             this->label20->TabIndex = 13;
  6202.             this->label20->Text = L"ePrimary";
  6203.             //
  6204.             // textBox14
  6205.             //
  6206.             this->textBox14->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6207.             this->textBox14->Location = System::Drawing::Point(65, 132);
  6208.             this->textBox14->Name = L"textBox14";
  6209.             this->textBox14->ReadOnly = true;
  6210.             this->textBox14->Size = System::Drawing::Size(35, 20);
  6211.             this->textBox14->TabIndex = 12;
  6212.             //
  6213.             // label19
  6214.             //
  6215.             this->label19->AutoSize = true;
  6216.             this->label19->Location = System::Drawing::Point(12, 136);
  6217.             this->label19->Name = L"label19";
  6218.             this->label19->Size = System::Drawing::Size(34, 13);
  6219.             this->label19->TabIndex = 11;
  6220.             this->label19->Text = L"tThird";
  6221.             //
  6222.             // textBox13
  6223.             //
  6224.             this->textBox13->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6225.             this->textBox13->Location = System::Drawing::Point(65, 109);
  6226.             this->textBox13->Name = L"textBox13";
  6227.             this->textBox13->ReadOnly = true;
  6228.             this->textBox13->Size = System::Drawing::Size(35, 20);
  6229.             this->textBox13->TabIndex = 10;
  6230.             //
  6231.             // label18
  6232.             //
  6233.             this->label18->AutoSize = true;
  6234.             this->label18->Location = System::Drawing::Point(12, 113);
  6235.             this->label18->Name = L"label18";
  6236.             this->label18->Size = System::Drawing::Size(47, 13);
  6237.             this->label18->TabIndex = 9;
  6238.             this->label18->Text = L"tSecond";
  6239.             //
  6240.             // textBox12
  6241.             //
  6242.             this->textBox12->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6243.             this->textBox12->Location = System::Drawing::Point(65, 88);
  6244.             this->textBox12->Name = L"textBox12";
  6245.             this->textBox12->ReadOnly = true;
  6246.             this->textBox12->Size = System::Drawing::Size(35, 20);
  6247.             this->textBox12->TabIndex = 8;
  6248.             //
  6249.             // label17
  6250.             //
  6251.             this->label17->AutoSize = true;
  6252.             this->label17->Location = System::Drawing::Point(12, 92);
  6253.             this->label17->Name = L"label17";
  6254.             this->label17->Size = System::Drawing::Size(44, 13);
  6255.             this->label17->TabIndex = 7;
  6256.             this->label17->Text = L"tPrimary";
  6257.             //
  6258.             // textBox11
  6259.             //
  6260.             this->textBox11->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6261.             this->textBox11->Location = System::Drawing::Point(65, 65);
  6262.             this->textBox11->Name = L"textBox11";
  6263.             this->textBox11->ReadOnly = true;
  6264.             this->textBox11->Size = System::Drawing::Size(35, 20);
  6265.             this->textBox11->TabIndex = 6;
  6266.             //
  6267.             // label16
  6268.             //
  6269.             this->label16->AutoSize = true;
  6270.             this->label16->Location = System::Drawing::Point(12, 68);
  6271.             this->label16->Name = L"label16";
  6272.             this->label16->Size = System::Drawing::Size(37, 13);
  6273.             this->label16->TabIndex = 5;
  6274.             this->label16->Text = L"bThird";
  6275.             //
  6276.             // textBox10
  6277.             //
  6278.             this->textBox10->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6279.             this->textBox10->Location = System::Drawing::Point(65, 41);
  6280.             this->textBox10->Name = L"textBox10";
  6281.             this->textBox10->ReadOnly = true;
  6282.             this->textBox10->Size = System::Drawing::Size(35, 20);
  6283.             this->textBox10->TabIndex = 4;
  6284.             //
  6285.             // label15
  6286.             //
  6287.             this->label15->AutoSize = true;
  6288.             this->label15->Location = System::Drawing::Point(12, 45);
  6289.             this->label15->Name = L"label15";
  6290.             this->label15->Size = System::Drawing::Size(50, 13);
  6291.             this->label15->TabIndex = 3;
  6292.             this->label15->Text = L"bSecond";
  6293.             //
  6294.             // textBox9
  6295.             //
  6296.             this->textBox9->BackColor = System::Drawing::SystemColors::ButtonHighlight;
  6297.             this->textBox9->Location = System::Drawing::Point(65, 19);
  6298.             this->textBox9->Name = L"textBox9";
  6299.             this->textBox9->ReadOnly = true;
  6300.             this->textBox9->Size = System::Drawing::Size(35, 20);
  6301.             this->textBox9->TabIndex = 2;
  6302.             //
  6303.             // label14
  6304.             //
  6305.             this->label14->AutoSize = true;
  6306.             this->label14->Location = System::Drawing::Point(12, 23);
  6307.             this->label14->Name = L"label14";
  6308.             this->label14->Size = System::Drawing::Size(47, 13);
  6309.             this->label14->TabIndex = 1;
  6310.             this->label14->Text = L"bPrimary";
  6311.             //
  6312.             // button2
  6313.             //
  6314.             this->button2->Location = System::Drawing::Point(171, 234);
  6315.             this->button2->Name = L"button2";
  6316.             this->button2->Size = System::Drawing::Size(75, 23);
  6317.             this->button2->TabIndex = 0;
  6318.             this->button2->Text = L"Update";
  6319.             this->button2->UseVisualStyleBackColor = true;
  6320.             this->button2->Click += gcnew System::EventHandler(this, &Form1::button2_Click);
  6321.             //
  6322.             // button1
  6323.             //
  6324.             this->button1->Location = System::Drawing::Point(38, 226);
  6325.             this->button1->Name = L"button1";
  6326.             this->button1->Size = System::Drawing::Size(164, 31);
  6327.             this->button1->TabIndex = 16;
  6328.             this->button1->Text = L"Calculate";
  6329.             this->button1->UseVisualStyleBackColor = true;
  6330.             this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
  6331.             //
  6332.             // textBox7
  6333.             //
  6334.             this->textBox7->Location = System::Drawing::Point(38, 184);
  6335.             this->textBox7->Name = L"textBox7";
  6336.             this->textBox7->Size = System::Drawing::Size(69, 20);
  6337.             this->textBox7->TabIndex = 15;
  6338.             //
  6339.             // label12
  6340.             //
  6341.             this->label12->AutoSize = true;
  6342.             this->label12->Location = System::Drawing::Point(113, 191);
  6343.             this->label12->Name = L"label12";
  6344.             this->label12->Size = System::Drawing::Size(14, 13);
  6345.             this->label12->TabIndex = 14;
  6346.             this->label12->Text = L"~";
  6347.             //
  6348.             // textBox8
  6349.             //
  6350.             this->textBox8->Location = System::Drawing::Point(133, 184);
  6351.             this->textBox8->Name = L"textBox8";
  6352.             this->textBox8->Size = System::Drawing::Size(69, 20);
  6353.             this->textBox8->TabIndex = 13;
  6354.             //
  6355.             // label11
  6356.             //
  6357.             this->label11->AutoSize = true;
  6358.             this->label11->Location = System::Drawing::Point(35, 168);
  6359.             this->label11->Name = L"label11";
  6360.             this->label11->Size = System::Drawing::Size(96, 13);
  6361.             this->label11->TabIndex = 12;
  6362.             this->label11->Text = L"Damage to Bosses";
  6363.             //
  6364.             // textBox5
  6365.             //
  6366.             this->textBox5->Location = System::Drawing::Point(38, 134);
  6367.             this->textBox5->Name = L"textBox5";
  6368.             this->textBox5->Size = System::Drawing::Size(69, 20);
  6369.             this->textBox5->TabIndex = 11;
  6370.             //
  6371.             // label10
  6372.             //
  6373.             this->label10->AutoSize = true;
  6374.             this->label10->Location = System::Drawing::Point(113, 141);
  6375.             this->label10->Name = L"label10";
  6376.             this->label10->Size = System::Drawing::Size(14, 13);
  6377.             this->label10->TabIndex = 10;
  6378.             this->label10->Text = L"~";
  6379.             //
  6380.             // textBox6
  6381.             //
  6382.             this->textBox6->Location = System::Drawing::Point(133, 134);
  6383.             this->textBox6->Name = L"textBox6";
  6384.             this->textBox6->Size = System::Drawing::Size(69, 20);
  6385.             this->textBox6->TabIndex = 9;
  6386.             //
  6387.             // label9
  6388.             //
  6389.             this->label9->AutoSize = true;
  6390.             this->label9->Location = System::Drawing::Point(35, 118);
  6391.             this->label9->Name = L"label9";
  6392.             this->label9->Size = System::Drawing::Size(88, 13);
  6393.             this->label9->TabIndex = 8;
  6394.             this->label9->Text = L"Damage to Mobs";
  6395.             //
  6396.             // textBox3
  6397.             //
  6398.             this->textBox3->Location = System::Drawing::Point(38, 85);
  6399.             this->textBox3->Name = L"textBox3";
  6400.             this->textBox3->Size = System::Drawing::Size(69, 20);
  6401.             this->textBox3->TabIndex = 7;
  6402.             //
  6403.             // label8
  6404.             //
  6405.             this->label8->AutoSize = true;
  6406.             this->label8->Location = System::Drawing::Point(113, 92);
  6407.             this->label8->Name = L"label8";
  6408.             this->label8->Size = System::Drawing::Size(14, 13);
  6409.             this->label8->TabIndex = 6;
  6410.             this->label8->Text = L"~";
  6411.             //
  6412.             // textBox4
  6413.             //
  6414.             this->textBox4->Location = System::Drawing::Point(133, 85);
  6415.             this->textBox4->Name = L"textBox4";
  6416.             this->textBox4->Size = System::Drawing::Size(69, 20);
  6417.             this->textBox4->TabIndex = 5;
  6418.             //
  6419.             // label7
  6420.             //
  6421.             this->label7->AutoSize = true;
  6422.             this->label7->Location = System::Drawing::Point(35, 69);
  6423.             this->label7->Name = L"label7";
  6424.             this->label7->Size = System::Drawing::Size(73, 13);
  6425.             this->label7->TabIndex = 4;
  6426.             this->label7->Text = L"Buffed Range";
  6427.             //
  6428.             // textBox2
  6429.             //
  6430.             this->textBox2->Location = System::Drawing::Point(133, 36);
  6431.             this->textBox2->Name = L"textBox2";
  6432.             this->textBox2->Size = System::Drawing::Size(69, 20);
  6433.             this->textBox2->TabIndex = 3;
  6434.             //
  6435.             // label6
  6436.             //
  6437.             this->label6->AutoSize = true;
  6438.             this->label6->Location = System::Drawing::Point(113, 43);
  6439.             this->label6->Name = L"label6";
  6440.             this->label6->Size = System::Drawing::Size(14, 13);
  6441.             this->label6->TabIndex = 2;
  6442.             this->label6->Text = L"~";
  6443.             //
  6444.             // textBox1
  6445.             //
  6446.             this->textBox1->Location = System::Drawing::Point(38, 36);
  6447.             this->textBox1->Name = L"textBox1";
  6448.             this->textBox1->Size = System::Drawing::Size(69, 20);
  6449.             this->textBox1->TabIndex = 1;
  6450.             //
  6451.             // label5
  6452.             //
  6453.             this->label5->AutoSize = true;
  6454.             this->label5->Location = System::Drawing::Point(35, 20);
  6455.             this->label5->Name = L"label5";
  6456.             this->label5->Size = System::Drawing::Size(86, 13);
  6457.             this->label5->TabIndex = 0;
  6458.             this->label5->Text = L"Unbuffed Range";
  6459.             //
  6460.             // progressBar1
  6461.             //
  6462.             this->progressBar1->Location = System::Drawing::Point(395, 318);
  6463.             this->progressBar1->Name = L"progressBar1";
  6464.             this->progressBar1->Size = System::Drawing::Size(103, 10);
  6465.             this->progressBar1->TabIndex = 2;
  6466.             //
  6467.             // toolTip1
  6468.             //
  6469.             this->toolTip1->Popup += gcnew System::Windows::Forms::PopupEventHandler(this, &Form1::toolTip1_Popup);
  6470.             //
  6471.             // button3
  6472.             //
  6473.             this->button3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 6.75F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
  6474.                 static_cast<System::Byte>(129)));
  6475.             this->button3->Location = System::Drawing::Point(12, 316);
  6476.             this->button3->Name = L"button3";
  6477.             this->button3->Size = System::Drawing::Size(18, 18);
  6478.             this->button3->TabIndex = 25;
  6479.             this->button3->Text = L"\?";
  6480.             this->toolTip1->SetToolTip(this->button3, L"If you need help..");
  6481.             this->button3->UseVisualStyleBackColor = true;
  6482.             this->button3->Click += gcnew System::EventHandler(this, &Form1::button3_Click);
  6483.             //
  6484.             // Timer
  6485.             //
  6486.             this->Timer->Enabled = true;
  6487.             this->Timer->Interval = 1000;
  6488.             this->Timer->Tick += gcnew System::EventHandler(this, &Form1::Timer_Tick);
  6489.             //
  6490.             // Timer2
  6491.             //
  6492.             this->Timer2->Enabled = true;
  6493.             this->Timer2->Interval = 1000;
  6494.             this->Timer2->Tick += gcnew System::EventHandler(this, &Form1::Timer2_Tick);
  6495.             //
  6496.             // Form1
  6497.             //
  6498.             this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
  6499.             this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
  6500.             this->BackColor = System::Drawing::SystemColors::GradientActiveCaption;
  6501.             this->ClientSize = System::Drawing::Size(502, 333);
  6502.             this->Controls->Add(this->button3);
  6503.             this->Controls->Add(this->progressBar1);
  6504.             this->Controls->Add(this->tabControl1);
  6505.             this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedSingle;
  6506.             this->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"$this.Icon")));
  6507.             this->MaximizeBox = false;
  6508.             this->Name = L"Form1";
  6509.             this->Opacity = 0.95;
  6510.             this->Text = L"Sky - Beta v1.2";
  6511.             this->tabControl1->ResumeLayout(false);
  6512.             this->tabPage1->ResumeLayout(false);
  6513.             this->tabPage1->PerformLayout();
  6514.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->mobPDR))->EndInit();
  6515.             this->groupBox2->ResumeLayout(false);
  6516.             this->groupBox2->PerformLayout();
  6517.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->mwLevel))->EndInit();
  6518.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox22))->EndInit();
  6519.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->numericUpDown1))->EndInit();
  6520.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->bossDmg))->EndInit();
  6521.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->thirdPercent))->EndInit();
  6522.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->baseThird))->EndInit();
  6523.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ignorePDR))->EndInit();
  6524.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->weaponAttack))->EndInit();
  6525.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->secondaryPercent))->EndInit();
  6526.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->primaryPercent))->EndInit();
  6527.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->totalThird))->EndInit();
  6528.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->totalSecondary))->EndInit();
  6529.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->totalPrimary))->EndInit();
  6530.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->baseSecondary))->EndInit();
  6531.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->basePrimary))->EndInit();
  6532.             this->groupBox1->ResumeLayout(false);
  6533.             this->groupBox1->PerformLayout();
  6534.             this->tabPage2->ResumeLayout(false);
  6535.             this->tabControl2->ResumeLayout(false);
  6536.             this->tabPage8->ResumeLayout(false);
  6537.             this->tabPage8->PerformLayout();
  6538.             this->groupBox4->ResumeLayout(false);
  6539.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->intrepidSlash))->EndInit();
  6540.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->enrage))->EndInit();
  6541.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->combatMastery))->EndInit();
  6542.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAH))->EndInit();
  6543.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advCombo))->EndInit();
  6544.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox5))->EndInit();
  6545.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox4))->EndInit();
  6546.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox3))->EndInit();
  6547.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox2))->EndInit();
  6548.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox1))->EndInit();
  6549.             this->tabPage9->ResumeLayout(false);
  6550.             this->tabPage9->PerformLayout();
  6551.             this->groupBox5->ResumeLayout(false);
  6552.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->divineShield))->EndInit();
  6553.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox9))->EndInit();
  6554.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advCharge))->EndInit();
  6555.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox8))->EndInit();
  6556.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->divineCharge))->EndInit();
  6557.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox7))->EndInit();
  6558.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->blast))->EndInit();
  6559.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox6))->EndInit();
  6560.             this->tabPage10->ResumeLayout(false);
  6561.             this->tabPage10->PerformLayout();
  6562.             this->groupBox6->ResumeLayout(false);
  6563.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->beholderHex))->EndInit();
  6564.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->darkImpale))->EndInit();
  6565.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->beholder))->EndInit();
  6566.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->beserk))->EndInit();
  6567.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox13))->EndInit();
  6568.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox12))->EndInit();
  6569.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox11))->EndInit();
  6570.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox10))->EndInit();
  6571.             this->tabPage11->ResumeLayout(false);
  6572.             this->tabPage11->PerformLayout();
  6573.             this->groupBox7->ResumeLayout(false);
  6574.             this->groupBox7->PerformLayout();
  6575.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->highMastery))->EndInit();
  6576.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAA))->EndInit();
  6577.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->overSwing))->EndInit();
  6578.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox14))->EndInit();
  6579.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox15))->EndInit();
  6580.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox16))->EndInit();
  6581.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox17))->EndInit();
  6582.             this->tabPage12->ResumeLayout(false);
  6583.             this->tabPage12->PerformLayout();
  6584.             this->groupBox8->ResumeLayout(false);
  6585.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->darkBind))->EndInit();
  6586.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox23))->EndInit();
  6587.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->metamorph))->EndInit();
  6588.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->demonImpact))->EndInit();
  6589.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->demonCry))->EndInit();
  6590.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->demonMastery))->EndInit();
  6591.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox18))->EndInit();
  6592.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox19))->EndInit();
  6593.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox20))->EndInit();
  6594.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox21))->EndInit();
  6595.             this->groupBox3->ResumeLayout(false);
  6596.             this->groupBox3->PerformLayout();
  6597.             this->tabPage3->ResumeLayout(false);
  6598.             this->tabControl3->ResumeLayout(false);
  6599.             this->tabPage13->ResumeLayout(false);
  6600.             this->tabPage13->PerformLayout();
  6601.             this->groupBox10->ResumeLayout(false);
  6602.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->arcaneAimIL))->EndInit();
  6603.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->infinityIL))->EndInit();
  6604.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->buffMasteryIL))->EndInit();
  6605.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->chainLightning))->EndInit();
  6606.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox24))->EndInit();
  6607.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox25))->EndInit();
  6608.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox27))->EndInit();
  6609.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox28))->EndInit();
  6610.             this->tabPage14->ResumeLayout(false);
  6611.             this->tabPage14->PerformLayout();
  6612.             this->groupBox11->ResumeLayout(false);
  6613.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->arcaneAimFP))->EndInit();
  6614.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->infinityFP))->EndInit();
  6615.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->buffMasteryFP))->EndInit();
  6616.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->paralyze))->EndInit();
  6617.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox26))->EndInit();
  6618.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox29))->EndInit();
  6619.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox30))->EndInit();
  6620.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox31))->EndInit();
  6621.             this->tabPage15->ResumeLayout(false);
  6622.             this->tabPage15->PerformLayout();
  6623.             this->groupBox12->ResumeLayout(false);
  6624.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advBless))->EndInit();
  6625.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox36))->EndInit();
  6626.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->arcaneAimBishop))->EndInit();
  6627.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->infinityBishop))->EndInit();
  6628.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->buffMasteryBishop))->EndInit();
  6629.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->angelRay))->EndInit();
  6630.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox32))->EndInit();
  6631.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox33))->EndInit();
  6632.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox34))->EndInit();
  6633.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox35))->EndInit();
  6634.             this->tabPage16->ResumeLayout(false);
  6635.             this->tabPage16->PerformLayout();
  6636.             this->groupBox13->ResumeLayout(false);
  6637.             this->evanAttacks->ResumeLayout(false);
  6638.             this->evanAttacks->PerformLayout();
  6639.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox38))->EndInit();
  6640.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->illusion))->EndInit();
  6641.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->blaze))->EndInit();
  6642.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox37))->EndInit();
  6643.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->onyxBlessing))->EndInit();
  6644.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->magicMastery))->EndInit();
  6645.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox39))->EndInit();
  6646.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox41))->EndInit();
  6647.             this->tabPage17->ResumeLayout(false);
  6648.             this->tabPage17->PerformLayout();
  6649.             this->groupBox14->ResumeLayout(false);
  6650.             this->groupBox14->PerformLayout();
  6651.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->finishBlow))->EndInit();
  6652.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advDA))->EndInit();
  6653.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox42))->EndInit();
  6654.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox43))->EndInit();
  6655.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox44))->EndInit();
  6656.             this->groupBox9->ResumeLayout(false);
  6657.             this->groupBox9->PerformLayout();
  6658.             this->tabPage4->ResumeLayout(false);
  6659.             this->tabControl4->ResumeLayout(false);
  6660.             this->tabPage18->ResumeLayout(false);
  6661.             this->tabPage18->PerformLayout();
  6662.             this->groupBox16->ResumeLayout(false);
  6663.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->sharpEyesBM))->EndInit();
  6664.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox64))->EndInit();
  6665.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->illusionStep))->EndInit();
  6666.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox49))->EndInit();
  6667.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->hurricane))->EndInit();
  6668.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox48))->EndInit();
  6669.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFABM))->EndInit();
  6670.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->spiritLinkBM))->EndInit();
  6671.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->marksmanshipBM))->EndInit();
  6672.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->bowExpert))->EndInit();
  6673.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox40))->EndInit();
  6674.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox45))->EndInit();
  6675.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox46))->EndInit();
  6676.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox47))->EndInit();
  6677.             this->tabPage19->ResumeLayout(false);
  6678.             this->tabPage19->PerformLayout();
  6679.             this->groupBox17->ResumeLayout(false);
  6680.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->sharpEyesMM))->EndInit();
  6681.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox65))->EndInit();
  6682.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->illusionStepMM))->EndInit();
  6683.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox50))->EndInit();
  6684.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ultimateStrafe))->EndInit();
  6685.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox51))->EndInit();
  6686.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->spiritLinkMM))->EndInit();
  6687.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->marksmanshipMM))->EndInit();
  6688.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->mmBoost))->EndInit();
  6689.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox53))->EndInit();
  6690.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox54))->EndInit();
  6691.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox55))->EndInit();
  6692.             this->tabPage20->ResumeLayout(false);
  6693.             this->tabPage20->PerformLayout();
  6694.             this->groupBox18->ResumeLayout(false);
  6695.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAMerc))->EndInit();
  6696.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox52))->EndInit();
  6697.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ishtarRing))->EndInit();
  6698.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox56))->EndInit();
  6699.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->ancientWarding))->EndInit();
  6700.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->legendarySpear))->EndInit();
  6701.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->dbgExpert))->EndInit();
  6702.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox57))->EndInit();
  6703.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox58))->EndInit();
  6704.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox101))->EndInit();
  6705.             this->tabPage21->ResumeLayout(false);
  6706.             this->tabPage21->PerformLayout();
  6707.             this->groupBox19->ResumeLayout(false);
  6708.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->sharpEyesWH))->EndInit();
  6709.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox66))->EndInit();
  6710.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->wildArrow))->EndInit();
  6711.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox60))->EndInit();
  6712.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->advFAWH))->EndInit();
  6713.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->wildInstinct))->EndInit();
  6714.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->whExpert))->EndInit();
  6715.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox61))->EndInit();
  6716.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox62))->EndInit();
  6717.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox63))->EndInit();
  6718.             this->groupBox15->ResumeLayout(false);
  6719.             this->groupBox15->PerformLayout();
  6720.             this->tabPage5->ResumeLayout(false);
  6721.             this->tabPage5->PerformLayout();
  6722.             this->tabControl5->ResumeLayout(false);
  6723.             this->tabPage22->ResumeLayout(false);
  6724.             this->tabPage22->PerformLayout();
  6725.             this->groupBox21->ResumeLayout(false);
  6726.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->quadThrow))->EndInit();
  6727.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->darkSerenity))->EndInit();
  6728.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->purgeArea))->EndInit();
  6729.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->starExpert))->EndInit();
  6730.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox69))->EndInit();
  6731.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox70))->EndInit();
  6732.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox71))->EndInit();
  6733.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox72))->EndInit();
  6734.             this->tabPage23->ResumeLayout(false);
  6735.             this->tabPage23->PerformLayout();
  6736.             this->groupBox22->ResumeLayout(false);
  6737.             this->groupBox22->PerformLayout();
  6738.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox76))->EndInit();
  6739.             this->shadAttacks->ResumeLayout(false);
  6740.             this->shadAttacks->PerformLayout();
  6741.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox75))->EndInit();
  6742.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->assassinate))->EndInit();
  6743.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox74))->EndInit();
  6744.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->bStep))->EndInit();
  6745.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox59))->EndInit();
  6746.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->killPoints))->EndInit();
  6747.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->shadowInstinct))->EndInit();
  6748.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->smokescreen))->EndInit();
  6749.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->daggerExpert))->EndInit();
  6750.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox67))->EndInit();
  6751.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox68))->EndInit();
  6752.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox73))->EndInit();
  6753.             this->tabPage24->ResumeLayout(false);
  6754.             this->tabPage24->PerformLayout();
  6755.             this->groupBox23->ResumeLayout(false);
  6756.             this->groupBox23->PerformLayout();
  6757.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->phantomBlow))->EndInit();
  6758.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->finalCut))->EndInit();
  6759.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->thorns))->EndInit();
  6760.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox78))->EndInit();
  6761.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox79))->EndInit();
  6762.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox80))->EndInit();
  6763.             this->groupBox20->ResumeLayout(false);
  6764.             this->groupBox20->PerformLayout();
  6765.             this->tabPage6->ResumeLayout(false);
  6766.             this->tabControl6->ResumeLayout(false);
  6767.             this->tabPage25->ResumeLayout(false);
  6768.             this->tabPage25->PerformLayout();
  6769.             this->groupBox25->ResumeLayout(false);
  6770.             this->groupBox25->PerformLayout();
  6771.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox98))->EndInit();
  6772.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox97))->EndInit();
  6773.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox83))->EndInit();
  6774.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->viperisation))->EndInit();
  6775.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pirateRevengeB))->EndInit();
  6776.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->fistEnrage))->EndInit();
  6777.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox77))->EndInit();
  6778.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox81))->EndInit();
  6779.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox82))->EndInit();
  6780.             this->tabPage26->ResumeLayout(false);
  6781.             this->tabPage26->PerformLayout();
  6782.             this->groupBox26->ResumeLayout(false);
  6783.             this->groupBox26->PerformLayout();
  6784.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox99))->EndInit();
  6785.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox100))->EndInit();
  6786.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->numericUpDown2))->EndInit();
  6787.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox96))->EndInit();
  6788.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->gunExpert))->EndInit();
  6789.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox88))->EndInit();
  6790.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->contAiming))->EndInit();
  6791.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox84))->EndInit();
  6792.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pirateStyle))->EndInit();
  6793.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pirateRevengeCo))->EndInit();
  6794.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->rapidFire))->EndInit();
  6795.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox85))->EndInit();
  6796.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox86))->EndInit();
  6797.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox87))->EndInit();
  6798.             this->tabPage27->ResumeLayout(false);
  6799.             this->tabPage27->PerformLayout();
  6800.             this->groupBox27->ResumeLayout(false);
  6801.             this->groupBox27->PerformLayout();
  6802.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox102))->EndInit();
  6803.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox103))->EndInit();
  6804.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->overburn))->EndInit();
  6805.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->monkeyMagic))->EndInit();
  6806.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->cannonBuster))->EndInit();
  6807.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox90))->EndInit();
  6808.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox91))->EndInit();
  6809.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox92))->EndInit();
  6810.             this->tabPage28->ResumeLayout(false);
  6811.             this->tabPage28->PerformLayout();
  6812.             this->groupBox28->ResumeLayout(false);
  6813.             this->groupBox28->PerformLayout();
  6814.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox104))->EndInit();
  6815.             this->mechAttacks->ResumeLayout(false);
  6816.             this->mechAttacks->PerformLayout();
  6817.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox95))->EndInit();
  6818.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox93))->EndInit();
  6819.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->missileTank))->EndInit();
  6820.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->amplifier))->EndInit();
  6821.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->extremeMech))->EndInit();
  6822.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox89))->EndInit();
  6823.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox94))->EndInit();
  6824.             this->groupBox24->ResumeLayout(false);
  6825.             this->groupBox24->PerformLayout();
  6826.             this->tabPage29->ResumeLayout(false);
  6827.             this->tabPage29->PerformLayout();
  6828.             this->magicPot->ResumeLayout(false);
  6829.             this->magicPot->PerformLayout();
  6830.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox117))->EndInit();
  6831.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox116))->EndInit();
  6832.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox115))->EndInit();
  6833.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox113))->EndInit();
  6834.             this->weaponPot->ResumeLayout(false);
  6835.             this->weaponPot->PerformLayout();
  6836.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox114))->EndInit();
  6837.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox112))->EndInit();
  6838.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox111))->EndInit();
  6839.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox110))->EndInit();
  6840.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox109))->EndInit();
  6841.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox108))->EndInit();
  6842.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox107))->EndInit();
  6843.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox106))->EndInit();
  6844.             (cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox105))->EndInit();
  6845.             this->tabPage7->ResumeLayout(false);
  6846.             this->tabPage7->PerformLayout();
  6847.             this->debugMode->ResumeLayout(false);
  6848.             this->debugMode->PerformLayout();
  6849.             this->ResumeLayout(false);
  6850.  
  6851.         }
  6852. #pragma endregion
  6853.     private: System::Void mobPDR_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6854. private: System::Void mageSelect_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6855. private: System::Void archerSelect_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6856. private: System::Void thiefSelect_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6857. private: System::Void pirateSelect_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6858. private: System::Void basePrimary_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6859. private: System::Void baseSecondary_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6860. private: System::Void baseThird_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6861. private: System::Void totalPrimary_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6862. private: System::Void totalSecondary_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6863. private: System::Void totalThird_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6864. private: System::Void primaryPercent_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6865. private: System::Void secondaryPercent_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6866. private: System::Void thirdPercent_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6867. private: System::Void weaponAttack_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6868. private: System::Void ignorePDR_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6869. private: System::Void bossDmg_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6870. private: System::Void warriorSelect_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6871. private: System::Void toolTip1_Popup(System::Object^  sender, System::Windows::Forms::PopupEventArgs^  e) {
  6872.          }
  6873. private: System::Void Timer_Tick(System::Object^  sender, System::EventArgs^  e) {
  6874.              this->warriorSelect->Checked = true;
  6875.              this->Timer->Enabled = false;
  6876.          }
  6877. private: System::Void polearm_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6878. private: System::Void twoSword_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6879. private: System::Void oneMace_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6880. private: System::Void twoMace_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6881. private: System::Void oneAxe_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6882. private: System::Void twoAxe_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6883. private: System::Void oneSword_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6884. private: System::Void spear_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6885. private: System::Void Timer2_Tick(System::Object^  sender, System::EventArgs^  e) {
  6886.              for(int i = 0; i<5; i++) {
  6887.                  this->tabControl2->TabPages[i]->Enabled = false; //Warrior subclass
  6888.                  this->tabControl3->TabPages[i]->Enabled = false; //Magician subclass
  6889.              }
  6890.              for(int i= 0; i<4; i++) {
  6891.                  this->tabControl4->TabPages[i]->Enabled = false; //Bowman subclass
  6892.                  this->tabControl6->TabPages[i]->Enabled = false; //Pirate sublass
  6893.              }
  6894.              for(int i=0; i<3; i++)
  6895.                  this->tabControl5->TabPages[i]->Enabled = false; //Thief subclass
  6896.              
  6897.              this->Timer2->Enabled = false;
  6898.          }
  6899. private: System::Void heroEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6900. private: System::Void intrepidSlash_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6901. private: System::Void advFAH_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6902. private: System::Void combatMastery_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6903. private: System::Void enrage_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6904. private: System::Void advCombo_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6905. private: System::Void heroSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6906. private: System::Void paladinEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6907. private: System::Void paladinSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6908. private: System::Void divineCharge_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6909. private: System::Void divineShield_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6910. private: System::Void advCharge_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6911. private: System::Void blast_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6912. private: System::Void DrKSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6913. private: System::Void DrKEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6914. private: System::Void beholder_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6915. private: System::Void darkImpale_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6916. private: System::Void beholderHex_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6917. private: System::Void beserk_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6918. private: System::Void aranEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6919. private: System::Void highMastery_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6920. private: System::Void aranSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6921. private: System::Void advFAA_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6922. private: System::Void comboRecharge_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6923. private: System::Void overSwing_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6924. private: System::Void demonImpact_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6925. private: System::Void demonSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6926. private: System::Void demonMastery_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6927. private: System::Void demonCry_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6928. private: System::Void metamorph_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6929. private: System::Void demonEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6930. private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e);
  6931. private: System::Void numericUpDown1_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6932. private: System::Void button2_Click(System::Object^  sender, System::EventArgs^  e);
  6933. private: System::Void mwLevel_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6934. private: System::Void darkBind_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6935. private: System::Void wand_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6936. private: System::Void staff_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6937. private: System::Void iceEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6938. private: System::Void iceSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6939. private: System::Void infinityIL_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6940. private: System::Void buffMasteryIL_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6941. private: System::Void arcaneAimIL_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6942. private: System::Void chainLightning_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6943. private: System::Void fireEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6944. private: System::Void buffMasteryFP_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6945. private: System::Void infinityFP_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6946. private: System::Void arcaneAimFP_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6947. private: System::Void fireSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6948. private: System::Void paralyze_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6949. private: System::Void bishopEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6950. private: System::Void buffMasteryBishop_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6951. private: System::Void angelRay_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6952. private: System::Void arcaneAimBishop_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6953. private: System::Void infinityBishop_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6954. private: System::Void bishopSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6955. private: System::Void advBless_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6956. private: System::Void evanSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6957. private: System::Void illusionEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6958. private: System::Void blazeEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6959. private: System::Void evanEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6960. private: System::Void illusion_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6961. private: System::Void onyxBlessing_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6962. private: System::Void magicMastery_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6963. private: System::Void blaze_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6964. private: System::Void BaMSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6965. private: System::Void advDA_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6966. private: System::Void finishBlow_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6967. private: System::Void BaMEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6968. private: System::Void bodyBoost_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6969. private: System::Void crossbow_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6970. private: System::Void bow_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6971. private: System::Void dualBowgun_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6972. private: System::Void bmSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6973. private: System::Void bowExpert_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6974. private: System::Void marksmanshipBM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6975. private: System::Void hurricane_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6976. private: System::Void illusionStep_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6977. private: System::Void advFABM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6978. private: System::Void spiritLinkBM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6979. private: System::Void bmEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6980. private: System::Void mmEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6981. private: System::Void marksmanshipMM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6982. private: System::Void ultimateStrafe_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6983. private: System::Void illusionStepMM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6984. private: System::Void spiritLinkMM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6985. private: System::Void mmSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6986. private: System::Void mmBoost_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6987. private: System::Void dbgExpert_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6988. private: System::Void legendarySpear_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6989. private: System::Void ishtarRing_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6990. private: System::Void advFAMerc_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6991. private: System::Void ancientWarding_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6992. private: System::Void mercSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6993. private: System::Void mercEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  6994. private: System::Void whSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  6995. private: System::Void whExpert_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6996. private: System::Void wildInstinct_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6997. private: System::Void wildArrow_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6998. private: System::Void sharpEyesWH_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  6999. private: System::Void advFAWH_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7000. private: System::Void whEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7001. private: System::Void sharpEyesMM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7002. private: System::Void sharpEyesBM_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7003. private: System::Void nlSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7004. private: System::Void dagger_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7005. private: System::Void nlEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7006. private: System::Void starExpert_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7007. private: System::Void purgeArea_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7008. private: System::Void quadThrow_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7009. private: System::Void darkSerenity_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7010. private: System::Void claw_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7011.  
  7012. private: System::Void meEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7013. private: System::Void shadSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7014. private: System::Void daggerExpert_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7015. private: System::Void shadowInstinct_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7016. private: System::Void smokescreen_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7017. private: System::Void killPoints_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7018. private: System::Void bStep_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7019. private: System::Void bStepEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7020. private: System::Void assassinate_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7021. private: System::Void nateEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7022. private: System::Void shadEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7023. private: System::Void darkSight_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7024. private: System::Void dbSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7025. private: System::Void finalCut_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7026. private: System::Void thorns_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7027. private: System::Void phantomBlow_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7028. private: System::Void dbEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7029. private: System::Void fcEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7030. private: System::Void revengeBEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7031. private: System::Void pirateRevengeB_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7032. private: System::Void fistEnrage_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7033. private: System::Void energyEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7034. private: System::Void viperisation_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7035. private: System::Void buccSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7036. private: System::Void buccEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7037. private: System::Void cannon_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7038. private: System::Void Gun_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7039. private: System::Void knuckle_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7040. private: System::Void sairEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7041. private: System::Void rapidFire_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7042. private: System::Void pirateRevengeCo_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7043. private: System::Void revengeEnableCo_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7044. private: System::Void contAimEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7045. private: System::Void contAiming_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7046. private: System::Void pirateStyle_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7047. private: System::Void gunExpert_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7048. private: System::Void sairSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7049. private: System::Void cannonEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7050. private: System::Void cannonBuster_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7051. private: System::Void monkeyMagic_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7052. private: System::Void overburn_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7053. private: System::Void cannonSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7054. private: System::Void mechEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7055. private: System::Void extremeMech_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7056. private: System::Void missileTank_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7057. private: System::Void tankEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7058. private: System::Void siegeEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7059. private: System::Void amplifier_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7060. private: System::Void ampEnable_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7061. private: System::Void mechSubmit_Click(System::Object^  sender, System::EventArgs^  e);
  7062. private: System::Void linkLabel1_LinkClicked(System::Object^  sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^  e) {
  7063.              System::Diagnostics::Process::Start(L"http://www.southperry.net/showthread.php?t=56285");
  7064.          }
  7065. private: System::Void button3_Click(System::Object^  sender, System::EventArgs^  e) {
  7066.              if(helpForm->Visible)
  7067.                  helpForm->Visible = false;
  7068.              else
  7069.                  helpForm->Visible = true;
  7070.          }
  7071. private: System::Void numericUpDown2_ValueChanged(System::Object^  sender, System::EventArgs^  e);
  7072. private: System::Void reset_Click(System::Object^  sender, System::EventArgs^  e);
  7073. private: System::Void ddiceEnableBucc_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7074. private: System::Void diceEnableBucc_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7075. private: System::Void diceEnableCorsair_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7076. private: System::Void ddiceEnableCorsair_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7077. private: System::Void diceEnableCannon_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7078. private: System::Void ddiceEnableCannon_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7079. private: System::Void diceEnableMech_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7080.  
  7081. private: System::Void pRage_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7082. private: System::Void pSharpEyes_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7083. private: System::Void dSharpEyes_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7084. private: System::Void pAdvBless_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7085. private: System::Void dAdvBless_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7086. private: System::Void pAdvAura_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7087. private: System::Void pMonkey_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7088. private: System::Void magicOnyx_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7089. private: System::Void swissCheese_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7090. private: System::Void meditation_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7091. private: System::Void energizer_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7092. private: System::Void weaponOnyx_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7093. private: System::Void warriorElixir_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7094. private: System::Void echo_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7095. private: System::Void legendPotion_CheckedChanged(System::Object^  sender, System::EventArgs^  e);
  7096. };
  7097. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement