/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FrogForge.Palette palette1 = new FrogForge.Palette(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTilesetEditor)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.lstTilemaps = new FrogForge.UserControls.TilemapJSONBrowser(); this.plt1 = new FrogForge.UserControls.PalettePanel(); this.label1 = new System.Windows.Forms.Label(); this.plt2 = new FrogForge.UserControls.PalettePanel(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.rdbSelectionPush = new System.Windows.Forms.RadioButton(); this.rdbSelectionSwap = new System.Windows.Forms.RadioButton(); this.rdbSelectionSelect = new System.Windows.Forms.RadioButton(); this.grpSelectedTile = new System.Windows.Forms.GroupBox(); this.picTileImage = new FrogForge.UserControls.PalettedPicturebox(); this.btnTileApply = new System.Windows.Forms.Button(); this.rdbPlt2 = new System.Windows.Forms.RadioButton(); this.rdbPlt1 = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.ckbAutoApply = new System.Windows.Forms.CheckBox(); this.ckbHigh = new System.Windows.Forms.CheckBox(); this.ckbWall = new System.Windows.Forms.CheckBox(); this.nudArmorMod = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.nudMoveCost = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.txtTileName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnRemoveTiles = new System.Windows.Forms.Button(); this.btnAddTiles = new System.Windows.Forms.Button(); this.pnlPossibleTiles = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.bblBattleBackgrounds = new FrogForge.UserControls.BattleBackgroundsListEditor(); this.toolStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.grpSelectedTile.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picTileImage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudArmorMod)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMoveCost)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.btnNew, this.btnDelete }); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(789, 25); this.toolStrip1.TabIndex = 18; this.toolStrip1.Text = "toolStrip1"; // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = global::FrogForge.Properties.Resources.Save; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnNew // this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNew.Image = global::FrogForge.Properties.Resources.New; this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(23, 22); this.btnNew.Text = "New"; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDelete.Image = global::FrogForge.Properties.Resources.Delete; this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(23, 22); this.btnDelete.Text = "Delete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // lstTilemaps // this.lstTilemaps.FormattingEnabled = true; this.lstTilemaps.Location = new System.Drawing.Point(12, 28); this.lstTilemaps.Name = "lstTilemaps"; this.lstTilemaps.Size = new System.Drawing.Size(126, 329); this.lstTilemaps.TabIndex = 19; // // plt1 // this.plt1.Location = new System.Drawing.Point(352, 28); this.plt1.Name = "plt1"; this.plt1.Size = new System.Drawing.Size(100, 20); this.plt1.SpritePalette = false; this.plt1.TabIndex = 20; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(294, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 21; this.label1.Text = "Palette 1:"; // // plt2 // this.plt2.Location = new System.Drawing.Point(516, 28); this.plt2.Name = "plt2"; this.plt2.Size = new System.Drawing.Size(100, 20); this.plt2.SpritePalette = false; this.plt2.TabIndex = 20; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(458, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 13); this.label2.TabIndex = 21; this.label2.Text = "Palette 2:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(144, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 22; this.label3.Text = "Name:"; // // txtName // this.txtName.Location = new System.Drawing.Point(188, 28); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(100, 20); this.txtName.TabIndex = 23; // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Controls.Add(this.grpSelectedTile); this.groupBox1.Controls.Add(this.btnRemoveTiles); this.groupBox1.Controls.Add(this.btnAddTiles); this.groupBox1.Controls.Add(this.pnlPossibleTiles); this.groupBox1.Location = new System.Drawing.Point(144, 54); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(280, 303); this.groupBox1.TabIndex = 24; this.groupBox1.TabStop = false; this.groupBox1.Text = "Tiles data"; // // groupBox4 // this.groupBox4.Controls.Add(this.rdbSelectionPush); this.groupBox4.Controls.Add(this.rdbSelectionSwap); this.groupBox4.Controls.Add(this.rdbSelectionSelect); this.groupBox4.Location = new System.Drawing.Point(6, 185); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(268, 54); this.groupBox4.TabIndex = 32; this.groupBox4.TabStop = false; this.groupBox4.Text = "Selection mode"; // // rdbSelectionPush // this.rdbSelectionPush.AutoSize = true; this.rdbSelectionPush.Location = new System.Drawing.Point(125, 19); this.rdbSelectionPush.Name = "rdbSelectionPush"; this.rdbSelectionPush.Size = new System.Drawing.Size(49, 17); this.rdbSelectionPush.TabIndex = 0; this.rdbSelectionPush.Text = "Push"; this.rdbSelectionPush.UseVisualStyleBackColor = true; // // rdbSelectionSwap // this.rdbSelectionSwap.AutoSize = true; this.rdbSelectionSwap.Location = new System.Drawing.Point(67, 19); this.rdbSelectionSwap.Name = "rdbSelectionSwap"; this.rdbSelectionSwap.Size = new System.Drawing.Size(52, 17); this.rdbSelectionSwap.TabIndex = 0; this.rdbSelectionSwap.Text = "Swap"; this.rdbSelectionSwap.UseVisualStyleBackColor = true; // // rdbSelectionSelect // this.rdbSelectionSelect.AutoSize = true; this.rdbSelectionSelect.Checked = true; this.rdbSelectionSelect.Location = new System.Drawing.Point(6, 19); this.rdbSelectionSelect.Name = "rdbSelectionSelect"; this.rdbSelectionSelect.Size = new System.Drawing.Size(55, 17); this.rdbSelectionSelect.TabIndex = 0; this.rdbSelectionSelect.TabStop = true; this.rdbSelectionSelect.Text = "Select"; this.rdbSelectionSelect.UseVisualStyleBackColor = true; // // grpSelectedTile // this.grpSelectedTile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpSelectedTile.Controls.Add(this.picTileImage); this.grpSelectedTile.Controls.Add(this.btnTileApply); this.grpSelectedTile.Controls.Add(this.rdbPlt2); this.grpSelectedTile.Controls.Add(this.rdbPlt1); this.grpSelectedTile.Controls.Add(this.label7); this.grpSelectedTile.Controls.Add(this.ckbAutoApply); this.grpSelectedTile.Controls.Add(this.ckbHigh); this.grpSelectedTile.Controls.Add(this.ckbWall); this.grpSelectedTile.Controls.Add(this.nudArmorMod); this.grpSelectedTile.Controls.Add(this.label6); this.grpSelectedTile.Controls.Add(this.nudMoveCost); this.grpSelectedTile.Controls.Add(this.label5); this.grpSelectedTile.Controls.Add(this.txtTileName); this.grpSelectedTile.Controls.Add(this.label4); this.grpSelectedTile.Location = new System.Drawing.Point(109, 20); this.grpSelectedTile.Name = "grpSelectedTile"; this.grpSelectedTile.Size = new System.Drawing.Size(165, 159); this.grpSelectedTile.TabIndex = 31; this.grpSelectedTile.TabStop = false; this.grpSelectedTile.Text = "Selected"; // // picTileImage // this.picTileImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picTileImage.Image = null; this.picTileImage.Location = new System.Drawing.Point(139, 19); this.picTileImage.Name = "picTileImage"; this.picTileImage.Palette = palette1; this.picTileImage.Size = new System.Drawing.Size(20, 20); this.picTileImage.TabIndex = 29; this.picTileImage.TabStop = false; // // btnTileApply // this.btnTileApply.Location = new System.Drawing.Point(6, 130); this.btnTileApply.Name = "btnTileApply"; this.btnTileApply.Size = new System.Drawing.Size(100, 23); this.btnTileApply.TabIndex = 28; this.btnTileApply.Text = "Apply"; this.btnTileApply.UseVisualStyleBackColor = true; this.btnTileApply.Click += new System.EventHandler(this.btnTileApply_Click); // // rdbPlt2 // this.rdbPlt2.AutoSize = true; this.rdbPlt2.Location = new System.Drawing.Point(112, 97); this.rdbPlt2.Name = "rdbPlt2"; this.rdbPlt2.Size = new System.Drawing.Size(31, 17); this.rdbPlt2.TabIndex = 27; this.rdbPlt2.Text = "2"; this.rdbPlt2.UseVisualStyleBackColor = true; // // rdbPlt1 // this.rdbPlt1.AutoSize = true; this.rdbPlt1.Checked = true; this.rdbPlt1.Location = new System.Drawing.Point(72, 97); this.rdbPlt1.Name = "rdbPlt1"; this.rdbPlt1.Size = new System.Drawing.Size(31, 17); this.rdbPlt1.TabIndex = 27; this.rdbPlt1.TabStop = true; this.rdbPlt1.Text = "1"; this.rdbPlt1.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 99); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(43, 13); this.label7.TabIndex = 26; this.label7.Text = "Palette:"; // // ckbAutoApply // this.ckbAutoApply.AutoSize = true; this.ckbAutoApply.Checked = true; this.ckbAutoApply.CheckState = System.Windows.Forms.CheckState.Checked; this.ckbAutoApply.Location = new System.Drawing.Point(112, 134); this.ckbAutoApply.Name = "ckbAutoApply"; this.ckbAutoApply.Size = new System.Drawing.Size(48, 17); this.ckbAutoApply.TabIndex = 25; this.ckbAutoApply.Text = "Auto"; this.ckbAutoApply.UseVisualStyleBackColor = true; // // ckbHigh // this.ckbHigh.AutoSize = true; this.ckbHigh.Location = new System.Drawing.Point(112, 72); this.ckbHigh.Name = "ckbHigh"; this.ckbHigh.Size = new System.Drawing.Size(48, 17); this.ckbHigh.TabIndex = 25; this.ckbHigh.Text = "High"; this.ckbHigh.UseVisualStyleBackColor = true; // // ckbWall // this.ckbWall.AutoSize = true; this.ckbWall.Location = new System.Drawing.Point(112, 46); this.ckbWall.Name = "ckbWall"; this.ckbWall.Size = new System.Drawing.Size(47, 17); this.ckbWall.TabIndex = 25; this.ckbWall.Text = "Wall"; this.ckbWall.UseVisualStyleBackColor = true; this.ckbWall.CheckedChanged += new System.EventHandler(this.ckbWall_CheckedChanged); // // nudArmorMod // this.nudArmorMod.Location = new System.Drawing.Point(72, 71); this.nudArmorMod.Maximum = new decimal(new int[] { 2, 0, 0, 0 }); this.nudArmorMod.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648 }); this.nudArmorMod.Name = "nudArmorMod"; this.nudArmorMod.Size = new System.Drawing.Size(34, 20); this.nudArmorMod.TabIndex = 24; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 73); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(60, 13); this.label6.TabIndex = 22; this.label6.Text = "Armor mod:"; // // nudMoveCost // this.nudMoveCost.Location = new System.Drawing.Point(72, 45); this.nudMoveCost.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); this.nudMoveCost.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.nudMoveCost.Name = "nudMoveCost"; this.nudMoveCost.Size = new System.Drawing.Size(34, 20); this.nudMoveCost.TabIndex = 24; this.nudMoveCost.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 47); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 13); this.label5.TabIndex = 22; this.label5.Text = "Move cost:"; // // txtTileName // this.txtTileName.Location = new System.Drawing.Point(50, 19); this.txtTileName.Name = "txtTileName"; this.txtTileName.Size = new System.Drawing.Size(83, 20); this.txtTileName.TabIndex = 23; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(38, 13); this.label4.TabIndex = 22; this.label4.Text = "Name:"; // // btnRemoveTiles // this.btnRemoveTiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveTiles.Location = new System.Drawing.Point(6, 274); this.btnRemoveTiles.Name = "btnRemoveTiles"; this.btnRemoveTiles.Size = new System.Drawing.Size(268, 23); this.btnRemoveTiles.TabIndex = 30; this.btnRemoveTiles.Text = "Remove"; this.btnRemoveTiles.UseVisualStyleBackColor = true; this.btnRemoveTiles.Click += new System.EventHandler(this.btnRemoveTiles_Click); // // btnAddTiles // this.btnAddTiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnAddTiles.Location = new System.Drawing.Point(6, 245); this.btnAddTiles.Name = "btnAddTiles"; this.btnAddTiles.Size = new System.Drawing.Size(268, 23); this.btnAddTiles.TabIndex = 30; this.btnAddTiles.Text = "Add"; this.btnAddTiles.UseVisualStyleBackColor = true; this.btnAddTiles.Click += new System.EventHandler(this.btnAddTiles_Click); // // pnlPossibleTiles // this.pnlPossibleTiles.Location = new System.Drawing.Point(6, 19); this.pnlPossibleTiles.Name = "pnlPossibleTiles"; this.pnlPossibleTiles.Size = new System.Drawing.Size(96, 160); this.pnlPossibleTiles.TabIndex = 29; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.bblBattleBackgrounds); this.groupBox2.Location = new System.Drawing.Point(430, 54); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(347, 303); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "Battle backgrounds data"; // // bblBattleBackgrounds // this.bblBattleBackgrounds.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.bblBattleBackgrounds.Location = new System.Drawing.Point(6, 19); this.bblBattleBackgrounds.Name = "bblBattleBackgrounds"; this.bblBattleBackgrounds.Size = new System.Drawing.Size(335, 278); this.bblBattleBackgrounds.TabIndex = 1; // // frmTilesetEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(789, 369); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtName); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.plt2); this.Controls.Add(this.plt1); this.Controls.Add(this.lstTilemaps); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmTilesetEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Tileset Editor"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmTilesetEditor_FormClosed); this.Load += new System.EventHandler(this.frmTilesetEditor_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.grpSelectedTile.ResumeLayout(false); this.grpSelectedTile.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picTileImage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudArmorMod)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMoveCost)).EndInit(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FrogForge.Palette palette1 = new FrogForge.Palette(); FrogForge.Palette palette2 = new FrogForge.Palette(); FrogForge.Palette palette3 = new FrogForge.Palette(); FrogForge.Palette palette4 = new FrogForge.Palette(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCGEditor)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.lstCGs = new FrogForge.UserControls.CGJSONBrowser(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.picBG1 = new FrogForge.UserControls.PartialPalettedPicturebox(); this.label1 = new System.Windows.Forms.Label(); this.pltBG1 = new FrogForge.UserControls.PalettePanel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.picBG2 = new FrogForge.UserControls.PartialPalettedPicturebox(); this.pltBG2 = new FrogForge.UserControls.PalettePanel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.picFG1 = new FrogForge.UserControls.PalettedPicturebox(); this.fgpFG1 = new FrogForge.UserControls.ForegroundPaletteSelector(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.fgpFG2 = new FrogForge.UserControls.ForegroundPaletteSelector(); this.picFG2 = new FrogForge.UserControls.PalettedPicturebox(); this.txtName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.picPreview = new System.Windows.Forms.PictureBox(); this.toolStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBG1)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBG2)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFG1)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFG2)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.btnNew, this.btnDelete }); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(964, 25); this.toolStrip1.TabIndex = 18; this.toolStrip1.Text = "toolStrip1"; // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = global::FrogForge.Properties.Resources.Save; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnNew // this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNew.Image = global::FrogForge.Properties.Resources.New; this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(23, 22); this.btnNew.Text = "New"; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDelete.Image = global::FrogForge.Properties.Resources.Delete; this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(23, 22); this.btnDelete.Text = "Delete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // lstCGs // this.lstCGs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstCGs.FormattingEnabled = true; this.lstCGs.Location = new System.Drawing.Point(12, 28); this.lstCGs.Name = "lstCGs"; this.lstCGs.Size = new System.Drawing.Size(118, 615); this.lstCGs.TabIndex = 19; // // groupBox1 // this.groupBox1.Controls.Add(this.picBG1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.pltBG1); this.groupBox1.Location = new System.Drawing.Point(136, 54); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(268, 291); this.groupBox1.TabIndex = 21; this.groupBox1.TabStop = false; this.groupBox1.Text = "BG 1"; // // picBG1 // this.picBG1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.picBG1.Image = null; this.picBG1.Location = new System.Drawing.Point(6, 45); this.picBG1.Name = "picBG1"; this.picBG1.Palette = palette1; this.picBG1.Size = new System.Drawing.Size(256, 240); this.picBG1.TabIndex = 20; this.picBG1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 25; this.label1.Text = "Palette 1:"; // // pltBG1 // this.pltBG1.Location = new System.Drawing.Point(64, 19); this.pltBG1.Name = "pltBG1"; this.pltBG1.Size = new System.Drawing.Size(198, 20); this.pltBG1.SpritePalette = false; this.pltBG1.TabIndex = 23; // // groupBox2 // this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.picBG2); this.groupBox2.Controls.Add(this.pltBG2); this.groupBox2.Location = new System.Drawing.Point(410, 54); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(268, 291); this.groupBox2.TabIndex = 21; this.groupBox2.TabStop = false; this.groupBox2.Text = "BG 2"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 13); this.label2.TabIndex = 24; this.label2.Text = "Palette 2:"; // // picBG2 // this.picBG2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.picBG2.Image = null; this.picBG2.Location = new System.Drawing.Point(6, 45); this.picBG2.Name = "picBG2"; this.picBG2.Palette = palette2; this.picBG2.Size = new System.Drawing.Size(256, 240); this.picBG2.TabIndex = 20; this.picBG2.TabStop = false; // // pltBG2 // this.pltBG2.Location = new System.Drawing.Point(64, 19); this.pltBG2.Name = "pltBG2"; this.pltBG2.Size = new System.Drawing.Size(198, 20); this.pltBG2.SpritePalette = false; this.pltBG2.TabIndex = 22; // // groupBox3 // this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.picFG1); this.groupBox3.Controls.Add(this.fgpFG1); this.groupBox3.Location = new System.Drawing.Point(136, 351); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(268, 291); this.groupBox3.TabIndex = 21; this.groupBox3.TabStop = false; this.groupBox3.Text = "FG 1"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 22); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 13); this.label3.TabIndex = 25; this.label3.Text = "Palette 1:"; // // picFG1 // this.picFG1.Image = null; this.picFG1.Location = new System.Drawing.Point(6, 45); this.picFG1.Name = "picFG1"; this.picFG1.Palette = palette3; this.picFG1.Size = new System.Drawing.Size(256, 240); this.picFG1.TabIndex = 26; this.picFG1.TabStop = false; // // fgpFG1 // this.fgpFG1.Data = 0; this.fgpFG1.Location = new System.Drawing.Point(64, 19); this.fgpFG1.Name = "fgpFG1"; this.fgpFG1.Size = new System.Drawing.Size(198, 20); this.fgpFG1.TabIndex = 27; // // groupBox4 // this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.fgpFG2); this.groupBox4.Controls.Add(this.picFG2); this.groupBox4.Location = new System.Drawing.Point(410, 351); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(268, 291); this.groupBox4.TabIndex = 21; this.groupBox4.TabStop = false; this.groupBox4.Text = "FG 2"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 13); this.label4.TabIndex = 24; this.label4.Text = "Palette 2:"; // // fgpFG2 // this.fgpFG2.Data = 0; this.fgpFG2.Location = new System.Drawing.Point(64, 19); this.fgpFG2.Name = "fgpFG2"; this.fgpFG2.Size = new System.Drawing.Size(198, 20); this.fgpFG2.TabIndex = 27; // // picFG2 // this.picFG2.Image = null; this.picFG2.Location = new System.Drawing.Point(6, 45); this.picFG2.Name = "picFG2"; this.picFG2.Palette = palette4; this.picFG2.Size = new System.Drawing.Size(256, 240); this.picFG2.TabIndex = 26; this.picFG2.TabStop = false; // // txtName // this.txtName.Location = new System.Drawing.Point(180, 28); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(100, 20); this.txtName.TabIndex = 22; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(136, 31); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(38, 13); this.label5.TabIndex = 23; this.label5.Text = "Name:"; // // groupBox5 // this.groupBox5.Controls.Add(this.picPreview); this.groupBox5.Location = new System.Drawing.Point(684, 218); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(268, 265); this.groupBox5.TabIndex = 21; this.groupBox5.TabStop = false; this.groupBox5.Text = "Preview"; // // picPreview // this.picPreview.Location = new System.Drawing.Point(6, 19); this.picPreview.Name = "picPreview"; this.picPreview.Size = new System.Drawing.Size(256, 240); this.picPreview.TabIndex = 21; this.picPreview.TabStop = false; // // frmCGEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(964, 654); this.Controls.Add(this.label5); this.Controls.Add(this.txtName); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox1); this.Controls.Add(this.lstCGs); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmCGEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CG Editor"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmCGEditor_FormClosed); this.Load += new System.EventHandler(this.frmCGEditor_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBG1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBG2)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFG1)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFG2)).EndInit(); this.groupBox5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FrogForge.Palette palette5 = new FrogForge.Palette(); FrogForge.Palette palette6 = new FrogForge.Palette(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.picLayer1 = new FrogForge.UserControls.PartialPalettedPicturebox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.picLayer2 = new FrogForge.UserControls.PartialPalettedPicturebox(); this.txtTileName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picLayer1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picLayer2)).BeginInit(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.picLayer1); this.groupBox3.Location = new System.Drawing.Point(0, 51); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(145, 201); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Layer 1"; // // picLayer1 // this.picLayer1.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.picLayer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picLayer1.Image = null; this.picLayer1.Location = new System.Drawing.Point(6, 19); this.picLayer1.Name = "picLayer1"; this.picLayer1.Palette = palette5; this.picLayer1.Size = new System.Drawing.Size(132, 172); this.picLayer1.TabIndex = 0; this.picLayer1.TabStop = false; // // groupBox1 // this.groupBox1.Controls.Add(this.picLayer2); this.groupBox1.Location = new System.Drawing.Point(151, 51); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(145, 201); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Layer 2"; // // picLayer2 // this.picLayer2.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.picLayer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picLayer2.Image = null; this.picLayer2.Location = new System.Drawing.Point(6, 19); this.picLayer2.Name = "picLayer2"; this.picLayer2.Palette = palette6; this.picLayer2.Size = new System.Drawing.Size(132, 172); this.picLayer2.TabIndex = 0; this.picLayer2.TabStop = false; // // txtTileName // this.txtTileName.Location = new System.Drawing.Point(47, 0); this.txtTileName.Name = "txtTileName"; this.txtTileName.Size = new System.Drawing.Size(241, 20); this.txtTileName.TabIndex = 32; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 3); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(38, 13); this.label4.TabIndex = 31; this.label4.Text = "Name:"; // // BattleBackgroundPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtTileName); this.Controls.Add(this.label4); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox3); this.Name = "BattleBackgroundPanel"; this.Size = new System.Drawing.Size(296, 252); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picLayer1)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picLayer2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FrogForge.Palette palette1 = new FrogForge.Palette(); FrogForge.Palette palette2 = new FrogForge.Palette(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPortraitEditor)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.picCharactersBG = new FrogForge.UserControls.PalettedPicturebox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.picCharactersPreview = new System.Windows.Forms.PictureBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.picCharactersFG = new FrogForge.UserControls.PalettedPicturebox(); this.grpData = new System.Windows.Forms.GroupBox(); this.fgpCharacterAccent = new FrogForge.UserControls.ForegroundPaletteSelector(); this.fgpCharactersFGPalette = new FrogForge.UserControls.ForegroundPaletteSelector(); this.pltCharactersBGPalette = new FrogForge.UserControls.PalettePanel(); this.label3 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.txtCharactersDisplayName = new System.Windows.Forms.TextBox(); this.txtCharactersName = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnVoicePlay = new System.Windows.Forms.Button(); this.nudPitch = new System.Windows.Forms.NumericUpDown(); this.cmbVoiceType = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.trkPitch = new System.Windows.Forms.TrackBar(); this.label8 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.tbcMain = new System.Windows.Forms.TabControl(); this.tbpPortraits = new System.Windows.Forms.TabPage(); this.lstCharacters = new FrogForge.UserControls.PortraitJSONBrowser(); this.tbpGenerics = new System.Windows.Forms.TabPage(); this.groupBox11 = new System.Windows.Forms.GroupBox(); this.groupBox13 = new System.Windows.Forms.GroupBox(); this.groupBox12 = new System.Windows.Forms.GroupBox(); this.pleGenericsPossibleBGPalettes = new FrogForge.UserControls.PalettesListEditor(); this.lstGenerics = new FrogForge.UserControls.GenericPortraitJSONBrowser(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.picGenericsBG = new FrogForge.UserControls.PalettedPicturebox(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.picGenericsPreview = new System.Windows.Forms.PictureBox(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.picGenericsFG = new FrogForge.UserControls.PalettedPicturebox(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.lblVoiceType = new System.Windows.Forms.Label(); this.txtGenericsTags = new System.Windows.Forms.TextBox(); this.txtGenericsID = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.trkGenericsVoiceType = new System.Windows.Forms.TrackBar(); this.groupBox1.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picCharactersBG)).BeginInit(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picCharactersPreview)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picCharactersFG)).BeginInit(); this.grpData.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudPitch)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trkPitch)).BeginInit(); this.toolStrip1.SuspendLayout(); this.tbcMain.SuspendLayout(); this.tbpPortraits.SuspendLayout(); this.tbpGenerics.SuspendLayout(); this.groupBox11.SuspendLayout(); this.groupBox12.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picGenericsBG)).BeginInit(); this.groupBox8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picGenericsPreview)).BeginInit(); this.groupBox9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picGenericsFG)).BeginInit(); this.groupBox10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trkGenericsVoiceType)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Controls.Add(this.groupBox5); this.groupBox1.Controls.Add(this.groupBox6); this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Location = new System.Drawing.Point(126, 155); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(216, 102); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "Images"; // // groupBox5 // this.groupBox5.Controls.Add(this.picCharactersBG); this.groupBox5.Location = new System.Drawing.Point(76, 19); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(64, 77); this.groupBox5.TabIndex = 1; this.groupBox5.TabStop = false; this.groupBox5.Text = "BG"; // // picCharactersBG // this.picCharactersBG.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picCharactersBG.Image = null; this.picCharactersBG.Location = new System.Drawing.Point(6, 19); this.picCharactersBG.Name = "picCharactersBG"; this.picCharactersBG.Palette = palette1; this.picCharactersBG.Size = new System.Drawing.Size(52, 52); this.picCharactersBG.TabIndex = 0; this.picCharactersBG.TabStop = false; // // groupBox6 // this.groupBox6.Controls.Add(this.picCharactersPreview); this.groupBox6.Location = new System.Drawing.Point(146, 19); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(64, 77); this.groupBox6.TabIndex = 1; this.groupBox6.TabStop = false; this.groupBox6.Text = "Preview"; // // picCharactersPreview // this.picCharactersPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picCharactersPreview.Location = new System.Drawing.Point(6, 19); this.picCharactersPreview.Name = "picCharactersPreview"; this.picCharactersPreview.Size = new System.Drawing.Size(52, 52); this.picCharactersPreview.TabIndex = 0; this.picCharactersPreview.TabStop = false; // // groupBox4 // this.groupBox4.Controls.Add(this.picCharactersFG); this.groupBox4.Location = new System.Drawing.Point(6, 19); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(64, 77); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "FG"; // // picCharactersFG // this.picCharactersFG.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picCharactersFG.Image = null; this.picCharactersFG.Location = new System.Drawing.Point(6, 19); this.picCharactersFG.Name = "picCharactersFG"; this.picCharactersFG.Palette = palette1; this.picCharactersFG.Size = new System.Drawing.Size(52, 52); this.picCharactersFG.TabIndex = 0; this.picCharactersFG.TabStop = false; // // grpData // this.grpData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.grpData.Controls.Add(this.fgpCharacterAccent); this.grpData.Controls.Add(this.fgpCharactersFGPalette); this.grpData.Controls.Add(this.pltCharactersBGPalette); this.grpData.Controls.Add(this.label3); this.grpData.Controls.Add(this.label9); this.grpData.Controls.Add(this.txtCharactersDisplayName); this.grpData.Controls.Add(this.txtCharactersName); this.grpData.Controls.Add(this.label10); this.grpData.Controls.Add(this.label2); this.grpData.Controls.Add(this.label1); this.grpData.Location = new System.Drawing.Point(126, 0); this.grpData.Name = "grpData"; this.grpData.Size = new System.Drawing.Size(216, 149); this.grpData.TabIndex = 15; this.grpData.TabStop = false; this.grpData.Text = "Data"; // // fgpCharacterAccent // this.fgpCharacterAccent.BackColor = System.Drawing.Color.White; this.fgpCharacterAccent.Data = 0; this.fgpCharacterAccent.Location = new System.Drawing.Point(85, 123); this.fgpCharacterAccent.Name = "fgpCharacterAccent"; this.fgpCharacterAccent.Size = new System.Drawing.Size(125, 20); this.fgpCharacterAccent.TabIndex = 2; // // fgpCharactersFGPalette // this.fgpCharactersFGPalette.BackColor = System.Drawing.Color.White; this.fgpCharactersFGPalette.Data = 0; this.fgpCharactersFGPalette.Location = new System.Drawing.Point(85, 71); this.fgpCharactersFGPalette.Name = "fgpCharactersFGPalette"; this.fgpCharactersFGPalette.Size = new System.Drawing.Size(125, 20); this.fgpCharactersFGPalette.TabIndex = 2; // // pltCharactersBGPalette // this.pltCharactersBGPalette.Location = new System.Drawing.Point(85, 97); this.pltCharactersBGPalette.Name = "pltCharactersBGPalette"; this.pltCharactersBGPalette.Size = new System.Drawing.Size(125, 20); this.pltCharactersBGPalette.SpritePalette = false; this.pltCharactersBGPalette.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 101); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(61, 13); this.label3.TabIndex = 0; this.label3.Text = "BG Palette:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 127); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(44, 13); this.label9.TabIndex = 0; this.label9.Text = "Accent:"; // // txtCharactersDisplayName // this.txtCharactersDisplayName.Location = new System.Drawing.Point(85, 45); this.txtCharactersDisplayName.Name = "txtCharactersDisplayName"; this.txtCharactersDisplayName.Size = new System.Drawing.Size(125, 20); this.txtCharactersDisplayName.TabIndex = 1; // // txtCharactersName // this.txtCharactersName.Location = new System.Drawing.Point(85, 19); this.txtCharactersName.Name = "txtCharactersName"; this.txtCharactersName.Size = new System.Drawing.Size(125, 20); this.txtCharactersName.TabIndex = 1; this.txtCharactersName.TextChanged += new System.EventHandler(this.txtCharactersName_TextChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 48); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(73, 13); this.label10.TabIndex = 0; this.label10.Text = "Display name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 13); this.label2.TabIndex = 0; this.label2.Text = "FG Palette:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 0; this.label1.Text = "Name:"; // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox3.Controls.Add(this.btnVoicePlay); this.groupBox3.Controls.Add(this.nudPitch); this.groupBox3.Controls.Add(this.cmbVoiceType); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.trkPitch); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Location = new System.Drawing.Point(126, 263); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(216, 79); this.groupBox3.TabIndex = 16; this.groupBox3.TabStop = false; this.groupBox3.Text = "Voice"; // // btnVoicePlay // this.btnVoicePlay.Location = new System.Drawing.Point(167, 19); this.btnVoicePlay.Name = "btnVoicePlay"; this.btnVoicePlay.Size = new System.Drawing.Size(43, 21); this.btnVoicePlay.TabIndex = 4; this.btnVoicePlay.Text = "Play"; this.btnVoicePlay.UseVisualStyleBackColor = true; this.btnVoicePlay.Click += new System.EventHandler(this.btnVoicePlay_Click); // // nudPitch // this.nudPitch.DecimalPlaces = 2; this.nudPitch.Increment = new decimal(new int[] { 1, 0, 0, 131072 }); this.nudPitch.Location = new System.Drawing.Point(167, 46); this.nudPitch.Maximum = new decimal(new int[] { 2, 0, 0, 0 }); this.nudPitch.Name = "nudPitch"; this.nudPitch.Size = new System.Drawing.Size(43, 20); this.nudPitch.TabIndex = 3; this.nudPitch.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.nudPitch.ValueChanged += new System.EventHandler(this.nudPitch_ValueChanged); // // cmbVoiceType // this.cmbVoiceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbVoiceType.FormattingEnabled = true; this.cmbVoiceType.Items.AddRange(new object[] { "Square50", "Square25", "Square12", "Triangle" }); this.cmbVoiceType.Location = new System.Drawing.Point(73, 19); this.cmbVoiceType.Name = "cmbVoiceType"; this.cmbVoiceType.Size = new System.Drawing.Size(88, 21); this.cmbVoiceType.TabIndex = 0; this.cmbVoiceType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cmbVoiceType_KeyPress); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(34, 13); this.label7.TabIndex = 0; this.label7.Text = "Type:"; // // trkPitch // this.trkPitch.AutoSize = false; this.trkPitch.BackColor = System.Drawing.Color.White; this.trkPitch.LargeChange = 20; this.trkPitch.Location = new System.Drawing.Point(73, 46); this.trkPitch.Maximum = 200; this.trkPitch.Name = "trkPitch"; this.trkPitch.Size = new System.Drawing.Size(88, 20); this.trkPitch.SmallChange = 5; this.trkPitch.TabIndex = 2; this.trkPitch.TickStyle = System.Windows.Forms.TickStyle.None; this.trkPitch.Value = 100; this.trkPitch.Scroll += new System.EventHandler(this.trkPitch_Scroll); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 50); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(34, 13); this.label8.TabIndex = 0; this.label8.Text = "Pitch:"; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.btnNew, this.btnDelete }); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(377, 25); this.toolStrip1.TabIndex = 17; this.toolStrip1.Text = "toolStrip1"; // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = global::FrogForge.Properties.Resources.Save; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnNew // this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNew.Image = global::FrogForge.Properties.Resources.New; this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(23, 22); this.btnNew.Text = "New"; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDelete.Image = global::FrogForge.Properties.Resources.Delete; this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(23, 22); this.btnDelete.Text = "Delete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // tbcMain // this.tbcMain.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.tbcMain.Controls.Add(this.tbpPortraits); this.tbcMain.Controls.Add(this.tbpGenerics); this.tbcMain.Location = new System.Drawing.Point(12, 28); this.tbcMain.Name = "tbcMain"; this.tbcMain.SelectedIndex = 0; this.tbcMain.Size = new System.Drawing.Size(352, 369); this.tbcMain.TabIndex = 10; this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged); // // tbpPortraits // this.tbpPortraits.Controls.Add(this.lstCharacters); this.tbpPortraits.Controls.Add(this.groupBox1); this.tbpPortraits.Controls.Add(this.groupBox3); this.tbpPortraits.Controls.Add(this.grpData); this.tbpPortraits.Location = new System.Drawing.Point(4, 22); this.tbpPortraits.Name = "tbpPortraits"; this.tbpPortraits.Padding = new System.Windows.Forms.Padding(3); this.tbpPortraits.Size = new System.Drawing.Size(344, 343); this.tbpPortraits.TabIndex = 0; this.tbpPortraits.Text = "Character Portraits"; this.tbpPortraits.UseVisualStyleBackColor = true; // // lstCharacters // this.lstCharacters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstCharacters.FormattingEnabled = true; this.lstCharacters.Location = new System.Drawing.Point(0, 0); this.lstCharacters.Name = "lstCharacters"; this.lstCharacters.Size = new System.Drawing.Size(120, 342); this.lstCharacters.TabIndex = 3; // // tbpGenerics // this.tbpGenerics.Controls.Add(this.groupBox11); this.tbpGenerics.Controls.Add(this.lstGenerics); this.tbpGenerics.Controls.Add(this.groupBox2); this.tbpGenerics.Controls.Add(this.groupBox10); this.tbpGenerics.Location = new System.Drawing.Point(4, 22); this.tbpGenerics.Name = "tbpGenerics"; this.tbpGenerics.Padding = new System.Windows.Forms.Padding(3); this.tbpGenerics.Size = new System.Drawing.Size(344, 343); this.tbpGenerics.TabIndex = 1; this.tbpGenerics.Text = "Generic Portraits"; this.tbpGenerics.UseVisualStyleBackColor = true; // // groupBox11 // this.groupBox11.Controls.Add(this.groupBox13); this.groupBox11.Controls.Add(this.groupBox12); this.groupBox11.Location = new System.Drawing.Point(126, 108); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(432, 234); this.groupBox11.TabIndex = 19; this.groupBox11.TabStop = false; this.groupBox11.Text = "Global Data"; // // groupBox13 // this.groupBox13.Location = new System.Drawing.Point(162, 19); this.groupBox13.Name = "groupBox13"; this.groupBox13.Size = new System.Drawing.Size(264, 209); this.groupBox13.TabIndex = 2; this.groupBox13.TabStop = false; this.groupBox13.Text = "Voices TBA"; // // groupBox12 // this.groupBox12.Controls.Add(this.pleGenericsPossibleBGPalettes); this.groupBox12.Location = new System.Drawing.Point(6, 19); this.groupBox12.Name = "groupBox12"; this.groupBox12.Size = new System.Drawing.Size(150, 209); this.groupBox12.TabIndex = 1; this.groupBox12.TabStop = false; this.groupBox12.Text = "BG Palettes"; // // pleGenericsPossibleBGPalettes // this.pleGenericsPossibleBGPalettes.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.pleGenericsPossibleBGPalettes.Location = new System.Drawing.Point(6, 19); this.pleGenericsPossibleBGPalettes.Name = "pleGenericsPossibleBGPalettes"; this.pleGenericsPossibleBGPalettes.Size = new System.Drawing.Size(138, 184); this.pleGenericsPossibleBGPalettes.TabIndex = 0; // // lstGenerics // this.lstGenerics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstGenerics.FormattingEnabled = true; this.lstGenerics.Location = new System.Drawing.Point(0, 0); this.lstGenerics.Name = "lstGenerics"; this.lstGenerics.Size = new System.Drawing.Size(120, 342); this.lstGenerics.TabIndex = 4; // // groupBox2 // this.groupBox2.Controls.Add(this.groupBox7); this.groupBox2.Controls.Add(this.groupBox8); this.groupBox2.Controls.Add(this.groupBox9); this.groupBox2.Location = new System.Drawing.Point(336, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(222, 102); this.groupBox2.TabIndex = 17; this.groupBox2.TabStop = false; this.groupBox2.Text = "Images"; // // groupBox7 // this.groupBox7.Controls.Add(this.picGenericsBG); this.groupBox7.Location = new System.Drawing.Point(76, 19); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(64, 77); this.groupBox7.TabIndex = 1; this.groupBox7.TabStop = false; this.groupBox7.Text = "BG"; // // picGenericsBG // this.picGenericsBG.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picGenericsBG.Image = null; this.picGenericsBG.Location = new System.Drawing.Point(6, 19); this.picGenericsBG.Name = "picGenericsBG"; this.picGenericsBG.Palette = palette2; this.picGenericsBG.Size = new System.Drawing.Size(52, 52); this.picGenericsBG.TabIndex = 0; this.picGenericsBG.TabStop = false; // // groupBox8 // this.groupBox8.Controls.Add(this.picGenericsPreview); this.groupBox8.Location = new System.Drawing.Point(146, 19); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(64, 77); this.groupBox8.TabIndex = 1; this.groupBox8.TabStop = false; this.groupBox8.Text = "Preview"; // // picGenericsPreview // this.picGenericsPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picGenericsPreview.Location = new System.Drawing.Point(6, 19); this.picGenericsPreview.Name = "picGenericsPreview"; this.picGenericsPreview.Size = new System.Drawing.Size(52, 52); this.picGenericsPreview.TabIndex = 0; this.picGenericsPreview.TabStop = false; // // groupBox9 // this.groupBox9.Controls.Add(this.picGenericsFG); this.groupBox9.Location = new System.Drawing.Point(6, 19); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(64, 77); this.groupBox9.TabIndex = 1; this.groupBox9.TabStop = false; this.groupBox9.Text = "FG"; // // picGenericsFG // this.picGenericsFG.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picGenericsFG.Image = null; this.picGenericsFG.Location = new System.Drawing.Point(6, 19); this.picGenericsFG.Name = "picGenericsFG"; this.picGenericsFG.Palette = palette2; this.picGenericsFG.Size = new System.Drawing.Size(52, 52); this.picGenericsFG.TabIndex = 0; this.picGenericsFG.TabStop = false; // // groupBox10 // this.groupBox10.Controls.Add(this.lblVoiceType); this.groupBox10.Controls.Add(this.txtGenericsTags); this.groupBox10.Controls.Add(this.txtGenericsID); this.groupBox10.Controls.Add(this.label4); this.groupBox10.Controls.Add(this.label5); this.groupBox10.Controls.Add(this.label6); this.groupBox10.Controls.Add(this.trkGenericsVoiceType); this.groupBox10.Location = new System.Drawing.Point(126, 0); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(204, 102); this.groupBox10.TabIndex = 18; this.groupBox10.TabStop = false; this.groupBox10.Text = "Data"; // // lblVoiceType // this.lblVoiceType.Location = new System.Drawing.Point(168, 71); this.lblVoiceType.Name = "lblVoiceType"; this.lblVoiceType.Size = new System.Drawing.Size(30, 20); this.lblVoiceType.TabIndex = 3; this.lblVoiceType.Text = "0"; this.lblVoiceType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtGenericsTags // this.txtGenericsTags.Location = new System.Drawing.Point(73, 45); this.txtGenericsTags.Name = "txtGenericsTags"; this.txtGenericsTags.Size = new System.Drawing.Size(125, 20); this.txtGenericsTags.TabIndex = 2; // // txtGenericsID // this.txtGenericsID.Location = new System.Drawing.Point(73, 19); this.txtGenericsID.Name = "txtGenericsID"; this.txtGenericsID.Size = new System.Drawing.Size(125, 20); this.txtGenericsID.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 48); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(34, 13); this.label4.TabIndex = 0; this.label4.Text = "Tags:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 75); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 13); this.label5.TabIndex = 0; this.label5.Text = "Voice type:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(21, 13); this.label6.TabIndex = 0; this.label6.Text = "ID:"; // // trkGenericsVoiceType // this.trkGenericsVoiceType.AutoSize = false; this.trkGenericsVoiceType.BackColor = System.Drawing.Color.White; this.trkGenericsVoiceType.LargeChange = 1; this.trkGenericsVoiceType.Location = new System.Drawing.Point(73, 71); this.trkGenericsVoiceType.Maximum = 1; this.trkGenericsVoiceType.Name = "trkGenericsVoiceType"; this.trkGenericsVoiceType.Size = new System.Drawing.Size(89, 20); this.trkGenericsVoiceType.TabIndex = 3; this.trkGenericsVoiceType.TickStyle = System.Windows.Forms.TickStyle.None; this.trkGenericsVoiceType.ValueChanged += new System.EventHandler(this.trkGenericsVoiceType_ValueChanged); // // frmPortraitEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(377, 409); this.Controls.Add(this.tbcMain); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmPortraitEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Portrait Editor"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPortraitEditor_FormClosed); this.Load += new System.EventHandler(this.frmPortraitEditor_Load); this.groupBox1.ResumeLayout(false); this.groupBox5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picCharactersBG)).EndInit(); this.groupBox6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picCharactersPreview)).EndInit(); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picCharactersFG)).EndInit(); this.grpData.ResumeLayout(false); this.grpData.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudPitch)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trkPitch)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.tbcMain.ResumeLayout(false); this.tbpPortraits.ResumeLayout(false); this.tbpGenerics.ResumeLayout(false); this.groupBox11.ResumeLayout(false); this.groupBox12.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picGenericsBG)).EndInit(); this.groupBox8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picGenericsPreview)).EndInit(); this.groupBox9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picGenericsFG)).EndInit(); this.groupBox10.ResumeLayout(false); this.groupBox10.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trkGenericsVoiceType)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FrogForge.Palette palette1 = new FrogForge.Palette(); FrogForge.Palette palette2 = new FrogForge.Palette(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClassEditor)); this.lstClasses = new FrogForge.UserControls.ClassJSONBrowser(); this.label1 = new System.Windows.Forms.Label(); this.txtClassName = new System.Windows.Forms.TextBox(); this.grpGrowths = new System.Windows.Forms.GroupBox(); this.gthClassGrowths = new FrogForge.UserControls.GrowthsPanel(); this.grpWeapon = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.nudWeaponWeight = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.nudWeaponHit = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.nudWeaponDamage = new System.Windows.Forms.NumericUpDown(); this.nudWeaponRange = new System.Windows.Forms.NumericUpDown(); this.txtWeaponName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.ckbFlies = new System.Windows.Forms.CheckBox(); this.cmbClassInclination = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.grpImage = new System.Windows.Forms.GroupBox(); this.picIcon = new FrogForge.UserControls.PalettedPicturebox(); this.grpBattleAnimations = new System.Windows.Forms.GroupBox(); this.btnGenerateBase = new System.Windows.Forms.Button(); this.balBattleAnimations = new FrogForge.UserControls.BattleAnimationsListEditor(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.btnRemove = new System.Windows.Forms.ToolStripButton(); this.tbcMain = new System.Windows.Forms.TabControl(); this.tbpClass = new System.Windows.Forms.TabPage(); this.grpAnimationData = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.btnProjectileLoad = new System.Windows.Forms.Button(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.nudProjectileLocationY = new System.Windows.Forms.NumericUpDown(); this.nudProjectileLocationX = new System.Windows.Forms.NumericUpDown(); this.pnlProjectilePos = new System.Windows.Forms.Panel(); this.picProjectileIndicator = new System.Windows.Forms.PictureBox(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.picProjectile = new FrogForge.UserControls.PalettedPicturebox(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.cmbClassAnimationModeRanged = new System.Windows.Forms.ComboBox(); this.cmbClassAnimationModeMelee = new System.Windows.Forms.ComboBox(); this.tbpUnit = new System.Windows.Forms.TabPage(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtUnitDeathQuote = new FrogForge.UserControls.EventTextBox(); this.lstUnits = new FrogForge.UserControls.UnitJSONBrowser(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtUnitClass = new System.Windows.Forms.TextBox(); this.txtUnitDisplayName = new System.Windows.Forms.TextBox(); this.txtUnitName = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gthUnitGrowths = new FrogForge.UserControls.GrowthsPanel(); this.label9 = new System.Windows.Forms.Label(); this.cmbUnitInclination = new System.Windows.Forms.ComboBox(); this.grpGrowths.SuspendLayout(); this.grpWeapon.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponWeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponHit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponDamage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponRange)).BeginInit(); this.grpImage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit(); this.grpBattleAnimations.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.tbcMain.SuspendLayout(); this.tbpClass.SuspendLayout(); this.grpAnimationData.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudProjectileLocationY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudProjectileLocationX)).BeginInit(); this.pnlProjectilePos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picProjectileIndicator)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picProjectile)).BeginInit(); this.tbpUnit.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // lstClasses // this.lstClasses.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstClasses.FormattingEnabled = true; this.lstClasses.Location = new System.Drawing.Point(0, 0); this.lstClasses.Name = "lstClasses"; this.lstClasses.Size = new System.Drawing.Size(120, 199); this.lstClasses.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(126, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 2; this.label1.Text = "Name:"; // // txtClassName // this.txtClassName.Location = new System.Drawing.Point(170, 0); this.txtClassName.MaxLength = 8; this.txtClassName.Name = "txtClassName"; this.txtClassName.Size = new System.Drawing.Size(100, 20); this.txtClassName.TabIndex = 3; // // grpGrowths // this.grpGrowths.Controls.Add(this.gthClassGrowths); this.grpGrowths.Location = new System.Drawing.Point(126, 52); this.grpGrowths.Name = "grpGrowths"; this.grpGrowths.Size = new System.Drawing.Size(246, 75); this.grpGrowths.TabIndex = 4; this.grpGrowths.TabStop = false; this.grpGrowths.Text = "Growths"; // // gthClassGrowths // this.gthClassGrowths.Location = new System.Drawing.Point(6, 19); this.gthClassGrowths.Name = "gthClassGrowths"; this.gthClassGrowths.Size = new System.Drawing.Size(234, 49); this.gthClassGrowths.TabIndex = 0; // // grpWeapon // this.grpWeapon.Controls.Add(this.label7); this.grpWeapon.Controls.Add(this.label6); this.grpWeapon.Controls.Add(this.nudWeaponWeight); this.grpWeapon.Controls.Add(this.label5); this.grpWeapon.Controls.Add(this.nudWeaponHit); this.grpWeapon.Controls.Add(this.label4); this.grpWeapon.Controls.Add(this.nudWeaponDamage); this.grpWeapon.Controls.Add(this.nudWeaponRange); this.grpWeapon.Controls.Add(this.txtWeaponName); this.grpWeapon.Controls.Add(this.label3); this.grpWeapon.Location = new System.Drawing.Point(126, 133); this.grpWeapon.Name = "grpWeapon"; this.grpWeapon.Size = new System.Drawing.Size(246, 71); this.grpWeapon.TabIndex = 5; this.grpWeapon.TabStop = false; this.grpWeapon.Text = "Weapon"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(166, 47); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(24, 13); this.label7.TabIndex = 5; this.label7.Text = "Wt:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(86, 47); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(23, 13); this.label6.TabIndex = 5; this.label6.Text = "Hit:"; // // nudWeaponWeight // this.nudWeaponWeight.Location = new System.Drawing.Point(204, 45); this.nudWeaponWeight.Maximum = new decimal(new int[] { 3, 0, 0, 0 }); this.nudWeaponWeight.Minimum = new decimal(new int[] { 3, 0, 0, -2147483648 }); this.nudWeaponWeight.Name = "nudWeaponWeight"; this.nudWeaponWeight.Size = new System.Drawing.Size(36, 20); this.nudWeaponWeight.TabIndex = 4; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 47); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(32, 13); this.label5.TabIndex = 5; this.label5.Text = "Dmg:"; // // nudWeaponHit // this.nudWeaponHit.Location = new System.Drawing.Point(124, 45); this.nudWeaponHit.Maximum = new decimal(new int[] { 3, 0, 0, 0 }); this.nudWeaponHit.Minimum = new decimal(new int[] { 3, 0, 0, -2147483648 }); this.nudWeaponHit.Name = "nudWeaponHit"; this.nudWeaponHit.Size = new System.Drawing.Size(36, 20); this.nudWeaponHit.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(156, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 13); this.label4.TabIndex = 5; this.label4.Text = "Range:"; // // nudWeaponDamage // this.nudWeaponDamage.Location = new System.Drawing.Point(44, 45); this.nudWeaponDamage.Maximum = new decimal(new int[] { 3, 0, 0, 0 }); this.nudWeaponDamage.Minimum = new decimal(new int[] { 3, 0, 0, -2147483648 }); this.nudWeaponDamage.Name = "nudWeaponDamage"; this.nudWeaponDamage.Size = new System.Drawing.Size(36, 20); this.nudWeaponDamage.TabIndex = 4; // // nudWeaponRange // this.nudWeaponRange.Location = new System.Drawing.Point(204, 19); this.nudWeaponRange.Maximum = new decimal(new int[] { 10, 0, 0, 0 }); this.nudWeaponRange.Name = "nudWeaponRange"; this.nudWeaponRange.Size = new System.Drawing.Size(36, 20); this.nudWeaponRange.TabIndex = 4; // // txtWeaponName // this.txtWeaponName.Location = new System.Drawing.Point(50, 19); this.txtWeaponName.Name = "txtWeaponName"; this.txtWeaponName.Size = new System.Drawing.Size(100, 20); this.txtWeaponName.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 22); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 2; this.label3.Text = "Name:"; // // ckbFlies // this.ckbFlies.AutoSize = true; this.ckbFlies.Location = new System.Drawing.Point(276, 2); this.ckbFlies.Name = "ckbFlies"; this.ckbFlies.Size = new System.Drawing.Size(47, 17); this.ckbFlies.TabIndex = 6; this.ckbFlies.Text = "Flies"; this.ckbFlies.UseVisualStyleBackColor = true; // // cmbClassInclination // this.cmbClassInclination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbClassInclination.FormattingEnabled = true; this.cmbClassInclination.Items.AddRange(new object[] { "Physical", "Technical", "Skillful" }); this.cmbClassInclination.Location = new System.Drawing.Point(190, 25); this.cmbClassInclination.Name = "cmbClassInclination"; this.cmbClassInclination.Size = new System.Drawing.Size(133, 21); this.cmbClassInclination.TabIndex = 7; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(126, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 13); this.label2.TabIndex = 8; this.label2.Text = "Inclination:"; // // grpImage // this.grpImage.Controls.Add(this.picIcon); this.grpImage.Location = new System.Drawing.Point(329, 0); this.grpImage.Name = "grpImage"; this.grpImage.Size = new System.Drawing.Size(43, 49); this.grpImage.TabIndex = 9; this.grpImage.TabStop = false; this.grpImage.Text = "Icon"; // // picIcon // this.picIcon.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picIcon.Image = null; this.picIcon.Location = new System.Drawing.Point(12, 19); this.picIcon.Name = "picIcon"; this.picIcon.Palette = palette1; this.picIcon.Size = new System.Drawing.Size(20, 20); this.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.picIcon.TabIndex = 0; this.picIcon.TabStop = false; // // grpBattleAnimations // this.grpBattleAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.grpBattleAnimations.Controls.Add(this.btnGenerateBase); this.grpBattleAnimations.Controls.Add(this.balBattleAnimations); this.grpBattleAnimations.Location = new System.Drawing.Point(560, 0); this.grpBattleAnimations.Name = "grpBattleAnimations"; this.grpBattleAnimations.Size = new System.Drawing.Size(193, 204); this.grpBattleAnimations.TabIndex = 10; this.grpBattleAnimations.TabStop = false; this.grpBattleAnimations.Text = "Battle animations"; // // btnGenerateBase // this.btnGenerateBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnGenerateBase.Location = new System.Drawing.Point(6, 19); this.btnGenerateBase.Name = "btnGenerateBase"; this.btnGenerateBase.Size = new System.Drawing.Size(181, 153); this.btnGenerateBase.TabIndex = 4; this.btnGenerateBase.Text = "Generate base"; this.btnGenerateBase.UseVisualStyleBackColor = true; this.btnGenerateBase.Click += new System.EventHandler(this.btnGenerateBase_Click); // // balBattleAnimations // this.balBattleAnimations.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.balBattleAnimations.Location = new System.Drawing.Point(6, 19); this.balBattleAnimations.Name = "balBattleAnimations"; this.balBattleAnimations.Size = new System.Drawing.Size(181, 179); this.balBattleAnimations.TabIndex = 5; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.btnNew, this.btnRemove }); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(787, 25); this.toolStrip1.TabIndex = 11; this.toolStrip1.Text = "toolStrip1"; // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = global::FrogForge.Properties.Resources.Save; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnNew // this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNew.Image = global::FrogForge.Properties.Resources.New; this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(23, 22); this.btnNew.Text = "New"; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnRemove // this.btnRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnRemove.Image = global::FrogForge.Properties.Resources.Delete; this.btnRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(23, 22); this.btnRemove.Text = "Delete"; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // tbcMain // this.tbcMain.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.tbcMain.Controls.Add(this.tbpClass); this.tbcMain.Controls.Add(this.tbpUnit); this.tbcMain.Location = new System.Drawing.Point(12, 28); this.tbcMain.Name = "tbcMain"; this.tbcMain.SelectedIndex = 0; this.tbcMain.Size = new System.Drawing.Size(763, 231); this.tbcMain.TabIndex = 12; this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged); // // tbpClass // this.tbpClass.Controls.Add(this.grpAnimationData); this.tbpClass.Controls.Add(this.lstClasses); this.tbpClass.Controls.Add(this.label1); this.tbpClass.Controls.Add(this.grpBattleAnimations); this.tbpClass.Controls.Add(this.txtClassName); this.tbpClass.Controls.Add(this.grpImage); this.tbpClass.Controls.Add(this.grpGrowths); this.tbpClass.Controls.Add(this.label2); this.tbpClass.Controls.Add(this.grpWeapon); this.tbpClass.Controls.Add(this.cmbClassInclination); this.tbpClass.Controls.Add(this.ckbFlies); this.tbpClass.Location = new System.Drawing.Point(4, 22); this.tbpClass.Name = "tbpClass"; this.tbpClass.Padding = new System.Windows.Forms.Padding(3); this.tbpClass.Size = new System.Drawing.Size(755, 205); this.tbpClass.TabIndex = 0; this.tbpClass.Text = "Class"; this.tbpClass.UseVisualStyleBackColor = true; // // grpAnimationData // this.grpAnimationData.Controls.Add(this.groupBox4); this.grpAnimationData.Controls.Add(this.label13); this.grpAnimationData.Controls.Add(this.label12); this.grpAnimationData.Controls.Add(this.cmbClassAnimationModeRanged); this.grpAnimationData.Controls.Add(this.cmbClassAnimationModeMelee); this.grpAnimationData.Location = new System.Drawing.Point(378, 0); this.grpAnimationData.Name = "grpAnimationData"; this.grpAnimationData.Size = new System.Drawing.Size(176, 204); this.grpAnimationData.TabIndex = 11; this.grpAnimationData.TabStop = false; this.grpAnimationData.Text = "Animation data"; // // groupBox4 // this.groupBox4.Controls.Add(this.btnProjectileLoad); this.groupBox4.Controls.Add(this.label17); this.groupBox4.Controls.Add(this.label16); this.groupBox4.Controls.Add(this.nudProjectileLocationY); this.groupBox4.Controls.Add(this.nudProjectileLocationX); this.groupBox4.Controls.Add(this.pnlProjectilePos); this.groupBox4.Controls.Add(this.label15); this.groupBox4.Controls.Add(this.label14); this.groupBox4.Controls.Add(this.picProjectile); this.groupBox4.Location = new System.Drawing.Point(6, 73); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(164, 125); this.groupBox4.TabIndex = 2; this.groupBox4.TabStop = false; this.groupBox4.Text = "Projectile data"; // // btnProjectileLoad // this.btnProjectileLoad.Location = new System.Drawing.Point(10, 96); this.btnProjectileLoad.Name = "btnProjectileLoad"; this.btnProjectileLoad.Size = new System.Drawing.Size(44, 23); this.btnProjectileLoad.TabIndex = 5; this.btnProjectileLoad.Text = "Load"; this.btnProjectileLoad.UseVisualStyleBackColor = true; this.btnProjectileLoad.Click += new System.EventHandler(this.btnProjectileLoad_Click); // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(60, 88); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(17, 13); this.label17.TabIndex = 4; this.label17.Text = "Y:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(60, 62); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(17, 13); this.label16.TabIndex = 4; this.label16.Text = "X:"; // // nudProjectileLocationY // this.nudProjectileLocationY.Location = new System.Drawing.Point(83, 86); this.nudProjectileLocationY.Maximum = new decimal(new int[] { 32, 0, 0, 0 }); this.nudProjectileLocationY.Name = "nudProjectileLocationY"; this.nudProjectileLocationY.Size = new System.Drawing.Size(44, 20); this.nudProjectileLocationY.TabIndex = 3; this.nudProjectileLocationY.ValueChanged += new System.EventHandler(this.nudProjectileLocationX_ValueChanged); // // nudProjectileLocationX // this.nudProjectileLocationX.Location = new System.Drawing.Point(83, 60); this.nudProjectileLocationX.Maximum = new decimal(new int[] { 32, 0, 0, 0 }); this.nudProjectileLocationX.Minimum = new decimal(new int[] { 8, 0, 0, -2147483648 }); this.nudProjectileLocationX.Name = "nudProjectileLocationX"; this.nudProjectileLocationX.Size = new System.Drawing.Size(44, 20); this.nudProjectileLocationX.TabIndex = 3; this.nudProjectileLocationX.ValueChanged += new System.EventHandler(this.nudProjectileLocationX_ValueChanged); // // pnlProjectilePos // this.pnlProjectilePos.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlProjectilePos.Controls.Add(this.picProjectileIndicator); this.pnlProjectilePos.Location = new System.Drawing.Point(10, 60); this.pnlProjectilePos.Name = "pnlProjectilePos"; this.pnlProjectilePos.Size = new System.Drawing.Size(44, 36); this.pnlProjectilePos.TabIndex = 2; // // picProjectileIndicator // this.picProjectileIndicator.Location = new System.Drawing.Point(0, 0); this.picProjectileIndicator.Name = "picProjectileIndicator"; this.picProjectileIndicator.Size = new System.Drawing.Size(8, 8); this.picProjectileIndicator.TabIndex = 0; this.picProjectileIndicator.TabStop = false; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(7, 41); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(51, 13); this.label15.TabIndex = 1; this.label15.Text = "Location:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(7, 20); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 13); this.label14.TabIndex = 1; this.label14.Text = "Projectile:"; // // picProjectile // this.picProjectile.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picProjectile.Image = null; this.picProjectile.Location = new System.Drawing.Point(83, 21); this.picProjectile.Name = "picProjectile"; this.picProjectile.Palette = palette2; this.picProjectile.Size = new System.Drawing.Size(12, 12); this.picProjectile.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.picProjectile.TabIndex = 0; this.picProjectile.TabStop = false; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(6, 49); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(77, 13); this.label13.TabIndex = 1; this.label13.Text = "Ranged mode:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 22); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(68, 13); this.label12.TabIndex = 1; this.label12.Text = "Melee mode:"; // // cmbClassAnimationModeRanged // this.cmbClassAnimationModeRanged.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbClassAnimationModeRanged.FormattingEnabled = true; this.cmbClassAnimationModeRanged.Location = new System.Drawing.Point(89, 46); this.cmbClassAnimationModeRanged.Name = "cmbClassAnimationModeRanged"; this.cmbClassAnimationModeRanged.Size = new System.Drawing.Size(81, 21); this.cmbClassAnimationModeRanged.TabIndex = 0; // // cmbClassAnimationModeMelee // this.cmbClassAnimationModeMelee.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbClassAnimationModeMelee.FormattingEnabled = true; this.cmbClassAnimationModeMelee.Location = new System.Drawing.Point(89, 19); this.cmbClassAnimationModeMelee.Name = "cmbClassAnimationModeMelee"; this.cmbClassAnimationModeMelee.Size = new System.Drawing.Size(81, 21); this.cmbClassAnimationModeMelee.TabIndex = 0; // // tbpUnit // this.tbpUnit.Controls.Add(this.groupBox3); this.tbpUnit.Controls.Add(this.lstUnits); this.tbpUnit.Controls.Add(this.label10); this.tbpUnit.Controls.Add(this.label11); this.tbpUnit.Controls.Add(this.label8); this.tbpUnit.Controls.Add(this.txtUnitClass); this.tbpUnit.Controls.Add(this.txtUnitDisplayName); this.tbpUnit.Controls.Add(this.txtUnitName); this.tbpUnit.Controls.Add(this.groupBox1); this.tbpUnit.Controls.Add(this.label9); this.tbpUnit.Controls.Add(this.cmbUnitInclination); this.tbpUnit.Location = new System.Drawing.Point(4, 22); this.tbpUnit.Name = "tbpUnit"; this.tbpUnit.Padding = new System.Windows.Forms.Padding(3); this.tbpUnit.Size = new System.Drawing.Size(755, 205); this.tbpUnit.TabIndex = 1; this.tbpUnit.Text = "Unit"; this.tbpUnit.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox3.Controls.Add(this.txtUnitDeathQuote); this.groupBox3.Location = new System.Drawing.Point(378, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(375, 204); this.groupBox3.TabIndex = 16; this.groupBox3.TabStop = false; this.groupBox3.Text = "Death event"; // // txtUnitDeathQuote // this.txtUnitDeathQuote.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.txtUnitDeathQuote.Location = new System.Drawing.Point(7, 20); this.txtUnitDeathQuote.Name = "txtUnitDeathQuote"; this.txtUnitDeathQuote.Size = new System.Drawing.Size(362, 178); this.txtUnitDeathQuote.TabIndex = 0; // // lstUnits // this.lstUnits.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstUnits.FormattingEnabled = true; this.lstUnits.Location = new System.Drawing.Point(0, 0); this.lstUnits.Name = "lstUnits"; this.lstUnits.Size = new System.Drawing.Size(120, 199); this.lstUnits.TabIndex = 4; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(126, 55); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(35, 13); this.label10.TabIndex = 10; this.label10.Text = "Class:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(126, 29); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(73, 13); this.label11.TabIndex = 10; this.label11.Text = "Display name:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(126, 3); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(38, 13); this.label8.TabIndex = 10; this.label8.Text = "Name:"; // // txtUnitClass // this.txtUnitClass.Location = new System.Drawing.Point(205, 52); this.txtUnitClass.MaxLength = 8; this.txtUnitClass.Name = "txtUnitClass"; this.txtUnitClass.Size = new System.Drawing.Size(167, 20); this.txtUnitClass.TabIndex = 1; // // txtUnitDisplayName // this.txtUnitDisplayName.Location = new System.Drawing.Point(205, 26); this.txtUnitDisplayName.MaxLength = 8; this.txtUnitDisplayName.Name = "txtUnitDisplayName"; this.txtUnitDisplayName.Size = new System.Drawing.Size(167, 20); this.txtUnitDisplayName.TabIndex = 0; // // txtUnitName // this.txtUnitName.Location = new System.Drawing.Point(205, 0); this.txtUnitName.MaxLength = 8; this.txtUnitName.Name = "txtUnitName"; this.txtUnitName.Size = new System.Drawing.Size(167, 20); this.txtUnitName.TabIndex = 0; this.txtUnitName.TextChanged += new System.EventHandler(this.txtUnitName_TextChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.gthUnitGrowths); this.groupBox1.Location = new System.Drawing.Point(126, 105); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(246, 75); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Growths"; // // gthUnitGrowths // this.gthUnitGrowths.Location = new System.Drawing.Point(6, 19); this.gthUnitGrowths.Name = "gthUnitGrowths"; this.gthUnitGrowths.Size = new System.Drawing.Size(234, 49); this.gthUnitGrowths.TabIndex = 3; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(126, 81); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(58, 13); this.label9.TabIndex = 14; this.label9.Text = "Inclination:"; // // cmbUnitInclination // this.cmbUnitInclination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbUnitInclination.FormattingEnabled = true; this.cmbUnitInclination.Items.AddRange(new object[] { "Physical", "Technical", "Skillful" }); this.cmbUnitInclination.Location = new System.Drawing.Point(205, 78); this.cmbUnitInclination.Name = "cmbUnitInclination"; this.cmbUnitInclination.Size = new System.Drawing.Size(167, 21); this.cmbUnitInclination.TabIndex = 2; // // frmClassEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(787, 271); this.Controls.Add(this.tbcMain); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmClassEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Class + Unit Editor"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmClassEditor_FormClosed); this.Load += new System.EventHandler(this.frmClassEditor_Load); this.grpGrowths.ResumeLayout(false); this.grpWeapon.ResumeLayout(false); this.grpWeapon.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponWeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponHit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponDamage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudWeaponRange)).EndInit(); this.grpImage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit(); this.grpBattleAnimations.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.tbcMain.ResumeLayout(false); this.tbpClass.ResumeLayout(false); this.tbpClass.PerformLayout(); this.grpAnimationData.ResumeLayout(false); this.grpAnimationData.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudProjectileLocationY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudProjectileLocationX)).EndInit(); this.pnlProjectilePos.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picProjectileIndicator)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picProjectile)).EndInit(); this.tbpUnit.ResumeLayout(false); this.tbpUnit.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }