namespace SharpImage.Main
{
partial class siFormMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(siFormMain));
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.progressStatus = new System.Windows.Forms.ToolStripProgressBar();
this.lblImageLocation = new System.Windows.Forms.ToolStripStatusLabel();
this.menuMain = new System.Windows.Forms.MenuStrip();
this.menuFile = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileOpen = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileOpenImage = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileOpenSeries = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileOpenSOMetafile = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileSave = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileSep1 = new System.Windows.Forms.ToolStripSeparator();
this.menuFileClose = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileCloseAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileSep2 = new System.Windows.Forms.ToolStripSeparator();
this.menuFileRecent = new System.Windows.Forms.ToolStripMenuItem();
this.menuFileSep3 = new System.Windows.Forms.ToolStripSeparator();
this.menuFileExit = new System.Windows.Forms.ToolStripMenuItem();
this.menuScript = new System.Windows.Forms.ToolStripMenuItem();
this.menuScriptExecute = new System.Windows.Forms.ToolStripMenuItem();
this.menuScriptAbort = new System.Windows.Forms.ToolStripMenuItem();
this.menuScriptSep1 = new System.Windows.Forms.ToolStripSeparator();
this.menuScriptConsole = new System.Windows.Forms.ToolStripMenuItem();
this.menuScriptSep2 = new System.Windows.Forms.ToolStripSeparator();
this.menuScriptRecent = new System.Windows.Forms.ToolStripMenuItem();
this.menuWindow = new System.Windows.Forms.ToolStripMenuItem();
this.menuWindowCascade = new System.Windows.Forms.ToolStripMenuItem();
this.menuWindowTileH = new System.Windows.Forms.ToolStripMenuItem();
this.menuWindowTileV = new System.Windows.Forms.ToolStripMenuItem();
this.menuWindowSep1 = new System.Windows.Forms.ToolStripSeparator();
this.menuWindowCloseAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuTest = new System.Windows.Forms.ToolStripMenuItem();
this.menuTextureRendering = new System.Windows.Forms.ToolStripMenuItem();
this.menuTransferFunction = new System.Windows.Forms.ToolStripMenuItem();
this.menuTubeRendering = new System.Windows.Forms.ToolStripMenuItem();
this.menuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.menuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
this.tabBottom = new Crownwood.Magic.Controls.TabControl();
this.splitterBottom = new System.Windows.Forms.Splitter();
this.tabRight = new Crownwood.Magic.Controls.TabControl();
this.splitterRight = new System.Windows.Forms.Splitter();
this.menuWindowHideUnused = new System.Windows.Forms.ToolStripMenuItem();
this.menuWindowSep2 = new System.Windows.Forms.ToolStripSeparator();
this.menuWindowShowAll = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip.SuspendLayout();
this.menuMain.SuspendLayout();
this.SuspendLayout();
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus,
this.progressStatus,
this.lblImageLocation});
this.statusStrip.Location = new System.Drawing.Point(0, 362);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(535, 22);
this.statusStrip.TabIndex = 1;
//
// lblStatus
//
this.lblStatus.AutoSize = false;
this.lblStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.lblStatus.Name = "lblStatus";
this.lblStatus.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
this.lblStatus.Size = new System.Drawing.Size(382, 17);
this.lblStatus.Spring = true;
this.lblStatus.Text = "Ready...";
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// progressStatus
//
this.progressStatus.Name = "progressStatus";
this.progressStatus.Size = new System.Drawing.Size(100, 16);
this.progressStatus.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
//
// lblImageLocation
//
this.lblImageLocation.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.lblImageLocation.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
this.lblImageLocation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.lblImageLocation.Name = "lblImageLocation";
this.lblImageLocation.Size = new System.Drawing.Size(36, 17);
this.lblImageLocation.Text = "None";
this.lblImageLocation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// menuMain
//
this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuFile,
this.menuScript,
this.menuWindow,
#if DEBUG
this.menuTest,
#endif
this.menuHelp});
this.menuMain.Location = new System.Drawing.Point(0, 0);
this.menuMain.MdiWindowListItem = this.menuWindow;
this.menuMain.Name = "menuMain";
this.menuMain.Size = new System.Drawing.Size(535, 24);
this.menuMain.TabIndex = 3;
this.menuMain.Text = "menuStrip1";
//
// menuFile
//
this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuFileOpen,
this.menuFileSave,
this.menuFileSaveAs,
this.menuFileSep1,
this.menuFileClose,
this.menuFileCloseAll,
this.menuFileSep2,
this.menuFileRecent,
this.menuFileSep3,
this.menuFileExit});
this.menuFile.Name = "menuFile";
this.menuFile.Size = new System.Drawing.Size(35, 20);
this.menuFile.Text = "&File";
//
// menuFileOpen
//
this.menuFileOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuFileOpenImage,
this.menuFileOpenSeries,
this.menuFileOpenSOMetafile});
this.menuFileOpen.Image = global::SharpImage.Properties.Resources.Open;
this.menuFileOpen.Name = "menuFileOpen";
this.menuFileOpen.Size = new System.Drawing.Size(152, 22);
this.menuFileOpen.Text = "&Open...";
//
// menuFileOpenImage
//
this.menuFileOpenImage.Name = "menuFileOpenImage";
this.menuFileOpenImage.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.menuFileOpenImage.Size = new System.Drawing.Size(231, 22);
this.menuFileOpenImage.Text = "Open Image...";
this.menuFileOpenImage.Click += new System.EventHandler(this.MenuFileOpen_Click);
//
// menuFileOpenSeries
//
this.menuFileOpenSeries.Name = "menuFileOpenSeries";
this.menuFileOpenSeries.Size = new System.Drawing.Size(231, 22);
this.menuFileOpenSeries.Text = "Open Series...";
this.menuFileOpenSeries.Click += new System.EventHandler(this.MenuFileOpenSeries_Click);
//
// menuFileOpenSOMetafile
//
this.menuFileOpenSOMetafile.Name = "menuFileOpenSOMetafile";
this.menuFileOpenSOMetafile.Size = new System.Drawing.Size(231, 22);
this.menuFileOpenSOMetafile.Text = "Open SpatialObject Metafile...";
this.menuFileOpenSOMetafile.Click += new System.EventHandler(this.MenuFileOpenSOMetafile_Click);
//
// menuFileSave
//
this.menuFileSave.Image = global::SharpImage.Properties.Resources.Save;
this.menuFileSave.Name = "menuFileSave";
this.menuFileSave.ShortcutKeyDisplayString = "";
this.menuFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.menuFileSave.ShowShortcutKeys = false;
this.menuFileSave.Size = new System.Drawing.Size(152, 22);
this.menuFileSave.Text = "&Save";
this.menuFileSave.Click += new System.EventHandler(this.MenuFileSave_Click);
//
// menuFileSaveAs
//
this.menuFileSaveAs.Name = "menuFileSaveAs";
this.menuFileSaveAs.Size = new System.Drawing.Size(152, 22);
this.menuFileSaveAs.Text = "Save &As...";
this.menuFileSaveAs.Click += new System.EventHandler(this.MenuFileSaveAs_Click);
//
// menuFileSep1
//
this.menuFileSep1.Name = "menuFileSep1";
this.menuFileSep1.Size = new System.Drawing.Size(149, 6);
//
// menuFileClose
//
this.menuFileClose.Name = "menuFileClose";
this.menuFileClose.ShortcutKeyDisplayString = "";
this.menuFileClose.ShowShortcutKeys = false;
this.menuFileClose.Size = new System.Drawing.Size(152, 22);
this.menuFileClose.Text = "&Close";
this.menuFileClose.Click += new System.EventHandler(this.MenuFileClose_Click);
//
// menuFileCloseAll
//
this.menuFileCloseAll.Image = global::SharpImage.Properties.Resources.CloseAll;
this.menuFileCloseAll.Name = "menuFileCloseAll";
this.menuFileCloseAll.Size = new System.Drawing.Size(152, 22);
this.menuFileCloseAll.Text = "Close All";
this.menuFileCloseAll.Click += new System.EventHandler(this.MenuFileCloseAll_Click);
//
// menuFileSep2
//
this.menuFileSep2.Name = "menuFileSep2";
this.menuFileSep2.Size = new System.Drawing.Size(149, 6);
//
// menuFileRecent
//
this.menuFileRecent.Name = "menuFileRecent";
this.menuFileRecent.Size = new System.Drawing.Size(152, 22);
this.menuFileRecent.Text = "Open &Recent";
//
// menuFileSep3
//
this.menuFileSep3.Name = "menuFileSep3";
this.menuFileSep3.Size = new System.Drawing.Size(149, 6);
//
// menuFileExit
//
this.menuFileExit.Name = "menuFileExit";
this.menuFileExit.ShortcutKeyDisplayString = "";
this.menuFileExit.ShowShortcutKeys = false;
this.menuFileExit.Size = new System.Drawing.Size(152, 22);
this.menuFileExit.Text = "E&xit";
this.menuFileExit.Click += new System.EventHandler(this.MenuFileExit_Click);
//
// menuScript
//
this.menuScript.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuScriptExecute,
this.menuScriptAbort,
this.menuScriptSep1,
this.menuScriptConsole,
this.menuScriptSep2,
this.menuScriptRecent});
this.menuScript.Name = "menuScript";
this.menuScript.Size = new System.Drawing.Size(46, 20);
this.menuScript.Text = "&Script";
//
// menuScriptExecute
//
this.menuScriptExecute.Image = global::SharpImage.Properties.Resources.Script;
this.menuScriptExecute.Name = "menuScriptExecute";
this.menuScriptExecute.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.E)));
this.menuScriptExecute.Size = new System.Drawing.Size(204, 22);
this.menuScriptExecute.Text = "&Execute...";
this.menuScriptExecute.Click += new System.EventHandler(this.MenuScriptExecute_Click);
//
// menuScriptAbort
//
this.menuScriptAbort.Name = "menuScriptAbort";
this.menuScriptAbort.Size = new System.Drawing.Size(204, 22);
this.menuScriptAbort.Text = "&Abort";
this.menuScriptAbort.Click += new System.EventHandler(this.MenuScriptAbort_Click);
//
// menuScriptSep1
//
this.menuScriptSep1.Name = "menuScriptSep1";
this.menuScriptSep1.Size = new System.Drawing.Size(201, 6);
//
// menuScriptConsole
//
this.menuScriptConsole.Image = global::SharpImage.Properties.Resources.Console;
this.menuScriptConsole.Name = "menuScriptConsole";
this.menuScriptConsole.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.C)));
this.menuScriptConsole.Size = new System.Drawing.Size(204, 22);
this.menuScriptConsole.Text = "&Console";
this.menuScriptConsole.Click += new System.EventHandler(this.MenuScriptConsole_Click);
//
// menuScriptSep2
//
this.menuScriptSep2.Name = "menuScriptSep2";
this.menuScriptSep2.Size = new System.Drawing.Size(201, 6);
//
// menuScriptRecent
//
this.menuScriptRecent.Name = "menuScriptRecent";
this.menuScriptRecent.Size = new System.Drawing.Size(204, 22);
this.menuScriptRecent.Text = "Execute &Recent";
//
// menuWindow
//
this.menuWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuWindowHideUnused,
this.menuWindowShowAll,
this.menuWindowSep2,
this.menuWindowCascade,
this.menuWindowTileH,
this.menuWindowTileV,
this.menuWindowSep1,
this.menuWindowCloseAll});
this.menuWindow.Name = "menuWindow";
this.menuWindow.Size = new System.Drawing.Size(57, 20);
this.menuWindow.Text = "&Window";
//
// menuWindowCascade
//
this.menuWindowCascade.Image = global::SharpImage.Properties.Resources.CascadeWindows;
this.menuWindowCascade.Name = "menuWindowCascade";
this.menuWindowCascade.Size = new System.Drawing.Size(260, 22);
this.menuWindowCascade.Text = "&Cascade";
this.menuWindowCascade.Click += new System.EventHandler(this.MenuWindowCascade_Click);
//
// menuWindowTileH
//
this.menuWindowTileH.Image = global::SharpImage.Properties.Resources.TileWindowsHorizontally;
this.menuWindowTileH.Name = "menuWindowTileH";
this.menuWindowTileH.Size = new System.Drawing.Size(260, 22);
this.menuWindowTileH.Text = "Tile &Horizonally";
this.menuWindowTileH.Click += new System.EventHandler(this.MenuWindowTileH_Click);
//
// menuWindowTileV
//
this.menuWindowTileV.Image = global::SharpImage.Properties.Resources.TileWindowsVertically;
this.menuWindowTileV.Name = "menuWindowTileV";
this.menuWindowTileV.Size = new System.Drawing.Size(260, 22);
this.menuWindowTileV.Text = "Tile &Vertically";
this.menuWindowTileV.Click += new System.EventHandler(this.MenuWindowTileV_Click);
//
// menuWindowSep1
//
this.menuWindowSep1.Name = "menuWindowSep1";
this.menuWindowSep1.Size = new System.Drawing.Size(257, 6);
//
// menuWindowCloseAll
//
this.menuWindowCloseAll.Image = global::SharpImage.Properties.Resources.CloseAll;
this.menuWindowCloseAll.Name = "menuWindowCloseAll";
this.menuWindowCloseAll.Size = new System.Drawing.Size(260, 22);
this.menuWindowCloseAll.Text = "Close All";
this.menuWindowCloseAll.Click += new System.EventHandler(this.MenuFileCloseAll_Click);
#if DEBUG
//
// menuTest
//
this.menuTest.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuTextureRendering,
this.menuTransferFunction,
this.menuTubeRendering});
this.menuTest.Name = "menuTest";
this.menuTest.Size = new System.Drawing.Size(40, 20);
this.menuTest.Text = "&Test";
//
// menuTextureRendering
//
this.menuTextureRendering.Name = "menuTextureRendering";
this.menuTextureRendering.Size = new System.Drawing.Size(175, 22);
this.menuTextureRendering.Text = "Texture Rendering";
this.menuTextureRendering.Click += new System.EventHandler(this.menuTextureRendering_Click);
//
// menuTransferFunction
//
this.menuTransferFunction.Name = "menuTransferFunction";
this.menuTransferFunction.Size = new System.Drawing.Size(175, 22);
this.menuTransferFunction.Text = "Transfer Function";
this.menuTransferFunction.Click += new System.EventHandler(this.menuTransferFunction_Click);
//
// menuTubeRendering
//
this.menuTubeRendering.Name = "menuTubeRendering";
this.menuTubeRendering.Size = new System.Drawing.Size(175, 22);
this.menuTubeRendering.Text = "Tube Rendering";
this.menuTubeRendering.Click += new System.EventHandler(this.menuTubeRendering_Click);
#endif
//
// menuHelp
//
this.menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuHelpAbout});
this.menuHelp.Name = "menuHelp";
this.menuHelp.Size = new System.Drawing.Size(40, 20);
this.menuHelp.Text = "&Help";
//
// menuHelpAbout
//
this.menuHelpAbout.Image = global::SharpImage.Properties.Resources.About;
this.menuHelpAbout.Name = "menuHelpAbout";
this.menuHelpAbout.Size = new System.Drawing.Size(114, 22);
this.menuHelpAbout.Text = "&About";
this.menuHelpAbout.Click += new System.EventHandler(this.MenuHelpAbout_Click);
//
// tabBottom
//
this.tabBottom.BoldSelectedPage = true;
this.tabBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tabBottom.IDEPixelArea = true;
this.tabBottom.Location = new System.Drawing.Point(0, 182);
this.tabBottom.Name = "tabBottom";
this.tabBottom.ShowArrows = true;
this.tabBottom.ShowClose = true;
this.tabBottom.Size = new System.Drawing.Size(535, 180);
this.tabBottom.TabIndex = 6;
this.tabBottom.ClosePressed += new System.EventHandler(this.TabBottom_ClosePressed);
//
// splitterBottom
//
this.splitterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.splitterBottom.Location = new System.Drawing.Point(0, 178);
this.splitterBottom.Name = "splitterBottom";
this.splitterBottom.Size = new System.Drawing.Size(535, 4);
this.splitterBottom.TabIndex = 0;
this.splitterBottom.TabStop = false;
//
// tabRight
//
this.tabRight.BoldSelectedPage = true;
this.tabRight.Dock = System.Windows.Forms.DockStyle.Right;
this.tabRight.IDEPixelArea = true;
this.tabRight.Location = new System.Drawing.Point(277, 24);
this.tabRight.Name = "tabRight";
this.tabRight.ShowArrows = true;
this.tabRight.ShowClose = true;
this.tabRight.Size = new System.Drawing.Size(258, 154);
this.tabRight.TabIndex = 8;
this.tabRight.ClosePressed += new System.EventHandler(this.TabRight_ClosePressed);
//
// splitterRight
//
this.splitterRight.BackColor = System.Drawing.SystemColors.Control;
this.splitterRight.Dock = System.Windows.Forms.DockStyle.Right;
this.splitterRight.Location = new System.Drawing.Point(273, 24);
this.splitterRight.Name = "splitterRight";
this.splitterRight.Size = new System.Drawing.Size(4, 154);
this.splitterRight.TabIndex = 9;
this.splitterRight.TabStop = false;
//
// menuWindowHideUnused
//
this.menuWindowHideUnused.Name = "menuWindowHideUnused";
this.menuWindowHideUnused.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.H)));
this.menuWindowHideUnused.Size = new System.Drawing.Size(260, 22);
this.menuWindowHideUnused.Text = "Hide Unused Windows";
this.menuWindowHideUnused.Click += new System.EventHandler(this.menuWindowHideUnused_Click);
//
// menuWindowSep2
//
this.menuWindowSep2.Name = "menuWindowSep2";
this.menuWindowSep2.Size = new System.Drawing.Size(257, 6);
//
// menuWindowShowAll
//
this.menuWindowShowAll.Name = "menuWindowShowAll";
this.menuWindowShowAll.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.W)));
this.menuWindowShowAll.Size = new System.Drawing.Size(260, 22);
this.menuWindowShowAll.Text = "Show All Windows";
this.menuWindowShowAll.Click += new System.EventHandler(this.menuWindowShowAll_Click);
//
// siFormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(535, 384);
this.Controls.Add(this.splitterRight);
this.Controls.Add(this.tabRight);
this.Controls.Add(this.splitterBottom);
this.Controls.Add(this.tabBottom);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.menuMain);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuMain;
this.Name = "siFormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SharpImage";
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.menuMain.ResumeLayout(false);
this.menuMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
private System.Windows.Forms.ToolStripProgressBar progressStatus;
private System.Windows.Forms.ToolStripStatusLabel lblImageLocation;
private System.Windows.Forms.MenuStrip menuMain;
private System.Windows.Forms.ToolStripMenuItem menuFile;
private System.Windows.Forms.ToolStripMenuItem menuFileOpen;
private System.Windows.Forms.ToolStripMenuItem menuFileClose;
private System.Windows.Forms.ToolStripMenuItem menuFileSave;
private System.Windows.Forms.ToolStripMenuItem menuFileSaveAs;
private System.Windows.Forms.ToolStripSeparator menuFileSep1;
private System.Windows.Forms.ToolStripMenuItem menuFileRecent;
private System.Windows.Forms.ToolStripSeparator menuFileSep2;
private System.Windows.Forms.ToolStripMenuItem menuFileExit;
private System.Windows.Forms.ToolStripMenuItem menuFileCloseAll;
private System.Windows.Forms.ToolStripSeparator menuFileSep3;
private System.Windows.Forms.ToolStripMenuItem menuFileOpenImage;
private System.Windows.Forms.ToolStripMenuItem menuHelp;
private System.Windows.Forms.ToolStripMenuItem menuHelpAbout;
private System.Windows.Forms.ToolStripMenuItem menuScript;
private System.Windows.Forms.ToolStripMenuItem menuScriptExecute;
private System.Windows.Forms.ToolStripMenuItem menuScriptAbort;
private System.Windows.Forms.ToolStripMenuItem menuScriptConsole;
private System.Windows.Forms.ToolStripSeparator menuScriptSep1;
private System.Windows.Forms.ToolStripMenuItem menuScriptRecent;
private System.Windows.Forms.ToolStripSeparator menuScriptSep2;
private Crownwood.Magic.Controls.TabControl tabBottom;
private System.Windows.Forms.Splitter splitterBottom;
private System.Windows.Forms.ToolStripMenuItem menuWindow;
private System.Windows.Forms.ToolStripMenuItem menuWindowCascade;
private System.Windows.Forms.ToolStripMenuItem menuWindowTileH;
private System.Windows.Forms.ToolStripMenuItem menuWindowTileV;
private System.Windows.Forms.ToolStripMenuItem menuWindowCloseAll;
private System.Windows.Forms.ToolStripSeparator menuWindowSep1;
private Crownwood.Magic.Controls.TabControl tabRight;
private System.Windows.Forms.Splitter splitterRight;
private System.Windows.Forms.ToolStripMenuItem menuFileOpenSeries;
private System.Windows.Forms.ToolStripMenuItem menuTest;
private System.Windows.Forms.ToolStripMenuItem menuFileOpenSOMetafile;
private System.Windows.Forms.ToolStripMenuItem menuTextureRendering;
private System.Windows.Forms.ToolStripMenuItem menuTransferFunction;
private System.Windows.Forms.ToolStripMenuItem menuTubeRendering;
private System.Windows.Forms.ToolStripMenuItem menuWindowHideUnused;
private System.Windows.Forms.ToolStripMenuItem menuWindowShowAll;
private System.Windows.Forms.ToolStripSeparator menuWindowSep2;
}
}