Пример #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DragonNestLibrary.Mechanics.Currency currency1 = new DragonNestLibrary.Mechanics.Currency();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.expBonus = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.clientLevel = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.sharpcHelper = new System.Windows.Forms.ToolTip(this.components);
            this.dragonNestCurrencyLabel1 = new DragonNest_Control_Library.DragonNestCurrencyLabel();
            this.label4 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.expBonus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.clientLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.expBonus);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.clientLevel);
            this.groupBox1.Location = new System.Drawing.Point(12, 13);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.groupBox1.Size = new System.Drawing.Size(173, 82);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Client Info";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(5, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(79, 15);
            this.label2.TabIndex = 3;
            this.label2.Text = "EXP Bonus";
            this.sharpcHelper.SetToolTip(this.label2, "The total EXP Bonuses currently afflicting\r\nthe client");
            // 
            // expBonus
            // 
            this.expBonus.DecimalPlaces = 2;
            this.expBonus.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.expBonus.Location = new System.Drawing.Point(90, 52);
            this.expBonus.Maximum = new decimal(new int[] {
            300,
            0,
            0,
            0});
            this.expBonus.Name = "expBonus";
            this.expBonus.Size = new System.Drawing.Size(73, 23);
            this.expBonus.TabIndex = 2;
            this.expBonus.ValueChanged += new System.EventHandler(this.onTextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(5, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(42, 15);
            this.label1.TabIndex = 1;
            this.label1.Text = "Level";
            // 
            // clientLevel
            // 
            this.clientLevel.Location = new System.Drawing.Point(90, 23);
            this.clientLevel.Maximum = new decimal(new int[] {
            79,
            0,
            0,
            0});
            this.clientLevel.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.clientLevel.Name = "clientLevel";
            this.clientLevel.Size = new System.Drawing.Size(73, 23);
            this.clientLevel.TabIndex = 0;
            this.clientLevel.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.clientLevel.ValueChanged += new System.EventHandler(this.onTextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(17, 104);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 15);
            this.label3.TabIndex = 5;
            this.label3.Text = "Epsilon";
            this.sharpcHelper.SetToolTip(this.label3, "Discount per percent of EXP Bonus");
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.DecimalPlaces = 4;
            this.numericUpDown1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            262144});
            this.numericUpDown1.Location = new System.Drawing.Point(102, 102);
            this.numericUpDown1.Maximum = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(73, 23);
            this.numericUpDown1.TabIndex = 4;
            this.numericUpDown1.Value = new decimal(new int[] {
            25,
            0,
            0,
            262144});
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.onTextChanged);
            // 
            // dragonNestCurrencyLabel1
            // 
            this.dragonNestCurrencyLabel1.AutoSize = true;
            this.dragonNestCurrencyLabel1.BackColor = System.Drawing.Color.Transparent;
            currency1.Copper = 0;
            currency1.Gold = 0;
            currency1.Silver = 0;
            this.dragonNestCurrencyLabel1.Currency = currency1;
            this.dragonNestCurrencyLabel1.Location = new System.Drawing.Point(221, 104);
            this.dragonNestCurrencyLabel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.dragonNestCurrencyLabel1.Name = "dragonNestCurrencyLabel1";
            this.dragonNestCurrencyLabel1.Size = new System.Drawing.Size(153, 24);
            this.dragonNestCurrencyLabel1.TabIndex = 6;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Moire ExtraBold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label4.Location = new System.Drawing.Point(250, 80);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(94, 15);
            this.label4.TabIndex = 7;
            this.label4.Text = "Price/Level";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackgroundImage = global::PowerLevelTool.Properties.Resources.DN;
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBox1.InitialImage = global::PowerLevelTool.Properties.Resources.DN;
            this.pictureBox1.Location = new System.Drawing.Point(221, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(153, 65);
            this.pictureBox1.TabIndex = 8;
            this.pictureBox1.TabStop = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.ClientSize = new System.Drawing.Size(387, 134);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.dragonNestCurrencyLabel1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.numericUpDown1);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("Moire", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Power Level Tool";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.expBonus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.clientLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DragonNestLibrary.Mechanics.Currency currency1 = new DragonNestLibrary.Mechanics.Currency();
            DragonNestLibrary.Mechanics.Currency currency2 = new DragonNestLibrary.Mechanics.Currency();
            DragonNestLibrary.Mechanics.Currency currency3 = new DragonNestLibrary.Mechanics.Currency();
            DragonNestLibrary.Mechanics.Currency currency4 = new DragonNestLibrary.Mechanics.Currency();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.sharpButton1 = new SandB0X_Control_Library.SharpButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.itempropsTargetLevel = new System.Windows.Forms.NumericUpDown();
            this.label7 = new System.Windows.Forms.Label();
            this.itempropsLevel = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.itempropsRarity = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.labelJellyCost = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.resTargetLevel = new System.Windows.Forms.NumericUpDown();
            this.label9 = new System.Windows.Forms.Label();
            this.resEnLevel = new System.Windows.Forms.NumericUpDown();
            this.label10 = new System.Windows.Forms.Label();
            this.resRarity = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.income = new DragonNest_Control_Library.DragonNestCurrencyLabel();
            this.diamondCost = new DragonNest_Control_Library.DragonNestCurrencyBox();
            this.altheumCost = new DragonNest_Control_Library.DragonNestCurrencyBox();
            this.jellyCost = new DragonNest_Control_Library.DragonNestCurrencyBox();
            this.stackDiamond = new DragonNest_Control_Library.ItemStack();
            this.stackOnyx = new DragonNest_Control_Library.ItemStack();
            this.stackAltheum = new DragonNest_Control_Library.ItemStack();
            this.stackJelly = new DragonNest_Control_Library.ItemStack();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.itempropsTargetLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.itempropsLevel)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.resTargetLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.resEnLevel)).BeginInit();
            this.tabPage3.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(426, 279);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
            this.tabPage1.Controls.Add(this.sharpButton1);
            this.tabPage1.Controls.Add(this.income);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(418, 253);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Enhancement Investment";
            // 
            // sharpButton1
            // 
            this.sharpButton1.BackColor = System.Drawing.Color.Transparent;
            this.sharpButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("sharpButton1.BackgroundImage")));
            this.sharpButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.sharpButton1.ClickColor = System.Drawing.Color.Black;
            this.sharpButton1.ClickImage = global::Dragon_Nest_Tool.Properties.Resources.click;
            this.sharpButton1.FlatAppearance.BorderSize = 0;
            this.sharpButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.sharpButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.sharpButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.sharpButton1.ForeColor = System.Drawing.Color.Black;
            this.sharpButton1.HoverColor = System.Drawing.Color.Black;
            this.sharpButton1.HoverImage = global::Dragon_Nest_Tool.Properties.Resources.hover;
            this.sharpButton1.IdleColor = System.Drawing.Color.Black;
            this.sharpButton1.IdleImage = global::Dragon_Nest_Tool.Properties.Resources.idle;
            this.sharpButton1.Location = new System.Drawing.Point(216, 198);
            this.sharpButton1.Name = "sharpButton1";
            this.sharpButton1.Size = new System.Drawing.Size(196, 52);
            this.sharpButton1.TabIndex = 4;
            this.sharpButton1.Text = "Calculate";
            this.sharpButton1.TintColor = System.Drawing.Color.DarkOliveGreen;
            this.sharpButton1.UseVisualStyleBackColor = false;
            this.sharpButton1.Click += new System.EventHandler(this.buttonCalc_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.itempropsTargetLevel);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.itempropsLevel);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.itempropsRarity);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Location = new System.Drawing.Point(8, 129);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(202, 117);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Item Properties";
            // 
            // itempropsTargetLevel
            // 
            this.itempropsTargetLevel.Location = new System.Drawing.Point(106, 75);
            this.itempropsTargetLevel.Name = "itempropsTargetLevel";
            this.itempropsTargetLevel.Size = new System.Drawing.Size(90, 21);
            this.itempropsTargetLevel.TabIndex = 9;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 77);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(67, 13);
            this.label7.TabIndex = 8;
            this.label7.Text = "Target Level";
            // 
            // itempropsLevel
            // 
            this.itempropsLevel.Location = new System.Drawing.Point(106, 48);
            this.itempropsLevel.Name = "itempropsLevel";
            this.itempropsLevel.Size = new System.Drawing.Size(90, 21);
            this.itempropsLevel.TabIndex = 7;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 50);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(76, 13);
            this.label5.TabIndex = 6;
            this.label5.Text = "Enhance Level";
            // 
            // itempropsRarity
            // 
            this.itempropsRarity.FormattingEnabled = true;
            this.itempropsRarity.Items.AddRange(new object[] {
            "Normal",
            "Magic",
            "Rare",
            "Epic",
            "Unique",
            "Legendary"});
            this.itempropsRarity.Location = new System.Drawing.Point(106, 21);
            this.itempropsRarity.Name = "itempropsRarity";
            this.itempropsRarity.Size = new System.Drawing.Size(90, 21);
            this.itempropsRarity.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 24);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(36, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "Rarity";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.diamondCost);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.altheumCost);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.jellyCost);
            this.groupBox1.Controls.Add(this.labelJellyCost);
            this.groupBox1.Location = new System.Drawing.Point(8, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(404, 117);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Prices";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(7, 86);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(73, 13);
            this.label8.TabIndex = 10;
            this.label8.Text = "Diamond Cost";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(7, 52);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Altheum Cost";
            // 
            // labelJellyCost
            // 
            this.labelJellyCost.AutoSize = true;
            this.labelJellyCost.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelJellyCost.Location = new System.Drawing.Point(7, 18);
            this.labelJellyCost.Name = "labelJellyCost";
            this.labelJellyCost.Size = new System.Drawing.Size(53, 13);
            this.labelJellyCost.TabIndex = 0;
            this.labelJellyCost.Text = "Jelly Cost";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.progressBar1);
            this.tabPage2.Controls.Add(this.groupBox3);
            this.tabPage2.Controls.Add(this.stackDiamond);
            this.tabPage2.Controls.Add(this.stackOnyx);
            this.tabPage2.Controls.Add(this.stackAltheum);
            this.tabPage2.Controls.Add(this.stackJelly);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(418, 253);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Resource Calculator";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // progressBar1
            // 
            this.progressBar1.Location = new System.Drawing.Point(258, 256);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(314, 40);
            this.progressBar1.TabIndex = 5;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.groupBox4);
            this.groupBox3.Location = new System.Drawing.Point(8, 6);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(244, 296);
            this.groupBox3.TabIndex = 0;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Configuration";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(6, 250);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(232, 40);
            this.button1.TabIndex = 3;
            this.button1.Text = "Calculate";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.resTargetLevel);
            this.groupBox4.Controls.Add(this.label9);
            this.groupBox4.Controls.Add(this.resEnLevel);
            this.groupBox4.Controls.Add(this.label10);
            this.groupBox4.Controls.Add(this.resRarity);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Location = new System.Drawing.Point(6, 20);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(204, 109);
            this.groupBox4.TabIndex = 2;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Item Properties";
            // 
            // resTargetLevel
            // 
            this.resTargetLevel.Location = new System.Drawing.Point(106, 76);
            this.resTargetLevel.Name = "resTargetLevel";
            this.resTargetLevel.Size = new System.Drawing.Size(90, 21);
            this.resTargetLevel.TabIndex = 9;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(6, 78);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(67, 13);
            this.label9.TabIndex = 8;
            this.label9.Text = "Target Level";
            // 
            // resEnLevel
            // 
            this.resEnLevel.Location = new System.Drawing.Point(106, 49);
            this.resEnLevel.Name = "resEnLevel";
            this.resEnLevel.Size = new System.Drawing.Size(90, 21);
            this.resEnLevel.TabIndex = 7;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(6, 51);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(76, 13);
            this.label10.TabIndex = 6;
            this.label10.Text = "Enhance Level";
            // 
            // resRarity
            // 
            this.resRarity.FormattingEnabled = true;
            this.resRarity.Items.AddRange(new object[] {
            "Normal",
            "Magic",
            "Rare",
            "Epic",
            "Unique",
            "Legendary"});
            this.resRarity.Location = new System.Drawing.Point(106, 22);
            this.resRarity.Name = "resRarity";
            this.resRarity.Size = new System.Drawing.Size(90, 21);
            this.resRarity.TabIndex = 5;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(6, 25);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(36, 13);
            this.label11.TabIndex = 4;
            this.label11.Text = "Rarity";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.textBox1);
            this.tabPage3.Controls.Add(this.label14);
            this.tabPage3.Controls.Add(this.groupBox5);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(418, 253);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Experience Calculator";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(86, 112);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(46, 21);
            this.textBox1.TabIndex = 5;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(16, 115);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(61, 13);
            this.label14.TabIndex = 4;
            this.label14.Text = "Exp/minute";
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.maskedTextBox2);
            this.groupBox5.Controls.Add(this.label13);
            this.groupBox5.Controls.Add(this.maskedTextBox1);
            this.groupBox5.Controls.Add(this.label12);
            this.groupBox5.Location = new System.Drawing.Point(6, 6);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(141, 100);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Dungeon Info";
            // 
            // maskedTextBox2
            // 
            this.maskedTextBox2.Location = new System.Drawing.Point(80, 53);
            this.maskedTextBox2.Mask = "90:00";
            this.maskedTextBox2.Name = "maskedTextBox2";
            this.maskedTextBox2.PromptChar = '0';
            this.maskedTextBox2.Size = new System.Drawing.Size(46, 21);
            this.maskedTextBox2.TabIndex = 3;
            this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(14, 56);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(57, 13);
            this.label13.TabIndex = 2;
            this.label13.Text = "Clear Time";
            // 
            // maskedTextBox1
            // 
            this.maskedTextBox1.Location = new System.Drawing.Point(80, 26);
            this.maskedTextBox1.Mask = "##.##%";
            this.maskedTextBox1.Name = "maskedTextBox1";
            this.maskedTextBox1.PromptChar = '0';
            this.maskedTextBox1.Size = new System.Drawing.Size(46, 21);
            this.maskedTextBox1.TabIndex = 1;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(14, 29);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(60, 13);
            this.label12.TabIndex = 0;
            this.label12.Text = "Experience";
            // 
            // income
            // 
            this.income.AutoSize = true;
            this.income.BackColor = System.Drawing.Color.Transparent;
            currency1.Copper = 0;
            currency1.Gold = 0;
            currency1.Silver = 0;
            this.income.Currency = currency1;
            this.income.Location = new System.Drawing.Point(249, 169);
            this.income.Name = "income";
            this.income.Size = new System.Drawing.Size(129, 23);
            this.income.TabIndex = 3;
            // 
            // diamondCost
            // 
            this.diamondCost.BackColor = System.Drawing.Color.Transparent;
            currency2.Copper = 0;
            currency2.Gold = 0;
            currency2.Silver = 0;
            this.diamondCost.Currency = currency2;
            this.diamondCost.Location = new System.Drawing.Point(128, 78);
            this.diamondCost.Name = "diamondCost";
            this.diamondCost.Size = new System.Drawing.Size(269, 28);
            this.diamondCost.TabIndex = 11;
            // 
            // altheumCost
            // 
            this.altheumCost.BackColor = System.Drawing.Color.Transparent;
            currency3.Copper = 0;
            currency3.Gold = 0;
            currency3.Silver = 0;
            this.altheumCost.Currency = currency3;
            this.altheumCost.Location = new System.Drawing.Point(128, 44);
            this.altheumCost.Name = "altheumCost";
            this.altheumCost.Size = new System.Drawing.Size(269, 28);
            this.altheumCost.TabIndex = 3;
            // 
            // jellyCost
            // 
            this.jellyCost.BackColor = System.Drawing.Color.Transparent;
            currency4.Copper = 0;
            currency4.Gold = 0;
            currency4.Silver = 0;
            this.jellyCost.Currency = currency4;
            this.jellyCost.Location = new System.Drawing.Point(128, 10);
            this.jellyCost.Name = "jellyCost";
            this.jellyCost.Size = new System.Drawing.Size(269, 28);
            this.jellyCost.TabIndex = 1;
            // 
            // stackDiamond
            // 
            this.stackDiamond.BackgroundImage = global::Dragon_Nest_Tool.Properties.Resources.Crude_Diamond;
            this.stackDiamond.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.stackDiamond.Disabled = false;
            this.stackDiamond.ItemImage = global::Dragon_Nest_Tool.Properties.Resources.Crude_Diamond;
            this.stackDiamond.Location = new System.Drawing.Point(415, 71);
            this.stackDiamond.Name = "stackDiamond";
            this.stackDiamond.Quantity = 0;
            this.stackDiamond.QuantityFont = new System.Drawing.Font("OCR A Extended", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.stackDiamond.QuantityForeColor = System.Drawing.SystemColors.ButtonFace;
            this.stackDiamond.Size = new System.Drawing.Size(64, 64);
            this.stackDiamond.TabIndex = 4;
            // 
            // stackOnyx
            // 
            this.stackOnyx.BackgroundImage = global::Dragon_Nest_Tool.Properties.Resources.Crude_Onyx;
            this.stackOnyx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.stackOnyx.Disabled = false;
            this.stackOnyx.ItemImage = global::Dragon_Nest_Tool.Properties.Resources.Crude_Onyx;
            this.stackOnyx.Location = new System.Drawing.Point(415, 141);
            this.stackOnyx.Name = "stackOnyx";
            this.stackOnyx.Quantity = 0;
            this.stackOnyx.QuantityFont = new System.Drawing.Font("OCR A Extended", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.stackOnyx.QuantityForeColor = System.Drawing.SystemColors.ButtonFace;
            this.stackOnyx.Size = new System.Drawing.Size(64, 64);
            this.stackOnyx.TabIndex = 3;
            // 
            // stackAltheum
            // 
            this.stackAltheum.BackgroundImage = global::Dragon_Nest_Tool.Properties.Resources.Crude_Altheum;
            this.stackAltheum.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.stackAltheum.Disabled = false;
            this.stackAltheum.ItemImage = global::Dragon_Nest_Tool.Properties.Resources.Crude_Altheum;
            this.stackAltheum.Location = new System.Drawing.Point(345, 141);
            this.stackAltheum.Name = "stackAltheum";
            this.stackAltheum.Quantity = 0;
            this.stackAltheum.QuantityFont = new System.Drawing.Font("OCR A Extended", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.stackAltheum.QuantityForeColor = System.Drawing.SystemColors.ButtonFace;
            this.stackAltheum.Size = new System.Drawing.Size(64, 64);
            this.stackAltheum.TabIndex = 2;
            // 
            // stackJelly
            // 
            this.stackJelly.BackgroundImage = global::Dragon_Nest_Tool.Properties.Resources.Item_Protection_Jelly;
            this.stackJelly.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.stackJelly.Disabled = false;
            this.stackJelly.ItemImage = global::Dragon_Nest_Tool.Properties.Resources.Item_Protection_Jelly;
            this.stackJelly.Location = new System.Drawing.Point(345, 71);
            this.stackJelly.Name = "stackJelly";
            this.stackJelly.Quantity = 0;
            this.stackJelly.QuantityFont = new System.Drawing.Font("OCR A Extended", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.stackJelly.QuantityForeColor = System.Drawing.SystemColors.ButtonFace;
            this.stackJelly.Size = new System.Drawing.Size(64, 64);
            this.stackJelly.TabIndex = 1;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(426, 279);
            this.Controls.Add(this.tabControl1);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Dragon Nest Tool";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.itempropsTargetLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.itempropsLevel)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.resTargetLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.resEnLevel)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.ResumeLayout(false);

        }