mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-01 01:16:24 +00:00
726 lines
40 KiB
C#
726 lines
40 KiB
C#
namespace REX.Serialization.Resources.Dialogs
|
|
{
|
|
partial class MainControl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <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(MainControl));
|
|
REX.Controls.Forms.CREXToolbox.Toolbox.Tab tab1 = new REX.Controls.Forms.CREXToolbox.Toolbox.Tab();
|
|
REX.Controls.Forms.CREXToolbox.Toolbox.Item item1 = new REX.Controls.Forms.CREXToolbox.Toolbox.Item();
|
|
REX.Controls.Forms.CREXToolbox.Toolbox.Item item2 = new REX.Controls.Forms.CREXToolbox.Toolbox.Item();
|
|
REX.Controls.Forms.CREXToolbox.Toolbox.Item item3 = new REX.Controls.Forms.CREXToolbox.Toolbox.Item();
|
|
this.ToolStripContainer = new System.Windows.Forms.ToolStripContainer();
|
|
this.Status = new System.Windows.Forms.StatusStrip();
|
|
this.StatusHeaderLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.HSplit = new System.Windows.Forms.SplitContainer();
|
|
this.VSplit = new System.Windows.Forms.SplitContainer();
|
|
this.Toolbox = new REX.Controls.Forms.CREXToolbox.HostToolbox(false);
|
|
this.ToolStripContainerInner = new System.Windows.Forms.ToolStripContainer();
|
|
this.DialogContainer = new System.Windows.Forms.Panel();
|
|
this.ViewContainer = new System.Windows.Forms.Panel();
|
|
this.TabControl = new System.Windows.Forms.TabControl();
|
|
this.TabDialog = new System.Windows.Forms.TabPage();
|
|
this.TabView = new System.Windows.Forms.TabPage();
|
|
this.TabNote = new System.Windows.Forms.TabPage();
|
|
this.NoteContainer = new System.Windows.Forms.Panel();
|
|
this.WebBrowser = new System.Windows.Forms.WebBrowser();
|
|
this.ToolBarInner = new System.Windows.Forms.ToolStrip();
|
|
this.Menu = new System.Windows.Forms.MenuStrip();
|
|
this.MenuItemFile = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemOpen = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemSave = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.MenuItemPrint = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.MenuItemClose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemCalculations = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemCalc = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemHelpIndex = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.MenuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolBar = new System.Windows.Forms.ToolStrip();
|
|
this.ToolStripButtonOpen = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButtonSave = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparatorBC = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripButtonCalc = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparatorAC = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripButtonHelp = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolMenu = new System.Windows.Forms.ToolStrip();
|
|
this.ToolStripButtonFile = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.ToolStripMenuItemOpen = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItemSave = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItemSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripSeparatorBPrint = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripMenuItemPrint = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripSeparatorAPrint = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripMenuItemClose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripButtonCalcDropDown = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.ToolStripMenuItemCalc = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripButtonHelpDropDown = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.ToolStripMenuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripMenuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ButtonOpen = new System.Windows.Forms.ToolStripButton();
|
|
this.ButtonSave = new System.Windows.Forms.ToolStripButton();
|
|
this.ListImageListLarge = new System.Windows.Forms.ImageList(this.components);
|
|
this.ListImageListSmall = new System.Windows.Forms.ImageList(this.components);
|
|
this.ToolStripContainer.BottomToolStripPanel.SuspendLayout();
|
|
this.ToolStripContainer.ContentPanel.SuspendLayout();
|
|
this.ToolStripContainer.TopToolStripPanel.SuspendLayout();
|
|
this.ToolStripContainer.SuspendLayout();
|
|
this.Status.SuspendLayout();
|
|
this.HSplit.Panel1.SuspendLayout();
|
|
this.HSplit.SuspendLayout();
|
|
this.VSplit.Panel1.SuspendLayout();
|
|
this.VSplit.Panel2.SuspendLayout();
|
|
this.VSplit.SuspendLayout();
|
|
this.ToolStripContainerInner.ContentPanel.SuspendLayout();
|
|
this.ToolStripContainerInner.TopToolStripPanel.SuspendLayout();
|
|
this.ToolStripContainerInner.SuspendLayout();
|
|
this.TabControl.SuspendLayout();
|
|
this.NoteContainer.SuspendLayout();
|
|
this.Menu.SuspendLayout();
|
|
this.ToolBar.SuspendLayout();
|
|
this.ToolMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// ToolStripContainer
|
|
//
|
|
//
|
|
// ToolStripContainer.BottomToolStripPanel
|
|
//
|
|
this.ToolStripContainer.BottomToolStripPanel.Controls.Add(this.Status);
|
|
//
|
|
// ToolStripContainer.ContentPanel
|
|
//
|
|
this.ToolStripContainer.ContentPanel.Controls.Add(this.HSplit);
|
|
resources.ApplyResources(this.ToolStripContainer.ContentPanel, "ToolStripContainer.ContentPanel");
|
|
resources.ApplyResources(this.ToolStripContainer, "ToolStripContainer");
|
|
this.ToolStripContainer.Name = "ToolStripContainer";
|
|
//
|
|
// ToolStripContainer.TopToolStripPanel
|
|
//
|
|
this.ToolStripContainer.TopToolStripPanel.Controls.Add(this.Menu);
|
|
this.ToolStripContainer.TopToolStripPanel.Controls.Add(this.ToolMenu);
|
|
this.ToolStripContainer.TopToolStripPanel.Controls.Add(this.ToolBar);
|
|
this.ToolStripContainer.TopToolStripPanel.Click += new System.EventHandler(this.ToolStripContainer_TopToolStripPanel_Click);
|
|
//
|
|
// Status
|
|
//
|
|
this.Status.AllowItemReorder = true;
|
|
resources.ApplyResources(this.Status, "Status");
|
|
this.Status.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.StatusHeaderLabel,
|
|
this.StatusLabel,
|
|
this.StatusProgress});
|
|
this.Status.Name = "Status";
|
|
this.Status.SizingGrip = false;
|
|
//
|
|
// StatusHeaderLabel
|
|
//
|
|
this.StatusHeaderLabel.Name = "StatusHeaderLabel";
|
|
resources.ApplyResources(this.StatusHeaderLabel, "StatusHeaderLabel");
|
|
//
|
|
// StatusLabel
|
|
//
|
|
this.StatusLabel.Name = "StatusLabel";
|
|
resources.ApplyResources(this.StatusLabel, "StatusLabel");
|
|
this.StatusLabel.Spring = true;
|
|
//
|
|
// StatusProgress
|
|
//
|
|
this.StatusProgress.Name = "StatusProgress";
|
|
resources.ApplyResources(this.StatusProgress, "StatusProgress");
|
|
//
|
|
// HSplit
|
|
//
|
|
resources.ApplyResources(this.HSplit, "HSplit");
|
|
this.HSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.HSplit.Name = "HSplit";
|
|
//
|
|
// HSplit.Panel1
|
|
//
|
|
this.HSplit.Panel1.Controls.Add(this.VSplit);
|
|
//
|
|
// VSplit
|
|
//
|
|
resources.ApplyResources(this.VSplit, "VSplit");
|
|
this.VSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.VSplit.Name = "VSplit";
|
|
//
|
|
// VSplit.Panel1
|
|
//
|
|
this.VSplit.Panel1.Controls.Add(this.Toolbox);
|
|
//
|
|
// VSplit.Panel2
|
|
//
|
|
this.VSplit.Panel2.Controls.Add(this.ToolStripContainerInner);
|
|
this.VSplit.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.VSplit_SplitterMoved);
|
|
//
|
|
// Toolbox
|
|
//
|
|
this.Toolbox.BorderColor = System.Drawing.Color.Empty;
|
|
tab1.Name = null;
|
|
tab1.Tag = null;
|
|
tab1.Text = "Category";
|
|
this.Toolbox.Categories.AddRange(new REX.Controls.Forms.CREXToolbox.Toolbox.Tab[] {
|
|
tab1});
|
|
resources.ApplyResources(this.Toolbox, "Toolbox");
|
|
this.Toolbox.ItemHoverColorBottom = System.Drawing.Color.LightBlue;
|
|
this.Toolbox.Items.AddRange(new REX.Controls.Forms.CREXToolbox.Toolbox.Item[] {
|
|
item1,
|
|
item2,
|
|
item3});
|
|
this.Toolbox.ItemSelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(211)))), ((int)(((byte)(253)))));
|
|
this.Toolbox.ItemSelectColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(145)))), ((int)(((byte)(251)))));
|
|
this.Toolbox.ItemSelectHoverColorBottom = System.Drawing.Color.PaleTurquoise;
|
|
this.Toolbox.Name = "Toolbox";
|
|
this.Toolbox.SelectedCategory = "";
|
|
this.Toolbox.ShowItemMenu = false;
|
|
this.Toolbox.ShowTabMenu = false;
|
|
this.Toolbox.TabSelectColorBottom = System.Drawing.Color.Lavender;
|
|
this.Toolbox.SelectItem += new System.EventHandler<REX.Controls.Forms.CREXToolbox.ItemSelectionEventArgs>(this.Toolbox_SelectItem_1);
|
|
//
|
|
// ToolStripContainerInner
|
|
//
|
|
//
|
|
// ToolStripContainerInner.ContentPanel
|
|
//
|
|
this.ToolStripContainerInner.ContentPanel.Controls.Add(this.DialogContainer);
|
|
this.ToolStripContainerInner.ContentPanel.Controls.Add(this.ViewContainer);
|
|
this.ToolStripContainerInner.ContentPanel.Controls.Add(this.TabControl);
|
|
this.ToolStripContainerInner.ContentPanel.Controls.Add(this.NoteContainer);
|
|
resources.ApplyResources(this.ToolStripContainerInner.ContentPanel, "ToolStripContainerInner.ContentPanel");
|
|
resources.ApplyResources(this.ToolStripContainerInner, "ToolStripContainerInner");
|
|
this.ToolStripContainerInner.Name = "ToolStripContainerInner";
|
|
//
|
|
// ToolStripContainerInner.TopToolStripPanel
|
|
//
|
|
this.ToolStripContainerInner.TopToolStripPanel.Controls.Add(this.ToolBarInner);
|
|
//
|
|
// DialogContainer
|
|
//
|
|
resources.ApplyResources(this.DialogContainer, "DialogContainer");
|
|
this.DialogContainer.Name = "DialogContainer";
|
|
//
|
|
// ViewContainer
|
|
//
|
|
resources.ApplyResources(this.ViewContainer, "ViewContainer");
|
|
this.ViewContainer.Name = "ViewContainer";
|
|
//
|
|
// TabControl
|
|
//
|
|
this.TabControl.Controls.Add(this.TabDialog);
|
|
this.TabControl.Controls.Add(this.TabView);
|
|
this.TabControl.Controls.Add(this.TabNote);
|
|
resources.ApplyResources(this.TabControl, "TabControl");
|
|
this.TabControl.Multiline = true;
|
|
this.TabControl.Name = "TabControl";
|
|
this.TabControl.SelectedIndex = 0;
|
|
//
|
|
// TabDialog
|
|
//
|
|
resources.ApplyResources(this.TabDialog, "TabDialog");
|
|
this.TabDialog.Name = "TabDialog";
|
|
this.TabDialog.UseVisualStyleBackColor = true;
|
|
//
|
|
// TabView
|
|
//
|
|
resources.ApplyResources(this.TabView, "TabView");
|
|
this.TabView.Name = "TabView";
|
|
this.TabView.UseVisualStyleBackColor = true;
|
|
//
|
|
// TabNote
|
|
//
|
|
resources.ApplyResources(this.TabNote, "TabNote");
|
|
this.TabNote.Name = "TabNote";
|
|
this.TabNote.UseVisualStyleBackColor = true;
|
|
//
|
|
// NoteContainer
|
|
//
|
|
this.NoteContainer.Controls.Add(this.WebBrowser);
|
|
resources.ApplyResources(this.NoteContainer, "NoteContainer");
|
|
this.NoteContainer.Name = "NoteContainer";
|
|
//
|
|
// WebBrowser
|
|
//
|
|
resources.ApplyResources(this.WebBrowser, "WebBrowser");
|
|
this.WebBrowser.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.WebBrowser.Name = "WebBrowser";
|
|
//
|
|
// ToolBarInner
|
|
//
|
|
resources.ApplyResources(this.ToolBarInner, "ToolBarInner");
|
|
this.ToolBarInner.Name = "ToolBarInner";
|
|
//
|
|
// Menu
|
|
//
|
|
resources.ApplyResources(this.Menu, "Menu");
|
|
this.Menu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
|
|
this.Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.MenuItemFile,
|
|
this.MenuItemCalculations,
|
|
this.MenuItemHelp});
|
|
this.Menu.Name = "Menu";
|
|
//
|
|
// MenuItemFile
|
|
//
|
|
this.MenuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.MenuItemOpen,
|
|
this.MenuItemSave,
|
|
this.MenuItemSaveAs,
|
|
this.toolStripSeparator7,
|
|
this.MenuItemPrint,
|
|
this.toolStripSeparator8,
|
|
this.MenuItemClose});
|
|
this.MenuItemFile.Name = "MenuItemFile";
|
|
resources.ApplyResources(this.MenuItemFile, "MenuItemFile");
|
|
//
|
|
// MenuItemOpen
|
|
//
|
|
this.MenuItemOpen.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_open;
|
|
this.MenuItemOpen.Name = "MenuItemOpen";
|
|
resources.ApplyResources(this.MenuItemOpen, "MenuItemOpen");
|
|
this.MenuItemOpen.Click += new System.EventHandler(this.MenuItemOpen_Click);
|
|
//
|
|
// MenuItemSave
|
|
//
|
|
this.MenuItemSave.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_save;
|
|
this.MenuItemSave.Name = "MenuItemSave";
|
|
resources.ApplyResources(this.MenuItemSave, "MenuItemSave");
|
|
this.MenuItemSave.Click += new System.EventHandler(this.MenuItemSave_Click);
|
|
//
|
|
// MenuItemSaveAs
|
|
//
|
|
this.MenuItemSaveAs.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_save_as;
|
|
this.MenuItemSaveAs.Name = "MenuItemSaveAs";
|
|
resources.ApplyResources(this.MenuItemSaveAs, "MenuItemSaveAs");
|
|
this.MenuItemSaveAs.Click += new System.EventHandler(this.MenuItemSaveAs_Click);
|
|
//
|
|
// toolStripSeparator7
|
|
//
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7");
|
|
//
|
|
// MenuItemPrint
|
|
//
|
|
this.MenuItemPrint.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_print;
|
|
this.MenuItemPrint.Name = "MenuItemPrint";
|
|
resources.ApplyResources(this.MenuItemPrint, "MenuItemPrint");
|
|
this.MenuItemPrint.Click += new System.EventHandler(this.MenuItemPrint_Click);
|
|
//
|
|
// toolStripSeparator8
|
|
//
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
resources.ApplyResources(this.toolStripSeparator8, "toolStripSeparator8");
|
|
//
|
|
// MenuItemClose
|
|
//
|
|
this.MenuItemClose.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_close;
|
|
this.MenuItemClose.Name = "MenuItemClose";
|
|
resources.ApplyResources(this.MenuItemClose, "MenuItemClose");
|
|
this.MenuItemClose.Click += new System.EventHandler(this.MenuItemClose_Click);
|
|
//
|
|
// MenuItemCalculations
|
|
//
|
|
this.MenuItemCalculations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.MenuItemCalc});
|
|
this.MenuItemCalculations.Name = "MenuItemCalculations";
|
|
resources.ApplyResources(this.MenuItemCalculations, "MenuItemCalculations");
|
|
//
|
|
// MenuItemCalc
|
|
//
|
|
this.MenuItemCalc.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_calculate;
|
|
this.MenuItemCalc.Name = "MenuItemCalc";
|
|
resources.ApplyResources(this.MenuItemCalc, "MenuItemCalc");
|
|
this.MenuItemCalc.Click += new System.EventHandler(this.MenuItemCalc_Click);
|
|
//
|
|
// MenuItemHelp
|
|
//
|
|
this.MenuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.MenuItemHelpIndex,
|
|
this.toolStripSeparator9,
|
|
this.MenuItemAbout});
|
|
this.MenuItemHelp.Name = "MenuItemHelp";
|
|
resources.ApplyResources(this.MenuItemHelp, "MenuItemHelp");
|
|
//
|
|
// MenuItemHelpIndex
|
|
//
|
|
this.MenuItemHelpIndex.Name = "MenuItemHelpIndex";
|
|
resources.ApplyResources(this.MenuItemHelpIndex, "MenuItemHelpIndex");
|
|
this.MenuItemHelpIndex.Click += new System.EventHandler(this.MenuItemHelpIndex_Click);
|
|
//
|
|
// toolStripSeparator9
|
|
//
|
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
|
resources.ApplyResources(this.toolStripSeparator9, "toolStripSeparator9");
|
|
//
|
|
// MenuItemAbout
|
|
//
|
|
this.MenuItemAbout.Name = "MenuItemAbout";
|
|
resources.ApplyResources(this.MenuItemAbout, "MenuItemAbout");
|
|
this.MenuItemAbout.Click += new System.EventHandler(this.MenuItemAbout_Click);
|
|
//
|
|
// ToolBar
|
|
//
|
|
resources.ApplyResources(this.ToolBar, "ToolBar");
|
|
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripButtonOpen,
|
|
this.ToolStripButtonSave,
|
|
this.ToolStripSeparatorBC,
|
|
this.ToolStripButtonCalc,
|
|
this.ToolStripSeparatorAC,
|
|
this.ToolStripButtonHelp});
|
|
this.ToolBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.ToolBar.Name = "ToolBar";
|
|
//
|
|
// ToolStripButtonOpen
|
|
//
|
|
this.ToolStripButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButtonOpen.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_open;
|
|
resources.ApplyResources(this.ToolStripButtonOpen, "ToolStripButtonOpen");
|
|
this.ToolStripButtonOpen.Name = "ToolStripButtonOpen";
|
|
this.ToolStripButtonOpen.Click += new System.EventHandler(this.ToolStripButtonOpen_Click);
|
|
//
|
|
// ToolStripButtonSave
|
|
//
|
|
this.ToolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButtonSave.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_save;
|
|
resources.ApplyResources(this.ToolStripButtonSave, "ToolStripButtonSave");
|
|
this.ToolStripButtonSave.Name = "ToolStripButtonSave";
|
|
this.ToolStripButtonSave.Click += new System.EventHandler(this.ToolStripButtonSave_Click);
|
|
//
|
|
// ToolStripSeparatorBC
|
|
//
|
|
this.ToolStripSeparatorBC.Name = "ToolStripSeparatorBC";
|
|
resources.ApplyResources(this.ToolStripSeparatorBC, "ToolStripSeparatorBC");
|
|
//
|
|
// ToolStripButtonCalc
|
|
//
|
|
this.ToolStripButtonCalc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButtonCalc.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_calculate;
|
|
resources.ApplyResources(this.ToolStripButtonCalc, "ToolStripButtonCalc");
|
|
this.ToolStripButtonCalc.Name = "ToolStripButtonCalc";
|
|
this.ToolStripButtonCalc.Click += new System.EventHandler(this.ToolStripButtonCalc_Click);
|
|
//
|
|
// ToolStripSeparatorAC
|
|
//
|
|
this.ToolStripSeparatorAC.Name = "ToolStripSeparatorAC";
|
|
resources.ApplyResources(this.ToolStripSeparatorAC, "ToolStripSeparatorAC");
|
|
//
|
|
// ToolStripButtonHelp
|
|
//
|
|
this.ToolStripButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButtonHelp.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_help;
|
|
resources.ApplyResources(this.ToolStripButtonHelp, "ToolStripButtonHelp");
|
|
this.ToolStripButtonHelp.Name = "ToolStripButtonHelp";
|
|
this.ToolStripButtonHelp.Click += new System.EventHandler(this.ToolStripButtonHelp_Click);
|
|
//
|
|
// ToolMenu
|
|
//
|
|
resources.ApplyResources(this.ToolMenu, "ToolMenu");
|
|
this.ToolMenu.CanOverflow = false;
|
|
this.ToolMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripButtonFile,
|
|
this.ToolStripButtonCalcDropDown,
|
|
this.ToolStripButtonHelpDropDown});
|
|
this.ToolMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.ToolMenu.Name = "ToolMenu";
|
|
this.ToolMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ToolMenu_ItemClicked);
|
|
//
|
|
// ToolStripButtonFile
|
|
//
|
|
this.ToolStripButtonFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.ToolStripButtonFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripMenuItemOpen,
|
|
this.ToolStripMenuItemSave,
|
|
this.ToolStripMenuItemSaveAs,
|
|
this.ToolStripSeparatorBPrint,
|
|
this.ToolStripMenuItemPrint,
|
|
this.ToolStripSeparatorAPrint,
|
|
this.ToolStripMenuItemClose});
|
|
resources.ApplyResources(this.ToolStripButtonFile, "ToolStripButtonFile");
|
|
this.ToolStripButtonFile.Name = "ToolStripButtonFile";
|
|
//
|
|
// ToolStripMenuItemOpen
|
|
//
|
|
this.ToolStripMenuItemOpen.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_open;
|
|
this.ToolStripMenuItemOpen.Name = "ToolStripMenuItemOpen";
|
|
resources.ApplyResources(this.ToolStripMenuItemOpen, "ToolStripMenuItemOpen");
|
|
this.ToolStripMenuItemOpen.Click += new System.EventHandler(this.ToolStripMenuItemOpen_Click);
|
|
//
|
|
// ToolStripMenuItemSave
|
|
//
|
|
this.ToolStripMenuItemSave.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_save;
|
|
this.ToolStripMenuItemSave.Name = "ToolStripMenuItemSave";
|
|
resources.ApplyResources(this.ToolStripMenuItemSave, "ToolStripMenuItemSave");
|
|
this.ToolStripMenuItemSave.Click += new System.EventHandler(this.ToolStripMenuItemSave_Click);
|
|
//
|
|
// ToolStripMenuItemSaveAs
|
|
//
|
|
this.ToolStripMenuItemSaveAs.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_save_as;
|
|
this.ToolStripMenuItemSaveAs.Name = "ToolStripMenuItemSaveAs";
|
|
resources.ApplyResources(this.ToolStripMenuItemSaveAs, "ToolStripMenuItemSaveAs");
|
|
this.ToolStripMenuItemSaveAs.Click += new System.EventHandler(this.ToolStripMenuItemSaveAs_Click);
|
|
//
|
|
// ToolStripSeparatorBPrint
|
|
//
|
|
this.ToolStripSeparatorBPrint.Name = "ToolStripSeparatorBPrint";
|
|
resources.ApplyResources(this.ToolStripSeparatorBPrint, "ToolStripSeparatorBPrint");
|
|
//
|
|
// ToolStripMenuItemPrint
|
|
//
|
|
this.ToolStripMenuItemPrint.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_print;
|
|
this.ToolStripMenuItemPrint.Name = "ToolStripMenuItemPrint";
|
|
resources.ApplyResources(this.ToolStripMenuItemPrint, "ToolStripMenuItemPrint");
|
|
this.ToolStripMenuItemPrint.Click += new System.EventHandler(this.ToolStripMenuItemPrint_Click);
|
|
//
|
|
// ToolStripSeparatorAPrint
|
|
//
|
|
this.ToolStripSeparatorAPrint.Name = "ToolStripSeparatorAPrint";
|
|
resources.ApplyResources(this.ToolStripSeparatorAPrint, "ToolStripSeparatorAPrint");
|
|
//
|
|
// ToolStripMenuItemClose
|
|
//
|
|
this.ToolStripMenuItemClose.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_close;
|
|
this.ToolStripMenuItemClose.Name = "ToolStripMenuItemClose";
|
|
resources.ApplyResources(this.ToolStripMenuItemClose, "ToolStripMenuItemClose");
|
|
this.ToolStripMenuItemClose.Click += new System.EventHandler(this.ToolStripMenuItemClose_Click);
|
|
//
|
|
// ToolStripButtonCalcDropDown
|
|
//
|
|
this.ToolStripButtonCalcDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.ToolStripButtonCalcDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripMenuItemCalc});
|
|
resources.ApplyResources(this.ToolStripButtonCalcDropDown, "ToolStripButtonCalcDropDown");
|
|
this.ToolStripButtonCalcDropDown.Name = "ToolStripButtonCalcDropDown";
|
|
//
|
|
// ToolStripMenuItemCalc
|
|
//
|
|
this.ToolStripMenuItemCalc.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_calculate;
|
|
this.ToolStripMenuItemCalc.Name = "ToolStripMenuItemCalc";
|
|
resources.ApplyResources(this.ToolStripMenuItemCalc, "ToolStripMenuItemCalc");
|
|
this.ToolStripMenuItemCalc.Click += new System.EventHandler(this.ToolStripMenuItemCalc_Click);
|
|
//
|
|
// ToolStripButtonHelpDropDown
|
|
//
|
|
this.ToolStripButtonHelpDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.ToolStripButtonHelpDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripMenuItemHelp,
|
|
this.toolStripSeparator13,
|
|
this.ToolStripMenuItemAbout});
|
|
resources.ApplyResources(this.ToolStripButtonHelpDropDown, "ToolStripButtonHelpDropDown");
|
|
this.ToolStripButtonHelpDropDown.Name = "ToolStripButtonHelpDropDown";
|
|
//
|
|
// ToolStripMenuItemHelp
|
|
//
|
|
this.ToolStripMenuItemHelp.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_help;
|
|
this.ToolStripMenuItemHelp.Name = "ToolStripMenuItemHelp";
|
|
resources.ApplyResources(this.ToolStripMenuItemHelp, "ToolStripMenuItemHelp");
|
|
this.ToolStripMenuItemHelp.Click += new System.EventHandler(this.ToolStripMenuItemHelp_Click);
|
|
//
|
|
// toolStripSeparator13
|
|
//
|
|
this.toolStripSeparator13.Name = "toolStripSeparator13";
|
|
resources.ApplyResources(this.toolStripSeparator13, "toolStripSeparator13");
|
|
//
|
|
// ToolStripMenuItemAbout
|
|
//
|
|
this.ToolStripMenuItemAbout.Image = global::REX.Serialization.Resources.Other.Images.TOOLBAR_info;
|
|
this.ToolStripMenuItemAbout.Name = "ToolStripMenuItemAbout";
|
|
resources.ApplyResources(this.ToolStripMenuItemAbout, "ToolStripMenuItemAbout");
|
|
this.ToolStripMenuItemAbout.Click += new System.EventHandler(this.ToolStripMenuItemAbout_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
|
|
//
|
|
// ButtonOpen
|
|
//
|
|
this.ButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
resources.ApplyResources(this.ButtonOpen, "ButtonOpen");
|
|
this.ButtonOpen.Name = "ButtonOpen";
|
|
//
|
|
// ButtonSave
|
|
//
|
|
this.ButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
resources.ApplyResources(this.ButtonSave, "ButtonSave");
|
|
this.ButtonSave.Name = "ButtonSave";
|
|
//
|
|
// ListImageListLarge
|
|
//
|
|
this.ListImageListLarge.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListImageListLarge.ImageStream")));
|
|
this.ListImageListLarge.Tag = "ListImageListLarge";
|
|
this.ListImageListLarge.TransparentColor = System.Drawing.Color.Magenta;
|
|
this.ListImageListLarge.Images.SetKeyName(0, "List_Zone.png");
|
|
this.ListImageListLarge.Images.SetKeyName(1, "List_BarAdd.png");
|
|
this.ListImageListLarge.Images.SetKeyName(2, "List_Geom.png");
|
|
//
|
|
// ListImageListSmall
|
|
//
|
|
this.ListImageListSmall.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
|
resources.ApplyResources(this.ListImageListSmall, "ListImageListSmall");
|
|
this.ListImageListSmall.Tag = "ListImageListSmall";
|
|
this.ListImageListSmall.TransparentColor = System.Drawing.Color.Magenta;
|
|
//
|
|
// MainControl
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.ToolStripContainer);
|
|
this.Name = "MainControl";
|
|
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();
|
|
this.Status.ResumeLayout(false);
|
|
this.Status.PerformLayout();
|
|
this.HSplit.Panel1.ResumeLayout(false);
|
|
this.HSplit.ResumeLayout(false);
|
|
this.VSplit.Panel1.ResumeLayout(false);
|
|
this.VSplit.Panel2.ResumeLayout(false);
|
|
this.VSplit.ResumeLayout(false);
|
|
this.ToolStripContainerInner.ContentPanel.ResumeLayout(false);
|
|
this.ToolStripContainerInner.TopToolStripPanel.ResumeLayout(false);
|
|
this.ToolStripContainerInner.TopToolStripPanel.PerformLayout();
|
|
this.ToolStripContainerInner.ResumeLayout(false);
|
|
this.ToolStripContainerInner.PerformLayout();
|
|
this.TabControl.ResumeLayout(false);
|
|
this.NoteContainer.ResumeLayout(false);
|
|
this.Menu.ResumeLayout(false);
|
|
this.Menu.PerformLayout();
|
|
this.ToolBar.ResumeLayout(false);
|
|
this.ToolBar.PerformLayout();
|
|
this.ToolMenu.ResumeLayout(false);
|
|
this.ToolMenu.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer VSplit;
|
|
private System.Windows.Forms.TabControl TabControl;
|
|
private System.Windows.Forms.SplitContainer HSplit;
|
|
private System.Windows.Forms.Panel DialogContainer;
|
|
private System.Windows.Forms.Panel ViewContainer;
|
|
private System.Windows.Forms.TabPage TabView;
|
|
private System.Windows.Forms.TabPage TabNote;
|
|
private System.Windows.Forms.TabPage TabDialog;
|
|
private System.Windows.Forms.Panel NoteContainer;
|
|
private System.Windows.Forms.WebBrowser WebBrowser;
|
|
private System.Windows.Forms.MenuStrip Menu;
|
|
private System.Windows.Forms.ToolStripContainer ToolStripContainer;
|
|
private System.Windows.Forms.StatusStrip Status;
|
|
private System.Windows.Forms.ToolStripButton ButtonOpen;
|
|
private System.Windows.Forms.ToolStripButton ButtonSave;
|
|
private System.Windows.Forms.ToolStripContainer ToolStripContainerInner;
|
|
private System.Windows.Forms.ToolStrip ToolBarInner;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemFile;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemCalculations;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemHelp;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemOpen;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemSave;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemSaveAs;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemPrint;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemClose;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemCalc;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemHelpIndex;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemAbout;
|
|
private System.Windows.Forms.ToolStrip ToolMenu;
|
|
private System.Windows.Forms.ToolStripDropDownButton ToolStripButtonFile;
|
|
private System.Windows.Forms.ToolStripDropDownButton ToolStripButtonCalcDropDown;
|
|
private System.Windows.Forms.ToolStripDropDownButton ToolStripButtonHelpDropDown;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemOpen;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemSave;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemSaveAs;
|
|
private System.Windows.Forms.ToolStripSeparator ToolStripSeparatorBPrint;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemPrint;
|
|
private System.Windows.Forms.ToolStripSeparator ToolStripSeparatorAPrint;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemClose;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemCalc;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHelp;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemAbout;
|
|
private System.Windows.Forms.ToolStripStatusLabel StatusHeaderLabel;
|
|
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
|
|
private System.Windows.Forms.ToolStripProgressBar StatusProgress;
|
|
private System.Windows.Forms.ToolStrip ToolBar;
|
|
private System.Windows.Forms.ToolStripButton ToolStripButtonOpen;
|
|
private System.Windows.Forms.ToolStripButton ToolStripButtonSave;
|
|
private System.Windows.Forms.ToolStripSeparator ToolStripSeparatorBC;
|
|
private System.Windows.Forms.ToolStripButton ToolStripButtonCalc;
|
|
private System.Windows.Forms.ToolStripSeparator ToolStripSeparatorAC;
|
|
private System.Windows.Forms.ToolStripButton ToolStripButtonHelp;
|
|
private REX.Controls.Forms.CREXToolbox.HostToolbox Toolbox;
|
|
private System.Windows.Forms.ImageList ListImageListLarge;
|
|
private System.Windows.Forms.ImageList ListImageListSmall;
|
|
}
|
|
}
|