Example #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();
            KTibiaX.UI.Util.BaseControl baseControl1 = new KTibiaX.UI.Util.BaseControl();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Speed));
            KTibiaX.UI.Util.BaseEdit baseEdit1 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit2 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit3 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit4 = new KTibiaX.UI.Util.BaseEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.ckAutomatic = new DevExpress.XtraEditors.CheckEdit();
            this.ck30 = new DevExpress.XtraEditors.CheckEdit();
            this.ck10 = new DevExpress.XtraEditors.CheckEdit();
            this.txtOriginal = new DevExpress.XtraEditors.TextEdit();
            this.txtActual = new DevExpress.XtraEditors.TextEdit();
            this.ck20 = new DevExpress.XtraEditors.CheckEdit();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnStart = new DevExpress.XtraEditors.SimpleButton();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.TMValues = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ck30.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ck10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOriginal.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtActual.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ck20.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.layoutControl2);
            this.groupControl1.Location = new System.Drawing.Point(160, 7);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(236, 116);
            this.groupControl1.TabIndex = 5;
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.ckAutomatic);
            this.layoutControl2.Controls.Add(this.ck30);
            this.layoutControl2.Controls.Add(this.ck10);
            this.layoutControl2.Controls.Add(this.txtOriginal);
            this.layoutControl2.Controls.Add(this.txtActual);
            this.layoutControl2.Controls.Add(this.ck20);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(2, 20);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(232, 94);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // ckAutomatic
            // 
            this.ckAutomatic.Location = new System.Drawing.Point(7, 67);
            this.ckAutomatic.Name = "ckAutomatic";
            this.ckAutomatic.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckAutomatic.Properties.Appearance.Options.UseBackColor = true;
            this.ckAutomatic.Properties.Caption = " Activate automaticaly after Login!";
            this.ckAutomatic.Size = new System.Drawing.Size(219, 18);
            this.ckAutomatic.StyleController = this.layoutControl2;
            this.ckAutomatic.TabIndex = 9;
            // 
            // ck30
            // 
            this.ck30.Location = new System.Drawing.Point(159, 38);
            this.ck30.Name = "ck30";
            this.ck30.Properties.Caption = " UP 70%";
            this.ck30.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ck30.Properties.RadioGroupIndex = 1;
            this.ck30.Size = new System.Drawing.Size(67, 18);
            this.ck30.StyleController = this.layoutControl2;
            this.ck30.TabIndex = 8;
            this.ck30.TabStop = false;
            // 
            // ck10
            // 
            this.ck10.Location = new System.Drawing.Point(7, 38);
            this.ck10.Name = "ck10";
            this.ck10.Properties.Caption = " UP 10%";
            this.ck10.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ck10.Properties.RadioGroupIndex = 1;
            this.ck10.Size = new System.Drawing.Size(67, 18);
            this.ck10.StyleController = this.layoutControl2;
            this.ck10.TabIndex = 7;
            this.ck10.TabStop = false;
            // 
            // txtOriginal
            // 
            this.txtOriginal.Enabled = false;
            this.txtOriginal.Location = new System.Drawing.Point(170, 7);
            this.txtOriginal.Name = "txtOriginal";
            this.txtOriginal.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.txtOriginal.Properties.Appearance.Options.UseBackColor = true;
            this.txtOriginal.Properties.Appearance.Options.UseTextOptions = true;
            this.txtOriginal.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtOriginal.Properties.ReadOnly = true;
            this.txtOriginal.Size = new System.Drawing.Size(56, 20);
            this.txtOriginal.StyleController = this.layoutControl2;
            this.txtOriginal.TabIndex = 5;
            // 
            // txtActual
            // 
            this.txtActual.Enabled = false;
            this.txtActual.Location = new System.Drawing.Point(55, 7);
            this.txtActual.Name = "txtActual";
            this.txtActual.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.txtActual.Properties.Appearance.Options.UseBackColor = true;
            this.txtActual.Properties.Appearance.Options.UseTextOptions = true;
            this.txtActual.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtActual.Properties.ReadOnly = true;
            this.txtActual.Size = new System.Drawing.Size(56, 20);
            this.txtActual.StyleController = this.layoutControl2;
            this.txtActual.TabIndex = 4;
            // 
            // ck20
            // 
            this.ck20.Location = new System.Drawing.Point(85, 38);
            this.ck20.Name = "ck20";
            this.ck20.Properties.Caption = " UP 40%";
            this.ck20.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ck20.Properties.RadioGroupIndex = 1;
            this.ck20.Size = new System.Drawing.Size(63, 18);
            this.ck20.StyleController = this.layoutControl2;
            this.ck20.TabIndex = 6;
            this.ck20.TabStop = false;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4,
            this.layoutControlItem7,
            this.layoutControlItem6,
            this.layoutControlItem8,
            this.layoutControlItem5,
            this.layoutControlItem9});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(232, 94);
            this.layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.AppearanceItemCaption.BackColor = System.Drawing.Color.WhiteSmoke;
            this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.Sienna;
            this.layoutControlItem4.AppearanceItemCaption.Options.UseBackColor = true;
            this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem4.Control = this.txtActual;
            this.layoutControlItem4.CustomizationFormText = " Actual:";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem4.MinSize = new System.Drawing.Size(30, 31);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(115, 31);
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem4.Text = " Actual:";
            this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(43, 20);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.ck10;
            this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(78, 29);
            this.layoutControlItem7.Text = "layoutControlItem7";
            this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextToControlDistance = 0;
            this.layoutControlItem7.TextVisible = false;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.ck20;
            this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
            this.layoutControlItem6.Location = new System.Drawing.Point(78, 31);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(74, 29);
            this.layoutControlItem6.Text = "layoutControlItem6";
            this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextToControlDistance = 0;
            this.layoutControlItem6.TextVisible = false;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.ck30;
            this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
            this.layoutControlItem8.Location = new System.Drawing.Point(152, 31);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(78, 29);
            this.layoutControlItem8.Text = "layoutControlItem8";
            this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextToControlDistance = 0;
            this.layoutControlItem8.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.BackColor = System.Drawing.Color.WhiteSmoke;
            this.layoutControlItem5.AppearanceItemCaption.ForeColor = System.Drawing.Color.Green;
            this.layoutControlItem5.AppearanceItemCaption.Options.UseBackColor = true;
            this.layoutControlItem5.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem5.Control = this.txtOriginal;
            this.layoutControlItem5.CustomizationFormText = " Original:";
            this.layoutControlItem5.Location = new System.Drawing.Point(115, 0);
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem5.MinSize = new System.Drawing.Size(30, 31);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(115, 31);
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem5.Text = " Original:";
            this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(43, 20);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.ckAutomatic;
            this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 60);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(230, 32);
            this.layoutControlItem9.Text = "layoutControlItem9";
            this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem9.TextToControlDistance = 0;
            this.layoutControlItem9.TextVisible = false;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.btnStart);
            this.layoutControl1.Controls.Add(this.groupControl1);
            this.layoutControl1.Controls.Add(this.pictureEdit1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(402, 129);
            this.layoutControl1.TabIndex = 1;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // btnStart
            // 
            this.btnStart.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.btnStart.Appearance.Options.UseFont = true;
            this.btnStart.Appearance.Options.UseTextOptions = true;
            this.btnStart.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.btnStart.Image = global::KTibiaX.ImgButtons.vista_start;
            this.btnStart.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnStart.Location = new System.Drawing.Point(5, 81);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(146, 44);
            this.btnStart.StyleController = this.layoutControl1;
            this.btnStart.TabIndex = 6;
            this.btnStart.Text = " ﮒTART ";
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = global::KTibiaX.ImgTitles.speed;
            this.pictureEdit1.Location = new System.Drawing.Point(7, 7);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.ShowMenu = false;
            this.pictureEdit1.Size = new System.Drawing.Size(142, 65);
            this.pictureEdit1.StyleController = this.layoutControl1;
            this.pictureEdit1.TabIndex = 4;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Size = new System.Drawing.Size(402, 129);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.pictureEdit1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(153, 76);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.groupControl1;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(153, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(247, 127);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.btnStart;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 76);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem3.Size = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // TMValues
            // 
            this.TMValues.Interval = 1000;
            // 
            // frm_Speed
            // 
            this.ActionInterval = 1000;
            this.AutomaticCheckControl = this.ckAutomatic;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(402, 129);
            this.Controls.Add(this.layoutControl1);
            baseControl1.Control = this.groupControl1;
            baseControl1.Enabled = true;
            baseControl1.Name = "groupControl1";
            baseControl1.Text = "";
            this.ControlsToDisable = new KTibiaX.UI.Util.BaseControl[] {
        baseControl1};
            this.FeatureName = "Player Speed";
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frm_Speed";
            this.StartButton = this.btnStart;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            baseEdit1.Control = this.ckAutomatic;
            baseEdit1.Enabled = true;
            baseEdit1.Name = "ckAutomatic";
            baseEdit1.Value = false;
            baseEdit2.Control = this.ck10;
            baseEdit2.Enabled = true;
            baseEdit2.Name = "ck10";
            baseEdit2.Value = false;
            baseEdit3.Control = this.ck20;
            baseEdit3.Enabled = true;
            baseEdit3.Name = "ck20";
            baseEdit3.Value = false;
            baseEdit4.Control = this.ck30;
            baseEdit4.Enabled = true;
            baseEdit4.Name = "ck30";
            baseEdit4.Value = false;
            this.StorableControls = new KTibiaX.UI.Util.BaseEdit[] {
        baseEdit1,
        baseEdit2,
        baseEdit3,
        baseEdit4};
            this.Text = "Player Speed";
            this.Load += new System.EventHandler(this.frm_Speed_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ck30.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ck10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOriginal.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtActual.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ck20.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_TradeHelper));
            KTibiaX.UI.Util.BaseControl baseControl1 = new KTibiaX.UI.Util.BaseControl();
            KTibiaX.UI.Util.BaseControl baseControl2 = new KTibiaX.UI.Util.BaseControl();
            KTibiaX.UI.Util.BaseEdit baseEdit1 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit2 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit3 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit4 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseList baseList1 = new KTibiaX.UI.Util.BaseList();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.btnClear = new DevExpress.XtraEditors.SimpleButton();
            this.imgForm = new DevExpress.Utils.ImageCollection(this.components);
            this.btnRem = new DevExpress.XtraEditors.SimpleButton();
            this.txtMsgToList = new DevExpress.XtraEditors.TextEdit();
            this.lstMsg = new DevExpress.XtraEditors.ListBoxControl();
            this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
            this.ckYells = new DevExpress.XtraEditors.CheckEdit();
            this.ckTrade = new DevExpress.XtraEditors.CheckEdit();
            this.txtMsgToSent = new DevExpress.XtraEditors.MemoEdit();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.ckAutomatic = new DevExpress.XtraEditors.CheckEdit();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnStart = new DevExpress.XtraEditors.SimpleButton();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgForm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMsgToList.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstMsg)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
            this.layoutControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckYells.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckTrade.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMsgToSent.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.layoutControl2);
            this.groupControl1.Enabled = false;
            this.groupControl1.Location = new System.Drawing.Point(160, 102);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(396, 122);
            this.groupControl1.TabIndex = 5;
            this.groupControl1.Text = "Watcher";
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.btnClear);
            this.layoutControl2.Controls.Add(this.btnRem);
            this.layoutControl2.Controls.Add(this.txtMsgToList);
            this.layoutControl2.Controls.Add(this.lstMsg);
            this.layoutControl2.Controls.Add(this.btnAdd);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(2, 20);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(392, 100);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // btnClear
            // 
            this.btnClear.ImageIndex = 3;
            this.btnClear.ImageList = this.imgForm;
            this.btnClear.Location = new System.Drawing.Point(329, 66);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(59, 30);
            this.btnClear.StyleController = this.layoutControl2;
            this.btnClear.TabIndex = 10;
            this.btnClear.Text = "Clear";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // imgForm
            // 
            this.imgForm.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imgForm.ImageStream")));
            // 
            // btnRem
            // 
            this.btnRem.ImageIndex = 0;
            this.btnRem.ImageList = this.imgForm;
            this.btnRem.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnRem.Location = new System.Drawing.Point(263, 66);
            this.btnRem.Name = "btnRem";
            this.btnRem.Size = new System.Drawing.Size(59, 30);
            this.btnRem.StyleController = this.layoutControl2;
            this.btnRem.TabIndex = 9;
            this.btnRem.Text = "Rem";
            this.btnRem.Click += new System.EventHandler(this.btnRem_Click);
            // 
            // txtMsgToList
            // 
            this.txtMsgToList.EditValue = "";
            this.txtMsgToList.Location = new System.Drawing.Point(252, 37);
            this.txtMsgToList.Name = "txtMsgToList";
            this.txtMsgToList.Properties.Appearance.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold);
            this.txtMsgToList.Properties.Appearance.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.txtMsgToList.Properties.Appearance.Options.UseFont = true;
            this.txtMsgToList.Properties.Appearance.Options.UseForeColor = true;
            this.txtMsgToList.Size = new System.Drawing.Size(134, 20);
            this.txtMsgToList.StyleController = this.layoutControl2;
            this.txtMsgToList.TabIndex = 5;
            // 
            // lstMsg
            // 
            this.lstMsg.Appearance.Font = new System.Drawing.Font("Courier New", 8F);
            this.lstMsg.Appearance.Options.UseFont = true;
            this.lstMsg.Location = new System.Drawing.Point(7, 7);
            this.lstMsg.Name = "lstMsg";
            this.lstMsg.Size = new System.Drawing.Size(180, 87);
            this.lstMsg.StyleController = this.layoutControl2;
            this.lstMsg.TabIndex = 4;
            this.lstMsg.SelectedIndexChanged += new System.EventHandler(this.lstMsg_SelectedIndexChanged);
            // 
            // btnAdd
            // 
            this.btnAdd.ImageIndex = 1;
            this.btnAdd.ImageList = this.imgForm;
            this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnAdd.Location = new System.Drawing.Point(196, 66);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(60, 30);
            this.btnAdd.StyleController = this.layoutControl2;
            this.btnAdd.TabIndex = 8;
            this.btnAdd.Text = "Add";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem8,
            this.layoutControlItem9,
            this.layoutControlItem13,
            this.layoutControlItem12,
            this.layoutControlItem10,
            this.emptySpaceItem1});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(392, 100);
            this.layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.lstMsg;
            this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(191, 98);
            this.layoutControlItem8.Text = "layoutControlItem8";
            this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextToControlDistance = 0;
            this.layoutControlItem8.TextVisible = false;
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txtMsgToList;
            this.layoutControlItem9.CustomizationFormText = " Message:";
            this.layoutControlItem9.Location = new System.Drawing.Point(191, 30);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(199, 31);
            this.layoutControlItem9.Text = " Message:";
            this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(49, 20);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.btnRem;
            this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
            this.layoutControlItem13.Location = new System.Drawing.Point(258, 61);
            this.layoutControlItem13.MinSize = new System.Drawing.Size(31, 33);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem13.Size = new System.Drawing.Size(66, 37);
            this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem13.Text = "layoutControlItem13";
            this.layoutControlItem13.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextToControlDistance = 0;
            this.layoutControlItem13.TextVisible = false;
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.btnAdd;
            this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
            this.layoutControlItem12.Location = new System.Drawing.Point(191, 61);
            this.layoutControlItem12.MinSize = new System.Drawing.Size(31, 33);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem12.Size = new System.Drawing.Size(67, 37);
            this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem12.Text = "layoutControlItem12";
            this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextToControlDistance = 0;
            this.layoutControlItem12.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.btnClear;
            this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
            this.layoutControlItem10.Location = new System.Drawing.Point(324, 61);
            this.layoutControlItem10.MinSize = new System.Drawing.Size(64, 31);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem10.Size = new System.Drawing.Size(66, 37);
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem10.Text = "layoutControlItem10";
            this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextToControlDistance = 0;
            this.layoutControlItem10.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AppearanceItemCaption.BackColor = System.Drawing.Color.WhiteSmoke;
            this.emptySpaceItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.IndianRed;
            this.emptySpaceItem1.AppearanceItemCaption.Options.UseBackColor = true;
            this.emptySpaceItem1.AppearanceItemCaption.Options.UseForeColor = true;
            this.emptySpaceItem1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.emptySpaceItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.emptySpaceItem1.CustomizationFormText = "You will receive as private message.";
            this.emptySpaceItem1.Location = new System.Drawing.Point(191, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(199, 30);
            this.emptySpaceItem1.Text = "You will receive as private message.";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(49, 20);
            this.emptySpaceItem1.TextVisible = true;
            // 
            // groupControl2
            // 
            this.groupControl2.Controls.Add(this.layoutControl3);
            this.groupControl2.Location = new System.Drawing.Point(160, 7);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(396, 84);
            this.groupControl2.TabIndex = 7;
            this.groupControl2.Text = "Sender";
            // 
            // layoutControl3
            // 
            this.layoutControl3.Controls.Add(this.ckYells);
            this.layoutControl3.Controls.Add(this.ckTrade);
            this.layoutControl3.Controls.Add(this.txtMsgToSent);
            this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl3.Location = new System.Drawing.Point(2, 20);
            this.layoutControl3.Name = "layoutControl3";
            this.layoutControl3.Root = this.layoutControlGroup3;
            this.layoutControl3.Size = new System.Drawing.Size(392, 62);
            this.layoutControl3.TabIndex = 0;
            this.layoutControl3.Text = "layoutControl3";
            // 
            // ckYells
            // 
            this.ckYells.Location = new System.Drawing.Point(237, 36);
            this.ckYells.Name = "ckYells";
            this.ckYells.Properties.Caption = " Yells in Default Channel";
            this.ckYells.Size = new System.Drawing.Size(149, 18);
            this.ckYells.StyleController = this.layoutControl3;
            this.ckYells.TabIndex = 6;
            // 
            // ckTrade
            // 
            this.ckTrade.Location = new System.Drawing.Point(237, 7);
            this.ckTrade.Name = "ckTrade";
            this.ckTrade.Properties.Caption = " Send to Trade Channel";
            this.ckTrade.Size = new System.Drawing.Size(149, 18);
            this.ckTrade.StyleController = this.layoutControl3;
            this.ckTrade.TabIndex = 5;
            // 
            // txtMsgToSent
            // 
            this.txtMsgToSent.EditValue = "SELL DEMON ARMOR";
            this.txtMsgToSent.Location = new System.Drawing.Point(7, 7);
            this.txtMsgToSent.Name = "txtMsgToSent";
            this.txtMsgToSent.Properties.Appearance.Font = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Bold);
            this.txtMsgToSent.Properties.Appearance.ForeColor = System.Drawing.Color.IndianRed;
            this.txtMsgToSent.Properties.Appearance.Options.UseFont = true;
            this.txtMsgToSent.Properties.Appearance.Options.UseForeColor = true;
            this.txtMsgToSent.Size = new System.Drawing.Size(219, 49);
            this.txtMsgToSent.StyleController = this.layoutControl3;
            this.txtMsgToSent.TabIndex = 4;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.layoutControlItem7});
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Size = new System.Drawing.Size(392, 62);
            this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txtMsgToSent;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(230, 60);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.ckTrade;
            this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
            this.layoutControlItem6.Location = new System.Drawing.Point(230, 0);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(160, 29);
            this.layoutControlItem6.Text = "layoutControlItem6";
            this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextToControlDistance = 0;
            this.layoutControlItem6.TextVisible = false;
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.ckYells;
            this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
            this.layoutControlItem7.Location = new System.Drawing.Point(230, 29);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(160, 31);
            this.layoutControlItem7.Text = "layoutControlItem7";
            this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextToControlDistance = 0;
            this.layoutControlItem7.TextVisible = false;
            // 
            // ckAutomatic
            // 
            this.ckAutomatic.Location = new System.Drawing.Point(7, 155);
            this.ckAutomatic.Name = "ckAutomatic";
            this.ckAutomatic.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckAutomatic.Properties.Appearance.Options.UseBackColor = true;
            this.ckAutomatic.Properties.Caption = " Automatic start on login!";
            this.ckAutomatic.Size = new System.Drawing.Size(142, 18);
            this.ckAutomatic.StyleController = this.layoutControl1;
            this.ckAutomatic.TabIndex = 7;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.groupControl2);
            this.layoutControl1.Controls.Add(this.btnStart);
            this.layoutControl1.Controls.Add(this.groupControl1);
            this.layoutControl1.Controls.Add(this.pictureEdit1);
            this.layoutControl1.Controls.Add(this.ckAutomatic);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(562, 230);
            this.layoutControl1.TabIndex = 1;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // btnStart
            // 
            this.btnStart.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.btnStart.Appearance.Options.UseFont = true;
            this.btnStart.Appearance.Options.UseTextOptions = true;
            this.btnStart.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.btnStart.Image = global::KTibiaX.ImgButtons.next;
            this.btnStart.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnStart.Location = new System.Drawing.Point(5, 182);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(146, 44);
            this.btnStart.StyleController = this.layoutControl1;
            this.btnStart.TabIndex = 6;
            this.btnStart.Text = " ﮒTART ";
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = global::KTibiaX.ImgTitles.trade_watcher;
            this.pictureEdit1.Location = new System.Drawing.Point(7, 7);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.ShowMenu = false;
            this.pictureEdit1.Size = new System.Drawing.Size(142, 137);
            this.pictureEdit1.StyleController = this.layoutControl1;
            this.pictureEdit1.TabIndex = 4;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.layoutControlItem11});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Size = new System.Drawing.Size(562, 230);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.pictureEdit1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(153, 148);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.groupControl1;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(153, 95);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(407, 133);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.btnStart;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 177);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem3.Size = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.groupControl2;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(153, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(407, 95);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.ckAutomatic;
            this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 148);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(153, 29);
            this.layoutControlItem11.Text = "layoutControlItem11";
            this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextToControlDistance = 0;
            this.layoutControlItem11.TextVisible = false;
            // 
            // dxErrorProvider1
            // 
            this.dxErrorProvider1.ContainerControl = this;
            // 
            // frm_TradeHelper
            // 
            this.ActionInterval = 1000;
            this.AutomaticCheckControl = this.ckAutomatic;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(562, 230);
            this.Controls.Add(this.layoutControl1);
            baseControl1.Control = this.groupControl1;
            baseControl1.Enabled = true;
            baseControl1.Name = "groupControl1";
            baseControl1.Text = "Watcher";
            baseControl2.Control = this.groupControl2;
            baseControl2.Enabled = true;
            baseControl2.Name = "groupControl2";
            baseControl2.Text = "Sender";
            this.ControlsToDisable = new KTibiaX.UI.Util.BaseControl[] {
        baseControl1,
        baseControl2};
            this.FeatureName = "Trade Helper";
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frm_TradeHelper";
            this.StartButton = this.btnStart;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            baseEdit1.Control = this.ckAutomatic;
            baseEdit1.Enabled = true;
            baseEdit1.Name = "ckAutomatic";
            baseEdit1.Value = false;
            baseEdit2.Control = this.ckTrade;
            baseEdit2.Enabled = true;
            baseEdit2.Name = "ckTrade";
            baseEdit2.Value = false;
            baseEdit3.Control = this.ckYells;
            baseEdit3.Enabled = true;
            baseEdit3.Name = "ckYells";
            baseEdit3.Value = false;
            baseEdit4.Control = this.txtMsgToSent;
            baseEdit4.Enabled = true;
            baseEdit4.Name = "txtMsgToSent";
            baseEdit4.Value = "SELL DEMON ARMOR";
            this.StorableControls = new KTibiaX.UI.Util.BaseEdit[] {
        baseEdit1,
        baseEdit2,
        baseEdit3,
        baseEdit4};
            baseList1.Control = this.lstMsg;
            this.StorableLists = new KTibiaX.UI.Util.BaseList[] {
        baseList1};
            this.Text = "Trade Helper";
            this.Load += new System.EventHandler(this.frm_TradeHelper_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.imgForm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMsgToList.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstMsg)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
            this.layoutControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ckYells.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckTrade.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMsgToSent.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            KTibiaX.UI.Util.BaseControl baseControl1 = new KTibiaX.UI.Util.BaseControl();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Outfit));
            KTibiaX.UI.Util.BaseEdit baseEdit1 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit2 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit3 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit4 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit5 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit6 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit7 = new KTibiaX.UI.Util.BaseEdit();
            KTibiaX.UI.Util.BaseEdit baseEdit8 = new KTibiaX.UI.Util.BaseEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.ckAutomatic = new DevExpress.XtraEditors.CheckEdit();
            this.ckNoAddon = new DevExpress.XtraEditors.CheckEdit();
            this.ckBothAddon = new DevExpress.XtraEditors.CheckEdit();
            this.ckFirstAddon = new DevExpress.XtraEditors.CheckEdit();
            this.ddlPlayer = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.ckPlayer = new DevExpress.XtraEditors.CheckEdit();
            this.ddlCreatures = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.ckCreatures = new DevExpress.XtraEditors.CheckEdit();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnStart = new DevExpress.XtraEditors.SimpleButton();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckNoAddon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckBothAddon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckFirstAddon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlPlayer.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckPlayer.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlCreatures.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckCreatures.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.layoutControl2);
            this.groupControl1.Location = new System.Drawing.Point(160, 7);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(276, 149);
            this.groupControl1.TabIndex = 5;
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.ckAutomatic);
            this.layoutControl2.Controls.Add(this.ckNoAddon);
            this.layoutControl2.Controls.Add(this.ckBothAddon);
            this.layoutControl2.Controls.Add(this.ckFirstAddon);
            this.layoutControl2.Controls.Add(this.ddlPlayer);
            this.layoutControl2.Controls.Add(this.ckPlayer);
            this.layoutControl2.Controls.Add(this.ddlCreatures);
            this.layoutControl2.Controls.Add(this.ckCreatures);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(2, 20);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(272, 127);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // ckAutomatic
            // 
            this.ckAutomatic.Location = new System.Drawing.Point(7, 98);
            this.ckAutomatic.Name = "ckAutomatic";
            this.ckAutomatic.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckAutomatic.Properties.Appearance.Options.UseBackColor = true;
            this.ckAutomatic.Properties.Caption = " Activate automaticaly after Login!";
            this.ckAutomatic.Size = new System.Drawing.Size(259, 18);
            this.ckAutomatic.StyleController = this.layoutControl2;
            this.ckAutomatic.TabIndex = 11;
            // 
            // ckNoAddon
            // 
            this.ckNoAddon.Location = new System.Drawing.Point(7, 69);
            this.ckNoAddon.Name = "ckNoAddon";
            this.ckNoAddon.Properties.Caption = " No Addon";
            this.ckNoAddon.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ckNoAddon.Properties.RadioGroupIndex = 2;
            this.ckNoAddon.Size = new System.Drawing.Size(75, 18);
            this.ckNoAddon.StyleController = this.layoutControl2;
            this.ckNoAddon.TabIndex = 10;
            this.ckNoAddon.TabStop = false;
            // 
            // ckBothAddon
            // 
            this.ckBothAddon.Location = new System.Drawing.Point(185, 69);
            this.ckBothAddon.Name = "ckBothAddon";
            this.ckBothAddon.Properties.Caption = " Both Addon";
            this.ckBothAddon.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ckBothAddon.Properties.RadioGroupIndex = 2;
            this.ckBothAddon.Size = new System.Drawing.Size(81, 18);
            this.ckBothAddon.StyleController = this.layoutControl2;
            this.ckBothAddon.TabIndex = 9;
            this.ckBothAddon.TabStop = false;
            // 
            // ckFirstAddon
            // 
            this.ckFirstAddon.Location = new System.Drawing.Point(93, 69);
            this.ckFirstAddon.Name = "ckFirstAddon";
            this.ckFirstAddon.Properties.Caption = " First Addon";
            this.ckFirstAddon.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ckFirstAddon.Properties.RadioGroupIndex = 2;
            this.ckFirstAddon.Size = new System.Drawing.Size(81, 18);
            this.ckFirstAddon.StyleController = this.layoutControl2;
            this.ckFirstAddon.TabIndex = 8;
            this.ckFirstAddon.TabStop = false;
            // 
            // ddlPlayer
            // 
            this.ddlPlayer.EditValue = 156;
            this.ddlPlayer.Location = new System.Drawing.Point(123, 38);
            this.ddlPlayer.Name = "ddlPlayer";
            this.ddlPlayer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlPlayer.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Assassin", 156, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Barbarian", 147, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Beggar", 157, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Citizen", 136, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Druid", 148, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Hunter", 137, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Knight", 139, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Mage", 138, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Ninja", 156, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Nobleman", 140, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Oriental", 150, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Pirate", 155, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Shaman", 158, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Summoner", 141, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Warrior", 142, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Female Wizard", 149, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Assassin", 152, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Barbarian", 143, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Beggar", 153, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Citizen", 128, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Druid", 144, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Hunter", 129, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Knight", 131, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Mage", 130, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Ninja", 152, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Nobleman", 132, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Oriental", 146, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Pirate", 151, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Shaman", 154, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Summoner", 133, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Warrior", 134, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Male Wizard", 145, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Old Man", 127, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Old Woman", 126, -1)});
            this.ddlPlayer.Properties.Sorted = true;
            this.ddlPlayer.Size = new System.Drawing.Size(143, 20);
            this.ddlPlayer.StyleController = this.layoutControl2;
            this.ddlPlayer.TabIndex = 7;
            // 
            // ckPlayer
            // 
            this.ckPlayer.Location = new System.Drawing.Point(7, 38);
            this.ckPlayer.Name = "ckPlayer";
            this.ckPlayer.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckPlayer.Properties.Appearance.ForeColor = System.Drawing.Color.ForestGreen;
            this.ckPlayer.Properties.Appearance.Options.UseBackColor = true;
            this.ckPlayer.Properties.Appearance.Options.UseForeColor = true;
            this.ckPlayer.Properties.Caption = " Player Outfits:";
            this.ckPlayer.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ckPlayer.Properties.RadioGroupIndex = 1;
            this.ckPlayer.Size = new System.Drawing.Size(105, 18);
            this.ckPlayer.StyleController = this.layoutControl2;
            this.ckPlayer.TabIndex = 6;
            this.ckPlayer.TabStop = false;
            this.ckPlayer.CheckedChanged += new System.EventHandler(this.ckPlayer_CheckedChanged);
            // 
            // ddlCreatures
            // 
            this.ddlCreatures.EditValue = 194;
            this.ddlCreatures.Location = new System.Drawing.Point(123, 7);
            this.ddlCreatures.Name = "ddlCreatures";
            this.ddlCreatures.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlCreatures.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Adept Of The Cult", 194, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Ancient Scarab", 79, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Azure Frog", 224, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Badger", 105, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Banshee", 78, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Bat", 122, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Bear", 16, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Behemoth", 55, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Beholder", 17, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Betrayed Wraith", 233, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Black Sheep", 13, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Blightwalker", 246, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Blood Crab", 200, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Blue Butterfly", 227, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Blue Demon", 12, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Blue Djinn", 80, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Bonebeast", 101, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Bug", 45, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Buttefly Pink", 213, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Butterfly Yellow", 10, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Carniphila", 120, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Carrion Worm", 192, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cave Rat", 56, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Centipede", 124, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Chicken", 111, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cobra", 81, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Crab", 112, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Crocodile", 119, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Crypt Shambler", 100, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cyclops", 22, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dark Torturer", 234, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Deathslicer", 102, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Deer", 31, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Defiler", 238, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Demon", 107, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Demon", 35, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Demon Skeleton", 37, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Destroyer", 236, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Diabolic Imp", 237, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dog", 32, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dragon", 34, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dragon Lord", 39, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dwarf", 69, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dwarf Geomancer", 66, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dwarf Guard", 70, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dwarf NPC", 160, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dwarf Soldier", 71, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dworc Fleshhunter", 215, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dworc Venomsniper", 216, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Dworc Voodoomaster", 214, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Efreet", 103, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Elder Beholder", 108, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Elephant", 211, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Elf", 62, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Elf Arcanist", 63, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Elf NPC", 159, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Elf Scout", 64, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Enlightened Of The Cult", 193, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Ferumbras", 229, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Fire Devil", 40, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Fire Elemental", 49, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Flamingo", 212, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Frog", 226, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Frost Troll", 53, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Game Master", 75, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Gargoyle", 95, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Gazer", 109, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Ghost", 48, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Ghoul", 18, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Giant Spider", 38, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("GM", 75, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Goblin", 61, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Green Djinn", 51, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hand Of Cursed Fate", 230, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hellfire", 242, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hellfire Fighter", 243, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hellhound", 240, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hero", 73, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hydra", 121, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Hyena", 94, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Juggernaut", 225, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Kongra", 116, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Larva", 82, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Lich", 99, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Lion", 41, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Lizard Sentinel", 114, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Lizard Snakecharmer", 115, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Lizard Templar", 113, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Lost Soul", 232, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Mammoth", 199, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Marid", 104, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Merlkin", 117, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Mimic", 92, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minotaur", 25, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minotaur Archer", 24, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minotaur Guard", 29, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minotaur Mage", 23, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Monk", 57, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Mummy", 65, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Necromancer", 9, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Nightmare", 245, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc", 5, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc Berserker", 8, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc Leader", 59, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc Rider", 4, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc Shaman", 6, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc Spearman", 50, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Orc Warrior", 7, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Panda", 123, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Parrot", 217, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Phantasm", 241, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pharaoh", 84, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pharaoh2", 87, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pig", 60, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pirate Buccaneer", 97, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pirate Corsair", 98, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pirate Cutthroat", 96, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pirate Ghost", 196, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pirate Marauder", 93, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pirate Skeleton", 195, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Plaguesmith", 247, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Poison Spider", 36, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Polar Bear", 42, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Priestess", 58, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Quara Constrictor", 46, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Quara Hydromancer", 47, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Quara Mantassin", 72, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Quara Pincher", 77, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Quara Predator", 20, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Rabbit", 74, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Rat", 21, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Red Butterfly", 228, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Rotworm", 26, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Scarab", 83, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Scorpion", 43, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Seagull", 223, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Serpent Spawn", 220, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sibang", 118, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Skeleton", 33, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Skunk", 106, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Slime", 19, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Snake", 28, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Spectre", 235, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Spider", 30, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Spit Nettle", 221, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Stone Golem", 67, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Swamp Troll", 76, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Tarantula", 219, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Terror Bird", 218, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Thornback Tortoise", 198, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Tiger", 125, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Toad", 222, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Tortoise", 197, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Troll", 15, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Undead Dragon", 231, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Vampire", 68, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Warwolf", 3, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Wasp", 44, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Water Elemental", 11, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("White Sheep", 14, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Winter Wolf", 52, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Witch", 54, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Wolf", 27, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Wyvern", 239, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Yeti", 110, -1)});
            this.ddlCreatures.Properties.Sorted = true;
            this.ddlCreatures.Size = new System.Drawing.Size(143, 20);
            this.ddlCreatures.StyleController = this.layoutControl2;
            this.ddlCreatures.TabIndex = 5;
            // 
            // ckCreatures
            // 
            this.ckCreatures.Location = new System.Drawing.Point(7, 7);
            this.ckCreatures.Name = "ckCreatures";
            this.ckCreatures.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckCreatures.Properties.Appearance.ForeColor = System.Drawing.Color.Sienna;
            this.ckCreatures.Properties.Appearance.Options.UseBackColor = true;
            this.ckCreatures.Properties.Appearance.Options.UseForeColor = true;
            this.ckCreatures.Properties.Caption = " Creature Outfits:";
            this.ckCreatures.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ckCreatures.Properties.RadioGroupIndex = 1;
            this.ckCreatures.Size = new System.Drawing.Size(105, 18);
            this.ckCreatures.StyleController = this.layoutControl2;
            this.ckCreatures.TabIndex = 4;
            this.ckCreatures.TabStop = false;
            this.ckCreatures.CheckedChanged += new System.EventHandler(this.ckCreatures_CheckedChanged);
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem5,
            this.layoutControlItem7,
            this.layoutControlItem4,
            this.layoutControlItem9,
            this.layoutControlItem8,
            this.layoutControlItem10,
            this.layoutControlItem6,
            this.layoutControlItem11});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(272, 127);
            this.layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.ddlCreatures;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(116, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(154, 31);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.ddlPlayer;
            this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
            this.layoutControlItem7.Location = new System.Drawing.Point(116, 31);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(154, 31);
            this.layoutControlItem7.Text = "layoutControlItem7";
            this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextToControlDistance = 0;
            this.layoutControlItem7.TextVisible = false;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.AppearanceItemCaption.BackColor = System.Drawing.Color.WhiteSmoke;
            this.layoutControlItem4.AppearanceItemCaption.Options.UseBackColor = true;
            this.layoutControlItem4.Control = this.ckCreatures;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(116, 31);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.ckBothAddon;
            this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
            this.layoutControlItem9.Location = new System.Drawing.Point(178, 62);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(92, 29);
            this.layoutControlItem9.Text = "layoutControlItem9";
            this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem9.TextToControlDistance = 0;
            this.layoutControlItem9.TextVisible = false;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.ckFirstAddon;
            this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
            this.layoutControlItem8.Location = new System.Drawing.Point(86, 62);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(92, 29);
            this.layoutControlItem8.Text = "layoutControlItem8";
            this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextToControlDistance = 0;
            this.layoutControlItem8.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.ckNoAddon;
            this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 62);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(86, 29);
            this.layoutControlItem10.Text = "layoutControlItem10";
            this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextToControlDistance = 0;
            this.layoutControlItem10.TextVisible = false;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.AppearanceItemCaption.BackColor = System.Drawing.Color.WhiteSmoke;
            this.layoutControlItem6.AppearanceItemCaption.Options.UseBackColor = true;
            this.layoutControlItem6.Control = this.ckPlayer;
            this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(116, 31);
            this.layoutControlItem6.Text = "layoutControlItem6";
            this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextToControlDistance = 0;
            this.layoutControlItem6.TextVisible = false;
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.AppearanceItemCaption.BackColor = System.Drawing.Color.WhiteSmoke;
            this.layoutControlItem11.AppearanceItemCaption.Options.UseBackColor = true;
            this.layoutControlItem11.Control = this.ckAutomatic;
            this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 91);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(270, 34);
            this.layoutControlItem11.Text = "layoutControlItem11";
            this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextToControlDistance = 0;
            this.layoutControlItem11.TextVisible = false;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.btnStart);
            this.layoutControl1.Controls.Add(this.groupControl1);
            this.layoutControl1.Controls.Add(this.pictureEdit1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(442, 162);
            this.layoutControl1.TabIndex = 1;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // btnStart
            // 
            this.btnStart.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.btnStart.Appearance.Options.UseFont = true;
            this.btnStart.Appearance.Options.UseTextOptions = true;
            this.btnStart.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.btnStart.Image = global::KTibiaX.ImgButtons.next;
            this.btnStart.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnStart.Location = new System.Drawing.Point(5, 114);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(146, 44);
            this.btnStart.StyleController = this.layoutControl1;
            this.btnStart.TabIndex = 6;
            this.btnStart.Text = " ﮒTART ";
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = global::KTibiaX.ImgTitles.outfit;
            this.pictureEdit1.Location = new System.Drawing.Point(7, 7);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.ShowMenu = false;
            this.pictureEdit1.Size = new System.Drawing.Size(142, 98);
            this.pictureEdit1.StyleController = this.layoutControl1;
            this.pictureEdit1.TabIndex = 4;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Size = new System.Drawing.Size(442, 162);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.pictureEdit1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(153, 109);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.groupControl1;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(153, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(287, 160);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.btnStart;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 109);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem3.Size = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // frm_Outfit
            // 
            this.ActionInterval = 1000;
            this.AutomaticCheckControl = this.ckAutomatic;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(442, 162);
            this.Controls.Add(this.layoutControl1);
            baseControl1.Control = this.groupControl1;
            baseControl1.Enabled = true;
            baseControl1.Name = "groupControl1";
            baseControl1.Text = "";
            this.ControlsToDisable = new KTibiaX.UI.Util.BaseControl[] {
        baseControl1};
            this.FeatureName = "Player Outfit";
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frm_Outfit";
            this.StartButton = this.btnStart;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            baseEdit1.Control = this.ckAutomatic;
            baseEdit1.Enabled = true;
            baseEdit1.Name = "ckAutomatic";
            baseEdit1.Value = false;
            baseEdit2.Control = this.ckBothAddon;
            baseEdit2.Enabled = true;
            baseEdit2.Name = "ckBothAddon";
            baseEdit2.Value = false;
            baseEdit3.Control = this.ckCreatures;
            baseEdit3.Enabled = true;
            baseEdit3.Name = "ckCreatures";
            baseEdit3.Value = false;
            baseEdit4.Control = this.ckFirstAddon;
            baseEdit4.Enabled = true;
            baseEdit4.Name = "ckFirstAddon";
            baseEdit4.Value = false;
            baseEdit5.Control = this.ckNoAddon;
            baseEdit5.Enabled = true;
            baseEdit5.Name = "ckNoAddon";
            baseEdit5.Value = false;
            baseEdit6.Control = this.ckPlayer;
            baseEdit6.Enabled = true;
            baseEdit6.Name = "ckPlayer";
            baseEdit6.Value = false;
            baseEdit7.Control = this.ddlCreatures;
            baseEdit7.Enabled = true;
            baseEdit7.Name = "ddlCreatures";
            baseEdit7.Value = 194;
            baseEdit8.Control = this.ddlPlayer;
            baseEdit8.Enabled = true;
            baseEdit8.Name = "ddlPlayer";
            baseEdit8.Value = 156;
            this.StorableControls = new KTibiaX.UI.Util.BaseEdit[] {
        baseEdit1,
        baseEdit2,
        baseEdit3,
        baseEdit4,
        baseEdit5,
        baseEdit6,
        baseEdit7,
        baseEdit8};
            this.Text = "Player Outift";
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckNoAddon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckBothAddon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckFirstAddon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlPlayer.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckPlayer.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlCreatures.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckCreatures.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            this.ResumeLayout(false);

        }