예제 #1
0
 void SetTheme(System.Windows.Forms.ToolStripContainer sdm)
 {
     SetTheme(sdm.TopToolStripPanel);
     SetTheme(sdm.RightToolStripPanel);
     SetTheme(sdm.BottomToolStripPanel);
     SetTheme(sdm.LeftToolStripPanel);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.ToolStripMenuItem         FileMenu;
     System.Windows.Forms.ToolStripMenuItem         FileNewMenu;
     System.Windows.Forms.ToolStripMenuItem         FileSaveMenu;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripMenuItem         FileExitMenu;
     System.Windows.Forms.ToolStripMenuItem         EditMenu;
     System.Windows.Forms.ToolStripMenuItem         EditEditImageMenu;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripMenuItem         EditSelectAllMenu;
     System.Windows.Forms.ToolStripMenuItem         EditCopyMenu;
     System.Windows.Forms.ToolStripMenuItem         EditCutMenu;
     System.Windows.Forms.ToolStripMenuItem         EditPasteMenu;
     System.Windows.Forms.ToolStripMenuItem         EditDeleteMenu;
     System.Windows.Forms.ToolStripMenuItem         ToolsMenu;
     System.Windows.Forms.ToolStripMenuItem         ToolsTestMenu;
     System.Windows.Forms.ToolStripMenuItem         RelaysMenu;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator3;
     System.Windows.Forms.ToolStripMenuItem         ToolsOptionsMenu;
     System.Windows.Forms.ToolStripMenuItem         HelpMenu;
     System.Windows.Forms.ToolStripMenuItem         AboutMenu;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator4;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.statusStrip1    = new System.Windows.Forms.StatusStrip();
     this.Tabby           = new MdiTabControl.TabControl();
     this.menuStrip1      = new System.Windows.Forms.MenuStrip();
     this.FileOpenMenu    = new System.Windows.Forms.ToolStripMenuItem();
     this.ResetCameraMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.ResetRelaysMeu  = new System.Windows.Forms.ToolStripMenuItem();
     toolStripContainer1  = new System.Windows.Forms.ToolStripContainer();
     FileMenu             = new System.Windows.Forms.ToolStripMenuItem();
     FileNewMenu          = new System.Windows.Forms.ToolStripMenuItem();
     FileSaveMenu         = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     FileExitMenu         = new System.Windows.Forms.ToolStripMenuItem();
     EditMenu             = new System.Windows.Forms.ToolStripMenuItem();
     EditEditImageMenu    = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     EditSelectAllMenu    = new System.Windows.Forms.ToolStripMenuItem();
     EditCopyMenu         = new System.Windows.Forms.ToolStripMenuItem();
     EditCutMenu          = new System.Windows.Forms.ToolStripMenuItem();
     EditPasteMenu        = new System.Windows.Forms.ToolStripMenuItem();
     EditDeleteMenu       = new System.Windows.Forms.ToolStripMenuItem();
     ToolsMenu            = new System.Windows.Forms.ToolStripMenuItem();
     ToolsTestMenu        = new System.Windows.Forms.ToolStripMenuItem();
     RelaysMenu           = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     ToolsOptionsMenu     = new System.Windows.Forms.ToolStripMenuItem();
     HelpMenu             = new System.Windows.Forms.ToolStripMenuItem();
     AboutMenu            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator4  = new System.Windows.Forms.ToolStripSeparator();
     toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(this.Tabby);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1264, 715);
     toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.Size     = new System.Drawing.Size(1264, 761);
     toolStripContainer1.TabIndex = 1;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     //
     // statusStrip1
     //
     this.statusStrip1.Dock     = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Location = new System.Drawing.Point(0, 0);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1264, 22);
     this.statusStrip1.TabIndex = 0;
     //
     // Tabby
     //
     this.Tabby.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.Tabby.Location                    = new System.Drawing.Point(0, 0);
     this.Tabby.MenuRenderer                = null;
     this.Tabby.Name                        = "Tabby";
     this.Tabby.Size                        = new System.Drawing.Size(1264, 715);
     this.Tabby.TabCloseButtonImage         = null;
     this.Tabby.TabCloseButtonImageDisabled = null;
     this.Tabby.TabCloseButtonImageHot      = null;
     this.Tabby.TabIndex                    = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         FileMenu,
         EditMenu,
         ToolsMenu,
         HelpMenu
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1264, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // FileMenu
     //
     FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         FileNewMenu,
         this.FileOpenMenu,
         FileSaveMenu,
         toolStripSeparator2,
         FileExitMenu
     });
     FileMenu.Name = "FileMenu";
     FileMenu.Size = new System.Drawing.Size(37, 20);
     FileMenu.Text = "&File";
     //
     // FileNewMenu
     //
     FileNewMenu.Name         = "FileNewMenu";
     FileNewMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     FileNewMenu.Size         = new System.Drawing.Size(155, 22);
     FileNewMenu.Text         = "&New";
     FileNewMenu.Click       += new System.EventHandler(this.FileNewMenu_Click);
     //
     // FileOpenMenu
     //
     this.FileOpenMenu.Name         = "FileOpenMenu";
     this.FileOpenMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.FileOpenMenu.Size         = new System.Drawing.Size(155, 22);
     this.FileOpenMenu.Text         = "&Open...";
     this.FileOpenMenu.Click       += new System.EventHandler(this.FileOpenMenu_Click);
     //
     // FileSaveMenu
     //
     FileSaveMenu.Name         = "FileSaveMenu";
     FileSaveMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     FileSaveMenu.Size         = new System.Drawing.Size(155, 22);
     FileSaveMenu.Text         = "&Save";
     FileSaveMenu.Click       += new System.EventHandler(this.FileSaveMenu_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(152, 6);
     //
     // FileExitMenu
     //
     FileExitMenu.Name         = "FileExitMenu";
     FileExitMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     FileExitMenu.Size         = new System.Drawing.Size(155, 22);
     FileExitMenu.Text         = "E&xit";
     FileExitMenu.Click       += new System.EventHandler(this.FileExitMenu_Click);
     //
     // EditMenu
     //
     EditMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         EditEditImageMenu,
         toolStripSeparator1,
         EditSelectAllMenu,
         EditCopyMenu,
         EditCutMenu,
         EditPasteMenu,
         EditDeleteMenu
     });
     EditMenu.Name = "EditMenu";
     EditMenu.Size = new System.Drawing.Size(39, 20);
     EditMenu.Text = "&Edit";
     //
     // EditEditImageMenu
     //
     EditEditImageMenu.Name         = "EditEditImageMenu";
     EditEditImageMenu.ShortcutKeys = System.Windows.Forms.Keys.F2;
     EditEditImageMenu.Size         = new System.Drawing.Size(164, 22);
     EditEditImageMenu.Text         = "&Edit Image";
     EditEditImageMenu.Click       += new System.EventHandler(this.EditEditImageMenu_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
     //
     // EditSelectAllMenu
     //
     EditSelectAllMenu.Name         = "EditSelectAllMenu";
     EditSelectAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     EditSelectAllMenu.Size         = new System.Drawing.Size(164, 22);
     EditSelectAllMenu.Text         = "Select &All";
     EditSelectAllMenu.Click       += new System.EventHandler(this.EditSelectAllMenu_Click);
     //
     // EditCopyMenu
     //
     EditCopyMenu.Name         = "EditCopyMenu";
     EditCopyMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     EditCopyMenu.Size         = new System.Drawing.Size(164, 22);
     EditCopyMenu.Text         = "&Copy";
     EditCopyMenu.Click       += new System.EventHandler(this.EditCopyMenu_Click);
     //
     // EditCutMenu
     //
     EditCutMenu.Name         = "EditCutMenu";
     EditCutMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     EditCutMenu.Size         = new System.Drawing.Size(164, 22);
     EditCutMenu.Text         = "C&ut";
     EditCutMenu.Click       += new System.EventHandler(this.EditCutMenu_Click);
     //
     // EditPasteMenu
     //
     EditPasteMenu.Name         = "EditPasteMenu";
     EditPasteMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     EditPasteMenu.Size         = new System.Drawing.Size(164, 22);
     EditPasteMenu.Text         = "&Paste";
     EditPasteMenu.Click       += new System.EventHandler(this.EditPasteMenu_Click);
     //
     // EditDeleteMenu
     //
     EditDeleteMenu.Name         = "EditDeleteMenu";
     EditDeleteMenu.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     EditDeleteMenu.Size         = new System.Drawing.Size(164, 22);
     EditDeleteMenu.Text         = "&Delete";
     EditDeleteMenu.Click       += new System.EventHandler(this.EditDeleteMenu_Click);
     //
     // ToolsMenu
     //
     ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         ToolsTestMenu,
         RelaysMenu,
         toolStripSeparator3,
         this.ResetCameraMenu,
         this.ResetRelaysMeu,
         toolStripSeparator4,
         ToolsOptionsMenu
     });
     ToolsMenu.Name = "ToolsMenu";
     ToolsMenu.Size = new System.Drawing.Size(48, 20);
     ToolsMenu.Text = "&Tools";
     //
     // ToolsTestMenu
     //
     ToolsTestMenu.Name         = "ToolsTestMenu";
     ToolsTestMenu.ShortcutKeys = System.Windows.Forms.Keys.F12;
     ToolsTestMenu.Size         = new System.Drawing.Size(165, 22);
     ToolsTestMenu.Text         = "&Test Camera";
     ToolsTestMenu.Click       += new System.EventHandler(this.ToolsTestMenu_Click);
     //
     // RelaysMenu
     //
     RelaysMenu.Name   = "RelaysMenu";
     RelaysMenu.Size   = new System.Drawing.Size(165, 22);
     RelaysMenu.Text   = "Test &Relays";
     RelaysMenu.Click += new System.EventHandler(this.RelaysMenu_Click);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(162, 6);
     //
     // ToolsOptionsMenu
     //
     ToolsOptionsMenu.Name   = "ToolsOptionsMenu";
     ToolsOptionsMenu.Size   = new System.Drawing.Size(165, 22);
     ToolsOptionsMenu.Text   = "&Options...";
     ToolsOptionsMenu.Click += new System.EventHandler(this.ToolsOptionsMenu_Click);
     //
     // HelpMenu
     //
     HelpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         AboutMenu
     });
     HelpMenu.Name = "HelpMenu";
     HelpMenu.Size = new System.Drawing.Size(44, 20);
     HelpMenu.Text = "&Help";
     //
     // AboutMenu
     //
     AboutMenu.Name   = "AboutMenu";
     AboutMenu.Size   = new System.Drawing.Size(116, 22);
     AboutMenu.Text   = "&About...";
     AboutMenu.Click += new System.EventHandler(this.AboutMenu_Click);
     //
     // ResetCameraMenu
     //
     this.ResetCameraMenu.Name   = "ResetCameraMenu";
     this.ResetCameraMenu.Size   = new System.Drawing.Size(165, 22);
     this.ResetCameraMenu.Text   = "Reset Camera";
     this.ResetCameraMenu.Click += new System.EventHandler(this.ResetCameraMenu_Click);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(162, 6);
     //
     // ResetRelaysMeu
     //
     this.ResetRelaysMeu.Name   = "ResetRelaysMeu";
     this.ResetRelaysMeu.Size   = new System.Drawing.Size(165, 22);
     this.ResetRelaysMeu.Text   = "Reset Relays";
     this.ResetRelaysMeu.Click += new System.EventHandler(this.ResetRelaysMeu_Click);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 761);
     this.Controls.Add(toolStripContainer1);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.KeyPreview     = true;
     this.MainMenuStrip  = this.menuStrip1;
     this.Name           = "Main";
     this.Text           = "SlideScan";
     toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     toolStripContainer1.BottomToolStripPanel.PerformLayout();
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.grid       = new System.Windows.Forms.DataGrid();
     this.pnFilters  = new System.Windows.Forms.Panel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.executeFilterF5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.grid);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.pnFilters);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1095, 325);
     this.toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.Size     = new System.Drawing.Size(1095, 349);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     //
     // grid
     //
     this.grid.DataMember      = "";
     this.grid.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.grid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.grid.Location        = new System.Drawing.Point(0, 168);
     this.grid.Name            = "grid";
     this.grid.ReadOnly        = true;
     this.grid.Size            = new System.Drawing.Size(1095, 157);
     this.grid.TabIndex        = 2;
     //
     // pnFilters
     //
     this.pnFilters.AutoScroll = true;
     this.pnFilters.Dock       = System.Windows.Forms.DockStyle.Top;
     this.pnFilters.Location   = new System.Drawing.Point(0, 0);
     this.pnFilters.Name       = "pnFilters";
     this.pnFilters.Size       = new System.Drawing.Size(1095, 168);
     this.pnFilters.TabIndex   = 1;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.executeFilterF5ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1095, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // executeFilterF5ToolStripMenuItem
     //
     this.executeFilterF5ToolStripMenuItem.Name         = "executeFilterF5ToolStripMenuItem";
     this.executeFilterF5ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.executeFilterF5ToolStripMenuItem.Size         = new System.Drawing.Size(109, 20);
     this.executeFilterF5ToolStripMenuItem.Text         = "Execute filter (F5)";
     this.executeFilterF5ToolStripMenuItem.Click       += new System.EventHandler(this.ExecuteFilterF5ToolStripMenuItemClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1095, 349);
     this.Controls.Add(this.toolStripContainer1);
     this.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "MainForm";
     this.Text          = "MainForm";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     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()
 {
     System.Windows.Forms.ToolStripContainer        tscTransactionView;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TransactionViewForm));
     System.Windows.Forms.Label lblTitle;
     System.Windows.Forms.Label lblSourceAccount;
     System.Windows.Forms.Label lblSourceAmount;
     System.Windows.Forms.Label lblDestinationAccount;
     System.Windows.Forms.Label lblDestinationAmount;
     System.Windows.Forms.Label lblDescription;
     System.Windows.Forms.Label lblTags;
     System.Windows.Forms.Label lblImplementsPlan;
     this.tlpTemplateTransaction = new System.Windows.Forms.TableLayoutPanel();
     this.tbImplementsPlan       = new System.Windows.Forms.TextBox();
     this.tbTitle              = new System.Windows.Forms.TextBox();
     this.gbSource             = new System.Windows.Forms.GroupBox();
     this.tlpSource            = new System.Windows.Forms.TableLayoutPanel();
     this.tbSourceAmount       = new System.Windows.Forms.TextBox();
     this.tbSourceAccount      = new System.Windows.Forms.TextBox();
     this.gbDestination        = new System.Windows.Forms.GroupBox();
     this.tlpDestination       = new System.Windows.Forms.TableLayoutPanel();
     this.tbDestinationAccount = new System.Windows.Forms.TextBox();
     this.tbDestinationAmount  = new System.Windows.Forms.TextBox();
     this.tbDescription        = new System.Windows.Forms.TextBox();
     this.ttbTags              = new easyMoney.Controls.TagTextBox();
     this.tsTransactionView    = new System.Windows.Forms.ToolStrip();
     this.tsbClose             = new System.Windows.Forms.ToolStripButton();
     this.tsbDelete            = new System.Windows.Forms.ToolStripButton();
     tscTransactionView        = new System.Windows.Forms.ToolStripContainer();
     lblTitle              = new System.Windows.Forms.Label();
     lblSourceAccount      = new System.Windows.Forms.Label();
     lblSourceAmount       = new System.Windows.Forms.Label();
     lblDestinationAccount = new System.Windows.Forms.Label();
     lblDestinationAmount  = new System.Windows.Forms.Label();
     lblDescription        = new System.Windows.Forms.Label();
     lblTags           = new System.Windows.Forms.Label();
     lblImplementsPlan = new System.Windows.Forms.Label();
     tscTransactionView.ContentPanel.SuspendLayout();
     tscTransactionView.TopToolStripPanel.SuspendLayout();
     tscTransactionView.SuspendLayout();
     this.tlpTemplateTransaction.SuspendLayout();
     this.gbSource.SuspendLayout();
     this.tlpSource.SuspendLayout();
     this.gbDestination.SuspendLayout();
     this.tlpDestination.SuspendLayout();
     this.tsTransactionView.SuspendLayout();
     this.SuspendLayout();
     //
     // tscTransactionView
     //
     tscTransactionView.BottomToolStripPanelVisible = false;
     //
     // tscTransactionView.ContentPanel
     //
     tscTransactionView.ContentPanel.Controls.Add(this.tlpTemplateTransaction);
     resources.ApplyResources(tscTransactionView.ContentPanel, "tscTransactionView.ContentPanel");
     resources.ApplyResources(tscTransactionView, "tscTransactionView");
     tscTransactionView.LeftToolStripPanelVisible = false;
     tscTransactionView.Name = "tscTransactionView";
     tscTransactionView.RightToolStripPanelVisible = false;
     //
     // tscTransactionView.TopToolStripPanel
     //
     tscTransactionView.TopToolStripPanel.Controls.Add(this.tsTransactionView);
     //
     // tlpTemplateTransaction
     //
     resources.ApplyResources(this.tlpTemplateTransaction, "tlpTemplateTransaction");
     this.tlpTemplateTransaction.Controls.Add(this.tbImplementsPlan, 0, 8);
     this.tlpTemplateTransaction.Controls.Add(lblTitle, 0, 0);
     this.tlpTemplateTransaction.Controls.Add(this.tbTitle, 0, 1);
     this.tlpTemplateTransaction.Controls.Add(this.gbSource, 0, 2);
     this.tlpTemplateTransaction.Controls.Add(this.gbDestination, 1, 2);
     this.tlpTemplateTransaction.Controls.Add(lblDescription, 0, 3);
     this.tlpTemplateTransaction.Controls.Add(this.tbDescription, 0, 4);
     this.tlpTemplateTransaction.Controls.Add(lblTags, 0, 5);
     this.tlpTemplateTransaction.Controls.Add(this.ttbTags, 0, 6);
     this.tlpTemplateTransaction.Controls.Add(lblImplementsPlan, 0, 7);
     this.tlpTemplateTransaction.Name = "tlpTemplateTransaction";
     //
     // tbImplementsPlan
     //
     this.tbImplementsPlan.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.tbImplementsPlan.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.tlpTemplateTransaction.SetColumnSpan(this.tbImplementsPlan, 2);
     resources.ApplyResources(this.tbImplementsPlan, "tbImplementsPlan");
     this.tbImplementsPlan.Name     = "tbImplementsPlan";
     this.tbImplementsPlan.ReadOnly = true;
     //
     // lblTitle
     //
     resources.ApplyResources(lblTitle, "lblTitle");
     this.tlpTemplateTransaction.SetColumnSpan(lblTitle, 2);
     lblTitle.Name = "lblTitle";
     //
     // tbTitle
     //
     this.tbTitle.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.tlpTemplateTransaction.SetColumnSpan(this.tbTitle, 2);
     resources.ApplyResources(this.tbTitle, "tbTitle");
     this.tbTitle.Name     = "tbTitle";
     this.tbTitle.ReadOnly = true;
     //
     // gbSource
     //
     this.gbSource.Controls.Add(this.tlpSource);
     resources.ApplyResources(this.gbSource, "gbSource");
     this.gbSource.Name    = "gbSource";
     this.gbSource.TabStop = false;
     //
     // tlpSource
     //
     resources.ApplyResources(this.tlpSource, "tlpSource");
     this.tlpSource.Controls.Add(this.tbSourceAmount, 0, 3);
     this.tlpSource.Controls.Add(this.tbSourceAccount, 0, 1);
     this.tlpSource.Controls.Add(lblSourceAccount, 0, 0);
     this.tlpSource.Controls.Add(lblSourceAmount, 0, 2);
     this.tlpSource.Name = "tlpSource";
     //
     // tbSourceAmount
     //
     resources.ApplyResources(this.tbSourceAmount, "tbSourceAmount");
     this.tbSourceAmount.Name     = "tbSourceAmount";
     this.tbSourceAmount.ReadOnly = true;
     //
     // tbSourceAccount
     //
     resources.ApplyResources(this.tbSourceAccount, "tbSourceAccount");
     this.tbSourceAccount.Name     = "tbSourceAccount";
     this.tbSourceAccount.ReadOnly = true;
     //
     // lblSourceAccount
     //
     resources.ApplyResources(lblSourceAccount, "lblSourceAccount");
     lblSourceAccount.Name = "lblSourceAccount";
     //
     // lblSourceAmount
     //
     resources.ApplyResources(lblSourceAmount, "lblSourceAmount");
     lblSourceAmount.Name = "lblSourceAmount";
     //
     // gbDestination
     //
     this.gbDestination.Controls.Add(this.tlpDestination);
     resources.ApplyResources(this.gbDestination, "gbDestination");
     this.gbDestination.Name    = "gbDestination";
     this.gbDestination.TabStop = false;
     //
     // tlpDestination
     //
     resources.ApplyResources(this.tlpDestination, "tlpDestination");
     this.tlpDestination.Controls.Add(this.tbDestinationAccount, 0, 1);
     this.tlpDestination.Controls.Add(this.tbDestinationAmount, 0, 3);
     this.tlpDestination.Controls.Add(lblDestinationAccount, 0, 0);
     this.tlpDestination.Controls.Add(lblDestinationAmount, 0, 2);
     this.tlpDestination.Name = "tlpDestination";
     //
     // tbDestinationAccount
     //
     resources.ApplyResources(this.tbDestinationAccount, "tbDestinationAccount");
     this.tbDestinationAccount.Name     = "tbDestinationAccount";
     this.tbDestinationAccount.ReadOnly = true;
     //
     // tbDestinationAmount
     //
     resources.ApplyResources(this.tbDestinationAmount, "tbDestinationAmount");
     this.tbDestinationAmount.Name     = "tbDestinationAmount";
     this.tbDestinationAmount.ReadOnly = true;
     //
     // lblDestinationAccount
     //
     resources.ApplyResources(lblDestinationAccount, "lblDestinationAccount");
     lblDestinationAccount.Name = "lblDestinationAccount";
     //
     // lblDestinationAmount
     //
     resources.ApplyResources(lblDestinationAmount, "lblDestinationAmount");
     lblDestinationAmount.Name = "lblDestinationAmount";
     //
     // lblDescription
     //
     resources.ApplyResources(lblDescription, "lblDescription");
     this.tlpTemplateTransaction.SetColumnSpan(lblDescription, 2);
     lblDescription.Name = "lblDescription";
     //
     // tbDescription
     //
     this.tlpTemplateTransaction.SetColumnSpan(this.tbDescription, 2);
     resources.ApplyResources(this.tbDescription, "tbDescription");
     this.tbDescription.Name     = "tbDescription";
     this.tbDescription.ReadOnly = true;
     //
     // lblTags
     //
     resources.ApplyResources(lblTags, "lblTags");
     this.tlpTemplateTransaction.SetColumnSpan(lblTags, 2);
     lblTags.Name = "lblTags";
     //
     // ttbTags
     //
     this.tlpTemplateTransaction.SetColumnSpan(this.ttbTags, 2);
     resources.ApplyResources(this.ttbTags, "ttbTags");
     this.ttbTags.Name        = "ttbTags";
     this.ttbTags.PopupOpened = false;
     this.ttbTags.ReadOnly    = true;
     this.ttbTags.Tags        = ((System.Collections.Generic.List <string>)(resources.GetObject("ttbTags.Tags")));
     //
     // lblImplementsPlan
     //
     resources.ApplyResources(lblImplementsPlan, "lblImplementsPlan");
     this.tlpTemplateTransaction.SetColumnSpan(lblImplementsPlan, 2);
     lblImplementsPlan.Name = "lblImplementsPlan";
     //
     // tsTransactionView
     //
     resources.ApplyResources(this.tsTransactionView, "tsTransactionView");
     this.tsTransactionView.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsTransactionView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbClose,
         this.tsbDelete
     });
     this.tsTransactionView.Name    = "tsTransactionView";
     this.tsTransactionView.Stretch = true;
     //
     // tsbClose
     //
     this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbClose.Image     = global::easyMoney.Manager.Properties.Resources.tick;
     resources.ApplyResources(this.tsbClose, "tsbClose");
     this.tsbClose.Name   = "tsbClose";
     this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
     //
     // tsbDelete
     //
     this.tsbDelete.Image = global::easyMoney.Manager.Properties.Resources.delete;
     resources.ApplyResources(this.tsbDelete, "tsbDelete");
     this.tsbDelete.Name   = "tsbDelete";
     this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
     //
     // TransactionViewForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tscTransactionView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TransactionViewForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     tscTransactionView.ContentPanel.ResumeLayout(false);
     tscTransactionView.TopToolStripPanel.ResumeLayout(false);
     tscTransactionView.TopToolStripPanel.PerformLayout();
     tscTransactionView.ResumeLayout(false);
     tscTransactionView.PerformLayout();
     this.tlpTemplateTransaction.ResumeLayout(false);
     this.tlpTemplateTransaction.PerformLayout();
     this.gbSource.ResumeLayout(false);
     this.tlpSource.ResumeLayout(false);
     this.tlpSource.PerformLayout();
     this.gbDestination.ResumeLayout(false);
     this.tlpDestination.ResumeLayout(false);
     this.tlpDestination.PerformLayout();
     this.tsTransactionView.ResumeLayout(false);
     this.tsTransactionView.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStrip                 toolStrip1;
     System.Windows.Forms.ToolStripLabel            toolStripLabel1;
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.ToolStrip                 toolStrip2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality));
     this.QualityBox     = new System.Windows.Forms.ToolStripComboBox();
     this.ProgressBar    = new System.Windows.Forms.ToolStripProgressBar();
     this.DropLabel      = new System.Windows.Forms.Label();
     this.Worker         = new System.ComponentModel.BackgroundWorker();
     toolStrip1          = new System.Windows.Forms.ToolStrip();
     toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     toolStrip2          = new System.Windows.Forms.ToolStrip();
     toolStrip1.SuspendLayout();
     toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     toolStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripLabel1,
         this.QualityBox
     });
     toolStrip1.Location = new System.Drawing.Point(3, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(158, 25);
     toolStrip1.TabIndex = 1;
     toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     toolStripLabel1.Name = "toolStripLabel1";
     toolStripLabel1.Size = new System.Drawing.Size(45, 22);
     toolStripLabel1.Text = "Quality";
     //
     // QualityBox
     //
     this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.QualityBox.Items.AddRange(new object[] {
         "0",
         "5",
         "10",
         "15",
         "20",
         "25",
         "30",
         "35",
         "40",
         "45",
         "50",
         "55",
         "60",
         "65",
         "70",
         "75",
         "80",
         "85",
         "90",
         "95",
         "100"
     });
     this.QualityBox.Name = "QualityBox";
     this.QualityBox.Size = new System.Drawing.Size(75, 25);
     this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2);
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65);
     toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.Size     = new System.Drawing.Size(284, 115);
     toolStripContainer1.TabIndex = 0;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     //
     // toolStrip2
     //
     toolStrip2.AutoSize  = false;
     toolStrip2.Dock      = System.Windows.Forms.DockStyle.None;
     toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ProgressBar
     });
     toolStrip2.Location = new System.Drawing.Point(0, 0);
     toolStrip2.Name     = "toolStrip2";
     toolStrip2.Size     = new System.Drawing.Size(284, 25);
     toolStrip2.Stretch  = true;
     toolStrip2.TabIndex = 0;
     //
     // ProgressBar
     //
     this.ProgressBar.AutoSize = false;
     this.ProgressBar.Name     = "ProgressBar";
     this.ProgressBar.Size     = new System.Drawing.Size(280, 22);
     this.ProgressBar.Step     = 1;
     //
     // DropLabel
     //
     this.DropLabel.AllowDrop   = true;
     this.DropLabel.BackColor   = System.Drawing.Color.LightSkyBlue;
     this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DropLabel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.DropLabel.Location    = new System.Drawing.Point(0, 0);
     this.DropLabel.Name        = "DropLabel";
     this.DropLabel.Size        = new System.Drawing.Size(284, 65);
     this.DropLabel.TabIndex    = 0;
     this.DropLabel.Text        = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " +
                                  "directory.";
     this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop);
     this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver);
     //
     // Worker
     //
     this.Worker.WorkerReportsProgress      = true;
     this.Worker.WorkerSupportsCancellation = true;
     this.Worker.DoWork          += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync);
     this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged);
     //
     // JpegQuality
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 115);
     this.Controls.Add(toolStripContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "JpegQuality";
     this.Text            = "JPEG Quality";
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     toolStrip2.ResumeLayout(false);
     toolStrip2.PerformLayout();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSettings));
     this.ButtonOK = new System.Windows.Forms.Button();
     this.ButtonCancel = new System.Windows.Forms.Button();
     this.TabControlSettings = new System.Windows.Forms.TabControl();
     this.TabPageActivity = new System.Windows.Forms.TabPage();
     this.ToolStripContainerActivity = new System.Windows.Forms.ToolStripContainer();
     this.ToolStripActivity = new System.Windows.Forms.ToolStrip();
     this.ToolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
     this.ToolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
     this.ToolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.ToolStripButtonUp = new System.Windows.Forms.ToolStripButton();
     this.ToolStripButtonDown = new System.Windows.Forms.ToolStripButton();
     this.ListViewActivity = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LabelActivity = new System.Windows.Forms.Label();
     this.PictureBoxActivity = new System.Windows.Forms.PictureBox();
     this.TabPageReminder = new System.Windows.Forms.TabPage();
     this.LabelReminder = new System.Windows.Forms.Label();
     this.PictureBoxReminder = new System.Windows.Forms.PictureBox();
     this.GroupBoxDisplay = new System.Windows.Forms.GroupBox();
     this.RadioButtonBalloon = new System.Windows.Forms.RadioButton();
     this.RadioButtonSplash = new System.Windows.Forms.RadioButton();
     this.GroupBoxSplash = new System.Windows.Forms.GroupBox();
     this.LabelSound = new System.Windows.Forms.Label();
     this.ButtonBrowseSound = new System.Windows.Forms.Button();
     this.CheckBoxSound = new System.Windows.Forms.CheckBox();
     this.ButtonSplashBackColor = new System.Windows.Forms.Button();
     this.ButtonSplashFont = new System.Windows.Forms.Button();
     this.LabelSplashExample = new System.Windows.Forms.Label();
     this.TabPageDefaults = new System.Windows.Forms.TabPage();
     this.GroupBoxDefaults = new System.Windows.Forms.GroupBox();
     this.NumericReminderPost = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.NumericReminderPre = new System.Windows.Forms.NumericUpDown();
     this.LabelReminderDuration = new System.Windows.Forms.Label();
     this.LabelReminderInterval = new System.Windows.Forms.Label();
     this.LabelReminderDurationSeconds = new System.Windows.Forms.Label();
     this.NumericReminderDuration = new System.Windows.Forms.NumericUpDown();
     this.LabelReminderIntervalMinutes = new System.Windows.Forms.Label();
     this.LabelDefaults = new System.Windows.Forms.Label();
     this.PictureBoxDefaults = new System.Windows.Forms.PictureBox();
     this.TabPageSystemSettings = new System.Windows.Forms.TabPage();
     this.GroupBoxApplicationSettings = new System.Windows.Forms.GroupBox();
     this.ButtonResetSettings = new System.Windows.Forms.Button();
     this.GroupBoxSystemSettings = new System.Windows.Forms.GroupBox();
     this.CheckBoxWindowsStartMinimize = new System.Windows.Forms.CheckBox();
     this.CheckBoxWindowsStart = new System.Windows.Forms.CheckBox();
     this.LabelSystem = new System.Windows.Forms.Label();
     this.PictureBoxSystem = new System.Windows.Forms.PictureBox();
     this.FitnessTimer = new System.Windows.Forms.Timer(this.components);
     this.FitnessNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.ContextMenuStripNotify = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.resumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ImageListActivity = new System.Windows.Forms.ImageList(this.components);
     this.FontDialogSplash = new System.Windows.Forms.FontDialog();
     this.ColorDialogSplash = new System.Windows.Forms.ColorDialog();
     this.OpenFileDialogSound = new System.Windows.Forms.OpenFileDialog();
     this.HelpProviderSettings = new System.Windows.Forms.HelpProvider();
     this.TabControlSettings.SuspendLayout();
     this.TabPageActivity.SuspendLayout();
     this.ToolStripContainerActivity.BottomToolStripPanel.SuspendLayout();
     this.ToolStripContainerActivity.ContentPanel.SuspendLayout();
     this.ToolStripContainerActivity.SuspendLayout();
     this.ToolStripActivity.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxActivity)).BeginInit();
     this.TabPageReminder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxReminder)).BeginInit();
     this.GroupBoxDisplay.SuspendLayout();
     this.GroupBoxSplash.SuspendLayout();
     this.TabPageDefaults.SuspendLayout();
     this.GroupBoxDefaults.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderDuration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxDefaults)).BeginInit();
     this.TabPageSystemSettings.SuspendLayout();
     this.GroupBoxApplicationSettings.SuspendLayout();
     this.GroupBoxSystemSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxSystem)).BeginInit();
     this.ContextMenuStripNotify.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonOK
     //
     this.ButtonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.HelpProviderSettings.SetHelpString(this.ButtonOK, "Saves current settings, minimizes the window and starts the reminder timer.");
     this.ButtonOK.Location = new System.Drawing.Point(150, 358);
     this.ButtonOK.Name = "ButtonOK";
     this.HelpProviderSettings.SetShowHelp(this.ButtonOK, true);
     this.ButtonOK.Size = new System.Drawing.Size(108, 23);
     this.ButtonOK.TabIndex = 0;
     this.ButtonOK.Text = "Save && &Run";
     this.ButtonOK.UseVisualStyleBackColor = true;
     this.ButtonOK.Click += new System.EventHandler(this.ButtonOK_Click);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.HelpProviderSettings.SetHelpString(this.ButtonCancel, "Closes the window. If Fitnes Reminder was previously started, it continues withou" +
     "t saving changes. If Fitness Reminder was just started, Fitness Reminder will ex" +
     "it.");
     this.ButtonCancel.Location = new System.Drawing.Point(264, 358);
     this.ButtonCancel.Name = "ButtonCancel";
     this.HelpProviderSettings.SetShowHelp(this.ButtonCancel, true);
     this.ButtonCancel.Size = new System.Drawing.Size(84, 23);
     this.ButtonCancel.TabIndex = 1;
     this.ButtonCancel.Text = "&Cancel";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
     //
     // TabControlSettings
     //
     this.TabControlSettings.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.TabControlSettings.Controls.Add(this.TabPageActivity);
     this.TabControlSettings.Controls.Add(this.TabPageReminder);
     this.TabControlSettings.Controls.Add(this.TabPageDefaults);
     this.TabControlSettings.Controls.Add(this.TabPageSystemSettings);
     this.TabControlSettings.Location = new System.Drawing.Point(12, 12);
     this.TabControlSettings.Name = "TabControlSettings";
     this.TabControlSettings.SelectedIndex = 0;
     this.TabControlSettings.Size = new System.Drawing.Size(336, 339);
     this.TabControlSettings.TabIndex = 8;
     //
     // TabPageActivity
     //
     this.TabPageActivity.Controls.Add(this.ToolStripContainerActivity);
     this.TabPageActivity.Controls.Add(this.LabelActivity);
     this.TabPageActivity.Controls.Add(this.PictureBoxActivity);
     this.TabPageActivity.Location = new System.Drawing.Point(4, 22);
     this.TabPageActivity.Name = "TabPageActivity";
     this.TabPageActivity.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageActivity.Size = new System.Drawing.Size(328, 313);
     this.TabPageActivity.TabIndex = 0;
     this.TabPageActivity.Text = "Activity List";
     this.TabPageActivity.UseVisualStyleBackColor = true;
     //
     // ToolStripContainerActivity
     //
     this.ToolStripContainerActivity.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)));
     //
     // ToolStripContainerActivity.BottomToolStripPanel
     //
     this.ToolStripContainerActivity.BottomToolStripPanel.Controls.Add(this.ToolStripActivity);
     this.ToolStripContainerActivity.BottomToolStripPanel.Tag = "B";
     //
     // ToolStripContainerActivity.ContentPanel
     //
     this.ToolStripContainerActivity.ContentPanel.Controls.Add(this.ListViewActivity);
     this.ToolStripContainerActivity.ContentPanel.Size = new System.Drawing.Size(304, 182);
     //
     // ToolStripContainerActivity.LeftToolStripPanel
     //
     this.ToolStripContainerActivity.LeftToolStripPanel.Tag = "L";
     this.ToolStripContainerActivity.Location = new System.Drawing.Point(11, 67);
     this.ToolStripContainerActivity.Name = "ToolStripContainerActivity";
     //
     // ToolStripContainerActivity.RightToolStripPanel
     //
     this.ToolStripContainerActivity.RightToolStripPanel.Tag = "R";
     this.ToolStripContainerActivity.Size = new System.Drawing.Size(304, 232);
     this.ToolStripContainerActivity.TabIndex = 12;
     this.ToolStripContainerActivity.Text = "ToolStripContainerActivity";
     //
     // ToolStripContainerActivity.TopToolStripPanel
     //
     this.ToolStripContainerActivity.TopToolStripPanel.Tag = "T";
     //
     // ToolStripActivity
     //
     this.ToolStripActivity.Dock = System.Windows.Forms.DockStyle.None;
     this.ToolStripActivity.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ToolStripButtonAdd,
     this.ToolStripButtonEdit,
     this.ToolStripButtonDelete,
     this.toolStripSeparator2,
     this.ToolStripButtonUp,
     this.ToolStripButtonDown});
     this.ToolStripActivity.Location = new System.Drawing.Point(3, 0);
     this.ToolStripActivity.Name = "ToolStripActivity";
     this.ToolStripActivity.Size = new System.Drawing.Size(133, 25);
     this.ToolStripActivity.TabIndex = 0;
     //
     // ToolStripButtonAdd
     //
     this.ToolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonAdd.Image")));
     this.ToolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonAdd.Name = "ToolStripButtonAdd";
     this.ToolStripButtonAdd.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonAdd.Text = "Add Activity.";
     this.ToolStripButtonAdd.Click += new System.EventHandler(this.ToolStripButtonAdd_Click);
     //
     // ToolStripButtonEdit
     //
     this.ToolStripButtonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonEdit.Enabled = false;
     this.ToolStripButtonEdit.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonEdit.Image")));
     this.ToolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonEdit.Name = "ToolStripButtonEdit";
     this.ToolStripButtonEdit.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonEdit.Text = "Edit Activity.";
     this.ToolStripButtonEdit.Click += new System.EventHandler(this.ToolStripButtonEdit_Click);
     //
     // ToolStripButtonDelete
     //
     this.ToolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonDelete.Enabled = false;
     this.ToolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonDelete.Image")));
     this.ToolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonDelete.Name = "ToolStripButtonDelete";
     this.ToolStripButtonDelete.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonDelete.Text = "Delete Activity.";
     this.ToolStripButtonDelete.Click += new System.EventHandler(this.ToolStripButtonDelete_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // ToolStripButtonUp
     //
     this.ToolStripButtonUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonUp.Enabled = false;
     this.ToolStripButtonUp.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonUp.Image")));
     this.ToolStripButtonUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonUp.Name = "ToolStripButtonUp";
     this.ToolStripButtonUp.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonUp.Text = "Slide activity up.";
     this.ToolStripButtonUp.Click += new System.EventHandler(this.ToolStripButtonUp_Click);
     //
     // ToolStripButtonDown
     //
     this.ToolStripButtonDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButtonDown.Enabled = false;
     this.ToolStripButtonDown.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonDown.Image")));
     this.ToolStripButtonDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ToolStripButtonDown.Name = "ToolStripButtonDown";
     this.ToolStripButtonDown.Size = new System.Drawing.Size(23, 22);
     this.ToolStripButtonDown.Text = "Slide activity down.";
     this.ToolStripButtonDown.Click += new System.EventHandler(this.ToolStripButtonDown_Click);
     //
     // ListViewActivity
     //
     this.ListViewActivity.CheckBoxes = true;
     this.ListViewActivity.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.ListViewActivity.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ListViewActivity.FullRowSelect = true;
     this.ListViewActivity.GridLines = true;
     this.ListViewActivity.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ListViewActivity.Location = new System.Drawing.Point(0, 0);
     this.ListViewActivity.MultiSelect = false;
     this.ListViewActivity.Name = "ListViewActivity";
     this.ListViewActivity.Size = new System.Drawing.Size(304, 182);
     this.ListViewActivity.TabIndex = 0;
     this.ListViewActivity.UseCompatibleStateImageBehavior = false;
     this.ListViewActivity.View = System.Windows.Forms.View.Details;
     this.ListViewActivity.SelectedIndexChanged += new System.EventHandler(this.ListViewActivity_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Activity";
     this.columnHeader1.Width = 274;
     //
     // LabelActivity
     //
     this.LabelActivity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelActivity.Location = new System.Drawing.Point(65, 13);
     this.LabelActivity.Name = "LabelActivity";
     this.LabelActivity.Size = new System.Drawing.Size(250, 48);
     this.LabelActivity.TabIndex = 11;
     this.LabelActivity.Text = "List of activites that the reminder will display. Diplayed in order from top to b" +
     "ottom. Unchecked items will be skipped.";
     this.LabelActivity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxActivity
     //
     this.PictureBoxActivity.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxActivity.Image")));
     this.PictureBoxActivity.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxActivity.Name = "PictureBoxActivity";
     this.PictureBoxActivity.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxActivity.TabIndex = 10;
     this.PictureBoxActivity.TabStop = false;
     //
     // TabPageReminder
     //
     this.TabPageReminder.Controls.Add(this.LabelReminder);
     this.TabPageReminder.Controls.Add(this.PictureBoxReminder);
     this.TabPageReminder.Controls.Add(this.GroupBoxDisplay);
     this.TabPageReminder.Controls.Add(this.GroupBoxSplash);
     this.TabPageReminder.Location = new System.Drawing.Point(4, 22);
     this.TabPageReminder.Name = "TabPageReminder";
     this.TabPageReminder.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageReminder.Size = new System.Drawing.Size(328, 313);
     this.TabPageReminder.TabIndex = 1;
     this.TabPageReminder.Text = "Reminder Settings";
     this.TabPageReminder.UseVisualStyleBackColor = true;
     //
     // LabelReminder
     //
     this.LabelReminder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelReminder.Location = new System.Drawing.Point(65, 13);
     this.LabelReminder.Name = "LabelReminder";
     this.LabelReminder.Size = new System.Drawing.Size(250, 48);
     this.LabelReminder.TabIndex = 17;
     this.LabelReminder.Text = "The reminder can be displayed in a balloon tip or as a Splash screen. Select the " +
     "Splash option to tweak the font and the background.";
     this.LabelReminder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxReminder
     //
     this.PictureBoxReminder.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxReminder.Image")));
     this.PictureBoxReminder.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxReminder.Name = "PictureBoxReminder";
     this.PictureBoxReminder.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxReminder.TabIndex = 16;
     this.PictureBoxReminder.TabStop = false;
     //
     // GroupBoxDisplay
     //
     this.GroupBoxDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxDisplay.Controls.Add(this.RadioButtonBalloon);
     this.GroupBoxDisplay.Controls.Add(this.RadioButtonSplash);
     this.GroupBoxDisplay.Location = new System.Drawing.Point(11, 69);
     this.GroupBoxDisplay.Name = "GroupBoxDisplay";
     this.GroupBoxDisplay.Size = new System.Drawing.Size(304, 84);
     this.GroupBoxDisplay.TabIndex = 14;
     this.GroupBoxDisplay.TabStop = false;
     this.GroupBoxDisplay.Text = "Reminder Type";
     //
     // RadioButtonBalloon
     //
     this.RadioButtonBalloon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.HelpProviderSettings.SetHelpString(this.RadioButtonBalloon, "Shows a balloon tip from the tray icon. Warning, delays may occur due to Windows." +
     " Might even not show at all.");
     this.RadioButtonBalloon.Location = new System.Drawing.Point(21, 51);
     this.RadioButtonBalloon.Name = "RadioButtonBalloon";
     this.HelpProviderSettings.SetShowHelp(this.RadioButtonBalloon, true);
     this.RadioButtonBalloon.Size = new System.Drawing.Size(255, 17);
     this.RadioButtonBalloon.TabIndex = 0;
     this.RadioButtonBalloon.Text = "Balloon Tip (Notification from Tray Icon)";
     this.RadioButtonBalloon.UseVisualStyleBackColor = true;
     this.RadioButtonBalloon.CheckedChanged += new System.EventHandler(this.RadioButtonBalloon_CheckedChanged);
     //
     // RadioButtonSplash
     //
     this.RadioButtonSplash.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.RadioButtonSplash.Checked = true;
     this.HelpProviderSettings.SetHelpString(this.RadioButtonSplash, "Shows a full screen window on all screens containing the activity name.");
     this.RadioButtonSplash.Location = new System.Drawing.Point(21, 27);
     this.RadioButtonSplash.Name = "RadioButtonSplash";
     this.HelpProviderSettings.SetShowHelp(this.RadioButtonSplash, true);
     this.RadioButtonSplash.Size = new System.Drawing.Size(255, 17);
     this.RadioButtonSplash.TabIndex = 1;
     this.RadioButtonSplash.TabStop = true;
     this.RadioButtonSplash.Text = "Splash screen (Full screen)";
     this.RadioButtonSplash.UseVisualStyleBackColor = true;
     this.RadioButtonSplash.CheckedChanged += new System.EventHandler(this.RadioButtonSplash_CheckedChanged);
     //
     // GroupBoxSplash
     //
     this.GroupBoxSplash.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxSplash.Controls.Add(this.LabelSound);
     this.GroupBoxSplash.Controls.Add(this.ButtonBrowseSound);
     this.GroupBoxSplash.Controls.Add(this.CheckBoxSound);
     this.GroupBoxSplash.Controls.Add(this.ButtonSplashBackColor);
     this.GroupBoxSplash.Controls.Add(this.ButtonSplashFont);
     this.GroupBoxSplash.Controls.Add(this.LabelSplashExample);
     this.GroupBoxSplash.Location = new System.Drawing.Point(11, 161);
     this.GroupBoxSplash.Name = "GroupBoxSplash";
     this.GroupBoxSplash.Size = new System.Drawing.Size(304, 129);
     this.GroupBoxSplash.TabIndex = 16;
     this.GroupBoxSplash.TabStop = false;
     this.GroupBoxSplash.Text = "Splash screen options";
     //
     // LabelSound
     //
     this.HelpProviderSettings.SetHelpString(this.LabelSound, "Sound file name that will be played when the activity is shown. Click here to hea" +
     "r an example.");
     this.LabelSound.Location = new System.Drawing.Point(102, 96);
     this.LabelSound.Name = "LabelSound";
     this.HelpProviderSettings.SetShowHelp(this.LabelSound, true);
     this.LabelSound.Size = new System.Drawing.Size(83, 17);
     this.LabelSound.TabIndex = 13;
     this.LabelSound.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.LabelSound.Click += new System.EventHandler(this.LabelSound_Click);
     //
     // ButtonBrowseSound
     //
     this.ButtonBrowseSound.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonBrowseSound.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonBrowseSound.Enabled = false;
     this.ButtonBrowseSound.Location = new System.Drawing.Point(192, 92);
     this.ButtonBrowseSound.Name = "ButtonBrowseSound";
     this.ButtonBrowseSound.Size = new System.Drawing.Size(90, 23);
     this.ButtonBrowseSound.TabIndex = 12;
     this.ButtonBrowseSound.Text = "Bro&wse";
     this.ButtonBrowseSound.UseVisualStyleBackColor = true;
     this.ButtonBrowseSound.Click += new System.EventHandler(this.ButtonBrowseSound_Click);
     //
     // CheckBoxSound
     //
     this.HelpProviderSettings.SetHelpString(this.CheckBoxSound, "Enable the playback of a sound when the activity is shown.");
     this.CheckBoxSound.Location = new System.Drawing.Point(21, 97);
     this.CheckBoxSound.Name = "CheckBoxSound";
     this.HelpProviderSettings.SetShowHelp(this.CheckBoxSound, true);
     this.CheckBoxSound.Size = new System.Drawing.Size(82, 17);
     this.CheckBoxSound.TabIndex = 11;
     this.CheckBoxSound.Text = "Play sound";
     this.CheckBoxSound.UseVisualStyleBackColor = true;
     this.CheckBoxSound.CheckedChanged += new System.EventHandler(this.CheckBoxSound_CheckedChanged);
     //
     // ButtonSplashBackColor
     //
     this.ButtonSplashBackColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonSplashBackColor.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonSplashBackColor.Location = new System.Drawing.Point(192, 61);
     this.ButtonSplashBackColor.Name = "ButtonSplashBackColor";
     this.ButtonSplashBackColor.Size = new System.Drawing.Size(90, 23);
     this.ButtonSplashBackColor.TabIndex = 10;
     this.ButtonSplashBackColor.Text = "Back &color";
     this.ButtonSplashBackColor.UseVisualStyleBackColor = true;
     this.ButtonSplashBackColor.Click += new System.EventHandler(this.ButtonSplashBackColor_Click);
     //
     // ButtonSplashFont
     //
     this.ButtonSplashFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonSplashFont.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonSplashFont.Location = new System.Drawing.Point(192, 32);
     this.ButtonSplashFont.Name = "ButtonSplashFont";
     this.ButtonSplashFont.Size = new System.Drawing.Size(90, 23);
     this.ButtonSplashFont.TabIndex = 9;
     this.ButtonSplashFont.Text = "&Font";
     this.ButtonSplashFont.UseVisualStyleBackColor = true;
     this.ButtonSplashFont.Click += new System.EventHandler(this.ButtonSplashFont_Click);
     //
     // LabelSplashExample
     //
     this.LabelSplashExample.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.LabelSplashExample.BackColor = System.Drawing.Color.Orange;
     this.LabelSplashExample.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LabelSplashExample.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpProviderSettings.SetHelpString(this.LabelSplashExample, "Example of the selected visual style. Click here to see a full screen example.");
     this.LabelSplashExample.Location = new System.Drawing.Point(21, 32);
     this.LabelSplashExample.Name = "LabelSplashExample";
     this.HelpProviderSettings.SetShowHelp(this.LabelSplashExample, true);
     this.LabelSplashExample.Size = new System.Drawing.Size(153, 52);
     this.LabelSplashExample.TabIndex = 0;
     this.LabelSplashExample.Text = "Example";
     this.LabelSplashExample.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.LabelSplashExample.Click += new System.EventHandler(this.LabelSplashExample_Click);
     //
     // TabPageDefaults
     //
     this.TabPageDefaults.Controls.Add(this.GroupBoxDefaults);
     this.TabPageDefaults.Controls.Add(this.LabelDefaults);
     this.TabPageDefaults.Controls.Add(this.PictureBoxDefaults);
     this.TabPageDefaults.Location = new System.Drawing.Point(4, 22);
     this.TabPageDefaults.Name = "TabPageDefaults";
     this.TabPageDefaults.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageDefaults.Size = new System.Drawing.Size(328, 313);
     this.TabPageDefaults.TabIndex = 2;
     this.TabPageDefaults.Text = "Default Timers";
     this.TabPageDefaults.UseVisualStyleBackColor = true;
     //
     // GroupBoxDefaults
     //
     this.GroupBoxDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxDefaults.Controls.Add(this.NumericReminderPost);
     this.GroupBoxDefaults.Controls.Add(this.label2);
     this.GroupBoxDefaults.Controls.Add(this.label3);
     this.GroupBoxDefaults.Controls.Add(this.NumericReminderPre);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderDuration);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderInterval);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderDurationSeconds);
     this.GroupBoxDefaults.Controls.Add(this.NumericReminderDuration);
     this.GroupBoxDefaults.Controls.Add(this.LabelReminderIntervalMinutes);
     this.GroupBoxDefaults.Location = new System.Drawing.Point(11, 69);
     this.GroupBoxDefaults.Name = "GroupBoxDefaults";
     this.GroupBoxDefaults.Size = new System.Drawing.Size(304, 117);
     this.GroupBoxDefaults.TabIndex = 16;
     this.GroupBoxDefaults.TabStop = false;
     this.GroupBoxDefaults.Text = "Default Reminder Timers";
     //
     // NumericReminderPost
     //
     this.NumericReminderPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.NumericReminderPost.Location = new System.Drawing.Point(117, 84);
     this.NumericReminderPost.Maximum = new decimal(new int[] {
     600,
     0,
     0,
     0});
     this.NumericReminderPost.Name = "NumericReminderPost";
     this.NumericReminderPost.Size = new System.Drawing.Size(99, 21);
     this.NumericReminderPost.TabIndex = 33;
     this.NumericReminderPost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericReminderPost.Value = new decimal(new int[] {
     5,
     0,
     0,
     0});
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 86);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(89, 13);
     this.label2.TabIndex = 32;
     this.label2.Text = "Post-Delay :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location = new System.Drawing.Point(230, 86);
     this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(57, 13);
     this.label3.TabIndex = 34;
     this.label3.Text = "minutes";
     //
     // NumericReminderPre
     //
     this.NumericReminderPre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.NumericReminderPre.Location = new System.Drawing.Point(117, 23);
     this.NumericReminderPre.Maximum = new decimal(new int[] {
     600,
     0,
     0,
     0});
     this.NumericReminderPre.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.NumericReminderPre.Name = "NumericReminderPre";
     this.NumericReminderPre.Size = new System.Drawing.Size(99, 21);
     this.NumericReminderPre.TabIndex = 27;
     this.NumericReminderPre.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericReminderPre.Value = new decimal(new int[] {
     10,
     0,
     0,
     0});
     //
     // LabelReminderDuration
     //
     this.LabelReminderDuration.Location = new System.Drawing.Point(16, 56);
     this.LabelReminderDuration.Name = "LabelReminderDuration";
     this.LabelReminderDuration.Size = new System.Drawing.Size(89, 13);
     this.LabelReminderDuration.TabIndex = 29;
     this.LabelReminderDuration.Text = "Duration :";
     this.LabelReminderDuration.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // LabelReminderInterval
     //
     this.LabelReminderInterval.Location = new System.Drawing.Point(16, 25);
     this.LabelReminderInterval.Name = "LabelReminderInterval";
     this.LabelReminderInterval.Size = new System.Drawing.Size(89, 13);
     this.LabelReminderInterval.TabIndex = 26;
     this.LabelReminderInterval.Text = "Pre-Delay :";
     this.LabelReminderInterval.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // LabelReminderDurationSeconds
     //
     this.LabelReminderDurationSeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelReminderDurationSeconds.Location = new System.Drawing.Point(230, 56);
     this.LabelReminderDurationSeconds.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.LabelReminderDurationSeconds.Name = "LabelReminderDurationSeconds";
     this.LabelReminderDurationSeconds.Size = new System.Drawing.Size(58, 13);
     this.LabelReminderDurationSeconds.TabIndex = 31;
     this.LabelReminderDurationSeconds.Text = "seconds";
     //
     // NumericReminderDuration
     //
     this.NumericReminderDuration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.NumericReminderDuration.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.NumericReminderDuration.Location = new System.Drawing.Point(117, 54);
     this.NumericReminderDuration.Maximum = new decimal(new int[] {
     3600,
     0,
     0,
     0});
     this.NumericReminderDuration.Minimum = new decimal(new int[] {
     5,
     0,
     0,
     0});
     this.NumericReminderDuration.Name = "NumericReminderDuration";
     this.NumericReminderDuration.Size = new System.Drawing.Size(99, 21);
     this.NumericReminderDuration.TabIndex = 30;
     this.NumericReminderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NumericReminderDuration.Value = new decimal(new int[] {
     30,
     0,
     0,
     0});
     //
     // LabelReminderIntervalMinutes
     //
     this.LabelReminderIntervalMinutes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelReminderIntervalMinutes.Location = new System.Drawing.Point(230, 25);
     this.LabelReminderIntervalMinutes.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.LabelReminderIntervalMinutes.Name = "LabelReminderIntervalMinutes";
     this.LabelReminderIntervalMinutes.Size = new System.Drawing.Size(57, 13);
     this.LabelReminderIntervalMinutes.TabIndex = 28;
     this.LabelReminderIntervalMinutes.Text = "minutes";
     //
     // LabelDefaults
     //
     this.LabelDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelDefaults.Location = new System.Drawing.Point(65, 13);
     this.LabelDefaults.Name = "LabelDefaults";
     this.LabelDefaults.Size = new System.Drawing.Size(250, 48);
     this.LabelDefaults.TabIndex = 15;
     this.LabelDefaults.Text = "When creating a new activity in the activity list, these settings will be use as " +
     "defaults.";
     this.LabelDefaults.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxDefaults
     //
     this.PictureBoxDefaults.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxDefaults.Image")));
     this.PictureBoxDefaults.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxDefaults.Name = "PictureBoxDefaults";
     this.PictureBoxDefaults.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxDefaults.TabIndex = 14;
     this.PictureBoxDefaults.TabStop = false;
     //
     // TabPageSystemSettings
     //
     this.TabPageSystemSettings.Controls.Add(this.GroupBoxApplicationSettings);
     this.TabPageSystemSettings.Controls.Add(this.GroupBoxSystemSettings);
     this.TabPageSystemSettings.Controls.Add(this.LabelSystem);
     this.TabPageSystemSettings.Controls.Add(this.PictureBoxSystem);
     this.TabPageSystemSettings.Location = new System.Drawing.Point(4, 22);
     this.TabPageSystemSettings.Name = "TabPageSystemSettings";
     this.TabPageSystemSettings.Padding = new System.Windows.Forms.Padding(3);
     this.TabPageSystemSettings.Size = new System.Drawing.Size(328, 313);
     this.TabPageSystemSettings.TabIndex = 3;
     this.TabPageSystemSettings.Text = "System";
     this.TabPageSystemSettings.UseVisualStyleBackColor = true;
     //
     // GroupBoxApplicationSettings
     //
     this.GroupBoxApplicationSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxApplicationSettings.Controls.Add(this.ButtonResetSettings);
     this.GroupBoxApplicationSettings.Location = new System.Drawing.Point(11, 180);
     this.GroupBoxApplicationSettings.Name = "GroupBoxApplicationSettings";
     this.GroupBoxApplicationSettings.Size = new System.Drawing.Size(304, 60);
     this.GroupBoxApplicationSettings.TabIndex = 20;
     this.GroupBoxApplicationSettings.TabStop = false;
     this.GroupBoxApplicationSettings.Text = "Application settings";
     //
     // ButtonResetSettings
     //
     this.ButtonResetSettings.Location = new System.Drawing.Point(55, 25);
     this.ButtonResetSettings.Name = "ButtonResetSettings";
     this.ButtonResetSettings.Size = new System.Drawing.Size(194, 23);
     this.ButtonResetSettings.TabIndex = 19;
     this.ButtonResetSettings.Text = "Re&set all settings to defaults";
     this.ButtonResetSettings.UseVisualStyleBackColor = true;
     this.ButtonResetSettings.Click += new System.EventHandler(this.ButtonResetSettings_Click);
     //
     // GroupBoxSystemSettings
     //
     this.GroupBoxSystemSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBoxSystemSettings.Controls.Add(this.CheckBoxWindowsStartMinimize);
     this.GroupBoxSystemSettings.Controls.Add(this.CheckBoxWindowsStart);
     this.GroupBoxSystemSettings.Location = new System.Drawing.Point(11, 69);
     this.GroupBoxSystemSettings.Name = "GroupBoxSystemSettings";
     this.GroupBoxSystemSettings.Size = new System.Drawing.Size(304, 83);
     this.GroupBoxSystemSettings.TabIndex = 19;
     this.GroupBoxSystemSettings.TabStop = false;
     this.GroupBoxSystemSettings.Text = "System settings";
     //
     // CheckBoxWindowsStartMinimize
     //
     this.CheckBoxWindowsStartMinimize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.CheckBoxWindowsStartMinimize.Enabled = false;
     this.CheckBoxWindowsStartMinimize.Location = new System.Drawing.Point(32, 46);
     this.CheckBoxWindowsStartMinimize.Name = "CheckBoxWindowsStartMinimize";
     this.CheckBoxWindowsStartMinimize.Size = new System.Drawing.Size(255, 17);
     this.CheckBoxWindowsStartMinimize.TabIndex = 19;
     this.CheckBoxWindowsStartMinimize.Text = "Automatically run activities (minimized to tray).";
     this.CheckBoxWindowsStartMinimize.UseVisualStyleBackColor = true;
     //
     // CheckBoxWindowsStart
     //
     this.CheckBoxWindowsStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.CheckBoxWindowsStart.Location = new System.Drawing.Point(16, 23);
     this.CheckBoxWindowsStart.Name = "CheckBoxWindowsStart";
     this.CheckBoxWindowsStart.Size = new System.Drawing.Size(271, 17);
     this.CheckBoxWindowsStart.TabIndex = 18;
     this.CheckBoxWindowsStart.Text = "Automatically start during Windows logon.";
     this.CheckBoxWindowsStart.UseVisualStyleBackColor = true;
     this.CheckBoxWindowsStart.CheckedChanged += new System.EventHandler(this.CheckBoxWindowsStart_CheckedChanged);
     //
     // LabelSystem
     //
     this.LabelSystem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelSystem.Location = new System.Drawing.Point(65, 13);
     this.LabelSystem.Name = "LabelSystem";
     this.LabelSystem.Size = new System.Drawing.Size(250, 48);
     this.LabelSystem.TabIndex = 17;
     this.LabelSystem.Text = "Fitness Reminder can be set to start automatically when you logon.";
     this.LabelSystem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PictureBoxSystem
     //
     this.PictureBoxSystem.Image = ((System.Drawing.Image)(resources.GetObject("PictureBoxSystem.Image")));
     this.PictureBoxSystem.Location = new System.Drawing.Point(11, 13);
     this.PictureBoxSystem.Name = "PictureBoxSystem";
     this.PictureBoxSystem.Size = new System.Drawing.Size(48, 48);
     this.PictureBoxSystem.TabIndex = 16;
     this.PictureBoxSystem.TabStop = false;
     //
     // FitnessTimer
     //
     this.FitnessTimer.Enabled = true;
     this.FitnessTimer.Interval = 1000;
     this.FitnessTimer.Tick += new System.EventHandler(this.FitnessTimer_Tick);
     //
     // FitnessNotifyIcon
     //
     this.FitnessNotifyIcon.ContextMenuStrip = this.ContextMenuStripNotify;
     this.FitnessNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("FitnessNotifyIcon.Icon")));
     this.FitnessNotifyIcon.Text = "Fitness Reminder";
     this.FitnessNotifyIcon.Visible = true;
     this.FitnessNotifyIcon.DoubleClick += new System.EventHandler(this.FitnessNotifyIcon_DoubleClick);
     //
     // ContextMenuStripNotify
     //
     this.ContextMenuStripNotify.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openSettingsToolStripMenuItem,
     this.toolStripSeparator3,
     this.pauseToolStripMenuItem,
     this.resumeToolStripMenuItem,
     this.toolStripSeparator1,
     this.exitToolStripMenuItem});
     this.ContextMenuStripNotify.Name = "ContextMenuStripNotify";
     this.ContextMenuStripNotify.Size = new System.Drawing.Size(117, 104);
     //
     // openSettingsToolStripMenuItem
     //
     this.openSettingsToolStripMenuItem.Name = "openSettingsToolStripMenuItem";
     this.openSettingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.openSettingsToolStripMenuItem.Text = "Open";
     this.openSettingsToolStripMenuItem.Click += new System.EventHandler(this.openSettingsToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(113, 6);
     //
     // pauseToolStripMenuItem
     //
     this.pauseToolStripMenuItem.Enabled = false;
     this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
     this.pauseToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.pauseToolStripMenuItem.Text = "Pause";
     this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
     //
     // resumeToolStripMenuItem
     //
     this.resumeToolStripMenuItem.Name = "resumeToolStripMenuItem";
     this.resumeToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.resumeToolStripMenuItem.Text = "Resume";
     this.resumeToolStripMenuItem.Visible = false;
     this.resumeToolStripMenuItem.Click += new System.EventHandler(this.resumeToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // ImageListActivity
     //
     this.ImageListActivity.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListActivity.ImageStream")));
     this.ImageListActivity.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageListActivity.Images.SetKeyName(0, "Disaster.png");
     //
     // FontDialogSplash
     //
     this.FontDialogSplash.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // FormSettings
     //
     this.AcceptButton = this.ButtonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.ButtonCancel;
     this.ClientSize = new System.Drawing.Size(358, 391);
     this.Controls.Add(this.TabControlSettings);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonOK);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormSettings";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Fitness Reminder";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSettings_FormClosing);
     this.Load += new System.EventHandler(this.FormSettings_Load);
     this.Shown += new System.EventHandler(this.FormSettings_Shown);
     this.TabControlSettings.ResumeLayout(false);
     this.TabPageActivity.ResumeLayout(false);
     this.ToolStripContainerActivity.BottomToolStripPanel.ResumeLayout(false);
     this.ToolStripContainerActivity.BottomToolStripPanel.PerformLayout();
     this.ToolStripContainerActivity.ContentPanel.ResumeLayout(false);
     this.ToolStripContainerActivity.ResumeLayout(false);
     this.ToolStripContainerActivity.PerformLayout();
     this.ToolStripActivity.ResumeLayout(false);
     this.ToolStripActivity.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxActivity)).EndInit();
     this.TabPageReminder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxReminder)).EndInit();
     this.GroupBoxDisplay.ResumeLayout(false);
     this.GroupBoxSplash.ResumeLayout(false);
     this.TabPageDefaults.ResumeLayout(false);
     this.GroupBoxDefaults.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderPre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumericReminderDuration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxDefaults)).EndInit();
     this.TabPageSystemSettings.ResumeLayout(false);
     this.GroupBoxApplicationSettings.ResumeLayout(false);
     this.GroupBoxSystemSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxSystem)).EndInit();
     this.ContextMenuStripNotify.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DicomDumpForm));
     this.treeDump = new Aga.Controls.Tree.TreeViewAdv();
     this.ElementColumn = new Aga.Controls.Tree.TreeColumn();
     this.VrColumn = new Aga.Controls.Tree.TreeColumn();
     this.LengthColumn = new Aga.Controls.Tree.TreeColumn();
     this.ValueColumn = new Aga.Controls.Tree.TreeColumn();
     this.nvIcon = new Aga.Controls.Tree.NodeControls.NodeIcon();
     this.ncTag = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.ncName = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nvVR = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nvLength = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nvValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbOpenFile = new System.Windows.Forms.ToolStripButton();
     this.tsbClose = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDictionary = new System.Windows.Forms.ToolStripButton();
     this.tsbViewImage = new System.Windows.Forms.ToolStripButton();
     this.tsbAdvanced = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsbExtractPixels = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbSaveTS = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPrev = new System.Windows.Forms.ToolStripButton();
     this.tsbNext = new System.Windows.Forms.ToolStripButton();
     this.lblCount = new System.Windows.Forms.ToolStripLabel();
     this.tsbPixelDataMD5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // treeDump
     //
     this.treeDump.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.treeDump.BackColor = System.Drawing.SystemColors.Window;
     this.treeDump.Columns.Add(this.ElementColumn);
     this.treeDump.Columns.Add(this.VrColumn);
     this.treeDump.Columns.Add(this.LengthColumn);
     this.treeDump.Columns.Add(this.ValueColumn);
     this.treeDump.Cursor = System.Windows.Forms.Cursors.Default;
     this.treeDump.DefaultToolTipProvider = null;
     this.treeDump.DragDropMarkColor = System.Drawing.Color.Black;
     this.treeDump.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeDump.FullRowSelect = true;
     this.treeDump.LineColor = System.Drawing.SystemColors.ControlDark;
     this.treeDump.Location = new System.Drawing.Point(12, 12);
     this.treeDump.Model = null;
     this.treeDump.Name = "treeDump";
     this.treeDump.NodeControls.Add(this.nvIcon);
     this.treeDump.NodeControls.Add(this.ncTag);
     this.treeDump.NodeControls.Add(this.ncName);
     this.treeDump.NodeControls.Add(this.nvVR);
     this.treeDump.NodeControls.Add(this.nvLength);
     this.treeDump.NodeControls.Add(this.nvValue);
     this.treeDump.RowHeight = 18;
     this.treeDump.SelectedNode = null;
     this.treeDump.Size = new System.Drawing.Size(711, 367);
     this.treeDump.TabIndex = 0;
     this.treeDump.UseColumns = true;
     this.treeDump.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeDump_NodeMouseDoubleClick);
     this.treeDump.SizeChanged += new System.EventHandler(this.treeDump_SizeChanged);
     //
     // ElementColumn
     //
     this.ElementColumn.Header = "Element";
     this.ElementColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.ElementColumn.TooltipText = null;
     this.ElementColumn.Width = 300;
     //
     // VrColumn
     //
     this.VrColumn.Header = "VR";
     this.VrColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.VrColumn.TooltipText = null;
     //
     // LengthColumn
     //
     this.LengthColumn.Header = "Length";
     this.LengthColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.LengthColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.LengthColumn.TooltipText = null;
     this.LengthColumn.Width = 80;
     //
     // ValueColumn
     //
     this.ValueColumn.Header = "Value";
     this.ValueColumn.SortOrder = System.Windows.Forms.SortOrder.None;
     this.ValueColumn.TooltipText = null;
     this.ValueColumn.Width = 250;
     //
     // nvIcon
     //
     this.nvIcon.DataPropertyName = "Icon";
     this.nvIcon.LeftMargin = 1;
     this.nvIcon.ParentColumn = this.ElementColumn;
     this.nvIcon.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Clip;
     //
     // ncTag
     //
     this.ncTag.DataPropertyName = "ElementTag";
     this.ncTag.IncrementalSearchEnabled = true;
     this.ncTag.LeftMargin = 3;
     this.ncTag.ParentColumn = this.ElementColumn;
     //
     // ncName
     //
     this.ncName.DataPropertyName = "Name";
     this.ncName.IncrementalSearchEnabled = true;
     this.ncName.LeftMargin = 3;
     this.ncName.ParentColumn = this.ElementColumn;
     this.ncName.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
     //
     // nvVR
     //
     this.nvVR.DataPropertyName = "VR";
     this.nvVR.IncrementalSearchEnabled = true;
     this.nvVR.LeftMargin = 3;
     this.nvVR.ParentColumn = this.VrColumn;
     //
     // nvLength
     //
     this.nvLength.DataPropertyName = "Length";
     this.nvLength.IncrementalSearchEnabled = true;
     this.nvLength.LeftMargin = 3;
     this.nvLength.ParentColumn = this.LengthColumn;
     this.nvLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // nvValue
     //
     this.nvValue.DataPropertyName = "Value";
     this.nvValue.IncrementalSearchEnabled = true;
     this.nvValue.LeftMargin = 3;
     this.nvValue.ParentColumn = this.ValueColumn;
     this.nvValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.treeDump);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(735, 391);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(735, 416);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbOpenFile,
     this.tsbClose,
     this.toolStripSeparator1,
     this.tsbDictionary,
     this.tsbViewImage,
     this.tsbAdvanced,
     this.toolStripSeparator2,
     this.tsbPrev,
     this.tsbNext,
     this.lblCount});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(571, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // tsbOpenFile
     //
     this.tsbOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpenFile.Image")));
     this.tsbOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbOpenFile.Name = "tsbOpenFile";
     this.tsbOpenFile.Size = new System.Drawing.Size(77, 22);
     this.tsbOpenFile.Text = "&Open File";
     this.tsbOpenFile.Click += new System.EventHandler(this.tsbOpenFile_Click);
     //
     // tsbClose
     //
     this.tsbClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbClose.Image")));
     this.tsbClose.ImageTransparentColor = System.Drawing.Color.Black;
     this.tsbClose.Name = "tsbClose";
     this.tsbClose.Size = new System.Drawing.Size(56, 22);
     this.tsbClose.Text = "Close";
     this.tsbClose.Click += new System.EventHandler(this.OnClickClose);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbDictionary
     //
     this.tsbDictionary.Image = ((System.Drawing.Image)(resources.GetObject("tsbDictionary.Image")));
     this.tsbDictionary.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDictionary.Name = "tsbDictionary";
     this.tsbDictionary.Size = new System.Drawing.Size(81, 22);
     this.tsbDictionary.Text = "Dictionary";
     this.tsbDictionary.Click += new System.EventHandler(this.tsbDictionary_Click);
     //
     // tsbViewImage
     //
     this.tsbViewImage.Enabled = false;
     this.tsbViewImage.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewImage.Image")));
     this.tsbViewImage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbViewImage.Name = "tsbViewImage";
     this.tsbViewImage.Size = new System.Drawing.Size(88, 22);
     this.tsbViewImage.Text = "View Image";
     this.tsbViewImage.Click += new System.EventHandler(this.OnViewImage);
     //
     // tsbAdvanced
     //
     this.tsbAdvanced.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbExtractPixels,
     this.tsbPixelDataMD5,
     this.tsbSaveTS});
     this.tsbAdvanced.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdvanced.Image")));
     this.tsbAdvanced.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAdvanced.Name = "tsbAdvanced";
     this.tsbAdvanced.Size = new System.Drawing.Size(89, 22);
     this.tsbAdvanced.Text = "Advanced";
     //
     // tsbExtractPixels
     //
     this.tsbExtractPixels.Enabled = false;
     this.tsbExtractPixels.Name = "tsbExtractPixels";
     this.tsbExtractPixels.Size = new System.Drawing.Size(198, 22);
     this.tsbExtractPixels.Text = "Extract Pixel Data";
     this.tsbExtractPixels.Click += new System.EventHandler(this.OnClickExtractPixels);
     //
     // tsbSaveTS
     //
     this.tsbSaveTS.Enabled = false;
     this.tsbSaveTS.Name = "tsbSaveTS";
     this.tsbSaveTS.Size = new System.Drawing.Size(198, 22);
     this.tsbSaveTS.Text = "Save /w Transfer Syntax";
     this.tsbSaveTS.Click += new System.EventHandler(this.OnClickSaveWithTransferSyntax);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tsbPrev
     //
     this.tsbPrev.Enabled = false;
     this.tsbPrev.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrev.Image")));
     this.tsbPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbPrev.Name = "tsbPrev";
     this.tsbPrev.Size = new System.Drawing.Size(50, 22);
     this.tsbPrev.Text = "Prev";
     this.tsbPrev.Click += new System.EventHandler(this.OnClickPrev);
     //
     // tsbNext
     //
     this.tsbNext.Enabled = false;
     this.tsbNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbNext.Image")));
     this.tsbNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNext.Name = "tsbNext";
     this.tsbNext.Size = new System.Drawing.Size(51, 22);
     this.tsbNext.Text = "Next";
     this.tsbNext.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.tsbNext.Click += new System.EventHandler(this.OnClickNext);
     //
     // lblCount
     //
     this.lblCount.Name = "lblCount";
     this.lblCount.Size = new System.Drawing.Size(24, 22);
     this.lblCount.Text = "0/0";
     //
     // tsbPixelDataMD5
     //
     this.tsbPixelDataMD5.Enabled = false;
     this.tsbPixelDataMD5.Name = "tsbPixelDataMD5";
     this.tsbPixelDataMD5.Size = new System.Drawing.Size(198, 22);
     this.tsbPixelDataMD5.Text = "Pixel Data MD5";
     this.tsbPixelDataMD5.Click += new System.EventHandler(this.OnClickPixelDataMD5);
     //
     // DicomDumpForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(735, 416);
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "DicomDumpForm";
     this.Text = "DICOM Dump";
     this.Shown += new System.EventHandler(this.OnFormShown);
     this.Click += new System.EventHandler(this.OnClickSaveWithTransferSyntax);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #8
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();
            System.Windows.Forms.MenuStrip menuStrip;
            System.Windows.Forms.SplitContainer splitContainer1;
            System.Windows.Forms.SplitContainer splitContainer2;
            System.Windows.Forms.StatusStrip statusStrip1;
            System.Windows.Forms.Timer timer;
            System.Windows.Forms.ToolStripContainer toolStripContainer1;
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchBox = new System.Windows.Forms.TextBox();
            this.hitsBox = new System.Windows.Forms.ListBox();
            this.webBrowser = new System.Windows.Forms.WebBrowser();
            this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            menuStrip = new System.Windows.Forms.MenuStrip();
            splitContainer1 = new System.Windows.Forms.SplitContainer();
            splitContainer2 = new System.Windows.Forms.SplitContainer();
            statusStrip1 = new System.Windows.Forms.StatusStrip();
            timer = new System.Windows.Forms.Timer(this.components);
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            menuStrip.SuspendLayout();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            splitContainer2.Panel1.SuspendLayout();
            splitContainer2.Panel2.SuspendLayout();
            splitContainer2.SuspendLayout();
            statusStrip1.SuspendLayout();
            toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.helpToolStripMenuItem});
            menuStrip.Location = new System.Drawing.Point(0, 0);
            menuStrip.Name = "menuStrip";
            menuStrip.Size = new System.Drawing.Size(562, 24);
            menuStrip.TabIndex = 0;
            menuStrip.Text = "menuStrip";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripSeparator1,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.openToolStripMenuItem.Text = "&Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.closeToolStripMenuItem.Text = "&Close";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.aboutToolStripMenuItem.Text = "&About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // splitContainer1
            // 
            splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            splitContainer1.Location = new System.Drawing.Point(0, 0);
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(splitContainer2);
            splitContainer1.Panel1MinSize = 130;
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(this.webBrowser);
            splitContainer1.Size = new System.Drawing.Size(562, 405);
            splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance;
            splitContainer1.TabIndex = 1;
            // 
            // splitContainer2
            // 
            splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            splitContainer2.IsSplitterFixed = true;
            splitContainer2.Location = new System.Drawing.Point(0, 0);
            splitContainer2.Name = "splitContainer2";
            splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            splitContainer2.Panel1.Controls.Add(this.searchBox);
            splitContainer2.Panel1MinSize = 20;
            // 
            // splitContainer2.Panel2
            // 
            splitContainer2.Panel2.Controls.Add(this.hitsBox);
            splitContainer2.Size = new System.Drawing.Size(130, 405);
            splitContainer2.SplitterDistance = 20;
            splitContainer2.TabIndex = 0;
            // 
            // searchBox
            // 
            this.searchBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.searchBox.Location = new System.Drawing.Point(0, 0);
            this.searchBox.Name = "searchBox";
            this.searchBox.Size = new System.Drawing.Size(130, 20);
            this.searchBox.TabIndex = 0;
            this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
            this.searchBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.searchBox_PreviewKeyDown);
            // 
            // hitsBox
            // 
            this.hitsBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hitsBox.FormattingEnabled = true;
            this.hitsBox.Location = new System.Drawing.Point(0, 0);
            this.hitsBox.Name = "hitsBox";
            this.hitsBox.Size = new System.Drawing.Size(130, 381);
            this.hitsBox.TabIndex = 0;
            this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged);
            // 
            // webBrowser
            // 
            this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser.Location = new System.Drawing.Point(0, 0);
            this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser.Name = "webBrowser";
            this.webBrowser.Size = new System.Drawing.Size(428, 405);
            this.webBrowser.TabIndex = 0;
            // 
            // statusStrip1
            // 
            statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
            statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchStatusLabel});
            statusStrip1.Location = new System.Drawing.Point(0, 0);
            statusStrip1.Name = "statusStrip1";
            statusStrip1.Size = new System.Drawing.Size(562, 22);
            statusStrip1.TabIndex = 2;
            statusStrip1.Text = "statusStrip";
            // 
            // searchStatusLabel
            // 
            this.searchStatusLabel.Name = "searchStatusLabel";
            this.searchStatusLabel.Size = new System.Drawing.Size(0, 17);
            // 
            // timer
            // 
            timer.Enabled = true;
            timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
            toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(562, 405);
            toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStripContainer1.LeftToolStripPanelVisible = false;
            toolStripContainer1.Location = new System.Drawing.Point(0, 24);
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.RightToolStripPanelVisible = false;
            toolStripContainer1.Size = new System.Drawing.Size(562, 427);
            toolStripContainer1.TabIndex = 3;
            toolStripContainer1.Text = "toolStripContainer1";
            toolStripContainer1.TopToolStripPanelVisible = false;
            // 
            // BrowseForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(562, 451);
            this.Controls.Add(toolStripContainer1);
            this.Controls.Add(menuStrip);
            this.MainMenuStrip = menuStrip;
            this.Name = "BrowseForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "BzReader";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
            menuStrip.ResumeLayout(false);
            menuStrip.PerformLayout();
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            splitContainer1.ResumeLayout(false);
            splitContainer2.Panel1.ResumeLayout(false);
            splitContainer2.Panel1.PerformLayout();
            splitContainer2.Panel2.ResumeLayout(false);
            splitContainer2.ResumeLayout(false);
            statusStrip1.ResumeLayout(false);
            statusStrip1.PerformLayout();
            toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            toolStripContainer1.BottomToolStripPanel.PerformLayout();
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            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()
        {
            System.Windows.Forms.ToolStrip toolStrip1;
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            System.Windows.Forms.ToolStripContainer toolStripContainer1;
            System.Windows.Forms.ToolStrip toolStrip2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality));
            this.QualityBox = new System.Windows.Forms.ToolStripComboBox();
            this.ProgressBar = new System.Windows.Forms.ToolStripProgressBar();
            this.DropLabel = new System.Windows.Forms.Label();
            this.Worker = new System.ComponentModel.BackgroundWorker();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            toolStrip2 = new System.Windows.Forms.ToolStrip();
            toolStrip1.SuspendLayout();
            toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.TopToolStripPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            toolStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1,
            this.QualityBox});
            toolStrip1.Location = new System.Drawing.Point(3, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(158, 25);
            toolStrip1.TabIndex = 1;
            toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(45, 22);
            toolStripLabel1.Text = "Quality";
            // 
            // QualityBox
            // 
            this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.QualityBox.Items.AddRange(new object[] {
            "0",
            "5",
            "10",
            "15",
            "20",
            "25",
            "30",
            "35",
            "40",
            "45",
            "50",
            "55",
            "60",
            "65",
            "70",
            "75",
            "80",
            "85",
            "90",
            "95",
            "100"});
            this.QualityBox.Name = "QualityBox";
            this.QualityBox.Size = new System.Drawing.Size(75, 25);
            this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged);
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2);
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel);
            toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65);
            toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.Size = new System.Drawing.Size(284, 115);
            toolStripContainer1.TabIndex = 0;
            toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // toolStrip2
            // 
            toolStrip2.AutoSize = false;
            toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ProgressBar});
            toolStrip2.Location = new System.Drawing.Point(0, 0);
            toolStrip2.Name = "toolStrip2";
            toolStrip2.Size = new System.Drawing.Size(284, 25);
            toolStrip2.Stretch = true;
            toolStrip2.TabIndex = 0;
            // 
            // ProgressBar
            // 
            this.ProgressBar.AutoSize = false;
            this.ProgressBar.Name = "ProgressBar";
            this.ProgressBar.Size = new System.Drawing.Size(280, 22);
            this.ProgressBar.Step = 1;
            // 
            // DropLabel
            // 
            this.DropLabel.AllowDrop = true;
            this.DropLabel.BackColor = System.Drawing.Color.LightSkyBlue;
            this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.DropLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DropLabel.Location = new System.Drawing.Point(0, 0);
            this.DropLabel.Name = "DropLabel";
            this.DropLabel.Size = new System.Drawing.Size(284, 65);
            this.DropLabel.TabIndex = 0;
            this.DropLabel.Text = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " +
    "directory.";
            this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop);
            this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver);
            // 
            // Worker
            // 
            this.Worker.WorkerReportsProgress = true;
            this.Worker.WorkerSupportsCancellation = true;
            this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync);
            this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged);
            // 
            // JpegQuality
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 115);
            this.Controls.Add(toolStripContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "JpegQuality";
            this.Text = "JPEG Quality";
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.PerformLayout();
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            toolStrip2.ResumeLayout(false);
            toolStrip2.PerformLayout();
            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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripDropBtnRetryCount = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItemRetryCount0 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount6 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRetryCount7 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropBtnInventoryRule = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItemSelectCriteria = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemPostSingulation = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemContinueMode = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropDownBtnDevice = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusState = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBarMain = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusMessage = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.clearSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DeviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.readerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.configureReaderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.inventoryOnceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MonitorInventoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tagAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.stopOperationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.abortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.ClearSession_toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsSpacerStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
     this.bridgeReadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.SetComPortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RfTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ReturnLossToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.configureStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropBtnRetryCount,
     this.toolStripDropBtnInventoryRule,
     this.toolStripDropDownBtnDevice,
     this.toolStripStatusLabel2,
     this.toolStripStatusState,
     this.toolStripProgressBarMain,
     this.toolStripStatusMessage});
     this.statusStrip1.Location = new System.Drawing.Point(0, 0);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.ShowItemToolTips = true;
     this.statusStrip1.Size = new System.Drawing.Size(845, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex = 0;
     //
     // toolStripDropBtnRetryCount
     //
     this.toolStripDropBtnRetryCount.AutoToolTip = false;
     this.toolStripDropBtnRetryCount.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItemRetryCount0,
     this.toolStripMenuItemRetryCount1,
     this.toolStripMenuItemRetryCount2,
     this.toolStripMenuItemRetryCount3,
     this.toolStripMenuItemRetryCount4,
     this.toolStripMenuItemRetryCount5,
     this.toolStripMenuItemRetryCount6,
     this.toolStripMenuItemRetryCount7});
     this.toolStripDropBtnRetryCount.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropBtnRetryCount.Name = "toolStripDropBtnRetryCount";
     this.toolStripDropBtnRetryCount.Size = new System.Drawing.Size(117, 20);
     this.toolStripDropBtnRetryCount.Text = "Retry Count          ";
     //
     // toolStripMenuItemRetryCount0
     //
     this.toolStripMenuItemRetryCount0.Checked = true;
     this.toolStripMenuItemRetryCount0.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStripMenuItemRetryCount0.Name = "toolStripMenuItemRetryCount0";
     this.toolStripMenuItemRetryCount0.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount0.Text = "0";
     this.toolStripMenuItemRetryCount0.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount1
     //
     this.toolStripMenuItemRetryCount1.Name = "toolStripMenuItemRetryCount1";
     this.toolStripMenuItemRetryCount1.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount1.Text = "1";
     this.toolStripMenuItemRetryCount1.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount2
     //
     this.toolStripMenuItemRetryCount2.Name = "toolStripMenuItemRetryCount2";
     this.toolStripMenuItemRetryCount2.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount2.Text = "2";
     this.toolStripMenuItemRetryCount2.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount3
     //
     this.toolStripMenuItemRetryCount3.Name = "toolStripMenuItemRetryCount3";
     this.toolStripMenuItemRetryCount3.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount3.Text = "3";
     this.toolStripMenuItemRetryCount3.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount4
     //
     this.toolStripMenuItemRetryCount4.Name = "toolStripMenuItemRetryCount4";
     this.toolStripMenuItemRetryCount4.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount4.Text = "4";
     this.toolStripMenuItemRetryCount4.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount5
     //
     this.toolStripMenuItemRetryCount5.Name = "toolStripMenuItemRetryCount5";
     this.toolStripMenuItemRetryCount5.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount5.Text = "5";
     this.toolStripMenuItemRetryCount5.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount6
     //
     this.toolStripMenuItemRetryCount6.Name = "toolStripMenuItemRetryCount6";
     this.toolStripMenuItemRetryCount6.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount6.Text = "6";
     this.toolStripMenuItemRetryCount6.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripMenuItemRetryCount7
     //
     this.toolStripMenuItemRetryCount7.Name = "toolStripMenuItemRetryCount7";
     this.toolStripMenuItemRetryCount7.Size = new System.Drawing.Size(83, 22);
     this.toolStripMenuItemRetryCount7.Text = "7";
     this.toolStripMenuItemRetryCount7.Click += new System.EventHandler(this.toolStripMenuItem_RETRY_COUNT_Click);
     //
     // toolStripDropBtnInventoryRule
     //
     this.toolStripDropBtnInventoryRule.AutoToolTip = false;
     this.toolStripDropBtnInventoryRule.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItemSelectCriteria,
     this.toolStripMenuItemPostSingulation,
     this.toolStripMenuItemContinueMode});
     this.toolStripDropBtnInventoryRule.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropBtnInventoryRule.Name = "toolStripDropBtnInventoryRule";
     this.toolStripDropBtnInventoryRule.Size = new System.Drawing.Size(130, 20);
     this.toolStripDropBtnInventoryRule.Text = "Inventory Rules        ";
     //
     // toolStripMenuItemSelectCriteria
     //
     this.toolStripMenuItemSelectCriteria.CheckOnClick = true;
     this.toolStripMenuItemSelectCriteria.Name = "toolStripMenuItemSelectCriteria";
     this.toolStripMenuItemSelectCriteria.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItemSelectCriteria.Text = "Select Criteria";
     //
     // toolStripMenuItemPostSingulation
     //
     this.toolStripMenuItemPostSingulation.CheckOnClick = true;
     this.toolStripMenuItemPostSingulation.Name = "toolStripMenuItemPostSingulation";
     this.toolStripMenuItemPostSingulation.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItemPostSingulation.Text = "Post Singulation";
     //
     // toolStripMenuItemContinueMode
     //
     this.toolStripMenuItemContinueMode.Checked = true;
     this.toolStripMenuItemContinueMode.CheckOnClick = true;
     this.toolStripMenuItemContinueMode.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toolStripMenuItemContinueMode.Name = "toolStripMenuItemContinueMode";
     this.toolStripMenuItemContinueMode.Size = new System.Drawing.Size(167, 22);
     this.toolStripMenuItemContinueMode.Text = "Continue Mode";
     this.toolStripMenuItemContinueMode.Visible = false;
     this.toolStripMenuItemContinueMode.Click += new System.EventHandler(this.toolStripMenuItemContinueMode_Click);
     //
     // toolStripDropDownBtnDevice
     //
     this.toolStripDropDownBtnDevice.AutoToolTip = false;
     this.toolStripDropDownBtnDevice.Name = "toolStripDropDownBtnDevice";
     this.toolStripDropDownBtnDevice.ShowDropDownArrow = false;
     this.toolStripDropDownBtnDevice.Size = new System.Drawing.Size(71, 20);
     this.toolStripDropDownBtnDevice.Text = "No Device";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(41, 17);
     this.toolStripStatusLabel2.Text = "           ";
     //
     // toolStripStatusState
     //
     this.toolStripStatusState.AutoSize = false;
     this.toolStripStatusState.BackColor = System.Drawing.SystemColors.Control;
     this.toolStripStatusState.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.toolStripStatusState.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.toolStripStatusState.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripStatusState.Name = "toolStripStatusState";
     this.toolStripStatusState.Size = new System.Drawing.Size(80, 17);
     //
     // toolStripProgressBarMain
     //
     this.toolStripProgressBarMain.Enabled = false;
     this.toolStripProgressBarMain.Name = "toolStripProgressBarMain";
     this.toolStripProgressBarMain.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripProgressBarMain.Size = new System.Drawing.Size(100, 16);
     this.toolStripProgressBarMain.Step = 1;
     //
     // toolStripStatusMessage
     //
     this.toolStripStatusMessage.AutoSize = false;
     this.toolStripStatusMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripStatusMessage.Name = "toolStripStatusMessage";
     this.toolStripStatusMessage.Size = new System.Drawing.Size(547, 17);
     this.toolStripStatusMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.Size = new System.Drawing.Size(742, 445);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(845, 484);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size = new System.Drawing.Size(845, 569);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     this.toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.DeviceToolStripMenuItem,
     this.readerToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mainMenuStrip.Size = new System.Drawing.Size(845, 24);
     this.mainMenuStrip.TabIndex = 0;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportToolStripMenuItem,
     this.toolStripSeparator2,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.fileToolStripMenuItem.Text = "&File";
     this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.exportToolStripMenuItem.Text = "&Export...";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(119, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cutToolStripMenuItem,
     this.copyToolStripMenuItem,
     this.pasteToolStripMenuItem,
     this.toolStripSeparator4,
     this.selectAllToolStripMenuItem,
     this.copyAllToolStripMenuItem,
     this.toolStripMenuItem6,
     this.clearSessionToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     this.editToolStripMenuItem.DropDownOpening += new System.EventHandler(this.editToolStripMenuItem_DropDownOpening);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Enabled = false;
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.cutToolStripMenuItem.Text = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.copyToolStripMenuItem.Text = "&Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Enabled = false;
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.pasteToolStripMenuItem.Text = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(198, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // copyAllToolStripMenuItem
     //
     this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem";
     this.copyAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.C)));
     this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.copyAllToolStripMenuItem.Text = "Cop&y All";
     this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(198, 6);
     //
     // clearSessionToolStripMenuItem
     //
     this.clearSessionToolStripMenuItem.Name = "clearSessionToolStripMenuItem";
     this.clearSessionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.clearSessionToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
     this.clearSessionToolStripMenuItem.Text = "Clear &Session";
     this.clearSessionToolStripMenuItem.Click += new System.EventHandler(this.Button7_Click_Clear);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.viewToolStripMenuItem.Text = "&View";
     this.viewToolStripMenuItem.DropDownOpening += new System.EventHandler(this.viewToolStripMenuItem_DropDownOpening);
     //
     // DeviceToolStripMenuItem
     //
     this.DeviceToolStripMenuItem.Name = "DeviceToolStripMenuItem";
     this.DeviceToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.DeviceToolStripMenuItem.Text = "&Device";
     this.DeviceToolStripMenuItem.Visible = false;
     this.DeviceToolStripMenuItem.DropDownOpening += new System.EventHandler(this.DeviceToolStripMenuItem_DropDownOpening);
     //
     // readerToolStripMenuItem
     //
     this.readerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.configureReaderToolStripMenuItem,
     this.registerAccessToolStripMenuItem,
     this.toolStripMenuItem2,
     this.inventoryOnceMenuItem,
     this.MonitorInventoryMenuItem,
     this.tagAccessToolStripMenuItem,
     this.toolStripSeparator1,
     this.stopOperationToolStripMenuItem,
     this.abortToolStripMenuItem,
     this.toolStripSeparator7,
     this.ClearSession_toolStripMenuItem1});
     this.readerToolStripMenuItem.Name = "readerToolStripMenuItem";
     this.readerToolStripMenuItem.Size = new System.Drawing.Size(106, 20);
     this.readerToolStripMenuItem.Text = "Reader Control";
     this.readerToolStripMenuItem.DropDownOpening += new System.EventHandler(this.readerToolStripMenuItem_DropDownOpening);
     //
     // configureReaderToolStripMenuItem
     //
     this.configureReaderToolStripMenuItem.Name = "configureReaderToolStripMenuItem";
     this.configureReaderToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.configureReaderToolStripMenuItem.Text = "Configure Reader";
     this.configureReaderToolStripMenuItem.Click += new System.EventHandler(this.configureReaderToolStripMenuItem_Click);
     //
     // registerAccessToolStripMenuItem
     //
     this.registerAccessToolStripMenuItem.Name = "registerAccessToolStripMenuItem";
     this.registerAccessToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.registerAccessToolStripMenuItem.Text = "Register Access";
     this.registerAccessToolStripMenuItem.Click += new System.EventHandler(this.registerAccessToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(181, 6);
     //
     // inventoryOnceMenuItem
     //
     this.inventoryOnceMenuItem.Name = "inventoryOnceMenuItem";
     this.inventoryOnceMenuItem.Size = new System.Drawing.Size(184, 22);
     this.inventoryOnceMenuItem.Text = "Get Inventory Once";
     this.inventoryOnceMenuItem.Click += new System.EventHandler(this.Button2_Click_InventoryOnce);
     //
     // MonitorInventoryMenuItem
     //
     this.MonitorInventoryMenuItem.Name = "MonitorInventoryMenuItem";
     this.MonitorInventoryMenuItem.Size = new System.Drawing.Size(184, 22);
     this.MonitorInventoryMenuItem.Text = "Run Inventory";
     this.MonitorInventoryMenuItem.Click += new System.EventHandler(this.Button1_Click_Inventory);
     //
     // tagAccessToolStripMenuItem
     //
     this.tagAccessToolStripMenuItem.Name = "tagAccessToolStripMenuItem";
     this.tagAccessToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.tagAccessToolStripMenuItem.Text = "Tag Access";
     this.tagAccessToolStripMenuItem.Click += new System.EventHandler(this.Button3_Click_AccessTag);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
     //
     // stopOperationToolStripMenuItem
     //
     this.stopOperationToolStripMenuItem.Name = "stopOperationToolStripMenuItem";
     this.stopOperationToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.stopOperationToolStripMenuItem.Text = "Stop Operation";
     this.stopOperationToolStripMenuItem.Click += new System.EventHandler(this.Button4_Click_Stop);
     //
     // abortToolStripMenuItem
     //
     this.abortToolStripMenuItem.Name = "abortToolStripMenuItem";
     this.abortToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.abortToolStripMenuItem.Text = "Abort";
     this.abortToolStripMenuItem.Visible = false;
     this.abortToolStripMenuItem.Click += new System.EventHandler(this.Button6_Click_abort);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(181, 6);
     //
     // ClearSession_toolStripMenuItem1
     //
     this.ClearSession_toolStripMenuItem1.Name = "ClearSession_toolStripMenuItem1";
     this.ClearSession_toolStripMenuItem1.ShowShortcutKeys = false;
     this.ClearSession_toolStripMenuItem1.Size = new System.Drawing.Size(184, 22);
     this.ClearSession_toolStripMenuItem1.Text = "Clear &Session";
     this.ClearSession_toolStripMenuItem1.Click += new System.EventHandler(this.Button7_Click_Clear);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolsSpacerStripMenuItem,
     this.bridgeReadersToolStripMenuItem,
     this.optionsToolStripMenuItem,
     this.SetComPortToolStripMenuItem,
     this.RfTestToolStripMenuItem,
     this.ReturnLossToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     this.toolsToolStripMenuItem.DropDownOpening += new System.EventHandler(this.toolsToolStripMenuItem_DropDownOpening);
     //
     // toolsSpacerStripMenuItem
     //
     this.toolsSpacerStripMenuItem.Name = "toolsSpacerStripMenuItem";
     this.toolsSpacerStripMenuItem.Size = new System.Drawing.Size(177, 6);
     //
     // bridgeReadersToolStripMenuItem
     //
     this.bridgeReadersToolStripMenuItem.Name = "bridgeReadersToolStripMenuItem";
     this.bridgeReadersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.bridgeReadersToolStripMenuItem.Text = "&Bridge Readers";
     this.bridgeReadersToolStripMenuItem.Visible = false;
     this.bridgeReadersToolStripMenuItem.Click += new System.EventHandler(this.bridgeReadersToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.optionsToolStripMenuItem.Text = "&Explorer Options...";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // SetComPortToolStripMenuItem
     //
     this.SetComPortToolStripMenuItem.Name = "SetComPortToolStripMenuItem";
     this.SetComPortToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.SetComPortToolStripMenuItem.Text = "Set COM port";
     this.SetComPortToolStripMenuItem.Click += new System.EventHandler(this.SetComPortToolStripMenuItem_Click);
     //
     // RfTestToolStripMenuItem
     //
     this.RfTestToolStripMenuItem.Name = "RfTestToolStripMenuItem";
     this.RfTestToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.RfTestToolStripMenuItem.Text = "RF Test";
     this.RfTestToolStripMenuItem.Click += new System.EventHandler(this.rfTestToolStripMenuItem_Click);
     //
     // ReturnLossToolStripMenuItem
     //
     this.ReturnLossToolStripMenuItem.Name = "ReturnLossToolStripMenuItem";
     this.ReturnLossToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.ReturnLossToolStripMenuItem.Text = "Return Loss";
     this.ReturnLossToolStripMenuItem.Click += new System.EventHandler(this.ReturnLossToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.configureStripButton,
     this.toolStripSeparator3,
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripButton3,
     this.toolStripSeparator5,
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripButton6,
     this.toolStripSeparator6,
     this.toolStripButton7});
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location = new System.Drawing.Point(3, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(451, 39);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // configureStripButton
     //
     this.configureStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.configureStripButton.Image = ((System.Drawing.Image)(resources.GetObject("configureStripButton.Image")));
     this.configureStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.configureStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.configureStripButton.Name = "configureStripButton";
     this.configureStripButton.Size = new System.Drawing.Size(36, 36);
     this.configureStripButton.Text = "toolStripButton1";
     this.configureStripButton.ToolTipText = "Configure Module...";
     this.configureStripButton.Click += new System.EventHandler(this.Button0_Click_Configure);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(89, 36);
     this.toolStripButton1.Text = "Run Inventory";
     this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton1.Click += new System.EventHandler(this.Button1_Click_Inventory);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(97, 36);
     this.toolStripButton2.Text = "Inventory Once";
     this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton2.Click += new System.EventHandler(this.Button2_Click_InventoryOnce);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(74, 36);
     this.toolStripButton3.Text = "Access Tag";
     this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton3.Click += new System.EventHandler(this.Button3_Click_AccessTag);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(39, 36);
     this.toolStripButton4.Text = "Stop";
     this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton4.Click += new System.EventHandler(this.Button4_Click_Stop);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(45, 36);
     this.toolStripButton5.Text = "Pause";
     this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton5.Click += new System.EventHandler(this.Button5_Click_Pause);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(44, 36);
     this.toolStripButton6.Text = "Abort";
     this.toolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton6.Visible = false;
     this.toolStripButton6.Click += new System.EventHandler(this.Button6_Click_abort);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(41, 36);
     this.toolStripButton7.Text = "Clear";
     this.toolStripButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton7.Click += new System.EventHandler(this.Button7_Click_Clear);
     //
     // toolStripButton8
     //
     this.toolStripButton8.Name = "toolStripButton8";
     this.toolStripButton8.Size = new System.Drawing.Size(23, 23);
     //
     // mainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(845, 569);
     this.Controls.Add(this.toolStripContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "mainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "MTI RFID Explorer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.mainForm_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainForm_FormClosing);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #11
0
 private void InitializeComponent()
 {
     this.toolStripContainer    = new System.Windows.Forms.ToolStripContainer();
     this.statusLabel           = new System.Windows.Forms.Label();
     this.outputLabel           = new System.Windows.Forms.Label();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.backButton            = new System.Windows.Forms.ToolStripButton();
     this.forwardButton         = new System.Windows.Forms.ToolStripButton();
     this.urlTextBox            = new System.Windows.Forms.ToolStripTextBox();
     this.goButton              = new System.Windows.Forms.ToolStripButton();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.Controls.Add(this.statusLabel);
     this.toolStripContainer.ContentPanel.Controls.Add(this.outputLabel);
     this.toolStripContainer.ContentPanel.Size  = new System.Drawing.Size(730, 441);
     this.toolStripContainer.ContentPanel.Load += new System.EventHandler(this.toolStripContainer_ContentPanel_Load);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.LeftToolStripPanelVisible = false;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 24);
     this.toolStripContainer.Name     = "toolStripContainer";
     this.toolStripContainer.RightToolStripPanelVisible = false;
     this.toolStripContainer.Size     = new System.Drawing.Size(730, 466);
     this.toolStripContainer.TabIndex = 0;
     this.toolStripContainer.Text     = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // statusLabel
     //
     this.statusLabel.AutoSize = true;
     this.statusLabel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.statusLabel.Location = new System.Drawing.Point(0, 415);
     this.statusLabel.Name     = "statusLabel";
     this.statusLabel.Size     = new System.Drawing.Size(0, 13);
     this.statusLabel.TabIndex = 1;
     //
     // outputLabel
     //
     this.outputLabel.AutoSize = true;
     this.outputLabel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.outputLabel.Location = new System.Drawing.Point(0, 428);
     this.outputLabel.Name     = "outputLabel";
     this.outputLabel.Size     = new System.Drawing.Size(0, 13);
     this.outputLabel.TabIndex = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.backButton,
         this.forwardButton,
         this.urlTextBox,
         this.goButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Padding  = new System.Windows.Forms.Padding(0);
     this.toolStrip1.Size     = new System.Drawing.Size(730, 25);
     this.toolStrip1.Stretch  = true;
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Layout  += new System.Windows.Forms.LayoutEventHandler(this.HandleToolStripLayout);
     //
     // backButton
     //
     this.backButton.Enabled = false;
     this.backButton.Image   = global::TestSecure.Properties.Resources.nav_left_green;
     this.backButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.backButton.Name   = "backButton";
     this.backButton.Size   = new System.Drawing.Size(52, 22);
     this.backButton.Text   = "Back";
     this.backButton.Click += new System.EventHandler(this.BackButtonClick);
     //
     // forwardButton
     //
     this.forwardButton.Enabled = false;
     this.forwardButton.Image   = global::TestSecure.Properties.Resources.nav_right_green;
     this.forwardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.forwardButton.Name   = "forwardButton";
     this.forwardButton.Size   = new System.Drawing.Size(70, 22);
     this.forwardButton.Text   = "Forward";
     this.forwardButton.Click += new System.EventHandler(this.ForwardButtonClick);
     //
     // urlTextBox
     //
     this.urlTextBox.AutoSize = false;
     this.urlTextBox.Name     = "urlTextBox";
     this.urlTextBox.Size     = new System.Drawing.Size(500, 25);
     this.urlTextBox.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.UrlTextBoxKeyUp);
     //
     // goButton
     //
     this.goButton.Image = global::TestSecure.Properties.Resources.nav_plain_green;
     this.goButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.goButton.Name   = "goButton";
     this.goButton.Size   = new System.Drawing.Size(42, 22);
     this.goButton.Text   = "Go";
     this.goButton.Click += new System.EventHandler(this.GoButtonClick);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(730, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitMenuItemClick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(730, 490);
     this.Controls.Add(this.toolStripContainer);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "Form1";
     this.Text            = "BrowserForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.ContentPanel.PerformLayout();
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MSecante));
     this.label6 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.panel4 = new System.Windows.Forms.Panel();
     this.Salir = new System.Windows.Forms.PictureBox();
     this.label13 = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.button5 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label9 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Salir)).BeginInit();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(93, 132);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(80, 16);
     this.label6.TabIndex = 8;
     this.label6.Text = "Constante";
     //
     // textBox3
     //
     this.textBox3.BackColor = System.Drawing.Color.White;
     this.textBox3.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(18, 153);
     this.textBox3.Name = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox3.Size = new System.Drawing.Size(527, 29);
     this.textBox3.TabIndex = 7;
     this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(298, 100);
     this.textBox2.Name = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox2.Size = new System.Drawing.Size(247, 29);
     this.textBox2.TabIndex = 6;
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(18, 100);
     this.textBox1.Name = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox1.Size = new System.Drawing.Size(258, 29);
     this.textBox1.TabIndex = 5;
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(15, 185);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(536, 16);
     this.label5.TabIndex = 4;
     this.label5.Text = "__________________________________________________________________";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(15, 66);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(536, 16);
     this.label4.TabIndex = 3;
     this.label4.Text = "__________________________________________________________________";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(388, 132);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(72, 16);
     this.label7.TabIndex = 9;
     this.label7.Text = "Potencia";
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(445, 23);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(100, 23);
     this.button2.TabIndex = 8;
     this.button2.Text = "Borrar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(93, 61);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(80, 16);
     this.label8.TabIndex = 8;
     this.label8.Text = "X (i - 1)";
     //
     // textBox5
     //
     this.textBox5.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location = new System.Drawing.Point(287, 85);
     this.textBox5.Name = "textBox5";
     this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox5.Size = new System.Drawing.Size(258, 29);
     this.textBox5.TabIndex = 7;
     this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBox4
     //
     this.textBox4.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(18, 85);
     this.textBox4.Name = "textBox4";
     this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox4.Size = new System.Drawing.Size(258, 29);
     this.textBox4.TabIndex = 6;
     this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(298, 23);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(100, 23);
     this.button1.TabIndex = 7;
     this.button1.Text = "Ingresar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(565, 212);
     this.panel1.TabIndex = 0;
     this.panel1.Visible = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(154, 23);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 16);
     this.label3.TabIndex = 2;
     this.label3.Text = "Potencia";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(38, 46);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 1;
     this.label2.Text = "Constante";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(118, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(30, 31);
     this.label1.TabIndex = 0;
     this.label1.Text = "X";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton3,
     this.toolStripSeparator1,
     this.toolStripButton4,
     this.toolStripSeparator2,
     this.toolStripButton6,
     this.toolStripSeparator3,
     this.toolStripButton7});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size = new System.Drawing.Size(559, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripButton3
     //
     this.toolStripButton3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(124, 22);
     this.toolStripButton3.Text = "Ingrese ecuación";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(117, 22);
     this.toolStripButton4.Text = "Valores iniciales";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(159, 22);
     this.toolStripButton6.Text = "Especifique condiciones";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(138, 22);
     this.toolStripButton7.Text = "Obtenga resultados";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.Salir);
     this.panel4.Controls.Add(this.label13);
     this.panel4.Location = new System.Drawing.Point(12, 12);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(646, 212);
     this.panel4.TabIndex = 4;
     this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
     //
     // Salir
     //
     this.Salir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.Salir.BackColor = System.Drawing.Color.Transparent;
     this.Salir.BackgroundImage = global::Algoritmos_MetodosNumericos.Properties.Resources.back;
     this.Salir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Salir.Location = new System.Drawing.Point(617, 0);
     this.Salir.Margin = new System.Windows.Forms.Padding(2);
     this.Salir.Name = "Salir";
     this.Salir.Size = new System.Drawing.Size(27, 29);
     this.Salir.TabIndex = 33;
     this.Salir.TabStop = false;
     this.Salir.Click += new System.EventHandler(this.Salir_Click);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(179, 77);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(334, 31);
     this.label13.TabIndex = 1;
     this.label13.Text = "Método De La Secante";
     //
     // button3
     //
     this.button3.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(233, 135);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(100, 23);
     this.button3.TabIndex = 10;
     this.button3.Text = "Ingresar";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip2);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.panel4);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.listBox1);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.panel3);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.panel2);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.panel1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(670, 203);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(670, 253);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton2});
     this.toolStrip2.Location = new System.Drawing.Point(421, 0);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip2.Size = new System.Drawing.Size(66, 25);
     this.toolStrip2.TabIndex = 0;
     this.toolStrip2.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip2_ItemClicked);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.MergeIndex = 0;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(63, 22);
     this.toolStripButton2.Text = "Volver";
     this.toolStripButton2.ToolTipText = "Reiniciar";
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location = new System.Drawing.Point(12, 230);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(565, 212);
     this.listBox1.TabIndex = 3;
     this.listBox1.Visible = false;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.button5);
     this.panel3.Controls.Add(this.button4);
     this.panel3.Controls.Add(this.label11);
     this.panel3.Controls.Add(this.label10);
     this.panel3.Controls.Add(this.textBox7);
     this.panel3.Controls.Add(this.textBox6);
     this.panel3.Location = new System.Drawing.Point(12, 12);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(565, 212);
     this.panel3.TabIndex = 2;
     this.panel3.Visible = false;
     //
     // button5
     //
     this.button5.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.Location = new System.Drawing.Point(370, 151);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(100, 23);
     this.button5.TabIndex = 12;
     this.button5.Text = "Ingresar";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button4
     //
     this.button4.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(96, 151);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(100, 23);
     this.button4.TabIndex = 11;
     this.button4.Text = "Ingresar";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(324, 50);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(176, 16);
     this.label11.TabIndex = 10;
     this.label11.Text = "Número de iteraciones";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(83, 50);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(136, 16);
     this.label10.TabIndex = 9;
     this.label10.Text = "Error Específico";
     //
     // textBox7
     //
     this.textBox7.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(287, 100);
     this.textBox7.Name = "textBox7";
     this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox7.Size = new System.Drawing.Size(258, 29);
     this.textBox7.TabIndex = 8;
     this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBox6
     //
     this.textBox6.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox6.Location = new System.Drawing.Point(18, 100);
     this.textBox6.Name = "textBox6";
     this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textBox6.Size = new System.Drawing.Size(258, 29);
     this.textBox6.TabIndex = 7;
     this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.button3);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.textBox5);
     this.panel2.Controls.Add(this.textBox4);
     this.panel2.Location = new System.Drawing.Point(12, 12);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(565, 212);
     this.panel2.TabIndex = 1;
     this.panel2.Visible = false;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(402, 61);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(24, 16);
     this.label9.TabIndex = 9;
     this.label9.Text = "Xi";
     //
     // MSecante
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Lavender;
     this.ClientSize = new System.Drawing.Size(670, 253);
     this.Controls.Add(this.toolStripContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name = "MSecante";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Secante";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Salir)).EndInit();
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     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();
         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCadGrpProd));
         this.TbCntCadBan = new System.Windows.Forms.TabControl();
         this.TbPgCadBancos = new System.Windows.Forms.TabPage();
         this.lblCodigo = new System.Windows.Forms.Label();
         this.textBox1 = new System.Windows.Forms.TextBox();
         this.label1 = new System.Windows.Forms.Label();
         this.TxtNumCon = new System.Windows.Forms.TextBox();
         this.LblNumCon = new System.Windows.Forms.Label();
         this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
         this.consultaGroProdutoToolStrip = new System.Windows.Forms.ToolStrip();
         this.dESCRICAOToolStripLabel = new System.Windows.Forms.ToolStripLabel();
         this.dESCRICAOToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
         this.consultaGroProdutoToolStripButton = new System.Windows.Forms.ToolStripButton();
         this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
         this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
         this.gRUPOPRODUTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
         this.cOMERCIALDataSet = new Comercial.COMERCIALDataSet();
         this.gRUPOPRODUTOTableAdapter = new Comercial.COMERCIALDataSetTableAdapters.GRUPOPRODUTOTableAdapter();
         this.tableAdapterManager = new Comercial.COMERCIALDataSetTableAdapters.TableAdapterManager();
         this.TbCntCadBan.SuspendLayout();
         this.TbPgCadBancos.SuspendLayout();
         this.toolStripContainer1.ContentPanel.SuspendLayout();
         this.toolStripContainer1.SuspendLayout();
         this.consultaGroProdutoToolStrip.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.gRUPOPRODUTOBindingSource)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.cOMERCIALDataSet)).BeginInit();
         this.SuspendLayout();
         //
         // TbCntCadBan
         //
         this.TbCntCadBan.Controls.Add(this.TbPgCadBancos);
         this.TbCntCadBan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.TbCntCadBan.Location = new System.Drawing.Point(12, 33);
         this.TbCntCadBan.Name = "TbCntCadBan";
         this.TbCntCadBan.SelectedIndex = 0;
         this.TbCntCadBan.Size = new System.Drawing.Size(426, 95);
         this.TbCntCadBan.TabIndex = 0;
         //
         // TbPgCadBancos
         //
         this.TbPgCadBancos.AutoScroll = true;
         this.TbPgCadBancos.Controls.Add(this.lblCodigo);
         this.TbPgCadBancos.Controls.Add(this.textBox1);
         this.TbPgCadBancos.Controls.Add(this.label1);
         this.TbPgCadBancos.Controls.Add(this.TxtNumCon);
         this.TbPgCadBancos.Controls.Add(this.LblNumCon);
         this.TbPgCadBancos.Location = new System.Drawing.Point(4, 22);
         this.TbPgCadBancos.Name = "TbPgCadBancos";
         this.TbPgCadBancos.Padding = new System.Windows.Forms.Padding(3);
         this.TbPgCadBancos.Size = new System.Drawing.Size(418, 69);
         this.TbPgCadBancos.TabIndex = 1;
         this.TbPgCadBancos.Text = "Cadastro de grupo de produto";
         this.TbPgCadBancos.UseVisualStyleBackColor = true;
         //
         // lblCodigo
         //
         this.lblCodigo.AutoSize = true;
         this.lblCodigo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.gRUPOPRODUTOBindingSource, "CODGRUPOPRODUTO", true));
         this.lblCodigo.ForeColor = System.Drawing.Color.CadetBlue;
         this.lblCodigo.Location = new System.Drawing.Point(3, 37);
         this.lblCodigo.Name = "lblCodigo";
         this.lblCodigo.Size = new System.Drawing.Size(50, 13);
         this.lblCodigo.TabIndex = 71;
         this.lblCodigo.Text = "Código:";
         //
         // textBox1
         //
         this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.gRUPOPRODUTOBindingSource, "DESCONTO", true));
         this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.textBox1.Location = new System.Drawing.Point(296, 34);
         this.textBox1.Name = "textBox1";
         this.textBox1.Size = new System.Drawing.Size(116, 20);
         this.textBox1.TabIndex = 1;
         //
         // label1
         //
         this.label1.AutoSize = true;
         this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.label1.ForeColor = System.Drawing.Color.CadetBlue;
         this.label1.Location = new System.Drawing.Point(293, 18);
         this.label1.Name = "label1";
         this.label1.Size = new System.Drawing.Size(61, 13);
         this.label1.TabIndex = 69;
         this.label1.Text = "Desconto";
         //
         // TxtNumCon
         //
         this.TxtNumCon.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.gRUPOPRODUTOBindingSource, "DESCRICAO", true));
         this.TxtNumCon.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.TxtNumCon.Location = new System.Drawing.Point(65, 34);
         this.TxtNumCon.Name = "TxtNumCon";
         this.TxtNumCon.Size = new System.Drawing.Size(225, 20);
         this.TxtNumCon.TabIndex = 0;
         //
         // LblNumCon
         //
         this.LblNumCon.AutoSize = true;
         this.LblNumCon.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.LblNumCon.ForeColor = System.Drawing.Color.CadetBlue;
         this.LblNumCon.Location = new System.Drawing.Point(62, 18);
         this.LblNumCon.Name = "LblNumCon";
         this.LblNumCon.Size = new System.Drawing.Size(58, 13);
         this.LblNumCon.TabIndex = 67;
         this.LblNumCon.Text = "Decrição";
         //
         // toolStripContainer1
         //
         this.toolStripContainer1.BottomToolStripPanelVisible = false;
         //
         // toolStripContainer1.ContentPanel
         //
         this.toolStripContainer1.ContentPanel.AutoScroll = true;
         this.toolStripContainer1.ContentPanel.Controls.Add(this.TbCntCadBan);
         this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(458, 153);
         this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
         this.toolStripContainer1.LeftToolStripPanelVisible = false;
         this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
         this.toolStripContainer1.Name = "toolStripContainer1";
         this.toolStripContainer1.RightToolStripPanelVisible = false;
         this.toolStripContainer1.Size = new System.Drawing.Size(458, 153);
         this.toolStripContainer1.TabIndex = 2;
         this.toolStripContainer1.Text = "toolStripContainer1";
         this.toolStripContainer1.TopToolStripPanelVisible = false;
         //
         // consultaGroProdutoToolStrip
         //
         this.consultaGroProdutoToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.dESCRICAOToolStripLabel,
     this.dESCRICAOToolStripTextBox,
     this.consultaGroProdutoToolStripButton,
     this.toolStripButton3,
     this.toolStripButton2});
         this.consultaGroProdutoToolStrip.Location = new System.Drawing.Point(0, 0);
         this.consultaGroProdutoToolStrip.Name = "consultaGroProdutoToolStrip";
         this.consultaGroProdutoToolStrip.Size = new System.Drawing.Size(458, 25);
         this.consultaGroProdutoToolStrip.TabIndex = 3;
         this.consultaGroProdutoToolStrip.Text = "consultaGroProdutoToolStrip";
         this.consultaGroProdutoToolStrip.Visible = false;
         //
         // dESCRICAOToolStripLabel
         //
         this.dESCRICAOToolStripLabel.Name = "dESCRICAOToolStripLabel";
         this.dESCRICAOToolStripLabel.Size = new System.Drawing.Size(61, 22);
         this.dESCRICAOToolStripLabel.Text = "Descrição:";
         //
         // dESCRICAOToolStripTextBox
         //
         this.dESCRICAOToolStripTextBox.Name = "dESCRICAOToolStripTextBox";
         this.dESCRICAOToolStripTextBox.Size = new System.Drawing.Size(100, 25);
         //
         // consultaGroProdutoToolStripButton
         //
         this.consultaGroProdutoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
         this.consultaGroProdutoToolStripButton.Image = global::Comercial.Properties.Resources.search1;
         this.consultaGroProdutoToolStripButton.Name = "consultaGroProdutoToolStripButton";
         this.consultaGroProdutoToolStripButton.Size = new System.Drawing.Size(23, 22);
         this.consultaGroProdutoToolStripButton.Text = "ConsultaGroProduto";
         this.consultaGroProdutoToolStripButton.Click += new System.EventHandler(this.consultaGroProdutoToolStripButton_Click);
         //
         // toolStripButton3
         //
         this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
         this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
         this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
         this.toolStripButton3.Name = "toolStripButton3";
         this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
         this.toolStripButton3.Text = "Limpar";
         this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
         //
         // toolStripButton2
         //
         this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
         this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
         this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
         this.toolStripButton2.Name = "toolStripButton2";
         this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
         this.toolStripButton2.Text = "Cancelar";
         this.toolStripButton2.ToolTipText = "Cancelar";
         this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
         //
         // gRUPOPRODUTOBindingSource
         //
         this.gRUPOPRODUTOBindingSource.DataMember = "GRUPOPRODUTO";
         this.gRUPOPRODUTOBindingSource.DataSource = this.cOMERCIALDataSet;
         //
         // cOMERCIALDataSet
         //
         this.cOMERCIALDataSet.DataSetName = "COMERCIALDataSet";
         this.cOMERCIALDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
         //
         // gRUPOPRODUTOTableAdapter
         //
         this.gRUPOPRODUTOTableAdapter.ClearBeforeFill = true;
         //
         // tableAdapterManager
         //
         this.tableAdapterManager.ACESSOTableAdapter = null;
         this.tableAdapterManager.ATUCUBOTableAdapter = null;
         this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
         this.tableAdapterManager.CLIENTETableAdapter = null;
         this.tableAdapterManager.CONDICAOPAGAMENTOTableAdapter = null;
         this.tableAdapterManager.GRUPOPRODUTOTableAdapter = this.gRUPOPRODUTOTableAdapter;
         this.tableAdapterManager.ICMSTableAdapter = null;
         this.tableAdapterManager.ItemNotaFiscalTableAdapter = null;
         this.tableAdapterManager.ITEMPEDIDOTableAdapter = null;
         this.tableAdapterManager.modeloCampoTableAdapter = null;
         this.tableAdapterManager.modeloTableAdapter = null;
         this.tableAdapterManager.MODULOTableAdapter = null;
         this.tableAdapterManager.NOTAFISCALTableAdapter = null;
         this.tableAdapterManager.PEDIDOTableAdapter = null;
         this.tableAdapterManager.PRODUTOTableAdapter = null;
         this.tableAdapterManager.REGIAOTableAdapter = null;
         this.tableAdapterManager.TRANSPORTADORATableAdapter = null;
         this.tableAdapterManager.TRANSPORTADORAVIATableAdapter = null;
         this.tableAdapterManager.UNIDADEMEDIDATableAdapter = null;
         this.tableAdapterManager.UpdateOrder = Comercial.COMERCIALDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
         this.tableAdapterManager.USUARIOTableAdapter = null;
         this.tableAdapterManager.VENDEDORTableAdapter = null;
         this.tableAdapterManager.VIATRANSPORTETableAdapter = null;
         //
         // FrmCadGrpProd
         //
         this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.BackColor = System.Drawing.Color.WhiteSmoke;
         this.ClientSize = new System.Drawing.Size(458, 153);
         this.Controls.Add(this.consultaGroProdutoToolStrip);
         this.Controls.Add(this.toolStripContainer1);
         this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.ForeColor = System.Drawing.Color.CornflowerBlue;
         this.Name = "FrmCadGrpProd";
         this.ShowIcon = false;
         this.Text = "Cadastro Bancos";
         this.Shown += new System.EventHandler(this.FrmCadGrpProd_Shown);
         this.TbCntCadBan.ResumeLayout(false);
         this.TbPgCadBancos.ResumeLayout(false);
         this.TbPgCadBancos.PerformLayout();
         this.toolStripContainer1.ContentPanel.ResumeLayout(false);
         this.toolStripContainer1.ResumeLayout(false);
         this.toolStripContainer1.PerformLayout();
         this.consultaGroProdutoToolStrip.ResumeLayout(false);
         this.consultaGroProdutoToolStrip.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(this.gRUPOPRODUTOBindingSource)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.cOMERCIALDataSet)).EndInit();
         this.ResumeLayout(false);
         this.PerformLayout();
 }
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubFolderDialog));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.subFolderTextBox = new System.Windows.Forms.TextBox();
     this.subFolderLabel = new System.Windows.Forms.Label();
     this.okButton = new System.Windows.Forms.Button();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     this.toolStripContainer1.AccessibleDescription = null;
     this.toolStripContainer1.AccessibleName = null;
     resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.AccessibleDescription = null;
     this.toolStripContainer1.BottomToolStripPanel.AccessibleName = null;
     this.toolStripContainer1.BottomToolStripPanel.BackgroundImage = null;
     resources.ApplyResources(this.toolStripContainer1.BottomToolStripPanel, "toolStripContainer1.BottomToolStripPanel");
     this.toolStripContainer1.BottomToolStripPanel.Font = null;
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.AccessibleDescription = null;
     this.toolStripContainer1.ContentPanel.AccessibleName = null;
     resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
     this.toolStripContainer1.ContentPanel.BackgroundImage = null;
     this.toolStripContainer1.ContentPanel.Controls.Add(this.subFolderTextBox);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.subFolderLabel);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.okButton);
     this.toolStripContainer1.ContentPanel.Font = null;
     this.toolStripContainer1.ContentPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.toolStripContainer1.Font = null;
     //
     // toolStripContainer1.LeftToolStripPanel
     //
     this.toolStripContainer1.LeftToolStripPanel.AccessibleDescription = null;
     this.toolStripContainer1.LeftToolStripPanel.AccessibleName = null;
     this.toolStripContainer1.LeftToolStripPanel.BackgroundImage = null;
     resources.ApplyResources(this.toolStripContainer1.LeftToolStripPanel, "toolStripContainer1.LeftToolStripPanel");
     this.toolStripContainer1.LeftToolStripPanel.Font = null;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Name = "toolStripContainer1";
     //
     // toolStripContainer1.RightToolStripPanel
     //
     this.toolStripContainer1.RightToolStripPanel.AccessibleDescription = null;
     this.toolStripContainer1.RightToolStripPanel.AccessibleName = null;
     this.toolStripContainer1.RightToolStripPanel.BackgroundImage = null;
     resources.ApplyResources(this.toolStripContainer1.RightToolStripPanel, "toolStripContainer1.RightToolStripPanel");
     this.toolStripContainer1.RightToolStripPanel.Font = null;
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.AccessibleDescription = null;
     this.toolStripContainer1.TopToolStripPanel.AccessibleName = null;
     this.toolStripContainer1.TopToolStripPanel.BackgroundImage = null;
     resources.ApplyResources(this.toolStripContainer1.TopToolStripPanel, "toolStripContainer1.TopToolStripPanel");
     this.toolStripContainer1.TopToolStripPanel.Font = null;
     this.toolStripContainer1.TopToolStripPanelVisible = false;
     //
     // subFolderTextBox
     //
     this.subFolderTextBox.AccessibleDescription = null;
     this.subFolderTextBox.AccessibleName = null;
     resources.ApplyResources(this.subFolderTextBox, "subFolderTextBox");
     this.subFolderTextBox.BackgroundImage = null;
     this.subFolderTextBox.Font = null;
     this.subFolderTextBox.Name = "subFolderTextBox";
     this.subFolderTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.subFolderTextBox_KeyPress);
     //
     // subFolderLabel
     //
     this.subFolderLabel.AccessibleDescription = null;
     this.subFolderLabel.AccessibleName = null;
     resources.ApplyResources(this.subFolderLabel, "subFolderLabel");
     this.subFolderLabel.BackColor = System.Drawing.Color.Transparent;
     this.subFolderLabel.Font = null;
     this.subFolderLabel.Name = "subFolderLabel";
     //
     // okButton
     //
     this.okButton.AccessibleDescription = null;
     this.okButton.AccessibleName = null;
     resources.ApplyResources(this.okButton, "okButton");
     this.okButton.BackColor = System.Drawing.Color.Transparent;
     this.okButton.BackgroundImage = null;
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Font = null;
     this.okButton.Name = "okButton";
     this.okButton.UseVisualStyleBackColor = false;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.AccessibleDescription = null;
     this.statusStrip1.AccessibleName = null;
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.BackgroundImage = null;
     this.statusStrip1.Font = null;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1});
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.SizingGrip = false;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AccessibleDescription = null;
     this.toolStripStatusLabel1.AccessibleName = null;
     resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
     this.toolStripStatusLabel1.BackgroundImage = null;
     this.toolStripStatusLabel1.Image = global::Regensburger.RShare.Properties.Resources.information_16x16;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     //
     // SubFolderDialog
     //
     this.AcceptButton = this.okButton;
     this.AccessibleDescription = null;
     this.AccessibleName = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStripContainer1);
     this.DoubleBuffered = true;
     this.Font = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = null;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SubFolderDialog";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.ContentPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #15
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DGV_Select));
     this.ToolStripContainer1      = new System.Windows.Forms.ToolStripContainer();
     this.DGV_Layer                = new System.Windows.Forms.DataGridView();
     this.ToolStrip1               = new System.Windows.Forms.ToolStrip();
     this.TSB_CheckAll             = new System.Windows.Forms.ToolStripButton();
     this.TSB_CheckNone            = new System.Windows.Forms.ToolStripButton();
     this.TSB_SelectAll            = new System.Windows.Forms.ToolStripButton();
     this.TSB_SelectNone           = new System.Windows.Forms.ToolStripButton();
     this.DataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
     this.DGVC_Selectable          = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.DGVC_LayerName           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DGVC_Count               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DGVC_Unselect            = new System.Windows.Forms.DataGridViewImageColumn();
     this.ToolStripContainer1.ContentPanel.SuspendLayout();
     this.ToolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.ToolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DGV_Layer)).BeginInit();
     this.ToolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolStripContainer1
     //
     resources.ApplyResources(this.ToolStripContainer1, "ToolStripContainer1");
     //
     // ToolStripContainer1.BottomToolStripPanel
     //
     resources.ApplyResources(this.ToolStripContainer1.BottomToolStripPanel, "ToolStripContainer1.BottomToolStripPanel");
     //
     // ToolStripContainer1.ContentPanel
     //
     resources.ApplyResources(this.ToolStripContainer1.ContentPanel, "ToolStripContainer1.ContentPanel");
     this.ToolStripContainer1.ContentPanel.Controls.Add(this.DGV_Layer);
     //
     // ToolStripContainer1.LeftToolStripPanel
     //
     resources.ApplyResources(this.ToolStripContainer1.LeftToolStripPanel, "ToolStripContainer1.LeftToolStripPanel");
     this.ToolStripContainer1.Name = "ToolStripContainer1";
     //
     // ToolStripContainer1.RightToolStripPanel
     //
     resources.ApplyResources(this.ToolStripContainer1.RightToolStripPanel, "ToolStripContainer1.RightToolStripPanel");
     //
     // ToolStripContainer1.TopToolStripPanel
     //
     resources.ApplyResources(this.ToolStripContainer1.TopToolStripPanel, "ToolStripContainer1.TopToolStripPanel");
     this.ToolStripContainer1.TopToolStripPanel.Controls.Add(this.ToolStrip1);
     //
     // DGV_Layer
     //
     resources.ApplyResources(this.DGV_Layer, "DGV_Layer");
     this.DGV_Layer.AllowUserToAddRows          = false;
     this.DGV_Layer.AllowUserToDeleteRows       = false;
     this.DGV_Layer.AllowUserToResizeRows       = false;
     this.DGV_Layer.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader;
     this.DGV_Layer.BackgroundColor             = System.Drawing.Color.White;
     this.DGV_Layer.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.DGV_Layer.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.DGV_Layer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DGV_Layer.ColumnHeadersVisible        = false;
     this.DGV_Layer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.DGVC_Selectable,
         this.DGVC_LayerName,
         this.DGVC_Count,
         this.DGVC_Unselect
     });
     this.DGV_Layer.EditMode               = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.DGV_Layer.MultiSelect            = false;
     this.DGV_Layer.Name                   = "DGV_Layer";
     this.DGV_Layer.RowHeadersVisible      = false;
     this.DGV_Layer.SelectionMode          = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.DGV_Layer.CellContentClick      += new System.Windows.Forms.DataGridViewCellEventHandler(this.DGV_Layer_CellContentClick);
     this.DGV_Layer.CellToolTipTextNeeded += new System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler(this.DGV_Layer_CellToolTipTextNeeded);
     //
     // ToolStrip1
     //
     resources.ApplyResources(this.ToolStrip1, "ToolStrip1");
     this.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.TSB_CheckAll,
         this.TSB_CheckNone,
         this.TSB_SelectAll,
         this.TSB_SelectNone
     });
     this.ToolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.ToolStrip1.Name        = "ToolStrip1";
     this.ToolStrip1.Stretch     = true;
     //
     // TSB_CheckAll
     //
     resources.ApplyResources(this.TSB_CheckAll, "TSB_CheckAll");
     this.TSB_CheckAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TSB_CheckAll.Image        = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.checkall;
     this.TSB_CheckAll.Name         = "TSB_CheckAll";
     this.TSB_CheckAll.Click       += new System.EventHandler(this.TSB_CheckAll_Click);
     //
     // TSB_CheckNone
     //
     resources.ApplyResources(this.TSB_CheckNone, "TSB_CheckNone");
     this.TSB_CheckNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TSB_CheckNone.Image        = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.uncheckall;
     this.TSB_CheckNone.Name         = "TSB_CheckNone";
     this.TSB_CheckNone.Click       += new System.EventHandler(this.TSB_CheckNone_Click);
     //
     // TSB_SelectAll
     //
     resources.ApplyResources(this.TSB_SelectAll, "TSB_SelectAll");
     this.TSB_SelectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TSB_SelectAll.Image        = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_all;
     this.TSB_SelectAll.Name         = "TSB_SelectAll";
     this.TSB_SelectAll.Click       += new System.EventHandler(this.TSB_SelectAll_Click);
     //
     // TSB_SelectNone
     //
     resources.ApplyResources(this.TSB_SelectNone, "TSB_SelectNone");
     this.TSB_SelectNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.TSB_SelectNone.Image        = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_none;
     this.TSB_SelectNone.Name         = "TSB_SelectNone";
     this.TSB_SelectNone.Click       += new System.EventHandler(this.TSB_SelectNone_Click);
     //
     // DataGridViewImageColumn1
     //
     resources.ApplyResources(this.DataGridViewImageColumn1, "DataGridViewImageColumn1");
     this.DataGridViewImageColumn1.Image     = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_none;
     this.DataGridViewImageColumn1.Name      = "DataGridViewImageColumn1";
     this.DataGridViewImageColumn1.ReadOnly  = true;
     this.DataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // DGVC_Selectable
     //
     this.DGVC_Selectable.DataPropertyName = "DGVC_Selectable";
     this.DGVC_Selectable.FalseValue       = "0";
     resources.ApplyResources(this.DGVC_Selectable, "DGVC_Selectable");
     this.DGVC_Selectable.Name      = "DGVC_Selectable";
     this.DGVC_Selectable.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.DGVC_Selectable.TrueValue = "1";
     //
     // DGVC_LayerName
     //
     this.DGVC_LayerName.DataPropertyName = "DGVC_LayerName";
     resources.ApplyResources(this.DGVC_LayerName, "DGVC_LayerName");
     this.DGVC_LayerName.Name     = "DGVC_LayerName";
     this.DGVC_LayerName.ReadOnly = true;
     this.DGVC_LayerName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // DGVC_Count
     //
     this.DGVC_Count.DataPropertyName = "DGVC_Count";
     resources.ApplyResources(this.DGVC_Count, "DGVC_Count");
     this.DGVC_Count.Name     = "DGVC_Count";
     this.DGVC_Count.ReadOnly = true;
     this.DGVC_Count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // DGVC_Unselect
     //
     resources.ApplyResources(this.DGVC_Unselect, "DGVC_Unselect");
     this.DGVC_Unselect.Image     = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_none;
     this.DGVC_Unselect.Name      = "DGVC_Unselect";
     this.DGVC_Unselect.ReadOnly  = true;
     this.DGVC_Unselect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // DGV_Select
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ToolStripContainer1);
     this.Name  = "DGV_Select";
     this.Load += new System.EventHandler(this.DGV_Select_Load);
     this.ToolStripContainer1.ContentPanel.ResumeLayout(false);
     this.ToolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.ToolStripContainer1.TopToolStripPanel.PerformLayout();
     this.ToolStripContainer1.ResumeLayout(false);
     this.ToolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DGV_Layer)).EndInit();
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #16
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Rectangle", 0);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Circle", 1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Path", 2);
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.CustomPropertyContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteCustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ItemContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ItemCenterViewEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.renameToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.moveUpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.moveDownToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.addCustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewSnapToGrid = new System.Windows.Forms.ToolStripMenuItem();
     this.ViewWorldOrigin = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runLevelInYourOwnApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolsMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.moveSelectedItemsToLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copySelectedItemsToLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.linkItemsByACustomPropertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.alignHorizontallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignVerticallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignRotationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alignScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.quickGuideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.undoButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoButton = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.zoomcombo = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.ShowGridButton = new System.Windows.Forms.ToolStripButton();
     this.SnapToGridButton = new System.Windows.Forms.ToolStripButton();
     this.ShowWorldOriginButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.LayerContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.LayerMoveUpEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.LayerMoveDownEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.treetools = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.buttonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.butonMoveUp = new System.Windows.Forms.ToolStripButton();
     this.buttonMoveDown = new System.Windows.Forms.ToolStripButton();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.listView1 = new System.Windows.Forms.ListView();
     this.imageList96 = new System.Windows.Forms.ImageList(this.components);
     this.chooseFolder = new System.Windows.Forms.Button();
     this.buttonFolderUp = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.listView2 = new System.Windows.Forms.ListView();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageList48 = new System.Windows.Forms.ImageList(this.components);
     this.imageList64 = new System.Windows.Forms.ImageList(this.components);
     this.imageList128 = new System.Windows.Forms.ImageList(this.components);
     this.imageList256 = new System.Windows.Forms.ImageList(this.components);
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.LevelContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.centerViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addLayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.CustomPropertyContextMenu.SuspendLayout();
     this.ItemContextMenu.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.LayerContextMenu.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.treetools.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.LevelContextMenu.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(778, 438);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
     this.pictureBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.pictureBox1_PreviewKeyDown);
     this.pictureBox1.DragOver += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragOver);
     this.pictureBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragDrop);
     this.pictureBox1.Resize += new System.EventHandler(this.pictureBox1_Resize);
     this.pictureBox1.DragLeave += new System.EventHandler(this.pictureBox1_DragLeave);
     this.pictureBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragEnter);
     this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
     //
     // statusStrip1
     //
     this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(0, 694);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(1002, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize = false;
     this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(650, 17);
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoSize = false;
     this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(113, 17);
     this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.AutoSize = false;
     this.toolStripStatusLabel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(109, 17);
     this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.AutoSize = false;
     this.toolStripStatusLabel4.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel4.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(60, 17);
     this.toolStripStatusLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // treeView1
     //
     this.treeView1.AllowDrop = true;
     this.treeView1.CheckBoxes = true;
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.HideSelection = false;
     this.treeView1.ImageIndex = 5;
     this.treeView1.ImageList = this.imageList2;
     this.treeView1.LabelEdit = true;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.SelectedImageIndex = 5;
     this.treeView1.Size = new System.Drawing.Size(212, 151);
     this.treeView1.TabIndex = 2;
     this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
     this.treeView1.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
     this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
     this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
     this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
     this.treeView1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView1_DragOver);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "icon_layer.png");
     this.imageList2.Images.SetKeyName(1, "icon_texture_item.png");
     this.imageList2.Images.SetKeyName(2, "icon_rectangle_item.png");
     this.imageList2.Images.SetKeyName(3, "icon_circle_item.png");
     this.imageList2.Images.SetKeyName(4, "icon_path_item.png");
     this.imageList2.Images.SetKeyName(5, "icon_level.png");
     //
     // propertyGrid1
     //
     this.propertyGrid1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.propertyGrid1.ContextMenuStrip = this.CustomPropertyContextMenu;
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.Control;
     this.propertyGrid1.Location = new System.Drawing.Point(3, 16);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.propertyGrid1.Size = new System.Drawing.Size(206, 622);
     this.propertyGrid1.TabIndex = 3;
     this.propertyGrid1.ToolbarVisible = false;
     this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click);
     this.propertyGrid1.Enter += new System.EventHandler(this.propertyGrid1_Enter);
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // CustomPropertyContextMenu
     //
     this.CustomPropertyContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.deleteCustomPropertyToolStripMenuItem});
     this.CustomPropertyContextMenu.Name = "CustomPropertyContextMenu";
     this.CustomPropertyContextMenu.Size = new System.Drawing.Size(201, 26);
     this.CustomPropertyContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.CustomPropertyContextMenu_Opening);
     //
     // deleteCustomPropertyToolStripMenuItem
     //
     this.deleteCustomPropertyToolStripMenuItem.Name = "deleteCustomPropertyToolStripMenuItem";
     this.deleteCustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.deleteCustomPropertyToolStripMenuItem.Text = "Delete Custom Property";
     this.deleteCustomPropertyToolStripMenuItem.Click += new System.EventHandler(this.deleteCustomProperty);
     //
     // ItemContextMenu
     //
     this.ItemContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ItemCenterViewEntry,
     this.toolStripSeparator5,
     this.renameToolStripMenuItem1,
     this.deleteToolStripMenuItem1,
     this.toolStripSeparator3,
     this.moveUpToolStripMenuItem1,
     this.moveDownToolStripMenuItem1,
     this.toolStripSeparator10,
     this.addCustomPropertyToolStripMenuItem});
     this.ItemContextMenu.Name = "ItemContextMenu";
     this.ItemContextMenu.Size = new System.Drawing.Size(190, 154);
     //
     // ItemCenterViewEntry
     //
     this.ItemCenterViewEntry.Name = "ItemCenterViewEntry";
     this.ItemCenterViewEntry.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.ItemCenterViewEntry.Size = new System.Drawing.Size(189, 22);
     this.ItemCenterViewEntry.Text = "Center View";
     this.ItemCenterViewEntry.Click += new System.EventHandler(this.ActionCenterView);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(186, 6);
     //
     // renameToolStripMenuItem1
     //
     this.renameToolStripMenuItem1.Name = "renameToolStripMenuItem1";
     this.renameToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.renameToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.renameToolStripMenuItem1.Text = "Rename";
     this.renameToolStripMenuItem1.Click += new System.EventHandler(this.ActionRename);
     //
     // deleteToolStripMenuItem1
     //
     this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
     this.deleteToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.deleteToolStripMenuItem1.Text = "Delete";
     this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.ActionDelete);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(186, 6);
     //
     // moveUpToolStripMenuItem1
     //
     this.moveUpToolStripMenuItem1.Name = "moveUpToolStripMenuItem1";
     this.moveUpToolStripMenuItem1.ShortcutKeyDisplayString = "";
     this.moveUpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F7;
     this.moveUpToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.moveUpToolStripMenuItem1.Text = "Move Up";
     this.moveUpToolStripMenuItem1.Click += new System.EventHandler(this.ActionMoveUp);
     //
     // moveDownToolStripMenuItem1
     //
     this.moveDownToolStripMenuItem1.Name = "moveDownToolStripMenuItem1";
     this.moveDownToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F8;
     this.moveDownToolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.moveDownToolStripMenuItem1.Text = "Move Down";
     this.moveDownToolStripMenuItem1.Click += new System.EventHandler(this.ActionMoveDown);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(186, 6);
     //
     // addCustomPropertyToolStripMenuItem
     //
     this.addCustomPropertyToolStripMenuItem.Name = "addCustomPropertyToolStripMenuItem";
     this.addCustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.addCustomPropertyToolStripMenuItem.Text = "Add Custom Property";
     this.addCustomPropertyToolStripMenuItem.Click += new System.EventHandler(this.ActionAddCustomProperty);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.runToolStripMenuItem,
     this.ToolsMenu,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.menuStrip1.Size = new System.Drawing.Size(1002, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.toolStripSeparator1,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.newToolStripMenuItem.Text = "New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.FileNew);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.openToolStripMenuItem.Text = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.FileOpen);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.FileSave);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.saveAsToolStripMenuItem.Text = "Save As...";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAs);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.FileExit);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoMenuItem,
     this.redoMenuItem,
     this.toolStripSeparator9,
     this.selectAllToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoMenuItem
     //
     this.undoMenuItem.Enabled = false;
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoMenuItem.Size = new System.Drawing.Size(164, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.EditUndo);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Enabled = false;
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
     this.redoMenuItem.Size = new System.Drawing.Size(164, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.EditRedo);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(161, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.EditSelectAll);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ViewGrid,
     this.ViewSnapToGrid,
     this.ViewWorldOrigin});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // ViewGrid
     //
     this.ViewGrid.CheckOnClick = true;
     this.ViewGrid.Image = ((System.Drawing.Image)(resources.GetObject("ViewGrid.Image")));
     this.ViewGrid.Name = "ViewGrid";
     this.ViewGrid.Size = new System.Drawing.Size(142, 22);
     this.ViewGrid.Text = "Grid";
     this.ViewGrid.CheckedChanged += new System.EventHandler(this.ViewGrid_CheckedChanged);
     //
     // ViewSnapToGrid
     //
     this.ViewSnapToGrid.CheckOnClick = true;
     this.ViewSnapToGrid.Image = ((System.Drawing.Image)(resources.GetObject("ViewSnapToGrid.Image")));
     this.ViewSnapToGrid.Name = "ViewSnapToGrid";
     this.ViewSnapToGrid.Size = new System.Drawing.Size(142, 22);
     this.ViewSnapToGrid.Text = "Snap to Grid";
     this.ViewSnapToGrid.CheckedChanged += new System.EventHandler(this.ViewSnapToGrid_CheckedChanged);
     //
     // ViewWorldOrigin
     //
     this.ViewWorldOrigin.CheckOnClick = true;
     this.ViewWorldOrigin.Image = ((System.Drawing.Image)(resources.GetObject("ViewWorldOrigin.Image")));
     this.ViewWorldOrigin.Name = "ViewWorldOrigin";
     this.ViewWorldOrigin.Size = new System.Drawing.Size(142, 22);
     this.ViewWorldOrigin.Text = "World Origin";
     this.ViewWorldOrigin.CheckedChanged += new System.EventHandler(this.ViewWorldOrigin_CheckedChanged);
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runLevelInYourOwnApplicationToolStripMenuItem});
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.runToolStripMenuItem.Text = "Run";
     //
     // runLevelInYourOwnApplicationToolStripMenuItem
     //
     this.runLevelInYourOwnApplicationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("runLevelInYourOwnApplicationToolStripMenuItem.Image")));
     this.runLevelInYourOwnApplicationToolStripMenuItem.Name = "runLevelInYourOwnApplicationToolStripMenuItem";
     this.runLevelInYourOwnApplicationToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.runLevelInYourOwnApplicationToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.runLevelInYourOwnApplicationToolStripMenuItem.Text = "Run Level";
     this.runLevelInYourOwnApplicationToolStripMenuItem.ToolTipText = "Run Level in your own application. To use this, define the appropriate settings i" +
         "n the Tools->Settings dialog.";
     this.runLevelInYourOwnApplicationToolStripMenuItem.Click += new System.EventHandler(this.RunLevel);
     //
     // ToolsMenu
     //
     this.ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.moveSelectedItemsToLayerToolStripMenuItem,
     this.copySelectedItemsToLayerToolStripMenuItem,
     this.toolStripSeparator7,
     this.linkItemsByACustomPropertyToolStripMenuItem,
     this.toolStripSeparator16,
     this.alignHorizontallyToolStripMenuItem,
     this.alignVerticallyToolStripMenuItem,
     this.alignRotationToolStripMenuItem,
     this.alignScaleToolStripMenuItem,
     this.toolStripSeparator6,
     this.settingsToolStripMenuItem1});
     this.ToolsMenu.Name = "ToolsMenu";
     this.ToolsMenu.Size = new System.Drawing.Size(48, 20);
     this.ToolsMenu.Text = "Tools";
     this.ToolsMenu.MouseEnter += new System.EventHandler(this.ToolsMenu_MouseEnter);
     this.ToolsMenu.Click += new System.EventHandler(this.ToolsMenu_Click);
     //
     // moveSelectedItemsToLayerToolStripMenuItem
     //
     this.moveSelectedItemsToLayerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("moveSelectedItemsToLayerToolStripMenuItem.Image")));
     this.moveSelectedItemsToLayerToolStripMenuItem.Name = "moveSelectedItemsToLayerToolStripMenuItem";
     this.moveSelectedItemsToLayerToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.moveSelectedItemsToLayerToolStripMenuItem.Text = "Move Selected Items to Layer...";
     this.moveSelectedItemsToLayerToolStripMenuItem.ToolTipText = "Moves the selected Items to another existing layer.";
     this.moveSelectedItemsToLayerToolStripMenuItem.Click += new System.EventHandler(this.ToolsMoveToLayer);
     //
     // copySelectedItemsToLayerToolStripMenuItem
     //
     this.copySelectedItemsToLayerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copySelectedItemsToLayerToolStripMenuItem.Image")));
     this.copySelectedItemsToLayerToolStripMenuItem.Name = "copySelectedItemsToLayerToolStripMenuItem";
     this.copySelectedItemsToLayerToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.copySelectedItemsToLayerToolStripMenuItem.Text = "Copy Selected Items to Layer...";
     this.copySelectedItemsToLayerToolStripMenuItem.ToolTipText = "Copies the selected Items to another existing layer.";
     this.copySelectedItemsToLayerToolStripMenuItem.Click += new System.EventHandler(this.ToolsCopyToLayer);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(359, 6);
     //
     // linkItemsByACustomPropertyToolStripMenuItem
     //
     this.linkItemsByACustomPropertyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("linkItemsByACustomPropertyToolStripMenuItem.Image")));
     this.linkItemsByACustomPropertyToolStripMenuItem.Name = "linkItemsByACustomPropertyToolStripMenuItem";
     this.linkItemsByACustomPropertyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.L)));
     this.linkItemsByACustomPropertyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.linkItemsByACustomPropertyToolStripMenuItem.Text = "Link Selected Items by a CustomProperty";
     this.linkItemsByACustomPropertyToolStripMenuItem.ToolTipText = "Only active if exactly two Items are selected. Adds a Custom Property of type \"It" +
         "em\" resulting in the first Item referring to the Second one. \r\nTwo-way linking a" +
         "lso possible.";
     this.linkItemsByACustomPropertyToolStripMenuItem.Click += new System.EventHandler(this.ToolsLinkItems);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(359, 6);
     //
     // alignHorizontallyToolStripMenuItem
     //
     this.alignHorizontallyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignHorizontallyToolStripMenuItem.Image")));
     this.alignHorizontallyToolStripMenuItem.Name = "alignHorizontallyToolStripMenuItem";
     this.alignHorizontallyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.H)));
     this.alignHorizontallyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignHorizontallyToolStripMenuItem.Text = "Align Horizontally";
     this.alignHorizontallyToolStripMenuItem.ToolTipText = "Adjust the Y-Coordinate of all selected items to be the same as the first selecte" +
         "d item.";
     this.alignHorizontallyToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignHorizontally);
     //
     // alignVerticallyToolStripMenuItem
     //
     this.alignVerticallyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignVerticallyToolStripMenuItem.Image")));
     this.alignVerticallyToolStripMenuItem.Name = "alignVerticallyToolStripMenuItem";
     this.alignVerticallyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.V)));
     this.alignVerticallyToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignVerticallyToolStripMenuItem.Text = "Align Vertically";
     this.alignVerticallyToolStripMenuItem.ToolTipText = "Adjust the X-Coordinate of all selected items to be the same as the first selecte" +
         "d item.";
     this.alignVerticallyToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignVertically);
     //
     // alignRotationToolStripMenuItem
     //
     this.alignRotationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignRotationToolStripMenuItem.Image")));
     this.alignRotationToolStripMenuItem.Name = "alignRotationToolStripMenuItem";
     this.alignRotationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.R)));
     this.alignRotationToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignRotationToolStripMenuItem.Text = "Align Rotation";
     this.alignRotationToolStripMenuItem.ToolTipText = "Adjust the rotation of all selected items to be the same as the first selected it" +
         "em.";
     this.alignRotationToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignRotation);
     //
     // alignScaleToolStripMenuItem
     //
     this.alignScaleToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignScaleToolStripMenuItem.Image")));
     this.alignScaleToolStripMenuItem.Name = "alignScaleToolStripMenuItem";
     this.alignScaleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.S)));
     this.alignScaleToolStripMenuItem.Size = new System.Drawing.Size(362, 22);
     this.alignScaleToolStripMenuItem.Text = "Align Scale";
     this.alignScaleToolStripMenuItem.ToolTipText = "Adjust the Scale of all selected items to be the same as the first selected item." +
         "";
     this.alignScaleToolStripMenuItem.Click += new System.EventHandler(this.ToolsAlignScale);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(359, 6);
     //
     // settingsToolStripMenuItem1
     //
     this.settingsToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem1.Image")));
     this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
     this.settingsToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F9;
     this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(362, 22);
     this.settingsToolStripMenuItem1.Text = "Settings";
     this.settingsToolStripMenuItem1.ToolTipText = "The Settings Dialog.";
     this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.ToolsSettings);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.quickGuideToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // quickGuideToolStripMenuItem
     //
     this.quickGuideToolStripMenuItem.Name = "quickGuideToolStripMenuItem";
     this.quickGuideToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.quickGuideToolStripMenuItem.Text = "QuickGuide";
     this.quickGuideToolStripMenuItem.Click += new System.EventHandler(this.HelpQuickGuide);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.HelpAbout);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripButton,
     this.openToolStripButton,
     this.saveToolStripButton,
     this.toolStripSeparator,
     this.undoButton,
     this.redoButton,
     this.toolStripSeparator8,
     this.toolStripLabel1,
     this.zoomcombo,
     this.toolStripSeparator17,
     this.ShowGridButton,
     this.SnapToGridButton,
     this.ShowWorldOriginButton,
     this.toolStripSeparator12,
     this.toolStripButton2,
     this.toolStripSeparator14,
     this.toolStripButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size = new System.Drawing.Size(1002, 25);
     this.toolStrip1.Stretch = true;
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text = "toolStrip1";
     //
     // newToolStripButton
     //
     this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton.Text = "&New";
     this.newToolStripButton.Click += new System.EventHandler(this.FileNew);
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text = "&Open";
     this.openToolStripButton.Click += new System.EventHandler(this.FileOpen);
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text = "&Save";
     this.saveToolStripButton.ToolTipText = "Save";
     this.saveToolStripButton.Click += new System.EventHandler(this.FileSave);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // undoButton
     //
     this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name = "undoButton";
     this.undoButton.Size = new System.Drawing.Size(32, 22);
     this.undoButton.Text = "toolStripButton2";
     this.undoButton.ToolTipText = "Undo";
     this.undoButton.ButtonClick += new System.EventHandler(this.EditUndo);
     this.undoButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.UndoManyCommands);
     //
     // redoButton
     //
     this.redoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoButton.Enabled = false;
     this.redoButton.Image = ((System.Drawing.Image)(resources.GetObject("redoButton.Image")));
     this.redoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.redoButton.Name = "redoButton";
     this.redoButton.Size = new System.Drawing.Size(32, 22);
     this.redoButton.Text = "toolStripButton3";
     this.redoButton.ToolTipText = "Redo";
     this.redoButton.ButtonClick += new System.EventHandler(this.EditRedo);
     this.redoButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.RedoManyCommands);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(42, 22);
     this.toolStripLabel1.Text = "Zoom:";
     //
     // zoomcombo
     //
     this.zoomcombo.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.zoomcombo.Name = "zoomcombo";
     this.zoomcombo.Size = new System.Drawing.Size(75, 25);
     this.zoomcombo.TextChanged += new System.EventHandler(this.zoomcombo_TextChanged);
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(6, 25);
     //
     // ShowGridButton
     //
     this.ShowGridButton.CheckOnClick = true;
     this.ShowGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ShowGridButton.Image = ((System.Drawing.Image)(resources.GetObject("ShowGridButton.Image")));
     this.ShowGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShowGridButton.Name = "ShowGridButton";
     this.ShowGridButton.Size = new System.Drawing.Size(23, 22);
     this.ShowGridButton.Text = "toolStripButton4";
     this.ShowGridButton.ToolTipText = "Show Grid";
     this.ShowGridButton.CheckedChanged += new System.EventHandler(this.ShowGridButton_CheckedChanged);
     //
     // SnapToGridButton
     //
     this.SnapToGridButton.CheckOnClick = true;
     this.SnapToGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.SnapToGridButton.Image = ((System.Drawing.Image)(resources.GetObject("SnapToGridButton.Image")));
     this.SnapToGridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SnapToGridButton.Name = "SnapToGridButton";
     this.SnapToGridButton.Size = new System.Drawing.Size(23, 22);
     this.SnapToGridButton.Text = "toolStripButton4";
     this.SnapToGridButton.ToolTipText = "Snap to Grid";
     this.SnapToGridButton.CheckedChanged += new System.EventHandler(this.SnapToGridButton_CheckedChanged);
     //
     // ShowWorldOriginButton
     //
     this.ShowWorldOriginButton.CheckOnClick = true;
     this.ShowWorldOriginButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ShowWorldOriginButton.Image = ((System.Drawing.Image)(resources.GetObject("ShowWorldOriginButton.Image")));
     this.ShowWorldOriginButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShowWorldOriginButton.Name = "ShowWorldOriginButton";
     this.ShowWorldOriginButton.Size = new System.Drawing.Size(23, 22);
     this.ShowWorldOriginButton.Text = "toolStripButton4";
     this.ShowWorldOriginButton.ToolTipText = "Show World Origin";
     this.ShowWorldOriginButton.CheckedChanged += new System.EventHandler(this.ShowWorldOriginButton_CheckedChanged);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Run Level";
     this.toolStripButton2.ToolTipText = "Run Level in your own application. To use this, define the appropriate settings i" +
         "n the Tools->Settings dialog.";
     this.toolStripButton2.Click += new System.EventHandler(this.RunLevel);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Settings";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolsSettings);
     //
     // LayerContextMenu
     //
     this.LayerContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.duplicateToolStripMenuItem,
     this.toolStripSeparator11,
     this.renameToolStripMenuItem,
     this.deleteToolStripMenuItem,
     this.toolStripSeparator2,
     this.LayerMoveUpEntry,
     this.LayerMoveDownEntry,
     this.toolStripSeparator18,
     this.toolStripMenuItem1});
     this.LayerContextMenu.Name = "LayerContextMenu";
     this.LayerContextMenu.Size = new System.Drawing.Size(190, 154);
     //
     // duplicateToolStripMenuItem
     //
     this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
     this.duplicateToolStripMenuItem.ShortcutKeyDisplayString = "";
     this.duplicateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.duplicateToolStripMenuItem.Text = "Duplicate";
     this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.ActionDuplicate);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(186, 6);
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.renameToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.renameToolStripMenuItem.Text = "Rename";
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.ActionRename);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.ActionDelete);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(186, 6);
     //
     // LayerMoveUpEntry
     //
     this.LayerMoveUpEntry.Name = "LayerMoveUpEntry";
     this.LayerMoveUpEntry.ShortcutKeys = System.Windows.Forms.Keys.F7;
     this.LayerMoveUpEntry.Size = new System.Drawing.Size(189, 22);
     this.LayerMoveUpEntry.Text = "Move Up";
     this.LayerMoveUpEntry.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.LayerMoveUpEntry.Click += new System.EventHandler(this.ActionMoveUp);
     //
     // LayerMoveDownEntry
     //
     this.LayerMoveDownEntry.Name = "LayerMoveDownEntry";
     this.LayerMoveDownEntry.ShortcutKeys = System.Windows.Forms.Keys.F8;
     this.LayerMoveDownEntry.Size = new System.Drawing.Size(189, 22);
     this.LayerMoveDownEntry.Text = "Move Down";
     this.LayerMoveDownEntry.Click += new System.EventHandler(this.ActionMoveDown);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(186, 6);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem1.Text = "Add Custom Property";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.ActionAddCustomProperty);
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(1002, 645);
     this.splitContainer1.SplitterDistance = 216;
     this.splitContainer1.TabIndex = 6;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.propertyGrid1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(212, 641);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Inspector";
     this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer2.Panel1.Controls.Add(this.pictureBox1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(782, 645);
     this.splitContainer2.SplitterDistance = 442;
     this.splitContainer2.TabIndex = 0;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer4.Size = new System.Drawing.Size(778, 195);
     this.splitContainer4.SplitterDistance = 218;
     this.splitContainer4.TabIndex = 1;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.treeView1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(212, 151);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(3, 16);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(212, 176);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.treetools);
     this.toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     //
     // treetools
     //
     this.treetools.Dock = System.Windows.Forms.DockStyle.None;
     this.treetools.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.treetools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.buttonDelete,
     this.toolStripSeparator4,
     this.butonMoveUp,
     this.buttonMoveDown});
     this.treetools.Location = new System.Drawing.Point(3, 0);
     this.treetools.Name = "treetools";
     this.treetools.Size = new System.Drawing.Size(101, 25);
     this.treetools.TabIndex = 0;
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     this.toolStripButton1.ToolTipText = "New Layer (N)";
     this.toolStripButton1.Click += new System.EventHandler(this.ActionNewLayer);
     //
     // buttonDelete
     //
     this.buttonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonDelete.Image = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name = "buttonDelete";
     this.buttonDelete.Size = new System.Drawing.Size(23, 22);
     this.buttonDelete.Text = "Delete";
     this.buttonDelete.ToolTipText = "Delete (Del)";
     this.buttonDelete.Click += new System.EventHandler(this.ActionDelete);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // butonMoveUp
     //
     this.butonMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.butonMoveUp.Image = ((System.Drawing.Image)(resources.GetObject("butonMoveUp.Image")));
     this.butonMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.butonMoveUp.Name = "butonMoveUp";
     this.butonMoveUp.Size = new System.Drawing.Size(23, 22);
     this.butonMoveUp.Text = "toolStripButton3";
     this.butonMoveUp.ToolTipText = "Move Up (F7)";
     this.butonMoveUp.Click += new System.EventHandler(this.ActionMoveUp);
     //
     // buttonMoveDown
     //
     this.buttonMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonMoveDown.Image = ((System.Drawing.Image)(resources.GetObject("buttonMoveDown.Image")));
     this.buttonMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonMoveDown.Name = "buttonMoveDown";
     this.buttonMoveDown.Size = new System.Drawing.Size(23, 22);
     this.buttonMoveDown.Text = "toolStripButton4";
     this.buttonMoveDown.ToolTipText = "Move Down (F8)";
     this.buttonMoveDown.Click += new System.EventHandler(this.ActionMoveDown);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.HotTrack = true;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(556, 195);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.listView1);
     this.tabPage1.Controls.Add(this.chooseFolder);
     this.tabPage1.Controls.Add(this.buttonFolderUp);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.comboBox1);
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(548, 169);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Textures";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // listView1
     //
     this.listView1.AllowDrop = true;
     this.listView1.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.listView1.HideSelection = false;
     this.listView1.LargeImageList = this.imageList96;
     this.listView1.Location = new System.Drawing.Point(9, 34);
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(550, 129);
     this.listView1.TabIndex = 6;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
     this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
     this.listView1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.listView1_GiveFeedback);
     this.listView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView1_ItemDrag);
     this.listView1.DragOver += new System.Windows.Forms.DragEventHandler(this.listView1_DragOver);
     this.listView1.Click += new System.EventHandler(this.listView1_Click);
     //
     // imageList96
     //
     this.imageList96.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList96.ImageSize = new System.Drawing.Size(96, 96);
     this.imageList96.TransparentColor = System.Drawing.Color.Transparent;
     //
     // chooseFolder
     //
     this.chooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chooseFolder.Location = new System.Drawing.Point(347, 6);
     this.chooseFolder.Name = "chooseFolder";
     this.chooseFolder.Size = new System.Drawing.Size(60, 23);
     this.chooseFolder.TabIndex = 5;
     this.chooseFolder.Text = "Choose...";
     this.chooseFolder.UseVisualStyleBackColor = true;
     this.chooseFolder.Click += new System.EventHandler(this.chooseFolder_Click);
     //
     // buttonFolderUp
     //
     this.buttonFolderUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonFolderUp.Image = ((System.Drawing.Image)(resources.GetObject("buttonFolderUp.Image")));
     this.buttonFolderUp.Location = new System.Drawing.Point(309, 6);
     this.buttonFolderUp.Name = "buttonFolderUp";
     this.buttonFolderUp.Size = new System.Drawing.Size(32, 23);
     this.buttonFolderUp.TabIndex = 4;
     this.buttonFolderUp.UseVisualStyleBackColor = true;
     this.buttonFolderUp.Click += new System.EventHandler(this.buttonFolderUp_Click);
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(455, 11);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(30, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Size:";
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(485, 8);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(74, 21);
     this.comboBox1.TabIndex = 2;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboSize_SelectedIndexChanged);
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(51, 8);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(252, 20);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(39, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Folder:";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.listView2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(545, 169);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Primitives";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // listView2
     //
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.HideSelection = false;
     listViewItem1.ToolTipText = "A simple rectangle defined by position, width and height. Rectangle Primitives ca" +
         "n be scaled but not rotated.";
     listViewItem2.ToolTipText = "A simple circle defined by position and radius. Circle Primitives can be scaled b" +
         "ut not rotated.";
     listViewItem3.ToolTipText = "A Path is an array of Vector2. Path Primitives can be rotated and scaled.";
     this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3});
     this.listView2.LargeImageList = this.imageList1;
     this.listView2.Location = new System.Drawing.Point(3, 3);
     this.listView2.MultiSelect = false;
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(539, 163);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView2_MouseDoubleClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "primitive_rectangle.png");
     this.imageList1.Images.SetKeyName(1, "primitive_circle.png");
     this.imageList1.Images.SetKeyName(2, "primitive_path.png");
     //
     // imageList48
     //
     this.imageList48.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList48.ImageSize = new System.Drawing.Size(48, 48);
     this.imageList48.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList64
     //
     this.imageList64.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList64.ImageSize = new System.Drawing.Size(64, 64);
     this.imageList64.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList128
     //
     this.imageList128.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList128.ImageSize = new System.Drawing.Size(128, 128);
     this.imageList128.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList256
     //
     this.imageList256.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList256.ImageSize = new System.Drawing.Size(256, 256);
     this.imageList256.TransparentColor = System.Drawing.Color.Transparent;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
     //
     // LevelContextMenu
     //
     this.LevelContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.centerViewToolStripMenuItem,
     this.addLayerToolStripMenuItem,
     this.toolStripSeparator13,
     this.toolStripMenuItem2,
     this.toolStripSeparator15,
     this.toolStripMenuItem6});
     this.LevelContextMenu.Name = "ItemContextMenu";
     this.LevelContextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.LevelContextMenu.Size = new System.Drawing.Size(190, 104);
     //
     // centerViewToolStripMenuItem
     //
     this.centerViewToolStripMenuItem.Name = "centerViewToolStripMenuItem";
     this.centerViewToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.centerViewToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.centerViewToolStripMenuItem.Text = "Center View";
     this.centerViewToolStripMenuItem.Click += new System.EventHandler(this.ActionCenterView);
     //
     // addLayerToolStripMenuItem
     //
     this.addLayerToolStripMenuItem.Name = "addLayerToolStripMenuItem";
     this.addLayerToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
     this.addLayerToolStripMenuItem.Text = "Add Layer";
     this.addLayerToolStripMenuItem.Click += new System.EventHandler(this.ActionNewLayer);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(186, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.toolStripMenuItem2.Size = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem2.Text = "Rename";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.ActionRename);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(186, 6);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem6.Text = "Add Custom Property";
     this.toolStripMenuItem6.Click += new System.EventHandler(this.ActionAddCustomProperty);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.toolStripContainer1);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(218, 195);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Hierarchy";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1002, 716);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Location = new System.Drawing.Point(10, 10);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "GLEED2D";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.CustomPropertyContextMenu.ResumeLayout(false);
     this.ItemContextMenu.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.LayerContextMenu.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.treetools.ResumeLayout(false);
     this.treetools.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.LevelContextMenu.ResumeLayout(false);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.button1 = new System.Windows.Forms.Button();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.tabControlMain = new System.Windows.Forms.TabControl();
     this.tabPageGeneral = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.buttonNotify = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.textBoxNotificationMessage = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBoxNotificationSender = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxMethod = new System.Windows.Forms.TextBox();
     this.textBoxOutput = new System.Windows.Forms.TextBox();
     this.buttonIntrospect = new System.Windows.Forms.Button();
     this.buttonExport = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.textBoxExportPath = new System.Windows.Forms.TextBox();
     this.tabPageRemote = new System.Windows.Forms.TabPage();
     this.buttonNext = new System.Windows.Forms.Button();
     this.buttonStop = new System.Windows.Forms.Button();
     this.buttonPrevious = new System.Windows.Forms.Button();
     this.buttonFF = new System.Windows.Forms.Button();
     this.buttonPlay = new System.Windows.Forms.Button();
     this.buttonRewind = new System.Windows.Forms.Button();
     this.buttonTv = new System.Windows.Forms.Button();
     this.buttonImages = new System.Windows.Forms.Button();
     this.buttonMusic = new System.Windows.Forms.Button();
     this.buttonVideo = new System.Windows.Forms.Button();
     this.tabPageAudioLibrary = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.listBoxAudioLibraryMain = new System.Windows.Forms.ListBox();
     this.listBoxAudioLibrarySecondary = new System.Windows.Forms.ListBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.propertyGridAudioLibrary = new System.Windows.Forms.PropertyGrid();
     this.tabControlAudioLibraryImages = new System.Windows.Forms.TabControl();
     this.tabPageAudioThumbnail = new System.Windows.Forms.TabPage();
     this.pictureBoxAudioThumbnail = new System.Windows.Forms.PictureBox();
     this.tabPageAudioFanart = new System.Windows.Forms.TabPage();
     this.pictureBoxAudioFanart = new System.Windows.Forms.PictureBox();
     this.tabPageVideoLibrary = new System.Windows.Forms.TabPage();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.splitContainer5 = new System.Windows.Forms.SplitContainer();
     this.listBoxVideoLibraryMain = new System.Windows.Forms.ListBox();
     this.listBoxVideoLibrarySecondary = new System.Windows.Forms.ListBox();
     this.splitContainer6 = new System.Windows.Forms.SplitContainer();
     this.propertyGridVideoLibrary = new System.Windows.Forms.PropertyGrid();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.getAlbumsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getArtistsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getGenresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getRecentlyAddedAlbumsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getRecentlyAddedSongsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cleanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.scanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControlVideoLibraryImages = new System.Windows.Forms.TabControl();
     this.tabPageVideoThumbnail = new System.Windows.Forms.TabPage();
     this.pictureBoxVideoThumbnail = new System.Windows.Forms.PictureBox();
     this.tabPageVideoFanart = new System.Windows.Forms.TabPage();
     this.pictureBoxVideoFanart = new System.Windows.Forms.PictureBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
     this.GetMoviestoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetMovieSetstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetTvShowstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetRecentEpisodestoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GetMusicVideostoolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.CleanVideoLibraryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ScanVideoLibraryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.GetRecentMoviestoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.GetRecentMusicVideosMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.tabControlMain.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPageRemote.SuspendLayout();
     this.tabPageAudioLibrary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControlAudioLibraryImages.SuspendLayout();
     this.tabPageAudioThumbnail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioThumbnail)).BeginInit();
     this.tabPageAudioFanart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioFanart)).BeginInit();
     this.tabPageVideoLibrary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
     this.splitContainer5.Panel1.SuspendLayout();
     this.splitContainer5.Panel2.SuspendLayout();
     this.splitContainer5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
     this.splitContainer6.Panel1.SuspendLayout();
     this.splitContainer6.Panel2.SuspendLayout();
     this.splitContainer6.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabControlVideoLibraryImages.SuspendLayout();
     this.tabPageVideoThumbnail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoThumbnail)).BeginInit();
     this.tabPageVideoFanart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoFanart)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 480);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(889, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControlMain);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(889, 455);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(889, 480);
     this.toolStripContainer1.TabIndex = 2;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // tabControlMain
     //
     this.tabControlMain.Controls.Add(this.tabPageGeneral);
     this.tabControlMain.Controls.Add(this.tabPageRemote);
     this.tabControlMain.Controls.Add(this.tabPageAudioLibrary);
     this.tabControlMain.Controls.Add(this.tabPageVideoLibrary);
     this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlMain.Location = new System.Drawing.Point(0, 0);
     this.tabControlMain.Name = "tabControlMain";
     this.tabControlMain.SelectedIndex = 0;
     this.tabControlMain.Size = new System.Drawing.Size(889, 455);
     this.tabControlMain.TabIndex = 0;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.groupBox1);
     this.tabPageGeneral.Controls.Add(this.label2);
     this.tabPageGeneral.Controls.Add(this.textBoxMethod);
     this.tabPageGeneral.Controls.Add(this.textBoxOutput);
     this.tabPageGeneral.Controls.Add(this.buttonIntrospect);
     this.tabPageGeneral.Controls.Add(this.buttonExport);
     this.tabPageGeneral.Controls.Add(this.label1);
     this.tabPageGeneral.Controls.Add(this.textBoxExportPath);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name = "tabPageGeneral";
     this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageGeneral.Size = new System.Drawing.Size(881, 429);
     this.tabPageGeneral.TabIndex = 3;
     this.tabPageGeneral.Text = "General";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.buttonNotify);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBoxNotificationMessage);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBoxNotificationSender);
     this.groupBox1.Location = new System.Drawing.Point(18, 110);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(352, 110);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Notification";
     //
     // buttonNotify
     //
     this.buttonNotify.Location = new System.Drawing.Point(246, 28);
     this.buttonNotify.Name = "buttonNotify";
     this.buttonNotify.Size = new System.Drawing.Size(75, 23);
     this.buttonNotify.TabIndex = 11;
     this.buttonNotify.Text = "Notify";
     this.buttonNotify.UseVisualStyleBackColor = true;
     this.buttonNotify.Click += new System.EventHandler(this.buttonNotify_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 59);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(50, 13);
     this.label3.TabIndex = 10;
     this.label3.Text = "Message";
     //
     // textBoxNotificationMessage
     //
     this.textBoxNotificationMessage.Location = new System.Drawing.Point(6, 74);
     this.textBoxNotificationMessage.Name = "textBoxNotificationMessage";
     this.textBoxNotificationMessage.Size = new System.Drawing.Size(340, 20);
     this.textBoxNotificationMessage.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Sender";
     //
     // textBoxNotificationSender
     //
     this.textBoxNotificationSender.Location = new System.Drawing.Point(6, 31);
     this.textBoxNotificationSender.Name = "textBoxNotificationSender";
     this.textBoxNotificationSender.Size = new System.Drawing.Size(223, 20);
     this.textBoxNotificationSender.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(43, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Method";
     //
     // textBoxMethod
     //
     this.textBoxMethod.Location = new System.Drawing.Point(18, 71);
     this.textBoxMethod.Name = "textBoxMethod";
     this.textBoxMethod.Size = new System.Drawing.Size(223, 20);
     this.textBoxMethod.TabIndex = 5;
     //
     // textBoxOutput
     //
     this.textBoxOutput.Location = new System.Drawing.Point(387, 53);
     this.textBoxOutput.Multiline = true;
     this.textBoxOutput.Name = "textBoxOutput";
     this.textBoxOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBoxOutput.Size = new System.Drawing.Size(471, 354);
     this.textBoxOutput.TabIndex = 4;
     //
     // buttonIntrospect
     //
     this.buttonIntrospect.Location = new System.Drawing.Point(264, 68);
     this.buttonIntrospect.Name = "buttonIntrospect";
     this.buttonIntrospect.Size = new System.Drawing.Size(75, 23);
     this.buttonIntrospect.TabIndex = 3;
     this.buttonIntrospect.Text = "Introspect";
     this.buttonIntrospect.UseVisualStyleBackColor = true;
     this.buttonIntrospect.Click += new System.EventHandler(this.buttonIntrospect_Click);
     //
     // buttonExport
     //
     this.buttonExport.Location = new System.Drawing.Point(264, 25);
     this.buttonExport.Name = "buttonExport";
     this.buttonExport.Size = new System.Drawing.Size(75, 23);
     this.buttonExport.TabIndex = 2;
     this.buttonExport.Text = "Export";
     this.buttonExport.UseVisualStyleBackColor = true;
     this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Export Path";
     //
     // textBoxExportPath
     //
     this.textBoxExportPath.Location = new System.Drawing.Point(18, 28);
     this.textBoxExportPath.Name = "textBoxExportPath";
     this.textBoxExportPath.Size = new System.Drawing.Size(223, 20);
     this.textBoxExportPath.TabIndex = 0;
     //
     // tabPageRemote
     //
     this.tabPageRemote.Controls.Add(this.buttonNext);
     this.tabPageRemote.Controls.Add(this.buttonStop);
     this.tabPageRemote.Controls.Add(this.buttonPrevious);
     this.tabPageRemote.Controls.Add(this.buttonFF);
     this.tabPageRemote.Controls.Add(this.buttonPlay);
     this.tabPageRemote.Controls.Add(this.buttonRewind);
     this.tabPageRemote.Controls.Add(this.buttonTv);
     this.tabPageRemote.Controls.Add(this.buttonImages);
     this.tabPageRemote.Controls.Add(this.buttonMusic);
     this.tabPageRemote.Controls.Add(this.buttonVideo);
     this.tabPageRemote.Location = new System.Drawing.Point(4, 22);
     this.tabPageRemote.Name = "tabPageRemote";
     this.tabPageRemote.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageRemote.Size = new System.Drawing.Size(881, 429);
     this.tabPageRemote.TabIndex = 2;
     this.tabPageRemote.Text = "Remote";
     this.tabPageRemote.UseVisualStyleBackColor = true;
     //
     // buttonNext
     //
     this.buttonNext.Location = new System.Drawing.Point(170, 91);
     this.buttonNext.Name = "buttonNext";
     this.buttonNext.Size = new System.Drawing.Size(75, 23);
     this.buttonNext.TabIndex = 9;
     this.buttonNext.Text = "Next";
     this.buttonNext.UseVisualStyleBackColor = true;
     this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
     //
     // buttonStop
     //
     this.buttonStop.Location = new System.Drawing.Point(89, 91);
     this.buttonStop.Name = "buttonStop";
     this.buttonStop.Size = new System.Drawing.Size(75, 23);
     this.buttonStop.TabIndex = 8;
     this.buttonStop.Text = "Stop";
     this.buttonStop.UseVisualStyleBackColor = true;
     this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
     //
     // buttonPrevious
     //
     this.buttonPrevious.Location = new System.Drawing.Point(8, 91);
     this.buttonPrevious.Name = "buttonPrevious";
     this.buttonPrevious.Size = new System.Drawing.Size(75, 23);
     this.buttonPrevious.TabIndex = 7;
     this.buttonPrevious.Text = "Prev.";
     this.buttonPrevious.UseVisualStyleBackColor = true;
     this.buttonPrevious.Click += new System.EventHandler(this.buttonPrevious_Click);
     //
     // buttonFF
     //
     this.buttonFF.Location = new System.Drawing.Point(170, 62);
     this.buttonFF.Name = "buttonFF";
     this.buttonFF.Size = new System.Drawing.Size(75, 23);
     this.buttonFF.TabIndex = 6;
     this.buttonFF.Text = "FF";
     this.buttonFF.UseVisualStyleBackColor = true;
     //
     // buttonPlay
     //
     this.buttonPlay.Location = new System.Drawing.Point(89, 62);
     this.buttonPlay.Name = "buttonPlay";
     this.buttonPlay.Size = new System.Drawing.Size(75, 23);
     this.buttonPlay.TabIndex = 5;
     this.buttonPlay.Text = "Play";
     this.buttonPlay.UseVisualStyleBackColor = true;
     this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click);
     //
     // buttonRewind
     //
     this.buttonRewind.Location = new System.Drawing.Point(8, 62);
     this.buttonRewind.Name = "buttonRewind";
     this.buttonRewind.Size = new System.Drawing.Size(75, 23);
     this.buttonRewind.TabIndex = 4;
     this.buttonRewind.Text = "Rewind";
     this.buttonRewind.UseVisualStyleBackColor = true;
     //
     // buttonTv
     //
     this.buttonTv.Location = new System.Drawing.Point(251, 16);
     this.buttonTv.Name = "buttonTv";
     this.buttonTv.Size = new System.Drawing.Size(75, 23);
     this.buttonTv.TabIndex = 3;
     this.buttonTv.Text = "TV";
     this.buttonTv.UseVisualStyleBackColor = true;
     //
     // buttonImages
     //
     this.buttonImages.Location = new System.Drawing.Point(170, 16);
     this.buttonImages.Name = "buttonImages";
     this.buttonImages.Size = new System.Drawing.Size(75, 23);
     this.buttonImages.TabIndex = 2;
     this.buttonImages.Text = "Images";
     this.buttonImages.UseVisualStyleBackColor = true;
     //
     // buttonMusic
     //
     this.buttonMusic.Location = new System.Drawing.Point(89, 16);
     this.buttonMusic.Name = "buttonMusic";
     this.buttonMusic.Size = new System.Drawing.Size(75, 23);
     this.buttonMusic.TabIndex = 1;
     this.buttonMusic.Text = "Music";
     this.buttonMusic.UseVisualStyleBackColor = true;
     this.buttonMusic.Click += new System.EventHandler(this.buttonMusic_Click);
     //
     // buttonVideo
     //
     this.buttonVideo.Location = new System.Drawing.Point(8, 16);
     this.buttonVideo.Name = "buttonVideo";
     this.buttonVideo.Size = new System.Drawing.Size(75, 23);
     this.buttonVideo.TabIndex = 0;
     this.buttonVideo.Text = "Video";
     this.buttonVideo.UseVisualStyleBackColor = true;
     //
     // tabPageAudioLibrary
     //
     this.tabPageAudioLibrary.Controls.Add(this.splitContainer1);
     this.tabPageAudioLibrary.Location = new System.Drawing.Point(4, 22);
     this.tabPageAudioLibrary.Name = "tabPageAudioLibrary";
     this.tabPageAudioLibrary.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageAudioLibrary.Size = new System.Drawing.Size(881, 429);
     this.tabPageAudioLibrary.TabIndex = 0;
     this.tabPageAudioLibrary.Text = "Audio Library";
     this.tabPageAudioLibrary.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(875, 423);
     this.splitContainer1.SplitterDistance = 608;
     this.splitContainer1.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.listBoxAudioLibraryMain);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.listBoxAudioLibrarySecondary);
     this.splitContainer3.Size = new System.Drawing.Size(608, 423);
     this.splitContainer3.SplitterDistance = 325;
     this.splitContainer3.TabIndex = 3;
     //
     // listBoxAudioLibraryMain
     //
     this.listBoxAudioLibraryMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxAudioLibraryMain.FormattingEnabled = true;
     this.listBoxAudioLibraryMain.Location = new System.Drawing.Point(0, 0);
     this.listBoxAudioLibraryMain.Name = "listBoxAudioLibraryMain";
     this.listBoxAudioLibraryMain.Size = new System.Drawing.Size(325, 423);
     this.listBoxAudioLibraryMain.TabIndex = 3;
     this.listBoxAudioLibraryMain.SelectedIndexChanged += new System.EventHandler(this.listBoxAudioLibraryMain_SelectedIndexChanged);
     //
     // listBoxAudioLibrarySecondary
     //
     this.listBoxAudioLibrarySecondary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxAudioLibrarySecondary.FormattingEnabled = true;
     this.listBoxAudioLibrarySecondary.Location = new System.Drawing.Point(0, 0);
     this.listBoxAudioLibrarySecondary.Name = "listBoxAudioLibrarySecondary";
     this.listBoxAudioLibrarySecondary.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
     this.listBoxAudioLibrarySecondary.Size = new System.Drawing.Size(279, 423);
     this.listBoxAudioLibrarySecondary.TabIndex = 2;
     this.listBoxAudioLibrarySecondary.SelectedIndexChanged += new System.EventHandler(this.listBoxAudioLibrarySecondary_SelectedIndexChanged);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.propertyGridAudioLibrary);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.tabControlAudioLibraryImages);
     this.splitContainer2.Size = new System.Drawing.Size(263, 423);
     this.splitContainer2.SplitterDistance = 223;
     this.splitContainer2.TabIndex = 0;
     //
     // propertyGridAudioLibrary
     //
     this.propertyGridAudioLibrary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGridAudioLibrary.Location = new System.Drawing.Point(0, 0);
     this.propertyGridAudioLibrary.Name = "propertyGridAudioLibrary";
     this.propertyGridAudioLibrary.Size = new System.Drawing.Size(263, 223);
     this.propertyGridAudioLibrary.TabIndex = 1;
     //
     // tabControlAudioLibraryImages
     //
     this.tabControlAudioLibraryImages.Controls.Add(this.tabPageAudioThumbnail);
     this.tabControlAudioLibraryImages.Controls.Add(this.tabPageAudioFanart);
     this.tabControlAudioLibraryImages.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlAudioLibraryImages.Location = new System.Drawing.Point(0, 0);
     this.tabControlAudioLibraryImages.Name = "tabControlAudioLibraryImages";
     this.tabControlAudioLibraryImages.SelectedIndex = 0;
     this.tabControlAudioLibraryImages.Size = new System.Drawing.Size(263, 196);
     this.tabControlAudioLibraryImages.TabIndex = 0;
     //
     // tabPageAudioThumbnail
     //
     this.tabPageAudioThumbnail.Controls.Add(this.pictureBoxAudioThumbnail);
     this.tabPageAudioThumbnail.Location = new System.Drawing.Point(4, 22);
     this.tabPageAudioThumbnail.Name = "tabPageAudioThumbnail";
     this.tabPageAudioThumbnail.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageAudioThumbnail.Size = new System.Drawing.Size(255, 170);
     this.tabPageAudioThumbnail.TabIndex = 0;
     this.tabPageAudioThumbnail.Text = "Thumbnail";
     this.tabPageAudioThumbnail.UseVisualStyleBackColor = true;
     //
     // pictureBoxAudioThumbnail
     //
     this.pictureBoxAudioThumbnail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxAudioThumbnail.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxAudioThumbnail.Name = "pictureBoxAudioThumbnail";
     this.pictureBoxAudioThumbnail.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxAudioThumbnail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxAudioThumbnail.TabIndex = 1;
     this.pictureBoxAudioThumbnail.TabStop = false;
     //
     // tabPageAudioFanart
     //
     this.tabPageAudioFanart.Controls.Add(this.pictureBoxAudioFanart);
     this.tabPageAudioFanart.Location = new System.Drawing.Point(4, 22);
     this.tabPageAudioFanart.Name = "tabPageAudioFanart";
     this.tabPageAudioFanart.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageAudioFanart.Size = new System.Drawing.Size(255, 170);
     this.tabPageAudioFanart.TabIndex = 1;
     this.tabPageAudioFanart.Text = "Fanart";
     this.tabPageAudioFanart.UseVisualStyleBackColor = true;
     //
     // pictureBoxAudioFanart
     //
     this.pictureBoxAudioFanart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxAudioFanart.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxAudioFanart.Name = "pictureBoxAudioFanart";
     this.pictureBoxAudioFanart.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxAudioFanart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxAudioFanart.TabIndex = 2;
     this.pictureBoxAudioFanart.TabStop = false;
     //
     // tabPageVideoLibrary
     //
     this.tabPageVideoLibrary.Controls.Add(this.splitContainer4);
     this.tabPageVideoLibrary.Location = new System.Drawing.Point(4, 22);
     this.tabPageVideoLibrary.Name = "tabPageVideoLibrary";
     this.tabPageVideoLibrary.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageVideoLibrary.Size = new System.Drawing.Size(881, 429);
     this.tabPageVideoLibrary.TabIndex = 1;
     this.tabPageVideoLibrary.Text = "Video Library";
     this.tabPageVideoLibrary.UseVisualStyleBackColor = true;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(3, 3);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.splitContainer5);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.splitContainer6);
     this.splitContainer4.Size = new System.Drawing.Size(875, 423);
     this.splitContainer4.SplitterDistance = 608;
     this.splitContainer4.TabIndex = 1;
     //
     // splitContainer5
     //
     this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer5.Location = new System.Drawing.Point(0, 0);
     this.splitContainer5.Name = "splitContainer5";
     //
     // splitContainer5.Panel1
     //
     this.splitContainer5.Panel1.Controls.Add(this.listBoxVideoLibraryMain);
     //
     // splitContainer5.Panel2
     //
     this.splitContainer5.Panel2.Controls.Add(this.listBoxVideoLibrarySecondary);
     this.splitContainer5.Size = new System.Drawing.Size(608, 423);
     this.splitContainer5.SplitterDistance = 325;
     this.splitContainer5.TabIndex = 3;
     //
     // listBoxVideoLibraryMain
     //
     this.listBoxVideoLibraryMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxVideoLibraryMain.FormattingEnabled = true;
     this.listBoxVideoLibraryMain.Location = new System.Drawing.Point(0, 0);
     this.listBoxVideoLibraryMain.Name = "listBoxVideoLibraryMain";
     this.listBoxVideoLibraryMain.Size = new System.Drawing.Size(325, 423);
     this.listBoxVideoLibraryMain.TabIndex = 3;
     //
     // listBoxVideoLibrarySecondary
     //
     this.listBoxVideoLibrarySecondary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxVideoLibrarySecondary.FormattingEnabled = true;
     this.listBoxVideoLibrarySecondary.Location = new System.Drawing.Point(0, 0);
     this.listBoxVideoLibrarySecondary.Name = "listBoxVideoLibrarySecondary";
     this.listBoxVideoLibrarySecondary.Size = new System.Drawing.Size(279, 423);
     this.listBoxVideoLibrarySecondary.TabIndex = 2;
     //
     // splitContainer6
     //
     this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer6.Location = new System.Drawing.Point(0, 0);
     this.splitContainer6.Name = "splitContainer6";
     this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer6.Panel1
     //
     this.splitContainer6.Panel1.Controls.Add(this.propertyGridVideoLibrary);
     //
     // splitContainer6.Panel2
     //
     this.splitContainer6.Panel2.Controls.Add(this.tabControlVideoLibraryImages);
     this.splitContainer6.Size = new System.Drawing.Size(263, 423);
     this.splitContainer6.SplitterDistance = 223;
     this.splitContainer6.TabIndex = 0;
     //
     // propertyGridVideoLibrary
     //
     this.propertyGridVideoLibrary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGridVideoLibrary.Location = new System.Drawing.Point(0, 0);
     this.propertyGridVideoLibrary.Name = "propertyGridVideoLibrary";
     this.propertyGridVideoLibrary.Size = new System.Drawing.Size(263, 223);
     this.propertyGridVideoLibrary.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropDownButton1,
     this.toolStripSeparator2,
     this.toolStripDropDownButton2});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(229, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.getAlbumsToolStripMenuItem,
     this.getArtistsToolStripMenuItem,
     this.getGenresToolStripMenuItem,
     this.getRecentlyAddedAlbumsToolStripMenuItem,
     this.getRecentlyAddedSongsToolStripMenuItem,
     this.toolStripSeparator1,
     this.cleanToolStripMenuItem,
     this.scanToolStripMenuItem});
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(91, 22);
     this.toolStripDropDownButton1.Text = "Audio Library";
     //
     // getAlbumsToolStripMenuItem
     //
     this.getAlbumsToolStripMenuItem.Name = "getAlbumsToolStripMenuItem";
     this.getAlbumsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getAlbumsToolStripMenuItem.Text = "Get Albums";
     this.getAlbumsToolStripMenuItem.Click += new System.EventHandler(this.getAlbumsToolStripMenuItem_Click);
     //
     // getArtistsToolStripMenuItem
     //
     this.getArtistsToolStripMenuItem.Name = "getArtistsToolStripMenuItem";
     this.getArtistsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getArtistsToolStripMenuItem.Text = "Get Artists";
     this.getArtistsToolStripMenuItem.Click += new System.EventHandler(this.getArtistsToolStripMenuItem_Click);
     //
     // getGenresToolStripMenuItem
     //
     this.getGenresToolStripMenuItem.Name = "getGenresToolStripMenuItem";
     this.getGenresToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getGenresToolStripMenuItem.Text = "Get Genres";
     this.getGenresToolStripMenuItem.Click += new System.EventHandler(this.getGenresToolStripMenuItem_Click);
     //
     // getRecentlyAddedAlbumsToolStripMenuItem
     //
     this.getRecentlyAddedAlbumsToolStripMenuItem.Name = "getRecentlyAddedAlbumsToolStripMenuItem";
     this.getRecentlyAddedAlbumsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getRecentlyAddedAlbumsToolStripMenuItem.Text = "Get Recently Added Albums";
     this.getRecentlyAddedAlbumsToolStripMenuItem.Click += new System.EventHandler(this.getRecentlyAddedAlbumsToolStripMenuItem_Click);
     //
     // getRecentlyAddedSongsToolStripMenuItem
     //
     this.getRecentlyAddedSongsToolStripMenuItem.Name = "getRecentlyAddedSongsToolStripMenuItem";
     this.getRecentlyAddedSongsToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.getRecentlyAddedSongsToolStripMenuItem.Text = "Get Recently Added Songs";
     this.getRecentlyAddedSongsToolStripMenuItem.Click += new System.EventHandler(this.getRecentlyAddedSongsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(219, 6);
     //
     // cleanToolStripMenuItem
     //
     this.cleanToolStripMenuItem.Name = "cleanToolStripMenuItem";
     this.cleanToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.cleanToolStripMenuItem.Text = "Clean";
     this.cleanToolStripMenuItem.Click += new System.EventHandler(this.cleanToolStripMenuItem_Click);
     //
     // scanToolStripMenuItem
     //
     this.scanToolStripMenuItem.Name = "scanToolStripMenuItem";
     this.scanToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
     this.scanToolStripMenuItem.Text = "Scan";
     this.scanToolStripMenuItem.Click += new System.EventHandler(this.scanToolStripMenuItem_Click);
     //
     // tabControlVideoLibraryImages
     //
     this.tabControlVideoLibraryImages.Controls.Add(this.tabPageVideoThumbnail);
     this.tabControlVideoLibraryImages.Controls.Add(this.tabPageVideoFanart);
     this.tabControlVideoLibraryImages.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlVideoLibraryImages.Location = new System.Drawing.Point(0, 0);
     this.tabControlVideoLibraryImages.Name = "tabControlVideoLibraryImages";
     this.tabControlVideoLibraryImages.SelectedIndex = 0;
     this.tabControlVideoLibraryImages.Size = new System.Drawing.Size(263, 196);
     this.tabControlVideoLibraryImages.TabIndex = 1;
     //
     // tabPageVideoThumbnail
     //
     this.tabPageVideoThumbnail.Controls.Add(this.pictureBoxVideoThumbnail);
     this.tabPageVideoThumbnail.Location = new System.Drawing.Point(4, 22);
     this.tabPageVideoThumbnail.Name = "tabPageVideoThumbnail";
     this.tabPageVideoThumbnail.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageVideoThumbnail.Size = new System.Drawing.Size(255, 170);
     this.tabPageVideoThumbnail.TabIndex = 0;
     this.tabPageVideoThumbnail.Text = "Thumbnail";
     this.tabPageVideoThumbnail.UseVisualStyleBackColor = true;
     //
     // pictureBoxVideoThumbnail
     //
     this.pictureBoxVideoThumbnail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxVideoThumbnail.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxVideoThumbnail.Name = "pictureBoxVideoThumbnail";
     this.pictureBoxVideoThumbnail.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxVideoThumbnail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxVideoThumbnail.TabIndex = 1;
     this.pictureBoxVideoThumbnail.TabStop = false;
     //
     // tabPageVideoFanart
     //
     this.tabPageVideoFanart.Controls.Add(this.pictureBoxVideoFanart);
     this.tabPageVideoFanart.Location = new System.Drawing.Point(4, 22);
     this.tabPageVideoFanart.Name = "tabPageVideoFanart";
     this.tabPageVideoFanart.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageVideoFanart.Size = new System.Drawing.Size(255, 170);
     this.tabPageVideoFanart.TabIndex = 1;
     this.tabPageVideoFanart.Text = "Fanart";
     this.tabPageVideoFanart.UseVisualStyleBackColor = true;
     //
     // pictureBoxVideoFanart
     //
     this.pictureBoxVideoFanart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxVideoFanart.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxVideoFanart.Name = "pictureBoxVideoFanart";
     this.pictureBoxVideoFanart.Size = new System.Drawing.Size(249, 164);
     this.pictureBoxVideoFanart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxVideoFanart.TabIndex = 2;
     this.pictureBoxVideoFanart.TabStop = false;
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.GetMoviestoolStripMenuItem,
     this.GetMovieSetstoolStripMenuItem,
     this.GetRecentMoviestoolStripMenuItem,
     this.toolStripSeparator4,
     this.GetTvShowstoolStripMenuItem,
     this.GetRecentEpisodestoolStripMenuItem,
     this.toolStripSeparator5,
     this.GetMusicVideostoolStripMenuItem5,
     this.GetRecentMusicVideosMenuItem,
     this.toolStripSeparator3,
     this.CleanVideoLibraryMenuItem,
     this.ScanVideoLibraryMenuItem});
     this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.Size = new System.Drawing.Size(89, 22);
     this.toolStripDropDownButton2.Text = "Video Library";
     //
     // GetMoviestoolStripMenuItem
     //
     this.GetMoviestoolStripMenuItem.Name = "GetMoviestoolStripMenuItem";
     this.GetMoviestoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetMoviestoolStripMenuItem.Text = "Get Movies";
     this.GetMoviestoolStripMenuItem.Click += new System.EventHandler(this.GetMoviestoolStripMenuItem_Click);
     //
     // GetMovieSetstoolStripMenuItem
     //
     this.GetMovieSetstoolStripMenuItem.Name = "GetMovieSetstoolStripMenuItem";
     this.GetMovieSetstoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetMovieSetstoolStripMenuItem.Text = "Get Movie Sets";
     //
     // GetTvShowstoolStripMenuItem
     //
     this.GetTvShowstoolStripMenuItem.Name = "GetTvShowstoolStripMenuItem";
     this.GetTvShowstoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetTvShowstoolStripMenuItem.Text = "Get TV Shows";
     //
     // GetRecentEpisodestoolStripMenuItem
     //
     this.GetRecentEpisodestoolStripMenuItem.Name = "GetRecentEpisodestoolStripMenuItem";
     this.GetRecentEpisodestoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetRecentEpisodestoolStripMenuItem.Text = "Get Recently Added Episodes";
     //
     // GetMusicVideostoolStripMenuItem5
     //
     this.GetMusicVideostoolStripMenuItem5.Name = "GetMusicVideostoolStripMenuItem5";
     this.GetMusicVideostoolStripMenuItem5.Size = new System.Drawing.Size(251, 22);
     this.GetMusicVideostoolStripMenuItem5.Text = "Get Music Videos";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(248, 6);
     //
     // CleanVideoLibraryMenuItem
     //
     this.CleanVideoLibraryMenuItem.Name = "CleanVideoLibraryMenuItem";
     this.CleanVideoLibraryMenuItem.Size = new System.Drawing.Size(251, 22);
     this.CleanVideoLibraryMenuItem.Text = "Clean";
     //
     // ScanVideoLibraryMenuItem
     //
     this.ScanVideoLibraryMenuItem.Name = "ScanVideoLibraryMenuItem";
     this.ScanVideoLibraryMenuItem.Size = new System.Drawing.Size(251, 22);
     this.ScanVideoLibraryMenuItem.Text = "Scan";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(248, 6);
     //
     // GetRecentMoviestoolStripMenuItem
     //
     this.GetRecentMoviestoolStripMenuItem.Name = "GetRecentMoviestoolStripMenuItem";
     this.GetRecentMoviestoolStripMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetRecentMoviestoolStripMenuItem.Text = "Get Recently Added Movies";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(248, 6);
     //
     // GetRecentMusicVideosMenuItem
     //
     this.GetRecentMusicVideosMenuItem.Name = "GetRecentMusicVideosMenuItem";
     this.GetRecentMusicVideosMenuItem.Size = new System.Drawing.Size(251, 22);
     this.GetRecentMusicVideosMenuItem.Text = "Get Recently Added Music Videos";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(889, 502);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.button1);
     this.Name = "MainForm";
     this.Text = "Form1";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.tabControlMain.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageGeneral.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPageRemote.ResumeLayout(false);
     this.tabPageAudioLibrary.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlAudioLibraryImages.ResumeLayout(false);
     this.tabPageAudioThumbnail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioThumbnail)).EndInit();
     this.tabPageAudioFanart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAudioFanart)).EndInit();
     this.tabPageVideoLibrary.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     this.splitContainer5.Panel1.ResumeLayout(false);
     this.splitContainer5.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
     this.splitContainer5.ResumeLayout(false);
     this.splitContainer6.Panel1.ResumeLayout(false);
     this.splitContainer6.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
     this.splitContainer6.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabControlVideoLibraryImages.ResumeLayout(false);
     this.tabPageVideoThumbnail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoThumbnail)).EndInit();
     this.tabPageVideoFanart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVideoFanart)).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()
        {
            System.Windows.Forms.ToolStripContainer tscTransactionView;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TransactionViewForm));
            System.Windows.Forms.Label lblTitle;
            System.Windows.Forms.Label lblSourceAccount;
            System.Windows.Forms.Label lblSourceAmount;
            System.Windows.Forms.Label lblDestinationAccount;
            System.Windows.Forms.Label lblDestinationAmount;
            System.Windows.Forms.Label lblDescription;
            System.Windows.Forms.Label lblTags;
            System.Windows.Forms.Label lblImplementsPlan;
            this.tlpTemplateTransaction = new System.Windows.Forms.TableLayoutPanel();
            this.tbImplementsPlan = new System.Windows.Forms.TextBox();
            this.tbTitle = new System.Windows.Forms.TextBox();
            this.gbSource = new System.Windows.Forms.GroupBox();
            this.tlpSource = new System.Windows.Forms.TableLayoutPanel();
            this.tbSourceAmount = new System.Windows.Forms.TextBox();
            this.tbSourceAccount = new System.Windows.Forms.TextBox();
            this.gbDestination = new System.Windows.Forms.GroupBox();
            this.tlpDestination = new System.Windows.Forms.TableLayoutPanel();
            this.tbDestinationAccount = new System.Windows.Forms.TextBox();
            this.tbDestinationAmount = new System.Windows.Forms.TextBox();
            this.tbDescription = new System.Windows.Forms.TextBox();
            this.ttbTags = new easyMoney.Controls.TagTextBox();
            this.tsTransactionView = new System.Windows.Forms.ToolStrip();
            this.tsbClose = new System.Windows.Forms.ToolStripButton();
            this.tsbDelete = new System.Windows.Forms.ToolStripButton();
            tscTransactionView = new System.Windows.Forms.ToolStripContainer();
            lblTitle = new System.Windows.Forms.Label();
            lblSourceAccount = new System.Windows.Forms.Label();
            lblSourceAmount = new System.Windows.Forms.Label();
            lblDestinationAccount = new System.Windows.Forms.Label();
            lblDestinationAmount = new System.Windows.Forms.Label();
            lblDescription = new System.Windows.Forms.Label();
            lblTags = new System.Windows.Forms.Label();
            lblImplementsPlan = new System.Windows.Forms.Label();
            tscTransactionView.ContentPanel.SuspendLayout();
            tscTransactionView.TopToolStripPanel.SuspendLayout();
            tscTransactionView.SuspendLayout();
            this.tlpTemplateTransaction.SuspendLayout();
            this.gbSource.SuspendLayout();
            this.tlpSource.SuspendLayout();
            this.gbDestination.SuspendLayout();
            this.tlpDestination.SuspendLayout();
            this.tsTransactionView.SuspendLayout();
            this.SuspendLayout();
            // 
            // tscTransactionView
            // 
            tscTransactionView.BottomToolStripPanelVisible = false;
            // 
            // tscTransactionView.ContentPanel
            // 
            tscTransactionView.ContentPanel.Controls.Add(this.tlpTemplateTransaction);
            resources.ApplyResources(tscTransactionView.ContentPanel, "tscTransactionView.ContentPanel");
            resources.ApplyResources(tscTransactionView, "tscTransactionView");
            tscTransactionView.LeftToolStripPanelVisible = false;
            tscTransactionView.Name = "tscTransactionView";
            tscTransactionView.RightToolStripPanelVisible = false;
            // 
            // tscTransactionView.TopToolStripPanel
            // 
            tscTransactionView.TopToolStripPanel.Controls.Add(this.tsTransactionView);
            // 
            // tlpTemplateTransaction
            // 
            resources.ApplyResources(this.tlpTemplateTransaction, "tlpTemplateTransaction");
            this.tlpTemplateTransaction.Controls.Add(this.tbImplementsPlan, 0, 8);
            this.tlpTemplateTransaction.Controls.Add(lblTitle, 0, 0);
            this.tlpTemplateTransaction.Controls.Add(this.tbTitle, 0, 1);
            this.tlpTemplateTransaction.Controls.Add(this.gbSource, 0, 2);
            this.tlpTemplateTransaction.Controls.Add(this.gbDestination, 1, 2);
            this.tlpTemplateTransaction.Controls.Add(lblDescription, 0, 3);
            this.tlpTemplateTransaction.Controls.Add(this.tbDescription, 0, 4);
            this.tlpTemplateTransaction.Controls.Add(lblTags, 0, 5);
            this.tlpTemplateTransaction.Controls.Add(this.ttbTags, 0, 6);
            this.tlpTemplateTransaction.Controls.Add(lblImplementsPlan, 0, 7);
            this.tlpTemplateTransaction.Name = "tlpTemplateTransaction";
            // 
            // tbImplementsPlan
            // 
            this.tbImplementsPlan.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.tbImplementsPlan.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.tlpTemplateTransaction.SetColumnSpan(this.tbImplementsPlan, 2);
            resources.ApplyResources(this.tbImplementsPlan, "tbImplementsPlan");
            this.tbImplementsPlan.Name = "tbImplementsPlan";
            this.tbImplementsPlan.ReadOnly = true;
            // 
            // lblTitle
            // 
            resources.ApplyResources(lblTitle, "lblTitle");
            this.tlpTemplateTransaction.SetColumnSpan(lblTitle, 2);
            lblTitle.Name = "lblTitle";
            // 
            // tbTitle
            // 
            this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.tlpTemplateTransaction.SetColumnSpan(this.tbTitle, 2);
            resources.ApplyResources(this.tbTitle, "tbTitle");
            this.tbTitle.Name = "tbTitle";
            this.tbTitle.ReadOnly = true;
            // 
            // gbSource
            // 
            this.gbSource.Controls.Add(this.tlpSource);
            resources.ApplyResources(this.gbSource, "gbSource");
            this.gbSource.Name = "gbSource";
            this.gbSource.TabStop = false;
            // 
            // tlpSource
            // 
            resources.ApplyResources(this.tlpSource, "tlpSource");
            this.tlpSource.Controls.Add(this.tbSourceAmount, 0, 3);
            this.tlpSource.Controls.Add(this.tbSourceAccount, 0, 1);
            this.tlpSource.Controls.Add(lblSourceAccount, 0, 0);
            this.tlpSource.Controls.Add(lblSourceAmount, 0, 2);
            this.tlpSource.Name = "tlpSource";
            // 
            // tbSourceAmount
            // 
            resources.ApplyResources(this.tbSourceAmount, "tbSourceAmount");
            this.tbSourceAmount.Name = "tbSourceAmount";
            this.tbSourceAmount.ReadOnly = true;
            // 
            // tbSourceAccount
            // 
            resources.ApplyResources(this.tbSourceAccount, "tbSourceAccount");
            this.tbSourceAccount.Name = "tbSourceAccount";
            this.tbSourceAccount.ReadOnly = true;
            // 
            // lblSourceAccount
            // 
            resources.ApplyResources(lblSourceAccount, "lblSourceAccount");
            lblSourceAccount.Name = "lblSourceAccount";
            // 
            // lblSourceAmount
            // 
            resources.ApplyResources(lblSourceAmount, "lblSourceAmount");
            lblSourceAmount.Name = "lblSourceAmount";
            // 
            // gbDestination
            // 
            this.gbDestination.Controls.Add(this.tlpDestination);
            resources.ApplyResources(this.gbDestination, "gbDestination");
            this.gbDestination.Name = "gbDestination";
            this.gbDestination.TabStop = false;
            // 
            // tlpDestination
            // 
            resources.ApplyResources(this.tlpDestination, "tlpDestination");
            this.tlpDestination.Controls.Add(this.tbDestinationAccount, 0, 1);
            this.tlpDestination.Controls.Add(this.tbDestinationAmount, 0, 3);
            this.tlpDestination.Controls.Add(lblDestinationAccount, 0, 0);
            this.tlpDestination.Controls.Add(lblDestinationAmount, 0, 2);
            this.tlpDestination.Name = "tlpDestination";
            // 
            // tbDestinationAccount
            // 
            resources.ApplyResources(this.tbDestinationAccount, "tbDestinationAccount");
            this.tbDestinationAccount.Name = "tbDestinationAccount";
            this.tbDestinationAccount.ReadOnly = true;
            // 
            // tbDestinationAmount
            // 
            resources.ApplyResources(this.tbDestinationAmount, "tbDestinationAmount");
            this.tbDestinationAmount.Name = "tbDestinationAmount";
            this.tbDestinationAmount.ReadOnly = true;
            // 
            // lblDestinationAccount
            // 
            resources.ApplyResources(lblDestinationAccount, "lblDestinationAccount");
            lblDestinationAccount.Name = "lblDestinationAccount";
            // 
            // lblDestinationAmount
            // 
            resources.ApplyResources(lblDestinationAmount, "lblDestinationAmount");
            lblDestinationAmount.Name = "lblDestinationAmount";
            // 
            // lblDescription
            // 
            resources.ApplyResources(lblDescription, "lblDescription");
            this.tlpTemplateTransaction.SetColumnSpan(lblDescription, 2);
            lblDescription.Name = "lblDescription";
            // 
            // tbDescription
            // 
            this.tlpTemplateTransaction.SetColumnSpan(this.tbDescription, 2);
            resources.ApplyResources(this.tbDescription, "tbDescription");
            this.tbDescription.Name = "tbDescription";
            this.tbDescription.ReadOnly = true;
            // 
            // lblTags
            // 
            resources.ApplyResources(lblTags, "lblTags");
            this.tlpTemplateTransaction.SetColumnSpan(lblTags, 2);
            lblTags.Name = "lblTags";
            // 
            // ttbTags
            // 
            this.tlpTemplateTransaction.SetColumnSpan(this.ttbTags, 2);
            resources.ApplyResources(this.ttbTags, "ttbTags");
            this.ttbTags.Name = "ttbTags";
            this.ttbTags.PopupOpened = false;
            this.ttbTags.ReadOnly = true;
            this.ttbTags.Tags = ((System.Collections.Generic.List<string>)(resources.GetObject("ttbTags.Tags")));
            // 
            // lblImplementsPlan
            // 
            resources.ApplyResources(lblImplementsPlan, "lblImplementsPlan");
            this.tlpTemplateTransaction.SetColumnSpan(lblImplementsPlan, 2);
            lblImplementsPlan.Name = "lblImplementsPlan";
            // 
            // tsTransactionView
            // 
            resources.ApplyResources(this.tsTransactionView, "tsTransactionView");
            this.tsTransactionView.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsTransactionView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbClose,
            this.tsbDelete});
            this.tsTransactionView.Name = "tsTransactionView";
            this.tsTransactionView.Stretch = true;
            // 
            // tsbClose
            // 
            this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick;
            resources.ApplyResources(this.tsbClose, "tsbClose");
            this.tsbClose.Name = "tsbClose";
            this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
            // 
            // tsbDelete
            // 
            this.tsbDelete.Image = global::easyMoney.Manager.Properties.Resources.delete;
            resources.ApplyResources(this.tsbDelete, "tsbDelete");
            this.tsbDelete.Name = "tsbDelete";
            this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
            // 
            // TransactionViewForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tscTransactionView);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TransactionViewForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            tscTransactionView.ContentPanel.ResumeLayout(false);
            tscTransactionView.TopToolStripPanel.ResumeLayout(false);
            tscTransactionView.TopToolStripPanel.PerformLayout();
            tscTransactionView.ResumeLayout(false);
            tscTransactionView.PerformLayout();
            this.tlpTemplateTransaction.ResumeLayout(false);
            this.tlpTemplateTransaction.PerformLayout();
            this.gbSource.ResumeLayout(false);
            this.tlpSource.ResumeLayout(false);
            this.tlpSource.PerformLayout();
            this.gbDestination.ResumeLayout(false);
            this.tlpDestination.ResumeLayout(false);
            this.tlpDestination.PerformLayout();
            this.tsTransactionView.ResumeLayout(false);
            this.tsTransactionView.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #19
0
        /// <summary> 
        /// Erforderliche Methode für die Designerunterstützung. 
        /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DGV_Select));
            this.ToolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.DGV_Layer = new System.Windows.Forms.DataGridView();
            this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
            this.TSB_CheckAll = new System.Windows.Forms.ToolStripButton();
            this.TSB_CheckNone = new System.Windows.Forms.ToolStripButton();
            this.TSB_SelectAll = new System.Windows.Forms.ToolStripButton();
            this.TSB_SelectNone = new System.Windows.Forms.ToolStripButton();
            this.DataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
            this.DGVC_Selectable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.DGVC_LayerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DGVC_Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DGVC_Unselect = new System.Windows.Forms.DataGridViewImageColumn();
            this.ToolStripContainer1.ContentPanel.SuspendLayout();
            this.ToolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.ToolStripContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGV_Layer)).BeginInit();
            this.ToolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ToolStripContainer1
            // 
            resources.ApplyResources(this.ToolStripContainer1, "ToolStripContainer1");
            // 
            // ToolStripContainer1.BottomToolStripPanel
            // 
            resources.ApplyResources(this.ToolStripContainer1.BottomToolStripPanel, "ToolStripContainer1.BottomToolStripPanel");
            // 
            // ToolStripContainer1.ContentPanel
            // 
            resources.ApplyResources(this.ToolStripContainer1.ContentPanel, "ToolStripContainer1.ContentPanel");
            this.ToolStripContainer1.ContentPanel.Controls.Add(this.DGV_Layer);
            // 
            // ToolStripContainer1.LeftToolStripPanel
            // 
            resources.ApplyResources(this.ToolStripContainer1.LeftToolStripPanel, "ToolStripContainer1.LeftToolStripPanel");
            this.ToolStripContainer1.Name = "ToolStripContainer1";
            // 
            // ToolStripContainer1.RightToolStripPanel
            // 
            resources.ApplyResources(this.ToolStripContainer1.RightToolStripPanel, "ToolStripContainer1.RightToolStripPanel");
            // 
            // ToolStripContainer1.TopToolStripPanel
            // 
            resources.ApplyResources(this.ToolStripContainer1.TopToolStripPanel, "ToolStripContainer1.TopToolStripPanel");
            this.ToolStripContainer1.TopToolStripPanel.Controls.Add(this.ToolStrip1);
            // 
            // DGV_Layer
            // 
            resources.ApplyResources(this.DGV_Layer, "DGV_Layer");
            this.DGV_Layer.AllowUserToAddRows = false;
            this.DGV_Layer.AllowUserToDeleteRows = false;
            this.DGV_Layer.AllowUserToResizeRows = false;
            this.DGV_Layer.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader;
            this.DGV_Layer.BackgroundColor = System.Drawing.Color.White;
            this.DGV_Layer.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.DGV_Layer.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.DGV_Layer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DGV_Layer.ColumnHeadersVisible = false;
            this.DGV_Layer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.DGVC_Selectable,
            this.DGVC_LayerName,
            this.DGVC_Count,
            this.DGVC_Unselect});
            this.DGV_Layer.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.DGV_Layer.MultiSelect = false;
            this.DGV_Layer.Name = "DGV_Layer";
            this.DGV_Layer.RowHeadersVisible = false;
            this.DGV_Layer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.DGV_Layer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DGV_Layer_CellContentClick);
            this.DGV_Layer.CellToolTipTextNeeded += new System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler(this.DGV_Layer_CellToolTipTextNeeded);
            // 
            // ToolStrip1
            // 
            resources.ApplyResources(this.ToolStrip1, "ToolStrip1");
            this.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.TSB_CheckAll,
            this.TSB_CheckNone,
            this.TSB_SelectAll,
            this.TSB_SelectNone});
            this.ToolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.ToolStrip1.Name = "ToolStrip1";
            this.ToolStrip1.Stretch = true;
            // 
            // TSB_CheckAll
            // 
            resources.ApplyResources(this.TSB_CheckAll, "TSB_CheckAll");
            this.TSB_CheckAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSB_CheckAll.Image = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.checkall;
            this.TSB_CheckAll.Name = "TSB_CheckAll";
            this.TSB_CheckAll.Click += new System.EventHandler(this.TSB_CheckAll_Click);
            // 
            // TSB_CheckNone
            // 
            resources.ApplyResources(this.TSB_CheckNone, "TSB_CheckNone");
            this.TSB_CheckNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSB_CheckNone.Image = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.uncheckall;
            this.TSB_CheckNone.Name = "TSB_CheckNone";
            this.TSB_CheckNone.Click += new System.EventHandler(this.TSB_CheckNone_Click);
            // 
            // TSB_SelectAll
            // 
            resources.ApplyResources(this.TSB_SelectAll, "TSB_SelectAll");
            this.TSB_SelectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSB_SelectAll.Image = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_all;
            this.TSB_SelectAll.Name = "TSB_SelectAll";
            this.TSB_SelectAll.Click += new System.EventHandler(this.TSB_SelectAll_Click);
            // 
            // TSB_SelectNone
            // 
            resources.ApplyResources(this.TSB_SelectNone, "TSB_SelectNone");
            this.TSB_SelectNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSB_SelectNone.Image = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_none;
            this.TSB_SelectNone.Name = "TSB_SelectNone";
            this.TSB_SelectNone.Click += new System.EventHandler(this.TSB_SelectNone_Click);
            // 
            // DataGridViewImageColumn1
            // 
            resources.ApplyResources(this.DataGridViewImageColumn1, "DataGridViewImageColumn1");
            this.DataGridViewImageColumn1.Image = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_none;
            this.DataGridViewImageColumn1.Name = "DataGridViewImageColumn1";
            this.DataGridViewImageColumn1.ReadOnly = true;
            this.DataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // DGVC_Selectable
            // 
            this.DGVC_Selectable.DataPropertyName = "DGVC_Selectable";
            this.DGVC_Selectable.FalseValue = "0";
            resources.ApplyResources(this.DGVC_Selectable, "DGVC_Selectable");
            this.DGVC_Selectable.Name = "DGVC_Selectable";
            this.DGVC_Selectable.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.DGVC_Selectable.TrueValue = "1";
            // 
            // DGVC_LayerName
            // 
            this.DGVC_LayerName.DataPropertyName = "DGVC_LayerName";
            resources.ApplyResources(this.DGVC_LayerName, "DGVC_LayerName");
            this.DGVC_LayerName.Name = "DGVC_LayerName";
            this.DGVC_LayerName.ReadOnly = true;
            this.DGVC_LayerName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // DGVC_Count
            // 
            this.DGVC_Count.DataPropertyName = "DGVC_Count";
            resources.ApplyResources(this.DGVC_Count, "DGVC_Count");
            this.DGVC_Count.Name = "DGVC_Count";
            this.DGVC_Count.ReadOnly = true;
            this.DGVC_Count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // DGVC_Unselect
            // 
            resources.ApplyResources(this.DGVC_Unselect, "DGVC_Unselect");
            this.DGVC_Unselect.Image = global::DotSpatial.Plugins.SetSelectable.Properties.Resources.select_none;
            this.DGVC_Unselect.Name = "DGVC_Unselect";
            this.DGVC_Unselect.ReadOnly = true;
            this.DGVC_Unselect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // DGV_Select
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ToolStripContainer1);
            this.Name = "DGV_Select";
            this.Load += new System.EventHandler(this.DGV_Select_Load);
            this.ToolStripContainer1.ContentPanel.ResumeLayout(false);
            this.ToolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.ToolStripContainer1.TopToolStripPanel.PerformLayout();
            this.ToolStripContainer1.ResumeLayout(false);
            this.ToolStripContainer1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGV_Layer)).EndInit();
            this.ToolStrip1.ResumeLayout(false);
            this.ToolStrip1.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #20
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Browser));
     this.browseSplitter = new System.Windows.Forms.SplitContainer();
     this.folderView = new FileBrowser.BrowserTreeView();
     this.viewSplitContainer = new System.Windows.Forms.SplitContainer();
     this.fileView = new FileBrowser.BrowserListView();
     this.browseToolStrip = new System.Windows.Forms.ToolStripContainer();
     this.navigationBar = new System.Windows.Forms.ToolStrip();
     this.navBackButton = new System.Windows.Forms.ToolStripSplitButton();
     this.navForwardButton = new System.Windows.Forms.ToolStripSplitButton();
     this.navUpButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.navFoldersButton = new System.Windows.Forms.ToolStripButton();
     this.navAddressLabel = new System.Windows.Forms.ToolStripLabel();
     this.navAddressBox = new FileBrowser.BrowserComboBox();
     this.browseSplitter.Panel1.SuspendLayout();
     this.browseSplitter.Panel2.SuspendLayout();
     this.browseSplitter.SuspendLayout();
     this.viewSplitContainer.Panel2.SuspendLayout();
     this.viewSplitContainer.SuspendLayout();
     this.browseToolStrip.ContentPanel.SuspendLayout();
     this.browseToolStrip.TopToolStripPanel.SuspendLayout();
     this.browseToolStrip.SuspendLayout();
     this.navigationBar.SuspendLayout();
     this.SuspendLayout();
     //
     // browseSplitter
     //
     this.browseSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.browseSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.browseSplitter.Location = new System.Drawing.Point(0, 0);
     this.browseSplitter.Name = "browseSplitter";
     //
     // browseSplitter.Panel1
     //
     this.browseSplitter.Panel1.Controls.Add(this.folderView);
     //
     // browseSplitter.Panel2
     //
     this.browseSplitter.Panel2.Controls.Add(this.viewSplitContainer);
     this.browseSplitter.Size = new System.Drawing.Size(536, 408);
     this.browseSplitter.SplitterDistance = 162;
     this.browseSplitter.SplitterWidth = 3;
     this.browseSplitter.TabIndex = 0;
     this.browseSplitter.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitter_MouseDown);
     this.browseSplitter.MouseMove += new System.Windows.Forms.MouseEventHandler(this.splitter_MouseMove);
     this.browseSplitter.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitter_MouseUp);
     //
     // folderView
     //
     this.folderView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.folderView.HideSelection = false;
     this.folderView.HotTracking = true;
     this.folderView.Location = new System.Drawing.Point(0, 0);
     this.folderView.Name = "folderView";
     this.folderView.ShowLines = false;
     this.folderView.ShowRootLines = false;
     this.folderView.Size = new System.Drawing.Size(162, 408);
     this.folderView.TabIndex = 0;
     //
     // viewSplitContainer
     //
     this.viewSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.viewSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.viewSplitContainer.IsSplitterFixed = true;
     this.viewSplitContainer.Location = new System.Drawing.Point(0, 0);
     this.viewSplitContainer.Name = "viewSplitContainer";
     this.viewSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // viewSplitContainer.Panel1
     //
     this.viewSplitContainer.Panel1.BackColor = System.Drawing.Color.White;
     this.viewSplitContainer.Panel1Collapsed = true;
     this.viewSplitContainer.Panel1MinSize = 0;
     //
     // viewSplitContainer.Panel2
     //
     this.viewSplitContainer.Panel2.Controls.Add(this.fileView);
     this.viewSplitContainer.Panel2MinSize = 0;
     this.viewSplitContainer.Size = new System.Drawing.Size(371, 408);
     this.viewSplitContainer.SplitterDistance = 300;
     this.viewSplitContainer.TabIndex = 1;
     this.viewSplitContainer.Resize += new System.EventHandler(this.viewSplitContainer_Resize);
     //
     // fileView
     //
     this.fileView.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.fileView.AllowColumnReorder = true;
     this.fileView.ColumnHeaderContextMenu = null;
     this.fileView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fileView.HideSelection = false;
     this.fileView.Location = new System.Drawing.Point(0, 0);
     this.fileView.Name = "fileView";
     this.fileView.OwnerDraw = true;
     this.fileView.Size = new System.Drawing.Size(371, 408);
     this.fileView.SuspendHeaderContextMenu = false;
     this.fileView.TabIndex = 0;
     this.fileView.UseCompatibleStateImageBehavior = false;
     this.fileView.View = System.Windows.Forms.View.List;
     //
     // browseToolStrip
     //
     //
     // browseToolStrip.ContentPanel
     //
     this.browseToolStrip.ContentPanel.Controls.Add(this.browseSplitter);
     this.browseToolStrip.ContentPanel.Size = new System.Drawing.Size(536, 408);
     this.browseToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
     this.browseToolStrip.LeftToolStripPanelVisible = false;
     this.browseToolStrip.Location = new System.Drawing.Point(0, 0);
     this.browseToolStrip.Name = "browseToolStrip";
     this.browseToolStrip.RightToolStripPanelVisible = false;
     this.browseToolStrip.Size = new System.Drawing.Size(536, 439);
     this.browseToolStrip.TabIndex = 1;
     this.browseToolStrip.Text = "browseToolStrip";
     //
     // browseToolStrip.TopToolStripPanel
     //
     this.browseToolStrip.TopToolStripPanel.Controls.Add(this.navigationBar);
     //
     // navigationBar
     //
     this.navigationBar.CanOverflow = false;
     this.navigationBar.Dock = System.Windows.Forms.DockStyle.None;
     this.navigationBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.navigationBar.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.navigationBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navBackButton,
     this.navForwardButton,
     this.navUpButton,
     this.toolStripSeparator1,
     this.navFoldersButton,
     this.navAddressLabel,
     this.navAddressBox});
     this.navigationBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.navigationBar.Location = new System.Drawing.Point(0, 0);
     this.navigationBar.Name = "navigationBar";
     this.navigationBar.Size = new System.Drawing.Size(536, 31);
     this.navigationBar.Stretch = true;
     this.navigationBar.TabIndex = 0;
     this.navigationBar.Resize += new System.EventHandler(this.navigationBar_Resize);
     //
     // navBackButton
     //
     this.navBackButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navBackButton.Enabled = false;
     this.navBackButton.Image =ScreenGrab6.HelperLib.Properties.Resources.BrowserBack;
     this.navBackButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navBackButton.Name = "navBackButton";
     this.navBackButton.Size = new System.Drawing.Size(40, 28);
     this.navBackButton.Text = "Back";
     this.navBackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navBackButton.ButtonClick += new System.EventHandler(this.navBackForwardButton_ButtonClick);
     this.navBackButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.navBackForwardButton_DropDownItemClicked);
     //
     // navForwardButton
     //
     this.navForwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navForwardButton.Enabled = false;
     this.navForwardButton.Image = global::ScreenGrab6.HelperLib.Properties.Resources.BrowserForward;
     this.navForwardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navForwardButton.Name = "navForwardButton";
     this.navForwardButton.Size = new System.Drawing.Size(40, 28);
     this.navForwardButton.Text = "Forward";
     this.navForwardButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navForwardButton.ButtonClick += new System.EventHandler(this.navBackForwardButton_ButtonClick);
     this.navForwardButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.navBackForwardButton_DropDownItemClicked);
     //
     // navUpButton
     //
     this.navUpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navUpButton.Image = ((System.Drawing.Image)(resources.GetObject("navUpButton.Image")));
     this.navUpButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navUpButton.Name = "navUpButton";
     this.navUpButton.Size = new System.Drawing.Size(28, 28);
     this.navUpButton.Text = "Up";
     this.navUpButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navUpButton.Click += new System.EventHandler(this.navUpButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // navFoldersButton
     //
     this.navFoldersButton.Checked = true;
     this.navFoldersButton.CheckOnClick = true;
     this.navFoldersButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.navFoldersButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.navFoldersButton.Image = ((System.Drawing.Image)(resources.GetObject("navFoldersButton.Image")));
     this.navFoldersButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navFoldersButton.Name = "navFoldersButton";
     this.navFoldersButton.Size = new System.Drawing.Size(28, 28);
     this.navFoldersButton.Text = "Folders";
     this.navFoldersButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navFoldersButton.CheckedChanged += new System.EventHandler(this.navFoldersButton_CheckedChanged);
     //
     // navAddressLabel
     //
     this.navAddressLabel.MergeIndex = 0;
     this.navAddressLabel.Name = "navAddressLabel";
     this.navAddressLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.navAddressLabel.Size = new System.Drawing.Size(46, 28);
     this.navAddressLabel.Text = "Address";
     //
     // navAddressBox
     //
     this.navAddressBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.navAddressBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
     this.navAddressBox.AutoSize = false;
     this.navAddressBox.CurrentItem = null;
     this.navAddressBox.MaxDropDownItems = 14;
     this.navAddressBox.MergeIndex = 0;
     this.navAddressBox.Name = "navAddressBox";
     this.navAddressBox.Size = new System.Drawing.Size(200, 22);
     //
     // Browser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.browseToolStrip);
     this.Name = "Browser";
     this.Size = new System.Drawing.Size(536, 439);
     this.browseSplitter.Panel1.ResumeLayout(false);
     this.browseSplitter.Panel2.ResumeLayout(false);
     this.browseSplitter.ResumeLayout(false);
     this.viewSplitContainer.Panel2.ResumeLayout(false);
     this.viewSplitContainer.ResumeLayout(false);
     this.browseToolStrip.ContentPanel.ResumeLayout(false);
     this.browseToolStrip.TopToolStripPanel.ResumeLayout(false);
     this.browseToolStrip.TopToolStripPanel.PerformLayout();
     this.browseToolStrip.ResumeLayout(false);
     this.browseToolStrip.PerformLayout();
     this.navigationBar.ResumeLayout(false);
     this.navigationBar.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #21
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramDesignerMainForm));
     Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager3 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabelMessage = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelShapeCount = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelMousePosition = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelSelectionSize = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelTopLeft = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelBottomRight = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInXMLStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInSqlStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openXMLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLServerRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.recentProjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
     this.saveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
     this.ManageShapeAndModelLibrariesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDiagramAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wmfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pngExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jpgExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bmpExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.quitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.insertDiagramMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDiagramSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cutShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyAsImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unselectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.toForegroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toBackgroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showGridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDisplaySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.editDesignsAndStylesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewShowLayoutControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.highQualityRenderingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.adoNetDatabaseGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testDataGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
     this.nShapeEventMonitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.toolboxPropsPanel = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolboxListView = new System.Windows.Forms.ListView();
     this.toolboxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.viewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertyWindowTabControl = new System.Windows.Forms.TabControl();
     this.propertyWindowShapeTab = new System.Windows.Forms.TabPage();
     this.primaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.propertyWindowModelTab = new System.Windows.Forms.TabPage();
     this.secondaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.layersTab = new System.Windows.Forms.TabPage();
     this.layerEditorListView = new Dataweb.NShape.WinFormsUI.LayerListView();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     this.displayTabControl = new System.Windows.Forms.TabControl();
     this.historyTrackBar = new System.Windows.Forms.TrackBar();
     this.modelTreeView = new System.Windows.Forms.TreeView();
     this.editToolStrip = new System.Windows.Forms.ToolStrip();
     this.newProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.xmlRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.openXMLRepositoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveProjectToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeButton = new System.Windows.Forms.ToolStripButton();
     this.copyShapeButton = new System.Windows.Forms.ToolStripButton();
     this.pasteButton = new System.Windows.Forms.ToolStripButton();
     this.deleteShapeButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.undoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.settingsToolStrip = new System.Windows.Forms.ToolStrip();
     this.prevDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.nextDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.zoomToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.displaySettingsToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.refreshToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.showGridToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.displayToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.designEditorToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.runtimeModeComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.debugToolStrip = new System.Windows.Forms.ToolStrip();
     this.debugDrawOccupationToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.debugDrawInvalidatedAreaToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project = new Dataweb.NShape.Project(this.components);
     this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
     this.layerController = new Dataweb.NShape.Controllers.LayerController();
     this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
     this.modelTreeController = new Dataweb.NShape.Controllers.ModelController();
     this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
     this.modelTreePresenter = new Dataweb.NShape.WinFormsUI.ModelTreeViewPresenter();
     this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
     this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.layerPresenter = new Dataweb.NShape.Controllers.LayerPresenter();
     this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
     this.resetToolbarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.toolboxPropsPanel.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolboxContextMenuStrip.SuspendLayout();
     this.propertyWindowTabControl.SuspendLayout();
     this.propertyWindowShapeTab.SuspendLayout();
     this.propertyWindowModelTab.SuspendLayout();
     this.layersTab.SuspendLayout();
     this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).BeginInit();
     this.editToolStrip.SuspendLayout();
     this.settingsToolStrip.SuspendLayout();
     this.displayToolStrip.SuspendLayout();
     this.debugToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // statusStrip
     //
     this.statusStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabelMessage,
     this.toolStripStatusLabel1,
     this.statusLabelShapeCount,
     this.toolStripStatusLabel2,
     this.statusLabelMousePosition,
     this.statusLabelSelectionSize,
     this.toolStripStatusLabel5,
     this.statusLabelTopLeft,
     this.statusLabelBottomRight});
     this.statusStrip.Location = new System.Drawing.Point(0, 0);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip.Size = new System.Drawing.Size(1008, 24);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text = "statusStrip";
     //
     // statusLabelMessage
     //
     this.statusLabelMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusLabelMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMessage.Name = "statusLabelMessage";
     this.statusLabelMessage.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMessage.Size = new System.Drawing.Size(355, 19);
     this.statusLabelMessage.Spring = true;
     this.statusLabelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoToolTip = true;
     this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(70, 19);
     this.toolStripStatusLabel1.Text = "Diagram: ";
     //
     // statusLabelShapeCount
     //
     this.statusLabelShapeCount.AutoToolTip = true;
     this.statusLabelShapeCount.Name = "statusLabelShapeCount";
     this.statusLabelShapeCount.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelShapeCount.Size = new System.Drawing.Size(60, 19);
     this.statusLabelShapeCount.Text = "n Shapes";
     this.statusLabelShapeCount.ToolTipText = "Number of shaes in the current diagram";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoToolTip = true;
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(66, 19);
     this.toolStripStatusLabel2.Text = "Selection:";
     //
     // statusLabelMousePosition
     //
     this.statusLabelMousePosition.AutoToolTip = true;
     this.statusLabelMousePosition.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelMousePosition.Image")));
     this.statusLabelMousePosition.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelMousePosition.Name = "statusLabelMousePosition";
     this.statusLabelMousePosition.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMousePosition.Size = new System.Drawing.Size(87, 19);
     this.statusLabelMousePosition.Text = "Mouse Pos";
     this.statusLabelMousePosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ToolTipText = "Mouse position in diagram coordinates";
     //
     // statusLabelSelectionSize
     //
     this.statusLabelSelectionSize.AutoToolTip = true;
     this.statusLabelSelectionSize.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelSelectionSize.Image")));
     this.statusLabelSelectionSize.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelSelectionSize.Name = "statusLabelSelectionSize";
     this.statusLabelSelectionSize.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelSelectionSize.Size = new System.Drawing.Size(100, 19);
     this.statusLabelSelectionSize.Text = "Selection Size";
     this.statusLabelSelectionSize.ToolTipText = "The size of the current selection in diagram coordinates";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.AutoToolTip = true;
     this.toolStripStatusLabel5.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     this.toolStripStatusLabel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel5.Size = new System.Drawing.Size(88, 19);
     this.toolStripStatusLabel5.Text = "Display Area:";
     this.toolStripStatusLabel5.ToolTipText = "The currently displayed area in diagram coordinates";
     //
     // statusLabelTopLeft
     //
     this.statusLabelTopLeft.AutoToolTip = true;
     this.statusLabelTopLeft.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelTopLeft.Image")));
     this.statusLabelTopLeft.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelTopLeft.Name = "statusLabelTopLeft";
     this.statusLabelTopLeft.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelTopLeft.Size = new System.Drawing.Size(70, 19);
     this.statusLabelTopLeft.Text = "TopLeft";
     this.statusLabelTopLeft.ToolTipText = "The top left corner of currently displayed area in diagram coordinates";
     //
     // statusLabelBottomRight
     //
     this.statusLabelBottomRight.AutoToolTip = true;
     this.statusLabelBottomRight.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelBottomRight.Image")));
     this.statusLabelBottomRight.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelBottomRight.Name = "statusLabelBottomRight";
     this.statusLabelBottomRight.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelBottomRight.Size = new System.Drawing.Size(97, 19);
     this.statusLabelBottomRight.Text = "BottomRight";
     this.statusLabelBottomRight.ToolTipText = "The bottom right corner of currently displayed area in diagram coordinates";
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.toolStripMenuItem9});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.Size = new System.Drawing.Size(1008, 24);
     this.mainMenuStrip.TabIndex = 7;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripMenuItem,
     this.openProjectMenuItem,
     this.recentProjectsMenuItem,
     this.toolStripMenuItem7,
     this.saveMenuItem,
     this.saveAsMenuItem,
     this.closeProjectToolStripMenuItem,
     this.toolStripMenuItem5,
     this.ManageShapeAndModelLibrariesMenuItem,
     this.exportDiagramAsMenuItem,
     this.toolStripMenuItem1,
     this.quitMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newProjectToolStripMenuItem
     //
     this.newProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectInXMLStoreToolStripMenuItem,
     this.newProjectInSqlStoreToolStripMenuItem});
     this.newProjectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripMenuItem.Image")));
     this.newProjectToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem";
     this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.newProjectToolStripMenuItem.Text = "New Project";
     //
     // newProjectInXMLStoreToolStripMenuItem
     //
     this.newProjectInXMLStoreToolStripMenuItem.Name = "newProjectInXMLStoreToolStripMenuItem";
     this.newProjectInXMLStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInXMLStoreToolStripMenuItem.Text = "XML Repository...";
     this.newProjectInXMLStoreToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // newProjectInSqlStoreToolStripMenuItem
     //
     this.newProjectInSqlStoreToolStripMenuItem.Name = "newProjectInSqlStoreToolStripMenuItem";
     this.newProjectInSqlStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInSqlStoreToolStripMenuItem.Text = "SQL Server Repository...";
     this.newProjectInSqlStoreToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectMenuItem
     //
     this.openProjectMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem,
     this.openSQLServerRepositoryToolStripMenuItem});
     this.openProjectMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openProjectMenuItem.Image")));
     this.openProjectMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectMenuItem.Name = "openProjectMenuItem";
     this.openProjectMenuItem.Size = new System.Drawing.Size(268, 22);
     this.openProjectMenuItem.Text = "Open Project";
     //
     // openXMLRepositoryToolStripMenuItem
     //
     this.openXMLRepositoryToolStripMenuItem.Name = "openXMLRepositoryToolStripMenuItem";
     this.openXMLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openXMLRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLServerRepositoryToolStripMenuItem
     //
     this.openSQLServerRepositoryToolStripMenuItem.Name = "openSQLServerRepositoryToolStripMenuItem";
     this.openSQLServerRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openSQLServerRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.openSQLServerRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // recentProjectsMenuItem
     //
     this.recentProjectsMenuItem.Name = "recentProjectsMenuItem";
     this.recentProjectsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.recentProjectsMenuItem.Text = "Recent Projects";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(265, 6);
     //
     // saveMenuItem
     //
     this.saveMenuItem.Enabled = false;
     this.saveMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveMenuItem.Image")));
     this.saveMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveMenuItem.Name = "saveMenuItem";
     this.saveMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveMenuItem.Text = "Save";
     this.saveMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsMenuItem
     //
     this.saveAsMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveAsMenuItem.Name = "saveAsMenuItem";
     this.saveAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveAsMenuItem.Text = "Save as...";
     this.saveAsMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // closeProjectToolStripMenuItem
     //
     this.closeProjectToolStripMenuItem.Name = "closeProjectToolStripMenuItem";
     this.closeProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.closeProjectToolStripMenuItem.Text = "Close Project";
     this.closeProjectToolStripMenuItem.Click += new System.EventHandler(this.closeProjectToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(265, 6);
     //
     // ManageShapeAndModelLibrariesMenuItem
     //
     this.ManageShapeAndModelLibrariesMenuItem.Name = "ManageShapeAndModelLibrariesMenuItem";
     this.ManageShapeAndModelLibrariesMenuItem.Size = new System.Drawing.Size(268, 22);
     this.ManageShapeAndModelLibrariesMenuItem.Text = "Manage Shape and Model Libraries...";
     this.ManageShapeAndModelLibrariesMenuItem.Click += new System.EventHandler(this.ManageShapeAndModelLibrariesMenuItem_Click);
     //
     // exportDiagramAsMenuItem
     //
     this.exportDiagramAsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportDialogToolStripMenuItem,
     this.emfExportMenuItem,
     this.wmfExportMenuItem,
     this.pngExportMenuItem,
     this.jpgExportMenuItem,
     this.bmpExportMenuItem});
     this.exportDiagramAsMenuItem.Name = "exportDiagramAsMenuItem";
     this.exportDiagramAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.exportDiagramAsMenuItem.Text = "Export diagram";
     //
     // exportDialogToolStripMenuItem
     //
     this.exportDialogToolStripMenuItem.Name = "exportDialogToolStripMenuItem";
     this.exportDialogToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.exportDialogToolStripMenuItem.Text = "Custom...";
     this.exportDialogToolStripMenuItem.Click += new System.EventHandler(this.exportDiagramAsMenuItem_Click);
     //
     // emfExportMenuItem
     //
     this.emfExportMenuItem.Name = "emfExportMenuItem";
     this.emfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.emfExportMenuItem.Text = "EMF Plus file";
     this.emfExportMenuItem.Click += new System.EventHandler(this.emfPlusFileToolStripMenuItem_Click);
     //
     // wmfExportMenuItem
     //
     this.wmfExportMenuItem.Name = "wmfExportMenuItem";
     this.wmfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.wmfExportMenuItem.Text = "EMF file";
     this.wmfExportMenuItem.Click += new System.EventHandler(this.emfOnlyFileToolStripMenuItem_Click);
     //
     // pngExportMenuItem
     //
     this.pngExportMenuItem.Name = "pngExportMenuItem";
     this.pngExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.pngExportMenuItem.Text = "PNG file";
     this.pngExportMenuItem.Click += new System.EventHandler(this.pngFileToolStripMenuItem_Click);
     //
     // jpgExportMenuItem
     //
     this.jpgExportMenuItem.Name = "jpgExportMenuItem";
     this.jpgExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.jpgExportMenuItem.Text = "JPG file";
     this.jpgExportMenuItem.Click += new System.EventHandler(this.jpgFileToolStripMenuItem_Click);
     //
     // bmpExportMenuItem
     //
     this.bmpExportMenuItem.Name = "bmpExportMenuItem";
     this.bmpExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.bmpExportMenuItem.Text = "BMP file";
     this.bmpExportMenuItem.Click += new System.EventHandler(this.bmpFileToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(265, 6);
     //
     // quitMenuItem
     //
     this.quitMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.quitMenuItem.Name = "quitMenuItem";
     this.quitMenuItem.Size = new System.Drawing.Size(268, 22);
     this.quitMenuItem.Text = "Quit";
     this.quitMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.insertDiagramMenuItem,
     this.deleteDiagramToolStripMenuItem,
     this.showDiagramSettingsToolStripMenuItem,
     this.toolStripMenuItem8,
     this.cutShapeOnlyMenuItem,
     this.cutShapeAndModelMenuItem,
     this.copyAsImageToolStripMenuItem,
     this.copyShapeOnlyMenuItem,
     this.copyShapeAndModelMenuItem,
     this.pasteMenuItem,
     this.deleteShapeOnlyMenuItem,
     this.deleteShapeAndModelMenuItem,
     this.toolStripMenuItem10,
     this.selectAllToolStripMenuItem,
     this.selectAllOfTypeToolStripMenuItem,
     this.selectAllOfTemplateToolStripMenuItem,
     this.unselectAllToolStripMenuItem,
     this.toolStripMenuItem2,
     this.toForegroundMenuItem,
     this.toBackgroundMenuItem,
     this.toolStripMenuItem6,
     this.undoMenuItem,
     this.redoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // insertDiagramMenuItem
     //
     this.insertDiagramMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("insertDiagramMenuItem.Image")));
     this.insertDiagramMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.insertDiagramMenuItem.Name = "insertDiagramMenuItem";
     this.insertDiagramMenuItem.Size = new System.Drawing.Size(261, 22);
     this.insertDiagramMenuItem.Text = "Insert Diagram";
     this.insertDiagramMenuItem.Click += new System.EventHandler(this.newDiagramToolStripMenuItem_Click);
     //
     // deleteDiagramToolStripMenuItem
     //
     this.deleteDiagramToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteDiagramToolStripMenuItem.Image")));
     this.deleteDiagramToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDiagramToolStripMenuItem.Name = "deleteDiagramToolStripMenuItem";
     this.deleteDiagramToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteDiagramToolStripMenuItem.Text = "Delete Diagram";
     this.deleteDiagramToolStripMenuItem.Click += new System.EventHandler(this.deleteDiagramToolStripMenuItem_Click);
     //
     // showDiagramSettingsToolStripMenuItem
     //
     this.showDiagramSettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDiagramSettingsToolStripMenuItem.Image")));
     this.showDiagramSettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDiagramSettingsToolStripMenuItem.Name = "showDiagramSettingsToolStripMenuItem";
     this.showDiagramSettingsToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.showDiagramSettingsToolStripMenuItem.Text = "Diagram Properties";
     this.showDiagramSettingsToolStripMenuItem.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(258, 6);
     //
     // cutShapeOnlyMenuItem
     //
     this.cutShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeOnlyMenuItem.Image")));
     this.cutShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeOnlyMenuItem.Name = "cutShapeOnlyMenuItem";
     this.cutShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeOnlyMenuItem.Text = "Cut Shape";
     this.cutShapeOnlyMenuItem.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // cutShapeAndModelMenuItem
     //
     this.cutShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeAndModelMenuItem.Image")));
     this.cutShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeAndModelMenuItem.Name = "cutShapeAndModelMenuItem";
     this.cutShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeAndModelMenuItem.Text = "Cut Shape and Model";
     this.cutShapeAndModelMenuItem.Click += new System.EventHandler(this.cutShapeAndModelItem_Click);
     //
     // copyAsImageToolStripMenuItem
     //
     this.copyAsImageToolStripMenuItem.Image = global::Dataweb.NShape.Designer.Properties.Resources.CopyAsImage;
     this.copyAsImageToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyAsImageToolStripMenuItem.Name = "copyAsImageToolStripMenuItem";
     this.copyAsImageToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyAsImageToolStripMenuItem.Text = "Copy as Image";
     this.copyAsImageToolStripMenuItem.Click += new System.EventHandler(this.copyAsImageToolStripMenuItem_Click);
     //
     // copyShapeOnlyMenuItem
     //
     this.copyShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeOnlyMenuItem.Image")));
     this.copyShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeOnlyMenuItem.Name = "copyShapeOnlyMenuItem";
     this.copyShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeOnlyMenuItem.Text = "Copy Shape";
     this.copyShapeOnlyMenuItem.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // copyShapeAndModelMenuItem
     //
     this.copyShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeAndModelMenuItem.Image")));
     this.copyShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeAndModelMenuItem.Name = "copyShapeAndModelMenuItem";
     this.copyShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeAndModelMenuItem.Text = "Copy Shape and Model";
     this.copyShapeAndModelMenuItem.Visible = false;
     this.copyShapeAndModelMenuItem.Click += new System.EventHandler(this.copyShapeAndModelItem_Click);
     //
     // pasteMenuItem
     //
     this.pasteMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteMenuItem.Image")));
     this.pasteMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteMenuItem.Name = "pasteMenuItem";
     this.pasteMenuItem.Size = new System.Drawing.Size(261, 22);
     this.pasteMenuItem.Text = "Paste Shape";
     this.pasteMenuItem.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeOnlyMenuItem
     //
     this.deleteShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeOnlyMenuItem.Image")));
     this.deleteShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeOnlyMenuItem.Name = "deleteShapeOnlyMenuItem";
     this.deleteShapeOnlyMenuItem.ShortcutKeyDisplayString = "(Del)";
     this.deleteShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeOnlyMenuItem.Text = "Delete Shape";
     this.deleteShapeOnlyMenuItem.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // deleteShapeAndModelMenuItem
     //
     this.deleteShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeAndModelMenuItem.Image")));
     this.deleteShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeAndModelMenuItem.Name = "deleteShapeAndModelMenuItem";
     this.deleteShapeAndModelMenuItem.ShortcutKeyDisplayString = "(Ctrl+Del)";
     this.deleteShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeAndModelMenuItem.Text = "Delete Shape and Model";
     this.deleteShapeAndModelMenuItem.Visible = false;
     this.deleteShapeAndModelMenuItem.Click += new System.EventHandler(this.deleteShapeAndModelItem_Click);
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(258, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // selectAllOfTypeToolStripMenuItem
     //
     this.selectAllOfTypeToolStripMenuItem.Name = "selectAllOfTypeToolStripMenuItem";
     this.selectAllOfTypeToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTypeToolStripMenuItem.Text = "Select all Shapes of Type";
     this.selectAllOfTypeToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTypeToolStripMenuItem_Click);
     //
     // selectAllOfTemplateToolStripMenuItem
     //
     this.selectAllOfTemplateToolStripMenuItem.Name = "selectAllOfTemplateToolStripMenuItem";
     this.selectAllOfTemplateToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTemplateToolStripMenuItem.Text = "Select all Shapes of Template";
     this.selectAllOfTemplateToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTemplateToolStripMenuItem_Click);
     //
     // unselectAllToolStripMenuItem
     //
     this.unselectAllToolStripMenuItem.Name = "unselectAllToolStripMenuItem";
     this.unselectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.unselectAllToolStripMenuItem.Text = "Unselect All";
     this.unselectAllToolStripMenuItem.Click += new System.EventHandler(this.unselectAllToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(258, 6);
     //
     // toForegroundMenuItem
     //
     this.toForegroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toForegroundMenuItem.Image")));
     this.toForegroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toForegroundMenuItem.Name = "toForegroundMenuItem";
     this.toForegroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toForegroundMenuItem.Text = "Bring to Front";
     this.toForegroundMenuItem.Click += new System.EventHandler(this.toForegroundMenuItem_Click);
     //
     // toBackgroundMenuItem
     //
     this.toBackgroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toBackgroundMenuItem.Image")));
     this.toBackgroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toBackgroundMenuItem.Name = "toBackgroundMenuItem";
     this.toBackgroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toBackgroundMenuItem.Text = "Send to Back";
     this.toBackgroundMenuItem.Click += new System.EventHandler(this.toBackgroundMenuItem_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(258, 6);
     //
     // undoMenuItem
     //
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.undoButton_Click);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.redoButton_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showGridMenuItem,
     this.refreshToolStripMenuItem,
     this.showDisplaySettingsToolStripMenuItem,
     this.toolStripMenuItem3,
     this.editDesignsAndStylesToolStripMenuItem,
     this.viewShowLayoutControlToolStripMenuItem,
     this.toolStripMenuItem4,
     this.highQualityRenderingMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // showGridMenuItem
     //
     this.showGridMenuItem.Checked = true;
     this.showGridMenuItem.CheckOnClick = true;
     this.showGridMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showGridMenuItem.Image")));
     this.showGridMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridMenuItem.Name = "showGridMenuItem";
     this.showGridMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showGridMenuItem.Text = "Show Grid";
     this.showGridMenuItem.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripMenuItem.Image")));
     this.refreshToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.refreshToolStripMenuItem.Text = "Refresh Display";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showDisplaySettingsToolStripMenuItem
     //
     this.showDisplaySettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDisplaySettingsToolStripMenuItem.Image")));
     this.showDisplaySettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDisplaySettingsToolStripMenuItem.Name = "showDisplaySettingsToolStripMenuItem";
     this.showDisplaySettingsToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showDisplaySettingsToolStripMenuItem.Text = "Display Settings";
     this.showDisplaySettingsToolStripMenuItem.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(195, 6);
     //
     // editDesignsAndStylesToolStripMenuItem
     //
     this.editDesignsAndStylesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("editDesignsAndStylesToolStripMenuItem.Image")));
     this.editDesignsAndStylesToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.editDesignsAndStylesToolStripMenuItem.Name = "editDesignsAndStylesToolStripMenuItem";
     this.editDesignsAndStylesToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.editDesignsAndStylesToolStripMenuItem.Text = "Show Design Editor";
     this.editDesignsAndStylesToolStripMenuItem.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // viewShowLayoutControlToolStripMenuItem
     //
     this.viewShowLayoutControlToolStripMenuItem.Name = "viewShowLayoutControlToolStripMenuItem";
     this.viewShowLayoutControlToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.viewShowLayoutControlToolStripMenuItem.Text = "Show Layout Control";
     this.viewShowLayoutControlToolStripMenuItem.Click += new System.EventHandler(this.viewShowLayoutControlToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
     //
     // highQualityRenderingMenuItem
     //
     this.highQualityRenderingMenuItem.Checked = true;
     this.highQualityRenderingMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.highQualityRenderingMenuItem.Name = "highQualityRenderingMenuItem";
     this.highQualityRenderingMenuItem.Size = new System.Drawing.Size(198, 22);
     this.highQualityRenderingMenuItem.Text = "High Quality Rendering";
     this.highQualityRenderingMenuItem.Click += new System.EventHandler(this.highQualityToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.resetToolbarsToolStripMenuItem,
     this.toolStripMenuItem11,
     this.adoNetDatabaseGeneratorToolStripMenuItem,
     this.testDataGeneratorToolStripMenuItem,
     this.toolStripMenuItem12,
     this.nShapeEventMonitorToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // adoNetDatabaseGeneratorToolStripMenuItem
     //
     this.adoNetDatabaseGeneratorToolStripMenuItem.Name = "adoNetDatabaseGeneratorToolStripMenuItem";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.adoNetDatabaseGeneratorToolStripMenuItem.Text = "ADO.NET Database Generator";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Click += new System.EventHandler(this.adoNetDatabaseGeneratorToolStripMenuItem_Click);
     //
     // testDataGeneratorToolStripMenuItem
     //
     this.testDataGeneratorToolStripMenuItem.Name = "testDataGeneratorToolStripMenuItem";
     this.testDataGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.testDataGeneratorToolStripMenuItem.Text = "Test Data Generator";
     this.testDataGeneratorToolStripMenuItem.Click += new System.EventHandler(this.testDataGeneratorToolStripMenuItem_Click);
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(227, 6);
     //
     // nShapeEventMonitorToolStripMenuItem
     //
     this.nShapeEventMonitorToolStripMenuItem.CheckOnClick = true;
     this.nShapeEventMonitorToolStripMenuItem.Name = "nShapeEventMonitorToolStripMenuItem";
     this.nShapeEventMonitorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.nShapeEventMonitorToolStripMenuItem.Text = "NShape Event Monitor";
     this.nShapeEventMonitorToolStripMenuItem.Click += new System.EventHandler(this.nShapeEventMonitorToolStripMenuItem_Click);
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(44, 20);
     this.toolStripMenuItem9.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.aboutToolStripMenuItem.Text = "About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // defaultToolStripMenuItem
     //
     this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
     this.defaultToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.AutoScroll = true;
     this.ContentPanel.Size = new System.Drawing.Size(928, 522);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(150, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 489);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // toolboxPropsPanel
     //
     this.toolboxPropsPanel.Controls.Add(this.splitContainer1);
     this.toolboxPropsPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.toolboxPropsPanel.Location = new System.Drawing.Point(780, 0);
     this.toolboxPropsPanel.Name = "toolboxPropsPanel";
     this.toolboxPropsPanel.Size = new System.Drawing.Size(228, 489);
     this.toolboxPropsPanel.TabIndex = 4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.toolboxListView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.propertyWindowTabControl);
     this.splitContainer1.Size = new System.Drawing.Size(228, 489);
     this.splitContainer1.SplitterDistance = 186;
     this.splitContainer1.TabIndex = 0;
     //
     // toolboxListView
     //
     this.toolboxListView.ContextMenuStrip = this.toolboxContextMenuStrip;
     this.toolboxListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolboxListView.FullRowSelect = true;
     this.toolboxListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolboxListView.HideSelection = false;
     this.toolboxListView.Location = new System.Drawing.Point(0, 0);
     this.toolboxListView.MultiSelect = false;
     this.toolboxListView.Name = "toolboxListView";
     this.toolboxListView.ShowItemToolTips = true;
     this.toolboxListView.Size = new System.Drawing.Size(228, 186);
     this.toolboxListView.TabIndex = 0;
     this.toolboxListView.UseCompatibleStateImageBehavior = false;
     this.toolboxListView.View = System.Windows.Forms.View.Details;
     //
     // toolboxContextMenuStrip
     //
     this.toolboxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewToolStripMenuItem1});
     this.toolboxContextMenuStrip.Name = "toolboxContextMenuStrip";
     this.toolboxContextMenuStrip.Size = new System.Drawing.Size(153, 48);
     //
     // viewToolStripMenuItem1
     //
     this.viewToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.detailsToolStripMenuItem,
     this.tilesToolStripMenuItem,
     this.smallIconsToolStripMenuItem,
     this.largeIconsToolStripMenuItem});
     this.viewToolStripMenuItem1.Name = "viewToolStripMenuItem1";
     this.viewToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
     this.viewToolStripMenuItem1.Text = "View";
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.detailsToolStripMenuItem.Text = "List (Small Icons)";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // tilesToolStripMenuItem
     //
     this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem";
     this.tilesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.tilesToolStripMenuItem.Text = "List (Large Icons)";
     this.tilesToolStripMenuItem.Click += new System.EventHandler(this.tilesToolStripMenuItem_Click);
     //
     // smallIconsToolStripMenuItem
     //
     this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
     this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.smallIconsToolStripMenuItem.Text = "Compact (Small Icons)";
     this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     //
     // largeIconsToolStripMenuItem
     //
     this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
     this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.largeIconsToolStripMenuItem.Text = "Compact (Large Icons)";
     this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     //
     // propertyWindowTabControl
     //
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowShapeTab);
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowModelTab);
     this.propertyWindowTabControl.Controls.Add(this.layersTab);
     this.propertyWindowTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyWindowTabControl.Location = new System.Drawing.Point(0, 0);
     this.propertyWindowTabControl.Name = "propertyWindowTabControl";
     this.propertyWindowTabControl.SelectedIndex = 0;
     this.propertyWindowTabControl.Size = new System.Drawing.Size(228, 299);
     this.propertyWindowTabControl.TabIndex = 0;
     //
     // propertyWindowShapeTab
     //
     this.propertyWindowShapeTab.Controls.Add(this.primaryPropertyGrid);
     this.propertyWindowShapeTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowShapeTab.Name = "propertyWindowShapeTab";
     this.propertyWindowShapeTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowShapeTab.Size = new System.Drawing.Size(220, 273);
     this.propertyWindowShapeTab.TabIndex = 0;
     this.propertyWindowShapeTab.Text = "Shape";
     this.propertyWindowShapeTab.UseVisualStyleBackColor = true;
     //
     // primaryPropertyGrid
     //
     this.primaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.primaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.primaryPropertyGrid.Name = "primaryPropertyGrid";
     this.primaryPropertyGrid.Size = new System.Drawing.Size(214, 267);
     this.primaryPropertyGrid.TabIndex = 1;
     //
     // propertyWindowModelTab
     //
     this.propertyWindowModelTab.Controls.Add(this.secondaryPropertyGrid);
     this.propertyWindowModelTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowModelTab.Name = "propertyWindowModelTab";
     this.propertyWindowModelTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowModelTab.Size = new System.Drawing.Size(220, 332);
     this.propertyWindowModelTab.TabIndex = 1;
     this.propertyWindowModelTab.Text = "Model";
     this.propertyWindowModelTab.UseVisualStyleBackColor = true;
     //
     // secondaryPropertyGrid
     //
     this.secondaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.secondaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.secondaryPropertyGrid.Name = "secondaryPropertyGrid";
     this.secondaryPropertyGrid.Size = new System.Drawing.Size(214, 372);
     this.secondaryPropertyGrid.TabIndex = 0;
     //
     // layersTab
     //
     this.layersTab.Controls.Add(this.layerEditorListView);
     this.layersTab.Location = new System.Drawing.Point(4, 22);
     this.layersTab.Name = "layersTab";
     this.layersTab.Padding = new System.Windows.Forms.Padding(3);
     this.layersTab.Size = new System.Drawing.Size(220, 332);
     this.layersTab.TabIndex = 2;
     this.layersTab.Text = "Layers";
     this.layersTab.UseVisualStyleBackColor = true;
     //
     // layerEditorListView
     //
     this.layerEditorListView.AllowColumnReorder = true;
     this.layerEditorListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layerEditorListView.FullRowSelect = true;
     this.layerEditorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.layerEditorListView.HideDeniedMenuItems = false;
     this.layerEditorListView.HideSelection = false;
     this.layerEditorListView.LabelEdit = true;
     this.layerEditorListView.LabelWrap = false;
     this.layerEditorListView.Location = new System.Drawing.Point(3, 3);
     this.layerEditorListView.Name = "layerEditorListView";
     this.layerEditorListView.OwnerDraw = true;
     this.layerEditorListView.ShowDefaultContextMenu = true;
     this.layerEditorListView.ShowGroups = false;
     this.layerEditorListView.Size = new System.Drawing.Size(214, 326);
     this.layerEditorListView.TabIndex = 0;
     this.layerEditorListView.UseCompatibleStateImageBehavior = false;
     this.layerEditorListView.View = System.Windows.Forms.View.Details;
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(777, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 489);
     this.splitter2.TabIndex = 5;
     this.splitter2.TabStop = false;
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.BottomToolStripPanel
     //
     this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip);
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.AutoScroll = true;
     this.toolStripContainer.ContentPanel.Controls.Add(this.displayTabControl);
     this.toolStripContainer.ContentPanel.Controls.Add(this.historyTrackBar);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter2);
     this.toolStripContainer.ContentPanel.Controls.Add(this.toolboxPropsPanel);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter1);
     this.toolStripContainer.ContentPanel.Controls.Add(this.modelTreeView);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(1008, 489);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name = "toolStripContainer";
     this.toolStripContainer.Size = new System.Drawing.Size(1008, 562);
     this.toolStripContainer.TabIndex = 8;
     this.toolStripContainer.Text = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.editToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.settingsToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.displayToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.debugToolStrip);
     //
     // displayTabControl
     //
     this.displayTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.displayTabControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.displayTabControl.Location = new System.Drawing.Point(153, 18);
     this.displayTabControl.Name = "displayTabControl";
     this.displayTabControl.SelectedIndex = 0;
     this.displayTabControl.Size = new System.Drawing.Size(624, 471);
     this.displayTabControl.TabIndex = 9;
     this.displayTabControl.SelectedIndexChanged += new System.EventHandler(this.displaysTabControl_SelectedIndexChanged);
     //
     // historyTrackBar
     //
     this.historyTrackBar.AutoSize = false;
     this.historyTrackBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.historyTrackBar.LargeChange = 1;
     this.historyTrackBar.Location = new System.Drawing.Point(153, 0);
     this.historyTrackBar.Name = "historyTrackBar";
     this.historyTrackBar.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.historyTrackBar.Size = new System.Drawing.Size(624, 18);
     this.historyTrackBar.TabIndex = 7;
     this.historyTrackBar.ValueChanged += new System.EventHandler(this.historyTrackBar_ValueChanged);
     //
     // modelTreeView
     //
     this.modelTreeView.Dock = System.Windows.Forms.DockStyle.Left;
     this.modelTreeView.FullRowSelect = true;
     this.modelTreeView.ImageIndex = 0;
     this.modelTreeView.Location = new System.Drawing.Point(0, 0);
     this.modelTreeView.Name = "modelTreeView";
     this.modelTreeView.SelectedImageIndex = 0;
     this.modelTreeView.Size = new System.Drawing.Size(150, 489);
     this.modelTreeView.TabIndex = 2;
     //
     // editToolStrip
     //
     this.editToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripButton,
     this.openProjectToolStripButton,
     this.saveProjectToolStripButton,
     this.toolStripSeparator1,
     this.cutShapeButton,
     this.copyShapeButton,
     this.pasteButton,
     this.deleteShapeButton,
     this.toolStripSeparator2,
     this.undoToolStripSplitButton,
     this.redoToolStripSplitButton});
     this.editToolStrip.Location = new System.Drawing.Point(3, 24);
     this.editToolStrip.Name = "editToolStrip";
     this.editToolStrip.Size = new System.Drawing.Size(261, 25);
     this.editToolStrip.TabIndex = 11;
     //
     // newProjectToolStripButton
     //
     this.newProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.xmlRepositoryToolStripMenuItem,
     this.sQLRepositoryToolStripMenuItem});
     this.newProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripButton.Image")));
     this.newProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripButton.Name = "newProjectToolStripButton";
     this.newProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.newProjectToolStripButton.Text = "New Project...";
     //
     // xmlRepositoryToolStripMenuItem
     //
     this.xmlRepositoryToolStripMenuItem.Name = "xmlRepositoryToolStripMenuItem";
     this.xmlRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.xmlRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.xmlRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // sQLRepositoryToolStripMenuItem
     //
     this.sQLRepositoryToolStripMenuItem.Name = "sQLRepositoryToolStripMenuItem";
     this.sQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.sQLRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.sQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectToolStripButton
     //
     this.openProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem1,
     this.openSQLRepositoryToolStripMenuItem});
     this.openProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openProjectToolStripButton.Image")));
     this.openProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectToolStripButton.Name = "openProjectToolStripButton";
     this.openProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.openProjectToolStripButton.Text = "Open Project...";
     //
     // openXMLRepositoryToolStripMenuItem1
     //
     this.openXMLRepositoryToolStripMenuItem1.Name = "openXMLRepositoryToolStripMenuItem1";
     this.openXMLRepositoryToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
     this.openXMLRepositoryToolStripMenuItem1.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem1.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLRepositoryToolStripMenuItem
     //
     this.openSQLRepositoryToolStripMenuItem.Name = "openSQLRepositoryToolStripMenuItem";
     this.openSQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.openSQLRepositoryToolStripMenuItem.Text = "SQL Repository...";
     this.openSQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // saveProjectToolStripButton
     //
     this.saveProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveProjectToolStripButton.Image")));
     this.saveProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveProjectToolStripButton.Name = "saveProjectToolStripButton";
     this.saveProjectToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveProjectToolStripButton.Text = "Save";
     this.saveProjectToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // cutShapeButton
     //
     this.cutShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeButton.Image")));
     this.cutShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeButton.Name = "cutShapeButton";
     this.cutShapeButton.Size = new System.Drawing.Size(23, 22);
     this.cutShapeButton.Text = "Cut Shape";
     this.cutShapeButton.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // copyShapeButton
     //
     this.copyShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeButton.Image")));
     this.copyShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeButton.Name = "copyShapeButton";
     this.copyShapeButton.Size = new System.Drawing.Size(23, 22);
     this.copyShapeButton.Text = "Copy Shape";
     this.copyShapeButton.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // pasteButton
     //
     this.pasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteButton.Enabled = false;
     this.pasteButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteButton.Image")));
     this.pasteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteButton.Name = "pasteButton";
     this.pasteButton.Size = new System.Drawing.Size(23, 22);
     this.pasteButton.Text = "Paste";
     this.pasteButton.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeButton
     //
     this.deleteShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeButton.Image")));
     this.deleteShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeButton.Name = "deleteShapeButton";
     this.deleteShapeButton.Size = new System.Drawing.Size(23, 22);
     this.deleteShapeButton.Text = "Delete Shape";
     this.deleteShapeButton.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // undoToolStripSplitButton
     //
     this.undoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoToolStripSplitButton.Enabled = false;
     this.undoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripSplitButton.Image")));
     this.undoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoToolStripSplitButton.Name = "undoToolStripSplitButton";
     this.undoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.undoToolStripSplitButton.Text = "Undo";
     this.undoToolStripSplitButton.ButtonClick += new System.EventHandler(this.undoButton_Click);
     this.undoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.undoToolStripSplitButton_DropDownOpening);
     //
     // redoToolStripSplitButton
     //
     this.redoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoToolStripSplitButton.Enabled = false;
     this.redoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripSplitButton.Image")));
     this.redoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoToolStripSplitButton.Name = "redoToolStripSplitButton";
     this.redoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.redoToolStripSplitButton.Text = "Redo";
     this.redoToolStripSplitButton.ButtonClick += new System.EventHandler(this.redoButton_Click);
     this.redoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.redoToolStripSplitButton_DropDownOpening);
     //
     // settingsToolStrip
     //
     this.settingsToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.settingsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.prevDiagramButton,
     this.nextDiagramButton,
     this.zoomToolStripComboBox,
     this.displaySettingsToolStripButton,
     this.refreshToolbarButton,
     this.showGridToolbarButton});
     this.settingsToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.settingsToolStrip.Location = new System.Drawing.Point(264, 24);
     this.settingsToolStrip.Name = "settingsToolStrip";
     this.settingsToolStrip.Size = new System.Drawing.Size(195, 25);
     this.settingsToolStrip.TabIndex = 13;
     //
     // prevDiagramButton
     //
     this.prevDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.prevDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("prevDiagramButton.Image")));
     this.prevDiagramButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.prevDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.prevDiagramButton.Name = "prevDiagramButton";
     this.prevDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.prevDiagramButton.Text = "Previous Diagram";
     this.prevDiagramButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextDiagramButton
     //
     this.nextDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.nextDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("nextDiagramButton.Image")));
     this.nextDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.nextDiagramButton.Name = "nextDiagramButton";
     this.nextDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.nextDiagramButton.Text = "Next Diagram";
     this.nextDiagramButton.Click += new System.EventHandler(this.forwardButton_Click);
     //
     // zoomToolStripComboBox
     //
     this.zoomToolStripComboBox.AutoSize = false;
     this.zoomToolStripComboBox.DropDownWidth = 66;
     this.zoomToolStripComboBox.Items.AddRange(new object[] {
     "1000 %",
     "800 %",
     "600 %",
     "400 %",
     "300 %",
     "200 %",
     "175 %",
     "150 %",
     "125 %",
     "100 %",
     "90 %",
     "80 %",
     "70 %",
     "60 %",
     "50 %",
     "40 %",
     "30 %",
     "20 %",
     "10 %"});
     this.zoomToolStripComboBox.Name = "zoomToolStripComboBox";
     this.zoomToolStripComboBox.Size = new System.Drawing.Size(66, 23);
     this.zoomToolStripComboBox.Text = "100 %";
     this.zoomToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomToolStripComboBox_SelectedIndexChanged);
     this.zoomToolStripComboBox.TextChanged += new System.EventHandler(this.toolStripComboBox1_TextChanged);
     //
     // displaySettingsToolStripButton
     //
     this.displaySettingsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.displaySettingsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("displaySettingsToolStripButton.Image")));
     this.displaySettingsToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.displaySettingsToolStripButton.Name = "displaySettingsToolStripButton";
     this.displaySettingsToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.displaySettingsToolStripButton.Text = "Display Settings...";
     this.displaySettingsToolStripButton.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // refreshToolbarButton
     //
     this.refreshToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.refreshToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolbarButton.Image")));
     this.refreshToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.refreshToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolbarButton.Name = "refreshToolbarButton";
     this.refreshToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.refreshToolbarButton.Text = "Refresh Display";
     this.refreshToolbarButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showGridToolbarButton
     //
     this.showGridToolbarButton.Checked = true;
     this.showGridToolbarButton.CheckOnClick = true;
     this.showGridToolbarButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showGridToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("showGridToolbarButton.Image")));
     this.showGridToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.showGridToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridToolbarButton.Name = "showGridToolbarButton";
     this.showGridToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.showGridToolbarButton.Text = "Show/Hide Gridlines";
     this.showGridToolbarButton.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // displayToolStrip
     //
     this.displayToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.displayToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton2,
     this.designEditorToolStripButton,
     this.runtimeModeComboBox});
     this.displayToolStrip.Location = new System.Drawing.Point(459, 24);
     this.displayToolStrip.Name = "displayToolStrip";
     this.displayToolStrip.Size = new System.Drawing.Size(160, 25);
     this.displayToolStrip.TabIndex = 12;
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Diagram Properties";
     this.toolStripButton2.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // designEditorToolStripButton
     //
     this.designEditorToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.designEditorToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("designEditorToolStripButton.Image")));
     this.designEditorToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.designEditorToolStripButton.Name = "designEditorToolStripButton";
     this.designEditorToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.designEditorToolStripButton.Text = "Open Design Editor...";
     this.designEditorToolStripButton.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // runtimeModeComboBox
     //
     this.runtimeModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runtimeModeComboBox.DropDownWidth = 100;
     this.runtimeModeComboBox.Items.AddRange(new object[] {
     "Administrator",
     "Super User",
     "Designer",
     "Operator",
     "Guest"});
     this.runtimeModeComboBox.Name = "runtimeModeComboBox";
     this.runtimeModeComboBox.Size = new System.Drawing.Size(100, 25);
     this.runtimeModeComboBox.ToolTipText = "Select User Role";
     this.runtimeModeComboBox.SelectedIndexChanged += new System.EventHandler(this.runtimeModeButton_SelectedIndexChanged);
     //
     // debugToolStrip
     //
     this.debugToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.debugToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.debugDrawOccupationToolbarButton,
     this.debugDrawInvalidatedAreaToolbarButton});
     this.debugToolStrip.Location = new System.Drawing.Point(619, 24);
     this.debugToolStrip.Name = "debugToolStrip";
     this.debugToolStrip.Size = new System.Drawing.Size(89, 25);
     this.debugToolStrip.TabIndex = 14;
     //
     // debugDrawOccupationToolbarButton
     //
     this.debugDrawOccupationToolbarButton.CheckOnClick = true;
     this.debugDrawOccupationToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawOccupationToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawOccupationToolbarButton.Image")));
     this.debugDrawOccupationToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawOccupationToolbarButton.Name = "debugDrawOccupationToolbarButton";
     this.debugDrawOccupationToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawOccupationToolbarButton.Text = "Visualize occupied cells of the diagram\'s spacial index.";
     this.debugDrawOccupationToolbarButton.Click += new System.EventHandler(this.debugDrawOccupationToolbarButton_Click);
     //
     // debugDrawInvalidatedAreaToolbarButton
     //
     this.debugDrawInvalidatedAreaToolbarButton.CheckOnClick = true;
     this.debugDrawInvalidatedAreaToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawInvalidatedAreaToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawInvalidatedAreaToolbarButton.Image")));
     this.debugDrawInvalidatedAreaToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawInvalidatedAreaToolbarButton.Name = "debugDrawInvalidatedAreaToolbarButton";
     this.debugDrawInvalidatedAreaToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawInvalidatedAreaToolbarButton.Text = "Visualize invalidated areas";
     this.debugDrawInvalidatedAreaToolbarButton.Click += new System.EventHandler(this.debugDrawInvalidatedAreaToolbarButton_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "XML Repository Files|*.xml|All Files|*.*";
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project = this.project;
     //
     // project
     //
     this.project.AutoGenerateTemplates = true;
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name = "";
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager3.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager3.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager3;
     this.project.Opened += new System.EventHandler(this.project_Opened);
     this.project.Closed += new System.EventHandler(this.project_Closed);
     this.project.LibraryLoaded += new System.EventHandler<Dataweb.NShape.LibraryLoadedEventArgs>(this.project_LibraryLoaded);
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = "";
     this.cachedRepository.Store = null;
     this.cachedRepository.Version = 0;
     //
     // layerController
     //
     this.layerController.DiagramSetController = this.diagramSetController;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     this.toolSetController.DesignEditorSelected += new System.EventHandler(this.toolBoxAdapter_ShowDesignEditor);
     this.toolSetController.LibraryManagerSelected += new System.EventHandler(this.toolBoxAdapter_ShowLibraryManagerDialog);
     this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolBoxAdapter_ShowTemplateEditorDialog);
     //
     // modelTreeController
     //
     this.modelTreeController.DiagramSetController = this.diagramSetController;
     //
     // propertyController
     //
     this.propertyController.Project = this.project;
     this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
     //
     // modelTreePresenter
     //
     this.modelTreePresenter.HideDeniedMenuItems = false;
     this.modelTreePresenter.ModelTreeController = this.modelTreeController;
     this.modelTreePresenter.PropertyController = this.propertyController;
     this.modelTreePresenter.ShowDefaultContextMenu = true;
     this.modelTreePresenter.TreeView = this.modelTreeView;
     //
     // propertyPresenter
     //
     this.propertyPresenter.PrimaryPropertyGrid = this.primaryPropertyGrid;
     this.propertyPresenter.PropertyController = this.propertyController;
     this.propertyPresenter.SecondaryPropertyGrid = this.secondaryPropertyGrid;
     //
     // toolSetListViewPresenter
     //
     this.toolSetListViewPresenter.HideDeniedMenuItems = false;
     this.toolSetListViewPresenter.ListView = this.toolboxListView;
     this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter.ToolSetController = this.toolSetController;
     //
     // layerPresenter
     //
     this.layerPresenter.DiagramPresenter = null;
     this.layerPresenter.HideDeniedMenuItems = false;
     this.layerPresenter.LayerController = this.layerController;
     this.layerPresenter.LayerView = this.layerEditorListView;
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(227, 6);
     //
     // resetToolbarsToolStripMenuItem
     //
     this.resetToolbarsToolStripMenuItem.Name = "resetToolbarsToolStripMenuItem";
     this.resetToolbarsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.resetToolbarsToolStripMenuItem.Text = "Reset Toolbar Layout";
     this.resetToolbarsToolStripMenuItem.Click += new System.EventHandler(this.resetToolbarsToolStripMenuItem_Click);
     //
     // DiagramDesignerMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 562);
     this.Controls.Add(this.toolStripContainer);
     this.DoubleBuffered = true;
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "DiagramDesignerMainForm";
     this.Text = "NShape Designer";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DiagramDesignerMainForm_FormClosing);
     this.Load += new System.EventHandler(this.DiagramDesignerMainForm_Load);
     this.Shown += new System.EventHandler(this.DiagramDesignerMainForm_Shown);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolboxPropsPanel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolboxContextMenuStrip.ResumeLayout(false);
     this.propertyWindowTabControl.ResumeLayout(false);
     this.propertyWindowShapeTab.ResumeLayout(false);
     this.propertyWindowModelTab.ResumeLayout(false);
     this.layersTab.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).EndInit();
     this.editToolStrip.ResumeLayout(false);
     this.editToolStrip.PerformLayout();
     this.settingsToolStrip.ResumeLayout(false);
     this.settingsToolStrip.PerformLayout();
     this.displayToolStrip.ResumeLayout(false);
     this.displayToolStrip.PerformLayout();
     this.debugToolStrip.ResumeLayout(false);
     this.debugToolStrip.PerformLayout();
     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.menuStrip = new System.Windows.Forms.MenuStrip();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.frameAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.frameSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.autoFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.curveSmoothnessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.coarseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.roughToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mediumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.keysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alwaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.neverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.activeOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tangentsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.alwaysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.neverToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.activeOnlyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.infinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.curvesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.preInfinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cycleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cycleWithOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.oscillateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.constantToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.postInfinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cycleToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.cycleWithOffsetToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.oscillateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.linearToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.constantToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.tangentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linearToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.steppedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.flatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fixedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.inTangentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.linearToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.flatToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.fixedToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.outTangentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.linearToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.flatToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.fixedToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip = new System.Windows.Forms.ToolStrip();
     this.selectionButton = new System.Windows.Forms.ToolStripButton();
     this.addKeyButton = new System.Windows.Forms.ToolStripButton();
     this.moveKeyButton = new System.Windows.Forms.ToolStripButton();
     this.panButton = new System.Windows.Forms.ToolStripButton();
     this.zoomButton = new System.Windows.Forms.ToolStripButton();
     this.keyPositionLabel = new System.Windows.Forms.ToolStripLabel();
     this.keyPositionTextBox = new System.Windows.Forms.ToolStripTextBox();
     this.keyValueLabel = new System.Windows.Forms.ToolStripLabel();
     this.keyValueTextBox = new System.Windows.Forms.ToolStripTextBox();
     this.curveView = new Microsoft.Xna.Tools.GridControl();
     this.menuStrip.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.curvesToolStripMenuItem,
     this.tangentsToolStripMenuItem});
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name = "menuStrip";
     this.menuStrip.Size = new System.Drawing.Size(464, 24);
     this.menuStrip.TabIndex = 0;
     this.menuStrip.Text = "menuStrip1";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem,
     this.redoToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Enabled = false;
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.undoToolStripMenuItem.Text = "Undo";
     this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoRedoToolStripMenuItems_Click);
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Enabled = false;
     this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.redoToolStripMenuItem.Text = "Redo";
     this.redoToolStripMenuItem.Click += new System.EventHandler(this.undoRedoToolStripMenuItems_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.frameAllToolStripMenuItem,
     this.frameSelectionToolStripMenuItem,
     this.autoFrameToolStripMenuItem,
     this.toolStripMenuItem2,
     this.curveSmoothnessToolStripMenuItem,
     this.keysToolStripMenuItem,
     this.tangentsToolStripMenuItem1,
     this.infinityToolStripMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "&View";
     //
     // frameAllToolStripMenuItem
     //
     this.frameAllToolStripMenuItem.Name = "frameAllToolStripMenuItem";
     this.frameAllToolStripMenuItem.ShortcutKeyDisplayString = "F";
     this.frameAllToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.frameAllToolStripMenuItem.Text = "Frame &All";
     this.frameAllToolStripMenuItem.Click += new System.EventHandler(this.frameAllToolStripMenuItem_Click);
     //
     // frameSelectionToolStripMenuItem
     //
     this.frameSelectionToolStripMenuItem.Name = "frameSelectionToolStripMenuItem";
     this.frameSelectionToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.frameSelectionToolStripMenuItem.Text = "&Frame Selection";
     this.frameSelectionToolStripMenuItem.Click += new System.EventHandler(this.frameSelectionToolStripMenuItem_Click);
     //
     // autoFrameToolStripMenuItem
     //
     this.autoFrameToolStripMenuItem.Name = "autoFrameToolStripMenuItem";
     this.autoFrameToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.autoFrameToolStripMenuItem.Text = "Aut&o Frame";
     this.autoFrameToolStripMenuItem.Click += new System.EventHandler(this.autoFrameToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(170, 6);
     //
     // curveSmoothnessToolStripMenuItem
     //
     this.curveSmoothnessToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.coarseToolStripMenuItem,
     this.roughToolStripMenuItem,
     this.mediumToolStripMenuItem,
     this.fineToolStripMenuItem});
     this.curveSmoothnessToolStripMenuItem.Name = "curveSmoothnessToolStripMenuItem";
     this.curveSmoothnessToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.curveSmoothnessToolStripMenuItem.Text = "Curve &Smoothness";
     //
     // coarseToolStripMenuItem
     //
     this.coarseToolStripMenuItem.Name = "coarseToolStripMenuItem";
     this.coarseToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
     this.coarseToolStripMenuItem.Tag = "Coarse";
     this.coarseToolStripMenuItem.Text = "&Coarse";
     this.coarseToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
     //
     // roughToolStripMenuItem
     //
     this.roughToolStripMenuItem.Name = "roughToolStripMenuItem";
     this.roughToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
     this.roughToolStripMenuItem.Tag = "Rough";
     this.roughToolStripMenuItem.Text = "&Rough";
     this.roughToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
     //
     // mediumToolStripMenuItem
     //
     this.mediumToolStripMenuItem.Name = "mediumToolStripMenuItem";
     this.mediumToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
     this.mediumToolStripMenuItem.Tag = "Medium";
     this.mediumToolStripMenuItem.Text = "&Medium";
     this.mediumToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
     //
     // fineToolStripMenuItem
     //
     this.fineToolStripMenuItem.Checked = true;
     this.fineToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.fineToolStripMenuItem.Name = "fineToolStripMenuItem";
     this.fineToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
     this.fineToolStripMenuItem.Tag = "Fine";
     this.fineToolStripMenuItem.Text = "&Fine";
     this.fineToolStripMenuItem.Click += new System.EventHandler(this.curveSmoothnessMenuItem_Click);
     //
     // keysToolStripMenuItem
     //
     this.keysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.alwaysToolStripMenuItem,
     this.neverToolStripMenuItem,
     this.activeOnlyToolStripMenuItem});
     this.keysToolStripMenuItem.Name = "keysToolStripMenuItem";
     this.keysToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.keysToolStripMenuItem.Text = "&Keys";
     //
     // alwaysToolStripMenuItem
     //
     this.alwaysToolStripMenuItem.Checked = true;
     this.alwaysToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.alwaysToolStripMenuItem.Name = "alwaysToolStripMenuItem";
     this.alwaysToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.alwaysToolStripMenuItem.Tag = "Always";
     this.alwaysToolStripMenuItem.Text = "&Always";
     this.alwaysToolStripMenuItem.Click += new System.EventHandler(this.keyViewToolStripMenuItem_Click);
     //
     // neverToolStripMenuItem
     //
     this.neverToolStripMenuItem.Name = "neverToolStripMenuItem";
     this.neverToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.neverToolStripMenuItem.Tag = "Never";
     this.neverToolStripMenuItem.Text = "&Never";
     this.neverToolStripMenuItem.Click += new System.EventHandler(this.keyViewToolStripMenuItem_Click);
     //
     // activeOnlyToolStripMenuItem
     //
     this.activeOnlyToolStripMenuItem.Name = "activeOnlyToolStripMenuItem";
     this.activeOnlyToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.activeOnlyToolStripMenuItem.Tag = "ActiveOnly";
     this.activeOnlyToolStripMenuItem.Text = "A&ctive Only";
     this.activeOnlyToolStripMenuItem.Click += new System.EventHandler(this.keyViewToolStripMenuItem_Click);
     //
     // tangentsToolStripMenuItem1
     //
     this.tangentsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.alwaysToolStripMenuItem1,
     this.neverToolStripMenuItem1,
     this.activeOnlyToolStripMenuItem1});
     this.tangentsToolStripMenuItem1.Name = "tangentsToolStripMenuItem1";
     this.tangentsToolStripMenuItem1.Size = new System.Drawing.Size(173, 22);
     this.tangentsToolStripMenuItem1.Text = "&Tangents";
     //
     // alwaysToolStripMenuItem1
     //
     this.alwaysToolStripMenuItem1.Name = "alwaysToolStripMenuItem1";
     this.alwaysToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
     this.alwaysToolStripMenuItem1.Tag = "Always";
     this.alwaysToolStripMenuItem1.Text = "&Always";
     this.alwaysToolStripMenuItem1.Click += new System.EventHandler(this.tangentViewToolStripMenuItem_Click);
     //
     // neverToolStripMenuItem1
     //
     this.neverToolStripMenuItem1.Name = "neverToolStripMenuItem1";
     this.neverToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
     this.neverToolStripMenuItem1.Tag = "Never";
     this.neverToolStripMenuItem1.Text = "&Never";
     this.neverToolStripMenuItem1.Click += new System.EventHandler(this.tangentViewToolStripMenuItem_Click);
     //
     // activeOnlyToolStripMenuItem1
     //
     this.activeOnlyToolStripMenuItem1.Checked = true;
     this.activeOnlyToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.activeOnlyToolStripMenuItem1.Name = "activeOnlyToolStripMenuItem1";
     this.activeOnlyToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
     this.activeOnlyToolStripMenuItem1.Tag = "ActiveOnly";
     this.activeOnlyToolStripMenuItem1.Text = "A&ctive Only";
     this.activeOnlyToolStripMenuItem1.Click += new System.EventHandler(this.tangentViewToolStripMenuItem_Click);
     //
     // infinityToolStripMenuItem
     //
     this.infinityToolStripMenuItem.Checked = true;
     this.infinityToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.infinityToolStripMenuItem.Name = "infinityToolStripMenuItem";
     this.infinityToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.infinityToolStripMenuItem.Text = "&Infinity";
     this.infinityToolStripMenuItem.Click += new System.EventHandler(this.infinityToolStripMenuItem_Click);
     //
     // curvesToolStripMenuItem
     //
     this.curvesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.preInfinityToolStripMenuItem,
     this.postInfinityToolStripMenuItem});
     this.curvesToolStripMenuItem.Name = "curvesToolStripMenuItem";
     this.curvesToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     this.curvesToolStripMenuItem.Text = "&Curves";
     //
     // preInfinityToolStripMenuItem
     //
     this.preInfinityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cycleToolStripMenuItem,
     this.cycleWithOffsetToolStripMenuItem,
     this.oscillateToolStripMenuItem,
     this.linearToolStripMenuItem,
     this.constantToolStripMenuItem});
     this.preInfinityToolStripMenuItem.Name = "preInfinityToolStripMenuItem";
     this.preInfinityToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.preInfinityToolStripMenuItem.Text = "&Pre Infinity";
     //
     // cycleToolStripMenuItem
     //
     this.cycleToolStripMenuItem.Name = "cycleToolStripMenuItem";
     this.cycleToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.cycleToolStripMenuItem.Tag = "Pre,Cycle";
     this.cycleToolStripMenuItem.Text = "C&ycle";
     this.cycleToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // cycleWithOffsetToolStripMenuItem
     //
     this.cycleWithOffsetToolStripMenuItem.Name = "cycleWithOffsetToolStripMenuItem";
     this.cycleWithOffsetToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.cycleWithOffsetToolStripMenuItem.Tag = "Pre,CycleOffset";
     this.cycleWithOffsetToolStripMenuItem.Text = "Cycle with &Offset";
     this.cycleWithOffsetToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // oscillateToolStripMenuItem
     //
     this.oscillateToolStripMenuItem.Name = "oscillateToolStripMenuItem";
     this.oscillateToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.oscillateToolStripMenuItem.Tag = "Pre,Oscillate";
     this.oscillateToolStripMenuItem.Text = "O&scillate";
     this.oscillateToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // linearToolStripMenuItem
     //
     this.linearToolStripMenuItem.Name = "linearToolStripMenuItem";
     this.linearToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.linearToolStripMenuItem.Tag = "Pre,Linear";
     this.linearToolStripMenuItem.Text = "&Linear";
     this.linearToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // constantToolStripMenuItem
     //
     this.constantToolStripMenuItem.Name = "constantToolStripMenuItem";
     this.constantToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
     this.constantToolStripMenuItem.Tag = "Pre,Constant";
     this.constantToolStripMenuItem.Text = "&Constant";
     this.constantToolStripMenuItem.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // postInfinityToolStripMenuItem
     //
     this.postInfinityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cycleToolStripMenuItem1,
     this.cycleWithOffsetToolStripMenuItem1,
     this.oscillateToolStripMenuItem1,
     this.linearToolStripMenuItem1,
     this.constantToolStripMenuItem1});
     this.postInfinityToolStripMenuItem.Name = "postInfinityToolStripMenuItem";
     this.postInfinityToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.postInfinityToolStripMenuItem.Text = "P&ost Infinity";
     //
     // cycleToolStripMenuItem1
     //
     this.cycleToolStripMenuItem1.Name = "cycleToolStripMenuItem1";
     this.cycleToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
     this.cycleToolStripMenuItem1.Tag = "Post,Cycle";
     this.cycleToolStripMenuItem1.Text = "C&ycle";
     this.cycleToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // cycleWithOffsetToolStripMenuItem1
     //
     this.cycleWithOffsetToolStripMenuItem1.Name = "cycleWithOffsetToolStripMenuItem1";
     this.cycleWithOffsetToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
     this.cycleWithOffsetToolStripMenuItem1.Tag = "Post,CycleOffset";
     this.cycleWithOffsetToolStripMenuItem1.Text = "Cycle with &Offset";
     this.cycleWithOffsetToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // oscillateToolStripMenuItem1
     //
     this.oscillateToolStripMenuItem1.Name = "oscillateToolStripMenuItem1";
     this.oscillateToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
     this.oscillateToolStripMenuItem1.Tag = "Post,Oscillate";
     this.oscillateToolStripMenuItem1.Text = "O&scillate";
     this.oscillateToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // linearToolStripMenuItem1
     //
     this.linearToolStripMenuItem1.Name = "linearToolStripMenuItem1";
     this.linearToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
     this.linearToolStripMenuItem1.Tag = "Post,Linear";
     this.linearToolStripMenuItem1.Text = "&Linear";
     this.linearToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // constantToolStripMenuItem1
     //
     this.constantToolStripMenuItem1.Name = "constantToolStripMenuItem1";
     this.constantToolStripMenuItem1.Size = new System.Drawing.Size(164, 22);
     this.constantToolStripMenuItem1.Tag = "Post,Constant";
     this.constantToolStripMenuItem1.Text = "&Constant";
     this.constantToolStripMenuItem1.Click += new System.EventHandler(this.curveLoopToolStripMenuItem_Click);
     //
     // tangentsToolStripMenuItem
     //
     this.tangentsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.smoothToolStripMenuItem,
     this.linearToolStripMenuItem2,
     this.steppedToolStripMenuItem,
     this.flatToolStripMenuItem,
     this.fixedToolStripMenuItem,
     this.toolStripMenuItem1,
     this.inTangentToolStripMenuItem,
     this.outTangentToolStripMenuItem});
     this.tangentsToolStripMenuItem.Name = "tangentsToolStripMenuItem";
     this.tangentsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
     this.tangentsToolStripMenuItem.Text = "&Tangents";
     //
     // smoothToolStripMenuItem
     //
     this.smoothToolStripMenuItem.Name = "smoothToolStripMenuItem";
     this.smoothToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.smoothToolStripMenuItem.Tag = "Tangents,Smooth";
     this.smoothToolStripMenuItem.Text = "&Smooth";
     this.smoothToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // linearToolStripMenuItem2
     //
     this.linearToolStripMenuItem2.Name = "linearToolStripMenuItem2";
     this.linearToolStripMenuItem2.Size = new System.Drawing.Size(141, 22);
     this.linearToolStripMenuItem2.Tag = "Tangents,Linear";
     this.linearToolStripMenuItem2.Text = "&Linear";
     this.linearToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // steppedToolStripMenuItem
     //
     this.steppedToolStripMenuItem.Name = "steppedToolStripMenuItem";
     this.steppedToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.steppedToolStripMenuItem.Tag = "Tangents,Stepped";
     this.steppedToolStripMenuItem.Text = "S&tepped";
     this.steppedToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // flatToolStripMenuItem
     //
     this.flatToolStripMenuItem.Name = "flatToolStripMenuItem";
     this.flatToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.flatToolStripMenuItem.Tag = "Tangents,Flat";
     this.flatToolStripMenuItem.Text = "&Flat";
     this.flatToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // fixedToolStripMenuItem
     //
     this.fixedToolStripMenuItem.Name = "fixedToolStripMenuItem";
     this.fixedToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.fixedToolStripMenuItem.Tag = "Tangents,Fixed";
     this.fixedToolStripMenuItem.Text = "Fi&xed";
     this.fixedToolStripMenuItem.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(138, 6);
     //
     // inTangentToolStripMenuItem
     //
     this.inTangentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.smoothToolStripMenuItem1,
     this.linearToolStripMenuItem3,
     this.flatToolStripMenuItem1,
     this.fixedToolStripMenuItem1});
     this.inTangentToolStripMenuItem.Name = "inTangentToolStripMenuItem";
     this.inTangentToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.inTangentToolStripMenuItem.Text = "In Tangent";
     //
     // smoothToolStripMenuItem1
     //
     this.smoothToolStripMenuItem1.Name = "smoothToolStripMenuItem1";
     this.smoothToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
     this.smoothToolStripMenuItem1.Tag = "TangentIn,Smooth";
     this.smoothToolStripMenuItem1.Text = "&Smooth";
     this.smoothToolStripMenuItem1.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // linearToolStripMenuItem3
     //
     this.linearToolStripMenuItem3.Name = "linearToolStripMenuItem3";
     this.linearToolStripMenuItem3.Size = new System.Drawing.Size(116, 22);
     this.linearToolStripMenuItem3.Tag = "TangentIn,Linear";
     this.linearToolStripMenuItem3.Text = "&Linear";
     this.linearToolStripMenuItem3.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // flatToolStripMenuItem1
     //
     this.flatToolStripMenuItem1.Name = "flatToolStripMenuItem1";
     this.flatToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
     this.flatToolStripMenuItem1.Tag = "TangentIn,Flat";
     this.flatToolStripMenuItem1.Text = "&Flat";
     this.flatToolStripMenuItem1.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // fixedToolStripMenuItem1
     //
     this.fixedToolStripMenuItem1.Name = "fixedToolStripMenuItem1";
     this.fixedToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
     this.fixedToolStripMenuItem1.Tag = "TangentIn,Fixed";
     this.fixedToolStripMenuItem1.Text = "Fi&xed";
     this.fixedToolStripMenuItem1.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // outTangentToolStripMenuItem
     //
     this.outTangentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.smoothToolStripMenuItem2,
     this.linearToolStripMenuItem4,
     this.flatToolStripMenuItem2,
     this.fixedToolStripMenuItem2});
     this.outTangentToolStripMenuItem.Name = "outTangentToolStripMenuItem";
     this.outTangentToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.outTangentToolStripMenuItem.Text = "Out Tangent";
     //
     // smoothToolStripMenuItem2
     //
     this.smoothToolStripMenuItem2.Name = "smoothToolStripMenuItem2";
     this.smoothToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
     this.smoothToolStripMenuItem2.Tag = "TangentOut,Smooth";
     this.smoothToolStripMenuItem2.Text = "&Smooth";
     this.smoothToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // linearToolStripMenuItem4
     //
     this.linearToolStripMenuItem4.Name = "linearToolStripMenuItem4";
     this.linearToolStripMenuItem4.Size = new System.Drawing.Size(116, 22);
     this.linearToolStripMenuItem4.Tag = "TangentOut,Linear";
     this.linearToolStripMenuItem4.Text = "&Linear";
     this.linearToolStripMenuItem4.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // flatToolStripMenuItem2
     //
     this.flatToolStripMenuItem2.Name = "flatToolStripMenuItem2";
     this.flatToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
     this.flatToolStripMenuItem2.Tag = "TangentOut,Flat";
     this.flatToolStripMenuItem2.Text = "&Flat";
     this.flatToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // fixedToolStripMenuItem2
     //
     this.fixedToolStripMenuItem2.Name = "fixedToolStripMenuItem2";
     this.fixedToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
     this.fixedToolStripMenuItem2.Tag = "TangentOut,Fixed";
     this.fixedToolStripMenuItem2.Text = "Fi&xed";
     this.fixedToolStripMenuItem2.Click += new System.EventHandler(this.tangentsToolStripMenuItems_Click);
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.Size = new System.Drawing.Size(150, 175);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.curveView);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(464, 192);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(464, 241);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip);
     //
     // toolStrip
     //
     this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectionButton,
     this.addKeyButton,
     this.moveKeyButton,
     this.panButton,
     this.zoomButton,
     this.keyPositionLabel,
     this.keyPositionTextBox,
     this.keyValueLabel,
     this.keyValueTextBox});
     this.toolStrip.Location = new System.Drawing.Point(3, 24);
     this.toolStrip.Name = "toolStrip";
     this.toolStrip.Size = new System.Drawing.Size(417, 25);
     this.toolStrip.TabIndex = 1;
     //
     // selectionButton
     //
     this.selectionButton.Checked = true;
     this.selectionButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.selectionButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.selectionButton.Image = global::Microsoft.Xna.Tools.CurveControlResources.SelectImage;
     this.selectionButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.selectionButton.Name = "selectionButton";
     this.selectionButton.Size = new System.Drawing.Size(23, 22);
     this.selectionButton.Tag = "Select";
     this.selectionButton.Text = "Select Keys (S)";
     this.selectionButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // addKeyButton
     //
     this.addKeyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.addKeyButton.Image = global::Microsoft.Xna.Tools.CurveControlResources.AddKeyImage;
     this.addKeyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.addKeyButton.Name = "addKeyButton";
     this.addKeyButton.Size = new System.Drawing.Size(23, 22);
     this.addKeyButton.Tag = "Add";
     this.addKeyButton.Text = "toolStripButton2";
     this.addKeyButton.ToolTipText = "Add Key (A)";
     this.addKeyButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // moveKeyButton
     //
     this.moveKeyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.moveKeyButton.Image = global::Microsoft.Xna.Tools.CurveControlResources.MoveKeyImage;
     this.moveKeyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.moveKeyButton.Name = "moveKeyButton";
     this.moveKeyButton.Size = new System.Drawing.Size(23, 22);
     this.moveKeyButton.Tag = "Move";
     this.moveKeyButton.Text = "Move Keys (D)";
     this.moveKeyButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // panButton
     //
     this.panButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.panButton.Image = global::Microsoft.Xna.Tools.CurveControlResources.MoveImage;
     this.panButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.panButton.Name = "panButton";
     this.panButton.Size = new System.Drawing.Size(23, 22);
     this.panButton.Tag = "Pan";
     this.panButton.Text = "toolStripButton2";
     this.panButton.ToolTipText = "Pan Camera (W)";
     this.panButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // zoomButton
     //
     this.zoomButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomButton.Image = global::Microsoft.Xna.Tools.CurveControlResources.ZoomImage;
     this.zoomButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomButton.Name = "zoomButton";
     this.zoomButton.Size = new System.Drawing.Size(23, 22);
     this.zoomButton.Tag = "Zoom";
     this.zoomButton.Text = "toolStripButton1";
     this.zoomButton.ToolTipText = "Zoom (E)";
     this.zoomButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // keyPositionLabel
     //
     this.keyPositionLabel.Enabled = false;
     this.keyPositionLabel.Name = "keyPositionLabel";
     this.keyPositionLabel.Size = new System.Drawing.Size(50, 22);
     this.keyPositionLabel.Text = "Position";
     //
     // keyPositionTextBox
     //
     this.keyPositionTextBox.Enabled = false;
     this.keyPositionTextBox.Name = "keyPositionTextBox";
     this.keyPositionTextBox.Size = new System.Drawing.Size(100, 25);
     this.keyPositionTextBox.TextChanged += new System.EventHandler(this.singleKeyEdit_TextChanged);
     //
     // keyValueLabel
     //
     this.keyValueLabel.Enabled = false;
     this.keyValueLabel.Name = "keyValueLabel";
     this.keyValueLabel.Size = new System.Drawing.Size(36, 22);
     this.keyValueLabel.Text = "Value";
     //
     // keyValueTextBox
     //
     this.keyValueTextBox.Enabled = false;
     this.keyValueTextBox.Name = "keyValueTextBox";
     this.keyValueTextBox.Size = new System.Drawing.Size(100, 25);
     this.keyValueTextBox.TextChanged += new System.EventHandler(this.singleKeyEdit_TextChanged);
     //
     // curveView
     //
     this.curveView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.curveView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.curveView.Location = new System.Drawing.Point(0, 0);
     this.curveView.Name = "curveView";
     this.curveView.Size = new System.Drawing.Size(464, 192);
     this.curveView.TabIndex = 0;
     this.curveView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.curveView_MouseDown);
     this.curveView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.curveView_MouseMove);
     this.curveView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.curveView_KeyUp);
     this.curveView.Paint += new System.Windows.Forms.PaintEventHandler(this.curveView_Paint);
     this.curveView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.curveView_MouseUp);
     this.curveView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.curveView_KeyDown);
     //
     // CurveControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "CurveControl";
     this.Size = new System.Drawing.Size(464, 241);
     this.Load += new System.EventHandler(this.CurveControl_Load);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #23
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pageSetupToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printDocument                 = new System.Drawing.Printing.PrintDocument();
     this.toolStripContainer            = new System.Windows.Forms.ToolStripContainer();
     this.yearChartPanel                = new YearChart.YearChartPanel();
     this.helpProvider                  = new System.Windows.Forms.HelpProvider();
     this.pageSetupDialog               = new System.Windows.Forms.PageSetupDialog();
     this.printPreviewDialog            = new System.Windows.Forms.PrintPreviewDialog();
     this.printDialog                   = new System.Windows.Forms.PrintDialog();
     this.exportToHTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.menuStrip.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(624, 24);
     this.menuStrip.TabIndex = 0;
     this.menuStrip.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pageSetupToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.printToolStripMenuItem,
         this.toolStripSeparator1,
         this.exportToHTMLToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // pageSetupToolStripMenuItem
     //
     this.pageSetupToolStripMenuItem.Name        = "pageSetupToolStripMenuItem";
     this.pageSetupToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.pageSetupToolStripMenuItem.Text        = "Page Set&up...";
     this.pageSetupToolStripMenuItem.ToolTipText = "Change the layout of the printed page - margins and orientation.";
     this.pageSetupToolStripMenuItem.Click      += new System.EventHandler(this.PageSetupToolStripMenuItemClick);
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name        = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.printPreviewToolStripMenuItem.Text        = "Print Pre&view";
     this.printPreviewToolStripMenuItem.ToolTipText = "Shows how the chart will look when printed.";
     this.printPreviewToolStripMenuItem.Click      += new System.EventHandler(this.PrintPreviewToolStripMenuItemClick);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(157, 22);
     this.printToolStripMenuItem.Text         = "&Print...";
     this.printToolStripMenuItem.ToolTipText  = "Print the YearChart to your selected printer.";
     this.printToolStripMenuItem.Click       += new System.EventHandler(this.PrintToolStripMenuItemClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(154, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name        = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.exitToolStripMenuItem.Text        = "E&xit";
     this.exitToolStripMenuItem.ToolTipText = "Closes the appliction.";
     this.exitToolStripMenuItem.Click      += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name        = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size        = new System.Drawing.Size(125, 22);
     this.optionsToolStripMenuItem.Text        = "&Options...";
     this.optionsToolStripMenuItem.ToolTipText = "Change the settings for the chart including year and title.";
     this.optionsToolStripMenuItem.Click      += new System.EventHandler(this.OptionsToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name        = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size        = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text        = "&Contents";
     this.contentsToolStripMenuItem.ToolTipText = "Open the Help window on the Contents page.";
     this.contentsToolStripMenuItem.Click      += new System.EventHandler(this.ContentsToolStripMenuItemClick);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text   = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // printDocument
     //
     this.printDocument.DocumentName = "YearChart document";
     this.printDocument.PrintPage   += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.Controls.Add(this.yearChartPanel);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(624, 386);
     this.toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name     = "toolStripContainer";
     this.toolStripContainer.Size     = new System.Drawing.Size(624, 410);
     this.toolStripContainer.TabIndex = 1;
     this.toolStripContainer.Text     = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.menuStrip);
     //
     // yearChartPanel
     //
     this.yearChartPanel.Abbreviate = false;
     //this.yearChartPanel.BackColor = System.Drawing.Color.White;
     //this.yearChartPanel.BlankColor = System.Drawing.Color.LightGray;
     this.yearChartPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     //this.yearChartPanel.EndDate = new System.DateTime( 2011, 12, 31, 0, 0, 0, 0 );
     this.yearChartPanel.ExtraColumns = new YearChart.Model.YearChartCell[0];
     this.yearChartPanel.ExtraRows    = new YearChart.Model.YearChartCell[0];
     //this.yearChartPanel.HeadingColor = System.Drawing.Color.Yellow;
     this.yearChartPanel.Location = new System.Drawing.Point(0, 0);
     this.yearChartPanel.Name     = "yearChartPanel";
     this.helpProvider.SetShowHelp(this.yearChartPanel, true);
     this.yearChartPanel.Size = new System.Drawing.Size(624, 386);
     //this.yearChartPanel.StartDate = new System.DateTime( 2011, 1, 1, 0, 0, 0, 0 );
     this.yearChartPanel.TabIndex = 0;
     this.yearChartPanel.Title    = "YearChart";
     //this.yearChartPanel.WeekendColor = System.Drawing.Color.Orange;
     //this.yearChartPanel.WeekStartDay = System.DayOfWeek.Monday;
     //this.yearChartPanel.Year = 2011;
     this.yearChartPanel.DoubleClick += new System.EventHandler(this.YearChartPanelDoubleClick);
     //
     // helpProvider
     //
     this.helpProvider.HelpNamespace = "YearChart.chm";
     //
     // pageSetupDialog
     //
     this.pageSetupDialog.Document     = this.printDocument;
     this.pageSetupDialog.EnableMetric = true;
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document          = this.printDocument;
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon     = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name     = "printPreviewDialog";
     this.printPreviewDialog.ShowIcon = false;
     this.printPreviewDialog.Visible  = false;
     //
     // printDialog
     //
     this.printDialog.Document    = this.printDocument;
     this.printDialog.UseEXDialog = true;
     //
     // exportToHTMLToolStripMenuItem
     //
     this.exportToHTMLToolStripMenuItem.Name   = "exportToHTMLToolStripMenuItem";
     this.exportToHTMLToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.exportToHTMLToolStripMenuItem.Text   = "Export to HTML";
     this.exportToHTMLToolStripMenuItem.Click += new System.EventHandler(this.exportToHTMLToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 410);
     this.Controls.Add(this.toolStripContainer);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip;
     this.Name          = "MainForm";
     this.Text          = "Kajabity YearChart";
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #24
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogListView));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.dataGridView1 = new Piksel.LogViewer.Controls.LogDataGridView();
     this.ColIcon = new System.Windows.Forms.DataGridViewImageColumn();
     this.ColLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewImageColumn3 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewImageColumn4 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewImageColumn5 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewImageColumn6 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewImageColumn7 = new System.Windows.Forms.DataGridViewImageColumn();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Trace");
     this.imageList1.Images.SetKeyName(1, "Debug");
     this.imageList1.Images.SetKeyName(2, "Info");
     this.imageList1.Images.SetKeyName(3, "Warning");
     this.imageList1.Images.SetKeyName(4, "Error");
     this.imageList1.Images.SetKeyName(5, "Fatal");
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColIcon,
     this.ColLevel,
     this.ColTime,
     this.ColSource,
     this.ColMessage});
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle7;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.MultiSelect = false;
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGridView1.RowTemplate.Height = 20;
     this.dataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.ShowCellErrors = false;
     this.dataGridView1.ShowEditingIcon = false;
     this.dataGridView1.ShowRowErrors = false;
     this.dataGridView1.Size = new System.Drawing.Size(862, 442);
     this.dataGridView1.TabIndex = 1;
     this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
     this.dataGridView1.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridView1_RowsAdded);
     //
     // ColIcon
     //
     this.ColIcon.DataPropertyName = "LogLevel";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle2.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle2.NullValue")));
     this.ColIcon.DefaultCellStyle = dataGridViewCellStyle2;
     this.ColIcon.HeaderText = "";
     this.ColIcon.Name = "ColIcon";
     this.ColIcon.ReadOnly = true;
     this.ColIcon.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ColIcon.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.ColIcon.Width = 25;
     //
     // ColLevel
     //
     this.ColLevel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.ColLevel.DataPropertyName = "LogLevel";
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ColLevel.DefaultCellStyle = dataGridViewCellStyle3;
     this.ColLevel.HeaderText = "Level";
     this.ColLevel.Name = "ColLevel";
     this.ColLevel.ReadOnly = true;
     this.ColLevel.Width = 58;
     //
     // ColTime
     //
     this.ColTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ColTime.DataPropertyName = "FormattedTime";
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ColTime.DefaultCellStyle = dataGridViewCellStyle4;
     this.ColTime.HeaderText = "Time";
     this.ColTime.Name = "ColTime";
     this.ColTime.ReadOnly = true;
     this.ColTime.Width = 120;
     //
     // ColSource
     //
     this.ColSource.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ColSource.DataPropertyName = "Source";
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ColSource.DefaultCellStyle = dataGridViewCellStyle5;
     this.ColSource.HeaderText = "Source";
     this.ColSource.Name = "ColSource";
     this.ColSource.ReadOnly = true;
     this.ColSource.Width = 180;
     //
     // ColMessage
     //
     this.ColMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColMessage.DataPropertyName = "Message";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.ColMessage.DefaultCellStyle = dataGridViewCellStyle6;
     this.ColMessage.HeaderText = "Message";
     this.ColMessage.Name = "ColMessage";
     this.ColMessage.ReadOnly = true;
     //
     // dataGridViewImageColumn1
     //
     this.dataGridViewImageColumn1.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn1.HeaderText = "";
     this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
     this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn1.Width = 25;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "LogLevel";
     this.dataGridViewTextBoxColumn1.HeaderText = "Level";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     //
     // dataGridViewImageColumn2
     //
     this.dataGridViewImageColumn2.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn2.HeaderText = "";
     this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
     this.dataGridViewImageColumn2.ReadOnly = true;
     this.dataGridViewImageColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn2.Width = 25;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "LogLevel";
     this.dataGridViewTextBoxColumn2.HeaderText = "LogLevel";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // dataGridViewImageColumn3
     //
     this.dataGridViewImageColumn3.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn3.HeaderText = "";
     this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3";
     this.dataGridViewImageColumn3.ReadOnly = true;
     this.dataGridViewImageColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn3.Width = 25;
     //
     // dataGridViewImageColumn4
     //
     this.dataGridViewImageColumn4.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn4.HeaderText = "";
     this.dataGridViewImageColumn4.Name = "dataGridViewImageColumn4";
     this.dataGridViewImageColumn4.ReadOnly = true;
     this.dataGridViewImageColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn4.Width = 25;
     //
     // dataGridViewImageColumn5
     //
     this.dataGridViewImageColumn5.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn5.HeaderText = "";
     this.dataGridViewImageColumn5.Name = "dataGridViewImageColumn5";
     this.dataGridViewImageColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn5.Width = 25;
     //
     // dataGridViewImageColumn6
     //
     this.dataGridViewImageColumn6.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn6.HeaderText = "";
     this.dataGridViewImageColumn6.Name = "dataGridViewImageColumn6";
     this.dataGridViewImageColumn6.ReadOnly = true;
     this.dataGridViewImageColumn6.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn6.Width = 25;
     //
     // dataGridViewImageColumn7
     //
     this.dataGridViewImageColumn7.DataPropertyName = "LogLevel";
     this.dataGridViewImageColumn7.HeaderText = "";
     this.dataGridViewImageColumn7.Name = "dataGridViewImageColumn7";
     this.dataGridViewImageColumn7.ReadOnly = true;
     this.dataGridViewImageColumn7.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewImageColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewImageColumn7.Width = 25;
     //
     // toolStripContainer1
     //
     this.toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.dataGridView1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(862, 442);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(862, 442);
     this.toolStripContainer1.TabIndex = 3;
     this.toolStripContainer1.Text = "toolStripContainer1";
     this.toolStripContainer1.TopToolStripPanelVisible = false;
     //
     // LogListView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "LogListView";
     this.Size = new System.Drawing.Size(862, 442);
     this.Resize += new System.EventHandler(this.LogListView_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #25
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();
     System.Windows.Forms.MenuStrip          menuStrip;
     System.Windows.Forms.ToolStripContainer toolStripContainer1;
     System.Windows.Forms.StatusStrip        statusStrip1;
     System.Windows.Forms.SplitContainer     splitContainer1;
     System.Windows.Forms.ToolStrip          toolStrip1;
     System.Windows.Forms.Timer timer;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm));
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.searchStatusLabel     = new System.Windows.Forms.ToolStripStatusLabel();
     this.hitsBox                  = new System.Windows.Forms.ListBox();
     this.webBrowser               = new System.Windows.Forms.WebBrowser();
     this.searchBox                = new System.Windows.Forms.ToolStripTextBox();
     this.goButton                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2      = new System.Windows.Forms.ToolStripSeparator();
     this.backButton               = new System.Windows.Forms.ToolStripButton();
     this.nextButton               = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3      = new System.Windows.Forms.ToolStripSeparator();
     this.toEPubButton             = new System.Windows.Forms.ToolStripButton();
     this.toPdfButton              = new System.Windows.Forms.ToolStripButton();
     this.closeToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.rtlToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.profileMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip           = new System.Windows.Forms.MenuStrip();
     toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     statusStrip1        = new System.Windows.Forms.StatusStrip();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     toolStrip1          = new System.Windows.Forms.ToolStrip();
     timer = new System.Windows.Forms.Timer(this.components);
     menuStrip.SuspendLayout();
     toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.optionsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     resources.ApplyResources(menuStrip, "menuStrip");
     menuStrip.Name = "menuStrip";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem,
         this.closeToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
     resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
     resources.ApplyResources(toolStripContainer1, "toolStripContainer1");
     toolStripContainer1.LeftToolStripPanelVisible = false;
     toolStripContainer1.Name = "toolStripContainer1";
     toolStripContainer1.RightToolStripPanelVisible = false;
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     //
     // statusStrip1
     //
     resources.ApplyResources(statusStrip1, "statusStrip1");
     statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.searchStatusLabel
     });
     statusStrip1.Name = "statusStrip1";
     //
     // searchStatusLabel
     //
     this.searchStatusLabel.Name = "searchStatusLabel";
     resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel");
     //
     // splitContainer1
     //
     splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::WikipediaConv.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     resources.ApplyResources(splitContainer1, "splitContainer1");
     splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.hitsBox);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.webBrowser);
     splitContainer1.SplitterDistance = global::WikipediaConv.Properties.Settings.Default.SplitterDistance;
     //
     // hitsBox
     //
     resources.ApplyResources(this.hitsBox, "hitsBox");
     this.hitsBox.FormattingEnabled = true;
     this.hitsBox.Name = "hitsBox";
     this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged);
     this.hitsBox.SizeChanged          += new System.EventHandler(this.hitsBox_SizeChanged);
     //
     // webBrowser
     //
     this.webBrowser.AllowWebBrowserDrop = false;
     resources.ApplyResources(this.webBrowser, "webBrowser");
     this.webBrowser.MinimumSize            = new System.Drawing.Size(20, 20);
     this.webBrowser.Name                   = "webBrowser";
     this.webBrowser.ScriptErrorsSuppressed = true;
     //
     // toolStrip1
     //
     resources.ApplyResources(toolStrip1, "toolStrip1");
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.searchBox,
         this.goButton,
         this.toolStripSeparator2,
         this.backButton,
         this.nextButton,
         this.toolStripSeparator3,
         this.toEPubButton,
         this.toPdfButton
     });
     toolStrip1.Name    = "toolStrip1";
     toolStrip1.Stretch = true;
     //
     // searchBox
     //
     resources.ApplyResources(this.searchBox, "searchBox");
     this.searchBox.AutoToolTip  = true;
     this.searchBox.Name         = "searchBox";
     this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
     //
     // goButton
     //
     this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.goButton, "goButton");
     this.goButton.Name   = "goButton";
     this.goButton.Click += new System.EventHandler(this.goButton_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // backButton
     //
     this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.backButton, "backButton");
     this.backButton.Name   = "backButton";
     this.backButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextButton
     //
     this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.nextButton, "nextButton");
     this.nextButton.Name   = "nextButton";
     this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     //
     // toEPubButton
     //
     this.toEPubButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.toEPubButton, "toEPubButton");
     this.toEPubButton.Name   = "toEPubButton";
     this.toEPubButton.Click += new System.EventHandler(this.toEPubButton_Click);
     //
     // toPdfButton
     //
     this.toPdfButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     resources.ApplyResources(this.toPdfButton, "toPdfButton");
     this.toPdfButton.Name   = "toPdfButton";
     this.toPdfButton.Click += new System.EventHandler(this.toPdfButton_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.rtlToolStripMenuItem,
         this.profileMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
     //
     // rtlToolStripMenuItem
     //
     this.rtlToolStripMenuItem.Name = "rtlToolStripMenuItem";
     resources.ApplyResources(this.rtlToolStripMenuItem, "rtlToolStripMenuItem");
     this.rtlToolStripMenuItem.Click += new System.EventHandler(this.rtlToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // timer
     //
     timer.Enabled = true;
     timer.Tick   += new System.EventHandler(this.timer_Tick);
     //
     // profileMenuItem
     //
     this.profileMenuItem.Name = "profileMenuItem";
     resources.ApplyResources(this.profileMenuItem, "profileMenuItem");
     this.profileMenuItem.Click += new System.EventHandler(this.profileMenuItem_Click);
     //
     // BrowseForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(toolStripContainer1);
     this.Controls.Add(menuStrip);
     this.MainMenuStrip = menuStrip;
     this.Name          = "BrowseForm";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
     menuStrip.ResumeLayout(false);
     menuStrip.PerformLayout();
     toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     toolStripContainer1.BottomToolStripPanel.PerformLayout();
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     statusStrip1.ResumeLayout(false);
     statusStrip1.PerformLayout();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.tsmiFile = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOpenTop = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPageProperty = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiPageSetup = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrintPreview = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiClose = new System.Windows.Forms.ToolStripMenuItem();
     this.tsgmiGenreTop = new Yusen.GExplorer.UserInterfaces.ToolStripGenreMenuItem();
     this.tsmiTools = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExportContentListToCrawlResultView = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExtractImages = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiOptions = new System.Windows.Forms.ToolStripMenuItem();
     this.tshmiHelp = new Yusen.GExplorer.UserInterfaces.ToolStripHelpMenuItem();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.gwbMain = new Yusen.GExplorer.UserInterfaces.GWebBrowser();
     this.tsStandard = new System.Windows.Forms.ToolStrip();
     this.tsbBack = new System.Windows.Forms.ToolStripButton();
     this.tsbForward = new System.Windows.Forms.ToolStripButton();
     this.tscbAddress = new System.Windows.Forms.ToolStripComboBox();
     this.tsbGo = new System.Windows.Forms.ToolStripButton();
     this.tsbStop = new System.Windows.Forms.ToolStripButton();
     this.tstbLivedoor = new System.Windows.Forms.ToolStripTextBox();
     this.tsbLivedoor = new System.Windows.Forms.ToolStripButton();
     this.menuStrip1.SuspendLayout();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.tsStandard.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiFile,
     this.tsgmiGenreTop,
     this.tsmiTools,
     this.tshmiHelp});
     this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(842, 26);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // tsmiFile
     //
     this.tsmiFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiOpenTop,
     this.tsmiSaveAs,
     this.tsmiPageProperty,
     this.toolStripSeparator3,
     this.tsmiPageSetup,
     this.tsmiPrint,
     this.tsmiPrintPreview,
     this.toolStripSeparator4,
     this.tsmiClose});
     this.tsmiFile.Name = "tsmiFile";
     this.tsmiFile.Size = new System.Drawing.Size(85, 22);
     this.tsmiFile.Text = "ファイル(&F)";
     //
     // tsmiOpenTop
     //
     this.tsmiOpenTop.Image = global::Yusen.GExplorer.Properties.Resources.home;
     this.tsmiOpenTop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiOpenTop.Name = "tsmiOpenTop";
     this.tsmiOpenTop.Size = new System.Drawing.Size(286, 22);
     this.tsmiOpenTop.Text = "トップページを開く(T)";
     this.tsmiOpenTop.Click += new System.EventHandler(this.tsmiOpenTop_Click);
     //
     // tsmiSaveAs
     //
     this.tsmiSaveAs.Image = global::Yusen.GExplorer.Properties.Resources.Save;
     this.tsmiSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiSaveAs.Name = "tsmiSaveAs";
     this.tsmiSaveAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.S)));
     this.tsmiSaveAs.Size = new System.Drawing.Size(286, 22);
     this.tsmiSaveAs.Text = "名前をつけて保存(&A)...";
     this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click);
     //
     // tsmiPageProperty
     //
     this.tsmiPageProperty.Image = global::Yusen.GExplorer.Properties.Resources.Properties;
     this.tsmiPageProperty.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiPageProperty.Name = "tsmiPageProperty";
     this.tsmiPageProperty.Size = new System.Drawing.Size(286, 22);
     this.tsmiPageProperty.Text = "ページのプロパティ(&R)...";
     this.tsmiPageProperty.Click += new System.EventHandler(this.tsmiPageProperty_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(283, 6);
     //
     // tsmiPageSetup
     //
     this.tsmiPageSetup.Image = global::Yusen.GExplorer.Properties.Resources.PrintSetup;
     this.tsmiPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiPageSetup.Name = "tsmiPageSetup";
     this.tsmiPageSetup.Size = new System.Drawing.Size(286, 22);
     this.tsmiPageSetup.Text = "ページ設定(&U)...";
     this.tsmiPageSetup.Click += new System.EventHandler(this.tsmiPageSetup_Click);
     //
     // tsmiPrint
     //
     this.tsmiPrint.Image = global::Yusen.GExplorer.Properties.Resources.Print;
     this.tsmiPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiPrint.Name = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size = new System.Drawing.Size(286, 22);
     this.tsmiPrint.Text = "印刷(&P)...";
     this.tsmiPrint.Click += new System.EventHandler(this.tsmiPrint_Click);
     //
     // tsmiPrintPreview
     //
     this.tsmiPrintPreview.Image = global::Yusen.GExplorer.Properties.Resources.PrintPreview;
     this.tsmiPrintPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiPrintPreview.Name = "tsmiPrintPreview";
     this.tsmiPrintPreview.Size = new System.Drawing.Size(286, 22);
     this.tsmiPrintPreview.Text = "印刷プレビュー(&V)...";
     this.tsmiPrintPreview.Click += new System.EventHandler(this.tsmiPrintPreview_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(283, 6);
     //
     // tsmiClose
     //
     this.tsmiClose.Name = "tsmiClose";
     this.tsmiClose.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
     this.tsmiClose.Size = new System.Drawing.Size(286, 22);
     this.tsmiClose.Text = "閉じる(&W)";
     this.tsmiClose.Click += new System.EventHandler(this.tsmiClose_Click);
     //
     // tsgmiGenreTop
     //
     this.tsgmiGenreTop.Name = "tsgmiGenreTop";
     this.tsgmiGenreTop.Size = new System.Drawing.Size(122, 22);
     this.tsgmiGenreTop.Text = "ジャンルトップ(&T)";
     this.tsgmiGenreTop.GenreSelected += new System.EventHandler(this.tsgmiGenreTop_GenreSelected);
     //
     // tsmiTools
     //
     this.tsmiTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmiExportContentListToCrawlResultView,
     this.tsmiExtractImages,
     this.toolStripMenuItem1,
     this.tsmiOptions});
     this.tsmiTools.Name = "tsmiTools";
     this.tsmiTools.Size = new System.Drawing.Size(74, 22);
     this.tsmiTools.Text = "ツール(&T)";
     //
     // tsmiExportContentListToCrawlResultView
     //
     this.tsmiExportContentListToCrawlResultView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiExportContentListToCrawlResultView.Name = "tsmiExportContentListToCrawlResultView";
     this.tsmiExportContentListToCrawlResultView.Size = new System.Drawing.Size(394, 22);
     this.tsmiExportContentListToCrawlResultView.Text = "ページ内のコンテンツをクロール結果ビューに書き出す(&R)";
     this.tsmiExportContentListToCrawlResultView.Click += new System.EventHandler(this.tsmiExportContentListToCrawlResultView_Click);
     //
     // tsmiExtractImages
     //
     this.tsmiExtractImages.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsmiExtractImages.Name = "tsmiExtractImages";
     this.tsmiExtractImages.Size = new System.Drawing.Size(394, 22);
     this.tsmiExtractImages.Text = "ページ内の画像を抽出する(&I)";
     this.tsmiExtractImages.Click += new System.EventHandler(this.tsmiExtractImages_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(391, 6);
     //
     // tsmiOptions
     //
     this.tsmiOptions.Name = "tsmiOptions";
     this.tsmiOptions.Size = new System.Drawing.Size(394, 22);
     this.tsmiOptions.Text = "オプション(&O)";
     this.tsmiOptions.Click += new System.EventHandler(this.tsmiOptions_Click);
     //
     // tshmiHelp
     //
     this.tshmiHelp.Name = "tshmiHelp";
     this.tshmiHelp.Size = new System.Drawing.Size(75, 22);
     this.tshmiHelp.Text = "ヘルプ(&H)";
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.AutoScroll = true;
     this.toolStripContainer1.ContentPanel.Controls.Add(this.gwbMain);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(842, 521);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(842, 596);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tsStandard);
     //
     // statusStrip1
     //
     this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripProgressBar1,
     this.toolStripStatusLabel1});
     this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.statusStrip1.Location = new System.Drawing.Point(0, 0);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size = new System.Drawing.Size(842, 23);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(134, 18);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // gwbMain
     //
     this.gwbMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gwbMain.Location = new System.Drawing.Point(0, 0);
     this.gwbMain.MinimumSize = new System.Drawing.Size(20, 20);
     this.gwbMain.Name = "gwbMain";
     this.gwbMain.Size = new System.Drawing.Size(842, 521);
     this.gwbMain.TabIndex = 0;
     this.gwbMain.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.gwbMain_Navigated);
     this.gwbMain.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.gwbMain_ProgressChanged);
     this.gwbMain.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.gwbMain_Navigating);
     this.gwbMain.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.gwbMain_DocumentCompleted);
     //
     // tsStandard
     //
     this.tsStandard.Dock = System.Windows.Forms.DockStyle.None;
     this.tsStandard.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsStandard.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbBack,
     this.tsbForward,
     this.tscbAddress,
     this.tsbGo,
     this.tsbStop,
     this.tstbLivedoor,
     this.tsbLivedoor});
     this.tsStandard.Location = new System.Drawing.Point(3, 26);
     this.tsStandard.Name = "tsStandard";
     this.tsStandard.Size = new System.Drawing.Size(772, 26);
     this.tsStandard.TabIndex = 3;
     this.tsStandard.Text = "標準バー";
     //
     // tsbBack
     //
     this.tsbBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbBack.Enabled = false;
     this.tsbBack.Image = global::Yusen.GExplorer.Properties.Resources.NavBack;
     this.tsbBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbBack.Name = "tsbBack";
     this.tsbBack.Size = new System.Drawing.Size(23, 23);
     this.tsbBack.Text = "戻る";
     this.tsbBack.Click += new System.EventHandler(this.tsbBack_Click);
     //
     // tsbForward
     //
     this.tsbForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbForward.Enabled = false;
     this.tsbForward.Image = global::Yusen.GExplorer.Properties.Resources.NavForward;
     this.tsbForward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbForward.Name = "tsbForward";
     this.tsbForward.Size = new System.Drawing.Size(23, 23);
     this.tsbForward.Text = "進む";
     this.tsbForward.Click += new System.EventHandler(this.tsbForward_Click);
     //
     // tscbAddress
     //
     this.tscbAddress.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.tscbAddress.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
     this.tscbAddress.Name = "tscbAddress";
     this.tscbAddress.Size = new System.Drawing.Size(500, 26);
     this.tscbAddress.Text = "tscbAddress";
     this.tscbAddress.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tscbAddress_KeyDown);
     this.tscbAddress.SelectedIndexChanged += new System.EventHandler(this.GoToAddressBarUri);
     //
     // tsbGo
     //
     this.tsbGo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbGo.Image = global::Yusen.GExplorer.Properties.Resources.RefreshDocView;
     this.tsbGo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbGo.Name = "tsbGo";
     this.tsbGo.Size = new System.Drawing.Size(23, 23);
     this.tsbGo.Text = "移動";
     this.tsbGo.Click += new System.EventHandler(this.GoToAddressBarUri);
     //
     // tsbStop
     //
     this.tsbStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbStop.Enabled = false;
     this.tsbStop.Image = global::Yusen.GExplorer.Properties.Resources.Refresh_Cancel;
     this.tsbStop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbStop.Name = "tsbStop";
     this.tsbStop.Size = new System.Drawing.Size(23, 23);
     this.tsbStop.Text = "中止";
     this.tsbStop.Click += new System.EventHandler(this.tsbStop_Click);
     //
     // tstbLivedoor
     //
     this.tstbLivedoor.ForeColor = System.Drawing.SystemColors.GrayText;
     this.tstbLivedoor.Name = "tstbLivedoor";
     this.tstbLivedoor.Size = new System.Drawing.Size(150, 26);
     this.tstbLivedoor.Text = "livedoor動画でGyaO検索";
     this.tstbLivedoor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstbLivedoor_KeyDown);
     this.tstbLivedoor.Enter += new System.EventHandler(this.tstbLivedoor_Enter);
     this.tstbLivedoor.Leave += new System.EventHandler(this.tstbLivedoor_Leave);
     //
     // tsbLivedoor
     //
     this.tsbLivedoor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbLivedoor.Image = global::Yusen.GExplorer.Properties.Resources.searchWeb;
     this.tsbLivedoor.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbLivedoor.Name = "tsbLivedoor";
     this.tsbLivedoor.Size = new System.Drawing.Size(23, 23);
     this.tsbLivedoor.Text = "livedoor動画でGyaO検索";
     this.tsbLivedoor.Click += new System.EventHandler(this.tsbLivedoor_Click);
     //
     // BrowserForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(842, 596);
     this.Controls.Add(this.toolStripContainer1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "BrowserForm";
     this.Text = "BrowserForm";
     this.Load += new System.EventHandler(this.BrowserForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tsStandard.ResumeLayout(false);
     this.tsStandard.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #27
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChromeTMS));
     this.kryptonPanel1                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.ss                            = new System.Windows.Forms.StatusStrip();
     this.tslExample                    = new System.Windows.Forms.ToolStripStatusLabel();
     this.kryptonPanel2                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPanel3                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator            = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3           = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsc                           = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1                    = new System.Windows.Forms.ToolStrip();
     this.newToolStripButton            = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.printToolStripButton          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6           = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripButton            = new System.Windows.Forms.ToolStripButton();
     this.copyToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.pasteToolStripButton          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7           = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripButton           = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel4                 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.ss.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.tsc.ContentPanel.SuspendLayout();
     this.tsc.TopToolStripPanel.SuspendLayout();
     this.tsc.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel4)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.ss);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 333);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(441, 22);
     this.kryptonPanel1.TabIndex = 0;
     //
     // ss
     //
     this.ss.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tslExample
     });
     this.ss.Location   = new System.Drawing.Point(0, 0);
     this.ss.Name       = "ss";
     this.ss.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.ss.Size       = new System.Drawing.Size(441, 22);
     this.ss.TabIndex   = 0;
     this.ss.Text       = "statusStrip1";
     //
     // tslExample
     //
     this.tslExample.Name = "tslExample";
     this.tslExample.Size = new System.Drawing.Size(110, 17);
     this.tslExample.Text = "Status Text Example";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.menuStrip1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(441, 22);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.tsc);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 22);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(441, 311);
     this.kryptonPanel3.TabIndex = 2;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(441, 22);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.toolStripSeparator,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator1,
         this.printToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 18);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem.Name         = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.newToolStripMenuItem.Text         = "&New";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.openToolStripMenuItem.Text         = "&Open";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     this.printToolStripMenuItem.Text         = "&Print";
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripSeparator3,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.toolStripSeparator4,
         this.selectAllToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 18);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.undoToolStripMenuItem.Text         = "&Undo";
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.redoToolStripMenuItem.Text         = "&Redo";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(141, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name         = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.cutToolStripMenuItem.Text         = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.copyToolStripMenuItem.Text         = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name         = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size         = new System.Drawing.Size(144, 22);
     this.pasteToolStripMenuItem.Text         = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.customizeToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(47, 18);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.customizeToolStripMenuItem.Text = "&Customize";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.indexToolStripMenuItem,
         this.searchToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 18);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text = "&Contents";
     //
     // indexToolStripMenuItem
     //
     this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     //
     // tsc
     //
     //
     // tsc.ContentPanel
     //
     this.tsc.ContentPanel.Controls.Add(this.kryptonPanel4);
     this.tsc.ContentPanel.Size = new System.Drawing.Size(441, 286);
     this.tsc.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tsc.Location = new System.Drawing.Point(0, 0);
     this.tsc.Name     = "tsc";
     this.tsc.Size     = new System.Drawing.Size(441, 311);
     this.tsc.TabIndex = 0;
     this.tsc.Text     = "toolStripContainer1";
     //
     // tsc.TopToolStripPanel
     //
     this.tsc.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripButton,
         this.openToolStripButton,
         this.saveToolStripButton,
         this.printToolStripButton,
         this.toolStripSeparator6,
         this.cutToolStripButton,
         this.copyToolStripButton,
         this.pasteToolStripButton,
         this.toolStripSeparator7,
         this.helpToolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(208, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // newToolStripButton
     //
     this.newToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton.Text = "&New";
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text = "&Open";
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text = "&Save";
     //
     // printToolStripButton
     //
     this.printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripButton.Name = "printToolStripButton";
     this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.printToolStripButton.Text = "&Print";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // cutToolStripButton
     //
     this.cutToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
     this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripButton.Name = "cutToolStripButton";
     this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.cutToolStripButton.Text = "C&ut";
     //
     // copyToolStripButton
     //
     this.copyToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
     this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripButton.Name = "copyToolStripButton";
     this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.copyToolStripButton.Text = "&Copy";
     //
     // pasteToolStripButton
     //
     this.pasteToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
     this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripButton.Name = "pasteToolStripButton";
     this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.pasteToolStripButton.Text = "&Paste";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // helpToolStripButton
     //
     this.helpToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.helpToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
     this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.helpToolStripButton.Name = "helpToolStripButton";
     this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.helpToolStripButton.Text = "He&lp";
     //
     // kryptonPanel4
     //
     this.kryptonPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel4.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel4.Name     = "kryptonPanel4";
     this.kryptonPanel4.Size     = new System.Drawing.Size(441, 286);
     this.kryptonPanel4.TabIndex = 0;
     //
     // ChromeTMS
     //
     this.ClientSize = new System.Drawing.Size(441, 355);
     this.Controls.Add(this.kryptonPanel3);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "ChromeTMS";
     this.Text          = "Chrome && TMS";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ss.ResumeLayout(false);
     this.ss.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tsc.ContentPanel.ResumeLayout(false);
     this.tsc.TopToolStripPanel.ResumeLayout(false);
     this.tsc.TopToolStripPanel.PerformLayout();
     this.tsc.ResumeLayout(false);
     this.tsc.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel4)).EndInit();
     this.ResumeLayout(false);
 }
예제 #28
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.exportToScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.donationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.supportToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLbl = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.indexToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.searchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.toolStrip = new System.Windows.Forms.ToolStrip();
     this.newToolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.propertyGrid = new System.Windows.Forms.PropertyGrid();
     this.cboGumpItems = new System.Windows.Forms.ComboBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.designerFrame = new Ultima.GDK.DesignerFrame();
     this.cntxZlevel = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.moveForwardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveBackwardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveToBackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveToFrontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportGumpFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.toolbox = new Ultima.GDK.Controls.Toolbox();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.menuStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.toolStrip.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.cntxZlevel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem2,
     this.editToolStripMenuItem2,
     this.toolsToolStripMenuItem2,
     this.helpToolStripMenuItem2});
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name = "menuStrip";
     this.menuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuStrip.Size = new System.Drawing.Size(1061, 24);
     this.menuStrip.TabIndex = 0;
     this.menuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem2
     //
     this.fileToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem2,
     this.openToolStripMenuItem2,
     this.toolStripSeparator14,
     this.toolStripMenuItem1,
     this.saveAsToolStripMenuItem2,
     this.toolStripSeparator16,
     this.exportToScriptToolStripMenuItem,
     this.toolStripSeparator15,
     this.exitToolStripMenuItem2});
     this.fileToolStripMenuItem2.Name = "fileToolStripMenuItem2";
     this.fileToolStripMenuItem2.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem2.Text = "&File";
     //
     // newToolStripMenuItem2
     //
     this.newToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem2.Image")));
     this.newToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem2.Name = "newToolStripMenuItem2";
     this.newToolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
     this.newToolStripMenuItem2.Text = "&New";
     this.newToolStripMenuItem2.Click += new System.EventHandler(this.newToolStripButton1_Click);
     //
     // openToolStripMenuItem2
     //
     this.openToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem2.Image")));
     this.openToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripMenuItem2.Name = "openToolStripMenuItem2";
     this.openToolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
     this.openToolStripMenuItem2.Text = "&Open";
     this.openToolStripMenuItem2.Click += new System.EventHandler(this.openToolStripMenuItem2_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(157, 6);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
     this.toolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
     this.toolStripMenuItem1.Text = "&Save";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem2_Click);
     //
     // saveAsToolStripMenuItem2
     //
     this.saveAsToolStripMenuItem2.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.saveAsToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveAsToolStripMenuItem2.Name = "saveAsToolStripMenuItem2";
     this.saveAsToolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
     this.saveAsToolStripMenuItem2.Text = "Save &As";
     this.saveAsToolStripMenuItem2.Click += new System.EventHandler(this.saveAsToolStripMenuItem2_Click_1);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(157, 6);
     //
     // exportToScriptToolStripMenuItem
     //
     this.exportToScriptToolStripMenuItem.Name = "exportToScriptToolStripMenuItem";
     this.exportToScriptToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.exportToScriptToolStripMenuItem.Text = "Export to Script";
     this.exportToScriptToolStripMenuItem.Click += new System.EventHandler(this.exportToScriptToolStripMenuItem_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(157, 6);
     //
     // exitToolStripMenuItem2
     //
     this.exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
     this.exitToolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
     this.exitToolStripMenuItem2.Text = "E&xit";
     this.exitToolStripMenuItem2.Click += new System.EventHandler(this.exitToolStripMenuItem2_Click);
     //
     // editToolStripMenuItem2
     //
     this.editToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem2,
     this.redoToolStripMenuItem2,
     this.toolStripSeparator17,
     this.cutToolStripMenuItem2,
     this.copyToolStripMenuItem2,
     this.pasteToolStripMenuItem2,
     this.toolStripSeparator18,
     this.selectAllToolStripMenuItem2});
     this.editToolStripMenuItem2.Name = "editToolStripMenuItem2";
     this.editToolStripMenuItem2.Size = new System.Drawing.Size(37, 20);
     this.editToolStripMenuItem2.Text = "&Edit";
     //
     // undoToolStripMenuItem2
     //
     this.undoToolStripMenuItem2.Enabled = false;
     this.undoToolStripMenuItem2.Name = "undoToolStripMenuItem2";
     this.undoToolStripMenuItem2.Size = new System.Drawing.Size(128, 22);
     this.undoToolStripMenuItem2.Text = "&Undo";
     this.undoToolStripMenuItem2.Click += new System.EventHandler(this.undoToolStripMenuItem2_Click);
     //
     // redoToolStripMenuItem2
     //
     this.redoToolStripMenuItem2.Enabled = false;
     this.redoToolStripMenuItem2.Name = "redoToolStripMenuItem2";
     this.redoToolStripMenuItem2.Size = new System.Drawing.Size(128, 22);
     this.redoToolStripMenuItem2.Text = "&Redo";
     this.redoToolStripMenuItem2.Click += new System.EventHandler(this.redoToolStripMenuItem2_Click);
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(125, 6);
     //
     // cutToolStripMenuItem2
     //
     this.cutToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem2.Image")));
     this.cutToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem2.Name = "cutToolStripMenuItem2";
     this.cutToolStripMenuItem2.Size = new System.Drawing.Size(128, 22);
     this.cutToolStripMenuItem2.Text = "Cu&t";
     this.cutToolStripMenuItem2.Click += new System.EventHandler(this.cutToolStripMenuItem2_Click);
     //
     // copyToolStripMenuItem2
     //
     this.copyToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem2.Image")));
     this.copyToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem2.Name = "copyToolStripMenuItem2";
     this.copyToolStripMenuItem2.Size = new System.Drawing.Size(128, 22);
     this.copyToolStripMenuItem2.Text = "&Copy";
     this.copyToolStripMenuItem2.Click += new System.EventHandler(this.copyToolStripMenuItem2_Click);
     //
     // pasteToolStripMenuItem2
     //
     this.pasteToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem2.Image")));
     this.pasteToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem2.Name = "pasteToolStripMenuItem2";
     this.pasteToolStripMenuItem2.Size = new System.Drawing.Size(128, 22);
     this.pasteToolStripMenuItem2.Text = "&Paste";
     this.pasteToolStripMenuItem2.Click += new System.EventHandler(this.pasteToolStripMenuItem2_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(125, 6);
     //
     // selectAllToolStripMenuItem2
     //
     this.selectAllToolStripMenuItem2.Name = "selectAllToolStripMenuItem2";
     this.selectAllToolStripMenuItem2.Size = new System.Drawing.Size(128, 22);
     this.selectAllToolStripMenuItem2.Text = "Select &All";
     this.selectAllToolStripMenuItem2.Click += new System.EventHandler(this.selectAllToolStripMenuItem2_Click);
     //
     // toolsToolStripMenuItem2
     //
     this.toolsToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.optionsToolStripMenuItem2});
     this.toolsToolStripMenuItem2.Name = "toolsToolStripMenuItem2";
     this.toolsToolStripMenuItem2.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem2.Text = "&Tools";
     //
     // optionsToolStripMenuItem2
     //
     this.optionsToolStripMenuItem2.Enabled = false;
     this.optionsToolStripMenuItem2.Name = "optionsToolStripMenuItem2";
     this.optionsToolStripMenuItem2.Size = new System.Drawing.Size(122, 22);
     this.optionsToolStripMenuItem2.Text = "&Options";
     this.optionsToolStripMenuItem2.Click += new System.EventHandler(this.optionsToolStripMenuItem2_Click);
     //
     // helpToolStripMenuItem2
     //
     this.helpToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.donationsToolStripMenuItem,
     this.supportToolStripMenuItem3,
     this.aboutToolStripMenuItem2});
     this.helpToolStripMenuItem2.Name = "helpToolStripMenuItem2";
     this.helpToolStripMenuItem2.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem2.Text = "&Help";
     //
     // donationsToolStripMenuItem
     //
     this.donationsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("donationsToolStripMenuItem.Image")));
     this.donationsToolStripMenuItem.Name = "donationsToolStripMenuItem";
     this.donationsToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
     this.donationsToolStripMenuItem.Text = "Donations...";
     this.donationsToolStripMenuItem.Click += new System.EventHandler(this.donationsToolStripMenuItem_Click);
     //
     // supportToolStripMenuItem3
     //
     this.supportToolStripMenuItem3.Name = "supportToolStripMenuItem3";
     this.supportToolStripMenuItem3.Size = new System.Drawing.Size(145, 22);
     this.supportToolStripMenuItem3.Text = "Support...";
     this.supportToolStripMenuItem3.Click += new System.EventHandler(this.supportToolStripMenuItem3_Click);
     //
     // aboutToolStripMenuItem2
     //
     this.aboutToolStripMenuItem2.Name = "aboutToolStripMenuItem2";
     this.aboutToolStripMenuItem2.Size = new System.Drawing.Size(145, 22);
     this.aboutToolStripMenuItem2.Text = "&About...";
     this.aboutToolStripMenuItem2.Click += new System.EventHandler(this.aboutToolStripMenuItem2_Click);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.toolStripSeparator,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.toolStripSeparator1,
     this.printToolStripMenuItem,
     this.printPreviewToolStripMenuItem,
     this.toolStripSeparator2,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.newToolStripMenuItem.Text = "&New";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.openToolStripMenuItem.Text = "&Open";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(148, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.saveToolStripMenuItem.Text = "&Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.printToolStripMenuItem.Text = "&Print";
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(148, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem,
     this.redoToolStripMenuItem,
     this.toolStripSeparator3,
     this.cutToolStripMenuItem,
     this.copyToolStripMenuItem,
     this.pasteToolStripMenuItem,
     this.toolStripSeparator4,
     this.selectAllToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.undoToolStripMenuItem.Text = "&Undo";
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.redoToolStripMenuItem.Text = "&Redo";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(147, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.cutToolStripMenuItem.Text = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.copyToolStripMenuItem.Text = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.pasteToolStripMenuItem.Text = "&Paste";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(147, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.selectAllToolStripMenuItem.Text = "Select &All";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.customizeToolStripMenuItem,
     this.optionsToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.customizeToolStripMenuItem.Text = "&Customize";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.optionsToolStripMenuItem.Text = "&Options";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.contentsToolStripMenuItem,
     this.indexToolStripMenuItem,
     this.searchToolStripMenuItem,
     this.toolStripSeparator5,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.contentsToolStripMenuItem.Text = "&Contents";
     //
     // indexToolStripMenuItem
     //
     this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     this.indexToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     this.searchToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(126, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     //
     // newToolStripButton
     //
     this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton.Text = "&New";
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text = "&Open";
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text = "&Save";
     //
     // printToolStripButton
     //
     this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripButton.Name = "printToolStripButton";
     this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.printToolStripButton.Text = "&Print";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // cutToolStripButton
     //
     this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
     this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripButton.Name = "cutToolStripButton";
     this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.cutToolStripButton.Text = "C&ut";
     //
     // copyToolStripButton
     //
     this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
     this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripButton.Name = "copyToolStripButton";
     this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.copyToolStripButton.Text = "&Copy";
     //
     // pasteToolStripButton
     //
     this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
     this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripButton.Name = "pasteToolStripButton";
     this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.pasteToolStripButton.Text = "&Paste";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // helpToolStripButton
     //
     this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
     this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.helpToolStripButton.Name = "helpToolStripButton";
     this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.helpToolStripButton.Text = "He&lp";
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabel});
     this.statusStrip.Location = new System.Drawing.Point(0, 652);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.Size = new System.Drawing.Size(1061, 22);
     this.statusStrip.TabIndex = 2;
     this.statusStrip.Text = "statusStrip1";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(63, 17);
     this.statusLabel.Text = "Status: Idle";
     //
     // statusLbl
     //
     this.statusLbl.Name = "statusLbl";
     this.statusLbl.Size = new System.Drawing.Size(63, 17);
     this.statusLbl.Text = "Status: Idle";
     //
     // menuStrip1
     //
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(778, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem1
     //
     this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem1,
     this.openToolStripMenuItem1,
     this.toolStripSeparator8,
     this.saveToolStripMenuItem1,
     this.saveAsToolStripMenuItem1,
     this.toolStripSeparator9,
     this.printToolStripMenuItem1,
     this.printPreviewToolStripMenuItem1,
     this.toolStripSeparator10,
     this.exitToolStripMenuItem1});
     this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
     this.fileToolStripMenuItem1.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem1.Text = "&File";
     //
     // newToolStripMenuItem1
     //
     this.newToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem1.Image")));
     this.newToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripMenuItem1.Name = "newToolStripMenuItem1";
     this.newToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.newToolStripMenuItem1.Text = "&New";
     //
     // openToolStripMenuItem1
     //
     this.openToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem1.Image")));
     this.openToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
     this.openToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.openToolStripMenuItem1.Text = "&Open";
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(145, 6);
     //
     // saveToolStripMenuItem1
     //
     this.saveToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem1.Image")));
     this.saveToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
     this.saveToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.saveToolStripMenuItem1.Text = "&Save";
     //
     // saveAsToolStripMenuItem1
     //
     this.saveAsToolStripMenuItem1.Name = "saveAsToolStripMenuItem1";
     this.saveAsToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.saveAsToolStripMenuItem1.Text = "Save &As";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(145, 6);
     //
     // printToolStripMenuItem1
     //
     this.printToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem1.Image")));
     this.printToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem1.Name = "printToolStripMenuItem1";
     this.printToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.printToolStripMenuItem1.Text = "&Print";
     //
     // printPreviewToolStripMenuItem1
     //
     this.printPreviewToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem1.Image")));
     this.printPreviewToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem1.Name = "printPreviewToolStripMenuItem1";
     this.printPreviewToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.printPreviewToolStripMenuItem1.Text = "Print Pre&view";
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(145, 6);
     //
     // exitToolStripMenuItem1
     //
     this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
     this.exitToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
     this.exitToolStripMenuItem1.Text = "E&xit";
     //
     // editToolStripMenuItem1
     //
     this.editToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem1,
     this.redoToolStripMenuItem1,
     this.toolStripSeparator11,
     this.cutToolStripMenuItem1,
     this.copyToolStripMenuItem1,
     this.pasteToolStripMenuItem1,
     this.toolStripSeparator12,
     this.selectAllToolStripMenuItem1});
     this.editToolStripMenuItem1.Name = "editToolStripMenuItem1";
     this.editToolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.editToolStripMenuItem1.Text = "&Edit";
     //
     // undoToolStripMenuItem1
     //
     this.undoToolStripMenuItem1.Name = "undoToolStripMenuItem1";
     this.undoToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
     this.undoToolStripMenuItem1.Text = "&Undo";
     //
     // redoToolStripMenuItem1
     //
     this.redoToolStripMenuItem1.Name = "redoToolStripMenuItem1";
     this.redoToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
     this.redoToolStripMenuItem1.Text = "&Redo";
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(125, 6);
     //
     // cutToolStripMenuItem1
     //
     this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image")));
     this.cutToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
     this.cutToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
     this.cutToolStripMenuItem1.Text = "Cu&t";
     //
     // copyToolStripMenuItem1
     //
     this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image")));
     this.copyToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
     this.copyToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
     this.copyToolStripMenuItem1.Text = "&Copy";
     //
     // pasteToolStripMenuItem1
     //
     this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image")));
     this.pasteToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
     this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
     this.pasteToolStripMenuItem1.Text = "&Paste";
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(125, 6);
     //
     // selectAllToolStripMenuItem1
     //
     this.selectAllToolStripMenuItem1.Name = "selectAllToolStripMenuItem1";
     this.selectAllToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
     this.selectAllToolStripMenuItem1.Text = "Select &All";
     //
     // toolsToolStripMenuItem1
     //
     this.toolsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.customizeToolStripMenuItem1,
     this.optionsToolStripMenuItem1});
     this.toolsToolStripMenuItem1.Name = "toolsToolStripMenuItem1";
     this.toolsToolStripMenuItem1.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem1.Text = "&Tools";
     //
     // customizeToolStripMenuItem1
     //
     this.customizeToolStripMenuItem1.Name = "customizeToolStripMenuItem1";
     this.customizeToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
     this.customizeToolStripMenuItem1.Text = "&Customize";
     //
     // optionsToolStripMenuItem1
     //
     this.optionsToolStripMenuItem1.Name = "optionsToolStripMenuItem1";
     this.optionsToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
     this.optionsToolStripMenuItem1.Text = "&Options";
     //
     // helpToolStripMenuItem1
     //
     this.helpToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.contentsToolStripMenuItem1,
     this.indexToolStripMenuItem1,
     this.searchToolStripMenuItem1,
     this.toolStripSeparator13,
     this.aboutToolStripMenuItem1});
     this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
     this.helpToolStripMenuItem1.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem1.Text = "&Help";
     //
     // contentsToolStripMenuItem1
     //
     this.contentsToolStripMenuItem1.Name = "contentsToolStripMenuItem1";
     this.contentsToolStripMenuItem1.Size = new System.Drawing.Size(129, 22);
     this.contentsToolStripMenuItem1.Text = "&Contents";
     //
     // indexToolStripMenuItem1
     //
     this.indexToolStripMenuItem1.Name = "indexToolStripMenuItem1";
     this.indexToolStripMenuItem1.Size = new System.Drawing.Size(129, 22);
     this.indexToolStripMenuItem1.Text = "&Index";
     //
     // searchToolStripMenuItem1
     //
     this.searchToolStripMenuItem1.Name = "searchToolStripMenuItem1";
     this.searchToolStripMenuItem1.Size = new System.Drawing.Size(129, 22);
     this.searchToolStripMenuItem1.Text = "&Search";
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(126, 6);
     //
     // aboutToolStripMenuItem1
     //
     this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
     this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(129, 22);
     this.aboutToolStripMenuItem1.Text = "&About...";
     //
     // openFileDialog
     //
     this.openFileDialog.Filter = "GDK Gump files(*.gdk)|*.gdk";
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Enabled = false;
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // toolStrip
     //
     this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip.GripMargin = new System.Windows.Forms.Padding(0);
     this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripButton1,
     this.openToolStripButton1,
     this.saveToolStripButton1});
     this.toolStrip.Location = new System.Drawing.Point(3, 0);
     this.toolStrip.Name = "toolStrip";
     this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip.Size = new System.Drawing.Size(72, 25);
     this.toolStrip.TabIndex = 1;
     this.toolStrip.Text = "toolStrip";
     //
     // newToolStripButton1
     //
     this.newToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton1.Image")));
     this.newToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton1.Name = "newToolStripButton1";
     this.newToolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton1.Text = "&New";
     this.newToolStripButton1.Click += new System.EventHandler(this.newToolStripButton1_Click);
     //
     // openToolStripButton1
     //
     this.openToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton1.Image")));
     this.openToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton1.Name = "openToolStripButton1";
     this.openToolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton1.Text = "&Open";
     this.openToolStripButton1.Click += new System.EventHandler(this.openToolStripMenuItem2_Click);
     //
     // saveToolStripButton1
     //
     this.saveToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton1.Image")));
     this.saveToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton1.Name = "saveToolStripButton1";
     this.saveToolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton1.Text = "&Save";
     this.saveToolStripButton1.Click += new System.EventHandler(this.saveToolStripMenuItem2_Click);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.BackColor = System.Drawing.SystemColors.Control;
     this.ContentPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.ContentPanel.Size = new System.Drawing.Size(1061, 2);
     //
     // toolStripContainer1
     //
     this.toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.BackColor = System.Drawing.SystemColors.Control;
     this.toolStripContainer1.ContentPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1061, 2);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Top;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 24);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size = new System.Drawing.Size(1061, 27);
     this.toolStripContainer1.TabIndex = 3;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip);
     this.toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.propertyGrid);
     this.panel1.Controls.Add(this.cboGumpItems);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(843, 51);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(218, 601);
     this.panel1.TabIndex = 5;
     //
     // propertyGrid
     //
     this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid.Location = new System.Drawing.Point(0, 21);
     this.propertyGrid.Name = "propertyGrid";
     this.propertyGrid.Size = new System.Drawing.Size(218, 580);
     this.propertyGrid.TabIndex = 2;
     this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
     //
     // cboGumpItems
     //
     this.cboGumpItems.Dock = System.Windows.Forms.DockStyle.Top;
     this.cboGumpItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboGumpItems.FormattingEnabled = true;
     this.cboGumpItems.Location = new System.Drawing.Point(0, 0);
     this.cboGumpItems.Name = "cboGumpItems";
     this.cboGumpItems.Size = new System.Drawing.Size(218, 21);
     this.cboGumpItems.TabIndex = 1;
     this.cboGumpItems.SelectedIndexChanged += new System.EventHandler(this.cboGumpItems_SelectedIndexChanged);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.designerFrame);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(54, 51);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(789, 601);
     this.panel3.TabIndex = 7;
     //
     // designerFrame
     //
     this.designerFrame.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.designerFrame.ContextMenuStrip = this.cntxZlevel;
     this.designerFrame.Dock = System.Windows.Forms.DockStyle.Fill;
     this.designerFrame.Gump = null;
     this.designerFrame.Location = new System.Drawing.Point(0, 0);
     this.designerFrame.Name = "designerFrame";
     this.designerFrame.Size = new System.Drawing.Size(789, 601);
     this.designerFrame.TabIndex = 0;
     this.designerFrame.BeforeBaseGumpMoved += new System.EventHandler<System.EventArgs>(this.designerFrame_BeforeBaseGumpMoved);
     this.designerFrame.Copied += new System.EventHandler<System.EventArgs>(this.designerFrame_Copied);
     this.designerFrame.Paint += new System.Windows.Forms.PaintEventHandler(this.designerFrame_Paint);
     this.designerFrame.Pasted += new System.EventHandler<System.EventArgs>(this.designerFrame_Pasted);
     this.designerFrame.MouseUp += new System.Windows.Forms.MouseEventHandler(this.designerFrame_MouseUp);
     this.designerFrame.BeforeBaseGumpChanged += new System.EventHandler<System.EventArgs>(this.designerFrame_BeforeBaseGumpChanged);
     //
     // cntxZlevel
     //
     this.cntxZlevel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.moveForwardToolStripMenuItem,
     this.moveBackwardToolStripMenuItem,
     this.moveToBackToolStripMenuItem,
     this.moveToFrontToolStripMenuItem});
     this.cntxZlevel.Name = "cntxZlevel";
     this.cntxZlevel.Size = new System.Drawing.Size(244, 92);
     this.cntxZlevel.Opening += new System.ComponentModel.CancelEventHandler(this.cntxZlevel_Opening);
     //
     // moveForwardToolStripMenuItem
     //
     this.moveForwardToolStripMenuItem.Name = "moveForwardToolStripMenuItem";
     this.moveForwardToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
     this.moveForwardToolStripMenuItem.Text = "Move Forward";
     this.moveForwardToolStripMenuItem.Click += new System.EventHandler(this.moveForwardToolStripMenuItem_Click);
     //
     // moveBackwardToolStripMenuItem
     //
     this.moveBackwardToolStripMenuItem.Name = "moveBackwardToolStripMenuItem";
     this.moveBackwardToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
     this.moveBackwardToolStripMenuItem.Text = "Move Backward";
     this.moveBackwardToolStripMenuItem.Click += new System.EventHandler(this.moveBackwardToolStripMenuItem_Click);
     //
     // moveToBackToolStripMenuItem
     //
     this.moveToBackToolStripMenuItem.Enabled = false;
     this.moveToBackToolStripMenuItem.Name = "moveToBackToolStripMenuItem";
     this.moveToBackToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
     this.moveToBackToolStripMenuItem.Text = "Move to Back (not implemented)";
     this.moveToBackToolStripMenuItem.Click += new System.EventHandler(this.moveToBackToolStripMenuItem_Click);
     //
     // moveToFrontToolStripMenuItem
     //
     this.moveToFrontToolStripMenuItem.Enabled = false;
     this.moveToFrontToolStripMenuItem.Name = "moveToFrontToolStripMenuItem";
     this.moveToFrontToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
     this.moveToFrontToolStripMenuItem.Text = "Move to Front (not implemented)";
     this.moveToFrontToolStripMenuItem.Click += new System.EventHandler(this.moveToFrontToolStripMenuItem_Click);
     //
     // exportGumpFileDialog
     //
     this.exportGumpFileDialog.Filter = "CSharp files(*.cs)|*.cs|All files(*.*)|*.*";
     //
     // toolbox
     //
     this.toolbox.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolbox.Location = new System.Drawing.Point(0, 51);
     this.toolbox.Name = "toolbox";
     this.toolbox.Size = new System.Drawing.Size(54, 601);
     this.toolbox.TabIndex = 4;
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "RunUO: GDK files(*.gdk)|*.gdk";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize = new System.Drawing.Size(1061, 674);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolbox);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip;
     this.Name = "MainForm";
     this.Text = "RunUO - Gump Development Kit";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.cntxZlevel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tcEspecialidad = new System.Windows.Forms.ToolStripContainer();
     this.tlEspecialidad = new System.Windows.Forms.TableLayoutPanel();
     this.dgvEspecialidad = new System.Windows.Forms.DataGridView();
     this.Id_especialidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Desc_especialidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnActualizar = new System.Windows.Forms.Button();
     this.btnSalir = new System.Windows.Forms.Button();
     this.tsbNuevo = new System.Windows.Forms.ToolStripButton();
     this.tsbEditar = new System.Windows.Forms.ToolStripButton();
     this.tsbEliminar = new System.Windows.Forms.ToolStripButton();
     this.tsEspecialidad = new System.Windows.Forms.ToolStrip();
     this.tcEspecialidad.ContentPanel.SuspendLayout();
     this.tcEspecialidad.TopToolStripPanel.SuspendLayout();
     this.tcEspecialidad.SuspendLayout();
     this.tlEspecialidad.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvEspecialidad)).BeginInit();
     this.tsEspecialidad.SuspendLayout();
     this.SuspendLayout();
     //
     // tcEspecialidad
     //
     //
     // tcEspecialidad.ContentPanel
     //
     this.tcEspecialidad.ContentPanel.Controls.Add(this.tlEspecialidad);
     this.tcEspecialidad.ContentPanel.Size = new System.Drawing.Size(564, 304);
     this.tcEspecialidad.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcEspecialidad.Location = new System.Drawing.Point(0, 0);
     this.tcEspecialidad.Name = "tcEspecialidad";
     this.tcEspecialidad.Size = new System.Drawing.Size(564, 329);
     this.tcEspecialidad.TabIndex = 1;
     this.tcEspecialidad.Text = "toolStripContainer1";
     //
     // tcEspecialidad.TopToolStripPanel
     //
     this.tcEspecialidad.TopToolStripPanel.Controls.Add(this.tsEspecialidad);
     //
     // tlEspecialidad
     //
     this.tlEspecialidad.ColumnCount = 2;
     this.tlEspecialidad.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlEspecialidad.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlEspecialidad.Controls.Add(this.dgvEspecialidad, 0, 0);
     this.tlEspecialidad.Controls.Add(this.btnActualizar, 0, 1);
     this.tlEspecialidad.Controls.Add(this.btnSalir, 1, 1);
     this.tlEspecialidad.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tlEspecialidad.Location = new System.Drawing.Point(0, 0);
     this.tlEspecialidad.Name = "tlEspecialidad";
     this.tlEspecialidad.RowCount = 2;
     this.tlEspecialidad.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlEspecialidad.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlEspecialidad.Size = new System.Drawing.Size(564, 304);
     this.tlEspecialidad.TabIndex = 1;
     //
     // dgvEspecialidad
     //
     this.dgvEspecialidad.AllowUserToAddRows = false;
     this.dgvEspecialidad.AllowUserToDeleteRows = false;
     this.dgvEspecialidad.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvEspecialidad.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Id_especialidad,
     this.Desc_especialidad});
     this.tlEspecialidad.SetColumnSpan(this.dgvEspecialidad, 2);
     this.dgvEspecialidad.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvEspecialidad.Location = new System.Drawing.Point(3, 3);
     this.dgvEspecialidad.Name = "dgvEspecialidad";
     this.dgvEspecialidad.ReadOnly = true;
     this.dgvEspecialidad.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvEspecialidad.Size = new System.Drawing.Size(558, 269);
     this.dgvEspecialidad.TabIndex = 1;
     //
     // Id_especialidad
     //
     this.Id_especialidad.DataPropertyName = "ID";
     this.Id_especialidad.HeaderText = "Id";
     this.Id_especialidad.Name = "Id_especialidad";
     this.Id_especialidad.ReadOnly = true;
     //
     // Desc_especialidad
     //
     this.Desc_especialidad.DataPropertyName = "desc_especialidad";
     this.Desc_especialidad.HeaderText = "Desc";
     this.Desc_especialidad.Name = "Desc_especialidad";
     this.Desc_especialidad.ReadOnly = true;
     //
     // btnActualizar
     //
     this.btnActualizar.Location = new System.Drawing.Point(3, 278);
     this.btnActualizar.Name = "btnActualizar";
     this.btnActualizar.Size = new System.Drawing.Size(75, 23);
     this.btnActualizar.TabIndex = 2;
     this.btnActualizar.Text = "Actualizar";
     this.btnActualizar.UseVisualStyleBackColor = true;
     this.btnActualizar.Click += new System.EventHandler(this.btnActualizar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(486, 278);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(75, 23);
     this.btnSalir.TabIndex = 3;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // tsbNuevo
     //
     this.tsbNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbNuevo.Image = global::UI.Desktop.Properties.Resources.agregar_icon;
     this.tsbNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNuevo.Name = "tsbNuevo";
     this.tsbNuevo.Size = new System.Drawing.Size(23, 22);
     this.tsbNuevo.Text = "Nuevo";
     this.tsbNuevo.Click += new System.EventHandler(this.tsbNuevo_Click);
     //
     // tsbEditar
     //
     this.tsbEditar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEditar.Image = global::UI.Desktop.Properties.Resources.editar_icono;
     this.tsbEditar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEditar.Name = "tsbEditar";
     this.tsbEditar.Size = new System.Drawing.Size(23, 22);
     this.tsbEditar.Text = "toolStripButton1";
     this.tsbEditar.ToolTipText = "Editar";
     this.tsbEditar.Click += new System.EventHandler(this.tsbEditar_Click);
     //
     // tsbEliminar
     //
     this.tsbEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEliminar.Image = global::UI.Desktop.Properties.Resources.images;
     this.tsbEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEliminar.Name = "tsbEliminar";
     this.tsbEliminar.Size = new System.Drawing.Size(23, 22);
     this.tsbEliminar.Text = "toolStripButton1";
     this.tsbEliminar.ToolTipText = "Eliminar";
     this.tsbEliminar.Click += new System.EventHandler(this.tsbEliminar_Click);
     //
     // tsEspecialidad
     //
     this.tsEspecialidad.Dock = System.Windows.Forms.DockStyle.None;
     this.tsEspecialidad.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbNuevo,
     this.tsbEditar,
     this.tsbEliminar});
     this.tsEspecialidad.Location = new System.Drawing.Point(3, 0);
     this.tsEspecialidad.Name = "tsEspecialidad";
     this.tsEspecialidad.Size = new System.Drawing.Size(112, 25);
     this.tsEspecialidad.TabIndex = 0;
     //
     // Especialidad
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(564, 329);
     this.Controls.Add(this.tcEspecialidad);
     this.Name = "Especialidad";
     this.Text = "Especialidad";
     this.Load += new System.EventHandler(this.Especialidad_Load);
     this.tcEspecialidad.ContentPanel.ResumeLayout(false);
     this.tcEspecialidad.TopToolStripPanel.ResumeLayout(false);
     this.tcEspecialidad.TopToolStripPanel.PerformLayout();
     this.tcEspecialidad.ResumeLayout(false);
     this.tcEspecialidad.PerformLayout();
     this.tlEspecialidad.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvEspecialidad)).EndInit();
     this.tsEspecialidad.ResumeLayout(false);
     this.tsEspecialidad.PerformLayout();
     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()
        {
            System.Windows.Forms.ToolStripContainer ToolbarContainer;
            System.Windows.Forms.ToolStripLabel DropDownLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppLogWindow));
            System.Windows.Forms.ToolStripMenuItem ClearCurrentLog;
            System.Windows.Forms.ToolStripMenuItem ClearAllLogs;
            this.CurrentLog = new System.Windows.Forms.RichTextBox();
            this.Toolbar = new System.Windows.Forms.ToolStrip();
            this.LogDropDown = new System.Windows.Forms.ToolStripComboBox();
            this.Seperator01 = new System.Windows.Forms.ToolStripSeparator();
            this.SaveCurrentLog = new System.Windows.Forms.ToolStripButton();
            this.ClearLogs = new System.Windows.Forms.ToolStripSplitButton();
            this.Seperator02 = new System.Windows.Forms.ToolStripSeparator();
            this.AlwaysOnTop = new System.Windows.Forms.ToolStripButton();
            ToolbarContainer = new System.Windows.Forms.ToolStripContainer();
            DropDownLabel = new System.Windows.Forms.ToolStripLabel();
            ClearCurrentLog = new System.Windows.Forms.ToolStripMenuItem();
            ClearAllLogs = new System.Windows.Forms.ToolStripMenuItem();
            ToolbarContainer.ContentPanel.SuspendLayout();
            ToolbarContainer.TopToolStripPanel.SuspendLayout();
            ToolbarContainer.SuspendLayout();
            this.Toolbar.SuspendLayout();
            this.SuspendLayout();
            // 
            // ToolbarContainer
            // 
            // 
            // ToolbarContainer.ContentPanel
            // 
            ToolbarContainer.ContentPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            ToolbarContainer.ContentPanel.Controls.Add(this.CurrentLog);
            ToolbarContainer.ContentPanel.Padding = new System.Windows.Forms.Padding(6, 3, 0, 3);
            ToolbarContainer.ContentPanel.Size = new System.Drawing.Size(624, 417);
            ToolbarContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            ToolbarContainer.LeftToolStripPanelVisible = false;
            ToolbarContainer.Location = new System.Drawing.Point(0, 0);
            ToolbarContainer.Name = "ToolbarContainer";
            ToolbarContainer.RightToolStripPanelVisible = false;
            ToolbarContainer.Size = new System.Drawing.Size(624, 442);
            ToolbarContainer.TabIndex = 0;
            // 
            // ToolbarContainer.TopToolStripPanel
            // 
            ToolbarContainer.TopToolStripPanel.Controls.Add(this.Toolbar);
            // 
            // CurrentLog
            // 
            this.CurrentLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.CurrentLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.CurrentLog.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CurrentLog.Location = new System.Drawing.Point(6, 3);
            this.CurrentLog.Name = "CurrentLog";
            this.CurrentLog.ReadOnly = true;
            this.CurrentLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
            this.CurrentLog.ShortcutsEnabled = false;
            this.CurrentLog.Size = new System.Drawing.Size(614, 407);
            this.CurrentLog.TabIndex = 0;
            this.CurrentLog.Text = "";
            // 
            // Toolbar
            // 
            this.Toolbar.Dock = System.Windows.Forms.DockStyle.None;
            this.Toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            DropDownLabel,
            this.LogDropDown,
            this.Seperator01,
            this.SaveCurrentLog,
            this.ClearLogs,
            this.Seperator02,
            this.AlwaysOnTop});
            this.Toolbar.Location = new System.Drawing.Point(0, 0);
            this.Toolbar.Name = "Toolbar";
            this.Toolbar.Size = new System.Drawing.Size(624, 25);
            this.Toolbar.Stretch = true;
            this.Toolbar.TabIndex = 0;
            // 
            // DropDownLabel
            // 
            DropDownLabel.Name = "DropDownLabel";
            DropDownLabel.Size = new System.Drawing.Size(90, 22);
            DropDownLabel.Text = "Message Types:";
            // 
            // LogDropDown
            // 
            this.LogDropDown.Name = "LogDropDown";
            this.LogDropDown.Size = new System.Drawing.Size(121, 25);
            this.LogDropDown.SelectedIndexChanged += new System.EventHandler(this.LogDropDown_SelectedChanged);
            // 
            // Seperator01
            // 
            this.Seperator01.Name = "Seperator01";
            this.Seperator01.Size = new System.Drawing.Size(6, 25);
            // 
            // SaveCurrentLog
            // 
            this.SaveCurrentLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.SaveCurrentLog.Image = ((System.Drawing.Image)(resources.GetObject("SaveCurrentLog.Image")));
            this.SaveCurrentLog.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.SaveCurrentLog.Name = "SaveCurrentLog";
            this.SaveCurrentLog.Size = new System.Drawing.Size(23, 22);
            this.SaveCurrentLog.Text = "Save Current Log ...";
            this.SaveCurrentLog.Click += new System.EventHandler(this.SaveCurrentLog_Click);
            // 
            // ClearLogs
            // 
            this.ClearLogs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ClearLogs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            ClearCurrentLog,
            ClearAllLogs});
            this.ClearLogs.Image = ((System.Drawing.Image)(resources.GetObject("ClearLogs.Image")));
            this.ClearLogs.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ClearLogs.Name = "ClearLogs";
            this.ClearLogs.Size = new System.Drawing.Size(32, 22);
            this.ClearLogs.Text = "Clear Current Log";
            this.ClearLogs.ButtonClick += new System.EventHandler(this.ClearCurrentLog_Click);
            // 
            // ClearCurrentLog
            // 
            ClearCurrentLog.Name = "ClearCurrentLog";
            ClearCurrentLog.Size = new System.Drawing.Size(167, 22);
            ClearCurrentLog.Text = "Clear Current Log";
            ClearCurrentLog.Click += new System.EventHandler(this.ClearCurrentLog_Click);
            // 
            // ClearAllLogs
            // 
            ClearAllLogs.Name = "ClearAllLogs";
            ClearAllLogs.Size = new System.Drawing.Size(167, 22);
            ClearAllLogs.Text = "Clear All Logs";
            ClearAllLogs.Click += new System.EventHandler(this.ClearAllLogs_Click);
            // 
            // Seperator02
            // 
            this.Seperator02.Name = "Seperator02";
            this.Seperator02.Size = new System.Drawing.Size(6, 25);
            // 
            // AlwaysOnTop
            // 
            this.AlwaysOnTop.CheckOnClick = true;
            this.AlwaysOnTop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.AlwaysOnTop.Image = ((System.Drawing.Image)(resources.GetObject("AlwaysOnTop.Image")));
            this.AlwaysOnTop.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.AlwaysOnTop.Name = "AlwaysOnTop";
            this.AlwaysOnTop.Size = new System.Drawing.Size(23, 22);
            this.AlwaysOnTop.Text = "Keep Window Always on Top";
            this.AlwaysOnTop.Click += new System.EventHandler(this.AlwaysOnTop_Click);
            // 
            // AppLogWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 442);
            this.Controls.Add(ToolbarContainer);
            this.Name = "AppLogWindow";
            this.Text = "Application Log";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AppLogWindow_Closing);
            ToolbarContainer.ContentPanel.ResumeLayout(false);
            ToolbarContainer.TopToolStripPanel.ResumeLayout(false);
            ToolbarContainer.TopToolStripPanel.PerformLayout();
            ToolbarContainer.ResumeLayout(false);
            ToolbarContainer.PerformLayout();
            this.Toolbar.ResumeLayout(false);
            this.Toolbar.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #31
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripContainer toolStripContainer;
     System.Windows.Forms.StatusStrip        statusStrip;
     System.Windows.Forms.SplitContainer     verticalSplitter;
     System.Windows.Forms.TreeNode           treeNode1 = new System.Windows.Forms.TreeNode("dummy");
     System.Windows.Forms.TreeNode           treeNode2 = new System.Windows.Forms.TreeNode("ROOT", new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     System.Windows.Forms.TabPage          browsePage;
     System.Windows.Forms.SplitContainer   horizontalSplitter;
     System.Windows.Forms.ColumnHeader     classNameColumn;
     System.Windows.Forms.ColumnHeader     memberNameColumn;
     System.Windows.Forms.ColumnHeader     memberTypeColumn;
     System.Windows.Forms.TabPage          queryPage;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     this.messageLabel     = new System.Windows.Forms.ToolStripStatusLabel();
     this.scopeLabel       = new System.Windows.Forms.ToolStripStatusLabel();
     this.scopeTree        = new System.Windows.Forms.TreeView();
     this.queryMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyNameMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.queryMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl       = new System.Windows.Forms.TabControl();
     this.classList        = new System.Windows.Forms.ListView();
     this.memberList       = new System.Windows.Forms.ListView();
     this.queryBox         = new System.Windows.Forms.TextBox();
     this.resultTable      = new System.Windows.Forms.ListView();
     this.cancelWorker     = new System.ComponentModel.BackgroundWorker();
     toolStripContainer    = new System.Windows.Forms.ToolStripContainer();
     statusStrip           = new System.Windows.Forms.StatusStrip();
     verticalSplitter      = new System.Windows.Forms.SplitContainer();
     browsePage            = new System.Windows.Forms.TabPage();
     horizontalSplitter    = new System.Windows.Forms.SplitContainer();
     classNameColumn       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     memberNameColumn      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     memberTypeColumn      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     queryPage             = new System.Windows.Forms.TabPage();
     tableLayoutPanel      = new System.Windows.Forms.TableLayoutPanel();
     toolStripContainer.BottomToolStripPanel.SuspendLayout();
     toolStripContainer.ContentPanel.SuspendLayout();
     toolStripContainer.SuspendLayout();
     statusStrip.SuspendLayout();
     verticalSplitter.Panel1.SuspendLayout();
     verticalSplitter.Panel2.SuspendLayout();
     verticalSplitter.SuspendLayout();
     this.queryMenu.SuspendLayout();
     this.tabControl.SuspendLayout();
     browsePage.SuspendLayout();
     horizontalSplitter.Panel1.SuspendLayout();
     horizontalSplitter.Panel2.SuspendLayout();
     horizontalSplitter.SuspendLayout();
     queryPage.SuspendLayout();
     tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.BottomToolStripPanel
     //
     toolStripContainer.BottomToolStripPanel.Controls.Add(statusStrip);
     //
     // toolStripContainer.ContentPanel
     //
     toolStripContainer.ContentPanel.Controls.Add(verticalSplitter);
     toolStripContainer.ContentPanel.Padding = new System.Windows.Forms.Padding(4);
     toolStripContainer.ContentPanel.Size    = new System.Drawing.Size(752, 440);
     toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer.Location = new System.Drawing.Point(0, 0);
     toolStripContainer.Name     = "toolStripContainer";
     toolStripContainer.Size     = new System.Drawing.Size(752, 487);
     toolStripContainer.TabIndex = 1;
     toolStripContainer.Text     = "toolStripContainer1";
     //
     // statusStrip
     //
     statusStrip.Dock = System.Windows.Forms.DockStyle.None;
     statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.messageLabel,
         this.scopeLabel
     });
     statusStrip.Location = new System.Drawing.Point(0, 0);
     statusStrip.Name     = "statusStrip";
     statusStrip.Size     = new System.Drawing.Size(752, 22);
     statusStrip.TabIndex = 0;
     //
     // messageLabel
     //
     this.messageLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                               | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                              | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.messageLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.messageLabel.Name         = "messageLabel";
     this.messageLabel.Size         = new System.Drawing.Size(387, 17);
     this.messageLabel.Spring       = true;
     this.messageLabel.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // scopeLabel
     //
     this.scopeLabel.AutoSize    = false;
     this.scopeLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.scopeLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.scopeLabel.Name         = "scopeLabel";
     this.scopeLabel.Size         = new System.Drawing.Size(350, 17);
     this.scopeLabel.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // verticalSplitter
     //
     verticalSplitter.Dock       = System.Windows.Forms.DockStyle.Fill;
     verticalSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     verticalSplitter.Location   = new System.Drawing.Point(4, 4);
     verticalSplitter.Name       = "verticalSplitter";
     //
     // verticalSplitter.Panel1
     //
     verticalSplitter.Panel1.Controls.Add(this.scopeTree);
     //
     // verticalSplitter.Panel2
     //
     verticalSplitter.Panel2.Controls.Add(this.tabControl);
     verticalSplitter.Size             = new System.Drawing.Size(744, 432);
     verticalSplitter.SplitterDistance = 150;
     verticalSplitter.TabIndex         = 0;
     verticalSplitter.TabStop          = false;
     //
     // scopeTree
     //
     this.scopeTree.ContextMenuStrip = this.queryMenu;
     this.scopeTree.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.scopeTree.HideSelection    = false;
     this.scopeTree.Location         = new System.Drawing.Point(0, 0);
     this.scopeTree.Name             = "scopeTree";
     treeNode1.Name = "";
     treeNode1.Text = "dummy";
     treeNode2.Name = "";
     treeNode2.Text = "ROOT";
     this.scopeTree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode2
     });
     this.scopeTree.Size          = new System.Drawing.Size(150, 432);
     this.scopeTree.TabIndex      = 0;
     this.scopeTree.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.scopeTree_BeforeExpand);
     this.scopeTree.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.scopeTree_AfterSelect);
     //
     // queryMenu
     //
     this.queryMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyNameMenuItem,
         this.queryMenuItem
     });
     this.queryMenu.Name     = "queryMenu";
     this.queryMenu.Size     = new System.Drawing.Size(145, 48);
     this.queryMenu.Closed  += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.queryMenu_Closed);
     this.queryMenu.Opening += new System.ComponentModel.CancelEventHandler(this.queryMenu_Opening);
     //
     // copyNameMenuItem
     //
     this.copyNameMenuItem.Name   = "copyNameMenuItem";
     this.copyNameMenuItem.Size   = new System.Drawing.Size(144, 22);
     this.copyNameMenuItem.Text   = "&Copy Name";
     this.copyNameMenuItem.Click += new System.EventHandler(this.copyNameMenuItem_Click);
     //
     // queryMenuItem
     //
     this.queryMenuItem.Name   = "queryMenuItem";
     this.queryMenuItem.Size   = new System.Drawing.Size(144, 22);
     this.queryMenuItem.Text   = "&Query";
     this.queryMenuItem.Click += new System.EventHandler(this.queryMenuItem_Click);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(browsePage);
     this.tabControl.Controls.Add(queryPage);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(590, 432);
     this.tabControl.TabIndex      = 0;
     //
     // browsePage
     //
     browsePage.Controls.Add(horizontalSplitter);
     browsePage.Location = new System.Drawing.Point(4, 22);
     browsePage.Name     = "browsePage";
     browsePage.Padding  = new System.Windows.Forms.Padding(3);
     browsePage.Size     = new System.Drawing.Size(582, 406);
     browsePage.TabIndex = 0;
     browsePage.Text     = "Browse";
     browsePage.UseVisualStyleBackColor = true;
     //
     // horizontalSplitter
     //
     horizontalSplitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     horizontalSplitter.Location    = new System.Drawing.Point(3, 3);
     horizontalSplitter.Name        = "horizontalSplitter";
     horizontalSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // horizontalSplitter.Panel1
     //
     horizontalSplitter.Panel1.Controls.Add(this.classList);
     //
     // horizontalSplitter.Panel2
     //
     horizontalSplitter.Panel2.Controls.Add(this.memberList);
     horizontalSplitter.Size             = new System.Drawing.Size(576, 400);
     horizontalSplitter.SplitterDistance = 249;
     horizontalSplitter.TabIndex         = 0;
     horizontalSplitter.TabStop          = false;
     //
     // classList
     //
     this.classList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         classNameColumn
     });
     this.classList.ContextMenuStrip = this.queryMenu;
     this.classList.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.classList.FullRowSelect    = true;
     this.classList.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.classList.HideSelection    = false;
     this.classList.Location         = new System.Drawing.Point(0, 0);
     this.classList.MultiSelect      = false;
     this.classList.Name             = "classList";
     this.classList.Size             = new System.Drawing.Size(576, 249);
     this.classList.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.classList.TabIndex         = 0;
     this.classList.UseCompatibleStateImageBehavior = false;
     this.classList.View          = System.Windows.Forms.View.Details;
     this.classList.ItemActivate += new System.EventHandler(this.classList_ItemActivate);
     //
     // classNameColumn
     //
     classNameColumn.Text = "Name";
     //
     // memberList
     //
     this.memberList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         memberNameColumn,
         memberTypeColumn
     });
     this.memberList.ContextMenuStrip = this.queryMenu;
     this.memberList.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.memberList.FullRowSelect    = true;
     this.memberList.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.memberList.HideSelection    = false;
     this.memberList.Location         = new System.Drawing.Point(0, 0);
     this.memberList.Name             = "memberList";
     this.memberList.Size             = new System.Drawing.Size(576, 147);
     this.memberList.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.memberList.TabIndex         = 0;
     this.memberList.UseCompatibleStateImageBehavior = false;
     this.memberList.View = System.Windows.Forms.View.Details;
     //
     // memberNameColumn
     //
     memberNameColumn.Text = "Name";
     //
     // memberTypeColumn
     //
     memberTypeColumn.Text = "Type";
     //
     // queryPage
     //
     queryPage.Controls.Add(tableLayoutPanel);
     queryPage.Location = new System.Drawing.Point(4, 22);
     queryPage.Name     = "queryPage";
     queryPage.Padding  = new System.Windows.Forms.Padding(3);
     queryPage.Size     = new System.Drawing.Size(582, 406);
     queryPage.TabIndex = 1;
     queryPage.Text     = "Query";
     queryPage.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 1;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.Controls.Add(this.queryBox, 0, 0);
     tableLayoutPanel.Controls.Add(this.resultTable, 0, 1);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 2;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.Size     = new System.Drawing.Size(576, 400);
     tableLayoutPanel.TabIndex = 0;
     //
     // queryBox
     //
     this.queryBox.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.queryBox.HideSelection = false;
     this.queryBox.Location      = new System.Drawing.Point(0, 0);
     this.queryBox.Margin        = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.queryBox.Name          = "queryBox";
     this.queryBox.Size          = new System.Drawing.Size(576, 19);
     this.queryBox.TabIndex      = 0;
     this.queryBox.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.queryBox_KeyDown);
     this.queryBox.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.queryBox_KeyPress);
     //
     // resultTable
     //
     this.resultTable.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.resultTable.FullRowSelect = true;
     this.resultTable.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.resultTable.HideSelection = false;
     this.resultTable.Location      = new System.Drawing.Point(0, 23);
     this.resultTable.Margin        = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.resultTable.MultiSelect   = false;
     this.resultTable.Name          = "resultTable";
     this.resultTable.Size          = new System.Drawing.Size(576, 389);
     this.resultTable.TabIndex      = 1;
     this.resultTable.UseCompatibleStateImageBehavior = false;
     this.resultTable.View = System.Windows.Forms.View.Details;
     //
     // cancelWorker
     //
     this.cancelWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.cancelWorker_DoWork);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(752, 487);
     this.Controls.Add(toolStripContainer);
     this.DoubleBuffered = true;
     this.KeyPreview     = true;
     this.Name           = "MainForm";
     this.Text           = "WMI Viewer";
     this.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     toolStripContainer.BottomToolStripPanel.PerformLayout();
     toolStripContainer.ContentPanel.ResumeLayout(false);
     toolStripContainer.ResumeLayout(false);
     toolStripContainer.PerformLayout();
     statusStrip.ResumeLayout(false);
     statusStrip.PerformLayout();
     verticalSplitter.Panel1.ResumeLayout(false);
     verticalSplitter.Panel2.ResumeLayout(false);
     verticalSplitter.ResumeLayout(false);
     this.queryMenu.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     browsePage.ResumeLayout(false);
     horizontalSplitter.Panel1.ResumeLayout(false);
     horizontalSplitter.Panel2.ResumeLayout(false);
     horizontalSplitter.ResumeLayout(false);
     queryPage.ResumeLayout(false);
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #32
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();
            System.Windows.Forms.MenuStrip menuStrip;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm));
            System.Windows.Forms.ToolStripContainer toolStripContainer1;
            System.Windows.Forms.StatusStrip statusStrip1;
            System.Windows.Forms.SplitContainer splitContainer1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.Windows.Forms.Timer timer;
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.hitsBox = new System.Windows.Forms.ListBox();
            this.webBrowser = new System.Windows.Forms.WebBrowser();
            this.searchBox = new System.Windows.Forms.ToolStripTextBox();
            this.goButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.backButton = new System.Windows.Forms.ToolStripButton();
            this.nextButton = new System.Windows.Forms.ToolStripButton();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuStrip = new System.Windows.Forms.MenuStrip();
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            statusStrip1 = new System.Windows.Forms.StatusStrip();
            splitContainer1 = new System.Windows.Forms.SplitContainer();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            timer = new System.Windows.Forms.Timer(this.components);
            menuStrip.SuspendLayout();
            toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.TopToolStripPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            statusStrip1.SuspendLayout();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.helpToolStripMenuItem});
            resources.ApplyResources(menuStrip, "menuStrip");
            menuStrip.Name = "menuStrip";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripSeparator1,
            this.exportStripMenuItem,
            this.toolStripSeparator4,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
            resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
            resources.ApplyResources(toolStripContainer1, "toolStripContainer1");
            toolStripContainer1.LeftToolStripPanelVisible = false;
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.RightToolStripPanelVisible = false;
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // statusStrip1
            // 
            resources.ApplyResources(statusStrip1, "statusStrip1");
            statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchStatusLabel});
            statusStrip1.Name = "statusStrip1";
            // 
            // searchStatusLabel
            // 
            this.searchStatusLabel.Name = "searchStatusLabel";
            resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel");
            // 
            // splitContainer1
            // 
            splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            resources.ApplyResources(splitContainer1, "splitContainer1");
            splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(this.hitsBox);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(this.webBrowser);
            splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance;
            // 
            // hitsBox
            // 
            resources.ApplyResources(this.hitsBox, "hitsBox");
            this.hitsBox.FormattingEnabled = true;
            this.hitsBox.Name = "hitsBox";
            this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged);
            this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged);
            // 
            // webBrowser
            // 
            this.webBrowser.AllowWebBrowserDrop = false;
            resources.ApplyResources(this.webBrowser, "webBrowser");
            this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser.Name = "webBrowser";
            this.webBrowser.ScriptErrorsSuppressed = true;
            // 
            // toolStrip1
            // 
            resources.ApplyResources(toolStrip1, "toolStrip1");
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchBox,
            this.goButton,
            this.toolStripSeparator2,
            this.backButton,
            this.nextButton});
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Stretch = true;
            // 
            // searchBox
            // 
            resources.ApplyResources(this.searchBox, "searchBox");
            this.searchBox.AutoToolTip = true;
            this.searchBox.Name = "searchBox";
            this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
            // 
            // goButton
            // 
            this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.goButton, "goButton");
            this.goButton.Name = "goButton";
            this.goButton.Click += new System.EventHandler(this.goButton_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            // 
            // backButton
            // 
            this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.backButton, "backButton");
            this.backButton.Name = "backButton";
            this.backButton.Click += new System.EventHandler(this.backButton_Click);
            // 
            // nextButton
            // 
            this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.nextButton, "nextButton");
            this.nextButton.Name = "nextButton";
            this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            // 
            // exportStripMenuItem
            // 
            this.exportStripMenuItem.Name = "exportStripMenuItem";
            resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem");
            this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.setHspellPathToolStripMenuItem});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
            // 
            // setHspellPathToolStripMenuItem
            // 
            this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem";
            resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem");
            this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // timer
            // 
            timer.Enabled = true;
            timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // BrowseForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(toolStripContainer1);
            this.Controls.Add(menuStrip);
            this.MainMenuStrip = menuStrip;
            this.Name = "BrowseForm";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
            menuStrip.ResumeLayout(false);
            menuStrip.PerformLayout();
            toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            toolStripContainer1.BottomToolStripPanel.PerformLayout();
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.PerformLayout();
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            statusStrip1.ResumeLayout(false);
            statusStrip1.PerformLayout();
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            splitContainer1.ResumeLayout(false);
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.TabControl                m_TC_Property;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DictionaryDialog));
     this.m_SC_Main            = new System.Windows.Forms.SplitContainer();
     this.m_BrowseTreeCtrl     = new CAS.Lib.OPCClientControlsLib.BrowseTreeCtrl();
     this.ServerTags           = new System.Windows.Forms.TabPage();
     this.m_PropertiesCTRL     = new CAS.Lib.OPCClientControlsLib.PropertyListViewCtrl();
     this.m_ToolStrip          = new System.Windows.Forms.ToolStrip();
     this.m_TSB_Save           = new System.Windows.Forms.ToolStripButton();
     this.m_TSB_SaveAs         = new System.Windows.Forms.ToolStripButton();
     this.m_TSB_OpenDictionary = new System.Windows.Forms.ToolStripButton();
     this.m_TSB_Connect        = new System.Windows.Forms.ToolStripButton();
     this.m_TSB_Cancel         = new System.Windows.Forms.ToolStripButton();
     this.m_Dictionary         = new CAS.Lib.OPC.AddressSpace.DictionaryManagement(this.components);
     toolStripContainer1       = new System.Windows.Forms.ToolStripContainer();
     m_TC_Property             = new System.Windows.Forms.TabControl();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     this.m_SC_Main.Panel1.SuspendLayout();
     this.m_SC_Main.Panel2.SuspendLayout();
     this.m_SC_Main.SuspendLayout();
     m_TC_Property.SuspendLayout();
     this.ServerTags.SuspendLayout();
     this.m_ToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(this.m_SC_Main);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1009, 432);
     toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // toolStripContainer1.LeftToolStripPanel
     //
     toolStripContainer1.LeftToolStripPanel.Enabled = false;
     toolStripContainer1.LeftToolStripPanelVisible  = false;
     toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     toolStripContainer1.Name     = "toolStripContainer1";
     //
     // toolStripContainer1.RightToolStripPanel
     //
     toolStripContainer1.RightToolStripPanel.Enabled = false;
     toolStripContainer1.RightToolStripPanelVisible  = false;
     toolStripContainer1.Size     = new System.Drawing.Size(1009, 457);
     toolStripContainer1.TabIndex = 1;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(this.m_ToolStrip);
     //
     // m_SC_Main
     //
     this.m_SC_Main.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_SC_Main.Location = new System.Drawing.Point(0, 0);
     this.m_SC_Main.Name     = "m_SC_Main";
     //
     // m_SC_Main.Panel1
     //
     this.m_SC_Main.Panel1.Controls.Add(this.m_BrowseTreeCtrl);
     //
     // m_SC_Main.Panel2
     //
     this.m_SC_Main.Panel2.Controls.Add(m_TC_Property);
     this.m_SC_Main.Size             = new System.Drawing.Size(1009, 432);
     this.m_SC_Main.SplitterDistance = 335;
     this.m_SC_Main.TabIndex         = 0;
     //
     // m_BrowseTreeCtrl
     //
     this.m_BrowseTreeCtrl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_BrowseTreeCtrl.Location = new System.Drawing.Point(0, 0);
     this.m_BrowseTreeCtrl.Name     = "m_BrowseTreeCtrl";
     this.m_BrowseTreeCtrl.Size     = new System.Drawing.Size(335, 432);
     this.m_BrowseTreeCtrl.TabIndex = 0;
     //
     // m_TC_Property
     //
     m_TC_Property.Controls.Add(this.ServerTags);
     m_TC_Property.Dock          = System.Windows.Forms.DockStyle.Fill;
     m_TC_Property.Location      = new System.Drawing.Point(0, 0);
     m_TC_Property.Name          = "m_TC_Property";
     m_TC_Property.SelectedIndex = 0;
     m_TC_Property.ShowToolTips  = true;
     m_TC_Property.Size          = new System.Drawing.Size(670, 432);
     m_TC_Property.TabIndex      = 0;
     //
     // ServerTags
     //
     this.ServerTags.Controls.Add(this.m_PropertiesCTRL);
     this.ServerTags.Location                = new System.Drawing.Point(4, 22);
     this.ServerTags.Name                    = "ServerTags";
     this.ServerTags.Padding                 = new System.Windows.Forms.Padding(3);
     this.ServerTags.Size                    = new System.Drawing.Size(662, 406);
     this.ServerTags.TabIndex                = 0;
     this.ServerTags.Text                    = "Properties";
     this.ServerTags.ToolTipText             = "Tab displaying selected item properties details";
     this.ServerTags.UseVisualStyleBackColor = true;
     //
     // m_PropertiesCTRL
     //
     this.m_PropertiesCTRL.AllowDrop = true;
     this.m_PropertiesCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_PropertiesCTRL.Location  = new System.Drawing.Point(3, 3);
     this.m_PropertiesCTRL.Name      = "m_PropertiesCTRL";
     this.m_PropertiesCTRL.Size      = new System.Drawing.Size(656, 400);
     this.m_PropertiesCTRL.TabIndex  = 0;
     //
     // m_ToolStrip
     //
     this.m_ToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.m_ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_TSB_Save,
         this.m_TSB_SaveAs,
         this.m_TSB_OpenDictionary,
         this.m_TSB_Connect,
         this.m_TSB_Cancel
     });
     this.m_ToolStrip.Location = new System.Drawing.Point(3, 0);
     this.m_ToolStrip.Name     = "m_ToolStrip";
     this.m_ToolStrip.Size     = new System.Drawing.Size(512, 25);
     this.m_ToolStrip.TabIndex = 0;
     //
     // m_TSB_Save
     //
     this.m_TSB_Save.AutoSize = false;
     this.m_TSB_Save.Image    = global::CAS.Lib.OPCClientControlsLib.ImagesResources.export;
     this.m_TSB_Save.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_TSB_Save.Name        = "m_TSB_Save";
     this.m_TSB_Save.Size        = new System.Drawing.Size(100, 22);
     this.m_TSB_Save.Text        = "&Save";
     this.m_TSB_Save.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.m_TSB_Save.ToolTipText = "Save address space dictionary to an XML file";
     this.m_TSB_Save.Click      += new System.EventHandler(this.m_TSB_Save_Click);
     //
     // m_TSB_SaveAs
     //
     this.m_TSB_SaveAs.AutoSize = false;
     this.m_TSB_SaveAs.Image    = global::CAS.Lib.OPCClientControlsLib.ImagesResources.export;
     this.m_TSB_SaveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_TSB_SaveAs.Name        = "m_TSB_SaveAs";
     this.m_TSB_SaveAs.Size        = new System.Drawing.Size(100, 22);
     this.m_TSB_SaveAs.Text        = "&Save As";
     this.m_TSB_SaveAs.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.m_TSB_SaveAs.ToolTipText = "Save as address space dictionary to an XML file";
     this.m_TSB_SaveAs.Click      += new System.EventHandler(this.m_TSB_SaveAs_Click);
     //
     // m_TSB_OpenDictionary
     //
     this.m_TSB_OpenDictionary.AutoSize = false;
     this.m_TSB_OpenDictionary.Image    = global::CAS.Lib.OPCClientControlsLib.ImagesResources.OpenXml;
     this.m_TSB_OpenDictionary.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_TSB_OpenDictionary.Name        = "m_TSB_OpenDictionary";
     this.m_TSB_OpenDictionary.Size        = new System.Drawing.Size(100, 22);
     this.m_TSB_OpenDictionary.Text        = "&Open";
     this.m_TSB_OpenDictionary.ToolTipText = "Open an address space dictionary XML file";
     this.m_TSB_OpenDictionary.Click      += new System.EventHandler(this.m_TSB_OpenDictionary_Click);
     //
     // m_TSB_Connect
     //
     this.m_TSB_Connect.AutoSize = false;
     this.m_TSB_Connect.Image    = global::CAS.Lib.OPCClientControlsLib.ImagesResources.Network_ConnectTo;
     this.m_TSB_Connect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_TSB_Connect.Name        = "m_TSB_Connect";
     this.m_TSB_Connect.Size        = new System.Drawing.Size(100, 22);
     this.m_TSB_Connect.Text        = "&Connect";
     this.m_TSB_Connect.ToolTipText = "Browse network and connect to selected server.";
     this.m_TSB_Connect.Click      += new System.EventHandler(this.m_TSB_Connect_Click);
     //
     // m_TSB_Cancel
     //
     this.m_TSB_Cancel.AutoSize = false;
     this.m_TSB_Cancel.Image    = global::CAS.Lib.OPCClientControlsLib.ImagesResources.delete;
     this.m_TSB_Cancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_TSB_Cancel.Name        = "m_TSB_Cancel";
     this.m_TSB_Cancel.Size        = new System.Drawing.Size(100, 22);
     this.m_TSB_Cancel.Text        = "Done";
     this.m_TSB_Cancel.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.m_TSB_Cancel.ToolTipText = "Cancel operation and return to previous dialog";
     this.m_TSB_Cancel.Click      += new System.EventHandler(this.m_TSB_Cancel_Click);
     //
     // m_Dictionary
     //
     this.m_Dictionary.DefaultFileName = "Dictionary";
     //
     // DictionaryDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1009, 457);
     this.Controls.Add(toolStripContainer1);
     this.HelpButton         = true;
     this.Icon               = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode            = System.Windows.Forms.ImeMode.Off;
     this.MaximizeBox        = false;
     this.MinimizeBox        = false;
     this.Name               = "DictionaryDialog";
     this.Text               = "Address Space Dictionary Management";
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.DictionaryDialog_HelpButtonClicked);
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     this.m_SC_Main.Panel1.ResumeLayout(false);
     this.m_SC_Main.Panel2.ResumeLayout(false);
     this.m_SC_Main.ResumeLayout(false);
     m_TC_Property.ResumeLayout(false);
     this.ServerTags.ResumeLayout(false);
     this.m_ToolStrip.ResumeLayout(false);
     this.m_ToolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #34
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();
            System.Windows.Forms.ToolStripContainer toolStripContainer1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell));
            this.scriptTable = new System.Windows.Forms.TableLayoutPanel();
            this.scriptSplit = new System.Windows.Forms.SplitContainer();
            this.scriptOutput = new System.Windows.Forms.TextBox();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.openButton = new System.Windows.Forms.ToolStripButton();
            this.saveAs = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.runButton = new System.Windows.Forms.ToolStripButton();
            this.shellTable = new System.Windows.Forms.TableLayoutPanel();
            this.interactiveInput = new System.Windows.Forms.TextBox();
            this.interactiveOutput = new System.Windows.Forms.TextBox();
            this.executeCmd = new System.Windows.Forms.Button();
            this.clearCmd = new System.Windows.Forms.Button();
            this.shellMode = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.scriptMode = new System.Windows.Forms.ToolStripButton();
            this.saveDialog = new System.Windows.Forms.SaveFileDialog();
            this.openDialog = new System.Windows.Forms.OpenFileDialog();
            this.newScript = new System.Windows.Forms.ToolStripButton();
            this.linenumTimer = new System.Windows.Forms.Timer(this.components);
            toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            toolStripContainer1.ContentPanel.SuspendLayout();
            toolStripContainer1.TopToolStripPanel.SuspendLayout();
            toolStripContainer1.SuspendLayout();
            this.scriptTable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit();
            this.scriptSplit.Panel2.SuspendLayout();
            this.scriptSplit.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.shellTable.SuspendLayout();
            toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable);
            toolStripContainer1.ContentPanel.Controls.Add(this.shellTable);
            toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425);
            toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            toolStripContainer1.Name = "toolStripContainer1";
            toolStripContainer1.Size = new System.Drawing.Size(658, 450);
            toolStripContainer1.TabIndex = 0;
            toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
            // 
            // scriptTable
            // 
            this.scriptTable.ColumnCount = 1;
            this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.scriptTable.Controls.Add(this.scriptSplit, 0, 1);
            this.scriptTable.Controls.Add(this.toolStrip2, 0, 0);
            this.scriptTable.Location = new System.Drawing.Point(340, 40);
            this.scriptTable.Name = "scriptTable";
            this.scriptTable.RowCount = 2;
            this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.scriptTable.Size = new System.Drawing.Size(306, 373);
            this.scriptTable.TabIndex = 2;
            // 
            // scriptSplit
            // 
            this.scriptSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptSplit.Location = new System.Drawing.Point(3, 28);
            this.scriptSplit.Name = "scriptSplit";
            // 
            // scriptSplit.Panel2
            // 
            this.scriptSplit.Panel2.Controls.Add(this.scriptOutput);
            this.scriptSplit.Size = new System.Drawing.Size(300, 342);
            this.scriptSplit.SplitterDistance = 193;
            this.scriptSplit.TabIndex = 1;
            // 
            // scriptOutput
            // 
            this.scriptOutput.BackColor = System.Drawing.SystemColors.Window;
            this.scriptOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.scriptOutput.Location = new System.Drawing.Point(0, 0);
            this.scriptOutput.Multiline = true;
            this.scriptOutput.Name = "scriptOutput";
            this.scriptOutput.ReadOnly = true;
            this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.scriptOutput.Size = new System.Drawing.Size(103, 342);
            this.scriptOutput.TabIndex = 2;
            // 
            // toolStrip2
            // 
            this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newScript,
            this.openButton,
            this.saveAs,
            this.toolStripSeparator2,
            this.runButton});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(306, 25);
            this.toolStrip2.TabIndex = 2;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // openButton
            // 
            this.openButton.Image = global::renderdocui.Properties.Resources.folder_page;
            this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openButton.Name = "openButton";
            this.openButton.Size = new System.Drawing.Size(53, 22);
            this.openButton.Text = "Open";
            this.openButton.Click += new System.EventHandler(this.openButton_Click);
            // 
            // saveAs
            // 
            this.saveAs.Image = global::renderdocui.Properties.Resources.save;
            this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveAs.Name = "saveAs";
            this.saveAs.Size = new System.Drawing.Size(66, 22);
            this.saveAs.Text = "Save As";
            this.saveAs.Click += new System.EventHandler(this.saveAs_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // runButton
            // 
            this.runButton.Image = global::renderdocui.Properties.Resources.runfwd;
            this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.runButton.Name = "runButton";
            this.runButton.Size = new System.Drawing.Size(46, 22);
            this.runButton.Text = "Run";
            this.runButton.Click += new System.EventHandler(this.runButton_Click);
            // 
            // shellTable
            // 
            this.shellTable.ColumnCount = 3;
            this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.shellTable.Controls.Add(this.interactiveInput, 0, 0);
            this.shellTable.Controls.Add(this.interactiveOutput, 0, 2);
            this.shellTable.Controls.Add(this.executeCmd, 1, 0);
            this.shellTable.Controls.Add(this.clearCmd, 2, 0);
            this.shellTable.Location = new System.Drawing.Point(25, 40);
            this.shellTable.Name = "shellTable";
            this.shellTable.RowCount = 3;
            this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.shellTable.Size = new System.Drawing.Size(293, 373);
            this.shellTable.TabIndex = 0;
            // 
            // interactiveInput
            // 
            this.interactiveInput.AcceptsTab = true;
            this.interactiveInput.Dock = System.Windows.Forms.DockStyle.Top;
            this.interactiveInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.interactiveInput.Location = new System.Drawing.Point(3, 3);
            this.interactiveInput.MinimumSize = new System.Drawing.Size(4, 20);
            this.interactiveInput.Multiline = true;
            this.interactiveInput.Name = "interactiveInput";
            this.interactiveInput.Size = new System.Drawing.Size(175, 20);
            this.interactiveInput.TabIndex = 0;
            this.interactiveInput.WordWrap = false;
            this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged);
            this.interactiveInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown);
            this.interactiveInput.Layout += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout);
            // 
            // interactiveOutput
            // 
            this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window;
            this.shellTable.SetColumnSpan(this.interactiveOutput, 3);
            this.interactiveOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this.interactiveOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.interactiveOutput.Location = new System.Drawing.Point(3, 32);
            this.interactiveOutput.Multiline = true;
            this.interactiveOutput.Name = "interactiveOutput";
            this.interactiveOutput.ReadOnly = true;
            this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.interactiveOutput.Size = new System.Drawing.Size(287, 338);
            this.interactiveOutput.TabIndex = 1;
            // 
            // executeCmd
            // 
            this.executeCmd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.executeCmd.Location = new System.Drawing.Point(184, 3);
            this.executeCmd.Name = "executeCmd";
            this.executeCmd.Size = new System.Drawing.Size(60, 23);
            this.executeCmd.TabIndex = 2;
            this.executeCmd.Text = "Execute";
            this.executeCmd.UseVisualStyleBackColor = true;
            this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click);
            // 
            // clearCmd
            // 
            this.clearCmd.Location = new System.Drawing.Point(250, 3);
            this.clearCmd.Name = "clearCmd";
            this.clearCmd.Size = new System.Drawing.Size(40, 23);
            this.clearCmd.TabIndex = 3;
            this.clearCmd.Text = "Clear";
            this.clearCmd.UseVisualStyleBackColor = true;
            this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click);
            // 
            // toolStrip1
            // 
            toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.shellMode,
            this.toolStripSeparator1,
            this.scriptMode});
            toolStrip1.Location = new System.Drawing.Point(3, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new System.Drawing.Size(161, 25);
            toolStrip1.TabIndex = 0;
            // 
            // shellMode
            // 
            this.shellMode.Checked = true;
            this.shellMode.CheckState = System.Windows.Forms.CheckState.Checked;
            this.shellMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.shellMode.Image = ((System.Drawing.Image)(resources.GetObject("shellMode.Image")));
            this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.shellMode.Name = "shellMode";
            this.shellMode.Size = new System.Drawing.Size(88, 22);
            this.shellMode.Text = "Interactive shell";
            this.shellMode.Click += new System.EventHandler(this.mode_Changed);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // scriptMode
            // 
            this.scriptMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.scriptMode.Image = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image")));
            this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.scriptMode.Name = "scriptMode";
            this.scriptMode.Size = new System.Drawing.Size(64, 22);
            this.scriptMode.Text = "Run scripts";
            this.scriptMode.Click += new System.EventHandler(this.mode_Changed);
            // 
            // saveDialog
            // 
            this.saveDialog.DefaultExt = "py";
            this.saveDialog.Filter = "Python Scripts (*.py)|*.py";
            this.saveDialog.Title = "Save script as .py";
            // 
            // openDialog
            // 
            this.openDialog.DefaultExt = "py";
            this.openDialog.Filter = "Python Scripts (*.py)|*.py";
            this.openDialog.Title = "Open .py script";
            // 
            // newScript
            // 
            this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newScript.Name = "newScript";
            this.newScript.Size = new System.Drawing.Size(48, 22);
            this.newScript.Text = "New";
            this.newScript.Click += new System.EventHandler(this.newScript_Click);
            // 
            // linenumTimer
            // 
            this.linenumTimer.Interval = 500;
            this.linenumTimer.Tick += new System.EventHandler(this.linenumTimer_Tick);
            // 
            // PythonShell
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(658, 450);
            this.Controls.Add(toolStripContainer1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "PythonShell";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
            this.Text = "PythonShell";
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter);
            toolStripContainer1.ContentPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer1.TopToolStripPanel.PerformLayout();
            toolStripContainer1.ResumeLayout(false);
            toolStripContainer1.PerformLayout();
            this.scriptTable.ResumeLayout(false);
            this.scriptTable.PerformLayout();
            this.scriptSplit.Panel2.ResumeLayout(false);
            this.scriptSplit.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit();
            this.scriptSplit.ResumeLayout(false);
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.shellTable.ResumeLayout(false);
            this.shellTable.PerformLayout();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.tvDir = new System.Windows.Forms.TreeView();
     this.tsContainer = new System.Windows.Forms.ToolStripContainer();
     this.splitContainer = new System.Windows.Forms.SplitContainer();
     this.lvFiles = new System.Windows.Forms.ListView();
     this.lvcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvcSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvcResource = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tsToolbar = new System.Windows.Forms.ToolStrip();
     this.toolStripGTAIV = new System.Windows.Forms.ToolStripButton();
     this.toolStripEFLC = new System.Windows.Forms.ToolStripButton();
     this.toolStripRDR = new System.Windows.Forms.ToolStripButton();
     this.tsbOpen = new System.Windows.Forms.ToolStripButton();
     this.tsbSave = new System.Windows.Forms.ToolStripButton();
     this.tsbRebuild = new System.Windows.Forms.ToolStripButton();
     this.tss1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbExportSelected = new System.Windows.Forms.ToolStripButton();
     this.tsbExportAll = new System.Windows.Forms.ToolStripButton();
     this.tsbImport = new System.Windows.Forms.ToolStripButton();
     this.tslAbout = new System.Windows.Forms.ToolStripLabel();
     this.tss2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPreview = new System.Windows.Forms.ToolStripButton();
     this.tsbEdit = new System.Windows.Forms.ToolStripButton();
     this.tss3 = new System.Windows.Forms.ToolStripSeparator();
     this.tslFilter = new System.Windows.Forms.ToolStripLabel();
     this.tstFilterBox = new System.Windows.Forms.ToolStripTextBox();
     this.tsContainer.ContentPanel.SuspendLayout();
     this.tsContainer.TopToolStripPanel.SuspendLayout();
     this.tsContainer.SuspendLayout();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.tsToolbar.SuspendLayout();
     this.SuspendLayout();
     //
     // tvDir
     //
     this.tvDir.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvDir.HideSelection = false;
     this.tvDir.Location = new System.Drawing.Point(0, 0);
     this.tvDir.Name = "tvDir";
     this.tvDir.Size = new System.Drawing.Size(192, 100);
     this.tvDir.TabIndex = 0;
     this.tvDir.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvDir_AfterSelect);
     //
     // tsContainer
     //
     //
     // tsContainer.ContentPanel
     //
     this.tsContainer.ContentPanel.Controls.Add(this.splitContainer);
     this.tsContainer.ContentPanel.Size = new System.Drawing.Size(700, 471);
     this.tsContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tsContainer.Location = new System.Drawing.Point(0, 0);
     this.tsContainer.Name = "tsContainer";
     this.tsContainer.Size = new System.Drawing.Size(700, 517);
     this.tsContainer.TabIndex = 1;
     this.tsContainer.Text = "toolStripContainer1";
     //
     // tsContainer.TopToolStripPanel
     //
     this.tsContainer.TopToolStripPanel.Controls.Add(this.tsToolbar);
     //
     // splitContainer
     //
     this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location = new System.Drawing.Point(0, 0);
     this.splitContainer.Name = "splitContainer";
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.tvDir);
     this.splitContainer.Panel1Collapsed = true;
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.lvFiles);
     this.splitContainer.Size = new System.Drawing.Size(700, 471);
     this.splitContainer.SplitterDistance = 192;
     this.splitContainer.TabIndex = 2;
     //
     // lvFiles
     //
     this.lvFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.lvcName,
     this.lvcSize,
     this.lvcResource});
     this.lvFiles.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvFiles.FullRowSelect = true;
     this.lvFiles.HideSelection = false;
     this.lvFiles.Location = new System.Drawing.Point(0, 0);
     this.lvFiles.Name = "lvFiles";
     this.lvFiles.Size = new System.Drawing.Size(700, 471);
     this.lvFiles.TabIndex = 1;
     this.lvFiles.UseCompatibleStateImageBehavior = false;
     this.lvFiles.View = System.Windows.Forms.View.Details;
     this.lvFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFiles_ColumnClick);
     this.lvFiles.SelectedIndexChanged += new System.EventHandler(this.lvFiles_SelectedIndexChanged);
     this.lvFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvFiles_KeyDown);
     this.lvFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvFiles_MouseDoubleClick);
     //
     // lvcName
     //
     this.lvcName.Text = "Name";
     this.lvcName.Width = 280;
     //
     // lvcSize
     //
     this.lvcSize.Text = "Size";
     this.lvcSize.Width = 80;
     //
     // lvcResource
     //
     this.lvcResource.Text = "Resource";
     this.lvcResource.Width = 100;
     //
     // tsToolbar
     //
     this.tsToolbar.CanOverflow = false;
     this.tsToolbar.Dock = System.Windows.Forms.DockStyle.None;
     this.tsToolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripGTAIV,
     this.toolStripEFLC,
     this.toolStripRDR,
     this.tsbOpen,
     this.tsbSave,
     this.tsbRebuild,
     this.tss1,
     this.tsbExportSelected,
     this.tsbExportAll,
     this.tsbImport,
     this.tslAbout,
     this.tss2,
     this.tsbPreview,
     this.tsbEdit,
     this.tss3,
     this.tslFilter,
     this.tstFilterBox});
     this.tsToolbar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.tsToolbar.Location = new System.Drawing.Point(0, 0);
     this.tsToolbar.Name = "tsToolbar";
     this.tsToolbar.Size = new System.Drawing.Size(700, 46);
     this.tsToolbar.Stretch = true;
     this.tsToolbar.TabIndex = 0;
     //
     // toolStripGTAIV
     //
     this.toolStripGTAIV.Image = ((System.Drawing.Image)(resources.GetObject("toolStripGTAIV.Image")));
     this.toolStripGTAIV.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripGTAIV.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripGTAIV.Name = "toolStripGTAIV";
     this.toolStripGTAIV.Size = new System.Drawing.Size(43, 43);
     this.toolStripGTAIV.Text = "&GTAIV";
     this.toolStripGTAIV.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripGTAIV.Click += new System.EventHandler(this.toolStripGTAIV_Click);
     //
     // toolStripEFLC
     //
     this.toolStripEFLC.Image = ((System.Drawing.Image)(resources.GetObject("toolStripEFLC.Image")));
     this.toolStripEFLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripEFLC.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripEFLC.Name = "toolStripEFLC";
     this.toolStripEFLC.Size = new System.Drawing.Size(39, 43);
     this.toolStripEFLC.Text = "E&FLC";
     this.toolStripEFLC.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripEFLC.Click += new System.EventHandler(this.toolStripEFLC_Click);
     //
     // toolStripRDR
     //
     this.toolStripRDR.AutoSize = false;
     this.toolStripRDR.Image = ((System.Drawing.Image)(resources.GetObject("toolStripRDR.Image")));
     this.toolStripRDR.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripRDR.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripRDR.Name = "toolStripRDR";
     this.toolStripRDR.Size = new System.Drawing.Size(39, 42);
     this.toolStripRDR.Text = "R&DR";
     this.toolStripRDR.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripRDR.Click += new System.EventHandler(this.toolStripRDR_Click);
     //
     // tsbOpen
     //
     this.tsbOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpen.Image")));
     this.tsbOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbOpen.Name = "tsbOpen";
     this.tsbOpen.Size = new System.Drawing.Size(40, 43);
     this.tsbOpen.Text = "&Open";
     this.tsbOpen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
     //
     // tsbSave
     //
     this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
     this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSave.Name = "tsbSave";
     this.tsbSave.Size = new System.Drawing.Size(35, 43);
     this.tsbSave.Text = "&Save";
     this.tsbSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
     //
     // tsbRebuild
     //
     this.tsbRebuild.Image = ((System.Drawing.Image)(resources.GetObject("tsbRebuild.Image")));
     this.tsbRebuild.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbRebuild.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRebuild.Name = "tsbRebuild";
     this.tsbRebuild.Size = new System.Drawing.Size(51, 43);
     this.tsbRebuild.Text = "&Rebuild";
     this.tsbRebuild.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbRebuild.Click += new System.EventHandler(this.tsbRebuild_Click);
     //
     // tss1
     //
     this.tss1.Name = "tss1";
     this.tss1.Size = new System.Drawing.Size(6, 46);
     //
     // tsbExportSelected
     //
     this.tsbExportSelected.Image = ((System.Drawing.Image)(resources.GetObject("tsbExportSelected.Image")));
     this.tsbExportSelected.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbExportSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbExportSelected.Name = "tsbExportSelected";
     this.tsbExportSelected.Size = new System.Drawing.Size(44, 43);
     this.tsbExportSelected.Text = "&Export";
     this.tsbExportSelected.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbExportSelected.Click += new System.EventHandler(this.tsbExportSelected_Click);
     //
     // tsbExportAll
     //
     this.tsbExportAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbExportAll.Image")));
     this.tsbExportAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbExportAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbExportAll.Name = "tsbExportAll";
     this.tsbExportAll.Size = new System.Drawing.Size(61, 43);
     this.tsbExportAll.Text = "Export &All";
     this.tsbExportAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbExportAll.Click += new System.EventHandler(this.tsbExportAll_Click);
     //
     // tsbImport
     //
     this.tsbImport.Image = ((System.Drawing.Image)(resources.GetObject("tsbImport.Image")));
     this.tsbImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbImport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbImport.Name = "tsbImport";
     this.tsbImport.Size = new System.Drawing.Size(47, 43);
     this.tsbImport.Text = "&Import";
     this.tsbImport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
     //
     // tslAbout
     //
     this.tslAbout.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tslAbout.BackColor = System.Drawing.SystemColors.Control;
     this.tslAbout.ForeColor = System.Drawing.Color.SlateGray;
     this.tslAbout.Name = "tslAbout";
     this.tslAbout.Size = new System.Drawing.Size(49, 43);
     this.tslAbout.Text = "Spark IV";
     this.tslAbout.ToolTipText = "Click to check for new updates.";
     this.tslAbout.Click += new System.EventHandler(this.tslAbout_Click);
     //
     // tss2
     //
     this.tss2.Name = "tss2";
     this.tss2.Size = new System.Drawing.Size(6, 46);
     //
     // tsbPreview
     //
     this.tsbPreview.Image = ((System.Drawing.Image)(resources.GetObject("tsbPreview.Image")));
     this.tsbPreview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbPreview.Name = "tsbPreview";
     this.tsbPreview.Size = new System.Drawing.Size(36, 43);
     this.tsbPreview.Text = "&View";
     this.tsbPreview.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbPreview.Click += new System.EventHandler(this.tsbPreview_Click);
     //
     // tsbEdit
     //
     this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
     this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEdit.Name = "tsbEdit";
     this.tsbEdit.Size = new System.Drawing.Size(31, 43);
     this.tsbEdit.Text = "&Edit";
     this.tsbEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
     //
     // tss3
     //
     this.tss3.Name = "tss3";
     this.tss3.Size = new System.Drawing.Size(6, 46);
     //
     // tslFilter
     //
     this.tslFilter.Name = "tslFilter";
     this.tslFilter.Size = new System.Drawing.Size(36, 43);
     this.tslFilter.Text = "Fil&ter:";
     //
     // tstFilterBox
     //
     this.tstFilterBox.Name = "tstFilterBox";
     this.tstFilterBox.Size = new System.Drawing.Size(100, 46);
     this.tstFilterBox.ToolTipText = "Type all or part of a file name.\r\nSearch is case-sensitive.";
     this.tstFilterBox.TextChanged += new System.EventHandler(this.tstFilterBox_TextChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(700, 517);
     this.Controls.Add(this.tsContainer);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Spark IV (Beta)";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.tsContainer.ContentPanel.ResumeLayout(false);
     this.tsContainer.TopToolStripPanel.ResumeLayout(false);
     this.tsContainer.TopToolStripPanel.PerformLayout();
     this.tsContainer.ResumeLayout(false);
     this.tsContainer.PerformLayout();
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.tsToolbar.ResumeLayout(false);
     this.tsToolbar.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #36
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBoxForm));
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.labelCopyright = new System.Windows.Forms.Label();
     this.labelVersion = new System.Windows.Forms.Label();
     this.labelProductName = new System.Windows.Forms.Label();
     this.okButton = new System.Windows.Forms.Button();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox = new System.Windows.Forms.PictureBox();
     this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     this.statusStrip.SuspendLayout();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // textBoxDescription
     //
     this.textBoxDescription.AccessibleDescription = "description of the application";
     this.textBoxDescription.AccessibleName = "description";
     this.textBoxDescription.AccessibleRole = System.Windows.Forms.AccessibleRole.Text;
     this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Location = new System.Drawing.Point(131, 59);
     this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name = "textBoxDescription";
     this.textBoxDescription.ReadOnly = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size = new System.Drawing.Size(246, 52);
     this.textBoxDescription.TabIndex = 4;
     this.textBoxDescription.Text = "description";
     this.toolTip.SetToolTip(this.textBoxDescription, "description of the application");
     this.textBoxDescription.Enter += new System.EventHandler(this.SetStatusbar_Enter);
     this.textBoxDescription.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
     this.textBoxDescription.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.textBoxDescription.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // labelCompanyName
     //
     this.labelCompanyName.AccessibleDescription = "company name of the application";
     this.labelCompanyName.AccessibleName = "company name";
     this.labelCompanyName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
     this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCompanyName.Location = new System.Drawing.Point(131, 42);
     this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCompanyName.Name = "labelCompanyName";
     this.labelCompanyName.Size = new System.Drawing.Size(246, 14);
     this.labelCompanyName.TabIndex = 3;
     this.labelCompanyName.Text = "company name";
     this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.labelCompanyName, "company name of the application");
     this.labelCompanyName.Enter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelCompanyName.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
     this.labelCompanyName.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelCompanyName.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // labelCopyright
     //
     this.labelCopyright.AccessibleDescription = "copyright of the application";
     this.labelCopyright.AccessibleName = "copyright";
     this.labelCopyright.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
     this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCopyright.Location = new System.Drawing.Point(131, 28);
     this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name = "labelCopyright";
     this.labelCopyright.Size = new System.Drawing.Size(246, 14);
     this.labelCopyright.TabIndex = 2;
     this.labelCopyright.Text = "copyright";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.labelCopyright, "copyright of the application");
     this.labelCopyright.Enter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelCopyright.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
     this.labelCopyright.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelCopyright.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // labelVersion
     //
     this.labelVersion.AccessibleDescription = "version of the application";
     this.labelVersion.AccessibleName = "version";
     this.labelVersion.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
     this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelVersion.Location = new System.Drawing.Point(131, 14);
     this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name = "labelVersion";
     this.labelVersion.Size = new System.Drawing.Size(246, 14);
     this.labelVersion.TabIndex = 1;
     this.labelVersion.Text = "version";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.labelVersion, "version of the application");
     this.labelVersion.Enter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelVersion.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
     this.labelVersion.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelVersion.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // labelProductName
     //
     this.labelProductName.AccessibleDescription = "product name of the application";
     this.labelProductName.AccessibleName = "product name";
     this.labelProductName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
     this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelProductName.Location = new System.Drawing.Point(131, 0);
     this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name = "labelProductName";
     this.labelProductName.Size = new System.Drawing.Size(246, 14);
     this.labelProductName.TabIndex = 0;
     this.labelProductName.Text = "product name";
     this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.labelProductName, "product name of the application");
     this.labelProductName.Enter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelProductName.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
     this.labelProductName.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.labelProductName.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // okButton
     //
     this.okButton.AccessibleDescription = "Click to close the dialog";
     this.okButton.AccessibleName = "Okay button";
     this.okButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Image = global::Hipparcos_DB.Properties.Resources.fugue_tick_button_16px_shadowless;
     this.okButton.Location = new System.Drawing.Point(302, 124);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 22);
     this.okButton.TabIndex = 5;
     this.okButton.Text = "&OK";
     this.okButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.okButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip.SetToolTip(this.okButton, "OK");
     this.okButton.Enter += new System.EventHandler(this.SetStatusbar_Enter);
     this.okButton.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
     this.okButton.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.okButton.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.AccessibleDescription = "lower part of the container";
     this.BottomToolStripPanel.AccessibleName = "lower part of the container";
     this.BottomToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.BottomToolStripPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 153);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(150, 22);
     //
     // statusStrip
     //
     this.statusStrip.AccessibleDescription = "Status bar with some information";
     this.statusStrip.AccessibleName = "Information status bar";
     this.statusStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
     this.statusStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabelInfo});
     this.statusStrip.Location = new System.Drawing.Point(0, 0);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip.ShowItemToolTips = true;
     this.statusStrip.Size = new System.Drawing.Size(380, 22);
     this.statusStrip.SizingGrip = false;
     this.statusStrip.TabIndex = 0;
     this.statusStrip.Text = "statusStrip";
     //
     // toolStripStatusLabelInfo
     //
     this.toolStripStatusLabelInfo.AccessibleDescription = "text with some information";
     this.toolStripStatusLabelInfo.AccessibleName = "information text";
     this.toolStripStatusLabelInfo.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
     this.toolStripStatusLabelInfo.AutoToolTip = true;
     this.toolStripStatusLabelInfo.DoubleClickEnabled = true;
     this.toolStripStatusLabelInfo.Image = global::Hipparcos_DB.Properties.Resources.fugue_information_white_16px_shadowless;
     this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
     this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(66, 17);
     this.toolStripStatusLabelInfo.Text = "info text";
     this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.AccessibleDescription = "upper part of the container";
     this.TopToolStripPanel.AccessibleName = "upper part of the container";
     this.TopToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.TopToolStripPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(150, 0);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.AccessibleDescription = "right part of the container";
     this.RightToolStripPanel.AccessibleName = "right part of the container";
     this.RightToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.RightToolStripPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.RightToolStripPanel.Location = new System.Drawing.Point(150, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 153);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.AccessibleDescription = "left part of the container";
     this.LeftToolStripPanel.AccessibleName = "left part of the container";
     this.LeftToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.LeftToolStripPanel.Dock = System.Windows.Forms.DockStyle.Left;
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 153);
     //
     // ContentPanel
     //
     this.ContentPanel.AccessibleDescription = "content panel of the container";
     this.ContentPanel.AccessibleName = "content panel of the container";
     this.ContentPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.ContentPanel.Size = new System.Drawing.Size(150, 153);
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.AccessibleDescription = "pane with some information of the application";
     this.tableLayoutPanel.AccessibleName = "information panel";
     this.tableLayoutPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
     this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.14598F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.89781F));
     this.tableLayoutPanel.Size = new System.Drawing.Size(380, 149);
     this.tableLayoutPanel.TabIndex = 0;
     this.tableLayoutPanel.TabStop = true;
     //
     // logoPictureBox
     //
     this.logoPictureBox.AccessibleDescription = "image with hipparcos";
     this.logoPictureBox.AccessibleName = "image with hipparcos";
     this.logoPictureBox.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
     this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.logoPictureBox.Image = global::Hipparcos_DB.Properties.Resources.hipparcos1;
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name = "logoPictureBox";
     this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size = new System.Drawing.Size(119, 143);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop = false;
     this.logoPictureBox.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
     this.logoPictureBox.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
     //
     // toolStripContainer
     //
     this.toolStripContainer.AccessibleDescription = "Group the toolstrip container";
     this.toolStripContainer.AccessibleName = "container grouping";
     this.toolStripContainer.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     //
     // toolStripContainer.BottomToolStripPanel
     //
     this.toolStripContainer.BottomToolStripPanel.AccessibleDescription = "lower part of the container";
     this.toolStripContainer.BottomToolStripPanel.AccessibleName = "lower part of the container";
     this.toolStripContainer.BottomToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip);
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.AccessibleDescription = "content panel of the container";
     this.toolStripContainer.ContentPanel.AccessibleName = "content panel of the container";
     this.toolStripContainer.ContentPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.toolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanel);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(380, 149);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // toolStripContainer.LeftToolStripPanel
     //
     this.toolStripContainer.LeftToolStripPanel.AccessibleDescription = "left part of the container";
     this.toolStripContainer.LeftToolStripPanel.AccessibleName = "left part of the container";
     this.toolStripContainer.LeftToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name = "toolStripContainer";
     //
     // toolStripContainer.RightToolStripPanel
     //
     this.toolStripContainer.RightToolStripPanel.AccessibleDescription = "right part of the container";
     this.toolStripContainer.RightToolStripPanel.AccessibleName = "right part of the container";
     this.toolStripContainer.RightToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     this.toolStripContainer.Size = new System.Drawing.Size(380, 171);
     this.toolStripContainer.TabIndex = 3;
     this.toolStripContainer.Text = "toolStripContainer";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.AccessibleDescription = "upper part of the container";
     this.toolStripContainer.TopToolStripPanel.AccessibleName = "upper part of the container";
     this.toolStripContainer.TopToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
     //
     // AboutBoxForm
     //
     this.AcceptButton = this.okButton;
     this.AccessibleDescription = "Show some information about the application";
     this.AccessibleName = "Information about the application";
     this.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(380, 171);
     this.Controls.Add(this.toolStripContainer);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "AboutBoxForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Info about ...";
     this.Load += new System.EventHandler(this.AboutBoxForm_Load);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #37
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();
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Local clients", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Client 1, test", 0);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientsTableForm));
     this.clientListImageList = new System.Windows.Forms.ImageList(this.components);
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.handle = new System.Windows.Forms.PictureBox();
     this.clientListView = new System.Windows.Forms.ListView();
     this.CName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CCpu = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CQueue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CApplications = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.connectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveConnectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadConnectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.handle)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // clientListImageList
     //
     this.clientListImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.clientListImageList.ImageSize = new System.Drawing.Size(64, 64);
     this.clientListImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.handle);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.clientListView);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(519, 239);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(519, 263);
     this.toolStripContainer1.TabIndex = 3;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     //
     // handle
     //
     this.handle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.handle.Image = global::PaceServer.Properties.Resources.handle;
     this.handle.Location = new System.Drawing.Point(504, 224);
     this.handle.Name = "handle";
     this.handle.Size = new System.Drawing.Size(15, 15);
     this.handle.TabIndex = 2;
     this.handle.TabStop = false;
     //
     // clientListView
     //
     this.clientListView.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.clientListView.CheckBoxes = true;
     this.clientListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.CName,
     this.CCpu,
     this.CQueue,
     this.CApplications});
     this.clientListView.FullRowSelect = true;
     this.clientListView.GridLines = true;
     listViewGroup1.Header = "Local clients";
     listViewGroup1.Name = "standardListViewGroup";
     this.clientListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
     listViewGroup1});
     this.clientListView.HoverSelection = true;
     listViewItem1.Group = listViewGroup1;
     listViewItem1.StateImageIndex = 0;
     listViewItem1.Tag = "test";
     listViewItem1.ToolTipText = "ToolTipText";
     this.clientListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1});
     this.clientListView.LargeImageList = this.clientListImageList;
     this.clientListView.Location = new System.Drawing.Point(0, 0);
     this.clientListView.Name = "clientListView";
     this.clientListView.Size = new System.Drawing.Size(519, 218);
     this.clientListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.clientListView.TabIndex = 1;
     this.clientListView.UseCompatibleStateImageBehavior = false;
     this.clientListView.View = System.Windows.Forms.View.Details;
     this.clientListView.SelectedIndexChanged += new System.EventHandler(this.clientListView_SelectedIndexChanged_1);
     //
     // CName
     //
     this.CName.Text = "Name";
     this.CName.Width = 84;
     //
     // CCpu
     //
     this.CCpu.Text = "Cpu";
     //
     // CQueue
     //
     this.CQueue.Text = "Queue";
     //
     // CApplications
     //
     this.CApplications.Text = "Applications";
     this.CApplications.Width = 221;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.connectionToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(519, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text = "menuStrip1";
     //
     // connectionToolStripMenuItem
     //
     this.connectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newConnectionToolStripMenuItem,
     this.saveConnectionsToolStripMenuItem,
     this.loadConnectionsToolStripMenuItem});
     this.connectionToolStripMenuItem.Name = "connectionToolStripMenuItem";
     this.connectionToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
     this.connectionToolStripMenuItem.Text = "Connection";
     //
     // newConnectionToolStripMenuItem
     //
     this.newConnectionToolStripMenuItem.Name = "newConnectionToolStripMenuItem";
     this.newConnectionToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
     this.newConnectionToolStripMenuItem.Text = "New Connection";
     this.newConnectionToolStripMenuItem.Click += new System.EventHandler(this.newConnectionToolStripMenuItem_Click_1);
     //
     // saveConnectionsToolStripMenuItem
     //
     this.saveConnectionsToolStripMenuItem.Name = "saveConnectionsToolStripMenuItem";
     this.saveConnectionsToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
     this.saveConnectionsToolStripMenuItem.Text = "Save Connections";
     this.saveConnectionsToolStripMenuItem.Click += new System.EventHandler(this.saveConnectionsToolStripMenuItem_Click_1);
     //
     // loadConnectionsToolStripMenuItem
     //
     this.loadConnectionsToolStripMenuItem.Name = "loadConnectionsToolStripMenuItem";
     this.loadConnectionsToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
     this.loadConnectionsToolStripMenuItem.Text = "Load Connections";
     this.loadConnectionsToolStripMenuItem.Click += new System.EventHandler(this.loadConnectionsToolStripMenuItem_Click_1);
     //
     // ClientsTableForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(519, 263);
     this.Controls.Add(this.toolStripContainer1);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1600, 1200);
     this.MinimumSize = new System.Drawing.Size(300, 200);
     this.Name = "ClientsTableForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Client\'s Table";
     this.Load += new System.EventHandler(this.ClientsTable_Load);
     this.Resize += new System.EventHandler(this.OnResize);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.handle)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #38
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();
     System.Windows.Forms.SplitContainer     splitContainer1;
     System.Windows.Forms.ToolStripContainer m_TreeViewToolStripContainer;
     this.m_TreeViewToolStrip        = new System.Windows.Forms.ToolStrip();
     this.m_ToolStripLabelObjectType = new CAS.UA.Model.Designer.Controls.NodeObserver.ToolStripNodeClassLabelOberver();
     this.tabControl_forTrees        = new System.Windows.Forms.TabControl();
     this.tabPage_tree_model         = new System.Windows.Forms.TabPage();
     this.m_ModelObserver            = new CAS.UA.Model.Designer.Controls.NodeObserver.ModelObserver();
     this.tabPage_tree_browseView    = new System.Windows.Forms.TabPage();
     this.m_browseViewObserver       = new CAS.UA.Model.Designer.Controls.NodeObserver.BrowseViewObserver();
     this.tabPage_View3DModel        = new System.Windows.Forms.TabPage();
     this.view3DModelObserver1       = new CAS.UA.Model.Designer.Controls.NodeObserver.View3DModelObserver();
     this.m_tabControl                    = new System.Windows.Forms.TabControl();
     this.m_TabPageProperties             = new System.Windows.Forms.TabPage();
     this.m_NodePropertyObserver          = new CAS.UA.Model.Designer.Controls.NodeObserver.NodePropertyObserver();
     this.m_TabPageDataBindings           = new System.Windows.Forms.TabPage();
     this.m_BindingsPropertyObserver      = new CAS.UA.Model.Designer.Controls.NodeObserver.BindingsPropertyObserver();
     this.m_HelpProvider                  = new System.Windows.Forms.HelpProvider();
     this.m_ViewTabControlManager         = new TabControlManager(this.components);
     this.m_selectedItemObserverComponent = new CAS.UA.Model.Designer.Controls.NodeObserver.SelectedItemObserverComponent(this.components);
     splitContainer1 = new System.Windows.Forms.SplitContainer();
     m_TreeViewToolStripContainer = new System.Windows.Forms.ToolStripContainer();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     m_TreeViewToolStripContainer.BottomToolStripPanel.SuspendLayout();
     m_TreeViewToolStripContainer.ContentPanel.SuspendLayout();
     m_TreeViewToolStripContainer.SuspendLayout();
     this.m_TreeViewToolStrip.SuspendLayout();
     this.tabControl_forTrees.SuspendLayout();
     this.tabPage_tree_model.SuspendLayout();
     this.tabPage_tree_browseView.SuspendLayout();
     this.tabPage_View3DModel.SuspendLayout();
     this.m_tabControl.SuspendLayout();
     this.m_TabPageProperties.SuspendLayout();
     this.m_TabPageDataBindings.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(m_TreeViewToolStripContainer);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.m_tabControl);
     splitContainer1.Size             = new System.Drawing.Size(674, 521);
     splitContainer1.SplitterDistance = 200;
     splitContainer1.TabIndex         = 0;
     //
     // m_TreeViewToolStripContainer
     //
     //
     // m_TreeViewToolStripContainer.BottomToolStripPanel
     //
     m_TreeViewToolStripContainer.BottomToolStripPanel.Controls.Add(this.m_TreeViewToolStrip);
     //
     // m_TreeViewToolStripContainer.ContentPanel
     //
     m_TreeViewToolStripContainer.ContentPanel.Controls.Add(this.tabControl_forTrees);
     m_TreeViewToolStripContainer.ContentPanel.Size = new System.Drawing.Size(200, 471);
     m_TreeViewToolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // m_TreeViewToolStripContainer.LeftToolStripPanel
     //
     m_TreeViewToolStripContainer.LeftToolStripPanel.Enabled = false;
     m_TreeViewToolStripContainer.LeftToolStripPanelVisible  = false;
     m_TreeViewToolStripContainer.Location = new System.Drawing.Point(0, 0);
     m_TreeViewToolStripContainer.Name     = "m_TreeViewToolStripContainer";
     //
     // m_TreeViewToolStripContainer.RightToolStripPanel
     //
     m_TreeViewToolStripContainer.RightToolStripPanel.Enabled = false;
     m_TreeViewToolStripContainer.RightToolStripPanelVisible  = false;
     m_TreeViewToolStripContainer.Size     = new System.Drawing.Size(200, 521);
     m_TreeViewToolStripContainer.TabIndex = 1;
     m_TreeViewToolStripContainer.Text     = "toolStripContainer2";
     //
     // m_TreeViewToolStrip
     //
     this.m_TreeViewToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.m_TreeViewToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_ToolStripLabelObjectType
     });
     this.m_TreeViewToolStrip.Location = new System.Drawing.Point(3, 0);
     this.m_TreeViewToolStrip.Name     = "m_TreeViewToolStrip";
     this.m_TreeViewToolStrip.Size     = new System.Drawing.Size(112, 25);
     this.m_TreeViewToolStrip.TabIndex = 1;
     this.m_TreeViewToolStrip.Text     = "ToolStrip";
     //
     // m_ToolStripLabelObjectType
     //
     this.m_ToolStripLabelObjectType.AutoSize = false;
     //
     // m_ToolStripLabelObjectType
     //
     this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.AccessibleName = "m_ToolStripLabelObjectType";
     this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.Location       = new System.Drawing.Point(9, 1);
     this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.Name           = "NodeClassLabelObserver";
     this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.Size           = new System.Drawing.Size(100, 22);
     this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.TabIndex       = 0;
     this.m_ToolStripLabelObjectType.Name = "m_ToolStripLabelObjectType";
     this.m_ToolStripLabelObjectType.Size = new System.Drawing.Size(100, 22);
     //
     // tabControl_forTrees
     //
     this.tabControl_forTrees.Controls.Add(this.tabPage_tree_model);
     this.tabControl_forTrees.Controls.Add(this.tabPage_tree_browseView);
     this.tabControl_forTrees.Controls.Add(this.tabPage_View3DModel);
     this.tabControl_forTrees.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl_forTrees.Location      = new System.Drawing.Point(0, 0);
     this.tabControl_forTrees.Name          = "tabControl_forTrees";
     this.tabControl_forTrees.SelectedIndex = 0;
     this.tabControl_forTrees.Size          = new System.Drawing.Size(200, 471);
     this.tabControl_forTrees.TabIndex      = 1;
     //
     // tabPage_tree_model
     //
     this.tabPage_tree_model.Controls.Add(this.m_ModelObserver);
     this.tabPage_tree_model.Location = new System.Drawing.Point(4, 22);
     this.tabPage_tree_model.Name     = "tabPage_tree_model";
     this.tabPage_tree_model.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_tree_model.Size     = new System.Drawing.Size(192, 445);
     this.tabPage_tree_model.TabIndex = 0;
     this.tabPage_tree_model.Text     = "Model";
     this.tabPage_tree_model.UseVisualStyleBackColor = true;
     //
     // m_ModelObserver
     //
     this.m_ModelObserver.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_ModelObserver.Location = new System.Drawing.Point(3, 3);
     this.m_ModelObserver.Name     = "m_ModelObserver";
     this.m_ModelObserver.Size     = new System.Drawing.Size(186, 439);
     this.m_ModelObserver.TabIndex = 0;
     //
     // tabPage_tree_browseView
     //
     this.tabPage_tree_browseView.Controls.Add(this.m_browseViewObserver);
     this.tabPage_tree_browseView.Location = new System.Drawing.Point(4, 22);
     this.tabPage_tree_browseView.Name     = "tabPage_tree_browseView";
     this.tabPage_tree_browseView.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_tree_browseView.Size     = new System.Drawing.Size(192, 445);
     this.tabPage_tree_browseView.TabIndex = 1;
     this.tabPage_tree_browseView.Text     = "Browse View";
     this.tabPage_tree_browseView.UseVisualStyleBackColor = true;
     //
     // m_browseViewObserver
     //
     this.m_browseViewObserver.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_browseViewObserver.Location = new System.Drawing.Point(3, 3);
     this.m_browseViewObserver.Name     = "m_browseViewObserver";
     this.m_browseViewObserver.Size     = new System.Drawing.Size(186, 439);
     this.m_browseViewObserver.TabIndex = 0;
     //
     // tabPage_View3DModel
     //
     this.tabPage_View3DModel.Controls.Add(this.view3DModelObserver1);
     this.tabPage_View3DModel.Location = new System.Drawing.Point(4, 22);
     this.tabPage_View3DModel.Name     = "tabPage_View3DModel";
     this.tabPage_View3DModel.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_View3DModel.Size     = new System.Drawing.Size(192, 445);
     this.tabPage_View3DModel.TabIndex = 2;
     this.tabPage_View3DModel.Text     = "Model 3D";
     this.tabPage_View3DModel.UseVisualStyleBackColor = true;
     //
     // view3DModelObserver1
     //
     this.view3DModelObserver1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.view3DModelObserver1.Location = new System.Drawing.Point(3, 3);
     this.view3DModelObserver1.Name     = "view3DModelObserver1";
     this.view3DModelObserver1.Size     = new System.Drawing.Size(186, 439);
     this.view3DModelObserver1.TabIndex = 0;
     //
     // m_tabControl
     //
     this.m_tabControl.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.m_tabControl.Controls.Add(this.m_TabPageProperties);
     this.m_tabControl.Controls.Add(this.m_TabPageDataBindings);
     this.m_tabControl.Location      = new System.Drawing.Point(3, 0);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.SelectedIndex = 0;
     this.m_tabControl.Size          = new System.Drawing.Size(467, 521);
     this.m_tabControl.TabIndex      = 1;
     //
     // m_TabPageProperties
     //
     this.m_TabPageProperties.Controls.Add(this.m_NodePropertyObserver);
     this.m_TabPageProperties.Location = new System.Drawing.Point(4, 22);
     this.m_TabPageProperties.Name     = "m_TabPageProperties";
     this.m_TabPageProperties.Padding  = new System.Windows.Forms.Padding(3);
     this.m_TabPageProperties.Size     = new System.Drawing.Size(459, 495);
     this.m_TabPageProperties.TabIndex = 0;
     this.m_TabPageProperties.Text     = "Properties";
     this.m_TabPageProperties.UseVisualStyleBackColor = true;
     //
     // m_NodePropertyObserver
     //
     this.m_NodePropertyObserver.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_NodePropertyObserver.Location = new System.Drawing.Point(3, 3);
     this.m_NodePropertyObserver.Name     = "m_NodePropertyObserver";
     this.m_NodePropertyObserver.Size     = new System.Drawing.Size(453, 489);
     this.m_NodePropertyObserver.TabIndex = 0;
     //
     // m_TabPageDataBindings
     //
     this.m_TabPageDataBindings.Controls.Add(this.m_BindingsPropertyObserver);
     this.m_TabPageDataBindings.Location = new System.Drawing.Point(4, 22);
     this.m_TabPageDataBindings.Name     = "m_TabPageDataBindings";
     this.m_TabPageDataBindings.Padding  = new System.Windows.Forms.Padding(3);
     this.m_TabPageDataBindings.Size     = new System.Drawing.Size(459, 495);
     this.m_TabPageDataBindings.TabIndex = 1;
     this.m_TabPageDataBindings.Text     = "Data Bindings";
     this.m_TabPageDataBindings.UseVisualStyleBackColor = true;
     //
     // m_BindingsPropertyObserver
     //
     this.m_BindingsPropertyObserver.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_BindingsPropertyObserver.Location = new System.Drawing.Point(3, 3);
     this.m_BindingsPropertyObserver.Name     = "m_BindingsPropertyObserver";
     this.m_BindingsPropertyObserver.Size     = new System.Drawing.Size(453, 489);
     this.m_BindingsPropertyObserver.TabIndex = 0;
     //
     // m_ViewTabControlManager
     //
     this.m_ViewTabControlManager.TabControl = this.tabControl_forTrees;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer1);
     this.Name = "Main";
     this.Size = new System.Drawing.Size(674, 521);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     m_TreeViewToolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     m_TreeViewToolStripContainer.BottomToolStripPanel.PerformLayout();
     m_TreeViewToolStripContainer.ContentPanel.ResumeLayout(false);
     m_TreeViewToolStripContainer.ResumeLayout(false);
     m_TreeViewToolStripContainer.PerformLayout();
     this.m_TreeViewToolStrip.ResumeLayout(false);
     this.m_TreeViewToolStrip.PerformLayout();
     this.tabControl_forTrees.ResumeLayout(false);
     this.tabPage_tree_model.ResumeLayout(false);
     this.tabPage_tree_browseView.ResumeLayout(false);
     this.tabPage_View3DModel.ResumeLayout(false);
     this.m_tabControl.ResumeLayout(false);
     this.m_TabPageProperties.ResumeLayout(false);
     this.m_TabPageDataBindings.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #39
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();
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.ToolStrip                 toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell));
     this.scriptTable         = new System.Windows.Forms.TableLayoutPanel();
     this.scriptSplit         = new System.Windows.Forms.SplitContainer();
     this.scriptOutput        = new System.Windows.Forms.TextBox();
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.openButton          = new System.Windows.Forms.ToolStripButton();
     this.saveAs              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.runButton           = new System.Windows.Forms.ToolStripButton();
     this.shellTable          = new System.Windows.Forms.TableLayoutPanel();
     this.interactiveInput    = new System.Windows.Forms.TextBox();
     this.interactiveOutput   = new System.Windows.Forms.TextBox();
     this.executeCmd          = new System.Windows.Forms.Button();
     this.clearCmd            = new System.Windows.Forms.Button();
     this.shellMode           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.scriptMode          = new System.Windows.Forms.ToolStripButton();
     this.saveDialog          = new System.Windows.Forms.SaveFileDialog();
     this.openDialog          = new System.Windows.Forms.OpenFileDialog();
     this.newScript           = new System.Windows.Forms.ToolStripButton();
     this.linenumTimer        = new System.Windows.Forms.Timer(this.components);
     toolStripContainer1      = new System.Windows.Forms.ToolStripContainer();
     toolStrip1 = new System.Windows.Forms.ToolStrip();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     this.scriptTable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit();
     this.scriptSplit.Panel2.SuspendLayout();
     this.scriptSplit.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.shellTable.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable);
     toolStripContainer1.ContentPanel.Controls.Add(this.shellTable);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425);
     toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.Size     = new System.Drawing.Size(658, 450);
     toolStripContainer1.TabIndex = 0;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     //
     // scriptTable
     //
     this.scriptTable.ColumnCount = 1;
     this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.scriptTable.Controls.Add(this.scriptSplit, 0, 1);
     this.scriptTable.Controls.Add(this.toolStrip2, 0, 0);
     this.scriptTable.Location = new System.Drawing.Point(340, 40);
     this.scriptTable.Name     = "scriptTable";
     this.scriptTable.RowCount = 2;
     this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.scriptTable.Size     = new System.Drawing.Size(306, 373);
     this.scriptTable.TabIndex = 2;
     //
     // scriptSplit
     //
     this.scriptSplit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.scriptSplit.Location = new System.Drawing.Point(3, 28);
     this.scriptSplit.Name     = "scriptSplit";
     //
     // scriptSplit.Panel2
     //
     this.scriptSplit.Panel2.Controls.Add(this.scriptOutput);
     this.scriptSplit.Size             = new System.Drawing.Size(300, 342);
     this.scriptSplit.SplitterDistance = 193;
     this.scriptSplit.TabIndex         = 1;
     //
     // scriptOutput
     //
     this.scriptOutput.BackColor  = System.Drawing.SystemColors.Window;
     this.scriptOutput.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.scriptOutput.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptOutput.Location   = new System.Drawing.Point(0, 0);
     this.scriptOutput.Multiline  = true;
     this.scriptOutput.Name       = "scriptOutput";
     this.scriptOutput.ReadOnly   = true;
     this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.scriptOutput.Size       = new System.Drawing.Size(103, 342);
     this.scriptOutput.TabIndex   = 2;
     //
     // toolStrip2
     //
     this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newScript,
         this.openButton,
         this.saveAs,
         this.toolStripSeparator2,
         this.runButton
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(306, 25);
     this.toolStrip2.TabIndex = 2;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // openButton
     //
     this.openButton.Image = global::renderdocui.Properties.Resources.folder_page;
     this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openButton.Name   = "openButton";
     this.openButton.Size   = new System.Drawing.Size(53, 22);
     this.openButton.Text   = "Open";
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // saveAs
     //
     this.saveAs.Image = global::renderdocui.Properties.Resources.save;
     this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveAs.Name   = "saveAs";
     this.saveAs.Size   = new System.Drawing.Size(66, 22);
     this.saveAs.Text   = "Save As";
     this.saveAs.Click += new System.EventHandler(this.saveAs_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // runButton
     //
     this.runButton.Image = global::renderdocui.Properties.Resources.runfwd;
     this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runButton.Name   = "runButton";
     this.runButton.Size   = new System.Drawing.Size(46, 22);
     this.runButton.Text   = "Run";
     this.runButton.Click += new System.EventHandler(this.runButton_Click);
     //
     // shellTable
     //
     this.shellTable.ColumnCount = 3;
     this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.shellTable.Controls.Add(this.interactiveInput, 0, 0);
     this.shellTable.Controls.Add(this.interactiveOutput, 0, 2);
     this.shellTable.Controls.Add(this.executeCmd, 1, 0);
     this.shellTable.Controls.Add(this.clearCmd, 2, 0);
     this.shellTable.Location = new System.Drawing.Point(25, 40);
     this.shellTable.Name     = "shellTable";
     this.shellTable.RowCount = 3;
     this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.shellTable.Size     = new System.Drawing.Size(293, 373);
     this.shellTable.TabIndex = 0;
     //
     // interactiveInput
     //
     this.interactiveInput.AcceptsTab   = true;
     this.interactiveInput.Dock         = System.Windows.Forms.DockStyle.Top;
     this.interactiveInput.Font         = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.interactiveInput.Location     = new System.Drawing.Point(3, 3);
     this.interactiveInput.MinimumSize  = new System.Drawing.Size(4, 20);
     this.interactiveInput.Multiline    = true;
     this.interactiveInput.Name         = "interactiveInput";
     this.interactiveInput.Size         = new System.Drawing.Size(175, 20);
     this.interactiveInput.TabIndex     = 0;
     this.interactiveInput.WordWrap     = false;
     this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged);
     this.interactiveInput.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown);
     this.interactiveInput.Layout      += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout);
     //
     // interactiveOutput
     //
     this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window;
     this.shellTable.SetColumnSpan(this.interactiveOutput, 3);
     this.interactiveOutput.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.interactiveOutput.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.interactiveOutput.Location   = new System.Drawing.Point(3, 32);
     this.interactiveOutput.Multiline  = true;
     this.interactiveOutput.Name       = "interactiveOutput";
     this.interactiveOutput.ReadOnly   = true;
     this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.interactiveOutput.Size       = new System.Drawing.Size(287, 338);
     this.interactiveOutput.TabIndex   = 1;
     //
     // executeCmd
     //
     this.executeCmd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.executeCmd.Location = new System.Drawing.Point(184, 3);
     this.executeCmd.Name     = "executeCmd";
     this.executeCmd.Size     = new System.Drawing.Size(60, 23);
     this.executeCmd.TabIndex = 2;
     this.executeCmd.Text     = "Execute";
     this.executeCmd.UseVisualStyleBackColor = true;
     this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click);
     //
     // clearCmd
     //
     this.clearCmd.Location = new System.Drawing.Point(250, 3);
     this.clearCmd.Name     = "clearCmd";
     this.clearCmd.Size     = new System.Drawing.Size(40, 23);
     this.clearCmd.TabIndex = 3;
     this.clearCmd.Text     = "Clear";
     this.clearCmd.UseVisualStyleBackColor = true;
     this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click);
     //
     // toolStrip1
     //
     toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.shellMode,
         this.toolStripSeparator1,
         this.scriptMode
     });
     toolStrip1.Location = new System.Drawing.Point(3, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(161, 25);
     toolStrip1.TabIndex = 0;
     //
     // shellMode
     //
     this.shellMode.Checked               = true;
     this.shellMode.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.shellMode.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.shellMode.Image                 = ((System.Drawing.Image)(resources.GetObject("shellMode.Image")));
     this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.shellMode.Name   = "shellMode";
     this.shellMode.Size   = new System.Drawing.Size(88, 22);
     this.shellMode.Text   = "Interactive shell";
     this.shellMode.Click += new System.EventHandler(this.mode_Changed);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // scriptMode
     //
     this.scriptMode.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.scriptMode.Image                 = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image")));
     this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.scriptMode.Name   = "scriptMode";
     this.scriptMode.Size   = new System.Drawing.Size(64, 22);
     this.scriptMode.Text   = "Run scripts";
     this.scriptMode.Click += new System.EventHandler(this.mode_Changed);
     //
     // saveDialog
     //
     this.saveDialog.DefaultExt = "py";
     this.saveDialog.Filter     = "Python Scripts (*.py)|*.py";
     this.saveDialog.Title      = "Save script as .py";
     //
     // openDialog
     //
     this.openDialog.DefaultExt = "py";
     this.openDialog.Filter     = "Python Scripts (*.py)|*.py";
     this.openDialog.Title      = "Open .py script";
     //
     // newScript
     //
     this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit;
     this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newScript.Name   = "newScript";
     this.newScript.Size   = new System.Drawing.Size(48, 22);
     this.newScript.Text   = "New";
     this.newScript.Click += new System.EventHandler(this.newScript_Click);
     //
     // linenumTimer
     //
     this.linenumTimer.Interval = 500;
     this.linenumTimer.Tick    += new System.EventHandler(this.linenumTimer_Tick);
     //
     // PythonShell
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(658, 450);
     this.Controls.Add(toolStripContainer1);
     this.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name       = "PythonShell";
     this.ShowHint   = WeifenLuo.WinFormsUI.Docking.DockState.Document;
     this.Text       = "PythonShell";
     this.DragDrop  += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter);
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     this.scriptTable.ResumeLayout(false);
     this.scriptTable.PerformLayout();
     this.scriptSplit.Panel2.ResumeLayout(false);
     this.scriptSplit.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit();
     this.scriptSplit.ResumeLayout(false);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.shellTable.ResumeLayout(false);
     this.shellTable.PerformLayout();
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #40
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     WeifenLuo.WinFormsUI.Docking.DockPanelSkin                   dockPanelSkin1                   = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
     WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin               autoHideStripSkin1               = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient1               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient1                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin               dockPaneStripSkin1               = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient           dockPaneStripGradient1           = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient2                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient2               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient3                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient4                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient5                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient3               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient6                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient7                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     this.menuApp                         = new System.Windows.Forms.MenuStrip();
     this.menuItemFile                    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemCreate                  = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemOpen                    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemRecentFiles             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemLoadNewDictionary       = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemOpenVocabulary          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemImport                  = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemExport                  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemProperty                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPrint                   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPreview                 = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPrintConfig             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemExit                    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemSettings                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPalettes                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteSystem           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2003       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemPaletteOffice2007Blue   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2007Silver = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2007Black  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemPaletteOffice2010Blue   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2010Silver = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2010Black  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemPaletteSparkleBlue      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteSparkleOrange    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteSparklePurple    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemHelp                    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1             = new System.Windows.Forms.ToolStripContainer();
     this.statusStripApp                  = new System.Windows.Forms.StatusStrip();
     this.toolStatusWordType              = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStatusPronunciation         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStatusComment               = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStatusLoading               = new System.Windows.Forms.ToolStripStatusLabel();
     this.dockPanel1                      = new WeifenLuo.WinFormsUI.Docking.DockPanel();
     this.toolStripApp                    = new System.Windows.Forms.ToolStrip();
     this.paletteManager                  = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.backgroundLoading               = new System.ComponentModel.BackgroundWorker();
     this.menuApp.SuspendLayout();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.statusStripApp.SuspendLayout();
     this.SuspendLayout();
     //
     // menuApp
     //
     this.menuApp.Dock = System.Windows.Forms.DockStyle.None;
     this.menuApp.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.menuApp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemFile,
         this.menuItemSettings,
         this.menuItemHelp
     });
     this.menuApp.Location = new System.Drawing.Point(0, 0);
     this.menuApp.Name     = "menuApp";
     this.menuApp.Size     = new System.Drawing.Size(962, 24);
     this.menuApp.TabIndex = 2;
     this.menuApp.Text     = "menuStrip2";
     //
     // menuItemFile
     //
     this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemCreate,
         this.menuItemOpen,
         this.menuItemRecentFiles,
         this.menuItemLoadNewDictionary,
         this.menuItemOpenVocabulary,
         this.toolStripSeparator8,
         this.menuItemImport,
         this.menuItemExport,
         this.toolStripSeparator9,
         this.menuItemProperty,
         this.menuItemPrint,
         this.menuItemPreview,
         this.menuItemPrintConfig,
         this.toolStripSeparator1,
         this.menuItemExit
     });
     this.menuItemFile.Name = "menuItemFile";
     this.menuItemFile.Size = new System.Drawing.Size(48, 20);
     this.menuItemFile.Text = "Файл";
     //
     // menuItemCreate
     //
     this.menuItemCreate.Image        = global::VocabularyTest.Images.create;
     this.menuItemCreate.Name         = "menuItemCreate";
     this.menuItemCreate.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.menuItemCreate.Size         = new System.Drawing.Size(279, 22);
     this.menuItemCreate.Text         = "Создать";
     //
     // menuItemOpen
     //
     this.menuItemOpen.Image        = global::VocabularyTest.Images.open;
     this.menuItemOpen.Name         = "menuItemOpen";
     this.menuItemOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.menuItemOpen.Size         = new System.Drawing.Size(279, 22);
     this.menuItemOpen.Text         = "Открыть";
     //
     // menuItemRecentFiles
     //
     this.menuItemRecentFiles.Name = "menuItemRecentFiles";
     this.menuItemRecentFiles.Size = new System.Drawing.Size(279, 22);
     this.menuItemRecentFiles.Text = "Последние файлы";
     //
     // menuItemLoadNewDictionary
     //
     this.menuItemLoadNewDictionary.Image        = global::VocabularyTest.Images.load_new_dictionary;
     this.menuItemLoadNewDictionary.Name         = "menuItemLoadNewDictionary";
     this.menuItemLoadNewDictionary.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
     this.menuItemLoadNewDictionary.Size         = new System.Drawing.Size(279, 22);
     this.menuItemLoadNewDictionary.Text         = "Загрузить новые словари...";
     //
     // menuItemOpenVocabulary
     //
     this.menuItemOpenVocabulary.Name = "menuItemOpenVocabulary";
     this.menuItemOpenVocabulary.Size = new System.Drawing.Size(279, 22);
     this.menuItemOpenVocabulary.Text = "Открыть загруженные словари...";
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(276, 6);
     //
     // menuItemImport
     //
     this.menuItemImport.Image = global::VocabularyTest.Images.import;
     this.menuItemImport.Name  = "menuItemImport";
     this.menuItemImport.Size  = new System.Drawing.Size(279, 22);
     this.menuItemImport.Text  = "Импорт...";
     //
     // menuItemExport
     //
     this.menuItemExport.Image = global::VocabularyTest.Images.export;
     this.menuItemExport.Name  = "menuItemExport";
     this.menuItemExport.Size  = new System.Drawing.Size(279, 22);
     this.menuItemExport.Text  = "Экспорт...";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(276, 6);
     //
     // menuItemProperty
     //
     this.menuItemProperty.Image = global::VocabularyTest.Images.property;
     this.menuItemProperty.Name  = "menuItemProperty";
     this.menuItemProperty.Size  = new System.Drawing.Size(279, 22);
     this.menuItemProperty.Text  = "Свойства...";
     //
     // menuItemPrint
     //
     this.menuItemPrint.Image        = global::VocabularyTest.Images.document_print;
     this.menuItemPrint.Name         = "menuItemPrint";
     this.menuItemPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.menuItemPrint.Size         = new System.Drawing.Size(279, 22);
     this.menuItemPrint.Text         = "Печать...";
     //
     // menuItemPreview
     //
     this.menuItemPreview.Image        = global::VocabularyTest.Images.document_print_preview;
     this.menuItemPreview.Name         = "menuItemPreview";
     this.menuItemPreview.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F2)));
     this.menuItemPreview.Size         = new System.Drawing.Size(279, 22);
     this.menuItemPreview.Text         = "Предварительный просмотр";
     //
     // menuItemPrintConfig
     //
     this.menuItemPrintConfig.Name = "menuItemPrintConfig";
     this.menuItemPrintConfig.Size = new System.Drawing.Size(279, 22);
     this.menuItemPrintConfig.Text = "Настройка печати...";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(276, 6);
     //
     // menuItemExit
     //
     this.menuItemExit.Image  = global::VocabularyTest.Images.exit;
     this.menuItemExit.Name   = "menuItemExit";
     this.menuItemExit.Size   = new System.Drawing.Size(279, 22);
     this.menuItemExit.Text   = "Выход";
     this.menuItemExit.Click += new System.EventHandler(this.MenuItemExitClick);
     //
     // menuItemSettings
     //
     this.menuItemSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemPalettes
     });
     this.menuItemSettings.Name = "menuItemSettings";
     this.menuItemSettings.Size = new System.Drawing.Size(78, 20);
     this.menuItemSettings.Text = "Настройка";
     //
     // menuItemPalettes
     //
     this.menuItemPalettes.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemPaletteSystem,
         this.menuItemPaletteOffice2003,
         this.toolStripSeparator4,
         this.menuItemPaletteOffice2007Blue,
         this.menuItemPaletteOffice2007Silver,
         this.menuItemPaletteOffice2007Black,
         this.toolStripSeparator5,
         this.menuItemPaletteOffice2010Blue,
         this.menuItemPaletteOffice2010Silver,
         this.menuItemPaletteOffice2010Black,
         this.toolStripSeparator6,
         this.menuItemPaletteSparkleBlue,
         this.menuItemPaletteSparkleOrange,
         this.menuItemPaletteSparklePurple
     });
     this.menuItemPalettes.Name = "menuItemPalettes";
     this.menuItemPalettes.Size = new System.Drawing.Size(240, 22);
     this.menuItemPalettes.Text = "Пользовательский интерфейс";
     //
     // menuItemPaletteSystem
     //
     this.menuItemPaletteSystem.Name = "menuItemPaletteSystem";
     this.menuItemPaletteSystem.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSystem.Tag  = "ProfessionalSystem";
     this.menuItemPaletteSystem.Text = "Professional - System";
     //
     // menuItemPaletteOffice2003
     //
     this.menuItemPaletteOffice2003.Name = "menuItemPaletteOffice2003";
     this.menuItemPaletteOffice2003.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2003.Tag  = "ProfessionalOffice2003";
     this.menuItemPaletteOffice2003.Text = "Professional - Office 2003";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(205, 6);
     //
     // menuItemPaletteOffice2007Blue
     //
     this.menuItemPaletteOffice2007Blue.Name = "menuItemPaletteOffice2007Blue";
     this.menuItemPaletteOffice2007Blue.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2007Blue.Tag  = "Office2007Blue";
     this.menuItemPaletteOffice2007Blue.Text = "Office 2007 - Blue";
     //
     // menuItemPaletteOffice2007Silver
     //
     this.menuItemPaletteOffice2007Silver.Name = "menuItemPaletteOffice2007Silver";
     this.menuItemPaletteOffice2007Silver.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2007Silver.Tag  = "Office2007Silver";
     this.menuItemPaletteOffice2007Silver.Text = "Office 2007 - Silver";
     //
     // menuItemPaletteOffice2007Black
     //
     this.menuItemPaletteOffice2007Black.Name = "menuItemPaletteOffice2007Black";
     this.menuItemPaletteOffice2007Black.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2007Black.Tag  = "Office2007Black";
     this.menuItemPaletteOffice2007Black.Text = "Office 2007 - Black";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(205, 6);
     //
     // menuItemPaletteOffice2010Blue
     //
     this.menuItemPaletteOffice2010Blue.Name = "menuItemPaletteOffice2010Blue";
     this.menuItemPaletteOffice2010Blue.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2010Blue.Tag  = "Office2010Blue";
     this.menuItemPaletteOffice2010Blue.Text = "Office 2010 - Blue";
     //
     // menuItemPaletteOffice2010Silver
     //
     this.menuItemPaletteOffice2010Silver.Name = "menuItemPaletteOffice2010Silver";
     this.menuItemPaletteOffice2010Silver.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2010Silver.Tag  = "Office2010Silver";
     this.menuItemPaletteOffice2010Silver.Text = "Office 2010 - Silver";
     //
     // menuItemPaletteOffice2010Black
     //
     this.menuItemPaletteOffice2010Black.Name = "menuItemPaletteOffice2010Black";
     this.menuItemPaletteOffice2010Black.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2010Black.Tag  = "Office2010Black";
     this.menuItemPaletteOffice2010Black.Text = "Office 2010 - Black";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(205, 6);
     //
     // menuItemPaletteSparkleBlue
     //
     this.menuItemPaletteSparkleBlue.Name = "menuItemPaletteSparkleBlue";
     this.menuItemPaletteSparkleBlue.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSparkleBlue.Tag  = "SparkleBlue";
     this.menuItemPaletteSparkleBlue.Text = "Sparkle - Blue";
     //
     // menuItemPaletteSparkleOrange
     //
     this.menuItemPaletteSparkleOrange.Name = "menuItemPaletteSparkleOrange";
     this.menuItemPaletteSparkleOrange.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSparkleOrange.Tag  = "SparkleOrange";
     this.menuItemPaletteSparkleOrange.Text = "Sparkle - Orange";
     //
     // menuItemPaletteSparklePurple
     //
     this.menuItemPaletteSparklePurple.Name = "menuItemPaletteSparklePurple";
     this.menuItemPaletteSparklePurple.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSparklePurple.Tag  = "SparklePurple";
     this.menuItemPaletteSparklePurple.Text = "Sparkle - Purple";
     //
     // menuItemHelp
     //
     this.menuItemHelp.Name = "menuItemHelp";
     this.menuItemHelp.Size = new System.Drawing.Size(65, 20);
     this.menuItemHelp.Text = "Справка";
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStripApp);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.dockPanel1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(962, 397);
     this.toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.Size     = new System.Drawing.Size(962, 468);
     this.toolStripContainer1.TabIndex = 3;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuApp);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStripApp);
     //
     // statusStripApp
     //
     this.statusStripApp.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStripApp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStatusWordType,
         this.toolStatusPronunciation,
         this.toolStatusComment,
         this.toolStatusLoading
     });
     this.statusStripApp.Location = new System.Drawing.Point(0, 0);
     this.statusStripApp.Name     = "statusStripApp";
     this.statusStripApp.Size     = new System.Drawing.Size(962, 22);
     this.statusStripApp.TabIndex = 4;
     //
     // toolStatusWordType
     //
     this.toolStatusWordType.Name = "toolStatusWordType";
     this.toolStatusWordType.Size = new System.Drawing.Size(88, 17);
     this.toolStatusWordType.Text = "Часть речи: {0}";
     //
     // toolStatusPronunciation
     //
     this.toolStatusPronunciation.Name = "toolStatusPronunciation";
     this.toolStatusPronunciation.Size = new System.Drawing.Size(113, 17);
     this.toolStatusPronunciation.Text = "Произношение: {0}";
     //
     // toolStatusComment
     //
     this.toolStatusComment.Name = "toolStatusComment";
     this.toolStatusComment.Size = new System.Drawing.Size(104, 17);
     this.toolStatusComment.Text = "Комментарий: {0}";
     //
     // toolStatusLoading
     //
     this.toolStatusLoading.Name = "toolStatusLoading";
     this.toolStatusLoading.Size = new System.Drawing.Size(59, 17);
     this.toolStatusLoading.Text = "Loading...";
     //
     // dockPanel1
     //
     this.dockPanel1.ActiveAutoHideContent = null;
     this.dockPanel1.Dock                                     = System.Windows.Forms.DockStyle.Fill;
     this.dockPanel1.DockBackColor                            = System.Drawing.SystemColors.AppWorkspace;
     this.dockPanel1.DocumentStyle                            = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
     this.dockPanel1.Location                                 = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name                                     = "dockPanel1";
     this.dockPanel1.Size                                     = new System.Drawing.Size(962, 397);
     dockPanelGradient1.EndColor                              = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient1.StartColor                            = System.Drawing.SystemColors.ControlLight;
     autoHideStripSkin1.DockStripGradient                     = dockPanelGradient1;
     tabGradient1.EndColor                                    = System.Drawing.SystemColors.Control;
     tabGradient1.StartColor                                  = System.Drawing.SystemColors.Control;
     tabGradient1.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
     autoHideStripSkin1.TabGradient                           = tabGradient1;
     autoHideStripSkin1.TextFont                              = new System.Drawing.Font("Segoe UI", 9F);
     dockPanelSkin1.AutoHideStripSkin                         = autoHideStripSkin1;
     tabGradient2.EndColor                                    = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.StartColor                                  = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.ActiveTabGradient                 = tabGradient2;
     dockPanelGradient2.EndColor                              = System.Drawing.SystemColors.Control;
     dockPanelGradient2.StartColor                            = System.Drawing.SystemColors.Control;
     dockPaneStripGradient1.DockStripGradient                 = dockPanelGradient2;
     tabGradient3.EndColor                                    = System.Drawing.SystemColors.ControlLight;
     tabGradient3.StartColor                                  = System.Drawing.SystemColors.ControlLight;
     tabGradient3.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.InactiveTabGradient               = tabGradient3;
     dockPaneStripSkin1.DocumentGradient                      = dockPaneStripGradient1;
     dockPaneStripSkin1.TextFont                              = new System.Drawing.Font("Segoe UI", 9F);
     tabGradient4.EndColor                                    = System.Drawing.SystemColors.ActiveCaption;
     tabGradient4.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient4.StartColor                                  = System.Drawing.SystemColors.GradientActiveCaption;
     tabGradient4.TextColor                                   = System.Drawing.SystemColors.ActiveCaptionText;
     dockPaneStripToolWindowGradient1.ActiveCaptionGradient   = tabGradient4;
     tabGradient5.EndColor                                    = System.Drawing.SystemColors.Control;
     tabGradient5.StartColor                                  = System.Drawing.SystemColors.Control;
     tabGradient5.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripToolWindowGradient1.ActiveTabGradient       = tabGradient5;
     dockPanelGradient3.EndColor                              = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient3.StartColor                            = System.Drawing.SystemColors.ControlLight;
     dockPaneStripToolWindowGradient1.DockStripGradient       = dockPanelGradient3;
     tabGradient6.EndColor                                    = System.Drawing.SystemColors.InactiveCaption;
     tabGradient6.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient6.StartColor                                  = System.Drawing.SystemColors.GradientInactiveCaption;
     tabGradient6.TextColor                                   = System.Drawing.SystemColors.InactiveCaptionText;
     dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
     tabGradient7.EndColor                                    = System.Drawing.Color.Transparent;
     tabGradient7.StartColor                                  = System.Drawing.Color.Transparent;
     tabGradient7.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
     dockPaneStripToolWindowGradient1.InactiveTabGradient     = tabGradient7;
     dockPaneStripSkin1.ToolWindowGradient                    = dockPaneStripToolWindowGradient1;
     dockPanelSkin1.DockPaneStripSkin                         = dockPaneStripSkin1;
     this.dockPanel1.TabIndex                                 = 4;
     //
     // toolStripApp
     //
     this.toolStripApp.Dock     = System.Windows.Forms.DockStyle.None;
     this.toolStripApp.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.toolStripApp.Location = new System.Drawing.Point(3, 24);
     this.toolStripApp.Name     = "toolStripApp";
     this.toolStripApp.Size     = new System.Drawing.Size(43, 25);
     this.toolStripApp.TabIndex = 3;
     //
     // paletteManager
     //
     this.paletteManager.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.ProfessionalSystem;
     //
     // backgroundLoading
     //
     this.backgroundLoading.WorkerReportsProgress = true;
     this.backgroundLoading.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundLoading_DoWork);
     this.backgroundLoading.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundLoading_RunWorkerCompleted);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(962, 468);
     this.Controls.Add(this.toolStripContainer1);
     this.Name         = "MainForm";
     this.Text         = "VocabularyTest";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.menuApp.ResumeLayout(false);
     this.menuApp.PerformLayout();
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.statusStripApp.ResumeLayout(false);
     this.statusStripApp.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripContainer        tscFileImport;
     System.Windows.Forms.TableLayoutPanel          tlpFileImport;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm));
     System.Windows.Forms.GroupBox         gbImportedTransactionList;
     System.Windows.Forms.GroupBox         gbTransactionDetails;
     System.Windows.Forms.TableLayoutPanel tlpDetails;
     System.Windows.Forms.Label            lblDate;
     System.Windows.Forms.Label            lblTitle;
     System.Windows.Forms.Label            lblAccount;
     System.Windows.Forms.Label            lblAmount;
     System.Windows.Forms.Label            lblTags;
     System.Windows.Forms.ToolStrip        tsFileImport;
     this.lbImportedTransactions = new System.Windows.Forms.ListBox();
     this.cbImport             = new System.Windows.Forms.CheckBox();
     this.dtpDate              = new System.Windows.Forms.DateTimePicker();
     this.tbTitle              = new System.Windows.Forms.TextBox();
     this.cbImplementsPlan     = new System.Windows.Forms.CheckBox();
     this.cbPlan               = new System.Windows.Forms.ComboBox();
     this.cbAccount            = new System.Windows.Forms.ComboBox();
     this.numAmount            = new System.Windows.Forms.NumericUpDown();
     this.lblCurrency          = new System.Windows.Forms.Label();
     this.ttbTags              = new easyMoney.Controls.TagTextBox();
     this.tsbOpen              = new System.Windows.Forms.ToolStripButton();
     this.tsbClose             = new System.Windows.Forms.ToolStripButton();
     this.tsbImport            = new System.Windows.Forms.ToolStripButton();
     this.fdFileOpen           = new System.Windows.Forms.OpenFileDialog();
     tscFileImport             = new System.Windows.Forms.ToolStripContainer();
     tlpFileImport             = new System.Windows.Forms.TableLayoutPanel();
     gbImportedTransactionList = new System.Windows.Forms.GroupBox();
     gbTransactionDetails      = new System.Windows.Forms.GroupBox();
     tlpDetails   = new System.Windows.Forms.TableLayoutPanel();
     lblDate      = new System.Windows.Forms.Label();
     lblTitle     = new System.Windows.Forms.Label();
     lblAccount   = new System.Windows.Forms.Label();
     lblAmount    = new System.Windows.Forms.Label();
     lblTags      = new System.Windows.Forms.Label();
     tsFileImport = new System.Windows.Forms.ToolStrip();
     tscFileImport.ContentPanel.SuspendLayout();
     tscFileImport.TopToolStripPanel.SuspendLayout();
     tscFileImport.SuspendLayout();
     tlpFileImport.SuspendLayout();
     gbImportedTransactionList.SuspendLayout();
     gbTransactionDetails.SuspendLayout();
     tlpDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
     tsFileImport.SuspendLayout();
     this.SuspendLayout();
     //
     // tscFileImport
     //
     tscFileImport.BottomToolStripPanelVisible = false;
     //
     // tscFileImport.ContentPanel
     //
     tscFileImport.ContentPanel.Controls.Add(tlpFileImport);
     resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel");
     resources.ApplyResources(tscFileImport, "tscFileImport");
     tscFileImport.LeftToolStripPanelVisible = false;
     tscFileImport.Name = "tscFileImport";
     tscFileImport.RightToolStripPanelVisible = false;
     //
     // tscFileImport.TopToolStripPanel
     //
     tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport);
     //
     // tlpFileImport
     //
     resources.ApplyResources(tlpFileImport, "tlpFileImport");
     tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0);
     tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0);
     tlpFileImport.Name = "tlpFileImport";
     //
     // gbImportedTransactionList
     //
     gbImportedTransactionList.Controls.Add(this.lbImportedTransactions);
     resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList");
     gbImportedTransactionList.Name    = "gbImportedTransactionList";
     gbImportedTransactionList.TabStop = false;
     //
     // lbImportedTransactions
     //
     resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions");
     this.lbImportedTransactions.FormattingEnabled = true;
     this.lbImportedTransactions.Name = "lbImportedTransactions";
     this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged);
     //
     // gbTransactionDetails
     //
     gbTransactionDetails.Controls.Add(tlpDetails);
     resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails");
     gbTransactionDetails.Name    = "gbTransactionDetails";
     gbTransactionDetails.TabStop = false;
     //
     // tlpDetails
     //
     resources.ApplyResources(tlpDetails, "tlpDetails");
     tlpDetails.Controls.Add(this.cbImport, 0, 0);
     tlpDetails.Controls.Add(lblDate, 0, 1);
     tlpDetails.Controls.Add(this.dtpDate, 0, 2);
     tlpDetails.Controls.Add(lblTitle, 0, 3);
     tlpDetails.Controls.Add(this.tbTitle, 0, 4);
     tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5);
     tlpDetails.Controls.Add(this.cbPlan, 0, 6);
     tlpDetails.Controls.Add(lblAccount, 0, 7);
     tlpDetails.Controls.Add(this.cbAccount, 0, 8);
     tlpDetails.Controls.Add(lblAmount, 0, 9);
     tlpDetails.Controls.Add(this.numAmount, 0, 10);
     tlpDetails.Controls.Add(this.lblCurrency, 2, 10);
     tlpDetails.Controls.Add(lblTags, 0, 11);
     tlpDetails.Controls.Add(this.ttbTags, 0, 12);
     tlpDetails.Name = "tlpDetails";
     //
     // cbImport
     //
     resources.ApplyResources(this.cbImport, "cbImport");
     tlpDetails.SetColumnSpan(this.cbImport, 3);
     this.cbImport.Name = "cbImport";
     this.cbImport.UseVisualStyleBackColor = true;
     //
     // lblDate
     //
     resources.ApplyResources(lblDate, "lblDate");
     tlpDetails.SetColumnSpan(lblDate, 3);
     lblDate.Name = "lblDate";
     //
     // dtpDate
     //
     tlpDetails.SetColumnSpan(this.dtpDate, 3);
     resources.ApplyResources(this.dtpDate, "dtpDate");
     this.dtpDate.Name = "dtpDate";
     //
     // lblTitle
     //
     resources.ApplyResources(lblTitle, "lblTitle");
     tlpDetails.SetColumnSpan(lblTitle, 3);
     lblTitle.Name = "lblTitle";
     //
     // tbTitle
     //
     this.tbTitle.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     tlpDetails.SetColumnSpan(this.tbTitle, 3);
     resources.ApplyResources(this.tbTitle, "tbTitle");
     this.tbTitle.Name = "tbTitle";
     //
     // cbImplementsPlan
     //
     resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan");
     tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3);
     this.cbImplementsPlan.Name = "cbImplementsPlan";
     this.cbImplementsPlan.UseVisualStyleBackColor = true;
     //
     // cbPlan
     //
     tlpDetails.SetColumnSpan(this.cbPlan, 3);
     resources.ApplyResources(this.cbPlan, "cbPlan");
     this.cbPlan.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPlan.FormattingEnabled = true;
     this.cbPlan.Name = "cbPlan";
     //
     // lblAccount
     //
     resources.ApplyResources(lblAccount, "lblAccount");
     tlpDetails.SetColumnSpan(lblAccount, 3);
     lblAccount.Name = "lblAccount";
     //
     // cbAccount
     //
     tlpDetails.SetColumnSpan(this.cbAccount, 3);
     resources.ApplyResources(this.cbAccount, "cbAccount");
     this.cbAccount.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbAccount.FormattingEnabled = true;
     this.cbAccount.Name = "cbAccount";
     //
     // lblAmount
     //
     resources.ApplyResources(lblAmount, "lblAmount");
     tlpDetails.SetColumnSpan(lblAmount, 3);
     lblAmount.Name = "lblAmount";
     //
     // numAmount
     //
     tlpDetails.SetColumnSpan(this.numAmount, 2);
     this.numAmount.DecimalPlaces = 2;
     resources.ApplyResources(this.numAmount, "numAmount");
     this.numAmount.Maximum = new decimal(new int[] {
         1569325055,
         23283064,
         0,
         0
     });
     this.numAmount.Name = "numAmount";
     //
     // lblCurrency
     //
     resources.ApplyResources(this.lblCurrency, "lblCurrency");
     this.lblCurrency.Name = "lblCurrency";
     //
     // lblTags
     //
     resources.ApplyResources(lblTags, "lblTags");
     tlpDetails.SetColumnSpan(lblTags, 3);
     lblTags.Name = "lblTags";
     //
     // ttbTags
     //
     tlpDetails.SetColumnSpan(this.ttbTags, 3);
     resources.ApplyResources(this.ttbTags, "ttbTags");
     this.ttbTags.Name        = "ttbTags";
     this.ttbTags.PopupOpened = false;
     this.ttbTags.ReadOnly    = false;
     this.ttbTags.Tags        = ((System.Collections.Generic.IEnumerable <string>)(resources.GetObject("ttbTags.Tags")));
     //
     // tsFileImport
     //
     resources.ApplyResources(tsFileImport, "tsFileImport");
     tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbOpen,
         this.tsbClose,
         this.tsbImport
     });
     tsFileImport.Name    = "tsFileImport";
     tsFileImport.Stretch = true;
     //
     // tsbOpen
     //
     this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page;
     resources.ApplyResources(this.tsbOpen, "tsbOpen");
     this.tsbOpen.Name   = "tsbOpen";
     this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
     //
     // tsbClose
     //
     this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbClose.Image     = global::easyMoney.Manager.Properties.Resources.tick;
     resources.ApplyResources(this.tsbClose, "tsbClose");
     this.tsbClose.Name   = "tsbClose";
     this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
     //
     // tsbImport
     //
     this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
     resources.ApplyResources(this.tsbImport, "tsbImport");
     this.tsbImport.Name   = "tsbImport";
     this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
     //
     // fdFileOpen
     //
     this.fdFileOpen.DefaultExt = "*.xml";
     resources.ApplyResources(this.fdFileOpen, "fdFileOpen");
     //
     // FileImportForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tscFileImport);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "FileImportForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.FileImportForm_Load);
     tscFileImport.ContentPanel.ResumeLayout(false);
     tscFileImport.TopToolStripPanel.ResumeLayout(false);
     tscFileImport.TopToolStripPanel.PerformLayout();
     tscFileImport.ResumeLayout(false);
     tscFileImport.PerformLayout();
     tlpFileImport.ResumeLayout(false);
     gbImportedTransactionList.ResumeLayout(false);
     gbTransactionDetails.ResumeLayout(false);
     tlpDetails.ResumeLayout(false);
     tlpDetails.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
     tsFileImport.ResumeLayout(false);
     tsFileImport.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextInputForm));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.InputText = new System.Windows.Forms.TextBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.comboFonts = new System.Windows.Forms.ToolStripComboBox();
     this.comboFontSize = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBold = new System.Windows.Forms.ToolStripButton();
     this.btnItalic = new System.Windows.Forms.ToolStripButton();
     this.btnUnderline = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnColor = new System.Windows.Forms.ToolStripButton();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.btnCancel);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.btnOk);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.InputText);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(579, 321);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(579, 344);
     this.toolStripContainer1.TabIndex = 4;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(479, 282);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(88, 27);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // btnOk
     //
     this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Location = new System.Drawing.Point(385, 282);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(88, 27);
     this.btnOk.TabIndex = 5;
     this.btnOk.Text = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.BtnOkClick);
     //
     // InputText
     //
     this.InputText.Dock = System.Windows.Forms.DockStyle.Top;
     this.InputText.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InputText.Location = new System.Drawing.Point(0, 0);
     this.InputText.Multiline = true;
     this.InputText.Name = "InputText";
     this.InputText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.InputText.Size = new System.Drawing.Size(579, 272);
     this.InputText.TabIndex = 4;
     this.InputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.InputTextKeyDown);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.comboFonts,
     this.comboFontSize,
     this.toolStripSeparator2,
     this.btnBold,
     this.btnItalic,
     this.btnUnderline,
     this.toolStripSeparator1,
     this.btnColor});
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(384, 23);
     this.toolStrip1.TabIndex = 0;
     //
     // comboFonts
     //
     this.comboFonts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboFonts.MaxDropDownItems = 20;
     this.comboFonts.Name = "comboFonts";
     this.comboFonts.Size = new System.Drawing.Size(200, 23);
     this.comboFonts.SelectedIndexChanged += new System.EventHandler(this.ComboFontsSelectedIndexChanged);
     //
     // comboFontSize
     //
     this.comboFontSize.MaxDropDownItems = 20;
     this.comboFontSize.Name = "comboFontSize";
     this.comboFontSize.Size = new System.Drawing.Size(75, 23);
     this.comboFontSize.TextChanged += new System.EventHandler(this.ComboFontSizeTextChanged);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
     //
     // btnBold
     //
     this.btnBold.AutoToolTip = false;
     this.btnBold.CheckOnClick = true;
     this.btnBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnBold.Image = ((System.Drawing.Image)(resources.GetObject("btnBold.Image")));
     this.btnBold.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBold.Name = "btnBold";
     this.btnBold.Size = new System.Drawing.Size(23, 20);
     this.btnBold.Text = "B";
     this.btnBold.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
     this.btnBold.ToolTipText = "Bold";
     this.btnBold.Click += new System.EventHandler(this.BtnBoldClick);
     //
     // btnItalic
     //
     this.btnItalic.CheckOnClick = true;
     this.btnItalic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnItalic.Image = ((System.Drawing.Image)(resources.GetObject("btnItalic.Image")));
     this.btnItalic.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItalic.Name = "btnItalic";
     this.btnItalic.Size = new System.Drawing.Size(23, 20);
     this.btnItalic.Text = "toolStripButton2";
     this.btnItalic.Click += new System.EventHandler(this.BtnItalicClick);
     //
     // btnUnderline
     //
     this.btnUnderline.CheckOnClick = true;
     this.btnUnderline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnUnderline.Image = ((System.Drawing.Image)(resources.GetObject("btnUnderline.Image")));
     this.btnUnderline.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnUnderline.Name = "btnUnderline";
     this.btnUnderline.Size = new System.Drawing.Size(23, 20);
     this.btnUnderline.Text = "toolStripButton3";
     this.btnUnderline.Click += new System.EventHandler(this.BtnUnderlineClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
     //
     // btnColor
     //
     this.btnColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnColor.Image = ((System.Drawing.Image)(resources.GetObject("btnColor.Image")));
     this.btnColor.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnColor.Name = "btnColor";
     this.btnColor.Size = new System.Drawing.Size(23, 20);
     this.btnColor.Text = "toolStripDropDownButton1";
     this.btnColor.Click += new System.EventHandler(this.BtnColorClick);
     //
     // TextInputForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(579, 344);
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "TextInputForm";
     this.Text = "Text Editor";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.ContentPanel.PerformLayout();
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #43
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent( )
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShellConsole));
            this.shell = new DroidExplorer.Core.UI.CConsole.ConsoleControl();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.rowLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.columnLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.deviceLabel = new System.Windows.Forms.ToolStripStatusLabel();

            this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            //
            // shell
            //
            this.shell.BackColor = System.Drawing.Color.Black;
            this.shell.CaretColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.shell.DefaultForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.shell.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shell.ErrorColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.shell.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.shell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.shell.InputStart = 0;
            this.shell.IsInputEnabled = true;
            this.shell.Location = new System.Drawing.Point(0, 0);
            this.shell.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.shell.Name = "shell";
            this.shell.SelectionBackColor = System.Drawing.Color.Black;
            this.shell.SendKeyboardCommandsToProcess = false;
            this.shell.ShowDiagnostics = false;
            this.shell.Size = new System.Drawing.Size(598, 273);
            this.shell.TabIndex = 0;
            //
            // toolStripContainer1
            //
            //
            // toolStripContainer1.BottomToolStripPanel
            //
            this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
            //
            // toolStripContainer1.ContentPanel
            //
            this.toolStripContainer1.ContentPanel.AutoScroll = true;
            this.toolStripContainer1.ContentPanel.Controls.Add(this.shell);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(598, 273);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(598, 320);
            this.toolStripContainer1.TabIndex = 1;
            this.toolStripContainer1.Text = "toolStripContainer1";
            //
            // statusStrip1
            //
            this.statusStrip1.AutoSize = false;
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.rowLabel,
            this.columnLabel,
                        this.deviceLabel});
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(598, 22);
            this.statusStrip1.TabIndex = 0;
            //
            // rowLabel
            //
            this.rowLabel.AutoSize = false;
            this.rowLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.rowLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
            this.rowLabel.Margin = new System.Windows.Forms.Padding(1, 3, 0, 1);
            this.rowLabel.Name = "rowLabel";
            this.rowLabel.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.rowLabel.Size = new System.Drawing.Size(100, 18);
            this.rowLabel.Text = "Row: 0";
            this.rowLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.rowLabel.Visible = false;
            //
            // columnLabel
            //
            this.columnLabel.AutoSize = false;
            this.columnLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.columnLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
            this.columnLabel.Margin = new System.Windows.Forms.Padding(1, 3, 0, 1);
            this.columnLabel.Name = "columnLabel";
            this.columnLabel.Size = new System.Drawing.Size(100, 18);
            this.columnLabel.Text = "Column: 0";
            this.columnLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.columnLabel.Visible = false;
            //
            // deviceLabel
            //
            this.deviceLabel.AutoSize = true;
            this.deviceLabel.Name = "deviceLabel";
            this.deviceLabel.Margin = new System.Windows.Forms.Padding(1, 3, 0, 1);
            this.deviceLabel.Size = new System.Drawing.Size(100, 18);
            this.deviceLabel.Spring = true;
            this.deviceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // ShellConsole
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(598, 320);
            this.Controls.Add(this.toolStripContainer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "ShellConsole";
            this.Text = "Droid Explorer Shell";
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
        }
예제 #44
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ToolStripContainer tscFileImport;
            System.Windows.Forms.TableLayoutPanel tlpFileImport;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm));
            System.Windows.Forms.GroupBox gbImportedTransactionList;
            System.Windows.Forms.GroupBox gbTransactionDetails;
            System.Windows.Forms.TableLayoutPanel tlpDetails;
            System.Windows.Forms.Label lblDate;
            System.Windows.Forms.Label lblTitle;
            System.Windows.Forms.Label lblAccount;
            System.Windows.Forms.Label lblAmount;
            System.Windows.Forms.Label lblTags;
            System.Windows.Forms.ToolStrip tsFileImport;
            this.lbImportedTransactions = new System.Windows.Forms.ListBox();
            this.cbImport = new System.Windows.Forms.CheckBox();
            this.dtpDate = new System.Windows.Forms.DateTimePicker();
            this.tbTitle = new System.Windows.Forms.TextBox();
            this.cbImplementsPlan = new System.Windows.Forms.CheckBox();
            this.cbPlan = new System.Windows.Forms.ComboBox();
            this.cbAccount = new System.Windows.Forms.ComboBox();
            this.numAmount = new System.Windows.Forms.NumericUpDown();
            this.lblCurrency = new System.Windows.Forms.Label();
            this.ttbTags = new easyMoney.Controls.TagTextBox();
            this.tsbOpen = new System.Windows.Forms.ToolStripButton();
            this.tsbClose = new System.Windows.Forms.ToolStripButton();
            this.tsbImport = new System.Windows.Forms.ToolStripButton();
            this.fdFileOpen = new System.Windows.Forms.OpenFileDialog();
            tscFileImport = new System.Windows.Forms.ToolStripContainer();
            tlpFileImport = new System.Windows.Forms.TableLayoutPanel();
            gbImportedTransactionList = new System.Windows.Forms.GroupBox();
            gbTransactionDetails = new System.Windows.Forms.GroupBox();
            tlpDetails = new System.Windows.Forms.TableLayoutPanel();
            lblDate = new System.Windows.Forms.Label();
            lblTitle = new System.Windows.Forms.Label();
            lblAccount = new System.Windows.Forms.Label();
            lblAmount = new System.Windows.Forms.Label();
            lblTags = new System.Windows.Forms.Label();
            tsFileImport = new System.Windows.Forms.ToolStrip();
            tscFileImport.ContentPanel.SuspendLayout();
            tscFileImport.TopToolStripPanel.SuspendLayout();
            tscFileImport.SuspendLayout();
            tlpFileImport.SuspendLayout();
            gbImportedTransactionList.SuspendLayout();
            gbTransactionDetails.SuspendLayout();
            tlpDetails.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
            tsFileImport.SuspendLayout();
            this.SuspendLayout();
            // 
            // tscFileImport
            // 
            tscFileImport.BottomToolStripPanelVisible = false;
            // 
            // tscFileImport.ContentPanel
            // 
            tscFileImport.ContentPanel.Controls.Add(tlpFileImport);
            resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel");
            resources.ApplyResources(tscFileImport, "tscFileImport");
            tscFileImport.LeftToolStripPanelVisible = false;
            tscFileImport.Name = "tscFileImport";
            tscFileImport.RightToolStripPanelVisible = false;
            // 
            // tscFileImport.TopToolStripPanel
            // 
            tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport);
            // 
            // tlpFileImport
            // 
            resources.ApplyResources(tlpFileImport, "tlpFileImport");
            tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0);
            tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0);
            tlpFileImport.Name = "tlpFileImport";
            // 
            // gbImportedTransactionList
            // 
            gbImportedTransactionList.Controls.Add(this.lbImportedTransactions);
            resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList");
            gbImportedTransactionList.Name = "gbImportedTransactionList";
            gbImportedTransactionList.TabStop = false;
            // 
            // lbImportedTransactions
            // 
            resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions");
            this.lbImportedTransactions.FormattingEnabled = true;
            this.lbImportedTransactions.Name = "lbImportedTransactions";
            this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged);
            // 
            // gbTransactionDetails
            // 
            gbTransactionDetails.Controls.Add(tlpDetails);
            resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails");
            gbTransactionDetails.Name = "gbTransactionDetails";
            gbTransactionDetails.TabStop = false;
            // 
            // tlpDetails
            // 
            resources.ApplyResources(tlpDetails, "tlpDetails");
            tlpDetails.Controls.Add(this.cbImport, 0, 0);
            tlpDetails.Controls.Add(lblDate, 0, 1);
            tlpDetails.Controls.Add(this.dtpDate, 0, 2);
            tlpDetails.Controls.Add(lblTitle, 0, 3);
            tlpDetails.Controls.Add(this.tbTitle, 0, 4);
            tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5);
            tlpDetails.Controls.Add(this.cbPlan, 0, 6);
            tlpDetails.Controls.Add(lblAccount, 0, 7);
            tlpDetails.Controls.Add(this.cbAccount, 0, 8);
            tlpDetails.Controls.Add(lblAmount, 0, 9);
            tlpDetails.Controls.Add(this.numAmount, 0, 10);
            tlpDetails.Controls.Add(this.lblCurrency, 2, 10);
            tlpDetails.Controls.Add(lblTags, 0, 11);
            tlpDetails.Controls.Add(this.ttbTags, 0, 12);
            tlpDetails.Name = "tlpDetails";
            // 
            // cbImport
            // 
            resources.ApplyResources(this.cbImport, "cbImport");
            tlpDetails.SetColumnSpan(this.cbImport, 3);
            this.cbImport.Name = "cbImport";
            this.cbImport.UseVisualStyleBackColor = true;
            // 
            // lblDate
            // 
            resources.ApplyResources(lblDate, "lblDate");
            tlpDetails.SetColumnSpan(lblDate, 3);
            lblDate.Name = "lblDate";
            // 
            // dtpDate
            // 
            tlpDetails.SetColumnSpan(this.dtpDate, 3);
            resources.ApplyResources(this.dtpDate, "dtpDate");
            this.dtpDate.Name = "dtpDate";
            // 
            // lblTitle
            // 
            resources.ApplyResources(lblTitle, "lblTitle");
            tlpDetails.SetColumnSpan(lblTitle, 3);
            lblTitle.Name = "lblTitle";
            // 
            // tbTitle
            // 
            this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            tlpDetails.SetColumnSpan(this.tbTitle, 3);
            resources.ApplyResources(this.tbTitle, "tbTitle");
            this.tbTitle.Name = "tbTitle";
            // 
            // cbImplementsPlan
            // 
            resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan");
            tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3);
            this.cbImplementsPlan.Name = "cbImplementsPlan";
            this.cbImplementsPlan.UseVisualStyleBackColor = true;
            // 
            // cbPlan
            // 
            tlpDetails.SetColumnSpan(this.cbPlan, 3);
            resources.ApplyResources(this.cbPlan, "cbPlan");
            this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbPlan.FormattingEnabled = true;
            this.cbPlan.Name = "cbPlan";
            // 
            // lblAccount
            // 
            resources.ApplyResources(lblAccount, "lblAccount");
            tlpDetails.SetColumnSpan(lblAccount, 3);
            lblAccount.Name = "lblAccount";
            // 
            // cbAccount
            // 
            tlpDetails.SetColumnSpan(this.cbAccount, 3);
            resources.ApplyResources(this.cbAccount, "cbAccount");
            this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAccount.FormattingEnabled = true;
            this.cbAccount.Name = "cbAccount";
            // 
            // lblAmount
            // 
            resources.ApplyResources(lblAmount, "lblAmount");
            tlpDetails.SetColumnSpan(lblAmount, 3);
            lblAmount.Name = "lblAmount";
            // 
            // numAmount
            // 
            tlpDetails.SetColumnSpan(this.numAmount, 2);
            this.numAmount.DecimalPlaces = 2;
            resources.ApplyResources(this.numAmount, "numAmount");
            this.numAmount.Maximum = new decimal(new int[] {
            1569325055,
            23283064,
            0,
            0});
            this.numAmount.Name = "numAmount";
            // 
            // lblCurrency
            // 
            resources.ApplyResources(this.lblCurrency, "lblCurrency");
            this.lblCurrency.Name = "lblCurrency";
            // 
            // lblTags
            // 
            resources.ApplyResources(lblTags, "lblTags");
            tlpDetails.SetColumnSpan(lblTags, 3);
            lblTags.Name = "lblTags";
            // 
            // ttbTags
            // 
            tlpDetails.SetColumnSpan(this.ttbTags, 3);
            resources.ApplyResources(this.ttbTags, "ttbTags");
            this.ttbTags.Name = "ttbTags";
            this.ttbTags.PopupOpened = false;
            this.ttbTags.ReadOnly = false;
            this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable<string>)(resources.GetObject("ttbTags.Tags")));
            // 
            // tsFileImport
            // 
            resources.ApplyResources(tsFileImport, "tsFileImport");
            tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbOpen,
            this.tsbClose,
            this.tsbImport});
            tsFileImport.Name = "tsFileImport";
            tsFileImport.Stretch = true;
            // 
            // tsbOpen
            // 
            this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page;
            resources.ApplyResources(this.tsbOpen, "tsbOpen");
            this.tsbOpen.Name = "tsbOpen";
            this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
            // 
            // tsbClose
            // 
            this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick;
            resources.ApplyResources(this.tsbClose, "tsbClose");
            this.tsbClose.Name = "tsbClose";
            this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
            // 
            // tsbImport
            // 
            this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
            resources.ApplyResources(this.tsbImport, "tsbImport");
            this.tsbImport.Name = "tsbImport";
            this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
            // 
            // fdFileOpen
            // 
            this.fdFileOpen.DefaultExt = "*.xml";
            resources.ApplyResources(this.fdFileOpen, "fdFileOpen");
            // 
            // FileImportForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tscFileImport);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "FileImportForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.FileImportForm_Load);
            tscFileImport.ContentPanel.ResumeLayout(false);
            tscFileImport.TopToolStripPanel.ResumeLayout(false);
            tscFileImport.TopToolStripPanel.PerformLayout();
            tscFileImport.ResumeLayout(false);
            tscFileImport.PerformLayout();
            tlpFileImport.ResumeLayout(false);
            gbImportedTransactionList.ResumeLayout(false);
            gbTransactionDetails.ResumeLayout(false);
            tlpDetails.ResumeLayout(false);
            tlpDetails.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
            tsFileImport.ResumeLayout(false);
            tsFileImport.PerformLayout();
            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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WordProcessor));
            this.mainMenu = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusBar = new System.Windows.Forms.StatusStrip();
            this.standardToolbar = new System.Windows.Forms.ToolStrip();
            this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.undoToolStripSplitButton = new System.Windows.Forms.ToolStripButton();
            this.redoToolStripSplitButton = new System.Windows.Forms.ToolStripButton();
            this.menuAndToolbarContainer = new System.Windows.Forms.ToolStripContainer();
            this.formattingToolbar = new System.Windows.Forms.ToolStrip();
            this.toolStripComboBoxFont = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripComboBoxFontSize = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonBold = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonItalic = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonUnderline = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonBullet = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonSetBackgroundColor = new System.Windows.Forms.ToolStripButton();
            this.openDocumentDialog = new System.Windows.Forms.OpenFileDialog();
            this.colorDialogEditorColor = new System.Windows.Forms.ColorDialog();
            this.toolStripButtonSetFontColor = new System.Windows.Forms.ToolStripButton();
            this.mainMenu.SuspendLayout();
            this.standardToolbar.SuspendLayout();
            this.menuAndToolbarContainer.TopToolStripPanel.SuspendLayout();
            this.menuAndToolbarContainer.SuspendLayout();
            this.formattingToolbar.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu
            // 
            this.mainMenu.Dock = System.Windows.Forms.DockStyle.None;
            this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.windowToolStripMenuItem});
            this.mainMenu.Location = new System.Drawing.Point(0, 0);
            this.mainMenu.MdiWindowListItem = this.windowToolStripMenuItem;
            this.mainMenu.Name = "mainMenu";
            this.mainMenu.Size = new System.Drawing.Size(792, 24);
            this.mainMenu.TabIndex = 1;
            this.mainMenu.Text = "Main menu";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripSeparator,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripSeparator1,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.toolStripSeparator2,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.newToolStripMenuItem.Text = "&New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.NewDocument);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.openToolStripMenuItem.Text = "&Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenDocument);
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            this.closeToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.closeToolStripMenuItem.Text = "&Close";
            this.closeToolStripMenuItem.Click += new System.EventHandler(this.CloseDocument);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(148, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.saveToolStripMenuItem.Text = "&Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveDocument);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveDocumentAs);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(148, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.printToolStripMenuItem.Text = "&Print";
            this.printToolStripMenuItem.Visible = false;
            this.printToolStripMenuItem.Click += new System.EventHandler(this.PrintDocument);
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            this.printPreviewToolStripMenuItem.Visible = false;
            this.printPreviewToolStripMenuItem.Click += new System.EventHandler(this.PrintPreviewDocument);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(148, 6);
            this.toolStripSeparator2.Visible = false;
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitApplication);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripSeparator3,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator4,
            this.selectAllToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.editToolStripMenuItem.Text = "&Edit";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Undo;
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.undoToolStripMenuItem.Text = "&Undo";
            this.undoToolStripMenuItem.Click += new System.EventHandler(this.UndoAction);
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Redo;
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.redoToolStripMenuItem.Text = "&Redo";
            this.redoToolStripMenuItem.Click += new System.EventHandler(this.RedoAction);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.cutToolStripMenuItem.Text = "Cu&t";
            this.cutToolStripMenuItem.Click += new System.EventHandler(this.CutText);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.CopyText);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.PasteText);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(164, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.selectAllToolStripMenuItem.Text = "Select &All";
            this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.SelectAllText);
            // 
            // windowToolStripMenuItem
            // 
            this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
            this.windowToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
            this.windowToolStripMenuItem.Text = "&Window";
            // 
            // statusBar
            // 
            this.statusBar.Location = new System.Drawing.Point(0, 444);
            this.statusBar.Name = "statusBar";
            this.statusBar.Size = new System.Drawing.Size(792, 22);
            this.statusBar.TabIndex = 3;
            this.statusBar.Text = "Status bar";
            // 
            // standardToolbar
            // 
            this.standardToolbar.Dock = System.Windows.Forms.DockStyle.None;
            this.standardToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.printToolStripButton,
            this.toolStripSeparator7,
            this.cutToolStripButton,
            this.copyToolStripButton,
            this.pasteToolStripButton,
            this.toolStripSeparator8,
            this.undoToolStripSplitButton,
            this.redoToolStripSplitButton});
            this.standardToolbar.Location = new System.Drawing.Point(0, 24);
            this.standardToolbar.Name = "standardToolbar";
            this.standardToolbar.Size = new System.Drawing.Size(792, 25);
            this.standardToolbar.Stretch = true;
            this.standardToolbar.TabIndex = 6;
            this.standardToolbar.Text = "Standard toolbar";
            // 
            // newToolStripButton
            // 
            this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
            this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripButton.Name = "newToolStripButton";
            this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.newToolStripButton.Text = "&New";
            this.newToolStripButton.Click += new System.EventHandler(this.NewDocument);
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "&Open";
            this.openToolStripButton.Click += new System.EventHandler(this.OpenDocument);
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "&Save";
            this.saveToolStripButton.Click += new System.EventHandler(this.SaveDocument);
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "&Print";
            this.printToolStripButton.Click += new System.EventHandler(this.PrintDocument);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // cutToolStripButton
            // 
            this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
            this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripButton.Name = "cutToolStripButton";
            this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.cutToolStripButton.Text = "C&ut";
            this.cutToolStripButton.Click += new System.EventHandler(this.CutText);
            // 
            // copyToolStripButton
            // 
            this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
            this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripButton.Name = "copyToolStripButton";
            this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.copyToolStripButton.Text = "&Copy";
            this.copyToolStripButton.Click += new System.EventHandler(this.CopyText);
            // 
            // pasteToolStripButton
            // 
            this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
            this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripButton.Name = "pasteToolStripButton";
            this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.pasteToolStripButton.Text = "&Paste";
            this.pasteToolStripButton.Click += new System.EventHandler(this.PasteText);
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
            // 
            // undoToolStripSplitButton
            // 
            this.undoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.undoToolStripSplitButton.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Undo;
            this.undoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.undoToolStripSplitButton.Name = "undoToolStripSplitButton";
            this.undoToolStripSplitButton.Size = new System.Drawing.Size(23, 22);
            this.undoToolStripSplitButton.Text = "Undo";
            this.undoToolStripSplitButton.MouseEnter += new System.EventHandler(this.UndoToolStripSplitButton_MouseEnter);
            this.undoToolStripSplitButton.Click += new System.EventHandler(this.UndoAction);
            // 
            // redoToolStripSplitButton
            // 
            this.redoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.redoToolStripSplitButton.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Redo;
            this.redoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.redoToolStripSplitButton.Name = "redoToolStripSplitButton";
            this.redoToolStripSplitButton.Size = new System.Drawing.Size(23, 22);
            this.redoToolStripSplitButton.Text = "Redo";
            this.redoToolStripSplitButton.MouseEnter += new System.EventHandler(this.RedoToolStripSplitButton_MouseEnter);
            this.redoToolStripSplitButton.Click += new System.EventHandler(this.RedoAction);
            // 
            // menuAndToolbarContainer
            // 
            this.menuAndToolbarContainer.BottomToolStripPanelVisible = false;
            // 
            // menuAndToolbarContainer.ContentPanel
            // 
            this.menuAndToolbarContainer.ContentPanel.Size = new System.Drawing.Size(792, 0);
            this.menuAndToolbarContainer.Dock = System.Windows.Forms.DockStyle.Top;
            this.menuAndToolbarContainer.LeftToolStripPanelVisible = false;
            this.menuAndToolbarContainer.Location = new System.Drawing.Point(0, 0);
            this.menuAndToolbarContainer.Name = "menuAndToolbarContainer";
            this.menuAndToolbarContainer.RightToolStripPanelVisible = false;
            this.menuAndToolbarContainer.Size = new System.Drawing.Size(792, 74);
            this.menuAndToolbarContainer.TabIndex = 7;
            this.menuAndToolbarContainer.Text = "toolStripContainer1";
            // 
            // menuAndToolbarContainer.TopToolStripPanel
            // 
            this.menuAndToolbarContainer.TopToolStripPanel.Controls.Add(this.mainMenu);
            this.menuAndToolbarContainer.TopToolStripPanel.Controls.Add(this.standardToolbar);
            this.menuAndToolbarContainer.TopToolStripPanel.Controls.Add(this.formattingToolbar);
            // 
            // formattingToolbar
            // 
            this.formattingToolbar.Dock = System.Windows.Forms.DockStyle.None;
            this.formattingToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripComboBoxFont,
            this.toolStripComboBoxFontSize,
            this.toolStripSeparator10,
            this.toolStripButtonBold,
            this.toolStripButtonItalic,
            this.toolStripButtonUnderline,
            this.toolStripSeparator6,
            this.toolStripButtonBullet,
            this.toolStripSeparator5,
            this.toolStripButtonSetFontColor,
            this.toolStripButtonSetBackgroundColor});
            this.formattingToolbar.Location = new System.Drawing.Point(0, 49);
            this.formattingToolbar.Name = "formattingToolbar";
            this.formattingToolbar.Size = new System.Drawing.Size(792, 25);
            this.formattingToolbar.Stretch = true;
            this.formattingToolbar.TabIndex = 9;
            this.formattingToolbar.Text = "Formatting toolbar";
            // 
            // toolStripComboBoxFont
            // 
            this.toolStripComboBoxFont.Name = "toolStripComboBoxFont";
            this.toolStripComboBoxFont.Size = new System.Drawing.Size(121, 25);
            this.toolStripComboBoxFont.Text = "Microsoft Sans Serif";
            this.toolStripComboBoxFont.SelectedIndexChanged += new System.EventHandler(this.ToolStripComboBoxFont_SelectedIndexChanged);
            // 
            // toolStripComboBoxFontSize
            // 
            this.toolStripComboBoxFontSize.Items.AddRange(new object[] {
            "8",
            "9",
            "10",
            "11",
            "12",
            "14",
            "16",
            "18",
            "20",
            "22",
            "24",
            "26",
            "28",
            "36",
            "48",
            "72"});
            this.toolStripComboBoxFontSize.Name = "toolStripComboBoxFontSize";
            this.toolStripComboBoxFontSize.Size = new System.Drawing.Size(75, 25);
            this.toolStripComboBoxFontSize.Text = "8.25";
            this.toolStripComboBoxFontSize.SelectedIndexChanged += new System.EventHandler(this.ToolStripComboBoxFontSize_SelectedIndexChanged);
            // 
            // toolStripSeparator10
            // 
            this.toolStripSeparator10.Name = "toolStripSeparator10";
            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonBold
            // 
            this.toolStripButtonBold.CheckOnClick = true;
            this.toolStripButtonBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBold.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Bold;
            this.toolStripButtonBold.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBold.Name = "toolStripButtonBold";
            this.toolStripButtonBold.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonBold.Text = "Bold";
            this.toolStripButtonBold.Click += new System.EventHandler(this.ToolStripButtonBold_Click);
            // 
            // toolStripButtonItalic
            // 
            this.toolStripButtonItalic.CheckOnClick = true;
            this.toolStripButtonItalic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonItalic.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Italic;
            this.toolStripButtonItalic.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonItalic.Name = "toolStripButtonItalic";
            this.toolStripButtonItalic.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonItalic.Text = "Italic";
            this.toolStripButtonItalic.Click += new System.EventHandler(this.ToolStripButtonItalic_Click);
            // 
            // toolStripButtonUnderline
            // 
            this.toolStripButtonUnderline.CheckOnClick = true;
            this.toolStripButtonUnderline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonUnderline.Image = global::IntermediateCSharp.Lesson09.Properties.Resources.Underline;
            this.toolStripButtonUnderline.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonUnderline.Name = "toolStripButtonUnderline";
            this.toolStripButtonUnderline.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonUnderline.Text = "Underlined";
            this.toolStripButtonUnderline.Click += new System.EventHandler(this.ToolStripButtonUnderline_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonBullet
            // 
            this.toolStripButtonBullet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonBullet.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonBullet.Image")));
            this.toolStripButtonBullet.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBullet.Name = "toolStripButtonBullet";
            this.toolStripButtonBullet.Size = new System.Drawing.Size(49, 22);
            this.toolStripButtonBullet.Text = "Bulleted";
            this.toolStripButtonBullet.Click += new System.EventHandler(this.ToolStripButtonBullet_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonSetBackgroundColor
            // 
            this.toolStripButtonSetBackgroundColor.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSetBackgroundColor.Image")));
            this.toolStripButtonSetBackgroundColor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSetBackgroundColor.Name = "toolStripButtonSetBackgroundColor";
            this.toolStripButtonSetBackgroundColor.Size = new System.Drawing.Size(128, 22);
            this.toolStripButtonSetBackgroundColor.Text = "Set background color";
            this.toolStripButtonSetBackgroundColor.Click += new System.EventHandler(this.ToolStripButtonSetBackgroundColor_Click);
            // 
            // openDocumentDialog
            // 
            this.openDocumentDialog.DefaultExt = "rtf";
            this.openDocumentDialog.Filter = "Rich Text Format (*.rtf)|*.rtf|Text Files (*.txt)|*.txt|Unicode Text Files (*.txt" +
                ")|*.txt";
            this.openDocumentDialog.Title = "Open document";
            // 
            // colorDialogEditorColor
            // 
            this.colorDialogEditorColor.AnyColor = true;
            this.colorDialogEditorColor.Color = System.Drawing.Color.White;
            this.colorDialogEditorColor.FullOpen = true;
            this.colorDialogEditorColor.ShowHelp = true;
            // 
            // toolStripButtonSetFontColor
            // 
            this.toolStripButtonSetFontColor.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSetFontColor.Image")));
            this.toolStripButtonSetFontColor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSetFontColor.Name = "toolStripButtonSetFontColor";
            this.toolStripButtonSetFontColor.Size = new System.Drawing.Size(92, 22);
            this.toolStripButtonSetFontColor.Text = "Set font color";
            this.toolStripButtonSetFontColor.Click += new System.EventHandler(this.ToolStripButtonSetFontColor_Click);
            // 
            // WordProcessorMainGui
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(792, 466);
            this.Controls.Add(this.menuAndToolbarContainer);
            this.Controls.Add(this.statusBar);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.mainMenu;
            this.Name = "WordProcessorMainGui";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Word Processor";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.OnWordProcessorLoad);
            this.mainMenu.ResumeLayout(false);
            this.mainMenu.PerformLayout();
            this.standardToolbar.ResumeLayout(false);
            this.standardToolbar.PerformLayout();
            this.menuAndToolbarContainer.TopToolStripPanel.ResumeLayout(false);
            this.menuAndToolbarContainer.TopToolStripPanel.PerformLayout();
            this.menuAndToolbarContainer.ResumeLayout(false);
            this.menuAndToolbarContainer.PerformLayout();
            this.formattingToolbar.ResumeLayout(false);
            this.formattingToolbar.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #46
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileNew = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileOpen = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileSave = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuFileShowChanges = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuFileStatistics = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileCheck = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuFilePrintWindowRotated = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFilePrintWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFilePrint = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuFileRecent = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator39 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuFileExit = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditUndo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditRepeat = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuEditRecall = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditOperationHistory = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuEditIdAllocations = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditAutoNumber = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuEditPreferences = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditAutoHighlight = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewOverview = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewZoomIn = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewZoomOut = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewZoomRectangle = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewDrawScale = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewMagnify = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewNewCentre = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewPan = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewRefresh = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuViewPrevious = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewNext = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuViewExtraThemes = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuViewAttributeStructure = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewPosition = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewPropertiesWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuViewToolbar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewFileToolbar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewEditToolbar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewViewToolbar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewPointToolbar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewStatusBar = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuData = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDataGetControl = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDataImportMap = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDataImportAttributes = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDataImportBackground = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuDataBackgroundDisplay = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDataAssociateMap = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuDataExportToAutoCad = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPoint = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPointNew = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPointAddOnLine = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPointConnectionPath = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPointSideshot = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPointUpdate = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuPointBulkUpdate = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuPointDefaultEntity = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuPointInverseCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLine = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineAddStraightLine = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineAddCircularArc = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineAddCircleConstructionLine = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineExtend = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineSubdivideLine = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineSubdivideLineOneDistance = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineParallel = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineUpdate = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLinePolygonBoundary = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLineTrimDangles = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuLineDefaultEntity = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuLineSubdividePolygon = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuText = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTextAddMiscellaneousText = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTextAddPolygonLabels = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTextMove = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTextMovePolygonPosition = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuTextDefaultRotationAngle = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIntersect = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIntersectTwoDirections = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIntersectTwoDistances = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIntersectTwoLines = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIntersectDirectionAndDistance = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIntersectDirectionAndLine = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelpTopics = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.mapScaleLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.positionLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.activeLayerStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.unitsStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.pointEntityStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.lineEntityStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.infoLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.vSplitContainer = new System.Windows.Forms.SplitContainer();
     this.hSplitContainer = new System.Windows.Forms.SplitContainer();
     this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     this.mapControl = new Backsight.Forms.MapControl();
     this.lineToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolLineAddStraightLine = new System.Windows.Forms.ToolStripButton();
     this.toolLineAddCircularArc = new System.Windows.Forms.ToolStripButton();
     this.toolLineSubdivideLine = new System.Windows.Forms.ToolStripButton();
     this.toolLineExtend = new System.Windows.Forms.ToolStripButton();
     this.toolLineSubdividePolygon = new System.Windows.Forms.ToolStripButton();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabPage0 = new System.Windows.Forms.TabPage();
     this.propertyDisplay = new Backsight.Editor.Forms.PropertyDisplayControl();
     this.textToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolTextAddPolygonLabels = new System.Windows.Forms.ToolStripButton();
     this.toolTextDefaultRotationAngle = new System.Windows.Forms.ToolStripButton();
     this.viewToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolViewOverview = new System.Windows.Forms.ToolStripButton();
     this.toolViewZoomIn = new System.Windows.Forms.ToolStripButton();
     this.toolViewZoomOut = new System.Windows.Forms.ToolStripButton();
     this.toolViewZoomRectangle = new System.Windows.Forms.ToolStripButton();
     this.toolViewDrawScale = new System.Windows.Forms.ToolStripButton();
     this.toolViewNewCenter = new System.Windows.Forms.ToolStripButton();
     this.toolViewPan = new System.Windows.Forms.ToolStripButton();
     this.pointToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolPointEnlarge = new System.Windows.Forms.ToolStripButton();
     this.toolPointReduce = new System.Windows.Forms.ToolStripButton();
     this.toolPointInverseCalculator = new System.Windows.Forms.ToolStripButton();
     this.toolPointSideshot = new System.Windows.Forms.ToolStripButton();
     this.toolPointConnectionPath = new System.Windows.Forms.ToolStripButton();
     this.editToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolEditDelete = new System.Windows.Forms.ToolStripButton();
     this.toolEditUndo = new System.Windows.Forms.ToolStripButton();
     this.fileToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolFileNew = new System.Windows.Forms.ToolStripButton();
     this.toolFileOpen = new System.Windows.Forms.ToolStripButton();
     this.toolFileSave = new System.Windows.Forms.ToolStripButton();
     this.toolFilePrint = new System.Windows.Forms.ToolStripButton();
     this.polygonMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.noSelectionContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxViewOverview = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewZoomIn = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewZoomOut = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewZoomRectangle = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewDrawScale = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewMagnify = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewNewCenter = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewPan = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewMapRefresh = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxViewPrevious = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxViewNext = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator24 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxPointNew = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxPointAddOnLine = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineAddStraightLine = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineAddCircularArc = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxTextAddPolygonLabels = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxTextAddMiscellaneousText = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator25 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxPointInverseCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator26 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxLineSubdividePolygon = new System.Windows.Forms.ToolStripMenuItem();
     this.multiSelectContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxMultiDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxMultiTrim = new System.Windows.Forms.ToolStripMenuItem();
     this.pointContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxPointSideshot = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxPointUpdate = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxPointDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator28 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxPointAddStraightLine = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxPointAddCircularArc = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator29 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxPointProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.lineContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxLineExtend = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineSubdivide = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineSubdivideOneDistance = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineParallel = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineUpdate = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLinePolygonBoundary = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxLineTrimDangle = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator30 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxLineProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.textContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxTextMove = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxTextMovePolygonPosition = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxTextDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator31 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxTextProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.newArcContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxNewArcSpecifyId = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator33 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxNewArcShortArc = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewArcLongArc = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator34 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxNewArcCancel = new System.Windows.Forms.ToolStripMenuItem();
     this.newLabelContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxNewLabelAutoPosition = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabelAutoAngle = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator36 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxNewLabel500 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabel200 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabel150 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabel100 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabel75 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabel50 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewLabel25 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator35 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxNewLabelFinish = new System.Windows.Forms.ToolStripMenuItem();
     this.newTextContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxNewTextHorizontal = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator38 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxNewText500 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewText200 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewText150 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewText100 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewText75 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewText50 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxNewText25 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator();
     this.ctxNewTextCancel = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vSplitContainer)).BeginInit();
     this.vSplitContainer.Panel1.SuspendLayout();
     this.vSplitContainer.Panel2.SuspendLayout();
     this.vSplitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hSplitContainer)).BeginInit();
     this.hSplitContainer.Panel1.SuspendLayout();
     this.hSplitContainer.Panel2.SuspendLayout();
     this.hSplitContainer.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.lineToolStrip.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.textToolStrip.SuspendLayout();
     this.viewToolStrip.SuspendLayout();
     this.pointToolStrip.SuspendLayout();
     this.editToolStrip.SuspendLayout();
     this.fileToolStrip.SuspendLayout();
     this.polygonMenuStrip.SuspendLayout();
     this.noSelectionContextMenu.SuspendLayout();
     this.multiSelectContextMenu.SuspendLayout();
     this.pointContextMenu.SuspendLayout();
     this.lineContextMenu.SuspendLayout();
     this.textContextMenu.SuspendLayout();
     this.newArcContextMenu.SuspendLayout();
     this.newLabelContextMenu.SuspendLayout();
     this.newTextContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuFile,
     this.editToolStripMenuItem,
     this.mnuView,
     this.mnuData,
     this.mnuPoint,
     this.mnuLine,
     this.mnuText,
     this.mnuIntersect,
     this.mnuHelp});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.Size = new System.Drawing.Size(1088, 24);
     this.mainMenuStrip.TabIndex = 0;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuFileNew,
     this.mnuFileOpen,
     this.mnuFileSave,
     this.toolStripSeparator3,
     this.mnuFileShowChanges,
     this.toolStripSeparator1,
     this.mnuFileStatistics,
     this.mnuFileCoordinateSystem,
     this.mnuFileCheck,
     this.toolStripSeparator4,
     this.mnuFilePrintWindowRotated,
     this.mnuFilePrintWindow,
     this.mnuFilePrint,
     this.toolStripSeparator6,
     this.mnuFileRecent,
     this.toolStripSeparator39,
     this.mnuFileExit});
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(35, 20);
     this.mnuFile.Text = "&File";
     //
     // mnuFileNew
     //
     this.mnuFileNew.Name = "mnuFileNew";
     this.mnuFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.mnuFileNew.Size = new System.Drawing.Size(193, 22);
     this.mnuFileNew.Text = "&New...";
     this.mnuFileNew.ToolTipText = "Create a new map";
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Name = "mnuFileOpen";
     this.mnuFileOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.mnuFileOpen.Size = new System.Drawing.Size(193, 22);
     this.mnuFileOpen.Text = "&Open...";
     this.mnuFileOpen.ToolTipText = "Open an existing map";
     //
     // mnuFileSave
     //
     this.mnuFileSave.Name = "mnuFileSave";
     this.mnuFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.mnuFileSave.Size = new System.Drawing.Size(193, 22);
     this.mnuFileSave.Text = "&Save";
     this.mnuFileSave.ToolTipText = "Save the current map";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(190, 6);
     //
     // mnuFileShowChanges
     //
     this.mnuFileShowChanges.Name = "mnuFileShowChanges";
     this.mnuFileShowChanges.Size = new System.Drawing.Size(193, 22);
     this.mnuFileShowChanges.Text = "Show &Changes...";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(190, 6);
     //
     // mnuFileStatistics
     //
     this.mnuFileStatistics.Name = "mnuFileStatistics";
     this.mnuFileStatistics.Size = new System.Drawing.Size(193, 22);
     this.mnuFileStatistics.Text = "S&tatistics...";
     this.mnuFileStatistics.ToolTipText = "List file statistics";
     //
     // mnuFileCoordinateSystem
     //
     this.mnuFileCoordinateSystem.Name = "mnuFileCoordinateSystem";
     this.mnuFileCoordinateSystem.Size = new System.Drawing.Size(193, 22);
     this.mnuFileCoordinateSystem.Text = "Coordinate S&ystem...";
     //
     // mnuFileCheck
     //
     this.mnuFileCheck.Name = "mnuFileCheck";
     this.mnuFileCheck.Size = new System.Drawing.Size(193, 22);
     this.mnuFileCheck.Text = "Chec&k...";
     this.mnuFileCheck.ToolTipText = "Check all polygons have labels & attributes";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(190, 6);
     //
     // mnuFilePrintWindowRotated
     //
     this.mnuFilePrintWindowRotated.Name = "mnuFilePrintWindowRotated";
     this.mnuFilePrintWindowRotated.Size = new System.Drawing.Size(193, 22);
     this.mnuFilePrintWindowRotated.Text = "Print Window (&Rotated)...";
     this.mnuFilePrintWindowRotated.ToolTipText = "Specify bearing for a rotated print job";
     //
     // mnuFilePrintWindow
     //
     this.mnuFilePrintWindow.Name = "mnuFilePrintWindow";
     this.mnuFilePrintWindow.Size = new System.Drawing.Size(193, 22);
     this.mnuFilePrintWindow.Text = "Print &Window";
     this.mnuFilePrintWindow.ToolTipText = "Specify rectangular area to print";
     //
     // mnuFilePrint
     //
     this.mnuFilePrint.Name = "mnuFilePrint";
     this.mnuFilePrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.mnuFilePrint.Size = new System.Drawing.Size(193, 22);
     this.mnuFilePrint.Text = "&Print...";
     this.mnuFilePrint.ToolTipText = "Print the map";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(190, 6);
     //
     // mnuFileRecent
     //
     this.mnuFileRecent.Name = "mnuFileRecent";
     this.mnuFileRecent.Size = new System.Drawing.Size(193, 22);
     this.mnuFileRecent.Text = "Recent Files";
     //
     // toolStripSeparator39
     //
     this.toolStripSeparator39.Name = "toolStripSeparator39";
     this.toolStripSeparator39.Size = new System.Drawing.Size(190, 6);
     //
     // mnuFileExit
     //
     this.mnuFileExit.Name = "mnuFileExit";
     this.mnuFileExit.Size = new System.Drawing.Size(193, 22);
     this.mnuFileExit.Text = "E&xit";
     this.mnuFileExit.ToolTipText = "Quit the application; prompts to save map";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuEditDelete,
     this.mnuEditUndo,
     this.mnuEditRepeat,
     this.toolStripSeparator7,
     this.mnuEditRecall,
     this.mnuEditOperationHistory,
     this.toolStripSeparator9,
     this.mnuEditIdAllocations,
     this.mnuEditAutoNumber,
     this.toolStripSeparator10,
     this.mnuEditPreferences,
     this.mnuEditAutoHighlight});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // mnuEditDelete
     //
     this.mnuEditDelete.Name = "mnuEditDelete";
     this.mnuEditDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.mnuEditDelete.Size = new System.Drawing.Size(164, 22);
     this.mnuEditDelete.Text = "&Delete";
     this.mnuEditDelete.ToolTipText = "Delete currently selected feature(s)";
     //
     // mnuEditUndo
     //
     this.mnuEditUndo.Name = "mnuEditUndo";
     this.mnuEditUndo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.mnuEditUndo.Size = new System.Drawing.Size(164, 22);
     this.mnuEditUndo.Text = "&Undo";
     this.mnuEditUndo.ToolTipText = "Undo the last action";
     //
     // mnuEditRepeat
     //
     this.mnuEditRepeat.Name = "mnuEditRepeat";
     this.mnuEditRepeat.ShortcutKeyDisplayString = "Enter";
     this.mnuEditRepeat.Size = new System.Drawing.Size(164, 22);
     this.mnuEditRepeat.Text = "&Repeat";
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(161, 6);
     //
     // mnuEditRecall
     //
     this.mnuEditRecall.Name = "mnuEditRecall";
     this.mnuEditRecall.ShortcutKeyDisplayString = "Alt+Enter";
     this.mnuEditRecall.Size = new System.Drawing.Size(164, 22);
     this.mnuEditRecall.Text = "Re&call";
     //
     // mnuEditOperationHistory
     //
     this.mnuEditOperationHistory.Name = "mnuEditOperationHistory";
     this.mnuEditOperationHistory.Size = new System.Drawing.Size(164, 22);
     this.mnuEditOperationHistory.Text = "&Operation History...";
     this.mnuEditOperationHistory.ToolTipText = "Display + Edit Previous Operations";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(161, 6);
     //
     // mnuEditIdAllocations
     //
     this.mnuEditIdAllocations.Name = "mnuEditIdAllocations";
     this.mnuEditIdAllocations.Size = new System.Drawing.Size(164, 22);
     this.mnuEditIdAllocations.Text = "&ID Allocations...";
     this.mnuEditIdAllocations.ToolTipText = "Allocate unique IDs for new features";
     //
     // mnuEditAutoNumber
     //
     this.mnuEditAutoNumber.Checked = true;
     this.mnuEditAutoNumber.CheckState = System.Windows.Forms.CheckState.Checked;
     this.mnuEditAutoNumber.Name = "mnuEditAutoNumber";
     this.mnuEditAutoNumber.Size = new System.Drawing.Size(164, 22);
     this.mnuEditAutoNumber.Text = "&Auto-Number";
     this.mnuEditAutoNumber.ToolTipText = "Toggle automatic point numbering";
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(161, 6);
     //
     // mnuEditPreferences
     //
     this.mnuEditPreferences.Name = "mnuEditPreferences";
     this.mnuEditPreferences.Size = new System.Drawing.Size(164, 22);
     this.mnuEditPreferences.Text = "Pre&ferences...";
     this.mnuEditPreferences.ToolTipText = "Set editing preferences";
     //
     // mnuEditAutoHighlight
     //
     this.mnuEditAutoHighlight.Name = "mnuEditAutoHighlight";
     this.mnuEditAutoHighlight.Size = new System.Drawing.Size(164, 22);
     this.mnuEditAutoHighlight.Text = "Auto-&Highlight";
     //
     // mnuView
     //
     this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuViewOverview,
     this.mnuViewZoomIn,
     this.mnuViewZoomOut,
     this.mnuViewZoomRectangle,
     this.mnuViewDrawScale,
     this.mnuViewMagnify,
     this.mnuViewNewCentre,
     this.mnuViewPan,
     this.mnuViewRefresh,
     this.toolStripSeparator2,
     this.mnuViewPrevious,
     this.mnuViewNext,
     this.toolStripSeparator11,
     this.mnuViewExtraThemes,
     this.toolStripSeparator12,
     this.mnuViewAttributeStructure,
     this.mnuViewPosition,
     this.mnuViewPropertiesWindow,
     this.toolStripSeparator13,
     this.mnuViewToolbar,
     this.mnuViewStatusBar});
     this.mnuView.Name = "mnuView";
     this.mnuView.Size = new System.Drawing.Size(42, 20);
     this.mnuView.Text = "&View";
     //
     // mnuViewOverview
     //
     this.mnuViewOverview.Name = "mnuViewOverview";
     this.mnuViewOverview.Size = new System.Drawing.Size(163, 22);
     this.mnuViewOverview.Text = "Over&view";
     this.mnuViewOverview.ToolTipText = "Draw the complete map";
     //
     // mnuViewZoomIn
     //
     this.mnuViewZoomIn.Name = "mnuViewZoomIn";
     this.mnuViewZoomIn.Size = new System.Drawing.Size(163, 22);
     this.mnuViewZoomIn.Text = "Zoom &In";
     this.mnuViewZoomIn.ToolTipText = "Redraw at magnified scale";
     //
     // mnuViewZoomOut
     //
     this.mnuViewZoomOut.Name = "mnuViewZoomOut";
     this.mnuViewZoomOut.Size = new System.Drawing.Size(163, 22);
     this.mnuViewZoomOut.Text = "Zoom &Out";
     this.mnuViewZoomOut.ToolTipText = "Redraw at smaller scale";
     //
     // mnuViewZoomRectangle
     //
     this.mnuViewZoomRectangle.Name = "mnuViewZoomRectangle";
     this.mnuViewZoomRectangle.Size = new System.Drawing.Size(163, 22);
     this.mnuViewZoomRectangle.Text = "Zoom &Rectangle";
     this.mnuViewZoomRectangle.ToolTipText = "Redraw by specifiying a rectangle";
     //
     // mnuViewDrawScale
     //
     this.mnuViewDrawScale.Name = "mnuViewDrawScale";
     this.mnuViewDrawScale.Size = new System.Drawing.Size(163, 22);
     this.mnuViewDrawScale.Text = "Draw Scal&e...";
     this.mnuViewDrawScale.ToolTipText = "Draw map at a specific scale";
     //
     // mnuViewMagnify
     //
     this.mnuViewMagnify.Name = "mnuViewMagnify";
     this.mnuViewMagnify.Size = new System.Drawing.Size(163, 22);
     this.mnuViewMagnify.Text = "&Magnify";
     this.mnuViewMagnify.ToolTipText = "Use magnified window to examine small details";
     //
     // mnuViewNewCentre
     //
     this.mnuViewNewCentre.Name = "mnuViewNewCentre";
     this.mnuViewNewCentre.Size = new System.Drawing.Size(163, 22);
     this.mnuViewNewCentre.Text = "New &Centre";
     this.mnuViewNewCentre.ToolTipText = "Point at new center for the draw";
     //
     // mnuViewPan
     //
     this.mnuViewPan.Name = "mnuViewPan";
     this.mnuViewPan.Size = new System.Drawing.Size(163, 22);
     this.mnuViewPan.Text = "Pa&n";
     this.mnuViewPan.ToolTipText = "Drag the map display";
     //
     // mnuViewRefresh
     //
     this.mnuViewRefresh.Name = "mnuViewRefresh";
     this.mnuViewRefresh.Size = new System.Drawing.Size(163, 22);
     this.mnuViewRefresh.Text = "Re&fresh";
     this.mnuViewRefresh.ToolTipText = "Refresh the current draw";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(160, 6);
     //
     // mnuViewPrevious
     //
     this.mnuViewPrevious.Name = "mnuViewPrevious";
     this.mnuViewPrevious.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Left)));
     this.mnuViewPrevious.Size = new System.Drawing.Size(163, 22);
     this.mnuViewPrevious.Text = "Previo&us";
     this.mnuViewPrevious.ToolTipText = "Draw the previous map extent";
     //
     // mnuViewNext
     //
     this.mnuViewNext.Name = "mnuViewNext";
     this.mnuViewNext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Right)));
     this.mnuViewNext.Size = new System.Drawing.Size(163, 22);
     this.mnuViewNext.Text = "Ne&xt";
     this.mnuViewNext.ToolTipText = "Undo the last View Previous command";
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(160, 6);
     //
     // mnuViewExtraThemes
     //
     this.mnuViewExtraThemes.Name = "mnuViewExtraThemes";
     this.mnuViewExtraThemes.Size = new System.Drawing.Size(163, 22);
     this.mnuViewExtraThemes.Text = "Extra The&mes...";
     this.mnuViewExtraThemes.ToolTipText = "Display themes in addition to the active theme";
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(160, 6);
     //
     // mnuViewAttributeStructure
     //
     this.mnuViewAttributeStructure.Name = "mnuViewAttributeStructure";
     this.mnuViewAttributeStructure.Size = new System.Drawing.Size(163, 22);
     this.mnuViewAttributeStructure.Text = "&Attribute Structure";
     this.mnuViewAttributeStructure.ToolTipText = "Display structure of map attributes";
     //
     // mnuViewPosition
     //
     this.mnuViewPosition.Name = "mnuViewPosition";
     this.mnuViewPosition.Size = new System.Drawing.Size(163, 22);
     this.mnuViewPosition.Text = "&Position";
     this.mnuViewPosition.ToolTipText = "Track position of mouse";
     //
     // mnuViewPropertiesWindow
     //
     this.mnuViewPropertiesWindow.Name = "mnuViewPropertiesWindow";
     this.mnuViewPropertiesWindow.Size = new System.Drawing.Size(163, 22);
     this.mnuViewPropertiesWindow.Text = "Propertie&s Window";
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(160, 6);
     //
     // mnuViewToolbar
     //
     this.mnuViewToolbar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuViewFileToolbar,
     this.mnuViewEditToolbar,
     this.mnuViewViewToolbar,
     this.mnuViewPointToolbar});
     this.mnuViewToolbar.Name = "mnuViewToolbar";
     this.mnuViewToolbar.Size = new System.Drawing.Size(163, 22);
     this.mnuViewToolbar.Text = "&Toolbar";
     this.mnuViewToolbar.ToolTipText = "Show or hide the toolbar";
     //
     // mnuViewFileToolbar
     //
     this.mnuViewFileToolbar.Name = "mnuViewFileToolbar";
     this.mnuViewFileToolbar.Size = new System.Drawing.Size(98, 22);
     this.mnuViewFileToolbar.Text = "File";
     //
     // mnuViewEditToolbar
     //
     this.mnuViewEditToolbar.Name = "mnuViewEditToolbar";
     this.mnuViewEditToolbar.Size = new System.Drawing.Size(98, 22);
     this.mnuViewEditToolbar.Text = "Edit";
     //
     // mnuViewViewToolbar
     //
     this.mnuViewViewToolbar.Name = "mnuViewViewToolbar";
     this.mnuViewViewToolbar.Size = new System.Drawing.Size(98, 22);
     this.mnuViewViewToolbar.Text = "View";
     //
     // mnuViewPointToolbar
     //
     this.mnuViewPointToolbar.Name = "mnuViewPointToolbar";
     this.mnuViewPointToolbar.Size = new System.Drawing.Size(98, 22);
     this.mnuViewPointToolbar.Text = "Point";
     //
     // mnuViewStatusBar
     //
     this.mnuViewStatusBar.Name = "mnuViewStatusBar";
     this.mnuViewStatusBar.Size = new System.Drawing.Size(163, 22);
     this.mnuViewStatusBar.Text = "Status &Bar";
     this.mnuViewStatusBar.ToolTipText = "Show or hide the status bar";
     //
     // mnuData
     //
     this.mnuData.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuDataGetControl,
     this.mnuDataImportMap,
     this.mnuDataImportAttributes,
     this.mnuDataImportBackground,
     this.toolStripSeparator14,
     this.mnuDataBackgroundDisplay,
     this.mnuDataAssociateMap,
     this.toolStripSeparator15,
     this.mnuDataExportToAutoCad});
     this.mnuData.Name = "mnuData";
     this.mnuData.Size = new System.Drawing.Size(42, 20);
     this.mnuData.Text = "&Data";
     //
     // mnuDataGetControl
     //
     this.mnuDataGetControl.Name = "mnuDataGetControl";
     this.mnuDataGetControl.Size = new System.Drawing.Size(178, 22);
     this.mnuDataGetControl.Text = "Get &Control...";
     this.mnuDataGetControl.ToolTipText = "Get control points from file";
     //
     // mnuDataImportMap
     //
     this.mnuDataImportMap.Name = "mnuDataImportMap";
     this.mnuDataImportMap.Size = new System.Drawing.Size(178, 22);
     this.mnuDataImportMap.Text = "&Import Map...";
     this.mnuDataImportMap.ToolTipText = "Load map to edit";
     //
     // mnuDataImportAttributes
     //
     this.mnuDataImportAttributes.Name = "mnuDataImportAttributes";
     this.mnuDataImportAttributes.Size = new System.Drawing.Size(178, 22);
     this.mnuDataImportAttributes.Text = "Import &Attributes...";
     this.mnuDataImportAttributes.ToolTipText = "Import Attributes for Existing Map Data";
     //
     // mnuDataImportBackground
     //
     this.mnuDataImportBackground.Name = "mnuDataImportBackground";
     this.mnuDataImportBackground.Size = new System.Drawing.Size(178, 22);
     this.mnuDataImportBackground.Text = "Import &Background";
     this.mnuDataImportBackground.ToolTipText = "Select data from background display";
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(175, 6);
     //
     // mnuDataBackgroundDisplay
     //
     this.mnuDataBackgroundDisplay.Name = "mnuDataBackgroundDisplay";
     this.mnuDataBackgroundDisplay.Size = new System.Drawing.Size(178, 22);
     this.mnuDataBackgroundDisplay.Text = "Backgroun&d Display...";
     this.mnuDataBackgroundDisplay.ToolTipText = "Add-Remove background maps";
     //
     // mnuDataAssociateMap
     //
     this.mnuDataAssociateMap.Name = "mnuDataAssociateMap";
     this.mnuDataAssociateMap.Size = new System.Drawing.Size(178, 22);
     this.mnuDataAssociateMap.Text = "A&ssociate Map...";
     this.mnuDataAssociateMap.ToolTipText = "Load outline of associated map";
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(175, 6);
     //
     // mnuDataExportToAutoCad
     //
     this.mnuDataExportToAutoCad.Name = "mnuDataExportToAutoCad";
     this.mnuDataExportToAutoCad.Size = new System.Drawing.Size(178, 22);
     this.mnuDataExportToAutoCad.Text = "&Export to AutoCad...";
     this.mnuDataExportToAutoCad.ToolTipText = "Export map to AutoCad";
     //
     // mnuPoint
     //
     this.mnuPoint.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuPointNew,
     this.mnuPointAddOnLine,
     this.mnuPointConnectionPath,
     this.mnuPointSideshot,
     this.mnuPointUpdate,
     this.toolStripSeparator16,
     this.mnuPointBulkUpdate,
     this.toolStripSeparator17,
     this.mnuPointDefaultEntity,
     this.toolStripSeparator18,
     this.mnuPointInverseCalculator});
     this.mnuPoint.Name = "mnuPoint";
     this.mnuPoint.Size = new System.Drawing.Size(43, 20);
     this.mnuPoint.Text = "&Point";
     //
     // mnuPointNew
     //
     this.mnuPointNew.Name = "mnuPointNew";
     this.mnuPointNew.Size = new System.Drawing.Size(205, 22);
     this.mnuPointNew.Text = "Add Point (key in positio&n)...";
     this.mnuPointNew.ToolTipText = "Create new defined point";
     //
     // mnuPointAddOnLine
     //
     this.mnuPointAddOnLine.Name = "mnuPointAddOnLine";
     this.mnuPointAddOnLine.Size = new System.Drawing.Size(205, 22);
     this.mnuPointAddOnLine.Text = "Add Point (on &Line)...";
     this.mnuPointAddOnLine.ToolTipText = "Add new point on line by pointing";
     //
     // mnuPointConnectionPath
     //
     this.mnuPointConnectionPath.Name = "mnuPointConnectionPath";
     this.mnuPointConnectionPath.Size = new System.Drawing.Size(205, 22);
     this.mnuPointConnectionPath.Text = "Connection P&ath...";
     this.mnuPointConnectionPath.ToolTipText = "Complex connection between 2 points";
     //
     // mnuPointSideshot
     //
     this.mnuPointSideshot.Name = "mnuPointSideshot";
     this.mnuPointSideshot.Size = new System.Drawing.Size(205, 22);
     this.mnuPointSideshot.Text = "&Sideshot...";
     this.mnuPointSideshot.ToolTipText = "Add a point using direction & distance";
     //
     // mnuPointUpdate
     //
     this.mnuPointUpdate.Name = "mnuPointUpdate";
     this.mnuPointUpdate.Size = new System.Drawing.Size(205, 22);
     this.mnuPointUpdate.Text = "&Update...";
     this.mnuPointUpdate.ToolTipText = "Update the operation that created a point";
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(202, 6);
     //
     // mnuPointBulkUpdate
     //
     this.mnuPointBulkUpdate.Name = "mnuPointBulkUpdate";
     this.mnuPointBulkUpdate.Size = new System.Drawing.Size(205, 22);
     this.mnuPointBulkUpdate.Text = "&Bulk Update...";
     this.mnuPointBulkUpdate.ToolTipText = "Update positions from file";
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(202, 6);
     //
     // mnuPointDefaultEntity
     //
     this.mnuPointDefaultEntity.Name = "mnuPointDefaultEntity";
     this.mnuPointDefaultEntity.Size = new System.Drawing.Size(205, 22);
     this.mnuPointDefaultEntity.Text = "Default &Entity...";
     this.mnuPointDefaultEntity.ToolTipText = "Specify default entity type for new points";
     this.mnuPointDefaultEntity.Click += new System.EventHandler(this.mnuPointDefaultEntity_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(202, 6);
     //
     // mnuPointInverseCalculator
     //
     this.mnuPointInverseCalculator.Name = "mnuPointInverseCalculator";
     this.mnuPointInverseCalculator.Size = new System.Drawing.Size(205, 22);
     this.mnuPointInverseCalculator.Text = "&Inverse Calculator...";
     this.mnuPointInverseCalculator.ToolTipText = "Calculate inverse quantities";
     //
     // mnuLine
     //
     this.mnuLine.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuLineAddStraightLine,
     this.mnuLineAddCircularArc,
     this.mnuLineAddCircleConstructionLine,
     this.mnuLineExtend,
     this.mnuLineSubdivideLine,
     this.mnuLineSubdivideLineOneDistance,
     this.mnuLineParallel,
     this.mnuLineUpdate,
     this.mnuLinePolygonBoundary,
     this.mnuLineTrimDangles,
     this.toolStripSeparator19,
     this.mnuLineDefaultEntity,
     this.toolStripSeparator20,
     this.mnuLineSubdividePolygon});
     this.mnuLine.Name = "mnuLine";
     this.mnuLine.Size = new System.Drawing.Size(39, 20);
     this.mnuLine.Text = "&Line";
     //
     // mnuLineAddStraightLine
     //
     this.mnuLineAddStraightLine.Name = "mnuLineAddStraightLine";
     this.mnuLineAddStraightLine.Size = new System.Drawing.Size(227, 22);
     this.mnuLineAddStraightLine.Text = "Add Straight &Line";
     this.mnuLineAddStraightLine.ToolTipText = "Create line between 2 points";
     //
     // mnuLineAddCircularArc
     //
     this.mnuLineAddCircularArc.Name = "mnuLineAddCircularArc";
     this.mnuLineAddCircularArc.Size = new System.Drawing.Size(227, 22);
     this.mnuLineAddCircularArc.Text = "Add Circular &Arc";
     this.mnuLineAddCircularArc.ToolTipText = "Create arc between 2 points on a circle";
     //
     // mnuLineAddCircleConstructionLine
     //
     this.mnuLineAddCircleConstructionLine.Name = "mnuLineAddCircleConstructionLine";
     this.mnuLineAddCircleConstructionLine.Size = new System.Drawing.Size(227, 22);
     this.mnuLineAddCircleConstructionLine.Text = "Add &Circle Construction Line...";
     this.mnuLineAddCircleConstructionLine.ToolTipText = "Add a new circle";
     //
     // mnuLineExtend
     //
     this.mnuLineExtend.Name = "mnuLineExtend";
     this.mnuLineExtend.Size = new System.Drawing.Size(227, 22);
     this.mnuLineExtend.Text = "E&xtend...";
     this.mnuLineExtend.ToolTipText = "Add a line extension using a distance";
     //
     // mnuLineSubdivideLine
     //
     this.mnuLineSubdivideLine.Name = "mnuLineSubdivideLine";
     this.mnuLineSubdivideLine.Size = new System.Drawing.Size(227, 22);
     this.mnuLineSubdivideLine.Text = "&Subdivide Line...";
     this.mnuLineSubdivideLine.ToolTipText = "Break a line into 2 or more pieces";
     //
     // mnuLineSubdivideLineOneDistance
     //
     this.mnuLineSubdivideLineOneDistance.Name = "mnuLineSubdivideLineOneDistance";
     this.mnuLineSubdivideLineOneDistance.Size = new System.Drawing.Size(227, 22);
     this.mnuLineSubdivideLineOneDistance.Text = "Subdivide Line (&One Distance)...";
     this.mnuLineSubdivideLineOneDistance.ToolTipText = "Break a line into 2 pieces";
     //
     // mnuLineParallel
     //
     this.mnuLineParallel.Name = "mnuLineParallel";
     this.mnuLineParallel.Size = new System.Drawing.Size(227, 22);
     this.mnuLineParallel.Text = "Pa&rallel...";
     this.mnuLineParallel.ToolTipText = "Generate a parallel line";
     //
     // mnuLineUpdate
     //
     this.mnuLineUpdate.Name = "mnuLineUpdate";
     this.mnuLineUpdate.Size = new System.Drawing.Size(227, 22);
     this.mnuLineUpdate.Text = "&Update...";
     this.mnuLineUpdate.ToolTipText = "Update the operation that created a line";
     //
     // mnuLinePolygonBoundary
     //
     this.mnuLinePolygonBoundary.Name = "mnuLinePolygonBoundary";
     this.mnuLinePolygonBoundary.Size = new System.Drawing.Size(227, 22);
     this.mnuLinePolygonBoundary.Text = "Polygon &Boundary";
     this.mnuLinePolygonBoundary.ToolTipText = "Toggle Polygon Boundary status";
     //
     // mnuLineTrimDangles
     //
     this.mnuLineTrimDangles.Name = "mnuLineTrimDangles";
     this.mnuLineTrimDangles.Size = new System.Drawing.Size(227, 22);
     this.mnuLineTrimDangles.Text = "&Trim Dangle(s)";
     this.mnuLineTrimDangles.ToolTipText = "Erase dangling portions of selected line(s)";
     //
     // toolStripSeparator19
     //
     this.toolStripSeparator19.Name = "toolStripSeparator19";
     this.toolStripSeparator19.Size = new System.Drawing.Size(224, 6);
     //
     // mnuLineDefaultEntity
     //
     this.mnuLineDefaultEntity.Name = "mnuLineDefaultEntity";
     this.mnuLineDefaultEntity.Size = new System.Drawing.Size(227, 22);
     this.mnuLineDefaultEntity.Text = "Default &Entity...";
     this.mnuLineDefaultEntity.ToolTipText = "Specify default entity type for new lines";
     //
     // toolStripSeparator20
     //
     this.toolStripSeparator20.Name = "toolStripSeparator20";
     this.toolStripSeparator20.Size = new System.Drawing.Size(224, 6);
     //
     // mnuLineSubdividePolygon
     //
     this.mnuLineSubdividePolygon.Name = "mnuLineSubdividePolygon";
     this.mnuLineSubdividePolygon.Size = new System.Drawing.Size(227, 22);
     this.mnuLineSubdividePolygon.Text = "Subdivide &Polygon";
     this.mnuLineSubdividePolygon.ToolTipText = "Automatically subdivide a polygon";
     //
     // mnuText
     //
     this.mnuText.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuTextAddMiscellaneousText,
     this.mnuTextAddPolygonLabels,
     this.mnuTextMove,
     this.mnuTextMovePolygonPosition,
     this.toolStripSeparator21,
     this.mnuTextDefaultRotationAngle});
     this.mnuText.Name = "mnuText";
     this.mnuText.Size = new System.Drawing.Size(40, 20);
     this.mnuText.Text = "&Text";
     //
     // mnuTextAddMiscellaneousText
     //
     this.mnuTextAddMiscellaneousText.Name = "mnuTextAddMiscellaneousText";
     this.mnuTextAddMiscellaneousText.Size = new System.Drawing.Size(235, 22);
     this.mnuTextAddMiscellaneousText.Text = "Add Miscellaneous &Text...";
     this.mnuTextAddMiscellaneousText.ToolTipText = "Add a miscellaneous item of text";
     //
     // mnuTextAddPolygonLabels
     //
     this.mnuTextAddPolygonLabels.Name = "mnuTextAddPolygonLabels";
     this.mnuTextAddPolygonLabels.Size = new System.Drawing.Size(235, 22);
     this.mnuTextAddPolygonLabels.Text = "Add Polygon La&bels...";
     this.mnuTextAddPolygonLabels.ToolTipText = "Add labels for unlabelled polygons";
     //
     // mnuTextMove
     //
     this.mnuTextMove.Name = "mnuTextMove";
     this.mnuTextMove.Size = new System.Drawing.Size(235, 22);
     this.mnuTextMove.Text = "&Move";
     this.mnuTextMove.ToolTipText = "Move the item of text";
     //
     // mnuTextMovePolygonPosition
     //
     this.mnuTextMovePolygonPosition.Name = "mnuTextMovePolygonPosition";
     this.mnuTextMovePolygonPosition.Size = new System.Drawing.Size(235, 22);
     this.mnuTextMovePolygonPosition.Text = "Move &Polygon Reference Position";
     this.mnuTextMovePolygonPosition.ToolTipText = "Move the position used to associate the label with enclosing polygon";
     //
     // toolStripSeparator21
     //
     this.toolStripSeparator21.Name = "toolStripSeparator21";
     this.toolStripSeparator21.Size = new System.Drawing.Size(232, 6);
     //
     // mnuTextDefaultRotationAngle
     //
     this.mnuTextDefaultRotationAngle.Name = "mnuTextDefaultRotationAngle";
     this.mnuTextDefaultRotationAngle.Size = new System.Drawing.Size(235, 22);
     this.mnuTextDefaultRotationAngle.Text = "Default &Rotation Angle";
     this.mnuTextDefaultRotationAngle.ToolTipText = "Define the orientation angle for labels through two pointings";
     //
     // mnuIntersect
     //
     this.mnuIntersect.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuIntersectTwoDirections,
     this.mnuIntersectTwoDistances,
     this.mnuIntersectTwoLines,
     this.mnuIntersectDirectionAndDistance,
     this.mnuIntersectDirectionAndLine});
     this.mnuIntersect.Name = "mnuIntersect";
     this.mnuIntersect.Size = new System.Drawing.Size(60, 20);
     this.mnuIntersect.Text = "&Intersect";
     //
     // mnuIntersectTwoDirections
     //
     this.mnuIntersectTwoDirections.Name = "mnuIntersectTwoDirections";
     this.mnuIntersectTwoDirections.Size = new System.Drawing.Size(191, 22);
     this.mnuIntersectTwoDirections.Text = "Two di&rections...";
     this.mnuIntersectTwoDirections.ToolTipText = "Create point using two directions";
     //
     // mnuIntersectTwoDistances
     //
     this.mnuIntersectTwoDistances.Name = "mnuIntersectTwoDistances";
     this.mnuIntersectTwoDistances.Size = new System.Drawing.Size(191, 22);
     this.mnuIntersectTwoDistances.Text = "Two di&stances...";
     this.mnuIntersectTwoDistances.ToolTipText = "Create point using two distances";
     //
     // mnuIntersectTwoLines
     //
     this.mnuIntersectTwoLines.Name = "mnuIntersectTwoLines";
     this.mnuIntersectTwoLines.Size = new System.Drawing.Size(191, 22);
     this.mnuIntersectTwoLines.Text = "Two &lines...";
     this.mnuIntersectTwoLines.ToolTipText = "Create point at intersection of two lines";
     //
     // mnuIntersectDirectionAndDistance
     //
     this.mnuIntersectDirectionAndDistance.Name = "mnuIntersectDirectionAndDistance";
     this.mnuIntersectDirectionAndDistance.Size = new System.Drawing.Size(191, 22);
     this.mnuIntersectDirectionAndDistance.Text = "Direction &and Distance...";
     this.mnuIntersectDirectionAndDistance.ToolTipText = "Create point using direction & distance";
     //
     // mnuIntersectDirectionAndLine
     //
     this.mnuIntersectDirectionAndLine.Name = "mnuIntersectDirectionAndLine";
     this.mnuIntersectDirectionAndLine.Size = new System.Drawing.Size(191, 22);
     this.mnuIntersectDirectionAndLine.Text = "Directio&n and Line...";
     this.mnuIntersectDirectionAndLine.ToolTipText = "Create point using direction & line";
     //
     // mnuHelp
     //
     this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuHelpTopics,
     this.toolStripSeparator22,
     this.mnuHelpAbout});
     this.mnuHelp.Name = "mnuHelp";
     this.mnuHelp.Size = new System.Drawing.Size(41, 20);
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpTopics
     //
     this.mnuHelpTopics.Name = "mnuHelpTopics";
     this.mnuHelpTopics.Size = new System.Drawing.Size(206, 22);
     this.mnuHelpTopics.Text = "&Help Topics";
     this.mnuHelpTopics.ToolTipText = "List Help topics";
     //
     // toolStripSeparator22
     //
     this.toolStripSeparator22.Name = "toolStripSeparator22";
     this.toolStripSeparator22.Size = new System.Drawing.Size(203, 6);
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Name = "mnuHelpAbout";
     this.mnuHelpAbout.Size = new System.Drawing.Size(206, 22);
     this.mnuHelpAbout.Text = "&About the Cadastral Editor...";
     this.mnuHelpAbout.ToolTipText = "Display program information, version number and copyright";
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mapScaleLabel,
     this.positionLabel,
     this.activeLayerStatusLabel,
     this.unitsStatusLabel,
     this.pointEntityStatusLabel,
     this.lineEntityStatusLabel,
     this.infoLabel});
     this.statusStrip.Location = new System.Drawing.Point(0, 697);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.Size = new System.Drawing.Size(1088, 22);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text = "statusStrip1";
     //
     // mapScaleLabel
     //
     this.mapScaleLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.mapScaleLabel.Name = "mapScaleLabel";
     this.mapScaleLabel.Size = new System.Drawing.Size(26, 17);
     this.mapScaleLabel.Text = "1:1";
     //
     // positionLabel
     //
     this.positionLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.positionLabel.Name = "positionLabel";
     this.positionLabel.Size = new System.Drawing.Size(44, 17);
     this.positionLabel.Text = "0N, 0E";
     this.positionLabel.Visible = false;
     //
     // activeLayerStatusLabel
     //
     this.activeLayerStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.activeLayerStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.activeLayerStatusLabel.Name = "activeLayerStatusLabel";
     this.activeLayerStatusLabel.Size = new System.Drawing.Size(82, 17);
     this.activeLayerStatusLabel.Text = "No active layer";
     //
     // unitsStatusLabel
     //
     this.unitsStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.unitsStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.unitsStatusLabel.Name = "unitsStatusLabel";
     this.unitsStatusLabel.Size = new System.Drawing.Size(72, 17);
     this.unitsStatusLabel.Text = "Default Units";
     //
     // pointEntityStatusLabel
     //
     this.pointEntityStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.pointEntityStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.pointEntityStatusLabel.Name = "pointEntityStatusLabel";
     this.pointEntityStatusLabel.Size = new System.Drawing.Size(94, 17);
     this.pointEntityStatusLabel.Text = "Default point type";
     //
     // lineEntityStatusLabel
     //
     this.lineEntityStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.lineEntityStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.lineEntityStatusLabel.Name = "lineEntityStatusLabel";
     this.lineEntityStatusLabel.Size = new System.Drawing.Size(87, 17);
     this.lineEntityStatusLabel.Text = "Default line type";
     //
     // infoLabel
     //
     this.infoLabel.Name = "infoLabel";
     this.infoLabel.Size = new System.Drawing.Size(54, 17);
     this.infoLabel.Text = "Loading...";
     this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // vSplitContainer
     //
     this.vSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.vSplitContainer.Location = new System.Drawing.Point(0, 24);
     this.vSplitContainer.Name = "vSplitContainer";
     //
     // vSplitContainer.Panel1
     //
     this.vSplitContainer.Panel1.Controls.Add(this.hSplitContainer);
     //
     // vSplitContainer.Panel2
     //
     this.vSplitContainer.Panel2.Controls.Add(this.propertyDisplay);
     this.vSplitContainer.Size = new System.Drawing.Size(1088, 673);
     this.vSplitContainer.SplitterDistance = 744;
     this.vSplitContainer.TabIndex = 3;
     //
     // hSplitContainer
     //
     this.hSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.hSplitContainer.Location = new System.Drawing.Point(0, 0);
     this.hSplitContainer.Name = "hSplitContainer";
     this.hSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // hSplitContainer.Panel1
     //
     this.hSplitContainer.Panel1.Controls.Add(this.toolStripContainer);
     //
     // hSplitContainer.Panel2
     //
     this.hSplitContainer.Panel2.Controls.Add(this.tabControl);
     this.hSplitContainer.Size = new System.Drawing.Size(744, 673);
     this.hSplitContainer.SplitterDistance = 477;
     this.hSplitContainer.TabIndex = 0;
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.Controls.Add(this.mapControl);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(744, 438);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name = "toolStripContainer";
     this.toolStripContainer.Size = new System.Drawing.Size(744, 477);
     this.toolStripContainer.TabIndex = 3;
     this.toolStripContainer.Text = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.BackColor = System.Drawing.Color.LightGray;
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.lineToolStrip);
     //
     // mapControl
     //
     this.mapControl.AutoScroll = true;
     this.mapControl.AutoScrollMinSize = new System.Drawing.Size(300, 300);
     this.mapControl.BackColor = System.Drawing.Color.White;
     this.mapControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mapControl.Center = null;
     this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl.Location = new System.Drawing.Point(0, 0);
     this.mapControl.MapScale = double.NaN;
     this.mapControl.Name = "mapControl";
     this.mapControl.Size = new System.Drawing.Size(744, 438);
     this.mapControl.TabIndex = 2;
     //
     // lineToolStrip
     //
     this.lineToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.lineToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolLineAddStraightLine,
     this.toolLineAddCircularArc,
     this.toolLineSubdivideLine,
     this.toolLineExtend,
     this.toolLineSubdividePolygon});
     this.lineToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.lineToolStrip.Location = new System.Drawing.Point(3, 0);
     this.lineToolStrip.Name = "lineToolStrip";
     this.lineToolStrip.Size = new System.Drawing.Size(181, 39);
     this.lineToolStrip.TabIndex = 5;
     //
     // toolLineAddStraightLine
     //
     this.toolLineAddStraightLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolLineAddStraightLine.Image = global::Backsight.Editor.Properties.Resources.NewLine;
     this.toolLineAddStraightLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolLineAddStraightLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolLineAddStraightLine.Name = "toolLineAddStraightLine";
     this.toolLineAddStraightLine.Size = new System.Drawing.Size(36, 36);
     //
     // toolLineAddCircularArc
     //
     this.toolLineAddCircularArc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolLineAddCircularArc.Image = global::Backsight.Editor.Properties.Resources.NewCircularArc;
     this.toolLineAddCircularArc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolLineAddCircularArc.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolLineAddCircularArc.Name = "toolLineAddCircularArc";
     this.toolLineAddCircularArc.Size = new System.Drawing.Size(36, 36);
     //
     // toolLineSubdivideLine
     //
     this.toolLineSubdivideLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolLineSubdivideLine.Image = global::Backsight.Editor.Properties.Resources.SubdivideLine;
     this.toolLineSubdivideLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolLineSubdivideLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolLineSubdivideLine.Name = "toolLineSubdivideLine";
     this.toolLineSubdivideLine.Size = new System.Drawing.Size(36, 36);
     //
     // toolLineExtend
     //
     this.toolLineExtend.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolLineExtend.Image = global::Backsight.Editor.Properties.Resources.ExtendLine;
     this.toolLineExtend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolLineExtend.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolLineExtend.Name = "toolLineExtend";
     this.toolLineExtend.Size = new System.Drawing.Size(36, 36);
     //
     // toolLineSubdividePolygon
     //
     this.toolLineSubdividePolygon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolLineSubdividePolygon.Image = global::Backsight.Editor.Properties.Resources.SubdividePolygon;
     this.toolLineSubdividePolygon.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolLineSubdividePolygon.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolLineSubdividePolygon.Name = "toolLineSubdividePolygon";
     this.toolLineSubdividePolygon.Size = new System.Drawing.Size(36, 36);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPage0);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(0, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(744, 192);
     this.tabControl.TabIndex = 0;
     //
     // tabPage0
     //
     this.tabPage0.Location = new System.Drawing.Point(4, 22);
     this.tabPage0.Margin = new System.Windows.Forms.Padding(0);
     this.tabPage0.Name = "tabPage0";
     this.tabPage0.Size = new System.Drawing.Size(736, 166);
     this.tabPage0.TabIndex = 0;
     this.tabPage0.Text = "Command";
     this.tabPage0.UseVisualStyleBackColor = true;
     //
     // propertyDisplay
     //
     this.propertyDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyDisplay.Location = new System.Drawing.Point(0, 0);
     this.propertyDisplay.Name = "propertyDisplay";
     this.propertyDisplay.Size = new System.Drawing.Size(340, 673);
     this.propertyDisplay.TabIndex = 0;
     this.propertyDisplay.ControlClosed += new Backsight.Editor.Forms.OnControlClosed(this.propertyDisplay_ControlClosed);
     //
     // textToolStrip
     //
     this.textToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.textToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolTextAddPolygonLabels,
     this.toolTextDefaultRotationAngle});
     this.textToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.textToolStrip.Location = new System.Drawing.Point(652, 24);
     this.textToolStrip.Name = "textToolStrip";
     this.textToolStrip.Size = new System.Drawing.Size(73, 39);
     this.textToolStrip.TabIndex = 6;
     //
     // toolTextAddPolygonLabels
     //
     this.toolTextAddPolygonLabels.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolTextAddPolygonLabels.Image = global::Backsight.Editor.Properties.Resources.NewLabel;
     this.toolTextAddPolygonLabels.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolTextAddPolygonLabels.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolTextAddPolygonLabels.Name = "toolTextAddPolygonLabels";
     this.toolTextAddPolygonLabels.Size = new System.Drawing.Size(36, 36);
     //
     // toolTextDefaultRotationAngle
     //
     this.toolTextDefaultRotationAngle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolTextDefaultRotationAngle.Image = global::Backsight.Editor.Properties.Resources.SetLabelRotation;
     this.toolTextDefaultRotationAngle.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolTextDefaultRotationAngle.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolTextDefaultRotationAngle.Name = "toolTextDefaultRotationAngle";
     this.toolTextDefaultRotationAngle.Size = new System.Drawing.Size(36, 36);
     //
     // viewToolStrip
     //
     this.viewToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.viewToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.viewToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolViewOverview,
     this.toolViewZoomIn,
     this.toolViewZoomOut,
     this.toolViewZoomRectangle,
     this.toolViewDrawScale,
     this.toolViewNewCenter,
     this.toolViewPan});
     this.viewToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.viewToolStrip.Location = new System.Drawing.Point(218, 24);
     this.viewToolStrip.Name = "viewToolStrip";
     this.viewToolStrip.Size = new System.Drawing.Size(253, 39);
     this.viewToolStrip.TabIndex = 3;
     //
     // toolViewOverview
     //
     this.toolViewOverview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewOverview.Image = global::Backsight.Editor.Properties.Resources.Overview;
     this.toolViewOverview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewOverview.Name = "toolViewOverview";
     this.toolViewOverview.Size = new System.Drawing.Size(36, 36);
     //
     // toolViewZoomIn
     //
     this.toolViewZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewZoomIn.Image = global::Backsight.Editor.Properties.Resources.ZoomIn;
     this.toolViewZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewZoomIn.Name = "toolViewZoomIn";
     this.toolViewZoomIn.Size = new System.Drawing.Size(36, 36);
     //
     // toolViewZoomOut
     //
     this.toolViewZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewZoomOut.Image = global::Backsight.Editor.Properties.Resources.ZoomOut;
     this.toolViewZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewZoomOut.Name = "toolViewZoomOut";
     this.toolViewZoomOut.Size = new System.Drawing.Size(36, 36);
     //
     // toolViewZoomRectangle
     //
     this.toolViewZoomRectangle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewZoomRectangle.Image = global::Backsight.Editor.Properties.Resources.ZoomRectangle;
     this.toolViewZoomRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewZoomRectangle.Name = "toolViewZoomRectangle";
     this.toolViewZoomRectangle.Size = new System.Drawing.Size(36, 36);
     //
     // toolViewDrawScale
     //
     this.toolViewDrawScale.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewDrawScale.Image = global::Backsight.Editor.Properties.Resources.DrawScale;
     this.toolViewDrawScale.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewDrawScale.Name = "toolViewDrawScale";
     this.toolViewDrawScale.Size = new System.Drawing.Size(36, 36);
     //
     // toolViewNewCenter
     //
     this.toolViewNewCenter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewNewCenter.Image = global::Backsight.Editor.Properties.Resources.NewCenter;
     this.toolViewNewCenter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewNewCenter.Name = "toolViewNewCenter";
     this.toolViewNewCenter.Size = new System.Drawing.Size(36, 36);
     //
     // toolViewPan
     //
     this.toolViewPan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolViewPan.Image = global::Backsight.Editor.Properties.Resources.RedCar;
     this.toolViewPan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolViewPan.Name = "toolViewPan";
     this.toolViewPan.Size = new System.Drawing.Size(36, 36);
     //
     // pointToolStrip
     //
     this.pointToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.pointToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.pointToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolPointEnlarge,
     this.toolPointReduce,
     this.toolPointInverseCalculator,
     this.toolPointSideshot,
     this.toolPointConnectionPath});
     this.pointToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.pointToolStrip.Location = new System.Drawing.Point(471, 24);
     this.pointToolStrip.Name = "pointToolStrip";
     this.pointToolStrip.Size = new System.Drawing.Size(181, 39);
     this.pointToolStrip.TabIndex = 4;
     //
     // toolPointEnlarge
     //
     this.toolPointEnlarge.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolPointEnlarge.Image = global::Backsight.Editor.Properties.Resources.EnlargePoints;
     this.toolPointEnlarge.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPointEnlarge.Name = "toolPointEnlarge";
     this.toolPointEnlarge.Size = new System.Drawing.Size(36, 36);
     this.toolPointEnlarge.Text = "Enlarge point size";
     //
     // toolPointReduce
     //
     this.toolPointReduce.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolPointReduce.Image = global::Backsight.Editor.Properties.Resources.ReducePoints;
     this.toolPointReduce.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPointReduce.Name = "toolPointReduce";
     this.toolPointReduce.Size = new System.Drawing.Size(36, 36);
     this.toolPointReduce.Text = "Reduce point size";
     //
     // toolPointInverseCalculator
     //
     this.toolPointInverseCalculator.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolPointInverseCalculator.Image = global::Backsight.Editor.Properties.Resources.InverseCalculator;
     this.toolPointInverseCalculator.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPointInverseCalculator.Name = "toolPointInverseCalculator";
     this.toolPointInverseCalculator.Size = new System.Drawing.Size(36, 36);
     //
     // toolPointSideshot
     //
     this.toolPointSideshot.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolPointSideshot.Image = global::Backsight.Editor.Properties.Resources.Sideshot;
     this.toolPointSideshot.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPointSideshot.Name = "toolPointSideshot";
     this.toolPointSideshot.Size = new System.Drawing.Size(36, 36);
     //
     // toolPointConnectionPath
     //
     this.toolPointConnectionPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolPointConnectionPath.Image = global::Backsight.Editor.Properties.Resources.ConnectionPath;
     this.toolPointConnectionPath.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPointConnectionPath.Name = "toolPointConnectionPath";
     this.toolPointConnectionPath.Size = new System.Drawing.Size(36, 36);
     //
     // editToolStrip
     //
     this.editToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.editToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolEditDelete,
     this.toolEditUndo});
     this.editToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.editToolStrip.Location = new System.Drawing.Point(145, 24);
     this.editToolStrip.Name = "editToolStrip";
     this.editToolStrip.Size = new System.Drawing.Size(73, 39);
     this.editToolStrip.TabIndex = 2;
     //
     // toolEditDelete
     //
     this.toolEditDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolEditDelete.Image = global::Backsight.Editor.Properties.Resources.Scissors;
     this.toolEditDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolEditDelete.Name = "toolEditDelete";
     this.toolEditDelete.Size = new System.Drawing.Size(36, 36);
     //
     // toolEditUndo
     //
     this.toolEditUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolEditUndo.Image = global::Backsight.Editor.Properties.Resources.Undo;
     this.toolEditUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolEditUndo.Name = "toolEditUndo";
     this.toolEditUndo.Size = new System.Drawing.Size(36, 36);
     //
     // fileToolStrip
     //
     this.fileToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.fileToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.fileToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolFileNew,
     this.toolFileOpen,
     this.toolFileSave,
     this.toolFilePrint});
     this.fileToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.fileToolStrip.Location = new System.Drawing.Point(0, 24);
     this.fileToolStrip.Name = "fileToolStrip";
     this.fileToolStrip.Size = new System.Drawing.Size(145, 39);
     this.fileToolStrip.TabIndex = 1;
     //
     // toolFileNew
     //
     this.toolFileNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolFileNew.Image = global::Backsight.Editor.Properties.Resources.FileNew;
     this.toolFileNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolFileNew.Name = "toolFileNew";
     this.toolFileNew.Size = new System.Drawing.Size(36, 36);
     //
     // toolFileOpen
     //
     this.toolFileOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolFileOpen.Image = global::Backsight.Editor.Properties.Resources.FileOpen;
     this.toolFileOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolFileOpen.Name = "toolFileOpen";
     this.toolFileOpen.Size = new System.Drawing.Size(36, 36);
     //
     // toolFileSave
     //
     this.toolFileSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolFileSave.Image = global::Backsight.Editor.Properties.Resources.FileSave;
     this.toolFileSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolFileSave.Name = "toolFileSave";
     this.toolFileSave.Size = new System.Drawing.Size(36, 36);
     //
     // toolFilePrint
     //
     this.toolFilePrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolFilePrint.Image = global::Backsight.Editor.Properties.Resources.FilePrint;
     this.toolFilePrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolFilePrint.Name = "toolFilePrint";
     this.toolFilePrint.Size = new System.Drawing.Size(36, 36);
     //
     // polygonMenuStrip
     //
     this.polygonMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.toolStripMenuItem2});
     this.polygonMenuStrip.Name = "polygonMenuStrip";
     this.polygonMenuStrip.Size = new System.Drawing.Size(131, 48);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 22);
     this.toolStripMenuItem1.Text = "Command 1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem3,
     this.toolStripMenuItem4});
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 22);
     this.toolStripMenuItem2.Text = "Command 2";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(87, 22);
     this.toolStripMenuItem3.Text = "2A";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(87, 22);
     this.toolStripMenuItem4.Text = "2B";
     //
     // noSelectionContextMenu
     //
     this.noSelectionContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxViewOverview,
     this.ctxViewZoomIn,
     this.ctxViewZoomOut,
     this.ctxViewZoomRectangle,
     this.ctxViewDrawScale,
     this.ctxViewMagnify,
     this.ctxViewNewCenter,
     this.ctxViewPan,
     this.ctxViewMapRefresh,
     this.toolStripSeparator23,
     this.ctxViewPrevious,
     this.ctxViewNext,
     this.toolStripSeparator24,
     this.ctxPointNew,
     this.ctxPointAddOnLine,
     this.ctxLineAddStraightLine,
     this.ctxLineAddCircularArc,
     this.ctxTextAddPolygonLabels,
     this.ctxTextAddMiscellaneousText,
     this.toolStripSeparator25,
     this.ctxPointInverseCalculator,
     this.toolStripSeparator26,
     this.ctxLineSubdividePolygon});
     this.noSelectionContextMenu.Name = "noSelectionContextMenu";
     this.noSelectionContextMenu.ShowImageMargin = false;
     this.noSelectionContextMenu.Size = new System.Drawing.Size(181, 446);
     //
     // ctxViewOverview
     //
     this.ctxViewOverview.Name = "ctxViewOverview";
     this.ctxViewOverview.Size = new System.Drawing.Size(180, 22);
     this.ctxViewOverview.Text = "Overview";
     //
     // ctxViewZoomIn
     //
     this.ctxViewZoomIn.Name = "ctxViewZoomIn";
     this.ctxViewZoomIn.Size = new System.Drawing.Size(180, 22);
     this.ctxViewZoomIn.Text = "Zoom In";
     //
     // ctxViewZoomOut
     //
     this.ctxViewZoomOut.Name = "ctxViewZoomOut";
     this.ctxViewZoomOut.Size = new System.Drawing.Size(180, 22);
     this.ctxViewZoomOut.Text = "Zoom Out";
     //
     // ctxViewZoomRectangle
     //
     this.ctxViewZoomRectangle.Name = "ctxViewZoomRectangle";
     this.ctxViewZoomRectangle.Size = new System.Drawing.Size(180, 22);
     this.ctxViewZoomRectangle.Text = "Zoom Rectangle";
     //
     // ctxViewDrawScale
     //
     this.ctxViewDrawScale.Name = "ctxViewDrawScale";
     this.ctxViewDrawScale.Size = new System.Drawing.Size(180, 22);
     this.ctxViewDrawScale.Text = "Draw Scale...";
     //
     // ctxViewMagnify
     //
     this.ctxViewMagnify.Name = "ctxViewMagnify";
     this.ctxViewMagnify.Size = new System.Drawing.Size(180, 22);
     this.ctxViewMagnify.Text = "Magnify";
     //
     // ctxViewNewCenter
     //
     this.ctxViewNewCenter.Name = "ctxViewNewCenter";
     this.ctxViewNewCenter.Size = new System.Drawing.Size(180, 22);
     this.ctxViewNewCenter.Text = "New Center";
     //
     // ctxViewPan
     //
     this.ctxViewPan.Name = "ctxViewPan";
     this.ctxViewPan.Size = new System.Drawing.Size(180, 22);
     this.ctxViewPan.Text = "Pan";
     //
     // ctxViewMapRefresh
     //
     this.ctxViewMapRefresh.Name = "ctxViewMapRefresh";
     this.ctxViewMapRefresh.Size = new System.Drawing.Size(180, 22);
     this.ctxViewMapRefresh.Text = "Refresh";
     //
     // toolStripSeparator23
     //
     this.toolStripSeparator23.Name = "toolStripSeparator23";
     this.toolStripSeparator23.Size = new System.Drawing.Size(177, 6);
     //
     // ctxViewPrevious
     //
     this.ctxViewPrevious.Name = "ctxViewPrevious";
     this.ctxViewPrevious.Size = new System.Drawing.Size(180, 22);
     this.ctxViewPrevious.Text = "Previous";
     //
     // ctxViewNext
     //
     this.ctxViewNext.Name = "ctxViewNext";
     this.ctxViewNext.Size = new System.Drawing.Size(180, 22);
     this.ctxViewNext.Text = "Next";
     //
     // toolStripSeparator24
     //
     this.toolStripSeparator24.Name = "toolStripSeparator24";
     this.toolStripSeparator24.Size = new System.Drawing.Size(177, 6);
     //
     // ctxPointNew
     //
     this.ctxPointNew.Name = "ctxPointNew";
     this.ctxPointNew.Size = new System.Drawing.Size(180, 22);
     this.ctxPointNew.Text = "Add Point (key in position)...";
     //
     // ctxPointAddOnLine
     //
     this.ctxPointAddOnLine.Name = "ctxPointAddOnLine";
     this.ctxPointAddOnLine.Size = new System.Drawing.Size(180, 22);
     this.ctxPointAddOnLine.Text = "Add Point (on line)...";
     //
     // ctxLineAddStraightLine
     //
     this.ctxLineAddStraightLine.Name = "ctxLineAddStraightLine";
     this.ctxLineAddStraightLine.Size = new System.Drawing.Size(180, 22);
     this.ctxLineAddStraightLine.Text = "Add Straight Line";
     //
     // ctxLineAddCircularArc
     //
     this.ctxLineAddCircularArc.Name = "ctxLineAddCircularArc";
     this.ctxLineAddCircularArc.Size = new System.Drawing.Size(180, 22);
     this.ctxLineAddCircularArc.Text = "Add Circular Arc";
     //
     // ctxTextAddPolygonLabels
     //
     this.ctxTextAddPolygonLabels.Name = "ctxTextAddPolygonLabels";
     this.ctxTextAddPolygonLabels.Size = new System.Drawing.Size(180, 22);
     this.ctxTextAddPolygonLabels.Text = "Add Polygon Labels...";
     //
     // ctxTextAddMiscellaneousText
     //
     this.ctxTextAddMiscellaneousText.Name = "ctxTextAddMiscellaneousText";
     this.ctxTextAddMiscellaneousText.Size = new System.Drawing.Size(180, 22);
     this.ctxTextAddMiscellaneousText.Text = "Add Miscellaneous Text...";
     //
     // toolStripSeparator25
     //
     this.toolStripSeparator25.Name = "toolStripSeparator25";
     this.toolStripSeparator25.Size = new System.Drawing.Size(177, 6);
     //
     // ctxPointInverseCalculator
     //
     this.ctxPointInverseCalculator.Name = "ctxPointInverseCalculator";
     this.ctxPointInverseCalculator.Size = new System.Drawing.Size(180, 22);
     this.ctxPointInverseCalculator.Text = "Inverse Calculator";
     //
     // toolStripSeparator26
     //
     this.toolStripSeparator26.Name = "toolStripSeparator26";
     this.toolStripSeparator26.Size = new System.Drawing.Size(177, 6);
     //
     // ctxLineSubdividePolygon
     //
     this.ctxLineSubdividePolygon.Name = "ctxLineSubdividePolygon";
     this.ctxLineSubdividePolygon.Size = new System.Drawing.Size(180, 22);
     this.ctxLineSubdividePolygon.Text = "Subdivide Polygon";
     //
     // multiSelectContextMenu
     //
     this.multiSelectContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxMultiDelete,
     this.ctxMultiTrim});
     this.multiSelectContextMenu.Name = "multiSelectContextMenu";
     this.multiSelectContextMenu.ShowImageMargin = false;
     this.multiSelectContextMenu.Size = new System.Drawing.Size(112, 48);
     //
     // ctxMultiDelete
     //
     this.ctxMultiDelete.Name = "ctxMultiDelete";
     this.ctxMultiDelete.Size = new System.Drawing.Size(111, 22);
     this.ctxMultiDelete.Text = "Delete";
     //
     // ctxMultiTrim
     //
     this.ctxMultiTrim.Name = "ctxMultiTrim";
     this.ctxMultiTrim.Size = new System.Drawing.Size(111, 22);
     this.ctxMultiTrim.Text = "Trim Dangles";
     //
     // pointContextMenu
     //
     this.pointContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxPointSideshot,
     this.ctxPointUpdate,
     this.ctxPointDelete,
     this.toolStripSeparator28,
     this.ctxPointAddStraightLine,
     this.ctxPointAddCircularArc,
     this.toolStripSeparator29,
     this.ctxPointProperties});
     this.pointContextMenu.Name = "pointContextMenu";
     this.pointContextMenu.ShowImageMargin = false;
     this.pointContextMenu.Size = new System.Drawing.Size(131, 148);
     //
     // ctxPointSideshot
     //
     this.ctxPointSideshot.Name = "ctxPointSideshot";
     this.ctxPointSideshot.Size = new System.Drawing.Size(130, 22);
     this.ctxPointSideshot.Text = "Sideshot...";
     //
     // ctxPointUpdate
     //
     this.ctxPointUpdate.Name = "ctxPointUpdate";
     this.ctxPointUpdate.Size = new System.Drawing.Size(130, 22);
     this.ctxPointUpdate.Text = "Update...";
     //
     // ctxPointDelete
     //
     this.ctxPointDelete.Name = "ctxPointDelete";
     this.ctxPointDelete.Size = new System.Drawing.Size(130, 22);
     this.ctxPointDelete.Text = "Delete";
     //
     // toolStripSeparator28
     //
     this.toolStripSeparator28.Name = "toolStripSeparator28";
     this.toolStripSeparator28.Size = new System.Drawing.Size(127, 6);
     //
     // ctxPointAddStraightLine
     //
     this.ctxPointAddStraightLine.Name = "ctxPointAddStraightLine";
     this.ctxPointAddStraightLine.Size = new System.Drawing.Size(130, 22);
     this.ctxPointAddStraightLine.Text = "Add Straight Line";
     //
     // ctxPointAddCircularArc
     //
     this.ctxPointAddCircularArc.Name = "ctxPointAddCircularArc";
     this.ctxPointAddCircularArc.Size = new System.Drawing.Size(130, 22);
     this.ctxPointAddCircularArc.Text = "Add Circular Arc";
     //
     // toolStripSeparator29
     //
     this.toolStripSeparator29.Name = "toolStripSeparator29";
     this.toolStripSeparator29.Size = new System.Drawing.Size(127, 6);
     //
     // ctxPointProperties
     //
     this.ctxPointProperties.Name = "ctxPointProperties";
     this.ctxPointProperties.Size = new System.Drawing.Size(130, 22);
     this.ctxPointProperties.Text = "Properties";
     //
     // lineContextMenu
     //
     this.lineContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxLineExtend,
     this.ctxLineSubdivide,
     this.ctxLineSubdivideOneDistance,
     this.ctxLineParallel,
     this.ctxLineUpdate,
     this.ctxLinePolygonBoundary,
     this.ctxLineDelete,
     this.ctxLineTrimDangle,
     this.toolStripSeparator30,
     this.ctxLineProperties});
     this.lineContextMenu.Name = "lineContextMenu";
     this.lineContextMenu.ShowCheckMargin = true;
     this.lineContextMenu.ShowImageMargin = false;
     this.lineContextMenu.Size = new System.Drawing.Size(205, 208);
     //
     // ctxLineExtend
     //
     this.ctxLineExtend.Name = "ctxLineExtend";
     this.ctxLineExtend.Size = new System.Drawing.Size(204, 22);
     this.ctxLineExtend.Text = "Extend...";
     //
     // ctxLineSubdivide
     //
     this.ctxLineSubdivide.Name = "ctxLineSubdivide";
     this.ctxLineSubdivide.Size = new System.Drawing.Size(204, 22);
     this.ctxLineSubdivide.Text = "Subdivide...";
     //
     // ctxLineSubdivideOneDistance
     //
     this.ctxLineSubdivideOneDistance.Name = "ctxLineSubdivideOneDistance";
     this.ctxLineSubdivideOneDistance.Size = new System.Drawing.Size(204, 22);
     this.ctxLineSubdivideOneDistance.Text = "Subdivide (One Distance)...";
     //
     // ctxLineParallel
     //
     this.ctxLineParallel.Name = "ctxLineParallel";
     this.ctxLineParallel.Size = new System.Drawing.Size(204, 22);
     this.ctxLineParallel.Text = "Parallel...";
     //
     // ctxLineUpdate
     //
     this.ctxLineUpdate.Name = "ctxLineUpdate";
     this.ctxLineUpdate.Size = new System.Drawing.Size(204, 22);
     this.ctxLineUpdate.Text = "Update...";
     //
     // ctxLinePolygonBoundary
     //
     this.ctxLinePolygonBoundary.Name = "ctxLinePolygonBoundary";
     this.ctxLinePolygonBoundary.Size = new System.Drawing.Size(204, 22);
     this.ctxLinePolygonBoundary.Text = "Polygon Boundary";
     //
     // ctxLineDelete
     //
     this.ctxLineDelete.Name = "ctxLineDelete";
     this.ctxLineDelete.Size = new System.Drawing.Size(204, 22);
     this.ctxLineDelete.Text = "Delete";
     //
     // ctxLineTrimDangle
     //
     this.ctxLineTrimDangle.Name = "ctxLineTrimDangle";
     this.ctxLineTrimDangle.Size = new System.Drawing.Size(204, 22);
     this.ctxLineTrimDangle.Text = "Trim Dangle";
     //
     // toolStripSeparator30
     //
     this.toolStripSeparator30.Name = "toolStripSeparator30";
     this.toolStripSeparator30.Size = new System.Drawing.Size(201, 6);
     //
     // ctxLineProperties
     //
     this.ctxLineProperties.Name = "ctxLineProperties";
     this.ctxLineProperties.Size = new System.Drawing.Size(204, 22);
     this.ctxLineProperties.Text = "Properties";
     //
     // textContextMenu
     //
     this.textContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxTextMove,
     this.ctxTextMovePolygonPosition,
     this.ctxTextDelete,
     this.toolStripSeparator31,
     this.ctxTextProperties});
     this.textContextMenu.Name = "textContextMenu";
     this.textContextMenu.ShowImageMargin = false;
     this.textContextMenu.Size = new System.Drawing.Size(211, 98);
     //
     // ctxTextMove
     //
     this.ctxTextMove.Name = "ctxTextMove";
     this.ctxTextMove.Size = new System.Drawing.Size(210, 22);
     this.ctxTextMove.Text = "Move";
     //
     // ctxTextMovePolygonPosition
     //
     this.ctxTextMovePolygonPosition.Name = "ctxTextMovePolygonPosition";
     this.ctxTextMovePolygonPosition.Size = new System.Drawing.Size(210, 22);
     this.ctxTextMovePolygonPosition.Text = "Move Polygon Reference Position";
     //
     // ctxTextDelete
     //
     this.ctxTextDelete.Name = "ctxTextDelete";
     this.ctxTextDelete.Size = new System.Drawing.Size(210, 22);
     this.ctxTextDelete.Text = "Delete";
     //
     // toolStripSeparator31
     //
     this.toolStripSeparator31.Name = "toolStripSeparator31";
     this.toolStripSeparator31.Size = new System.Drawing.Size(207, 6);
     //
     // ctxTextProperties
     //
     this.ctxTextProperties.Name = "ctxTextProperties";
     this.ctxTextProperties.Size = new System.Drawing.Size(210, 22);
     this.ctxTextProperties.Text = "Properties";
     //
     // newArcContextMenu
     //
     this.newArcContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxNewArcSpecifyId,
     this.toolStripSeparator33,
     this.ctxNewArcShortArc,
     this.ctxNewArcLongArc,
     this.toolStripSeparator34,
     this.ctxNewArcCancel});
     this.newArcContextMenu.Name = "newArcContextMenu";
     this.newArcContextMenu.ShowImageMargin = false;
     this.newArcContextMenu.Size = new System.Drawing.Size(108, 104);
     //
     // ctxNewArcSpecifyId
     //
     this.ctxNewArcSpecifyId.Name = "ctxNewArcSpecifyId";
     this.ctxNewArcSpecifyId.Size = new System.Drawing.Size(107, 22);
     this.ctxNewArcSpecifyId.Text = "Specify ID...";
     //
     // toolStripSeparator33
     //
     this.toolStripSeparator33.Name = "toolStripSeparator33";
     this.toolStripSeparator33.Size = new System.Drawing.Size(104, 6);
     //
     // ctxNewArcShortArc
     //
     this.ctxNewArcShortArc.Name = "ctxNewArcShortArc";
     this.ctxNewArcShortArc.Size = new System.Drawing.Size(107, 22);
     this.ctxNewArcShortArc.Text = "Short arc";
     //
     // ctxNewArcLongArc
     //
     this.ctxNewArcLongArc.Name = "ctxNewArcLongArc";
     this.ctxNewArcLongArc.Size = new System.Drawing.Size(107, 22);
     this.ctxNewArcLongArc.Text = "Long arc";
     //
     // toolStripSeparator34
     //
     this.toolStripSeparator34.Name = "toolStripSeparator34";
     this.toolStripSeparator34.Size = new System.Drawing.Size(104, 6);
     //
     // ctxNewArcCancel
     //
     this.ctxNewArcCancel.Name = "ctxNewArcCancel";
     this.ctxNewArcCancel.Size = new System.Drawing.Size(107, 22);
     this.ctxNewArcCancel.Text = "Cancel";
     //
     // newLabelContextMenu
     //
     this.newLabelContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxNewLabelAutoPosition,
     this.ctxNewLabelAutoAngle,
     this.toolStripSeparator36,
     this.ctxNewLabel500,
     this.ctxNewLabel200,
     this.ctxNewLabel150,
     this.ctxNewLabel100,
     this.ctxNewLabel75,
     this.ctxNewLabel50,
     this.ctxNewLabel25,
     this.toolStripSeparator35,
     this.ctxNewLabelFinish});
     this.newLabelContextMenu.Name = "newLabelContextMenu";
     this.newLabelContextMenu.ShowCheckMargin = true;
     this.newLabelContextMenu.ShowImageMargin = false;
     this.newLabelContextMenu.Size = new System.Drawing.Size(184, 236);
     //
     // ctxNewLabelAutoPosition
     //
     this.ctxNewLabelAutoPosition.Name = "ctxNewLabelAutoPosition";
     this.ctxNewLabelAutoPosition.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabelAutoPosition.Text = "Auto-Position";
     //
     // ctxNewLabelAutoAngle
     //
     this.ctxNewLabelAutoAngle.Name = "ctxNewLabelAutoAngle";
     this.ctxNewLabelAutoAngle.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabelAutoAngle.Text = "Auto-Angle";
     //
     // toolStripSeparator36
     //
     this.toolStripSeparator36.Name = "toolStripSeparator36";
     this.toolStripSeparator36.Size = new System.Drawing.Size(180, 6);
     //
     // ctxNewLabel500
     //
     this.ctxNewLabel500.Name = "ctxNewLabel500";
     this.ctxNewLabel500.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel500.Text = "500%";
     //
     // ctxNewLabel200
     //
     this.ctxNewLabel200.Name = "ctxNewLabel200";
     this.ctxNewLabel200.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel200.Text = "200%";
     //
     // ctxNewLabel150
     //
     this.ctxNewLabel150.Name = "ctxNewLabel150";
     this.ctxNewLabel150.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel150.Text = "150%";
     //
     // ctxNewLabel100
     //
     this.ctxNewLabel100.Name = "ctxNewLabel100";
     this.ctxNewLabel100.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel100.Text = "100%";
     //
     // ctxNewLabel75
     //
     this.ctxNewLabel75.Name = "ctxNewLabel75";
     this.ctxNewLabel75.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel75.Text = "75%";
     //
     // ctxNewLabel50
     //
     this.ctxNewLabel50.Name = "ctxNewLabel50";
     this.ctxNewLabel50.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel50.Text = "50%";
     //
     // ctxNewLabel25
     //
     this.ctxNewLabel25.Name = "ctxNewLabel25";
     this.ctxNewLabel25.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabel25.Text = "25%";
     //
     // toolStripSeparator35
     //
     this.toolStripSeparator35.Name = "toolStripSeparator35";
     this.toolStripSeparator35.Size = new System.Drawing.Size(180, 6);
     //
     // ctxNewLabelFinish
     //
     this.ctxNewLabelFinish.Name = "ctxNewLabelFinish";
     this.ctxNewLabelFinish.Size = new System.Drawing.Size(183, 22);
     this.ctxNewLabelFinish.Text = "Finished Adding Labels";
     //
     // newTextContextMenu
     //
     this.newTextContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxNewTextHorizontal,
     this.toolStripSeparator38,
     this.ctxNewText500,
     this.ctxNewText200,
     this.ctxNewText150,
     this.ctxNewText100,
     this.ctxNewText75,
     this.ctxNewText50,
     this.ctxNewText25,
     this.toolStripSeparator37,
     this.ctxNewTextCancel});
     this.newTextContextMenu.Name = "newTextContextMenu";
     this.newTextContextMenu.ShowCheckMargin = true;
     this.newTextContextMenu.ShowImageMargin = false;
     this.newTextContextMenu.Size = new System.Drawing.Size(122, 214);
     //
     // ctxNewTextHorizontal
     //
     this.ctxNewTextHorizontal.Name = "ctxNewTextHorizontal";
     this.ctxNewTextHorizontal.Size = new System.Drawing.Size(121, 22);
     this.ctxNewTextHorizontal.Text = "Horizontal";
     //
     // toolStripSeparator38
     //
     this.toolStripSeparator38.Name = "toolStripSeparator38";
     this.toolStripSeparator38.Size = new System.Drawing.Size(118, 6);
     //
     // ctxNewText500
     //
     this.ctxNewText500.Name = "ctxNewText500";
     this.ctxNewText500.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText500.Text = "500%";
     //
     // ctxNewText200
     //
     this.ctxNewText200.Name = "ctxNewText200";
     this.ctxNewText200.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText200.Text = "200%";
     //
     // ctxNewText150
     //
     this.ctxNewText150.Name = "ctxNewText150";
     this.ctxNewText150.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText150.Text = "150%";
     //
     // ctxNewText100
     //
     this.ctxNewText100.Name = "ctxNewText100";
     this.ctxNewText100.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText100.Text = "100%";
     //
     // ctxNewText75
     //
     this.ctxNewText75.Name = "ctxNewText75";
     this.ctxNewText75.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText75.Text = "75%";
     //
     // ctxNewText50
     //
     this.ctxNewText50.Name = "ctxNewText50";
     this.ctxNewText50.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText50.Text = "50%";
     //
     // ctxNewText25
     //
     this.ctxNewText25.Name = "ctxNewText25";
     this.ctxNewText25.Size = new System.Drawing.Size(121, 22);
     this.ctxNewText25.Text = "25%";
     //
     // toolStripSeparator37
     //
     this.toolStripSeparator37.Name = "toolStripSeparator37";
     this.toolStripSeparator37.Size = new System.Drawing.Size(118, 6);
     //
     // ctxNewTextCancel
     //
     this.ctxNewTextCancel.Name = "ctxNewTextCancel";
     this.ctxNewTextCancel.Size = new System.Drawing.Size(121, 22);
     this.ctxNewTextCancel.Text = "Cancel";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1088, 719);
     this.Controls.Add(this.textToolStrip);
     this.Controls.Add(this.editToolStrip);
     this.Controls.Add(this.pointToolStrip);
     this.Controls.Add(this.fileToolStrip);
     this.Controls.Add(this.viewToolStrip);
     this.Controls.Add(this.vSplitContainer);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.mainMenuStrip);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "MainForm";
     this.Text = "Map Title";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Shown += new System.EventHandler(this.MainForm_Shown);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.vSplitContainer.Panel1.ResumeLayout(false);
     this.vSplitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vSplitContainer)).EndInit();
     this.vSplitContainer.ResumeLayout(false);
     this.hSplitContainer.Panel1.ResumeLayout(false);
     this.hSplitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.hSplitContainer)).EndInit();
     this.hSplitContainer.ResumeLayout(false);
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.lineToolStrip.ResumeLayout(false);
     this.lineToolStrip.PerformLayout();
     this.tabControl.ResumeLayout(false);
     this.textToolStrip.ResumeLayout(false);
     this.textToolStrip.PerformLayout();
     this.viewToolStrip.ResumeLayout(false);
     this.viewToolStrip.PerformLayout();
     this.pointToolStrip.ResumeLayout(false);
     this.pointToolStrip.PerformLayout();
     this.editToolStrip.ResumeLayout(false);
     this.editToolStrip.PerformLayout();
     this.fileToolStrip.ResumeLayout(false);
     this.fileToolStrip.PerformLayout();
     this.polygonMenuStrip.ResumeLayout(false);
     this.noSelectionContextMenu.ResumeLayout(false);
     this.multiSelectContextMenu.ResumeLayout(false);
     this.pointContextMenu.ResumeLayout(false);
     this.lineContextMenu.ResumeLayout(false);
     this.textContextMenu.ResumeLayout(false);
     this.newArcContextMenu.ResumeLayout(false);
     this.newLabelContextMenu.ResumeLayout(false);
     this.newTextContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #47
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.scrollpanel = new System.Windows.Forms.Panel();
     this.workingpanel = new System.Windows.Forms.Panel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripCreate = new System.Windows.Forms.ToolStripButton();
     this.toolStripLoad = new System.Windows.Forms.ToolStripButton();
     this.toolStripText = new System.Windows.Forms.ToolStripButton();
     this.toolStripScreen = new System.Windows.Forms.ToolStripButton();
     this.toolStripPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripPagesBox = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripBackground = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripOthers = new System.Windows.Forms.ToolStripDropDownButton();
     this.上書き保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.終了ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.印刷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.ページサイズ変更ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.x1080ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.x2160ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.x4320ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ページの並べ替えToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.ワードパッドToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ワードの起動ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.メモ帳の起動ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.データフォルダToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.未使用のBoxデータを削除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.このページの参照ウインドウToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripPageSize = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripHelpButton1 = new System.Windows.Forms.ToolStripButton();
     this.別のブックを開くToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.scrollpanel.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.scrollpanel);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1417, 383);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(1417, 408);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // scrollpanel
     //
     this.scrollpanel.AutoScroll = true;
     this.scrollpanel.Controls.Add(this.workingpanel);
     this.scrollpanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.scrollpanel.Location = new System.Drawing.Point(0, 0);
     this.scrollpanel.Name = "scrollpanel";
     this.scrollpanel.Size = new System.Drawing.Size(1417, 383);
     this.scrollpanel.TabIndex = 1;
     //
     // workingpanel
     //
     this.workingpanel.AutoScroll = true;
     this.workingpanel.Location = new System.Drawing.Point(12, 11);
     this.workingpanel.Name = "workingpanel";
     this.workingpanel.Size = new System.Drawing.Size(4000, 4000);
     this.workingpanel.TabIndex = 0;
     this.workingpanel.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripCreate,
     this.toolStripLoad,
     this.toolStripText,
     this.toolStripScreen,
     this.toolStripPage,
     this.toolStripPagesBox,
     this.toolStripBackground,
     this.toolStripLabel1,
     this.toolStripOthers,
     this.toolStripPageSize,
     this.toolStripHelpButton1});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(790, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripCreate
     //
     this.toolStripCreate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripCreate.Image")));
     this.toolStripCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripCreate.Name = "toolStripCreate";
     this.toolStripCreate.Size = new System.Drawing.Size(88, 22);
     this.toolStripCreate.Text = "Bookの作成";
     this.toolStripCreate.Click += new System.EventHandler(this.toolStripBook_Click);
     //
     // toolStripLoad
     //
     this.toolStripLoad.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLoad.Image")));
     this.toolStripLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLoad.Name = "toolStripLoad";
     this.toolStripLoad.Size = new System.Drawing.Size(82, 22);
     this.toolStripLoad.Text = "Bookを開く";
     this.toolStripLoad.Click += new System.EventHandler(this.toolStripLoad_Click);
     //
     // toolStripText
     //
     this.toolStripText.Image = ((System.Drawing.Image)(resources.GetObject("toolStripText.Image")));
     this.toolStripText.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripText.Name = "toolStripText";
     this.toolStripText.Size = new System.Drawing.Size(98, 22);
     this.toolStripText.Text = "テキスト枠追加";
     this.toolStripText.Click += new System.EventHandler(this.toolStripText_Click);
     //
     // toolStripScreen
     //
     this.toolStripScreen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripScreen.Image")));
     this.toolStripScreen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripScreen.Name = "toolStripScreen";
     this.toolStripScreen.Size = new System.Drawing.Size(103, 22);
     this.toolStripScreen.Text = "スクリーンショット";
     this.toolStripScreen.Click += new System.EventHandler(this.toolStripScreen_Click);
     //
     // toolStripPage
     //
     this.toolStripPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripPage.Image")));
     this.toolStripPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripPage.Name = "toolStripPage";
     this.toolStripPage.Size = new System.Drawing.Size(79, 22);
     this.toolStripPage.Text = "ページ追加";
     this.toolStripPage.Click += new System.EventHandler(this.toolStripPage_Click);
     //
     // toolStripPagesBox
     //
     this.toolStripPagesBox.Image = ((System.Drawing.Image)(resources.GetObject("toolStripPagesBox.Image")));
     this.toolStripPagesBox.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripPagesBox.Name = "toolStripPagesBox";
     this.toolStripPagesBox.Size = new System.Drawing.Size(29, 22);
     this.toolStripPagesBox.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripPagesBox_DropDownItemClicked);
     //
     // toolStripBackground
     //
     this.toolStripBackground.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBackground.Image")));
     this.toolStripBackground.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBackground.Name = "toolStripBackground";
     this.toolStripBackground.Size = new System.Drawing.Size(63, 22);
     this.toolStripBackground.Text = "背景色";
     this.toolStripBackground.Click += new System.EventHandler(this.toolStripBackground_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripLabel1.Size = new System.Drawing.Size(0, 22);
     //
     // toolStripOthers
     //
     this.toolStripOthers.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.別のブックを開くToolStripMenuItem,
     this.上書き保存ToolStripMenuItem,
     this.終了ToolStripMenuItem,
     this.印刷ToolStripMenuItem,
     this.toolStripSeparator1,
     this.ページサイズ変更ToolStripMenuItem,
     this.ページの並べ替えToolStripMenuItem,
     this.toolStripSeparator2,
     this.ワードパッドToolStripMenuItem,
     this.ワードの起動ToolStripMenuItem,
     this.メモ帳の起動ToolStripMenuItem,
     this.toolStripSeparator3,
     this.データフォルダToolStripMenuItem,
     this.未使用のBoxデータを削除ToolStripMenuItem,
     this.このページの参照ウインドウToolStripMenuItem});
     this.toolStripOthers.Image = ((System.Drawing.Image)(resources.GetObject("toolStripOthers.Image")));
     this.toolStripOthers.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripOthers.Name = "toolStripOthers";
     this.toolStripOthers.Size = new System.Drawing.Size(67, 22);
     this.toolStripOthers.Text = "その他";
     //
     // 上書き保存ToolStripMenuItem
     //
     this.上書き保存ToolStripMenuItem.Name = "上書き保存ToolStripMenuItem";
     this.上書き保存ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.上書き保存ToolStripMenuItem.Text = "上書き保存";
     this.上書き保存ToolStripMenuItem.Click += new System.EventHandler(this.toolStripSave_Click);
     //
     // 終了ToolStripMenuItem
     //
     this.終了ToolStripMenuItem.Name = "終了ToolStripMenuItem";
     this.終了ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.終了ToolStripMenuItem.Text = "終了";
     this.終了ToolStripMenuItem.Click += new System.EventHandler(this.toolStripEnd_Click);
     //
     // 印刷ToolStripMenuItem
     //
     this.印刷ToolStripMenuItem.Name = "印刷ToolStripMenuItem";
     this.印刷ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.印刷ToolStripMenuItem.Text = "印刷";
     this.印刷ToolStripMenuItem.Click += new System.EventHandler(this.toolStripPrint_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(196, 6);
     //
     // ページサイズ変更ToolStripMenuItem
     //
     this.ページサイズ変更ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.x1080ToolStripMenuItem,
     this.x2160ToolStripMenuItem,
     this.x4320ToolStripMenuItem});
     this.ページサイズ変更ToolStripMenuItem.Name = "ページサイズ変更ToolStripMenuItem";
     this.ページサイズ変更ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ページサイズ変更ToolStripMenuItem.Text = "ページサイズ変更";
     //
     // x1080ToolStripMenuItem
     //
     this.x1080ToolStripMenuItem.Name = "x1080ToolStripMenuItem";
     this.x1080ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.x1080ToolStripMenuItem.Text = "1920 x 1080";
     this.x1080ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripSize_Click);
     //
     // x2160ToolStripMenuItem
     //
     this.x2160ToolStripMenuItem.Name = "x2160ToolStripMenuItem";
     this.x2160ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.x2160ToolStripMenuItem.Text = "3840 x 2160";
     this.x2160ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripSize_Click);
     //
     // x4320ToolStripMenuItem
     //
     this.x4320ToolStripMenuItem.Name = "x4320ToolStripMenuItem";
     this.x4320ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.x4320ToolStripMenuItem.Text = "7680 x 4320";
     this.x4320ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripSize_Click);
     //
     // ページの並べ替えToolStripMenuItem
     //
     this.ページの並べ替えToolStripMenuItem.Name = "ページの並べ替えToolStripMenuItem";
     this.ページの並べ替えToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ページの並べ替えToolStripMenuItem.Text = "ページの並べ替え";
     this.ページの並べ替えToolStripMenuItem.Click += new System.EventHandler(this.toolStripPageMove_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(196, 6);
     //
     // ワードパッドToolStripMenuItem
     //
     this.ワードパッドToolStripMenuItem.Name = "ワードパッドToolStripMenuItem";
     this.ワードパッドToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ワードパッドToolStripMenuItem.Text = "ワードパッドの起動";
     this.ワードパッドToolStripMenuItem.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // ワードの起動ToolStripMenuItem
     //
     this.ワードの起動ToolStripMenuItem.Name = "ワードの起動ToolStripMenuItem";
     this.ワードの起動ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.ワードの起動ToolStripMenuItem.Text = "ワードの起動";
     this.ワードの起動ToolStripMenuItem.Click += new System.EventHandler(this.WordToolStripMenuItem_Click);
     //
     // メモ帳の起動ToolStripMenuItem
     //
     this.メモ帳の起動ToolStripMenuItem.Name = "メモ帳の起動ToolStripMenuItem";
     this.メモ帳の起動ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.メモ帳の起動ToolStripMenuItem.Text = "メモ帳の起動";
     this.メモ帳の起動ToolStripMenuItem.Click += new System.EventHandler(this.NotePadToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(196, 6);
     //
     // データフォルダToolStripMenuItem
     //
     this.データフォルダToolStripMenuItem.Name = "データフォルダToolStripMenuItem";
     this.データフォルダToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.データフォルダToolStripMenuItem.Text = "データフォルダを開く";
     this.データフォルダToolStripMenuItem.Click += new System.EventHandler(this.toolStripFolder_Click);
     //
     // 未使用のBoxデータを削除ToolStripMenuItem
     //
     this.未使用のBoxデータを削除ToolStripMenuItem.Name = "未使用のBoxデータを削除ToolStripMenuItem";
     this.未使用のBoxデータを削除ToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.未使用のBoxデータを削除ToolStripMenuItem.Text = "未使用のBoxデータを削除";
     this.未使用のBoxデータを削除ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripBoxClear_Click);
     //
     // このページの参照ウインドウToolStripMenuItem
     //
     this.このページの参照ウインドウToolStripMenuItem.Name = "このページの参照ウインドウToolStripMenuItem";
     this.このページの参照ウインドウToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.このページの参照ウインドウToolStripMenuItem.Text = "このページの参照ウインドウ";
     this.このページの参照ウインドウToolStripMenuItem.Click += new System.EventHandler(this.toolStripDisplay_Click);
     //
     // toolStripPageSize
     //
     this.toolStripPageSize.Name = "toolStripPageSize";
     this.toolStripPageSize.ReadOnly = true;
     this.toolStripPageSize.Size = new System.Drawing.Size(80, 25);
     this.toolStripPageSize.Text = "1920 x 1080";
     //
     // toolStripHelpButton1
     //
     this.toolStripHelpButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripHelpButton1.Image")));
     this.toolStripHelpButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripHelpButton1.Name = "toolStripHelpButton1";
     this.toolStripHelpButton1.Size = new System.Drawing.Size(56, 22);
     this.toolStripHelpButton1.Text = "ヘルプ";
     this.toolStripHelpButton1.Click += new System.EventHandler(this.toolStripHelp_Click);
     //
     // 別のブックを開くToolStripMenuItem
     //
     this.別のブックを開くToolStripMenuItem.Name = "別のブックを開くToolStripMenuItem";
     this.別のブックを開くToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.別のブックを開くToolStripMenuItem.Text = "別のブックを開く";
     this.別のブックを開くToolStripMenuItem.Click += new System.EventHandler(this.oTherBookToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(1417, 408);
     this.Controls.Add(this.toolStripContainer1);
     this.MinimumSize = new System.Drawing.Size(200, 150);
     this.Name = "MainForm";
     this.Text = "スクラップブック";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.scrollpanel.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #48
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();
     System.Windows.Forms.Label                     lblName;
     System.Windows.Forms.Label                     lblCategory;
     System.Windows.Forms.Label                     lblImage;
     System.Windows.Forms.Label                     lblNotes;
     System.Windows.Forms.Button                    btnOk;
     System.Windows.Forms.BindingNavigator          navIngredients;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditIngredient));
     System.Windows.Forms.ToolStripContainer        tscIngredinets;
     this.srcIngredients                   = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.btnEdit          = new System.Windows.Forms.ToolStripButton();
     this.lstRecipes       = new System.Windows.Forms.ListBox();
     this.tlpMain          = new System.Windows.Forms.TableLayoutPanel();
     this.txtName          = new System.Windows.Forms.TextBox();
     this.cmbCategory      = new System.Windows.Forms.ComboBox();
     this.srcCategory      = new System.Windows.Forms.BindingSource(this.components);
     this.cmbImage         = new System.Windows.Forms.ComboBox();
     this.srcImage         = new System.Windows.Forms.BindingSource(this.components);
     this.txtNotes         = new System.Windows.Forms.TextBox();
     this.lblIngredients   = new System.Windows.Forms.Label();
     this.pnlIngredients   = new System.Windows.Forms.Panel();
     this.flpDialogButtons = new System.Windows.Forms.FlowLayoutPanel();
     this.btnCancel        = new System.Windows.Forms.Button();
     lblName        = new System.Windows.Forms.Label();
     lblCategory    = new System.Windows.Forms.Label();
     lblImage       = new System.Windows.Forms.Label();
     lblNotes       = new System.Windows.Forms.Label();
     btnOk          = new System.Windows.Forms.Button();
     navIngredients = new System.Windows.Forms.BindingNavigator(this.components);
     tscIngredinets = new System.Windows.Forms.ToolStripContainer();
     ((System.ComponentModel.ISupportInitialize)(navIngredients)).BeginInit();
     navIngredients.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.srcIngredients)).BeginInit();
     tscIngredinets.ContentPanel.SuspendLayout();
     tscIngredinets.TopToolStripPanel.SuspendLayout();
     tscIngredinets.SuspendLayout();
     this.tlpMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.srcCategory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcImage)).BeginInit();
     this.pnlIngredients.SuspendLayout();
     this.flpDialogButtons.SuspendLayout();
     this.SuspendLayout();
     //
     // lblName
     //
     lblName.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblName.AutoSize = true;
     lblName.Location = new System.Drawing.Point(3, 0);
     lblName.Name     = "lblName";
     lblName.Size     = new System.Drawing.Size(314, 13);
     lblName.TabIndex = 0;
     lblName.Text     = "Name:";
     //
     // lblCategory
     //
     lblCategory.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblCategory.AutoSize = true;
     lblCategory.Location = new System.Drawing.Point(3, 39);
     lblCategory.Name     = "lblCategory";
     lblCategory.Size     = new System.Drawing.Size(314, 13);
     lblCategory.TabIndex = 2;
     lblCategory.Text     = "Category:";
     //
     // lblImage
     //
     lblImage.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblImage.AutoSize = true;
     lblImage.Location = new System.Drawing.Point(3, 79);
     lblImage.Name     = "lblImage";
     lblImage.Size     = new System.Drawing.Size(314, 13);
     lblImage.TabIndex = 4;
     lblImage.Text     = "Image:";
     //
     // lblNotes
     //
     lblNotes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblNotes.AutoSize = true;
     lblNotes.Location = new System.Drawing.Point(3, 119);
     lblNotes.Name     = "lblNotes";
     lblNotes.Size     = new System.Drawing.Size(314, 13);
     lblNotes.TabIndex = 6;
     lblNotes.Text     = "Notes:";
     //
     // btnOk
     //
     btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     btnOk.Location                = new System.Drawing.Point(562, 3);
     btnOk.Name                    = "btnOk";
     btnOk.Size                    = new System.Drawing.Size(75, 23);
     btnOk.TabIndex                = 1;
     btnOk.Text                    = "&Ok";
     btnOk.UseVisualStyleBackColor = true;
     //
     // navIngredients
     //
     navIngredients.AddNewItem    = null;
     navIngredients.BindingSource = this.srcIngredients;
     navIngredients.CountItem     = this.bindingNavigatorCountItem;
     navIngredients.DeleteItem    = this.bindingNavigatorDeleteItem;
     navIngredients.Dock          = System.Windows.Forms.DockStyle.None;
     navIngredients.GripStyle     = System.Windows.Forms.ToolStripGripStyle.Hidden;
     navIngredients.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.btnEdit,
         this.bindingNavigatorDeleteItem
     });
     navIngredients.Location         = new System.Drawing.Point(3, 0);
     navIngredients.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     navIngredients.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     navIngredients.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     navIngredients.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     navIngredients.Name             = "navIngredients";
     navIngredients.PositionItem     = this.bindingNavigatorPositionItem;
     navIngredients.Size             = new System.Drawing.Size(269, 25);
     navIngredients.TabIndex         = 0;
     navIngredients.Text             = "bindingNavigator1";
     //
     // srcIngredients
     //
     this.srcIngredients.AllowNew     = true;
     this.srcIngredients.DataSource   = typeof(JAL.AquariaRecipes.Recipes.IngredientCollection);
     this.srcIngredients.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.SrcIngredients_ListChanged);
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size   = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text   = "Add new";
     this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.BtnAdd_Click);
     //
     // btnEdit
     //
     this.btnEdit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEdit.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEdit.Name   = "btnEdit";
     this.btnEdit.Size   = new System.Drawing.Size(23, 22);
     this.btnEdit.Text   = "Edit";
     this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click);
     //
     // tscIngredinets
     //
     //
     // tscIngredinets.ContentPanel
     //
     tscIngredinets.ContentPanel.Controls.Add(this.lstRecipes);
     tscIngredinets.ContentPanel.Size = new System.Drawing.Size(314, 214);
     tscIngredinets.Dock     = System.Windows.Forms.DockStyle.Fill;
     tscIngredinets.Location = new System.Drawing.Point(0, 0);
     tscIngredinets.Name     = "tscIngredinets";
     tscIngredinets.Size     = new System.Drawing.Size(314, 239);
     tscIngredinets.TabIndex = 0;
     tscIngredinets.Text     = "toolStripContainer1";
     //
     // tscIngredinets.TopToolStripPanel
     //
     tscIngredinets.TopToolStripPanel.Controls.Add(navIngredients);
     //
     // lstRecipes
     //
     this.lstRecipes.DataSource        = this.srcIngredients;
     this.lstRecipes.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.lstRecipes.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lstRecipes.FormattingEnabled = true;
     this.lstRecipes.IntegralHeight    = false;
     this.lstRecipes.ItemHeight        = 64;
     this.lstRecipes.Location          = new System.Drawing.Point(0, 0);
     this.lstRecipes.Name              = "lstRecipes";
     this.lstRecipes.Size              = new System.Drawing.Size(314, 214);
     this.lstRecipes.TabIndex          = 0;
     this.lstRecipes.DrawItem         += new System.Windows.Forms.DrawItemEventHandler(this.LstRecipes_DrawItem);
     this.lstRecipes.MeasureItem      += new System.Windows.Forms.MeasureItemEventHandler(this.LstRecipes_MeasureItem);
     this.lstRecipes.Resize           += new System.EventHandler(this.LstRecipes_Resize);
     //
     // tlpMain
     //
     this.tlpMain.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.tlpMain.ColumnCount = 2;
     this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpMain.Controls.Add(lblName, 0, 0);
     this.tlpMain.Controls.Add(this.txtName, 0, 1);
     this.tlpMain.Controls.Add(lblCategory, 0, 2);
     this.tlpMain.Controls.Add(this.cmbCategory, 0, 3);
     this.tlpMain.Controls.Add(lblImage, 0, 4);
     this.tlpMain.Controls.Add(this.cmbImage, 0, 5);
     this.tlpMain.Controls.Add(lblNotes, 0, 6);
     this.tlpMain.Controls.Add(this.txtNotes, 0, 7);
     this.tlpMain.Controls.Add(this.lblIngredients, 1, 0);
     this.tlpMain.Controls.Add(this.pnlIngredients, 1, 1);
     this.tlpMain.Controls.Add(this.flpDialogButtons, 0, 8);
     this.tlpMain.Location = new System.Drawing.Point(12, 12);
     this.tlpMain.Name     = "tlpMain";
     this.tlpMain.RowCount = 9;
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpMain.Size     = new System.Drawing.Size(640, 287);
     this.tlpMain.TabIndex = 0;
     //
     // txtName
     //
     this.txtName.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.Location = new System.Drawing.Point(3, 16);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(314, 20);
     this.txtName.TabIndex = 1;
     //
     // cmbCategory
     //
     this.cmbCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbCategory.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcCategory, "Name", true));
     this.cmbCategory.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcCategory, "Name", true));
     this.cmbCategory.DataSource     = this.srcCategory;
     this.cmbCategory.DisplayMember  = "Name";
     this.cmbCategory.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cmbCategory.DropDownHeight = 220;
     this.cmbCategory.IntegralHeight = false;
     this.cmbCategory.Location       = new System.Drawing.Point(3, 55);
     this.cmbCategory.Name           = "cmbCategory";
     this.cmbCategory.Size           = new System.Drawing.Size(314, 21);
     this.cmbCategory.TabIndex       = 3;
     this.cmbCategory.ValueMember    = "Name";
     this.cmbCategory.DrawItem      += new System.Windows.Forms.DrawItemEventHandler(this.CmbCategory_DrawItem);
     this.cmbCategory.MeasureItem   += new System.Windows.Forms.MeasureItemEventHandler(this.CmbCategory_MeasureItem);
     //
     // srcCategory
     //
     this.srcCategory.DataSource = typeof(JAL.AquariaRecipes.Recipes.Category);
     //
     // cmbImage
     //
     this.cmbImage.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbImage.DataSource        = this.srcImage;
     this.cmbImage.DisplayMember     = "Name";
     this.cmbImage.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cmbImage.DropDownHeight    = 320;
     this.cmbImage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbImage.FormattingEnabled = true;
     this.cmbImage.IntegralHeight    = false;
     this.cmbImage.Location          = new System.Drawing.Point(3, 95);
     this.cmbImage.Name         = "cmbImage";
     this.cmbImage.Size         = new System.Drawing.Size(314, 21);
     this.cmbImage.TabIndex     = 5;
     this.cmbImage.ValueMember  = "Name";
     this.cmbImage.DrawItem    += new System.Windows.Forms.DrawItemEventHandler(this.CmbImage_DrawItem);
     this.cmbImage.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.CmbImage_MeasureItem);
     //
     // srcImage
     //
     this.srcImage.DataSource = typeof(JAL.AquariaRecipes.Recipes.Image);
     //
     // txtNotes
     //
     this.txtNotes.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.txtNotes.Location   = new System.Drawing.Point(3, 135);
     this.txtNotes.Multiline  = true;
     this.txtNotes.Name       = "txtNotes";
     this.txtNotes.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtNotes.Size       = new System.Drawing.Size(314, 120);
     this.txtNotes.TabIndex   = 7;
     //
     // lblIngredients
     //
     this.lblIngredients.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.lblIngredients.AutoSize = true;
     this.lblIngredients.Location = new System.Drawing.Point(323, 0);
     this.lblIngredients.Name     = "lblIngredients";
     this.lblIngredients.Size     = new System.Drawing.Size(314, 13);
     this.lblIngredients.TabIndex = 8;
     this.lblIngredients.Text     = "Recipes:";
     //
     // pnlIngredients
     //
     this.pnlIngredients.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.pnlIngredients.Controls.Add(tscIngredinets);
     this.pnlIngredients.Location = new System.Drawing.Point(323, 16);
     this.pnlIngredients.Name     = "pnlIngredients";
     this.tlpMain.SetRowSpan(this.pnlIngredients, 7);
     this.pnlIngredients.Size     = new System.Drawing.Size(314, 239);
     this.pnlIngredients.TabIndex = 9;
     //
     // flpDialogButtons
     //
     this.flpDialogButtons.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.flpDialogButtons.AutoScroll   = true;
     this.flpDialogButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpMain.SetColumnSpan(this.flpDialogButtons, 2);
     this.flpDialogButtons.Controls.Add(btnOk);
     this.flpDialogButtons.Controls.Add(this.btnCancel);
     this.flpDialogButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flpDialogButtons.Location      = new System.Drawing.Point(0, 258);
     this.flpDialogButtons.Margin        = new System.Windows.Forms.Padding(0);
     this.flpDialogButtons.Name          = "flpDialogButtons";
     this.flpDialogButtons.Size          = new System.Drawing.Size(640, 29);
     this.flpDialogButtons.TabIndex      = 10;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(481, 3);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 0;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // EditIngredient
     //
     this.AcceptButton        = btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(664, 311);
     this.ControlBox          = false;
     this.Controls.Add(this.tlpMain);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "EditIngredient";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Modify Ingredient";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.EditIngredient_FormClosed);
     this.Shown        += new System.EventHandler(this.EditIngredient_Shown);
     ((System.ComponentModel.ISupportInitialize)(navIngredients)).EndInit();
     navIngredients.ResumeLayout(false);
     navIngredients.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.srcIngredients)).EndInit();
     tscIngredinets.ContentPanel.ResumeLayout(false);
     tscIngredinets.TopToolStripPanel.ResumeLayout(false);
     tscIngredinets.TopToolStripPanel.PerformLayout();
     tscIngredinets.ResumeLayout(false);
     tscIngredinets.PerformLayout();
     this.tlpMain.ResumeLayout(false);
     this.tlpMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.srcCategory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcImage)).EndInit();
     this.pnlIngredients.ResumeLayout(false);
     this.flpDialogButtons.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XnatWebBrowserComponentControl));
     this._browser = new System.Windows.Forms.WebBrowser();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this._statusBar = new System.Windows.Forms.StatusStrip();
     this._browserProgress = new System.Windows.Forms.ToolStripProgressBar();
     this._browserStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this._toolbar = new System.Windows.Forms.ToolStrip();
     this._back = new System.Windows.Forms.ToolStripButton();
     this._forward = new System.Windows.Forms.ToolStripButton();
     this._stop = new System.Windows.Forms.ToolStripButton();
     this._refresh = new System.Windows.Forms.ToolStripButton();
     this._address = new System.Windows.Forms.ToolStripComboBox();
     this._go = new System.Windows.Forms.ToolStripButton();
     this._progressLogo = new System.Windows.Forms.ToolStripLabel();
     this._shortcutToolbar = new System.Windows.Forms.ToolStrip();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this._statusBar.SuspendLayout();
     this._toolbar.SuspendLayout();
     this.SuspendLayout();
     //
     // _browser
     //
     this._browser.Dock = System.Windows.Forms.DockStyle.Fill;
     this._browser.Location = new System.Drawing.Point(0, 0);
     this._browser.MinimumSize = new System.Drawing.Size(20, 20);
     this._browser.Name = "_browser";
     this._browser.Size = new System.Drawing.Size(584, 440);
     this._browser.TabIndex = 0;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this._statusBar);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this._browser);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(584, 440);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(584, 526);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._toolbar);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._shortcutToolbar);
     //
     // _statusBar
     //
     this._statusBar.Dock = System.Windows.Forms.DockStyle.None;
     this._statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this._browserProgress,
     this._browserStatus});
     this._statusBar.Location = new System.Drawing.Point(0, 0);
     this._statusBar.Name = "_statusBar";
     this._statusBar.Size = new System.Drawing.Size(584, 22);
     this._statusBar.TabIndex = 1;
     this._statusBar.Text = "statusStrip1";
     //
     // _browserProgress
     //
     this._browserProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this._browserProgress.Name = "_browserProgress";
     this._browserProgress.Size = new System.Drawing.Size(100, 16);
     //
     // _browserStatus
     //
     this._browserStatus.Name = "_browserStatus";
     this._browserStatus.Size = new System.Drawing.Size(0, 17);
     //
     // _toolbar
     //
     this._toolbar.Dock = System.Windows.Forms.DockStyle.None;
     this._toolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._toolbar.ImageScalingSize = new System.Drawing.Size(32, 32);
     this._toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this._back,
     this._forward,
     this._stop,
     this._refresh,
     this._address,
     this._go,
     this._progressLogo});
     this._toolbar.Location = new System.Drawing.Point(0, 0);
     this._toolbar.Name = "_toolbar";
     this._toolbar.Size = new System.Drawing.Size(584, 39);
     this._toolbar.Stretch = true;
     this._toolbar.TabIndex = 0;
     //
     // _back
     //
     this._back.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._back.Image = ((System.Drawing.Image)(resources.GetObject("_back.Image")));
     this._back.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._back.Name = "_back";
     this._back.Size = new System.Drawing.Size(36, 36);
     this._back.Text = "Back";
     //
     // _forward
     //
     this._forward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._forward.Image = ((System.Drawing.Image)(resources.GetObject("_forward.Image")));
     this._forward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._forward.Name = "_forward";
     this._forward.Size = new System.Drawing.Size(36, 36);
     this._forward.Text = "Forward";
     //
     // _stop
     //
     this._stop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._stop.Image = ((System.Drawing.Image)(resources.GetObject("_stop.Image")));
     this._stop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._stop.Name = "_stop";
     this._stop.Size = new System.Drawing.Size(36, 36);
     this._stop.Text = "toolStripButton1";
     this._stop.ToolTipText = "Stop";
     //
     // _refresh
     //
     this._refresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._refresh.Image = ((System.Drawing.Image)(resources.GetObject("_refresh.Image")));
     this._refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._refresh.Name = "_refresh";
     this._refresh.Size = new System.Drawing.Size(36, 36);
     this._refresh.Text = "toolStripButton1";
     this._refresh.ToolTipText = "Refresh";
     //
     // _address
     //
     this._address.Name = "_address";
     this._address.Size = new System.Drawing.Size(350, 39);
     this._address.ToolTipText = "Address";
     //
     // _go
     //
     this._go.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._go.Image = ((System.Drawing.Image)(resources.GetObject("_go.Image")));
     this._go.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._go.Name = "_go";
     this._go.Size = new System.Drawing.Size(36, 36);
     this._go.Text = "toolStripButton1";
     this._go.ToolTipText = "Go";
     //
     // _progressLogo
     //
     this._progressLogo.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this._progressLogo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._progressLogo.Name = "_progressLogo";
     this._progressLogo.Size = new System.Drawing.Size(0, 36);
     //
     // _shortcutToolbar
     //
     this._shortcutToolbar.Dock = System.Windows.Forms.DockStyle.None;
     this._shortcutToolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._shortcutToolbar.Location = new System.Drawing.Point(0, 39);
     this._shortcutToolbar.Name = "_shortcutToolbar";
     this._shortcutToolbar.Size = new System.Drawing.Size(584, 25);
     this._shortcutToolbar.Stretch = true;
     this._shortcutToolbar.TabIndex = 1;
     //
     // XnatWebBrowserComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "WebBrowserComponentControl";
     this.Size = new System.Drawing.Size(584, 526);
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this._statusBar.ResumeLayout(false);
     this._statusBar.PerformLayout();
     this._toolbar.ResumeLayout(false);
     this._toolbar.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #50
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.grid       = new System.Windows.Forms.DataGridView();
     this.pnFilters  = new System.Windows.Forms.Panel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.executeFilterF5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     //
     //
     this.toolStripContainer1.BottomToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.BottomToolStripPanel.Name        = "";
     this.toolStripContainer1.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.toolStripContainer1.BottomToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     //
     //
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.grid);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.pnFilters);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1192, 430);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     //
     //
     this.toolStripContainer1.LeftToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.LeftToolStripPanel.Name        = "";
     this.toolStripContainer1.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.toolStripContainer1.LeftToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     //
     //
     //
     this.toolStripContainer1.RightToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.RightToolStripPanel.Name        = "";
     this.toolStripContainer1.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.toolStripContainer1.RightToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.toolStripContainer1.Size     = new System.Drawing.Size(1192, 430);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     //
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     this.toolStripContainer1.TopToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.TopToolStripPanel.Name        = "";
     this.toolStripContainer1.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.toolStripContainer1.TopToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.toolStripContainer1.TopToolStripPanel.Size        = new System.Drawing.Size(1192, 24);
     //
     // grid
     //
     this.grid.AllowUserToAddRows          = false;
     this.grid.AllowUserToDeleteRows       = false;
     this.grid.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grid.Location = new System.Drawing.Point(0, 168);
     this.grid.Name     = "grid";
     this.grid.ReadOnly = true;
     this.grid.Size     = new System.Drawing.Size(1192, 262);
     this.grid.TabIndex = 2;
     //
     // pnFilters
     //
     this.pnFilters.AutoScroll = true;
     this.pnFilters.Dock       = System.Windows.Forms.DockStyle.Top;
     this.pnFilters.Location   = new System.Drawing.Point(0, 0);
     this.pnFilters.Name       = "pnFilters";
     this.pnFilters.Size       = new System.Drawing.Size(1192, 168);
     this.pnFilters.TabIndex   = 1;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.executeFilterF5ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1192, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // executeFilterF5ToolStripMenuItem
     //
     this.executeFilterF5ToolStripMenuItem.Name         = "executeFilterF5ToolStripMenuItem";
     this.executeFilterF5ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.executeFilterF5ToolStripMenuItem.Size         = new System.Drawing.Size(110, 20);
     this.executeFilterF5ToolStripMenuItem.Text         = "Execute filter (F5)";
     this.executeFilterF5ToolStripMenuItem.Click       += new System.EventHandler(this.ExecuteFilterF5ToolStripMenuItemClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1192, 430);
     this.Controls.Add(this.toolStripContainer1);
     this.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "MainForm";
     this.Text          = "MainForm";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.grid       = new System.Windows.Forms.DataGridView();
     this.pnFilters  = new System.Windows.Forms.FlowLayoutPanel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.executeFilterF5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.grid);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.pnFilters);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1234, 427);
     this.toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.Size     = new System.Drawing.Size(1234, 451);
     this.toolStripContainer1.TabIndex = 0;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     //
     // grid
     //
     this.grid.AllowUserToAddRows    = false;
     this.grid.AllowUserToDeleteRows = false;
     this.grid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.grid.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grid.Location    = new System.Drawing.Point(0, 221);
     this.grid.MinimumSize = new System.Drawing.Size(884, 206);
     this.grid.Name        = "grid";
     this.grid.ReadOnly    = true;
     this.grid.Size        = new System.Drawing.Size(1234, 206);
     this.grid.TabIndex    = 2;
     //
     // pnFilters
     //
     this.pnFilters.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.pnFilters.AutoScroll    = true;
     this.pnFilters.BackColor     = System.Drawing.Color.Transparent;
     this.pnFilters.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.pnFilters.Location      = new System.Drawing.Point(0, 3);
     this.pnFilters.MinimumSize   = new System.Drawing.Size(884, 197);
     this.pnFilters.Name          = "pnFilters";
     this.pnFilters.Size          = new System.Drawing.Size(1234, 218);
     this.pnFilters.TabIndex      = 1;
     this.pnFilters.WrapContents  = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.executeFilterF5ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1234, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // executeFilterF5ToolStripMenuItem
     //
     this.executeFilterF5ToolStripMenuItem.Name         = "executeFilterF5ToolStripMenuItem";
     this.executeFilterF5ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.executeFilterF5ToolStripMenuItem.Size         = new System.Drawing.Size(109, 20);
     this.executeFilterF5ToolStripMenuItem.Text         = "Execute filter (F5)";
     this.executeFilterF5ToolStripMenuItem.Click       += new System.EventHandler(this.ExecuteFilterF5ToolStripMenuItemClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1234, 451);
     this.Controls.Add(this.toolStripContainer1);
     this.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.MinimumSize   = new System.Drawing.Size(1250, 490);
     this.Name          = "MainForm";
     this.Text          = "MainForm";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #52
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();
     System.Windows.Forms.ToolStrip toolStrip1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapForm));
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripContainer        toolStripContainer1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.ListViewItem listViewItem6  = new System.Windows.Forms.ListViewItem("Floor");
     System.Windows.Forms.ListViewItem listViewItem7  = new System.Windows.Forms.ListViewItem("Rough Wall");
     System.Windows.Forms.ListViewItem listViewItem8  = new System.Windows.Forms.ListViewItem("Straight Wall");
     System.Windows.Forms.ListViewItem listViewItem9  = new System.Windows.Forms.ListViewItem("Rubble");
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("Water");
     this.buttonNew               = new System.Windows.Forms.ToolStripButton();
     this.buttonOpen              = new System.Windows.Forms.ToolStripButton();
     this.buttonSave              = new System.Windows.Forms.ToolStripButton();
     this.buttonExport            = new System.Windows.Forms.ToolStripButton();
     this.buttonUndo              = new System.Windows.Forms.ToolStripButton();
     this.buttonRedo              = new System.Windows.Forms.ToolStripButton();
     this.terrainList             = new System.Windows.Forms.ListView();
     this.terrainIcons            = new System.Windows.Forms.ImageList(this.components);
     this.mapContents             = new System.Windows.Forms.PictureBox();
     this.statusStrip             = new System.Windows.Forms.StatusStrip();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1      = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2      = new System.Windows.Forms.ToolStripSeparator();
     this.debugToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.statusText              = new System.Windows.Forms.ToolStripStatusLabel();
     toolStrip1          = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     toolStrip1.SuspendLayout();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.TopToolStripPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapContents)).BeginInit();
     this.statusStrip.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     toolStrip1.BackColor = System.Drawing.SystemColors.MenuBar;
     toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonNew,
         this.buttonOpen,
         this.buttonSave,
         this.buttonExport,
         toolStripSeparator1,
         this.buttonUndo,
         this.buttonRedo
     });
     toolStrip1.Location = new System.Drawing.Point(3, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(156, 25);
     toolStrip1.TabIndex = 0;
     toolStrip1.Text     = "toolStrip1";
     //
     // buttonNew
     //
     this.buttonNew.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonNew.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonNew.Image")));
     this.buttonNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonNew.Name   = "buttonNew";
     this.buttonNew.Size   = new System.Drawing.Size(23, 22);
     this.buttonNew.Text   = "New";
     this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
     //
     // buttonOpen
     //
     this.buttonOpen.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonOpen.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonOpen.Image")));
     this.buttonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonOpen.Name   = "buttonOpen";
     this.buttonOpen.Size   = new System.Drawing.Size(23, 22);
     this.buttonOpen.Text   = "Open";
     this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
     //
     // buttonSave
     //
     this.buttonSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonSave.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSave.Name   = "buttonSave";
     this.buttonSave.Size   = new System.Drawing.Size(23, 22);
     this.buttonSave.Text   = "Save";
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonExport
     //
     this.buttonExport.AccessibleName        = "";
     this.buttonExport.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonExport.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonExport.Image")));
     this.buttonExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonExport.Name   = "buttonExport";
     this.buttonExport.Size   = new System.Drawing.Size(23, 22);
     this.buttonExport.Text   = "Export";
     this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // buttonUndo
     //
     this.buttonUndo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonUndo.Enabled               = false;
     this.buttonUndo.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonUndo.Image")));
     this.buttonUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonUndo.Name   = "buttonUndo";
     this.buttonUndo.Size   = new System.Drawing.Size(23, 22);
     this.buttonUndo.Text   = "Undo";
     this.buttonUndo.Click += new System.EventHandler(this.buttonUndo_Click);
     //
     // buttonRedo
     //
     this.buttonRedo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.buttonRedo.Enabled               = false;
     this.buttonRedo.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonRedo.Image")));
     this.buttonRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonRedo.Name   = "buttonRedo";
     this.buttonRedo.Size   = new System.Drawing.Size(23, 22);
     this.buttonRedo.Text   = "Redo";
     this.buttonRedo.Click += new System.EventHandler(this.buttonRedo_Click);
     //
     // toolStripContainer1
     //
     toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(511, 284);
     toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer1.LeftToolStripPanelVisible = false;
     toolStripContainer1.Location = new System.Drawing.Point(0, 24);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.RightToolStripPanelVisible = false;
     toolStripContainer1.Size     = new System.Drawing.Size(511, 309);
     toolStripContainer1.TabIndex = 3;
     toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.terrainList);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.AutoScroll = true;
     splitContainer1.Panel2.Controls.Add(this.mapContents);
     splitContainer1.Size             = new System.Drawing.Size(511, 284);
     splitContainer1.SplitterDistance = 119;
     splitContainer1.TabIndex         = 1;
     //
     // terrainList
     //
     this.terrainList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.terrainList.HideSelection = false;
     this.terrainList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem6,
         listViewItem7,
         listViewItem8,
         listViewItem9,
         listViewItem10
     });
     this.terrainList.Location       = new System.Drawing.Point(0, 0);
     this.terrainList.MultiSelect    = false;
     this.terrainList.Name           = "terrainList";
     this.terrainList.Size           = new System.Drawing.Size(119, 284);
     this.terrainList.SmallImageList = this.terrainIcons;
     this.terrainList.TabIndex       = 0;
     this.terrainList.UseCompatibleStateImageBehavior = false;
     this.terrainList.View = System.Windows.Forms.View.List;
     this.terrainList.SelectedIndexChanged += new System.EventHandler(this.terrainList_SelectedIndexChanged);
     //
     // terrainIcons
     //
     this.terrainIcons.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.terrainIcons.ImageSize        = new System.Drawing.Size(32, 32);
     this.terrainIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // mapContents
     //
     this.mapContents.BackColor   = System.Drawing.SystemColors.Window;
     this.mapContents.Location    = new System.Drawing.Point(0, 0);
     this.mapContents.Name        = "mapContents";
     this.mapContents.Size        = new System.Drawing.Size(284, 217);
     this.mapContents.TabIndex    = 0;
     this.mapContents.TabStop     = false;
     this.mapContents.MouseLeave += new System.EventHandler(this.mapContents_MouseLeave);
     this.mapContents.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseMove);
     this.mapContents.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseDown);
     this.mapContents.Paint      += new System.Windows.Forms.PaintEventHandler(this.mapContents_Paint);
     this.mapContents.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseUp);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusText
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 333);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(511, 22);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text     = "statusStrip1";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(511, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.exportToolStripMenuItem,
         this.toolStripMenuItem1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name   = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.newToolStripMenuItem.Text   = "&New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.openToolStripMenuItem.Text         = "&Open...";
     this.openToolStripMenuItem.Click       += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(155, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     this.saveToolStripMenuItem.Click       += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.saveAsToolStripMenuItem.Text   = "Save &As..";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name   = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.exportToolStripMenuItem.Text   = "&Export...";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripMenuItem2,
         this.debugToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Image        = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image")));
     this.undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.undoToolStripMenuItem.Text         = "Undo";
     this.undoToolStripMenuItem.Click       += new System.EventHandler(this.undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Image        = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image")));
     this.redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.redoToolStripMenuItem.Text         = "Redo";
     this.redoToolStripMenuItem.Click       += new System.EventHandler(this.redoToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6);
     //
     // debugToolStripMenuItem
     //
     this.debugToolStripMenuItem.Enabled = false;
     this.debugToolStripMenuItem.Name    = "debugToolStripMenuItem";
     this.debugToolStripMenuItem.Size    = new System.Drawing.Size(152, 22);
     this.debugToolStripMenuItem.Text    = "&Debug";
     this.debugToolStripMenuItem.Click  += new System.EventHandler(this.debugToolStripMenuItem_Click);
     //
     // statusText
     //
     this.statusText.Name = "statusText";
     this.statusText.Size = new System.Drawing.Size(0, 17);
     //
     // MapForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(511, 355);
     this.Controls.Add(toolStripContainer1);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MapForm";
     this.Text          = "Mapdoodle";
     this.Load         += new System.EventHandler(this.MapForm_Load);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MapForm_FormClosing);
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer1.TopToolStripPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mapContents)).EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     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()
 {
     System.Windows.Forms.ToolStripContainer toolStripContainer1;
     this.buttonSave     = new System.Windows.Forms.Button();
     this.checkBoxWrap   = new System.Windows.Forms.CheckBox();
     this.buttonClose    = new System.Windows.Forms.Button();
     this.richTextBox    = new System.Windows.Forms.RichTextBox();
     toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     toolStripContainer1.ContentPanel.SuspendLayout();
     toolStripContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     toolStripContainer1.ContentPanel.Controls.Add(this.buttonSave);
     toolStripContainer1.ContentPanel.Controls.Add(this.checkBoxWrap);
     toolStripContainer1.ContentPanel.Controls.Add(this.buttonClose);
     toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(795, 47);
     toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Bottom;
     toolStripContainer1.LeftToolStripPanelVisible = false;
     toolStripContainer1.Location = new System.Drawing.Point(0, 455);
     toolStripContainer1.Name     = "toolStripContainer1";
     toolStripContainer1.RightToolStripPanelVisible = false;
     toolStripContainer1.Size     = new System.Drawing.Size(795, 47);
     toolStripContainer1.TabIndex = 5;
     toolStripContainer1.Text     = "toolStripContainer1";
     toolStripContainer1.TopToolStripPanelVisible = false;
     //
     // buttonSave
     //
     this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSave.Location = new System.Drawing.Point(627, 12);
     this.buttonSave.Name     = "buttonSave";
     this.buttonSave.Size     = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex = 1;
     this.buttonSave.Text     = "&Save...";
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // checkBoxWrap
     //
     this.checkBoxWrap.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxWrap.AutoSize = true;
     this.checkBoxWrap.Location = new System.Drawing.Point(12, 16);
     this.checkBoxWrap.Name     = "checkBoxWrap";
     this.checkBoxWrap.Size     = new System.Drawing.Size(52, 17);
     this.checkBoxWrap.TabIndex = 4;
     this.checkBoxWrap.Text     = "&Wrap";
     this.checkBoxWrap.UseVisualStyleBackColor = true;
     this.checkBoxWrap.CheckedChanged         += new System.EventHandler(this.checkBoxWrap_CheckedChanged);
     //
     // buttonClose
     //
     this.buttonClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonClose.Location                = new System.Drawing.Point(708, 12);
     this.buttonClose.Name                    = "buttonClose";
     this.buttonClose.Size                    = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex                = 2;
     this.buttonClose.Text                    = "Close";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click                  += new System.EventHandler(this.buttonClose_Click);
     //
     // richTextBox
     //
     this.richTextBox.DetectUrls = false;
     this.richTextBox.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox.Font       = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox.Location   = new System.Drawing.Point(0, 0);
     this.richTextBox.Name       = "richTextBox";
     this.richTextBox.ReadOnly   = true;
     this.richTextBox.Size       = new System.Drawing.Size(795, 455);
     this.richTextBox.TabIndex   = 0;
     this.richTextBox.Text       = "";
     this.richTextBox.WordWrap   = false;
     //
     // ViewTextForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonClose;
     this.ClientSize          = new System.Drawing.Size(795, 502);
     this.Controls.Add(this.richTextBox);
     this.Controls.Add(toolStripContainer1);
     this.Name     = "ViewTextForm";
     this.ShowIcon = false;
     this.Text     = "View";
     toolStripContainer1.ContentPanel.ResumeLayout(false);
     toolStripContainer1.ContentPanel.PerformLayout();
     toolStripContainer1.ResumeLayout(false);
     toolStripContainer1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #54
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.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.bDelete = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // bindingSource1
     //
     this.bindingSource1.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.bindingSource1_ListChanged);
     //
     // toolStripContainer1
     //
     this.toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.dataGridView1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(578, 377);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size = new System.Drawing.Size(578, 402);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.AutoGenerateColumns = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.DataSource = this.bindingSource1;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(578, 377);
     this.dataGridView1.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.bDelete});
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(268, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::EasyTravian.Properties.Resources.add;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(106, 22);
     this.toolStripButton1.Text = "New registration";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // bDelete
     //
     this.bDelete.Image = global::EasyTravian.Properties.Resources.error2;
     this.bDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bDelete.Name = "bDelete";
     this.bDelete.Size = new System.Drawing.Size(119, 22);
     this.bDelete.Text = "Delete Registration";
     this.bDelete.Click += new System.EventHandler(this.bDelete_Click);
     //
     // RegisterForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(578, 402);
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "RegisterForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "RegisterForm";
     this.Load += new System.EventHandler(this.RegisterForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.designPresenter = new Dataweb.NShape.WinFormsUI.DesignPresenter();
     this.designController = new Dataweb.NShape.Controllers.DesignController();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.designsComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.activateButton = new System.Windows.Forms.ToolStripButton();
     this.designsSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.newDesignButton = new System.Windows.Forms.ToolStripButton();
     this.deleteDesignButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.createStyleButton = new System.Windows.Forms.ToolStripButton();
     this.deleteStyleButton = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.closeButton = new System.Windows.Forms.Button();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.designPresenter);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(661, 372);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(661, 397);
     this.toolStripContainer1.TabIndex = 7;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
     //
     // designPresenter
     //
     this.designPresenter.DesignController = this.designController;
     this.designPresenter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.designPresenter.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(220)))));
     this.designPresenter.FocusedItemColor = System.Drawing.Color.Beige;
     this.designPresenter.HighlightedItemColor = System.Drawing.SystemColors.ControlLightLight;
     this.designPresenter.HighlightItems = true;
     this.designPresenter.InactiveItemBackgroundColor = System.Drawing.SystemColors.Control;
     this.designPresenter.InactiveItemBorderColor = System.Drawing.SystemColors.Window;
     this.designPresenter.InactiveItemTextColor = System.Drawing.SystemColors.ControlDarkDark;
     this.designPresenter.Location = new System.Drawing.Point(0, 0);
     this.designPresenter.Name = "designPresenter";
     this.designPresenter.SelectedDesign = null;
     this.designPresenter.SelectedItemColor = System.Drawing.SystemColors.Window;
     this.designPresenter.SelectedItemTextColor = System.Drawing.SystemColors.ControlText;
     this.designPresenter.SelectedStyleCategory = Dataweb.NShape.StyleCategory.CapStyle;
     this.designPresenter.Size = new System.Drawing.Size(661, 372);
     this.designPresenter.TabIndex = 0;
     //
     // designController
     //
     this.designController.Project = null;
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.designsComboBox,
     this.activateButton,
     this.designsSeparator,
     this.newDesignButton,
     this.deleteDesignButton,
     this.toolStripSeparator1,
     this.createStyleButton,
     this.deleteStyleButton});
     this.toolStrip2.Location = new System.Drawing.Point(3, 0);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(544, 25);
     this.toolStrip2.TabIndex = 1;
     //
     // designsComboBox
     //
     this.designsComboBox.Name = "designsComboBox";
     this.designsComboBox.Size = new System.Drawing.Size(121, 25);
     this.designsComboBox.SelectedIndexChanged += new System.EventHandler(this.designsComboBox_SelectedIndexChanged);
     //
     // activateButton
     //
     this.activateButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.activateButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.ActivateDesign;
     this.activateButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.activateButton.Name = "activateButton";
     this.activateButton.Size = new System.Drawing.Size(23, 22);
     this.activateButton.Text = "Activate";
     this.activateButton.Click += new System.EventHandler(this.activateButton_Click);
     //
     // designsSeparator
     //
     this.designsSeparator.Name = "designsSeparator";
     this.designsSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // newDesignButton
     //
     this.newDesignButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.NewItemsBtn;
     this.newDesignButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newDesignButton.Name = "newDesignButton";
     this.newDesignButton.Size = new System.Drawing.Size(99, 22);
     this.newDesignButton.Text = "New Design...";
     this.newDesignButton.Click += new System.EventHandler(this.newDesignButton_Click);
     //
     // deleteDesignButton
     //
     this.deleteDesignButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.DeleteBtn;
     this.deleteDesignButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDesignButton.Name = "deleteDesignButton";
     this.deleteDesignButton.Size = new System.Drawing.Size(99, 22);
     this.deleteDesignButton.Text = "Delete Design";
     this.deleteDesignButton.Click += new System.EventHandler(this.deleteDesignButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // createStyleButton
     //
     this.createStyleButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.NewBtn;
     this.createStyleButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.createStyleButton.Name = "createStyleButton";
     this.createStyleButton.Size = new System.Drawing.Size(88, 22);
     this.createStyleButton.Text = "New Style...";
     this.createStyleButton.Click += new System.EventHandler(this.newStyleButton_Click);
     //
     // deleteStyleButton
     //
     this.deleteStyleButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.DeleteBtn;
     this.deleteStyleButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteStyleButton.Name = "deleteStyleButton";
     this.deleteStyleButton.Size = new System.Drawing.Size(88, 22);
     this.deleteStyleButton.Text = "Delete Style";
     this.deleteStyleButton.Click += new System.EventHandler(this.deleteStyleButton_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.closeButton);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 397);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(661, 35);
     this.panel1.TabIndex = 7;
     //
     // closeButton
     //
     this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location = new System.Drawing.Point(574, 6);
     this.closeButton.Name = "closeButton";
     this.closeButton.Size = new System.Drawing.Size(75, 23);
     this.closeButton.TabIndex = 1;
     this.closeButton.Text = "Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // DesignEditorDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.closeButton;
     this.ClientSize = new System.Drawing.Size(661, 432);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.panel1);
     this.DoubleBuffered = true;
     this.Name = "DesignEditorDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Design Editor";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DesignEditorDialog_FormClosed);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.panel1.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()
 {
     System.Windows.Forms.ToolStrip                 toolStrip;
     System.Windows.Forms.ToolStripButton           refreshButton;
     System.Windows.Forms.ToolStripButton           manageRulesButton;
     System.Windows.Forms.ToolStripContainer        toolStripContainer;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductivityView));
     this.tabView = new System.Windows.Forms.TabControl();
     this.unclassifiedEventsTab  = new System.Windows.Forms.TabPage();
     this.unclassifiedEventsList = new System.Windows.Forms.ListView();
     this.startTimeColumn        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.endTimeColumn          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.dataColumn             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.timeScoredLabel        = new System.Windows.Forms.Label();
     this.scoreLabel             = new System.Windows.Forms.Label();
     this.productivityBar        = new Productivity.ProductivityBar();
     this.analysisWorker         = new System.ComponentModel.BackgroundWorker();
     toolStrip          = new System.Windows.Forms.ToolStrip();
     refreshButton      = new System.Windows.Forms.ToolStripButton();
     manageRulesButton  = new System.Windows.Forms.ToolStripButton();
     toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     toolStrip.SuspendLayout();
     toolStripContainer.ContentPanel.SuspendLayout();
     toolStripContainer.TopToolStripPanel.SuspendLayout();
     toolStripContainer.SuspendLayout();
     this.tabView.SuspendLayout();
     this.unclassifiedEventsTab.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip
     //
     toolStrip.Dock = System.Windows.Forms.DockStyle.None;
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         refreshButton,
         manageRulesButton
     });
     toolStrip.Location = new System.Drawing.Point(3, 0);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(58, 25);
     toolStrip.TabIndex = 0;
     //
     // refreshButton
     //
     refreshButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     refreshButton.Image                 = global::Productivity.Properties.Resources.Refresh;
     refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     refreshButton.Name   = "refreshButton";
     refreshButton.Size   = new System.Drawing.Size(23, 22);
     refreshButton.Text   = "Refresh";
     refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // manageRulesButton
     //
     manageRulesButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     manageRulesButton.Image                 = global::Productivity.Properties.Resources.Settings;
     manageRulesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     manageRulesButton.Name   = "manageRulesButton";
     manageRulesButton.Size   = new System.Drawing.Size(23, 22);
     manageRulesButton.Text   = "Manage Rules";
     manageRulesButton.Click += new System.EventHandler(this.manageRulesButton_Click);
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.ContentPanel
     //
     toolStripContainer.ContentPanel.Controls.Add(this.tabView);
     toolStripContainer.ContentPanel.Controls.Add(this.timeScoredLabel);
     toolStripContainer.ContentPanel.Controls.Add(this.scoreLabel);
     toolStripContainer.ContentPanel.Controls.Add(this.productivityBar);
     toolStripContainer.ContentPanel.Size = new System.Drawing.Size(572, 333);
     toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     toolStripContainer.Location = new System.Drawing.Point(0, 0);
     toolStripContainer.Name     = "toolStripContainer";
     toolStripContainer.Size     = new System.Drawing.Size(572, 358);
     toolStripContainer.TabIndex = 0;
     toolStripContainer.Text     = "toolStripContainer";
     //
     // toolStripContainer.TopToolStripPanel
     //
     toolStripContainer.TopToolStripPanel.Controls.Add(toolStrip);
     //
     // tabView
     //
     this.tabView.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.tabView.Controls.Add(this.unclassifiedEventsTab);
     this.tabView.Location      = new System.Drawing.Point(13, 120);
     this.tabView.Name          = "tabView";
     this.tabView.SelectedIndex = 0;
     this.tabView.Size          = new System.Drawing.Size(547, 201);
     this.tabView.TabIndex      = 3;
     //
     // unclassifiedEventsTab
     //
     this.unclassifiedEventsTab.Controls.Add(this.unclassifiedEventsList);
     this.unclassifiedEventsTab.Location = new System.Drawing.Point(4, 22);
     this.unclassifiedEventsTab.Name     = "unclassifiedEventsTab";
     this.unclassifiedEventsTab.Padding  = new System.Windows.Forms.Padding(3);
     this.unclassifiedEventsTab.Size     = new System.Drawing.Size(539, 175);
     this.unclassifiedEventsTab.TabIndex = 0;
     this.unclassifiedEventsTab.Text     = "Unclassified";
     this.unclassifiedEventsTab.UseVisualStyleBackColor = true;
     //
     // unclassifiedEventsList
     //
     this.unclassifiedEventsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.startTimeColumn,
         this.endTimeColumn,
         this.dataColumn
     });
     this.unclassifiedEventsList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.unclassifiedEventsList.FullRowSelect = true;
     this.unclassifiedEventsList.Location      = new System.Drawing.Point(3, 3);
     this.unclassifiedEventsList.Name          = "unclassifiedEventsList";
     this.unclassifiedEventsList.Size          = new System.Drawing.Size(533, 169);
     this.unclassifiedEventsList.TabIndex      = 0;
     this.unclassifiedEventsList.UseCompatibleStateImageBehavior = false;
     this.unclassifiedEventsList.View = System.Windows.Forms.View.Details;
     //
     // startTimeColumn
     //
     this.startTimeColumn.Text = "Start Time";
     //
     // endTimeColumn
     //
     this.endTimeColumn.Text = "End Time";
     //
     // dataColumn
     //
     this.dataColumn.Text = "Data";
     //
     // timeScoredLabel
     //
     this.timeScoredLabel.AutoSize = true;
     this.timeScoredLabel.Location = new System.Drawing.Point(15, 88);
     this.timeScoredLabel.Name     = "timeScoredLabel";
     this.timeScoredLabel.Size     = new System.Drawing.Size(32, 13);
     this.timeScoredLabel.TabIndex = 2;
     this.timeScoredLabel.Text     = "0 min";
     //
     // scoreLabel
     //
     this.scoreLabel.AutoSize = true;
     this.scoreLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreLabel.Location = new System.Drawing.Point(12, 16);
     this.scoreLabel.Name     = "scoreLabel";
     this.scoreLabel.Size     = new System.Drawing.Size(98, 31);
     this.scoreLabel.TabIndex = 1;
     this.scoreLabel.Text     = "0.00 %";
     //
     // productivityBar
     //
     this.productivityBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.productivityBar.Location  = new System.Drawing.Point(12, 50);
     this.productivityBar.Name      = "productivityBar";
     this.productivityBar.Segments  = null;
     this.productivityBar.Size      = new System.Drawing.Size(548, 35);
     this.productivityBar.StartTime = new System.DateTime(2011, 9, 7, 5, 0, 0, 0);
     this.productivityBar.TabIndex  = 0;
     this.productivityBar.TimeSpan  = System.TimeSpan.Parse("1.00:00:00");
     //
     // analysisWorker
     //
     this.analysisWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.analysisWorker_DoWork);
     this.analysisWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.analysisWorker_RunWorkerCompleted);
     //
     // ProductivityView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(572, 358);
     this.Controls.Add(toolStripContainer);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "ProductivityView";
     this.Text         = "ProductivityView";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProductivityView_FormClosing);
     this.Shown       += new System.EventHandler(this.ProductivityView_Shown);
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     toolStripContainer.ContentPanel.ResumeLayout(false);
     toolStripContainer.ContentPanel.PerformLayout();
     toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     toolStripContainer.TopToolStripPanel.PerformLayout();
     toolStripContainer.ResumeLayout(false);
     toolStripContainer.PerformLayout();
     this.tabView.ResumeLayout(false);
     this.unclassifiedEventsTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }