/// <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.view = new m.LevelView();
     this.panelToolbar = new System.Windows.Forms.Panel();
     this.label2 = new System.Windows.Forms.Label();
     this.comboZoom = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.toolBar1 = new System.Windows.Forms.ToolBar();
     this.toolBarButtonToggleTemplates = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonToggleGobs = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonToggleAreas = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonHideToolbar = new System.Windows.Forms.ToolBarButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.comboDocs = new System.Windows.Forms.ComboBox();
     this.panelShowToolbar = new System.Windows.Forms.Panel();
     this.toolBarShowToolbar = new System.Windows.Forms.ToolBar();
     this.toolBarButtonShowToolbar = new System.Windows.Forms.ToolBarButton();
     this.panelToolbar.SuspendLayout();
     this.panelShowToolbar.SuspendLayout();
     this.SuspendLayout();
     //
     // view
     //
     this.view.AllowDrop = true;
     this.view.BackColor = System.Drawing.Color.Black;
     this.view.Dock = System.Windows.Forms.DockStyle.Fill;
     this.view.Name = "view";
     this.view.Size = new System.Drawing.Size(720, 616);
     this.view.TabIndex = 0;
     //
     // panelToolbar
     //
     this.panelToolbar.BackColor = System.Drawing.Color.White;
     this.panelToolbar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelToolbar.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                                this.label2,
                                                                                this.comboZoom,
                                                                                this.label1,
                                                                                this.toolBar1,
                                                                                this.comboDocs});
     this.panelToolbar.Location = new System.Drawing.Point(-1, -1);
     this.panelToolbar.Name = "panelToolbar";
     this.panelToolbar.Size = new System.Drawing.Size(452, 25);
     this.panelToolbar.TabIndex = 1;
     this.panelToolbar.Visible = false;
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label2.Location = new System.Drawing.Point(200, 4);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 5;
     this.label2.Text = "Zoom Percent:";
     //
     // comboZoom
     //
     this.comboZoom.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.comboZoom.Items.AddRange(new object[] {
                                                    "50",
                                                    "75",
                                                    "100",
                                                    "125",
                                                    "150",
                                                    "200",
                                                    "250",
                                                    "300"});
     this.comboZoom.Location = new System.Drawing.Point(280, 1);
     this.comboZoom.Name = "comboZoom";
     this.comboZoom.Size = new System.Drawing.Size(72, 21);
     this.comboZoom.TabIndex = 4;
     this.comboZoom.TabStop = false;
     this.comboZoom.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboZoom_KeyDown);
     this.comboZoom.SelectedIndexChanged += new System.EventHandler(this.comboZoom_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label1.Location = new System.Drawing.Point(0, 4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 3;
     this.label1.Text = "View with:";
     //
     // toolBar1
     //
     this.toolBar1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                 this.toolBarButtonToggleTemplates,
                                                                                 this.toolBarButtonToggleGobs,
                                                                                 this.toolBarButtonToggleAreas,
                                                                                 this.toolBarButtonHideToolbar});
     this.toolBar1.ButtonSize = new System.Drawing.Size(16, 15);
     this.toolBar1.Divider = false;
     this.toolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList = this.imageList1;
     this.toolBar1.Location = new System.Drawing.Point(357, 1);
     this.toolBar1.Name = "toolBar1";
     this.toolBar1.ShowToolTips = true;
     this.toolBar1.Size = new System.Drawing.Size(99, 22);
     this.toolBar1.TabIndex = 2;
     this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // toolBarButtonToggleTemplates
     //
     this.toolBarButtonToggleTemplates.ImageIndex = 8;
     this.toolBarButtonToggleTemplates.Pushed = true;
     this.toolBarButtonToggleTemplates.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonToggleTemplates.ToolTipText = "Toggle Templates";
     //
     // toolBarButtonToggleGobs
     //
     this.toolBarButtonToggleGobs.ImageIndex = 9;
     this.toolBarButtonToggleGobs.Pushed = true;
     this.toolBarButtonToggleGobs.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonToggleGobs.ToolTipText = "Toggle Gobs";
     //
     // toolBarButtonToggleAreas
     //
     this.toolBarButtonToggleAreas.ImageIndex = 10;
     this.toolBarButtonToggleAreas.Pushed = true;
     this.toolBarButtonToggleAreas.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonToggleAreas.ToolTipText = "Toggle Areas";
     //
     // toolBarButtonHideToolbar
     //
     this.toolBarButtonHideToolbar.ImageIndex = 6;
     this.toolBarButtonHideToolbar.ToolTipText = "Hide Toolbar";
     //
     // 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;
     //
     // comboDocs
     //
     this.comboDocs.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.comboDocs.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboDocs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDocs.Location = new System.Drawing.Point(56, 1);
     this.comboDocs.Name = "comboDocs";
     this.comboDocs.Size = new System.Drawing.Size(136, 21);
     this.comboDocs.TabIndex = 1;
     this.comboDocs.TabStop = false;
     this.comboDocs.SelectedIndexChanged += new System.EventHandler(this.comboDocs_SelectedIndexChanged);
     this.comboDocs.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDocs_DrawItem);
     //
     // panelShowToolbar
     //
     this.panelShowToolbar.BackColor = System.Drawing.Color.White;
     this.panelShowToolbar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelShowToolbar.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                                    this.toolBarShowToolbar});
     this.panelShowToolbar.Location = new System.Drawing.Point(-3, -5);
     this.panelShowToolbar.Name = "panelShowToolbar";
     this.panelShowToolbar.Size = new System.Drawing.Size(22, 23);
     this.panelShowToolbar.TabIndex = 2;
     //
     // toolBarShowToolbar
     //
     this.toolBarShowToolbar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarShowToolbar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                           this.toolBarButtonShowToolbar});
     this.toolBarShowToolbar.ButtonSize = new System.Drawing.Size(16, 15);
     this.toolBarShowToolbar.Dock = System.Windows.Forms.DockStyle.None;
     this.toolBarShowToolbar.DropDownArrows = true;
     this.toolBarShowToolbar.ImageList = this.imageList1;
     this.toolBarShowToolbar.Name = "toolBarShowToolbar";
     this.toolBarShowToolbar.ShowToolTips = true;
     this.toolBarShowToolbar.Size = new System.Drawing.Size(25, 24);
     this.toolBarShowToolbar.TabIndex = 0;
     this.toolBarShowToolbar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarShowToolbar_ButtonClick);
     //
     // toolBarButtonShowToolbar
     //
     this.toolBarButtonShowToolbar.ImageIndex = 7;
     this.toolBarButtonShowToolbar.ToolTipText = "Show Toolbar";
     //
     // LevelViewParent
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.panelShowToolbar,
                                                                   this.panelToolbar,
                                                                   this.view});
     this.Name = "LevelViewParent";
     this.Size = new System.Drawing.Size(720, 616);
     this.panelToolbar.ResumeLayout(false);
     this.panelShowToolbar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #2
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.view         = new m.LevelView();
     this.panelToolbar = new System.Windows.Forms.Panel();
     this.label2       = new System.Windows.Forms.Label();
     this.comboZoom    = new System.Windows.Forms.ComboBox();
     this.label1       = new System.Windows.Forms.Label();
     this.toolBar1     = new System.Windows.Forms.ToolBar();
     this.toolBarButtonToggleTemplates = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonToggleGobs      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonToggleAreas     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonHideToolbar     = new System.Windows.Forms.ToolBarButton();
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.comboDocs                = new System.Windows.Forms.ComboBox();
     this.panelShowToolbar         = new System.Windows.Forms.Panel();
     this.toolBarShowToolbar       = new System.Windows.Forms.ToolBar();
     this.toolBarButtonShowToolbar = new System.Windows.Forms.ToolBarButton();
     this.panelToolbar.SuspendLayout();
     this.panelShowToolbar.SuspendLayout();
     this.SuspendLayout();
     //
     // view
     //
     this.view.AllowDrop = true;
     this.view.BackColor = System.Drawing.Color.Black;
     this.view.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.view.Name      = "view";
     this.view.Size      = new System.Drawing.Size(720, 616);
     this.view.TabIndex  = 0;
     //
     // panelToolbar
     //
     this.panelToolbar.BackColor   = System.Drawing.Color.White;
     this.panelToolbar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelToolbar.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.label2,
         this.comboZoom,
         this.label1,
         this.toolBar1,
         this.comboDocs
     });
     this.panelToolbar.Location = new System.Drawing.Point(-1, -1);
     this.panelToolbar.Name     = "panelToolbar";
     this.panelToolbar.Size     = new System.Drawing.Size(452, 25);
     this.panelToolbar.TabIndex = 1;
     this.panelToolbar.Visible  = false;
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label2.Location = new System.Drawing.Point(200, 4);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Zoom Percent:";
     //
     // comboZoom
     //
     this.comboZoom.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.comboZoom.Items.AddRange(new object[] {
         "50",
         "75",
         "100",
         "125",
         "150",
         "200",
         "250",
         "300"
     });
     this.comboZoom.Location              = new System.Drawing.Point(280, 1);
     this.comboZoom.Name                  = "comboZoom";
     this.comboZoom.Size                  = new System.Drawing.Size(72, 21);
     this.comboZoom.TabIndex              = 4;
     this.comboZoom.TabStop               = false;
     this.comboZoom.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.comboZoom_KeyDown);
     this.comboZoom.SelectedIndexChanged += new System.EventHandler(this.comboZoom_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label1.Location = new System.Drawing.Point(0, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "View with:";
     //
     // toolBar1
     //
     this.toolBar1.Anchor     = System.Windows.Forms.AnchorStyles.Left;
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButtonToggleTemplates,
         this.toolBarButtonToggleGobs,
         this.toolBarButtonToggleAreas,
         this.toolBarButtonHideToolbar
     });
     this.toolBar1.ButtonSize     = new System.Drawing.Size(16, 15);
     this.toolBar1.Divider        = false;
     this.toolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imageList1;
     this.toolBar1.Location       = new System.Drawing.Point(357, 1);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(99, 22);
     this.toolBar1.TabIndex       = 2;
     this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // toolBarButtonToggleTemplates
     //
     this.toolBarButtonToggleTemplates.ImageIndex  = 8;
     this.toolBarButtonToggleTemplates.Pushed      = true;
     this.toolBarButtonToggleTemplates.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonToggleTemplates.ToolTipText = "Toggle Templates";
     //
     // toolBarButtonToggleGobs
     //
     this.toolBarButtonToggleGobs.ImageIndex  = 9;
     this.toolBarButtonToggleGobs.Pushed      = true;
     this.toolBarButtonToggleGobs.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonToggleGobs.ToolTipText = "Toggle Gobs";
     //
     // toolBarButtonToggleAreas
     //
     this.toolBarButtonToggleAreas.ImageIndex  = 10;
     this.toolBarButtonToggleAreas.Pushed      = true;
     this.toolBarButtonToggleAreas.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonToggleAreas.ToolTipText = "Toggle Areas";
     //
     // toolBarButtonHideToolbar
     //
     this.toolBarButtonHideToolbar.ImageIndex  = 6;
     this.toolBarButtonHideToolbar.ToolTipText = "Hide Toolbar";
     //
     // 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;
     //
     // comboDocs
     //
     this.comboDocs.Anchor                = System.Windows.Forms.AnchorStyles.Left;
     this.comboDocs.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboDocs.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDocs.Location              = new System.Drawing.Point(56, 1);
     this.comboDocs.Name                  = "comboDocs";
     this.comboDocs.Size                  = new System.Drawing.Size(136, 21);
     this.comboDocs.TabIndex              = 1;
     this.comboDocs.TabStop               = false;
     this.comboDocs.SelectedIndexChanged += new System.EventHandler(this.comboDocs_SelectedIndexChanged);
     this.comboDocs.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.comboDocs_DrawItem);
     //
     // panelShowToolbar
     //
     this.panelShowToolbar.BackColor   = System.Drawing.Color.White;
     this.panelShowToolbar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelShowToolbar.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.toolBarShowToolbar
     });
     this.panelShowToolbar.Location = new System.Drawing.Point(-3, -5);
     this.panelShowToolbar.Name     = "panelShowToolbar";
     this.panelShowToolbar.Size     = new System.Drawing.Size(22, 23);
     this.panelShowToolbar.TabIndex = 2;
     //
     // toolBarShowToolbar
     //
     this.toolBarShowToolbar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarShowToolbar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButtonShowToolbar
     });
     this.toolBarShowToolbar.ButtonSize     = new System.Drawing.Size(16, 15);
     this.toolBarShowToolbar.Dock           = System.Windows.Forms.DockStyle.None;
     this.toolBarShowToolbar.DropDownArrows = true;
     this.toolBarShowToolbar.ImageList      = this.imageList1;
     this.toolBarShowToolbar.Name           = "toolBarShowToolbar";
     this.toolBarShowToolbar.ShowToolTips   = true;
     this.toolBarShowToolbar.Size           = new System.Drawing.Size(25, 24);
     this.toolBarShowToolbar.TabIndex       = 0;
     this.toolBarShowToolbar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarShowToolbar_ButtonClick);
     //
     // toolBarButtonShowToolbar
     //
     this.toolBarButtonShowToolbar.ImageIndex  = 7;
     this.toolBarButtonShowToolbar.ToolTipText = "Show Toolbar";
     //
     // LevelViewParent
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.panelShowToolbar,
         this.panelToolbar,
         this.view
     });
     this.Name = "LevelViewParent";
     this.Size = new System.Drawing.Size(720, 616);
     this.panelToolbar.ResumeLayout(false);
     this.panelShowToolbar.ResumeLayout(false);
     this.ResumeLayout(false);
 }