Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Rylogic.Gui.WinForms.DiagramControl.DiagramOptions                diagramOptions1 = new Rylogic.Gui.WinForms.DiagramControl.DiagramOptions();
     Rylogic.Gui.WinForms.DiagramControl.DiagramOptions.NodeOptions    nodeOptions1    = new Rylogic.Gui.WinForms.DiagramControl.DiagramOptions.NodeOptions();
     Rylogic.Gui.WinForms.DiagramControl.DiagramOptions.ScatterOptions scatterOptions1 = new Rylogic.Gui.WinForms.DiagramControl.DiagramOptions.ScatterOptions();
     this.statusStrip1              = new System.Windows.Forms.StatusStrip();
     this.m_status_mouse_pos        = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1                = new System.Windows.Forms.MenuStrip();
     this.toolsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_tools_save         = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_tools_load         = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_tools_clear        = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_tools_loadmmapdiag = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_tools_load_options = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_tools_allowediting = new System.Windows.Forms.ToolStripMenuItem();
     this.m_toolstripcont           = new ToolStripContainer();
     this.m_diag = new Rylogic.Gui.WinForms.DiagramControl();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.m_toolstripcont.BottomToolStripPanel.SuspendLayout();
     this.m_toolstripcont.ContentPanel.SuspendLayout();
     this.m_toolstripcont.TopToolStripPanel.SuspendLayout();
     this.m_toolstripcont.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_diag)).BeginInit();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_status_mouse_pos
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 0);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(552, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // m_status_mouse_pos
     //
     this.m_status_mouse_pos.Name = "m_status_mouse_pos";
     this.m_status_mouse_pos.Size = new System.Drawing.Size(118, 17);
     this.m_status_mouse_pos.Text = "toolStripStatusLabel1";
     //
     // menuStrip1
     //
     this.menuStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(3, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(152, 24);
     this.menuStrip1.Stretch  = false;
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_menu_tools_save,
         this.m_menu_tools_load,
         this.m_menu_tools_clear,
         this.m_menu_tools_loadmmapdiag,
         this.m_menu_tools_load_options,
         this.m_menu_tools_allowediting
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // m_menu_tools_save
     //
     this.m_menu_tools_save.Name = "m_menu_tools_save";
     this.m_menu_tools_save.Size = new System.Drawing.Size(166, 22);
     this.m_menu_tools_save.Text = "Save";
     //
     // m_menu_tools_load
     //
     this.m_menu_tools_load.Name = "m_menu_tools_load";
     this.m_menu_tools_load.Size = new System.Drawing.Size(166, 22);
     this.m_menu_tools_load.Text = "Load";
     //
     // m_menu_tools_clear
     //
     this.m_menu_tools_clear.Name = "m_menu_tools_clear";
     this.m_menu_tools_clear.Size = new System.Drawing.Size(166, 22);
     this.m_menu_tools_clear.Text = "Clear";
     //
     // m_menu_tools_loadmmapdiag
     //
     this.m_menu_tools_loadmmapdiag.Name = "m_menu_tools_loadmmapdiag";
     this.m_menu_tools_loadmmapdiag.Size = new System.Drawing.Size(166, 22);
     this.m_menu_tools_loadmmapdiag.Text = "Load mmap_diag";
     //
     // m_menu_tools_load_options
     //
     this.m_menu_tools_load_options.Name = "m_menu_tools_load_options";
     this.m_menu_tools_load_options.Size = new System.Drawing.Size(166, 22);
     this.m_menu_tools_load_options.Text = "Load Options";
     //
     // m_menu_tools_allowediting
     //
     this.m_menu_tools_allowediting.Name = "m_menu_tools_allowediting";
     this.m_menu_tools_allowediting.Size = new System.Drawing.Size(166, 22);
     this.m_menu_tools_allowediting.Text = "AllowEditing";
     //
     // m_toolstripcont
     //
     //
     // m_toolstripcont.BottomToolStripPanel
     //
     this.m_toolstripcont.BottomToolStripPanel.Controls.Add(this.statusStrip1);
     //
     // m_toolstripcont.ContentPanel
     //
     this.m_toolstripcont.ContentPanel.Controls.Add(this.m_diag);
     this.m_toolstripcont.ContentPanel.Size = new System.Drawing.Size(527, 520);
     this.m_toolstripcont.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_toolstripcont.Location = new System.Drawing.Point(0, 0);
     this.m_toolstripcont.Margin   = new System.Windows.Forms.Padding(0);
     this.m_toolstripcont.Name     = "m_toolstripcont";
     this.m_toolstripcont.Size     = new System.Drawing.Size(552, 566);
     this.m_toolstripcont.TabIndex = 4;
     this.m_toolstripcont.Text     = "toolStripContainer1";
     //
     // m_toolstripcont.TopToolStripPanel
     //
     this.m_toolstripcont.TopToolStripPanel.Controls.Add(this.menuStrip1);
     //
     // m_diag
     //
     this.m_diag.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.m_diag.Location            = new System.Drawing.Point(0, 0);
     this.m_diag.Name                = "m_diag";
     diagramOptions1.BkColour        = System.Drawing.SystemColors.ControlDark;
     nodeOptions1.AnchorSharingBias  = 70F;
     nodeOptions1.AnchorSpacing      = 25F;
     nodeOptions1.AutoRelink         = false;
     nodeOptions1.Margin             = 30F;
     diagramOptions1.Node            = nodeOptions1;
     scatterOptions1.ConnectorScale  = 1F;
     scatterOptions1.CoulombConstant = 1000F;
     scatterOptions1.Equilibrium     = 0.01F;
     scatterOptions1.MaxIterations   = 20;
     scatterOptions1.SpringConstant  = 0.01F;
     diagramOptions1.Scatter         = scatterOptions1;
     this.m_diag.Options             = diagramOptions1;
     this.m_diag.Size                = new System.Drawing.Size(527, 520);
     this.m_diag.TabIndex            = 0;
     //
     // DiagramControlUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(552, 566);
     this.Controls.Add(this.m_toolstripcont);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "DiagramControlUI";
     this.Text          = "DiagramControl";
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.m_toolstripcont.BottomToolStripPanel.ResumeLayout(false);
     this.m_toolstripcont.BottomToolStripPanel.PerformLayout();
     this.m_toolstripcont.ContentPanel.ResumeLayout(false);
     this.m_toolstripcont.TopToolStripPanel.ResumeLayout(false);
     this.m_toolstripcont.TopToolStripPanel.PerformLayout();
     this.m_toolstripcont.ResumeLayout(false);
     this.m_toolstripcont.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_diag)).EndInit();
     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(ToolStripPositionsUI));
     this.m_toolstripcont       = new Rylogic.Gui.WinForms.ToolStripContainer();
     this.m_menu                = new System.Windows.Forms.MenuStrip();
     this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripComboBox1    = new Rylogic.Gui.WinForms.ToolStripComboBox();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1      = new System.Windows.Forms.ToolStripButton();
     this.m_toolstrip1          = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip2            = new System.Windows.Forms.ToolStrip();
     this.m_toolstrip2          = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton2      = new System.Windows.Forms.ToolStripButton();
     this.toolStrip3            = new System.Windows.Forms.ToolStrip();
     this.m_toolstrip3          = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton3      = new System.Windows.Forms.ToolStripButton();
     this.m_menu_save           = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_load           = new System.Windows.Forms.ToolStripMenuItem();
     this.m_toolstripcont.LeftToolStripPanel.SuspendLayout();
     this.m_toolstripcont.TopToolStripPanel.SuspendLayout();
     this.m_toolstripcont.SuspendLayout();
     this.m_menu.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     this.SuspendLayout();
     //
     // m_toolstripcont
     //
     //
     // m_toolstripcont.ContentPanel
     //
     this.m_toolstripcont.ContentPanel.Size = new System.Drawing.Size(226, 184);
     this.m_toolstripcont.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // m_toolstripcont.LeftToolStripPanel
     //
     this.m_toolstripcont.LeftToolStripPanel.Controls.Add(this.toolStrip3);
     this.m_toolstripcont.Location = new System.Drawing.Point(0, 0);
     this.m_toolstripcont.Name     = "m_toolstripcont";
     this.m_toolstripcont.Size     = new System.Drawing.Size(284, 261);
     this.m_toolstripcont.TabIndex = 0;
     this.m_toolstripcont.Text     = "toolStripContainer1";
     //
     // m_toolstripcont.TopToolStripPanel
     //
     this.m_toolstripcont.TopToolStripPanel.Controls.Add(this.m_menu);
     this.m_toolstripcont.TopToolStripPanel.Controls.Add(this.toolStrip1);
     this.m_toolstripcont.TopToolStripPanel.Controls.Add(this.toolStrip2);
     //
     // m_menu
     //
     this.m_menu.Dock = System.Windows.Forms.DockStyle.None;
     this.m_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuToolStripMenuItem,
         this.toolStripComboBox1
     });
     this.m_menu.Location = new System.Drawing.Point(3, 0);
     this.m_menu.Name     = "m_menu";
     this.m_menu.Size     = new System.Drawing.Size(273, 27);
     this.m_menu.Stretch  = false;
     this.m_menu.TabIndex = 0;
     this.m_menu.Text     = "menuStrip1";
     //
     // menuToolStripMenuItem
     //
     this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_menu_save,
         this.m_menu_load
     });
     this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
     this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 23);
     this.menuToolStripMenuItem.Text = "Menu";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_toolstrip1,
         this.toolStripButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 27);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(92, 25);
     this.toolStrip1.TabIndex = 1;
     //
     // 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";
     //
     // m_toolstrip1
     //
     this.m_toolstrip1.Name = "m_toolstrip1";
     this.m_toolstrip1.Size = new System.Drawing.Size(57, 22);
     this.m_toolstrip1.Text = "toolstrip1";
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_toolstrip2,
         this.toolStripButton2
     });
     this.toolStrip2.Location = new System.Drawing.Point(95, 27);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(92, 25);
     this.toolStrip2.TabIndex = 2;
     //
     // m_toolstrip2
     //
     this.m_toolstrip2.Name = "m_toolstrip2";
     this.m_toolstrip2.Size = new System.Drawing.Size(57, 22);
     this.m_toolstrip2.Text = "toolstrip2";
     //
     // 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 = "toolStripButton2";
     //
     // toolStrip3
     //
     this.toolStrip3.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_toolstrip3,
         this.toolStripButton3
     });
     this.toolStrip3.Location = new System.Drawing.Point(0, 66);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(58, 52);
     this.toolStrip3.TabIndex = 3;
     //
     // m_toolstrip3
     //
     this.m_toolstrip3.Name = "m_toolstrip3";
     this.m_toolstrip3.Size = new System.Drawing.Size(56, 15);
     this.m_toolstrip3.Text = "toolstrip3";
     //
     // 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(56, 20);
     this.toolStripButton3.Text = "toolStripButton2";
     //
     // m_menu_save
     //
     this.m_menu_save.Name = "m_menu_save";
     this.m_menu_save.Size = new System.Drawing.Size(164, 22);
     this.m_menu_save.Text = "Save Positions";
     //
     // m_menu_load
     //
     this.m_menu_load.Name = "m_menu_load";
     this.m_menu_load.Size = new System.Drawing.Size(164, 22);
     this.m_menu_load.Text = "Restore Positions";
     //
     // ToolStripPositionsUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 261);
     this.Controls.Add(this.m_toolstripcont);
     this.MainMenuStrip = this.m_menu;
     this.Name          = "ToolStripPositionsUI";
     this.Text          = "toolstrip_positions_ui";
     this.m_toolstripcont.LeftToolStripPanel.ResumeLayout(false);
     this.m_toolstripcont.LeftToolStripPanel.PerformLayout();
     this.m_toolstripcont.TopToolStripPanel.ResumeLayout(false);
     this.m_toolstripcont.TopToolStripPanel.PerformLayout();
     this.m_toolstripcont.ResumeLayout(false);
     this.m_toolstripcont.PerformLayout();
     this.m_menu.ResumeLayout(false);
     this.m_menu.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.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(FindDuplicateFilesUI));
     this.m_tsc                   = new ToolStripContainer();
     this.m_ss                    = new System.Windows.Forms.StatusStrip();
     this.m_status                = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_dock                  = new DockContainer();
     this.m_menu                  = new System.Windows.Forms.MenuStrip();
     this.m_menu_file             = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_file_search_dirs = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_file_sep0        = new System.Windows.Forms.ToolStripSeparator();
     this.m_menu_file_exit        = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_window           = new System.Windows.Forms.ToolStripMenuItem();
     this.m_tsc.BottomToolStripPanel.SuspendLayout();
     this.m_tsc.ContentPanel.SuspendLayout();
     this.m_tsc.TopToolStripPanel.SuspendLayout();
     this.m_tsc.SuspendLayout();
     this.m_ss.SuspendLayout();
     this.m_menu.SuspendLayout();
     this.SuspendLayout();
     //
     // m_tsc
     //
     //
     // m_tsc.BottomToolStripPanel
     //
     this.m_tsc.BottomToolStripPanel.Controls.Add(this.m_ss);
     //
     // m_tsc.ContentPanel
     //
     this.m_tsc.ContentPanel.Controls.Add(this.m_dock);
     this.m_tsc.ContentPanel.Size = new System.Drawing.Size(738, 596);
     this.m_tsc.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_tsc.Location = new System.Drawing.Point(0, 0);
     this.m_tsc.Margin   = new System.Windows.Forms.Padding(0);
     this.m_tsc.Name     = "m_tsc";
     this.m_tsc.Size     = new System.Drawing.Size(738, 642);
     this.m_tsc.TabIndex = 0;
     this.m_tsc.Text     = "tsc";
     //
     // m_tsc.TopToolStripPanel
     //
     this.m_tsc.TopToolStripPanel.Controls.Add(this.m_menu);
     //
     // m_ss
     //
     this.m_ss.Dock = System.Windows.Forms.DockStyle.None;
     this.m_ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_status
     });
     this.m_ss.Location = new System.Drawing.Point(0, 0);
     this.m_ss.Name     = "m_ss";
     this.m_ss.Size     = new System.Drawing.Size(738, 22);
     this.m_ss.TabIndex = 0;
     //
     // m_status
     //
     this.m_status.Name = "m_status";
     this.m_status.Size = new System.Drawing.Size(26, 17);
     this.m_status.Text = "Idle";
     //
     // m_dock
     //
     this.m_dock.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_dock.Location = new System.Drawing.Point(0, 0);
     this.m_dock.Margin   = new System.Windows.Forms.Padding(0);
     this.m_dock.Name     = "m_dock";
     this.m_dock.Size     = new System.Drawing.Size(738, 596);
     this.m_dock.TabIndex = 0;
     //
     // m_menu
     //
     this.m_menu.Dock = System.Windows.Forms.DockStyle.None;
     this.m_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_menu_file,
         this.m_menu_window
     });
     this.m_menu.Location = new System.Drawing.Point(0, 0);
     this.m_menu.Name     = "m_menu";
     this.m_menu.Size     = new System.Drawing.Size(738, 24);
     this.m_menu.TabIndex = 0;
     this.m_menu.Text     = "menuStrip1";
     //
     // m_menu_file
     //
     this.m_menu_file.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_menu_file_search_dirs,
         this.m_menu_file_sep0,
         this.m_menu_file_exit
     });
     this.m_menu_file.Name = "m_menu_file";
     this.m_menu_file.Size = new System.Drawing.Size(37, 20);
     this.m_menu_file.Text = "&File";
     //
     // m_menu_file_search_dirs
     //
     this.m_menu_file_search_dirs.Name = "m_menu_file_search_dirs";
     this.m_menu_file_search_dirs.Size = new System.Drawing.Size(168, 22);
     this.m_menu_file_search_dirs.Text = "Search Directories";
     //
     // m_menu_file_sep0
     //
     this.m_menu_file_sep0.Name = "m_menu_file_sep0";
     this.m_menu_file_sep0.Size = new System.Drawing.Size(165, 6);
     //
     // m_menu_file_exit
     //
     this.m_menu_file_exit.Name = "m_menu_file_exit";
     this.m_menu_file_exit.Size = new System.Drawing.Size(168, 22);
     this.m_menu_file_exit.Text = "E&xit";
     //
     // m_menu_window
     //
     this.m_menu_window.Name = "m_menu_window";
     this.m_menu_window.Size = new System.Drawing.Size(63, 20);
     this.m_menu_window.Text = "&Window";
     //
     // FindDuplicateFilesUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(738, 642);
     this.Controls.Add(this.m_tsc);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.m_menu;
     this.Name          = "FindDuplicateFilesUI";
     this.Text          = "Find Duplicate Files";
     this.m_tsc.BottomToolStripPanel.ResumeLayout(false);
     this.m_tsc.BottomToolStripPanel.PerformLayout();
     this.m_tsc.ContentPanel.ResumeLayout(false);
     this.m_tsc.TopToolStripPanel.ResumeLayout(false);
     this.m_tsc.TopToolStripPanel.PerformLayout();
     this.m_tsc.ResumeLayout(false);
     this.m_tsc.PerformLayout();
     this.m_ss.ResumeLayout(false);
     this.m_ss.PerformLayout();
     this.m_menu.ResumeLayout(false);
     this.m_menu.PerformLayout();
     this.ResumeLayout(false);
 }
Example #4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlEditUI));
     this.m_tsc               = new Rylogic.Gui.WinForms.ToolStripContainer();
     this.m_dock              = new Rylogic.Gui.WinForms.DockContainer();
     this.m_menu              = new System.Windows.Forms.MenuStrip();
     this.m_menu_file         = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_file_open    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.m_menu_file_exit    = new System.Windows.Forms.ToolStripMenuItem();
     this.m_menu_file_save    = new System.Windows.Forms.ToolStripMenuItem();
     this.m_tsc.ContentPanel.SuspendLayout();
     this.m_tsc.TopToolStripPanel.SuspendLayout();
     this.m_tsc.SuspendLayout();
     this.m_menu.SuspendLayout();
     this.SuspendLayout();
     //
     // m_tsc
     //
     //
     // m_tsc.ContentPanel
     //
     this.m_tsc.ContentPanel.Controls.Add(this.m_dock);
     this.m_tsc.ContentPanel.Size = new System.Drawing.Size(627, 588);
     this.m_tsc.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_tsc.Location = new System.Drawing.Point(0, 0);
     this.m_tsc.Margin   = new System.Windows.Forms.Padding(0);
     this.m_tsc.Name     = "m_tsc";
     this.m_tsc.Size     = new System.Drawing.Size(627, 612);
     this.m_tsc.TabIndex = 2;
     this.m_tsc.Text     = "toolStripContainer1";
     //
     // m_tsc.TopToolStripPanel
     //
     this.m_tsc.TopToolStripPanel.Controls.Add(this.m_menu);
     //
     // m_dock
     //
     this.m_dock.ActiveContent = null;
     this.m_dock.ActivePane    = null;
     this.m_dock.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_dock.Location      = new System.Drawing.Point(0, 0);
     this.m_dock.Name          = "m_dock";
     this.m_dock.Size          = new System.Drawing.Size(627, 588);
     this.m_dock.TabIndex      = 1;
     //
     // m_menu
     //
     this.m_menu.Dock = System.Windows.Forms.DockStyle.None;
     this.m_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_menu_file
     });
     this.m_menu.Location = new System.Drawing.Point(0, 0);
     this.m_menu.Name     = "m_menu";
     this.m_menu.Size     = new System.Drawing.Size(627, 24);
     this.m_menu.TabIndex = 0;
     this.m_menu.Text     = "menuStrip1";
     //
     // m_menu_file
     //
     this.m_menu_file.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_menu_file_open,
         this.m_menu_file_save,
         this.toolStripSeparator1,
         this.m_menu_file_exit
     });
     this.m_menu_file.Name = "m_menu_file";
     this.m_menu_file.Size = new System.Drawing.Size(37, 20);
     this.m_menu_file.Text = "&File";
     //
     // m_menu_file_open
     //
     this.m_menu_file_open.Name = "m_menu_file_open";
     this.m_menu_file_open.Size = new System.Drawing.Size(152, 22);
     this.m_menu_file_open.Text = "&Open";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // m_menu_file_exit
     //
     this.m_menu_file_exit.Name = "m_menu_file_exit";
     this.m_menu_file_exit.Size = new System.Drawing.Size(152, 22);
     this.m_menu_file_exit.Text = "E&xit";
     //
     // m_menu_file_save
     //
     this.m_menu_file_save.Name = "m_menu_file_save";
     this.m_menu_file_save.Size = new System.Drawing.Size(152, 22);
     this.m_menu_file_save.Text = "&Save";
     //
     // XmlEditUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(627, 612);
     this.Controls.Add(this.m_tsc);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.m_menu;
     this.Name          = "XmlEditUI";
     this.Text          = "Xml Edit";
     this.m_tsc.ContentPanel.ResumeLayout(false);
     this.m_tsc.TopToolStripPanel.ResumeLayout(false);
     this.m_tsc.TopToolStripPanel.PerformLayout();
     this.m_tsc.ResumeLayout(false);
     this.m_tsc.PerformLayout();
     this.m_menu.ResumeLayout(false);
     this.m_menu.PerformLayout();
     this.ResumeLayout(false);
 }