ARCed.Database.Items.ItemMainForm.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(ItemMainForm));
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.dataObjectList = new ARCed.Controls.DatabaseObjectListBox();
            this.splitContainerRight = new System.Windows.Forms.SplitContainer();
            this.textBoxMenuSe = new ARCed.Controls.TextBoxButton();
            this.textBoxIcon = new ARCed.Controls.TextBoxButton();
            this.groupBoxParameters = new System.Windows.Forms.GroupBox();
            this.flowPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.paramBoxSpCost = new ARCed.Controls.ParamBox();
            this.panelConsumable = new System.Windows.Forms.Panel();
            this.comboBoxConsumable = new System.Windows.Forms.ComboBox();
            this.labelConsumable = new System.Windows.Forms.Label();
            this.panelParam = new System.Windows.Forms.Panel();
            this.comboBoxParameter = new System.Windows.Forms.ComboBox();
            this.labelParameter = new System.Windows.Forms.Label();
            this.paramBoxParamInc = new ARCed.Controls.ParamBox();
            this.paramBoxHpPercent = new ARCed.Controls.ParamBox();
            this.paramBoxHP = new ARCed.Controls.ParamBox();
            this.paramBoxSpPercent = new ARCed.Controls.ParamBox();
            this.paramBoxSP = new ARCed.Controls.ParamBox();
            this.paramBoxPdef = new ARCed.Controls.ParamBox();
            this.paramBoxMdef = new ARCed.Controls.ParamBox();
            this.paramBoxHitRate = new ARCed.Controls.ParamBox();
            this.paramBoxVariance = new ARCed.Controls.ParamBox();
            this.buttonPlay = new System.Windows.Forms.Button();
            this.labelMenuSE = new System.Windows.Forms.Label();
            this.splitContainerScopeAnimation = new System.Windows.Forms.SplitContainer();
            this.comboBoxCommonEvent = new System.Windows.Forms.ComboBox();
            this.labelCommonEvent = new System.Windows.Forms.Label();
            this.comboBoxUserAnimation = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBoxScope = new System.Windows.Forms.ComboBox();
            this.labelScope = new System.Windows.Forms.Label();
            this.comboBoxTargetAnimation = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.comboBoxOccasion = new System.Windows.Forms.ComboBox();
            this.labelOccasion = new System.Windows.Forms.Label();
            this.pictureBoxIcon = new System.Windows.Forms.PictureBox();
            this.labelIcon = new System.Windows.Forms.Label();
            this.textBoxDescription = new System.Windows.Forms.TextBox();
            this.labelDescription = new System.Windows.Forms.Label();
            this.textBoxName = new System.Windows.Forms.TextBox();
            this.labelName = new System.Windows.Forms.Label();
            this.splitContainerNotes = new System.Windows.Forms.SplitContainer();
            this.splitContainerStateElements = new System.Windows.Forms.SplitContainer();
            this.checkGroupBoxElements = new ARCed.Controls.CheckGroupBox(this.components);
            this.checkedListBoxStates = new ARCed.Controls.MultiStateCheckedListBox();
            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();
            this.groupBoxParameters.SuspendLayout();
            this.flowPanel.SuspendLayout();
            this.panelConsumable.SuspendLayout();
            this.panelParam.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerScopeAnimation)).BeginInit();
            this.splitContainerScopeAnimation.Panel1.SuspendLayout();
            this.splitContainerScopeAnimation.Panel2.SuspendLayout();
            this.splitContainerScopeAnimation.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerNotes)).BeginInit();
            this.splitContainerNotes.Panel1.SuspendLayout();
            this.splitContainerNotes.Panel2.SuspendLayout();
            this.splitContainerNotes.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerStateElements)).BeginInit();
            this.splitContainerStateElements.Panel1.SuspendLayout();
            this.splitContainerStateElements.Panel2.SuspendLayout();
            this.splitContainerStateElements.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(708, 490);
            this.splitContainerMain.SplitterDistance = 174;
            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 = "Items";
            this.dataObjectList.Location = new System.Drawing.Point(6, 3);
            this.dataObjectList.Name = "dataObjectList";
            this.dataObjectList.SelectedIndex = -1;
            this.dataObjectList.Size = new System.Drawing.Size(165, 484);
            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.ListBoxItemsOnListBoxIndexChanged);
            // 
            // splitContainerRight
            // 
            this.splitContainerRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerRight.Location = new System.Drawing.Point(0, 0);
            this.splitContainerRight.Name = "splitContainerRight";
            // 
            // splitContainerRight.Panel1
            // 
            this.splitContainerRight.Panel1.Controls.Add(this.textBoxMenuSe);
            this.splitContainerRight.Panel1.Controls.Add(this.textBoxIcon);
            this.splitContainerRight.Panel1.Controls.Add(this.groupBoxParameters);
            this.splitContainerRight.Panel1.Controls.Add(this.buttonPlay);
            this.splitContainerRight.Panel1.Controls.Add(this.labelMenuSE);
            this.splitContainerRight.Panel1.Controls.Add(this.splitContainerScopeAnimation);
            this.splitContainerRight.Panel1.Controls.Add(this.pictureBoxIcon);
            this.splitContainerRight.Panel1.Controls.Add(this.labelIcon);
            this.splitContainerRight.Panel1.Controls.Add(this.textBoxDescription);
            this.splitContainerRight.Panel1.Controls.Add(this.labelDescription);
            this.splitContainerRight.Panel1.Controls.Add(this.textBoxName);
            this.splitContainerRight.Panel1.Controls.Add(this.labelName);
            // 
            // splitContainerRight.Panel2
            // 
            this.splitContainerRight.Panel2.Controls.Add(this.splitContainerNotes);
            this.splitContainerRight.Size = new System.Drawing.Size(530, 490);
            this.splitContainerRight.SplitterDistance = 239;
            this.splitContainerRight.TabIndex = 0;
            // 
            // textBoxMenuSe
            // 
            this.textBoxMenuSe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxMenuSe.Location = new System.Drawing.Point(6, 146);
            this.textBoxMenuSe.MaximumSize = new System.Drawing.Size(1800, 20);
            this.textBoxMenuSe.Name = "textBoxMenuSe";
            this.textBoxMenuSe.Size = new System.Drawing.Size(200, 20);
            this.textBoxMenuSe.TabIndex = 30;
            this.textBoxMenuSe.OnButtonClick += new ARCed.Controls.TextBoxButton.ButtonClickHandler(this.TextBoxMenuSeOnButtonClick);
            // 
            // textBoxIcon
            // 
            this.textBoxIcon.Location = new System.Drawing.Point(51, 107);
            this.textBoxIcon.MaximumSize = new System.Drawing.Size(1800, 20);
            this.textBoxIcon.Name = "textBoxIcon";
            this.textBoxIcon.Size = new System.Drawing.Size(185, 20);
            this.textBoxIcon.TabIndex = 29;
            this.textBoxIcon.OnButtonClick += new ARCed.Controls.TextBoxButton.ButtonClickHandler(this.ButtonIconClick);
            // 
            // 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, 300);
            this.groupBoxParameters.Name = "groupBoxParameters";
            this.groupBoxParameters.Size = new System.Drawing.Size(230, 178);
            this.groupBoxParameters.TabIndex = 28;
            this.groupBoxParameters.TabStop = false;
            this.groupBoxParameters.Text = "Parameters";
            // 
            // flowPanel
            // 
            this.flowPanel.AutoScroll = true;
            this.flowPanel.Controls.Add(this.paramBoxSpCost);
            this.flowPanel.Controls.Add(this.panelConsumable);
            this.flowPanel.Controls.Add(this.panelParam);
            this.flowPanel.Controls.Add(this.paramBoxParamInc);
            this.flowPanel.Controls.Add(this.paramBoxHpPercent);
            this.flowPanel.Controls.Add(this.paramBoxHP);
            this.flowPanel.Controls.Add(this.paramBoxSpPercent);
            this.flowPanel.Controls.Add(this.paramBoxSP);
            this.flowPanel.Controls.Add(this.paramBoxPdef);
            this.flowPanel.Controls.Add(this.paramBoxMdef);
            this.flowPanel.Controls.Add(this.paramBoxHitRate);
            this.flowPanel.Controls.Add(this.paramBoxVariance);
            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(224, 159);
            this.flowPanel.TabIndex = 0;
            // 
            // paramBoxSpCost
            // 
            this.paramBoxSpCost.Location = new System.Drawing.Point(3, 3);
            this.paramBoxSpCost.Maximum = new decimal(new int[] {
            99999999,
            0,
            0,
            0});
            this.paramBoxSpCost.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxSpCost.Name = "paramBoxSpCost";
            this.paramBoxSpCost.ParameterIndex = 0;
            this.paramBoxSpCost.ParameterLabel = "Price:";
            this.paramBoxSpCost.RpgAttribute = "price";
            this.paramBoxSpCost.Size = new System.Drawing.Size(63, 37);
            this.paramBoxSpCost.TabIndex = 0;
            this.paramBoxSpCost.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxSpCost.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // panelConsumable
            // 
            this.panelConsumable.Controls.Add(this.comboBoxConsumable);
            this.panelConsumable.Controls.Add(this.labelConsumable);
            this.panelConsumable.Location = new System.Drawing.Point(72, 3);
            this.panelConsumable.Name = "panelConsumable";
            this.panelConsumable.Size = new System.Drawing.Size(63, 37);
            this.panelConsumable.TabIndex = 12;
            // 
            // comboBoxConsumable
            // 
            this.comboBoxConsumable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxConsumable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxConsumable.FormattingEnabled = true;
            this.comboBoxConsumable.Items.AddRange(new object[] {
            "Yes",
            "No"});
            this.comboBoxConsumable.Location = new System.Drawing.Point(0, 14);
            this.comboBoxConsumable.Name = "comboBoxConsumable";
            this.comboBoxConsumable.Size = new System.Drawing.Size(63, 21);
            this.comboBoxConsumable.TabIndex = 1;
            this.comboBoxConsumable.SelectedIndexChanged += new System.EventHandler(this.ComboBoxConsumableSelectedIndexChanged);
            // 
            // labelConsumable
            // 
            this.labelConsumable.AutoSize = true;
            this.labelConsumable.Location = new System.Drawing.Point(-2, 0);
            this.labelConsumable.Name = "labelConsumable";
            this.labelConsumable.Size = new System.Drawing.Size(68, 13);
            this.labelConsumable.TabIndex = 0;
            this.labelConsumable.Text = "Consumable:";
            // 
            // panelParam
            // 
            this.panelParam.Controls.Add(this.comboBoxParameter);
            this.panelParam.Controls.Add(this.labelParameter);
            this.panelParam.Location = new System.Drawing.Point(141, 3);
            this.panelParam.Name = "panelParam";
            this.panelParam.Size = new System.Drawing.Size(63, 37);
            this.panelParam.TabIndex = 13;
            // 
            // comboBoxParameter
            // 
            this.comboBoxParameter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxParameter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxParameter.FormattingEnabled = true;
            this.comboBoxParameter.Items.AddRange(new object[] {
            "None",
            "MaxHP",
            "MaxSP",
            "STR",
            "DEX",
            "AGI",
            "INT"});
            this.comboBoxParameter.Location = new System.Drawing.Point(0, 14);
            this.comboBoxParameter.Name = "comboBoxParameter";
            this.comboBoxParameter.Size = new System.Drawing.Size(63, 21);
            this.comboBoxParameter.TabIndex = 1;
            this.comboBoxParameter.SelectedIndexChanged += new System.EventHandler(this.ComboBoxParameterSelectedIndexChanged);
            // 
            // labelParameter
            // 
            this.labelParameter.AutoSize = true;
            this.labelParameter.Location = new System.Drawing.Point(-2, 0);
            this.labelParameter.Name = "labelParameter";
            this.labelParameter.Size = new System.Drawing.Size(58, 13);
            this.labelParameter.TabIndex = 0;
            this.labelParameter.Text = "Parameter:";
            // 
            // paramBoxParamInc
            // 
            this.paramBoxParamInc.Location = new System.Drawing.Point(3, 46);
            this.paramBoxParamInc.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxParamInc.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxParamInc.Name = "paramBoxParamInc";
            this.paramBoxParamInc.ParameterIndex = 0;
            this.paramBoxParamInc.ParameterLabel = "Param Inc:";
            this.paramBoxParamInc.RpgAttribute = "parameter_points";
            this.paramBoxParamInc.Size = new System.Drawing.Size(63, 37);
            this.paramBoxParamInc.TabIndex = 14;
            this.paramBoxParamInc.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxParamInc.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxHpPercent
            // 
            this.paramBoxHpPercent.Location = new System.Drawing.Point(72, 46);
            this.paramBoxHpPercent.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxHpPercent.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.paramBoxHpPercent.Name = "paramBoxHpPercent";
            this.paramBoxHpPercent.ParameterIndex = 0;
            this.paramBoxHpPercent.ParameterLabel = "Rcvr HP%:";
            this.paramBoxHpPercent.RpgAttribute = "recover_hp_rate ";
            this.paramBoxHpPercent.Size = new System.Drawing.Size(63, 37);
            this.paramBoxHpPercent.TabIndex = 8;
            this.paramBoxHpPercent.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxHpPercent.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxHP
            // 
            this.paramBoxHP.Location = new System.Drawing.Point(141, 46);
            this.paramBoxHP.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxHP.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.paramBoxHP.Name = "paramBoxHP";
            this.paramBoxHP.ParameterIndex = 0;
            this.paramBoxHP.ParameterLabel = "Rcvr HP:";
            this.paramBoxHP.RpgAttribute = "recover_hp";
            this.paramBoxHP.Size = new System.Drawing.Size(63, 37);
            this.paramBoxHP.TabIndex = 9;
            this.paramBoxHP.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxHP.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxSpPercent
            // 
            this.paramBoxSpPercent.Location = new System.Drawing.Point(3, 89);
            this.paramBoxSpPercent.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxSpPercent.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.paramBoxSpPercent.Name = "paramBoxSpPercent";
            this.paramBoxSpPercent.ParameterIndex = 0;
            this.paramBoxSpPercent.ParameterLabel = "Rcvr SP%:";
            this.paramBoxSpPercent.RpgAttribute = "recover_sp_rate ";
            this.paramBoxSpPercent.Size = new System.Drawing.Size(63, 37);
            this.paramBoxSpPercent.TabIndex = 10;
            this.paramBoxSpPercent.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxSpPercent.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxSP
            // 
            this.paramBoxSP.Location = new System.Drawing.Point(72, 89);
            this.paramBoxSP.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.paramBoxSP.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.paramBoxSP.Name = "paramBoxSP";
            this.paramBoxSP.ParameterIndex = 0;
            this.paramBoxSP.ParameterLabel = "Rcvr SP:";
            this.paramBoxSP.RpgAttribute = "recover_sp";
            this.paramBoxSP.Size = new System.Drawing.Size(63, 37);
            this.paramBoxSP.TabIndex = 11;
            this.paramBoxSP.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxSP.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxPdef
            // 
            this.paramBoxPdef.Location = new System.Drawing.Point(141, 89);
            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-F:";
            this.paramBoxPdef.RpgAttribute = "pdef_f";
            this.paramBoxPdef.Size = new System.Drawing.Size(63, 37);
            this.paramBoxPdef.TabIndex = 6;
            this.paramBoxPdef.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxPdef.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxMdef
            // 
            this.paramBoxMdef.Location = new System.Drawing.Point(3, 132);
            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-F:";
            this.paramBoxMdef.RpgAttribute = "mdef_f";
            this.paramBoxMdef.Size = new System.Drawing.Size(63, 37);
            this.paramBoxMdef.TabIndex = 7;
            this.paramBoxMdef.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxMdef.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxHitRate
            // 
            this.paramBoxHitRate.Location = new System.Drawing.Point(72, 132);
            this.paramBoxHitRate.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.paramBoxHitRate.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxHitRate.Name = "paramBoxHitRate";
            this.paramBoxHitRate.ParameterIndex = 0;
            this.paramBoxHitRate.ParameterLabel = "Hit Rate:";
            this.paramBoxHitRate.RpgAttribute = "hit";
            this.paramBoxHitRate.Size = new System.Drawing.Size(63, 37);
            this.paramBoxHitRate.TabIndex = 2;
            this.paramBoxHitRate.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxHitRate.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // paramBoxVariance
            // 
            this.paramBoxVariance.Location = new System.Drawing.Point(141, 132);
            this.paramBoxVariance.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.paramBoxVariance.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxVariance.Name = "paramBoxVariance";
            this.paramBoxVariance.ParameterIndex = 0;
            this.paramBoxVariance.ParameterLabel = "Variance:";
            this.paramBoxVariance.RpgAttribute = "variance";
            this.paramBoxVariance.Size = new System.Drawing.Size(63, 37);
            this.paramBoxVariance.TabIndex = 3;
            this.paramBoxVariance.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.paramBoxVariance.OnValueChanged += new ARCed.Controls.ParamBox.ValueChangedEventHandler(this.ParamBoxOnValueChanged);
            // 
            // buttonPlay
            // 
            this.buttonPlay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonPlay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.buttonPlay.Image = global::ARCed.Properties.Resources.Play;
            this.buttonPlay.Location = new System.Drawing.Point(212, 142);
            this.buttonPlay.Name = "buttonPlay";
            this.buttonPlay.Size = new System.Drawing.Size(24, 24);
            this.buttonPlay.TabIndex = 27;
            this.buttonPlay.UseVisualStyleBackColor = true;
            // 
            // labelMenuSE
            // 
            this.labelMenuSE.AutoSize = true;
            this.labelMenuSE.Location = new System.Drawing.Point(3, 130);
            this.labelMenuSE.Name = "labelMenuSE";
            this.labelMenuSE.Size = new System.Drawing.Size(76, 13);
            this.labelMenuSE.TabIndex = 5;
            this.labelMenuSE.Text = "Menu Use SE:";
            // 
            // splitContainerScopeAnimation
            // 
            this.splitContainerScopeAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerScopeAnimation.Location = new System.Drawing.Point(0, 173);
            this.splitContainerScopeAnimation.Name = "splitContainerScopeAnimation";
            // 
            // splitContainerScopeAnimation.Panel1
            // 
            this.splitContainerScopeAnimation.Panel1.Controls.Add(this.comboBoxCommonEvent);
            this.splitContainerScopeAnimation.Panel1.Controls.Add(this.labelCommonEvent);
            this.splitContainerScopeAnimation.Panel1.Controls.Add(this.comboBoxUserAnimation);
            this.splitContainerScopeAnimation.Panel1.Controls.Add(this.label3);
            this.splitContainerScopeAnimation.Panel1.Controls.Add(this.comboBoxScope);
            this.splitContainerScopeAnimation.Panel1.Controls.Add(this.labelScope);
            // 
            // splitContainerScopeAnimation.Panel2
            // 
            this.splitContainerScopeAnimation.Panel2.Controls.Add(this.comboBoxTargetAnimation);
            this.splitContainerScopeAnimation.Panel2.Controls.Add(this.label4);
            this.splitContainerScopeAnimation.Panel2.Controls.Add(this.comboBoxOccasion);
            this.splitContainerScopeAnimation.Panel2.Controls.Add(this.labelOccasion);
            this.splitContainerScopeAnimation.Size = new System.Drawing.Size(240, 121);
            this.splitContainerScopeAnimation.SplitterDistance = 119;
            this.splitContainerScopeAnimation.TabIndex = 25;
            // 
            // comboBoxCommonEvent
            // 
            this.comboBoxCommonEvent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxCommonEvent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCommonEvent.FormattingEnabled = true;
            this.comboBoxCommonEvent.Location = new System.Drawing.Point(6, 96);
            this.comboBoxCommonEvent.Name = "comboBoxCommonEvent";
            this.comboBoxCommonEvent.Size = new System.Drawing.Size(110, 21);
            this.comboBoxCommonEvent.TabIndex = 5;
            this.comboBoxCommonEvent.SelectedIndexChanged += new System.EventHandler(this.ComboBoxCommonEventSelectedIndexChanged);
            // 
            // labelCommonEvent
            // 
            this.labelCommonEvent.AutoSize = true;
            this.labelCommonEvent.Location = new System.Drawing.Point(3, 80);
            this.labelCommonEvent.Name = "labelCommonEvent";
            this.labelCommonEvent.Size = new System.Drawing.Size(82, 13);
            this.labelCommonEvent.TabIndex = 6;
            this.labelCommonEvent.Text = "Common Event:";
            // 
            // comboBoxUserAnimation
            // 
            this.comboBoxUserAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxUserAnimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxUserAnimation.FormattingEnabled = true;
            this.comboBoxUserAnimation.Location = new System.Drawing.Point(6, 56);
            this.comboBoxUserAnimation.Name = "comboBoxUserAnimation";
            this.comboBoxUserAnimation.Size = new System.Drawing.Size(110, 21);
            this.comboBoxUserAnimation.TabIndex = 3;
            this.comboBoxUserAnimation.SelectedIndexChanged += new System.EventHandler(this.ComboBoxUserAnimationSelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(3, 40);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(81, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "User Animation:";
            // 
            // comboBoxScope
            // 
            this.comboBoxScope.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxScope.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxScope.FormattingEnabled = true;
            this.comboBoxScope.Items.AddRange(new object[] {
            "None",
            "One Enemy",
            "All Enemies",
            "One Ally",
            "All Allies",
            "One Ally (HP 0)",
            "All Allies (HP 0)",
            "User"});
            this.comboBoxScope.Location = new System.Drawing.Point(6, 16);
            this.comboBoxScope.Name = "comboBoxScope";
            this.comboBoxScope.Size = new System.Drawing.Size(110, 21);
            this.comboBoxScope.TabIndex = 1;
            this.comboBoxScope.SelectedIndexChanged += new System.EventHandler(this.ComboBoxScopeSelectedIndexChanged);
            // 
            // labelScope
            // 
            this.labelScope.AutoSize = true;
            this.labelScope.Location = new System.Drawing.Point(3, 0);
            this.labelScope.Name = "labelScope";
            this.labelScope.Size = new System.Drawing.Size(41, 13);
            this.labelScope.TabIndex = 0;
            this.labelScope.Text = "Scope:";
            // 
            // comboBoxTargetAnimation
            // 
            this.comboBoxTargetAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxTargetAnimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTargetAnimation.FormattingEnabled = true;
            this.comboBoxTargetAnimation.Location = new System.Drawing.Point(6, 56);
            this.comboBoxTargetAnimation.Name = "comboBoxTargetAnimation";
            this.comboBoxTargetAnimation.Size = new System.Drawing.Size(107, 21);
            this.comboBoxTargetAnimation.TabIndex = 4;
            this.comboBoxTargetAnimation.SelectedIndexChanged += new System.EventHandler(this.ComboBoxTargetAnimationSelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(3, 40);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(90, 13);
            this.label4.TabIndex = 3;
            this.label4.Text = "Target Animation:";
            // 
            // comboBoxOccasion
            // 
            this.comboBoxOccasion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxOccasion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxOccasion.FormattingEnabled = true;
            this.comboBoxOccasion.Items.AddRange(new object[] {
            "Always",
            "Only in Battle",
            "Only in Menu",
            "Never"});
            this.comboBoxOccasion.Location = new System.Drawing.Point(6, 16);
            this.comboBoxOccasion.Name = "comboBoxOccasion";
            this.comboBoxOccasion.Size = new System.Drawing.Size(107, 21);
            this.comboBoxOccasion.TabIndex = 2;
            this.comboBoxOccasion.SelectedIndexChanged += new System.EventHandler(this.ComboBoxOccasionSelectedIndexChanged);
            // 
            // labelOccasion
            // 
            this.labelOccasion.AutoSize = true;
            this.labelOccasion.Location = new System.Drawing.Point(3, 0);
            this.labelOccasion.Name = "labelOccasion";
            this.labelOccasion.Size = new System.Drawing.Size(55, 13);
            this.labelOccasion.TabIndex = 0;
            this.labelOccasion.Text = "Occasion:";
            // 
            // pictureBoxIcon
            // 
            this.pictureBoxIcon.BackColor = System.Drawing.SystemColors.Window;
            this.pictureBoxIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.pictureBoxIcon.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBoxIcon.Location = new System.Drawing.Point(6, 91);
            this.pictureBoxIcon.Name = "pictureBoxIcon";
            this.pictureBoxIcon.Size = new System.Drawing.Size(36, 36);
            this.pictureBoxIcon.TabIndex = 23;
            this.pictureBoxIcon.TabStop = false;
            // 
            // labelIcon
            // 
            this.labelIcon.AutoSize = true;
            this.labelIcon.Location = new System.Drawing.Point(48, 91);
            this.labelIcon.Name = "labelIcon";
            this.labelIcon.Size = new System.Drawing.Size(31, 13);
            this.labelIcon.TabIndex = 4;
            this.labelIcon.Text = "Icon:";
            // 
            // textBoxDescription
            // 
            this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDescription.Location = new System.Drawing.Point(6, 64);
            this.textBoxDescription.Name = "textBoxDescription";
            this.textBoxDescription.Size = new System.Drawing.Size(230, 20);
            this.textBoxDescription.TabIndex = 3;
            this.textBoxDescription.TextChanged += new System.EventHandler(this.TextBoxDescriptionTextChanged);
            // 
            // labelDescription
            // 
            this.labelDescription.AutoSize = true;
            this.labelDescription.Location = new System.Drawing.Point(3, 48);
            this.labelDescription.Name = "labelDescription";
            this.labelDescription.Size = new System.Drawing.Size(63, 13);
            this.labelDescription.TabIndex = 2;
            this.labelDescription.Text = "Description:";
            // 
            // 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(6, 25);
            this.textBoxName.Name = "textBoxName";
            this.textBoxName.Size = new System.Drawing.Size(230, 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(3, 9);
            this.labelName.Name = "labelName";
            this.labelName.Size = new System.Drawing.Size(38, 13);
            this.labelName.TabIndex = 0;
            this.labelName.Text = "Name:";
            // 
            // splitContainerNotes
            // 
            this.splitContainerNotes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerNotes.Location = new System.Drawing.Point(0, 0);
            this.splitContainerNotes.Name = "splitContainerNotes";
            this.splitContainerNotes.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerNotes.Panel1
            // 
            this.splitContainerNotes.Panel1.Controls.Add(this.splitContainerStateElements);
            // 
            // splitContainerNotes.Panel2
            // 
            this.splitContainerNotes.Panel2.Controls.Add(this.noteTextBox);
            this.splitContainerNotes.Size = new System.Drawing.Size(287, 490);
            this.splitContainerNotes.SplitterDistance = 316;
            this.splitContainerNotes.TabIndex = 0;
            // 
            // 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.checkGroupBoxElements);
            // 
            // splitContainerStateElements.Panel2
            // 
            this.splitContainerStateElements.Panel2.Controls.Add(this.checkedListBoxStates);
            this.splitContainerStateElements.Size = new System.Drawing.Size(287, 316);
            this.splitContainerStateElements.SplitterDistance = 143;
            this.splitContainerStateElements.TabIndex = 0;
            // 
            // checkGroupBoxElements
            // 
            this.checkGroupBoxElements.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.checkGroupBoxElements.Location = new System.Drawing.Point(3, 9);
            this.checkGroupBoxElements.Name = "checkGroupBoxElements";
            this.checkGroupBoxElements.SelectedIndex = -1;
            this.checkGroupBoxElements.Size = new System.Drawing.Size(137, 304);
            this.checkGroupBoxElements.TabIndex = 0;
            this.checkGroupBoxElements.TabStop = false;
            this.checkGroupBoxElements.Text = "Elements";
            this.checkGroupBoxElements.OnCheckChange += new ARCed.Controls.CheckGroupBox.CheckChangeEventHandler(this.CheckGroupBoxElementsOnCheckChange);
            this.checkGroupBoxElements.Leave += new System.EventHandler(this.CheckGroupFocusLeave);
            // 
            // checkedListBoxStates
            // 
            this.checkedListBoxStates.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.checkedListBoxStates.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Empty,
        System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))))};
            this.checkedListBoxStates.Items = new string[] {
        "",
        "+",
        "-"};
            this.checkedListBoxStates.Location = new System.Drawing.Point(3, 9);
            this.checkedListBoxStates.Name = "checkedListBoxStates";
            this.checkedListBoxStates.Size = new System.Drawing.Size(134, 304);
            this.checkedListBoxStates.TabIndex = 0;
            this.checkedListBoxStates.TabStop = false;
            this.checkedListBoxStates.Text = "States";
            this.checkedListBoxStates.OnItemChanged += new ARCed.Controls.MultiStateCheckedListBox.ItemValueChangedEventHandler(this.CheckedListBoxStatesOnItemChanged);
            // 
            // 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(281, 164);
            this.noteTextBox.TabIndex = 0;
            this.noteTextBox.NoteTextChanged += new ARCed.Controls.NoteTextBox.TextChangedEventHandler(this.NoteTextBoxNoteTextChanged);
            // 
            // ItemMainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(708, 490);
            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 = "ItemMainForm";
            this.RpgTypeName = "RPG.Item";
            this.Text = "Items";
            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.Panel1.PerformLayout();
            this.splitContainerRight.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit();
            this.splitContainerRight.ResumeLayout(false);
            this.groupBoxParameters.ResumeLayout(false);
            this.flowPanel.ResumeLayout(false);
            this.panelConsumable.ResumeLayout(false);
            this.panelConsumable.PerformLayout();
            this.panelParam.ResumeLayout(false);
            this.panelParam.PerformLayout();
            this.splitContainerScopeAnimation.Panel1.ResumeLayout(false);
            this.splitContainerScopeAnimation.Panel1.PerformLayout();
            this.splitContainerScopeAnimation.Panel2.ResumeLayout(false);
            this.splitContainerScopeAnimation.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerScopeAnimation)).EndInit();
            this.splitContainerScopeAnimation.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIcon)).EndInit();
            this.splitContainerNotes.Panel1.ResumeLayout(false);
            this.splitContainerNotes.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerNotes)).EndInit();
            this.splitContainerNotes.ResumeLayout(false);
            this.splitContainerStateElements.Panel1.ResumeLayout(false);
            this.splitContainerStateElements.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerStateElements)).EndInit();
            this.splitContainerStateElements.ResumeLayout(false);
            this.ResumeLayout(false);

		}