ARCed.Database.Enemies.EnemyMainForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnemyMainForm));
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.dataObjectList = new ARCed.Controls.DatabaseObjectListBox();
            this.splitContainerRight = new System.Windows.Forms.SplitContainer();
            this.splitContainerTopMain = new System.Windows.Forms.SplitContainer();
            this.splitContainerTopCenter = new System.Windows.Forms.SplitContainer();
            this.labelBattlerGraphic = new System.Windows.Forms.Label();
            this.splitContainerGoldExp = new System.Windows.Forms.SplitContainer();
            this.numericUpDownExp = new System.Windows.Forms.NumericUpDown();
            this.labelExp = new System.Windows.Forms.Label();
            this.numericUpDownGold = new System.Windows.Forms.NumericUpDown();
            this.labelGold = new System.Windows.Forms.Label();
            this.labelAtkAnimation = new System.Windows.Forms.Label();
            this.pictureBattler = new System.Windows.Forms.PictureBox();
            this.contextMenuImages = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.contextImageNormal = new System.Windows.Forms.ToolStripMenuItem();
            this.contextImageStretch = new System.Windows.Forms.ToolStripMenuItem();
            this.contextImageCenter = new System.Windows.Forms.ToolStripMenuItem();
            this.contextImageZoom = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.changeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.comboBoxAttackerAnimation = new System.Windows.Forms.ComboBox();
            this.textBoxName = new System.Windows.Forms.TextBox();
            this.labelName = new System.Windows.Forms.Label();
            this.textBoxTreasure = new ARCed.Controls.TextBoxButton();
            this.groupBoxParameters = new System.Windows.Forms.GroupBox();
            this.flowPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.paramBoxMaxHP = new ARCed.Controls.ParamBox();
            this.paramBoxMaxSP = new ARCed.Controls.ParamBox();
            this.paramBoxStr = new ARCed.Controls.ParamBox();
            this.paramBoxDex = new ARCed.Controls.ParamBox();
            this.paramBoxAgi = new ARCed.Controls.ParamBox();
            this.paramBoxInt = new ARCed.Controls.ParamBox();
            this.paramBoxAtk = new ARCed.Controls.ParamBox();
            this.paramBoxPdef = new ARCed.Controls.ParamBox();
            this.paramBoxMdef = new ARCed.Controls.ParamBox();
            this.paramBoxEva = new ARCed.Controls.ParamBox();
            this.labelTreasure = new System.Windows.Forms.Label();
            this.labelTargetAnimation = new System.Windows.Forms.Label();
            this.comboBoxTargetAnimation = new System.Windows.Forms.ComboBox();
            this.splitContainerStateElements = new System.Windows.Forms.SplitContainer();
            this.checkedListElements = new ARCed.Controls.MultiStateCheckedListBox();
            this.checkedListStates = new ARCed.Controls.MultiStateCheckedListBox();
            this.splitContainerBottom = new System.Windows.Forms.SplitContainer();
            this.groupBoxActions = new System.Windows.Forms.GroupBox();
            this.buttonEditAction = new System.Windows.Forms.Button();
            this.buttonRemoveAction = new System.Windows.Forms.Button();
            this.buttonAddSkill = new System.Windows.Forms.Button();
            this.listViewActions = new System.Windows.Forms.ListView();
            this.columnHeaderAction = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderCondition = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderRating = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStripActions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.contextButtonActionAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.contextButtonActionRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.contextButtonActionEdit = new System.Windows.Forms.ToolStripMenuItem();
            this.noteTextBox = new ARCed.Controls.NoteTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).BeginInit();
            this.splitContainerRight.Panel1.SuspendLayout();
            this.splitContainerRight.Panel2.SuspendLayout();
            this.splitContainerRight.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerTopMain)).BeginInit();
            this.splitContainerTopMain.Panel1.SuspendLayout();
            this.splitContainerTopMain.Panel2.SuspendLayout();
            this.splitContainerTopMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerTopCenter)).BeginInit();
            this.splitContainerTopCenter.Panel1.SuspendLayout();
            this.splitContainerTopCenter.Panel2.SuspendLayout();
            this.splitContainerTopCenter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerGoldExp)).BeginInit();
            this.splitContainerGoldExp.Panel1.SuspendLayout();
            this.splitContainerGoldExp.Panel2.SuspendLayout();
            this.splitContainerGoldExp.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGold)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBattler)).BeginInit();
            this.contextMenuImages.SuspendLayout();
            this.groupBoxParameters.SuspendLayout();
            this.flowPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerStateElements)).BeginInit();
            this.splitContainerStateElements.Panel1.SuspendLayout();
            this.splitContainerStateElements.Panel2.SuspendLayout();
            this.splitContainerStateElements.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerBottom)).BeginInit();
            this.splitContainerBottom.Panel1.SuspendLayout();
            this.splitContainerBottom.Panel2.SuspendLayout();
            this.splitContainerBottom.SuspendLayout();
            this.groupBoxActions.SuspendLayout();
            this.contextMenuStripActions.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
            this.splitContainerMain.Name = "splitContainerMain";
            // 
            // splitContainerMain.Panel1
            // 
            this.splitContainerMain.Panel1.Controls.Add(this.dataObjectList);
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.splitContainerRight);
            this.splitContainerMain.Size = new System.Drawing.Size(769, 481);
            this.splitContainerMain.SplitterDistance = 187;
            this.splitContainerMain.TabIndex = 0;
            // 
            // dataObjectList
            // 
            this.dataObjectList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dataObjectList.HeaderText = "Enemies";
            this.dataObjectList.Location = new System.Drawing.Point(3, 3);
            this.dataObjectList.Name = "dataObjectList";
            this.dataObjectList.SelectedIndex = -1;
            this.dataObjectList.Size = new System.Drawing.Size(181, 475);
            this.dataObjectList.TabIndex = 0;
            this.dataObjectList.TabStop = false;
            this.dataObjectList.OnButtonMaxClick += new ARCed.Controls.DatabaseObjectListBox.ButtonMaxClickEventHandler(this.dataObjectList_OnButtonMaxClick);
            this.dataObjectList.OnListBoxIndexChanged += new ARCed.Controls.DatabaseObjectListBox.ObjectListIndexChangedEventHandler(this.DataObjectListOnListBoxIndexChanged);
            // 
            // splitContainerRight
            // 
            this.splitContainerRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerRight.Location = new System.Drawing.Point(0, 0);
            this.splitContainerRight.Name = "splitContainerRight";
            this.splitContainerRight.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerRight.Panel1
            // 
            this.splitContainerRight.Panel1.Controls.Add(this.splitContainerTopMain);
            // 
            // splitContainerRight.Panel2
            // 
            this.splitContainerRight.Panel2.Controls.Add(this.splitContainerBottom);
            this.splitContainerRight.Size = new System.Drawing.Size(578, 481);
            this.splitContainerRight.SplitterDistance = 303;
            this.splitContainerRight.TabIndex = 0;
            // 
            // splitContainerTopMain
            // 
            this.splitContainerTopMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerTopMain.Location = new System.Drawing.Point(0, 0);
            this.splitContainerTopMain.Name = "splitContainerTopMain";
            // 
            // splitContainerTopMain.Panel1
            // 
            this.splitContainerTopMain.Panel1.Controls.Add(this.splitContainerTopCenter);
            // 
            // splitContainerTopMain.Panel2
            // 
            this.splitContainerTopMain.Panel2.Controls.Add(this.splitContainerStateElements);
            this.splitContainerTopMain.Size = new System.Drawing.Size(578, 303);
            this.splitContainerTopMain.SplitterDistance = 359;
            this.splitContainerTopMain.TabIndex = 0;
            // 
            // splitContainerTopCenter
            // 
            this.splitContainerTopCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerTopCenter.Location = new System.Drawing.Point(0, 0);
            this.splitContainerTopCenter.Name = "splitContainerTopCenter";
            // 
            // splitContainerTopCenter.Panel1
            // 
            this.splitContainerTopCenter.Panel1.Controls.Add(this.labelBattlerGraphic);
            this.splitContainerTopCenter.Panel1.Controls.Add(this.splitContainerGoldExp);
            this.splitContainerTopCenter.Panel1.Controls.Add(this.labelAtkAnimation);
            this.splitContainerTopCenter.Panel1.Controls.Add(this.pictureBattler);
            this.splitContainerTopCenter.Panel1.Controls.Add(this.comboBoxAttackerAnimation);
            this.splitContainerTopCenter.Panel1.Controls.Add(this.textBoxName);
            this.splitContainerTopCenter.Panel1.Controls.Add(this.labelName);
            // 
            // splitContainerTopCenter.Panel2
            // 
            this.splitContainerTopCenter.Panel2.Controls.Add(this.textBoxTreasure);
            this.splitContainerTopCenter.Panel2.Controls.Add(this.groupBoxParameters);
            this.splitContainerTopCenter.Panel2.Controls.Add(this.labelTreasure);
            this.splitContainerTopCenter.Panel2.Controls.Add(this.labelTargetAnimation);
            this.splitContainerTopCenter.Panel2.Controls.Add(this.comboBoxTargetAnimation);
            this.splitContainerTopCenter.Size = new System.Drawing.Size(359, 303);
            this.splitContainerTopCenter.SplitterDistance = 188;
            this.splitContainerTopCenter.TabIndex = 0;
            // 
            // labelBattlerGraphic
            // 
            this.labelBattlerGraphic.AutoSize = true;
            this.labelBattlerGraphic.Location = new System.Drawing.Point(9, 48);
            this.labelBattlerGraphic.Name = "labelBattlerGraphic";
            this.labelBattlerGraphic.Size = new System.Drawing.Size(80, 13);
            this.labelBattlerGraphic.TabIndex = 7;
            this.labelBattlerGraphic.Text = "Battler Graphic:";
            // 
            // splitContainerGoldExp
            // 
            this.splitContainerGoldExp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerGoldExp.Location = new System.Drawing.Point(6, 261);
            this.splitContainerGoldExp.Name = "splitContainerGoldExp";
            // 
            // splitContainerGoldExp.Panel1
            // 
            this.splitContainerGoldExp.Panel1.Controls.Add(this.numericUpDownExp);
            this.splitContainerGoldExp.Panel1.Controls.Add(this.labelExp);
            // 
            // splitContainerGoldExp.Panel2
            // 
            this.splitContainerGoldExp.Panel2.Controls.Add(this.numericUpDownGold);
            this.splitContainerGoldExp.Panel2.Controls.Add(this.labelGold);
            this.splitContainerGoldExp.Size = new System.Drawing.Size(176, 39);
            this.splitContainerGoldExp.SplitterDistance = 84;
            this.splitContainerGoldExp.TabIndex = 6;
            // 
            // numericUpDownExp
            // 
            this.numericUpDownExp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.numericUpDownExp.Location = new System.Drawing.Point(3, 16);
            this.numericUpDownExp.Maximum = new decimal(new int[] {
            9999999,
            0,
            0,
            0});
            this.numericUpDownExp.Name = "numericUpDownExp";
            this.numericUpDownExp.Size = new System.Drawing.Size(78, 20);
            this.numericUpDownExp.TabIndex = 1;
            // 
            // labelExp
            // 
            this.labelExp.AutoSize = true;
            this.labelExp.Location = new System.Drawing.Point(0, 0);
            this.labelExp.Name = "labelExp";
            this.labelExp.Size = new System.Drawing.Size(63, 13);
            this.labelExp.TabIndex = 0;
            this.labelExp.Text = "Experience:";
            // 
            // numericUpDownGold
            // 
            this.numericUpDownGold.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.numericUpDownGold.Location = new System.Drawing.Point(6, 15);
            this.numericUpDownGold.Maximum = new decimal(new int[] {
            9999999,
            0,
            0,
            0});
            this.numericUpDownGold.Name = "numericUpDownGold";
            this.numericUpDownGold.Size = new System.Drawing.Size(82, 20);
            this.numericUpDownGold.TabIndex = 1;
            // 
            // labelGold
            // 
            this.labelGold.AutoSize = true;
            this.labelGold.Location = new System.Drawing.Point(3, 0);
            this.labelGold.Name = "labelGold";
            this.labelGold.Size = new System.Drawing.Size(32, 13);
            this.labelGold.TabIndex = 0;
            this.labelGold.Text = "Gold:";
            // 
            // labelAtkAnimation
            // 
            this.labelAtkAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelAtkAnimation.AutoSize = true;
            this.labelAtkAnimation.Location = new System.Drawing.Point(6, 221);
            this.labelAtkAnimation.Name = "labelAtkAnimation";
            this.labelAtkAnimation.Size = new System.Drawing.Size(99, 13);
            this.labelAtkAnimation.TabIndex = 5;
            this.labelAtkAnimation.Text = "Attacker Animation:";
            // 
            // pictureBattler
            // 
            this.pictureBattler.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBattler.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBattler.ContextMenuStrip = this.contextMenuImages;
            this.pictureBattler.Location = new System.Drawing.Point(9, 64);
            this.pictureBattler.Name = "pictureBattler";
            this.pictureBattler.Size = new System.Drawing.Size(173, 154);
            this.pictureBattler.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBattler.TabIndex = 4;
            this.pictureBattler.TabStop = false;
            this.pictureBattler.DoubleClick += new System.EventHandler(this.PictureBattlerDoubleClick);
            // 
            // contextMenuImages
            // 
            this.contextMenuImages.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contextImageNormal,
            this.contextImageStretch,
            this.contextImageCenter,
            this.contextImageZoom,
            this.toolStripSeparator2,
            this.changeToolStripMenuItem});
            this.contextMenuImages.Name = "contextMenuImages";
            this.contextMenuImages.Size = new System.Drawing.Size(125, 120);
            this.contextMenuImages.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuImagesOpening);
            // 
            // contextImageNormal
            // 
            this.contextImageNormal.Name = "contextImageNormal";
            this.contextImageNormal.Size = new System.Drawing.Size(124, 22);
            this.contextImageNormal.Tag = "0";
            this.contextImageNormal.Text = "Normal";
            this.contextImageNormal.Click += new System.EventHandler(this.ContextImagesSizeModeClicked);
            // 
            // contextImageStretch
            // 
            this.contextImageStretch.Name = "contextImageStretch";
            this.contextImageStretch.Size = new System.Drawing.Size(124, 22);
            this.contextImageStretch.Tag = "1";
            this.contextImageStretch.Text = "Stretch";
            this.contextImageStretch.Click += new System.EventHandler(this.ContextImagesSizeModeClicked);
            // 
            // contextImageCenter
            // 
            this.contextImageCenter.Name = "contextImageCenter";
            this.contextImageCenter.Size = new System.Drawing.Size(124, 22);
            this.contextImageCenter.Tag = "3";
            this.contextImageCenter.Text = "Center";
            this.contextImageCenter.Click += new System.EventHandler(this.ContextImagesSizeModeClicked);
            // 
            // contextImageZoom
            // 
            this.contextImageZoom.Name = "contextImageZoom";
            this.contextImageZoom.Size = new System.Drawing.Size(124, 22);
            this.contextImageZoom.Tag = "4";
            this.contextImageZoom.Text = "Zoom";
            this.contextImageZoom.Click += new System.EventHandler(this.ContextImagesSizeModeClicked);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(121, 6);
            // 
            // changeToolStripMenuItem
            // 
            this.changeToolStripMenuItem.Name = "changeToolStripMenuItem";
            this.changeToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.changeToolStripMenuItem.Text = "Change...";
            this.changeToolStripMenuItem.Click += new System.EventHandler(this.PictureBattlerDoubleClick);
            // 
            // comboBoxAttackerAnimation
            // 
            this.comboBoxAttackerAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxAttackerAnimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAttackerAnimation.FormattingEnabled = true;
            this.comboBoxAttackerAnimation.Items.AddRange(new object[] {
            "<None>"});
            this.comboBoxAttackerAnimation.Location = new System.Drawing.Point(9, 237);
            this.comboBoxAttackerAnimation.Name = "comboBoxAttackerAnimation";
            this.comboBoxAttackerAnimation.Size = new System.Drawing.Size(173, 21);
            this.comboBoxAttackerAnimation.TabIndex = 3;
            this.comboBoxAttackerAnimation.SelectedIndexChanged += new System.EventHandler(this.comboBoxAttackerAnimation_SelectedIndexChanged);
            // 
            // textBoxName
            // 
            this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxName.Location = new System.Drawing.Point(9, 25);
            this.textBoxName.Name = "textBoxName";
            this.textBoxName.Size = new System.Drawing.Size(176, 20);
            this.textBoxName.TabIndex = 1;
            this.textBoxName.TextChanged += new System.EventHandler(this.TextBoxNameTextChanged);
            // 
            // labelName
            // 
            this.labelName.AutoSize = true;
            this.labelName.Location = new System.Drawing.Point(6, 9);
            this.labelName.Name = "labelName";
            this.labelName.Size = new System.Drawing.Size(38, 13);
            this.labelName.TabIndex = 0;
            this.labelName.Text = "Name:";
            // 
            // textBoxTreasure
            // 
            this.textBoxTreasure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTreasure.Location = new System.Drawing.Point(6, 277);
            this.textBoxTreasure.MaximumSize = new System.Drawing.Size(1800, 20);
            this.textBoxTreasure.Name = "textBoxTreasure";
            this.textBoxTreasure.Size = new System.Drawing.Size(153, 20);
            this.textBoxTreasure.TabIndex = 11;
            this.textBoxTreasure.OnButtonClick += new ARCed.Controls.TextBoxButton.ButtonClickHandler(this.ButtonTreasureClick);
            // 
            // groupBoxParameters
            // 
            this.groupBoxParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxParameters.Controls.Add(this.flowPanel);
            this.groupBoxParameters.Location = new System.Drawing.Point(6, 9);
            this.groupBoxParameters.Name = "groupBoxParameters";
            this.groupBoxParameters.Size = new System.Drawing.Size(153, 209);
            this.groupBoxParameters.TabIndex = 10;
            this.groupBoxParameters.TabStop = false;
            this.groupBoxParameters.Text = "Parameters";
            // 
            // flowPanel
            // 
            this.flowPanel.AutoScroll = true;
            this.flowPanel.Controls.Add(this.paramBoxMaxHP);
            this.flowPanel.Controls.Add(this.paramBoxMaxSP);
            this.flowPanel.Controls.Add(this.paramBoxStr);
            this.flowPanel.Controls.Add(this.paramBoxDex);
            this.flowPanel.Controls.Add(this.paramBoxAgi);
            this.flowPanel.Controls.Add(this.paramBoxInt);
            this.flowPanel.Controls.Add(this.paramBoxAtk);
            this.flowPanel.Controls.Add(this.paramBoxPdef);
            this.flowPanel.Controls.Add(this.paramBoxMdef);
            this.flowPanel.Controls.Add(this.paramBoxEva);
            this.flowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowPanel.Location = new System.Drawing.Point(3, 16);
            this.flowPanel.Name = "flowPanel";
            this.flowPanel.Size = new System.Drawing.Size(147, 190);
            this.flowPanel.TabIndex = 0;
            // 
            // paramBoxMaxHP
            // 
            this.paramBoxMaxHP.Location = new System.Drawing.Point(3, 3);
            this.paramBoxMaxHP.Maximum = new decimal(new int[] {
            9999999,
            0,
            0,
            0});
            this.paramBoxMaxHP.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.paramBoxMaxHP.Name = "paramBoxMaxHP";
            this.paramBoxMaxHP.ParameterIndex = 0;
            this.paramBoxMaxHP.ParameterLabel = "MaxHP:";
            this.paramBoxMaxHP.RpgAttribute = "maxhp";
            this.paramBoxMaxHP.Size = new System.Drawing.Size(67, 37);
            this.paramBoxMaxHP.TabIndex = 0;
            this.paramBoxMaxHP.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.paramBoxMaxHP.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxMaxSP
            // 
            this.paramBoxMaxSP.Location = new System.Drawing.Point(76, 3);
            this.paramBoxMaxSP.Maximum = new decimal(new int[] {
            9999999,
            0,
            0,
            0});
            this.paramBoxMaxSP.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.paramBoxMaxSP.Name = "paramBoxMaxSP";
            this.paramBoxMaxSP.ParameterIndex = 0;
            this.paramBoxMaxSP.ParameterLabel = "MaxSP:";
            this.paramBoxMaxSP.RpgAttribute = "maxsp";
            this.paramBoxMaxSP.Size = new System.Drawing.Size(67, 37);
            this.paramBoxMaxSP.TabIndex = 1;
            this.paramBoxMaxSP.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // paramBoxStr
            // 
            this.paramBoxStr.Location = new System.Drawing.Point(3, 46);
            this.paramBoxStr.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxStr.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxStr.Name = "paramBoxStr";
            this.paramBoxStr.ParameterIndex = 0;
            this.paramBoxStr.ParameterLabel = "STR:";
            this.paramBoxStr.RpgAttribute = "str";
            this.paramBoxStr.Size = new System.Drawing.Size(67, 37);
            this.paramBoxStr.TabIndex = 2;
            this.paramBoxStr.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxDex
            // 
            this.paramBoxDex.Location = new System.Drawing.Point(76, 46);
            this.paramBoxDex.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxDex.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxDex.Name = "paramBoxDex";
            this.paramBoxDex.ParameterIndex = 0;
            this.paramBoxDex.ParameterLabel = "DEX:";
            this.paramBoxDex.RpgAttribute = "dex";
            this.paramBoxDex.Size = new System.Drawing.Size(67, 37);
            this.paramBoxDex.TabIndex = 3;
            this.paramBoxDex.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxAgi
            // 
            this.paramBoxAgi.Location = new System.Drawing.Point(3, 89);
            this.paramBoxAgi.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxAgi.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxAgi.Name = "paramBoxAgi";
            this.paramBoxAgi.ParameterIndex = 0;
            this.paramBoxAgi.ParameterLabel = "AGI:";
            this.paramBoxAgi.RpgAttribute = "agi";
            this.paramBoxAgi.Size = new System.Drawing.Size(67, 37);
            this.paramBoxAgi.TabIndex = 4;
            this.paramBoxAgi.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxInt
            // 
            this.paramBoxInt.Location = new System.Drawing.Point(76, 89);
            this.paramBoxInt.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxInt.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxInt.Name = "paramBoxInt";
            this.paramBoxInt.ParameterIndex = 0;
            this.paramBoxInt.ParameterLabel = "INT:";
            this.paramBoxInt.RpgAttribute = "int";
            this.paramBoxInt.Size = new System.Drawing.Size(67, 37);
            this.paramBoxInt.TabIndex = 5;
            this.paramBoxInt.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxAtk
            // 
            this.paramBoxAtk.Location = new System.Drawing.Point(3, 132);
            this.paramBoxAtk.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxAtk.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxAtk.Name = "paramBoxAtk";
            this.paramBoxAtk.ParameterIndex = 0;
            this.paramBoxAtk.ParameterLabel = "ATK:";
            this.paramBoxAtk.RpgAttribute = "atk";
            this.paramBoxAtk.Size = new System.Drawing.Size(67, 37);
            this.paramBoxAtk.TabIndex = 6;
            this.paramBoxAtk.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxPdef
            // 
            this.paramBoxPdef.Location = new System.Drawing.Point(76, 132);
            this.paramBoxPdef.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxPdef.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxPdef.Name = "paramBoxPdef";
            this.paramBoxPdef.ParameterIndex = 0;
            this.paramBoxPdef.ParameterLabel = "PDEF:";
            this.paramBoxPdef.RpgAttribute = "pdef";
            this.paramBoxPdef.Size = new System.Drawing.Size(67, 37);
            this.paramBoxPdef.TabIndex = 7;
            this.paramBoxPdef.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxMdef
            // 
            this.paramBoxMdef.Location = new System.Drawing.Point(3, 175);
            this.paramBoxMdef.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxMdef.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxMdef.Name = "paramBoxMdef";
            this.paramBoxMdef.ParameterIndex = 0;
            this.paramBoxMdef.ParameterLabel = "MDEF:";
            this.paramBoxMdef.RpgAttribute = "mdef";
            this.paramBoxMdef.Size = new System.Drawing.Size(67, 37);
            this.paramBoxMdef.TabIndex = 8;
            this.paramBoxMdef.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // paramBoxEva
            // 
            this.paramBoxEva.Location = new System.Drawing.Point(76, 175);
            this.paramBoxEva.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxEva.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxEva.Name = "paramBoxEva";
            this.paramBoxEva.ParameterIndex = 0;
            this.paramBoxEva.ParameterLabel = "EVA:";
            this.paramBoxEva.RpgAttribute = "eva";
            this.paramBoxEva.Size = new System.Drawing.Size(67, 37);
            this.paramBoxEva.TabIndex = 9;
            this.paramBoxEva.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // labelTreasure
            // 
            this.labelTreasure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelTreasure.AutoSize = true;
            this.labelTreasure.Location = new System.Drawing.Point(3, 261);
            this.labelTreasure.Name = "labelTreasure";
            this.labelTreasure.Size = new System.Drawing.Size(52, 13);
            this.labelTreasure.TabIndex = 7;
            this.labelTreasure.Text = "Treasure:";
            // 
            // labelTargetAnimation
            // 
            this.labelTargetAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelTargetAnimation.AutoSize = true;
            this.labelTargetAnimation.Location = new System.Drawing.Point(3, 221);
            this.labelTargetAnimation.Name = "labelTargetAnimation";
            this.labelTargetAnimation.Size = new System.Drawing.Size(90, 13);
            this.labelTargetAnimation.TabIndex = 6;
            this.labelTargetAnimation.Text = "Target Animation:";
            // 
            // comboBoxTargetAnimation
            // 
            this.comboBoxTargetAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxTargetAnimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTargetAnimation.FormattingEnabled = true;
            this.comboBoxTargetAnimation.Items.AddRange(new object[] {
            "<None>"});
            this.comboBoxTargetAnimation.Location = new System.Drawing.Point(6, 237);
            this.comboBoxTargetAnimation.Name = "comboBoxTargetAnimation";
            this.comboBoxTargetAnimation.Size = new System.Drawing.Size(153, 21);
            this.comboBoxTargetAnimation.TabIndex = 0;
            this.comboBoxTargetAnimation.SelectedIndexChanged += new System.EventHandler(this.comboBoxTargetAnimation_SelectedIndexChanged);
            // 
            // splitContainerStateElements
            // 
            this.splitContainerStateElements.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerStateElements.Location = new System.Drawing.Point(0, 0);
            this.splitContainerStateElements.Name = "splitContainerStateElements";
            // 
            // splitContainerStateElements.Panel1
            // 
            this.splitContainerStateElements.Panel1.Controls.Add(this.checkedListElements);
            // 
            // splitContainerStateElements.Panel2
            // 
            this.splitContainerStateElements.Panel2.Controls.Add(this.checkedListStates);
            this.splitContainerStateElements.Size = new System.Drawing.Size(215, 303);
            this.splitContainerStateElements.SplitterDistance = 103;
            this.splitContainerStateElements.TabIndex = 0;
            // 
            // checkedListElements
            // 
            this.checkedListElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkedListElements.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))),
        System.Drawing.Color.Gray,
        System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))),
        System.Drawing.Color.Blue,
        System.Drawing.Color.Purple};
            this.checkedListElements.Items = new string[] {
        "A",
        "B",
        "C",
        "D",
        "E",
        "F"};
            this.checkedListElements.Location = new System.Drawing.Point(3, 3);
            this.checkedListElements.Margin = new System.Windows.Forms.Padding(3, 3, 1, 3);
            this.checkedListElements.Name = "checkedListElements";
            this.checkedListElements.Size = new System.Drawing.Size(99, 297);
            this.checkedListElements.TabIndex = 0;
            this.checkedListElements.TabStop = false;
            this.checkedListElements.Text = "Elements";
            this.checkedListElements.OnItemChanged += new ARCed.Controls.MultiStateCheckedListBox.ItemValueChangedEventHandler(this.CheckedListElementsOnItemChanged);
            // 
            // checkedListStates
            // 
            this.checkedListStates.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkedListStates.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))),
        System.Drawing.Color.Gray,
        System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))),
        System.Drawing.Color.Blue,
        System.Drawing.Color.Purple};
            this.checkedListStates.Items = new string[] {
        "A",
        "B",
        "C",
        "D",
        "E",
        "F"};
            this.checkedListStates.Location = new System.Drawing.Point(1, 3);
            this.checkedListStates.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3);
            this.checkedListStates.Name = "checkedListStates";
            this.checkedListStates.Size = new System.Drawing.Size(104, 297);
            this.checkedListStates.TabIndex = 0;
            this.checkedListStates.TabStop = false;
            this.checkedListStates.Text = "States";
            this.checkedListStates.OnItemChanged += new ARCed.Controls.MultiStateCheckedListBox.ItemValueChangedEventHandler(this.CheckedListStatesOnItemChanged);
            // 
            // splitContainerBottom
            // 
            this.splitContainerBottom.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerBottom.Location = new System.Drawing.Point(0, 0);
            this.splitContainerBottom.Name = "splitContainerBottom";
            // 
            // splitContainerBottom.Panel1
            // 
            this.splitContainerBottom.Panel1.Controls.Add(this.groupBoxActions);
            // 
            // splitContainerBottom.Panel2
            // 
            this.splitContainerBottom.Panel2.Controls.Add(this.noteTextBox);
            this.splitContainerBottom.Size = new System.Drawing.Size(578, 174);
            this.splitContainerBottom.SplitterDistance = 360;
            this.splitContainerBottom.TabIndex = 0;
            // 
            // groupBoxActions
            // 
            this.groupBoxActions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxActions.Controls.Add(this.buttonEditAction);
            this.groupBoxActions.Controls.Add(this.buttonRemoveAction);
            this.groupBoxActions.Controls.Add(this.buttonAddSkill);
            this.groupBoxActions.Controls.Add(this.listViewActions);
            this.groupBoxActions.Location = new System.Drawing.Point(3, 3);
            this.groupBoxActions.Name = "groupBoxActions";
            this.groupBoxActions.Size = new System.Drawing.Size(354, 168);
            this.groupBoxActions.TabIndex = 0;
            this.groupBoxActions.TabStop = false;
            this.groupBoxActions.Text = "Actions";
            // 
            // buttonEditAction
            // 
            this.buttonEditAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditAction.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonEditAction.Enabled = false;
            this.buttonEditAction.Image = global::ARCed.Properties.Resources.Edit;
            this.buttonEditAction.Location = new System.Drawing.Point(324, 79);
            this.buttonEditAction.Name = "buttonEditAction";
            this.buttonEditAction.Size = new System.Drawing.Size(24, 24);
            this.buttonEditAction.TabIndex = 6;
            this.buttonEditAction.UseVisualStyleBackColor = true;
            this.buttonEditAction.Click += new System.EventHandler(this.ButtonEditActionClick);
            // 
            // buttonRemoveAction
            // 
            this.buttonRemoveAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonRemoveAction.Enabled = false;
            this.buttonRemoveAction.Image = global::ARCed.Properties.Resources.Delete;
            this.buttonRemoveAction.Location = new System.Drawing.Point(324, 49);
            this.buttonRemoveAction.Name = "buttonRemoveAction";
            this.buttonRemoveAction.Size = new System.Drawing.Size(24, 24);
            this.buttonRemoveAction.TabIndex = 5;
            this.buttonRemoveAction.UseVisualStyleBackColor = true;
            this.buttonRemoveAction.Click += new System.EventHandler(this.ButtonRemoveActionClick);
            // 
            // buttonAddSkill
            // 
            this.buttonAddSkill.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAddSkill.Image = global::ARCed.Properties.Resources.Add;
            this.buttonAddSkill.Location = new System.Drawing.Point(324, 19);
            this.buttonAddSkill.Name = "buttonAddSkill";
            this.buttonAddSkill.Size = new System.Drawing.Size(24, 24);
            this.buttonAddSkill.TabIndex = 4;
            this.buttonAddSkill.UseVisualStyleBackColor = true;
            this.buttonAddSkill.Click += new System.EventHandler(this.ButtonAddActionClick);
            // 
            // listViewActions
            // 
            this.listViewActions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listViewActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderAction,
            this.columnHeaderCondition,
            this.columnHeaderRating});
            this.listViewActions.ContextMenuStrip = this.contextMenuStripActions;
            this.listViewActions.FullRowSelect = true;
            this.listViewActions.GridLines = true;
            this.listViewActions.Location = new System.Drawing.Point(6, 19);
            this.listViewActions.Name = "listViewActions";
            this.listViewActions.Size = new System.Drawing.Size(312, 140);
            this.listViewActions.TabIndex = 0;
            this.listViewActions.UseCompatibleStateImageBehavior = false;
            this.listViewActions.View = System.Windows.Forms.View.Details;
            this.listViewActions.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ListViewSkillsColumnClick);
            this.listViewActions.SelectedIndexChanged += new System.EventHandler(this.ListViewActionsSelectedIndexChanged);
            this.listViewActions.DoubleClick += new System.EventHandler(this.ListViewActionsDoubleClick);
            // 
            // columnHeaderAction
            // 
            this.columnHeaderAction.Text = "Action";
            this.columnHeaderAction.Width = 83;
            // 
            // columnHeaderCondition
            // 
            this.columnHeaderCondition.Text = "Condition";
            this.columnHeaderCondition.Width = 166;
            // 
            // columnHeaderRating
            // 
            this.columnHeaderRating.Text = "Rating";
            this.columnHeaderRating.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeaderRating.Width = 51;
            // 
            // contextMenuStripActions
            // 
            this.contextMenuStripActions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contextButtonActionAdd,
            this.contextButtonActionRemove,
            this.toolStripSeparator1,
            this.contextButtonActionEdit});
            this.contextMenuStripActions.Name = "contextMenuStripActions";
            this.contextMenuStripActions.Size = new System.Drawing.Size(118, 76);
            // 
            // contextButtonActionAdd
            // 
            this.contextButtonActionAdd.Image = global::ARCed.Properties.Resources.Add;
            this.contextButtonActionAdd.Name = "contextButtonActionAdd";
            this.contextButtonActionAdd.Size = new System.Drawing.Size(117, 22);
            this.contextButtonActionAdd.Text = "Add";
            this.contextButtonActionAdd.Click += new System.EventHandler(this.ButtonAddActionClick);
            // 
            // contextButtonActionRemove
            // 
            this.contextButtonActionRemove.Enabled = false;
            this.contextButtonActionRemove.Image = global::ARCed.Properties.Resources.Delete;
            this.contextButtonActionRemove.Name = "contextButtonActionRemove";
            this.contextButtonActionRemove.Size = new System.Drawing.Size(117, 22);
            this.contextButtonActionRemove.Text = "Remove";
            this.contextButtonActionRemove.Click += new System.EventHandler(this.ButtonRemoveActionClick);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(114, 6);
            // 
            // contextButtonActionEdit
            // 
            this.contextButtonActionEdit.Enabled = false;
            this.contextButtonActionEdit.Image = global::ARCed.Properties.Resources.Edit;
            this.contextButtonActionEdit.Name = "contextButtonActionEdit";
            this.contextButtonActionEdit.Size = new System.Drawing.Size(117, 22);
            this.contextButtonActionEdit.Text = "Edit";
            this.contextButtonActionEdit.Click += new System.EventHandler(this.ButtonEditActionClick);
            // 
            // noteTextBox
            // 
            this.noteTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.noteTextBox.Location = new System.Drawing.Point(3, 3);
            this.noteTextBox.Name = "noteTextBox";
            this.noteTextBox.NoteText = "";
            this.noteTextBox.Size = new System.Drawing.Size(208, 168);
            this.noteTextBox.TabIndex = 0;
            this.noteTextBox.NoteTextChanged += new ARCed.Controls.NoteTextBox.TextChangedEventHandler(this.NoteTextBoxNoteTextChanged);
            // 
            // EnemyMainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(769, 481);
            this.Controls.Add(this.splitContainerMain);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "EnemyMainForm";
            this.RpgTypeName = "RPG.Enemy";
            this.Text = "Enemies";
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
            this.splitContainerMain.ResumeLayout(false);
            this.splitContainerRight.Panel1.ResumeLayout(false);
            this.splitContainerRight.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit();
            this.splitContainerRight.ResumeLayout(false);
            this.splitContainerTopMain.Panel1.ResumeLayout(false);
            this.splitContainerTopMain.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerTopMain)).EndInit();
            this.splitContainerTopMain.ResumeLayout(false);
            this.splitContainerTopCenter.Panel1.ResumeLayout(false);
            this.splitContainerTopCenter.Panel1.PerformLayout();
            this.splitContainerTopCenter.Panel2.ResumeLayout(false);
            this.splitContainerTopCenter.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerTopCenter)).EndInit();
            this.splitContainerTopCenter.ResumeLayout(false);
            this.splitContainerGoldExp.Panel1.ResumeLayout(false);
            this.splitContainerGoldExp.Panel1.PerformLayout();
            this.splitContainerGoldExp.Panel2.ResumeLayout(false);
            this.splitContainerGoldExp.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerGoldExp)).EndInit();
            this.splitContainerGoldExp.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGold)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBattler)).EndInit();
            this.contextMenuImages.ResumeLayout(false);
            this.groupBoxParameters.ResumeLayout(false);
            this.flowPanel.ResumeLayout(false);
            this.splitContainerStateElements.Panel1.ResumeLayout(false);
            this.splitContainerStateElements.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerStateElements)).EndInit();
            this.splitContainerStateElements.ResumeLayout(false);
            this.splitContainerBottom.Panel1.ResumeLayout(false);
            this.splitContainerBottom.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerBottom)).EndInit();
            this.splitContainerBottom.ResumeLayout(false);
            this.groupBoxActions.ResumeLayout(false);
            this.contextMenuStripActions.ResumeLayout(false);
            this.ResumeLayout(false);

		}