/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1  = new m.FlowPanel();
     this.panel9  = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.panel9.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.Black;
     this.panel1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(854, 564);
     this.panel1.TabIndex   = 1;
     //
     // panel9
     //
     this.panel9.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1
     });
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel9.Location = new System.Drawing.Point(0, 564);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(854, 48);
     this.panel9.TabIndex = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 16);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 0;
     this.button1.Text     = "Ok";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // EditTerrainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(854, 612);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.panel1,
         this.panel9
     });
     this.Name          = "EditTerrainForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "Edit Terrain";
     this.panel9.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1 = new m.FlowPanel();
     this.panel9 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.panel9.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor = System.Drawing.Color.Black;
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(854, 564);
     this.panel1.TabIndex = 1;
     //
     // panel9
     //
     this.panel9.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.button1});
     this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel9.Location = new System.Drawing.Point(0, 564);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(854, 48);
     this.panel9.TabIndex = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 16);
     this.button1.Name = "button1";
     this.button1.TabIndex = 0;
     this.button1.Text = "Ok";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // EditTerrainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(854, 612);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.panel1,
                                                                   this.panel9});
     this.Name = "EditTerrainForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text = "Edit Terrain";
     this.panel9.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.comboDocs = new System.Windows.Forms.ComboBox();
     this.flowPanel = new m.FlowPanel();
     this.toolBar = new System.Windows.Forms.ToolBar();
     this.toolBarButtonNew = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonOpen = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonSave = new System.Windows.Forms.ToolBarButton();
     this.contextMenuSave = new System.Windows.Forms.ContextMenu();
     this.menuItemSave = new System.Windows.Forms.MenuItem();
     this.menuItemSaveAs = new System.Windows.Forms.MenuItem();
     this.menuItemSaveAll = new System.Windows.Forms.MenuItem();
     this.toolBarButtonMisc = new System.Windows.Forms.ToolBarButton();
     this.contextMenuToolbar = new System.Windows.Forms.ContextMenu();
     this.menuItemAddTemplates = new System.Windows.Forms.MenuItem();
     this.menuItemEditTerrain = new System.Windows.Forms.MenuItem();
     this.menuItemScaleDown = new System.Windows.Forms.MenuItem();
     this.menuItemQuantizeOnly = new System.Windows.Forms.MenuItem();
     this.menuItemSavePalette = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItemProperties = new System.Windows.Forms.MenuItem();
     this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonClose = new System.Windows.Forms.ToolBarButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.contextMenuTiles = new System.Windows.Forms.ContextMenu();
     this.menuItemImportBitmap = new System.Windows.Forms.MenuItem();
     this.menuItemExportBitmap = new System.Windows.Forms.MenuItem();
     this.menuItemDeleteTile = new System.Windows.Forms.MenuItem();
     this.menuItemTileBackground = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItemTemplProperties = new System.Windows.Forms.MenuItem();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // comboDocs
     //
     this.comboDocs.Dock = System.Windows.Forms.DockStyle.Top;
     this.comboDocs.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboDocs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDocs.Location = new System.Drawing.Point(0, 24);
     this.comboDocs.Name = "comboDocs";
     this.comboDocs.Size = new System.Drawing.Size(168, 21);
     this.comboDocs.TabIndex = 0;
     this.comboDocs.SelectedIndexChanged += new System.EventHandler(this.comboDocs_SelectedIndexChanged);
     this.comboDocs.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDocs_DrawItem);
     //
     // flowPanel
     //
     this.flowPanel.AutoScroll = true;
     this.flowPanel.BackColor = System.Drawing.Color.Black;
     this.flowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowPanel.Location = new System.Drawing.Point(0, 45);
     this.flowPanel.Name = "flowPanel";
     this.flowPanel.Size = new System.Drawing.Size(168, 403);
     this.flowPanel.TabIndex = 1;
     //
     // toolBar
     //
     this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                this.toolBarButtonNew,
                                                                                this.toolBarButtonOpen,
                                                                                this.toolBarButtonSave,
                                                                                this.toolBarButtonMisc,
                                                                                this.toolBarButtonSeparator,
                                                                                this.toolBarButtonClose});
     this.toolBar.ButtonSize = new System.Drawing.Size(16, 16);
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList = this.imageList1;
     this.toolBar.Name = "toolBar";
     this.toolBar.ShowToolTips = true;
     this.toolBar.Size = new System.Drawing.Size(168, 24);
     this.toolBar.TabIndex = 2;
     this.toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // toolBarButtonNew
     //
     this.toolBarButtonNew.ImageIndex = 0;
     this.toolBarButtonNew.ToolTipText = "New Template Collection";
     //
     // toolBarButtonOpen
     //
     this.toolBarButtonOpen.ImageIndex = 1;
     this.toolBarButtonOpen.ToolTipText = "Open Template Collection";
     //
     // toolBarButtonSave
     //
     this.toolBarButtonSave.DropDownMenu = this.contextMenuSave;
     this.toolBarButtonSave.ImageIndex = 2;
     this.toolBarButtonSave.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     this.toolBarButtonSave.ToolTipText = "Save Template Collection";
     //
     // contextMenuSave
     //
     this.contextMenuSave.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                     this.menuItemSave,
                                                                                     this.menuItemSaveAs,
                                                                                     this.menuItemSaveAll});
     //
     // menuItemSave
     //
     this.menuItemSave.Index = 0;
     this.menuItemSave.Text = "Save";
     this.menuItemSave.Click += new System.EventHandler(this.menuItemSave_Click);
     //
     // menuItemSaveAs
     //
     this.menuItemSaveAs.Index = 1;
     this.menuItemSaveAs.Text = "Save As...";
     this.menuItemSaveAs.Click += new System.EventHandler(this.menuItemSaveAs_Click);
     //
     // menuItemSaveAll
     //
     this.menuItemSaveAll.Index = 2;
     this.menuItemSaveAll.Text = "Save All";
     this.menuItemSaveAll.Click += new System.EventHandler(this.menuItemSaveAll_Click);
     //
     // toolBarButtonMisc
     //
     this.toolBarButtonMisc.DropDownMenu = this.contextMenuToolbar;
     this.toolBarButtonMisc.ImageIndex = 4;
     this.toolBarButtonMisc.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     this.toolBarButtonMisc.ToolTipText = "Add Templates and other tools";
     //
     // contextMenuToolbar
     //
     this.contextMenuToolbar.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                        this.menuItemAddTemplates,
                                                                                        this.menuItemEditTerrain,
                                                                                        this.menuItemScaleDown,
                                                                                        this.menuItemQuantizeOnly,
                                                                                        this.menuItemSavePalette,
                                                                                        this.menuItem1,
                                                                                        this.menuItemProperties});
     //
     // menuItemAddTemplates
     //
     this.menuItemAddTemplates.Index = 0;
     this.menuItemAddTemplates.Text = "Add Templates...";
     this.menuItemAddTemplates.Click += new System.EventHandler(this.menuItemAddTemplates_Click);
     //
     // menuItemEditTerrain
     //
     this.menuItemEditTerrain.Index = 1;
     this.menuItemEditTerrain.Text = "Edit Terrain...";
     this.menuItemEditTerrain.Click += new System.EventHandler(this.menuItemEditTerrain_Click);
     //
     // menuItemScaleDown
     //
     this.menuItemScaleDown.Index = 2;
     this.menuItemScaleDown.Text = "Scale && Quantize...";
     this.menuItemScaleDown.Click += new System.EventHandler(this.menuItemScaleDown_Click);
     //
     // menuItemQuantizeOnly
     //
     this.menuItemQuantizeOnly.Index = 3;
     this.menuItemQuantizeOnly.Text = "Quantize Only...";
     this.menuItemQuantizeOnly.Click += new System.EventHandler(this.menuItemQuantizeOnly_Click);
     //
     // menuItemSavePalette
     //
     this.menuItemSavePalette.Index = 4;
     this.menuItemSavePalette.Text = "Save Palette...";
     this.menuItemSavePalette.Click += new System.EventHandler(this.menuItemSavePalette_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text = "-";
     //
     // menuItemProperties
     //
     this.menuItemProperties.Index = 6;
     this.menuItemProperties.Text = "Properties";
     this.menuItemProperties.Click += new System.EventHandler(this.menuItemProperties_Click);
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonClose
     //
     this.toolBarButtonClose.ImageIndex = 5;
     this.toolBarButtonClose.ToolTipText = "Close Template Collection";
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 15);
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // contextMenuTiles
     //
     this.contextMenuTiles.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                      this.menuItemImportBitmap,
                                                                                      this.menuItemExportBitmap,
                                                                                      this.menuItemDeleteTile,
                                                                                      this.menuItemTileBackground,
                                                                                      this.menuItem2,
                                                                                      this.menuItemTemplProperties});
     //
     // menuItemImportBitmap
     //
     this.menuItemImportBitmap.Index = 0;
     this.menuItemImportBitmap.Text = "Import Bitmap...";
     this.menuItemImportBitmap.Click += new System.EventHandler(this.menuItemImportBitmap_Click);
     //
     // menuItemExportBitmap
     //
     this.menuItemExportBitmap.Index = 1;
     this.menuItemExportBitmap.Text = "Export Bitmap...";
     this.menuItemExportBitmap.Click += new System.EventHandler(this.menuItemExportBitmap_Click);
     //
     // menuItemDeleteTile
     //
     this.menuItemDeleteTile.Index = 2;
     this.menuItemDeleteTile.Text = "Remove";
     this.menuItemDeleteTile.Click += new System.EventHandler(this.menuItemDeleteTile_Click);
     //
     // menuItemTileBackground
     //
     this.menuItemTileBackground.Index = 3;
     this.menuItemTileBackground.Text = "Background";
     this.menuItemTileBackground.Click += new System.EventHandler(this.menuItemTileBackground_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 4;
     this.menuItem2.Text = "-";
     //
     // menuItemTemplProperties
     //
     this.menuItemTemplProperties.Index = 5;
     this.menuItemTemplProperties.Text = "Properties";
     this.menuItemTemplProperties.Click += new System.EventHandler(this.menuItemTemplProperties_Click);
     //
     // TemplatePanel
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.flowPanel,
                                                                   this.comboDocs,
                                                                   this.toolBar});
     this.ForeColor = System.Drawing.SystemColors.Control;
     this.Name = "TemplatePanel";
     this.Size = new System.Drawing.Size(168, 448);
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components              = new System.ComponentModel.Container();
     this.comboDocs               = new System.Windows.Forms.ComboBox();
     this.flowPanel               = new m.FlowPanel();
     this.toolBar                 = new System.Windows.Forms.ToolBar();
     this.toolBarButtonNew        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonOpen       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonSave       = new System.Windows.Forms.ToolBarButton();
     this.contextMenuSave         = new System.Windows.Forms.ContextMenu();
     this.menuItemSave            = new System.Windows.Forms.MenuItem();
     this.menuItemSaveAs          = new System.Windows.Forms.MenuItem();
     this.menuItemSaveAll         = new System.Windows.Forms.MenuItem();
     this.toolBarButtonMisc       = new System.Windows.Forms.ToolBarButton();
     this.contextMenuToolbar      = new System.Windows.Forms.ContextMenu();
     this.menuItemAddTemplates    = new System.Windows.Forms.MenuItem();
     this.menuItemEditTerrain     = new System.Windows.Forms.MenuItem();
     this.menuItemScaleDown       = new System.Windows.Forms.MenuItem();
     this.menuItemQuantizeOnly    = new System.Windows.Forms.MenuItem();
     this.menuItemSavePalette     = new System.Windows.Forms.MenuItem();
     this.menuItem1               = new System.Windows.Forms.MenuItem();
     this.menuItemProperties      = new System.Windows.Forms.MenuItem();
     this.toolBarButtonSeparator  = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonClose      = new System.Windows.Forms.ToolBarButton();
     this.imageList1              = new System.Windows.Forms.ImageList(this.components);
     this.contextMenuTiles        = new System.Windows.Forms.ContextMenu();
     this.menuItemImportBitmap    = new System.Windows.Forms.MenuItem();
     this.menuItemExportBitmap    = new System.Windows.Forms.MenuItem();
     this.menuItemDeleteTile      = new System.Windows.Forms.MenuItem();
     this.menuItemTileBackground  = new System.Windows.Forms.MenuItem();
     this.menuItem2               = new System.Windows.Forms.MenuItem();
     this.menuItemTemplProperties = new System.Windows.Forms.MenuItem();
     this.toolTip                 = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // comboDocs
     //
     this.comboDocs.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.comboDocs.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboDocs.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDocs.Location              = new System.Drawing.Point(0, 24);
     this.comboDocs.Name                  = "comboDocs";
     this.comboDocs.Size                  = new System.Drawing.Size(168, 21);
     this.comboDocs.TabIndex              = 0;
     this.comboDocs.SelectedIndexChanged += new System.EventHandler(this.comboDocs_SelectedIndexChanged);
     this.comboDocs.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.comboDocs_DrawItem);
     //
     // flowPanel
     //
     this.flowPanel.AutoScroll = true;
     this.flowPanel.BackColor  = System.Drawing.Color.Black;
     this.flowPanel.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.flowPanel.Location   = new System.Drawing.Point(0, 45);
     this.flowPanel.Name       = "flowPanel";
     this.flowPanel.Size       = new System.Drawing.Size(168, 403);
     this.flowPanel.TabIndex   = 1;
     //
     // toolBar
     //
     this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButtonNew,
         this.toolBarButtonOpen,
         this.toolBarButtonSave,
         this.toolBarButtonMisc,
         this.toolBarButtonSeparator,
         this.toolBarButtonClose
     });
     this.toolBar.ButtonSize     = new System.Drawing.Size(16, 16);
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList      = this.imageList1;
     this.toolBar.Name           = "toolBar";
     this.toolBar.ShowToolTips   = true;
     this.toolBar.Size           = new System.Drawing.Size(168, 24);
     this.toolBar.TabIndex       = 2;
     this.toolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // toolBarButtonNew
     //
     this.toolBarButtonNew.ImageIndex  = 0;
     this.toolBarButtonNew.ToolTipText = "New Template Collection";
     //
     // toolBarButtonOpen
     //
     this.toolBarButtonOpen.ImageIndex  = 1;
     this.toolBarButtonOpen.ToolTipText = "Open Template Collection";
     //
     // toolBarButtonSave
     //
     this.toolBarButtonSave.DropDownMenu = this.contextMenuSave;
     this.toolBarButtonSave.ImageIndex   = 2;
     this.toolBarButtonSave.Style        = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     this.toolBarButtonSave.ToolTipText  = "Save Template Collection";
     //
     // contextMenuSave
     //
     this.contextMenuSave.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemSave,
         this.menuItemSaveAs,
         this.menuItemSaveAll
     });
     //
     // menuItemSave
     //
     this.menuItemSave.Index  = 0;
     this.menuItemSave.Text   = "Save";
     this.menuItemSave.Click += new System.EventHandler(this.menuItemSave_Click);
     //
     // menuItemSaveAs
     //
     this.menuItemSaveAs.Index  = 1;
     this.menuItemSaveAs.Text   = "Save As...";
     this.menuItemSaveAs.Click += new System.EventHandler(this.menuItemSaveAs_Click);
     //
     // menuItemSaveAll
     //
     this.menuItemSaveAll.Index  = 2;
     this.menuItemSaveAll.Text   = "Save All";
     this.menuItemSaveAll.Click += new System.EventHandler(this.menuItemSaveAll_Click);
     //
     // toolBarButtonMisc
     //
     this.toolBarButtonMisc.DropDownMenu = this.contextMenuToolbar;
     this.toolBarButtonMisc.ImageIndex   = 4;
     this.toolBarButtonMisc.Style        = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     this.toolBarButtonMisc.ToolTipText  = "Add Templates and other tools";
     //
     // contextMenuToolbar
     //
     this.contextMenuToolbar.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemAddTemplates,
         this.menuItemEditTerrain,
         this.menuItemScaleDown,
         this.menuItemQuantizeOnly,
         this.menuItemSavePalette,
         this.menuItem1,
         this.menuItemProperties
     });
     //
     // menuItemAddTemplates
     //
     this.menuItemAddTemplates.Index  = 0;
     this.menuItemAddTemplates.Text   = "Add Templates...";
     this.menuItemAddTemplates.Click += new System.EventHandler(this.menuItemAddTemplates_Click);
     //
     // menuItemEditTerrain
     //
     this.menuItemEditTerrain.Index  = 1;
     this.menuItemEditTerrain.Text   = "Edit Terrain...";
     this.menuItemEditTerrain.Click += new System.EventHandler(this.menuItemEditTerrain_Click);
     //
     // menuItemScaleDown
     //
     this.menuItemScaleDown.Index  = 2;
     this.menuItemScaleDown.Text   = "Scale && Quantize...";
     this.menuItemScaleDown.Click += new System.EventHandler(this.menuItemScaleDown_Click);
     //
     // menuItemQuantizeOnly
     //
     this.menuItemQuantizeOnly.Index  = 3;
     this.menuItemQuantizeOnly.Text   = "Quantize Only...";
     this.menuItemQuantizeOnly.Click += new System.EventHandler(this.menuItemQuantizeOnly_Click);
     //
     // menuItemSavePalette
     //
     this.menuItemSavePalette.Index  = 4;
     this.menuItemSavePalette.Text   = "Save Palette...";
     this.menuItemSavePalette.Click += new System.EventHandler(this.menuItemSavePalette_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text  = "-";
     //
     // menuItemProperties
     //
     this.menuItemProperties.Index  = 6;
     this.menuItemProperties.Text   = "Properties";
     this.menuItemProperties.Click += new System.EventHandler(this.menuItemProperties_Click);
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonClose
     //
     this.toolBarButtonClose.ImageIndex  = 5;
     this.toolBarButtonClose.ToolTipText = "Close Template Collection";
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 15);
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // contextMenuTiles
     //
     this.contextMenuTiles.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemImportBitmap,
         this.menuItemExportBitmap,
         this.menuItemDeleteTile,
         this.menuItemTileBackground,
         this.menuItem2,
         this.menuItemTemplProperties
     });
     //
     // menuItemImportBitmap
     //
     this.menuItemImportBitmap.Index  = 0;
     this.menuItemImportBitmap.Text   = "Import Bitmap...";
     this.menuItemImportBitmap.Click += new System.EventHandler(this.menuItemImportBitmap_Click);
     //
     // menuItemExportBitmap
     //
     this.menuItemExportBitmap.Index  = 1;
     this.menuItemExportBitmap.Text   = "Export Bitmap...";
     this.menuItemExportBitmap.Click += new System.EventHandler(this.menuItemExportBitmap_Click);
     //
     // menuItemDeleteTile
     //
     this.menuItemDeleteTile.Index  = 2;
     this.menuItemDeleteTile.Text   = "Remove";
     this.menuItemDeleteTile.Click += new System.EventHandler(this.menuItemDeleteTile_Click);
     //
     // menuItemTileBackground
     //
     this.menuItemTileBackground.Index  = 3;
     this.menuItemTileBackground.Text   = "Background";
     this.menuItemTileBackground.Click += new System.EventHandler(this.menuItemTileBackground_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 4;
     this.menuItem2.Text  = "-";
     //
     // menuItemTemplProperties
     //
     this.menuItemTemplProperties.Index  = 5;
     this.menuItemTemplProperties.Text   = "Properties";
     this.menuItemTemplProperties.Click += new System.EventHandler(this.menuItemTemplProperties_Click);
     //
     // TemplatePanel
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.flowPanel,
         this.comboDocs,
         this.toolBar
     });
     this.ForeColor = System.Drawing.SystemColors.Control;
     this.Name      = "TemplatePanel";
     this.Size      = new System.Drawing.Size(168, 448);
     this.ResumeLayout(false);
 }