namespace SHBDEditor
{
partial class fSHBDEditor
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.msMenu = new System.Windows.Forms.MenuStrip();
this.miMenuFile = new System.Windows.Forms.ToolStripMenuItem();
this.miMenuFileOpen = new System.Windows.Forms.ToolStripMenuItem();
this.miMenuFileExport = new System.Windows.Forms.ToolStripMenuItem();
this.miMenuFileExportBMP = new System.Windows.Forms.ToolStripMenuItem();
this.miMenuView = new System.Windows.Forms.ToolStripMenuItem();
this.miMenuViewBackground = new System.Windows.Forms.ToolStripMenuItem();
this.tttbViewBackground = new System.Windows.Forms.ToolStripTextBox();
this.miMenuViewBackgroundColorPalette = new System.Windows.Forms.ToolStripMenuItem();
this.pbSHBD = new System.Windows.Forms.PictureBox();
this.msMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbSHBD)).BeginInit();
this.SuspendLayout();
//
// msMenu
//
this.msMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miMenuFile,
this.miMenuView});
this.msMenu.Location = new System.Drawing.Point(0, 0);
this.msMenu.Name = "msMenu";
this.msMenu.Size = new System.Drawing.Size(696, 24);
this.msMenu.TabIndex = 0;
//
// miMenuFile
//
this.miMenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miMenuFileOpen,
this.miMenuFileExport});
this.miMenuFile.Name = "miMenuFile";
this.miMenuFile.Size = new System.Drawing.Size(37, 20);
this.miMenuFile.Text = "File";
//
// miMenuFileOpen
//
this.miMenuFileOpen.Name = "miMenuFileOpen";
this.miMenuFileOpen.Size = new System.Drawing.Size(107, 22);
this.miMenuFileOpen.Text = "Open";
this.miMenuFileOpen.Click += new System.EventHandler(this.menuItemMenuFileOpen_Click);
//
// miMenuFileExport
//
this.miMenuFileExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miMenuFileExportBMP});
this.miMenuFileExport.Enabled = false;
this.miMenuFileExport.Name = "miMenuFileExport";
this.miMenuFileExport.Size = new System.Drawing.Size(107, 22);
this.miMenuFileExport.Text = "Export";
//
// miMenuFileExportBMP
//
this.miMenuFileExportBMP.Name = "miMenuFileExportBMP";
this.miMenuFileExportBMP.Size = new System.Drawing.Size(99, 22);
this.miMenuFileExportBMP.Text = "BMP";
this.miMenuFileExportBMP.Click += new System.EventHandler(this.miMenuFileExportBMP_Click);
//
// miMenuView
//
this.miMenuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miMenuViewBackground});
this.miMenuView.Name = "miMenuView";
this.miMenuView.Size = new System.Drawing.Size(44, 20);
this.miMenuView.Text = "View";
//
// miMenuViewBackground
//
this.miMenuViewBackground.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tttbViewBackground,
this.miMenuViewBackgroundColorPalette});
this.miMenuViewBackground.Name = "miMenuViewBackground";
this.miMenuViewBackground.Size = new System.Drawing.Size(138, 22);
this.miMenuViewBackground.Text = "Background";
//
// tttbViewBackground
//
this.tttbViewBackground.BackColor = System.Drawing.Color.Black;
this.tttbViewBackground.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tttbViewBackground.ForeColor = System.Drawing.Color.White;
this.tttbViewBackground.Name = "tttbViewBackground";
this.tttbViewBackground.Size = new System.Drawing.Size(100, 23);
this.tttbViewBackground.Enter += new System.EventHandler(this.tbBackground_Enter);
//
// miMenuViewBackgroundColorPalette
//
this.miMenuViewBackgroundColorPalette.Name = "miMenuViewBackgroundColorPalette";
this.miMenuViewBackgroundColorPalette.Size = new System.Drawing.Size(160, 22);
this.miMenuViewBackgroundColorPalette.Text = "Color Palette";
this.miMenuViewBackgroundColorPalette.Click += new System.EventHandler(this.miMenuViewBackgroundColorPalette_Click);
//
// pbSHBD
//
this.pbSHBD.BackColor = System.Drawing.Color.Black;
this.pbSHBD.Dock = System.Windows.Forms.DockStyle.Fill;
this.pbSHBD.Location = new System.Drawing.Point(0, 24);
this.pbSHBD.Name = "pbSHBD";
this.pbSHBD.Size = new System.Drawing.Size(696, 516);
this.pbSHBD.TabIndex = 1;
this.pbSHBD.TabStop = false;
//
// fSHBDEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(696, 540);
this.Controls.Add(this.pbSHBD);
this.Controls.Add(this.msMenu);
this.MainMenuStrip = this.msMenu;
this.Name = "fSHBDEditor";
this.Text = "SHBD Editor";
this.msMenu.ResumeLayout(false);
this.msMenu.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbSHBD)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip msMenu;
private System.Windows.Forms.ToolStripMenuItem miMenuFile;
private System.Windows.Forms.ToolStripMenuItem miMenuFileOpen;
private System.Windows.Forms.PictureBox pbSHBD;
private System.Windows.Forms.ToolStripMenuItem miMenuFileExport;
private System.Windows.Forms.ToolStripMenuItem miMenuFileExportBMP;
private System.Windows.Forms.ToolStripMenuItem miMenuView;
private System.Windows.Forms.ToolStripMenuItem miMenuViewBackground;
private System.Windows.Forms.ToolStripTextBox tttbViewBackground;
private System.Windows.Forms.ToolStripMenuItem miMenuViewBackgroundColorPalette;
}
}