www.pudn.com > V3D_Viewer_1.01_SourceCode.zip > V3D_Viewer.Designer.cs


namespace V3D_Viewer 
{ 
    partial class V3D_Viewer 
    { 
        ///  
        /// 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() 
        { 
            this.components = new System.ComponentModel.Container(); 
            this.vtkFormsWindowControlMain = new vtk.vtkFormsWindowControl(); 
            this.DebugOuput = new System.Windows.Forms.TextBox(); 
            this.label1 = new System.Windows.Forms.Label(); 
            this.menuStrip1 = new System.Windows.Forms.MenuStrip(); 
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.OpenDicomStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.SaveImagestripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.RenderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.PlanesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); 
            this.IsoSurfaceToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 
            this.volumeRenderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.HowDoItoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.openV3DFileDialog = new System.Windows.Forms.OpenFileDialog(); 
            this.vtkFormsWindowControlX = new vtk.vtkFormsWindowControl(); 
            this.vtkFormsWindowControlY = new vtk.vtkFormsWindowControl(); 
            this.vtkFormsWindowControlZ = new vtk.vtkFormsWindowControl(); 
            this.trackBarx = new System.Windows.Forms.TrackBar(); 
            this.trackBary = new System.Windows.Forms.TrackBar(); 
            this.trackBarz = new System.Windows.Forms.TrackBar(); 
            this.IsoSurfacePanel = new System.Windows.Forms.Panel(); 
            this.IsoAdvancedPanel = new System.Windows.Forms.Panel(); 
            this.isoButton3 = new System.Windows.Forms.RadioButton(); 
            this.isoButton2 = new System.Windows.Forms.RadioButton(); 
            this.isoButton1 = new System.Windows.Forms.RadioButton(); 
            this.label5 = new System.Windows.Forms.Label(); 
            this.IsoBox = new System.Windows.Forms.TextBox(); 
            this.IsotrackBar = new System.Windows.Forms.TrackBar(); 
            this.label2 = new System.Windows.Forms.Label(); 
            this.vtkFormsWindowControlHistogram = new vtk.vtkFormsWindowControl(); 
            this.UpdateButton = new System.Windows.Forms.Button(); 
            this.VolumeRenderPanel = new System.Windows.Forms.Panel(); 
            this.VolumeRenderAdvancedPanel = new System.Windows.Forms.Panel(); 
            this.RenAdvButton3 = new System.Windows.Forms.RadioButton(); 
            this.RenAdvButton2 = new System.Windows.Forms.RadioButton(); 
            this.RenAdvButton1 = new System.Windows.Forms.RadioButton(); 
            this.label4 = new System.Windows.Forms.Label(); 
            this.renderingButton3 = new System.Windows.Forms.RadioButton(); 
            this.renderingButton2 = new System.Windows.Forms.RadioButton(); 
            this.renderingButton1 = new System.Windows.Forms.RadioButton(); 
            this.label3 = new System.Windows.Forms.Label(); 
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); 
            this.LoadTimer = new System.Windows.Forms.Timer(this.components); 
            this.SaveTimer = new System.Windows.Forms.Timer(this.components); 
            this.Readypanel = new System.Windows.Forms.Panel(); 
            this.ReadyLabel = new System.Windows.Forms.Label(); 
            this.openDicomFileDialog = new System.Windows.Forms.OpenFileDialog(); 
            this.menuStrip1.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.trackBarx)).BeginInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.trackBary)).BeginInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.trackBarz)).BeginInit(); 
            this.IsoSurfacePanel.SuspendLayout(); 
            this.IsoAdvancedPanel.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.IsotrackBar)).BeginInit(); 
            this.VolumeRenderPanel.SuspendLayout(); 
            this.VolumeRenderAdvancedPanel.SuspendLayout(); 
            this.Readypanel.SuspendLayout(); 
            this.SuspendLayout(); 
            //  
            // vtkFormsWindowControlMain 
            //  
            this.vtkFormsWindowControlMain.Location = new System.Drawing.Point(210, 38); 
            this.vtkFormsWindowControlMain.Name = "vtkFormsWindowControlMain"; 
            this.vtkFormsWindowControlMain.Size = new System.Drawing.Size(446, 447); 
            this.vtkFormsWindowControlMain.TabIndex = 0; 
            this.vtkFormsWindowControlMain.Text = "vtkFormsWindowControl1"; 
            //  
            // DebugOuput 
            //  
            this.DebugOuput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 
            this.DebugOuput.Location = new System.Drawing.Point(210, 504); 
            this.DebugOuput.Multiline = true; 
            this.DebugOuput.Name = "DebugOuput"; 
            this.DebugOuput.Size = new System.Drawing.Size(446, 104); 
            this.DebugOuput.TabIndex = 1; 
            //  
            // label1 
            //  
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(207, 485); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(102, 13); 
            this.label1.TabIndex = 2; 
            this.label1.Text = "Code Debug Output"; 
            //  
            // menuStrip1 
            //  
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.toolStripMenuItem1, 
            this.fileToolStripMenuItem, 
            this.RenderToolStripMenuItem, 
            this.HelpToolStripMenuItem}); 
            this.menuStrip1.Location = new System.Drawing.Point(0, 0); 
            this.menuStrip1.Name = "menuStrip1"; 
            this.menuStrip1.Size = new System.Drawing.Size(832, 24); 
            this.menuStrip1.TabIndex = 3; 
            this.menuStrip1.Text = "menuStrip1"; 
            //  
            // toolStripMenuItem1 
            //  
            this.toolStripMenuItem1.Name = "toolStripMenuItem1"; 
            this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20); 
            //  
            // fileToolStripMenuItem 
            //  
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.openToolStripMenuItem, 
            this.OpenDicomStripMenuItem, 
            this.SaveImagestripMenuItem, 
            this.exitToolStripMenuItem}); 
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; 
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); 
            this.fileToolStripMenuItem.Text = "File"; 
            //  
            // openToolStripMenuItem 
            //  
            this.openToolStripMenuItem.Name = "openToolStripMenuItem"; 
            this.openToolStripMenuItem.Size = new System.Drawing.Size(145, 22); 
            this.openToolStripMenuItem.Text = "Open"; 
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); 
            //  
            // OpenDicomStripMenuItem 
            //  
            this.OpenDicomStripMenuItem.Name = "OpenDicomStripMenuItem"; 
            this.OpenDicomStripMenuItem.Size = new System.Drawing.Size(145, 22); 
            this.OpenDicomStripMenuItem.Text = "Open Dicom"; 
            this.OpenDicomStripMenuItem.Click += new System.EventHandler(this.OpenDicomStripMenuItem_Click); 
            //  
            // SaveImagestripMenuItem 
            //  
            this.SaveImagestripMenuItem.Name = "SaveImagestripMenuItem"; 
            this.SaveImagestripMenuItem.Size = new System.Drawing.Size(145, 22); 
            this.SaveImagestripMenuItem.Text = "Save Image"; 
            this.SaveImagestripMenuItem.Click += new System.EventHandler(this.SaveImagestripMenuItem_Click); 
            //  
            // exitToolStripMenuItem 
            //  
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22); 
            this.exitToolStripMenuItem.Text = "Exit"; 
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); 
            //  
            // RenderToolStripMenuItem 
            //  
            this.RenderToolStripMenuItem.Checked = true; 
            this.RenderToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; 
            this.RenderToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.PlanesToolStripMenuItem, 
            this.toolStripMenuItem2, 
            this.IsoSurfaceToolStripMenuItem1, 
            this.volumeRenderToolStripMenuItem}); 
            this.RenderToolStripMenuItem.Enabled = false; 
            this.RenderToolStripMenuItem.Name = "RenderToolStripMenuItem"; 
            this.RenderToolStripMenuItem.Size = new System.Drawing.Size(56, 20); 
            this.RenderToolStripMenuItem.Text = "Render"; 
            //  
            // PlanesToolStripMenuItem 
            //  
            this.PlanesToolStripMenuItem.Name = "PlanesToolStripMenuItem"; 
            this.PlanesToolStripMenuItem.Size = new System.Drawing.Size(160, 22); 
            this.PlanesToolStripMenuItem.Text = "Planes"; 
            this.PlanesToolStripMenuItem.Click += new System.EventHandler(this.PlanesToolStripMenuItem_Click); 
            //  
            // toolStripMenuItem2 
            //  
            this.toolStripMenuItem2.Name = "toolStripMenuItem2"; 
            this.toolStripMenuItem2.Size = new System.Drawing.Size(160, 22); 
            this.toolStripMenuItem2.Text = "Iso Surface"; 
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click); 
            //  
            // IsoSurfaceToolStripMenuItem1 
            //  
            this.IsoSurfaceToolStripMenuItem1.Name = "IsoSurfaceToolStripMenuItem1"; 
            this.IsoSurfaceToolStripMenuItem1.Size = new System.Drawing.Size(160, 22); 
            this.IsoSurfaceToolStripMenuItem1.Text = "Iso Surface MC"; 
            this.IsoSurfaceToolStripMenuItem1.Click += new System.EventHandler(this.MarchingCubesToolStripMenuItem1_Click); 
            //  
            // volumeRenderToolStripMenuItem 
            //  
            this.volumeRenderToolStripMenuItem.Name = "volumeRenderToolStripMenuItem"; 
            this.volumeRenderToolStripMenuItem.Size = new System.Drawing.Size(160, 22); 
            this.volumeRenderToolStripMenuItem.Text = "Volume Render"; 
            this.volumeRenderToolStripMenuItem.Click += new System.EventHandler(this.volumeRenderToolStripMenuItem_Click); 
            //  
            // HelpToolStripMenuItem 
            //  
            this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.HowDoItoolStripMenuItem, 
            this.aboutToolStripMenuItem}); 
            this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"; 
            this.HelpToolStripMenuItem.Size = new System.Drawing.Size(43, 20); 
            this.HelpToolStripMenuItem.Text = "Help"; 
            //  
            // HowDoItoolStripMenuItem 
            //  
            this.HowDoItoolStripMenuItem.Name = "HowDoItoolStripMenuItem"; 
            this.HowDoItoolStripMenuItem.Size = new System.Drawing.Size(129, 22); 
            this.HowDoItoolStripMenuItem.Text = "How Do I"; 
            this.HowDoItoolStripMenuItem.Click += new System.EventHandler(this.HowDoItoolStripMenuItem_Click); 
            //  
            // aboutToolStripMenuItem 
            //  
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(129, 22); 
            this.aboutToolStripMenuItem.Text = "About"; 
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); 
            //  
            // openV3DFileDialog 
            //  
            this.openV3DFileDialog.FileName = "openV3DFileDialog"; 
            this.openV3DFileDialog.Filter = "(V3D volume *.v3d)|*.v3d"; 
            this.openV3DFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); 
            //  
            // vtkFormsWindowControlX 
            //  
            this.vtkFormsWindowControlX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.vtkFormsWindowControlX.Location = new System.Drawing.Point(672, 38); 
            this.vtkFormsWindowControlX.Name = "vtkFormsWindowControlX"; 
            this.vtkFormsWindowControlX.Size = new System.Drawing.Size(150, 150); 
            this.vtkFormsWindowControlX.TabIndex = 4; 
            this.vtkFormsWindowControlX.Text = "vtkFormsWindowControl2"; 
            //  
            // vtkFormsWindowControlY 
            //  
            this.vtkFormsWindowControlY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.vtkFormsWindowControlY.Location = new System.Drawing.Point(672, 226); 
            this.vtkFormsWindowControlY.Name = "vtkFormsWindowControlY"; 
            this.vtkFormsWindowControlY.Size = new System.Drawing.Size(150, 150); 
            this.vtkFormsWindowControlY.TabIndex = 5; 
            this.vtkFormsWindowControlY.Text = "vtkFormsWindowControl3"; 
            //  
            // vtkFormsWindowControlZ 
            //  
            this.vtkFormsWindowControlZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.vtkFormsWindowControlZ.Location = new System.Drawing.Point(672, 428); 
            this.vtkFormsWindowControlZ.Name = "vtkFormsWindowControlZ"; 
            this.vtkFormsWindowControlZ.Size = new System.Drawing.Size(150, 150); 
            this.vtkFormsWindowControlZ.TabIndex = 6; 
            this.vtkFormsWindowControlZ.Text = "vtkFormsWindowControl4"; 
            //  
            // trackBarx 
            //  
            this.trackBarx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.trackBarx.Location = new System.Drawing.Point(672, 188); 
            this.trackBarx.Maximum = 99; 
            this.trackBarx.Name = "trackBarx"; 
            this.trackBarx.Size = new System.Drawing.Size(159, 45); 
            this.trackBarx.TabIndex = 7; 
            this.trackBarx.Value = 45; 
            this.trackBarx.Scroll += new System.EventHandler(this.trackBarx_Scroll); 
            //  
            // trackBary 
            //  
            this.trackBary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.trackBary.Location = new System.Drawing.Point(672, 377); 
            this.trackBary.Maximum = 99; 
            this.trackBary.Name = "trackBary"; 
            this.trackBary.Size = new System.Drawing.Size(159, 45); 
            this.trackBary.TabIndex = 8; 
            this.trackBary.Value = 45; 
            this.trackBary.Scroll += new System.EventHandler(this.trackBary_Scroll); 
            //  
            // trackBarz 
            //  
            this.trackBarz.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.trackBarz.Location = new System.Drawing.Point(672, 574); 
            this.trackBarz.Maximum = 99; 
            this.trackBarz.Name = "trackBarz"; 
            this.trackBarz.Size = new System.Drawing.Size(159, 45); 
            this.trackBarz.TabIndex = 9; 
            this.trackBarz.Value = 45; 
            this.trackBarz.Scroll += new System.EventHandler(this.trackBarz_Scroll); 
            //  
            // IsoSurfacePanel 
            //  
            this.IsoSurfacePanel.Controls.Add(this.IsoAdvancedPanel); 
            this.IsoSurfacePanel.Controls.Add(this.label5); 
            this.IsoSurfacePanel.Controls.Add(this.IsoBox); 
            this.IsoSurfacePanel.Controls.Add(this.IsotrackBar); 
            this.IsoSurfacePanel.Controls.Add(this.label2); 
            this.IsoSurfacePanel.Enabled = false; 
            this.IsoSurfacePanel.Location = new System.Drawing.Point(7, 81); 
            this.IsoSurfacePanel.Name = "IsoSurfacePanel"; 
            this.IsoSurfacePanel.Size = new System.Drawing.Size(191, 177); 
            this.IsoSurfacePanel.TabIndex = 10; 
            this.IsoSurfacePanel.Visible = false; 
            //  
            // IsoAdvancedPanel 
            //  
            this.IsoAdvancedPanel.Controls.Add(this.isoButton3); 
            this.IsoAdvancedPanel.Controls.Add(this.isoButton2); 
            this.IsoAdvancedPanel.Controls.Add(this.isoButton1); 
            this.IsoAdvancedPanel.Enabled = false; 
            this.IsoAdvancedPanel.Location = new System.Drawing.Point(2, 96); 
            this.IsoAdvancedPanel.Name = "IsoAdvancedPanel"; 
            this.IsoAdvancedPanel.Size = new System.Drawing.Size(185, 81); 
            this.IsoAdvancedPanel.TabIndex = 6; 
            this.IsoAdvancedPanel.Visible = false; 
            //  
            // isoButton3 
            //  
            this.isoButton3.AutoSize = true; 
            this.isoButton3.Location = new System.Drawing.Point(9, 51); 
            this.isoButton3.Name = "isoButton3"; 
            this.isoButton3.Size = new System.Drawing.Size(120, 17); 
            this.isoButton3.TabIndex = 2; 
            this.isoButton3.Text = "Ultra Quality Render"; 
            this.isoButton3.UseVisualStyleBackColor = true; 
            this.isoButton3.Click += new System.EventHandler(this.isoButton3_Click); 
            //  
            // isoButton2 
            //  
            this.isoButton2.AutoSize = true; 
            this.isoButton2.Location = new System.Drawing.Point(9, 28); 
            this.isoButton2.Name = "isoButton2"; 
            this.isoButton2.Size = new System.Drawing.Size(120, 17); 
            this.isoButton2.TabIndex = 1; 
            this.isoButton2.Text = "High Quality Render"; 
            this.isoButton2.UseVisualStyleBackColor = true; 
            this.isoButton2.Click += new System.EventHandler(this.isoButton2_Click); 
            //  
            // isoButton1 
            //  
            this.isoButton1.AutoSize = true; 
            this.isoButton1.Checked = true; 
            this.isoButton1.Location = new System.Drawing.Point(9, 4); 
            this.isoButton1.Name = "isoButton1"; 
            this.isoButton1.Size = new System.Drawing.Size(114, 17); 
            this.isoButton1.TabIndex = 0; 
            this.isoButton1.TabStop = true; 
            this.isoButton1.Text = "Auto Adjust Quality"; 
            this.isoButton1.UseVisualStyleBackColor = true; 
            this.isoButton1.Click += new System.EventHandler(this.isoButton1_Click); 
            //  
            // label5 
            //  
            this.label5.AutoSize = true; 
            this.label5.Location = new System.Drawing.Point(8, 80); 
            this.label5.Name = "label5"; 
            this.label5.Size = new System.Drawing.Size(97, 13); 
            this.label5.TabIndex = 5; 
            this.label5.Text = "Advanced Settings"; 
            //  
            // IsoBox 
            //  
            this.IsoBox.Location = new System.Drawing.Point(72, 13); 
            this.IsoBox.Name = "IsoBox"; 
            this.IsoBox.Size = new System.Drawing.Size(40, 20); 
            this.IsoBox.TabIndex = 2; 
            this.IsoBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.IsoBox_KeyPress); 
            //  
            // IsotrackBar 
            //  
            this.IsotrackBar.Location = new System.Drawing.Point(3, 32); 
            this.IsotrackBar.Maximum = 100; 
            this.IsotrackBar.Name = "IsotrackBar"; 
            this.IsotrackBar.Size = new System.Drawing.Size(140, 45); 
            this.IsotrackBar.TabIndex = 1; 
            this.IsotrackBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.IsotrackBar_MouseUp); 
            //  
            // label2 
            //  
            this.label2.AutoSize = true; 
            this.label2.Location = new System.Drawing.Point(8, 16); 
            this.label2.Name = "label2"; 
            this.label2.Size = new System.Drawing.Size(51, 13); 
            this.label2.TabIndex = 0; 
            this.label2.Text = "Iso Value"; 
            //  
            // vtkFormsWindowControlHistogram 
            //  
            this.vtkFormsWindowControlHistogram.Location = new System.Drawing.Point(7, 504); 
            this.vtkFormsWindowControlHistogram.Name = "vtkFormsWindowControlHistogram"; 
            this.vtkFormsWindowControlHistogram.Size = new System.Drawing.Size(191, 104); 
            this.vtkFormsWindowControlHistogram.TabIndex = 11; 
            this.vtkFormsWindowControlHistogram.Text = "vtkFormsWindowControl1"; 
            //  
            // UpdateButton 
            //  
            this.UpdateButton.Location = new System.Drawing.Point(7, 472); 
            this.UpdateButton.Name = "UpdateButton"; 
            this.UpdateButton.Size = new System.Drawing.Size(59, 26); 
            this.UpdateButton.TabIndex = 12; 
            this.UpdateButton.Text = "Update"; 
            this.UpdateButton.UseVisualStyleBackColor = true; 
            this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); 
            //  
            // VolumeRenderPanel 
            //  
            this.VolumeRenderPanel.Controls.Add(this.VolumeRenderAdvancedPanel); 
            this.VolumeRenderPanel.Controls.Add(this.renderingButton3); 
            this.VolumeRenderPanel.Controls.Add(this.renderingButton2); 
            this.VolumeRenderPanel.Controls.Add(this.renderingButton1); 
            this.VolumeRenderPanel.Controls.Add(this.label3); 
            this.VolumeRenderPanel.Enabled = false; 
            this.VolumeRenderPanel.Location = new System.Drawing.Point(9, 264); 
            this.VolumeRenderPanel.Name = "VolumeRenderPanel"; 
            this.VolumeRenderPanel.Size = new System.Drawing.Size(191, 192); 
            this.VolumeRenderPanel.TabIndex = 13; 
            this.VolumeRenderPanel.Visible = false; 
            //  
            // VolumeRenderAdvancedPanel 
            //  
            this.VolumeRenderAdvancedPanel.Controls.Add(this.RenAdvButton3); 
            this.VolumeRenderAdvancedPanel.Controls.Add(this.RenAdvButton2); 
            this.VolumeRenderAdvancedPanel.Controls.Add(this.RenAdvButton1); 
            this.VolumeRenderAdvancedPanel.Controls.Add(this.label4); 
            this.VolumeRenderAdvancedPanel.Location = new System.Drawing.Point(2, 92); 
            this.VolumeRenderAdvancedPanel.Name = "VolumeRenderAdvancedPanel"; 
            this.VolumeRenderAdvancedPanel.Size = new System.Drawing.Size(188, 100); 
            this.VolumeRenderAdvancedPanel.TabIndex = 5; 
            //  
            // RenAdvButton3 
            //  
            this.RenAdvButton3.AutoSize = true; 
            this.RenAdvButton3.Location = new System.Drawing.Point(8, 73); 
            this.RenAdvButton3.Name = "RenAdvButton3"; 
            this.RenAdvButton3.Size = new System.Drawing.Size(111, 17); 
            this.RenAdvButton3.TabIndex = 7; 
            this.RenAdvButton3.Text = "Fragment Program"; 
            this.RenAdvButton3.UseVisualStyleBackColor = true; 
            this.RenAdvButton3.Click += new System.EventHandler(this.RenAdvButton3_Click); 
            //  
            // RenAdvButton2 
            //  
            this.RenAdvButton2.AutoSize = true; 
            this.RenAdvButton2.Location = new System.Drawing.Point(9, 50); 
            this.RenAdvButton2.Name = "RenAdvButton2"; 
            this.RenAdvButton2.Size = new System.Drawing.Size(100, 17); 
            this.RenAdvButton2.TabIndex = 6; 
            this.RenAdvButton2.Text = "Nvidia Graphics"; 
            this.RenAdvButton2.UseVisualStyleBackColor = true; 
            this.RenAdvButton2.Click += new System.EventHandler(this.RenAdvButton2_Click); 
            //  
            // RenAdvButton1 
            //  
            this.RenAdvButton1.AutoSize = true; 
            this.RenAdvButton1.Checked = true; 
            this.RenAdvButton1.Location = new System.Drawing.Point(8, 27); 
            this.RenAdvButton1.Name = "RenAdvButton1"; 
            this.RenAdvButton1.Size = new System.Drawing.Size(59, 17); 
            this.RenAdvButton1.TabIndex = 5; 
            this.RenAdvButton1.TabStop = true; 
            this.RenAdvButton1.Text = "Default"; 
            this.RenAdvButton1.UseVisualStyleBackColor = true; 
            this.RenAdvButton1.Click += new System.EventHandler(this.RenAdvButton1_Click); 
            //  
            // label4 
            //  
            this.label4.AutoSize = true; 
            this.label4.Location = new System.Drawing.Point(3, 10); 
            this.label4.Name = "label4"; 
            this.label4.Size = new System.Drawing.Size(97, 13); 
            this.label4.TabIndex = 4; 
            this.label4.Text = "Advanced Settings"; 
            //  
            // renderingButton3 
            //  
            this.renderingButton3.AutoSize = true; 
            this.renderingButton3.Location = new System.Drawing.Point(8, 73); 
            this.renderingButton3.Name = "renderingButton3"; 
            this.renderingButton3.Size = new System.Drawing.Size(101, 17); 
            this.renderingButton3.TabIndex = 3; 
            this.renderingButton3.Text = "Fast 3D Texture"; 
            this.renderingButton3.UseVisualStyleBackColor = true; 
            this.renderingButton3.Click += new System.EventHandler(this.renderingButton3_Click); 
            //  
            // renderingButton2 
            //  
            this.renderingButton2.AutoSize = true; 
            this.renderingButton2.Location = new System.Drawing.Point(8, 50); 
            this.renderingButton2.Name = "renderingButton2"; 
            this.renderingButton2.Size = new System.Drawing.Size(111, 17); 
            this.renderingButton2.TabIndex = 2; 
            this.renderingButton2.Text = "Maximum Intensity"; 
            this.renderingButton2.UseVisualStyleBackColor = true; 
            this.renderingButton2.Click += new System.EventHandler(this.renderingButton2_Click); 
            //  
            // renderingButton1 
            //  
            this.renderingButton1.AutoSize = true; 
            this.renderingButton1.Checked = true; 
            this.renderingButton1.Location = new System.Drawing.Point(8, 27); 
            this.renderingButton1.Name = "renderingButton1"; 
            this.renderingButton1.Size = new System.Drawing.Size(110, 17); 
            this.renderingButton1.TabIndex = 1; 
            this.renderingButton1.TabStop = true; 
            this.renderingButton1.Text = "Normal Rendering"; 
            this.renderingButton1.UseVisualStyleBackColor = true; 
            this.renderingButton1.Click += new System.EventHandler(this.renderingButton1_Click); 
            //  
            // label3 
            //  
            this.label3.AutoSize = true; 
            this.label3.Location = new System.Drawing.Point(3, 10); 
            this.label3.Name = "label3"; 
            this.label3.Size = new System.Drawing.Size(83, 13); 
            this.label3.TabIndex = 0; 
            this.label3.Text = "Type Rendering"; 
            //  
            // saveFileDialog1 
            //  
            this.saveFileDialog1.Filter = "(JPEG image) |*.jpg |(Tiff image) |*.tiff|(PNG image) |*.png|(BMP image) |*.bmp"; 
            this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk); 
            //  
            // LoadTimer 
            //  
            this.LoadTimer.Tick += new System.EventHandler(this.LoadTimer_Tick); 
            //  
            // SaveTimer 
            //  
            this.SaveTimer.Tick += new System.EventHandler(this.SaveTimer_Tick); 
            //  
            // Readypanel 
            //  
            this.Readypanel.BackColor = System.Drawing.Color.Lime; 
            this.Readypanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
            this.Readypanel.Controls.Add(this.ReadyLabel); 
            this.Readypanel.Location = new System.Drawing.Point(8, 38); 
            this.Readypanel.Name = "Readypanel"; 
            this.Readypanel.Size = new System.Drawing.Size(191, 33); 
            this.Readypanel.TabIndex = 14; 
            //  
            // ReadyLabel 
            //  
            this.ReadyLabel.AutoSize = true; 
            this.ReadyLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 
            this.ReadyLabel.Location = new System.Drawing.Point(63, 5); 
            this.ReadyLabel.Name = "ReadyLabel"; 
            this.ReadyLabel.Size = new System.Drawing.Size(55, 20); 
            this.ReadyLabel.TabIndex = 0; 
            this.ReadyLabel.Text = "Ready"; 
            //  
            // openDicomFileDialog 
            //  
            this.openDicomFileDialog.FileName = "openDicomFileDialog"; 
            this.openDicomFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openDicomFileDialog_FileOk); 
            //  
            // V3D_Viewer 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(832, 616); 
            this.Controls.Add(this.Readypanel); 
            this.Controls.Add(this.VolumeRenderPanel); 
            this.Controls.Add(this.UpdateButton); 
            this.Controls.Add(this.vtkFormsWindowControlHistogram); 
            this.Controls.Add(this.IsoSurfacePanel); 
            this.Controls.Add(this.trackBarz); 
            this.Controls.Add(this.trackBary); 
            this.Controls.Add(this.trackBarx); 
            this.Controls.Add(this.vtkFormsWindowControlZ); 
            this.Controls.Add(this.vtkFormsWindowControlY); 
            this.Controls.Add(this.vtkFormsWindowControlX); 
            this.Controls.Add(this.label1); 
            this.Controls.Add(this.DebugOuput); 
            this.Controls.Add(this.vtkFormsWindowControlMain); 
            this.Controls.Add(this.menuStrip1); 
            this.MainMenuStrip = this.menuStrip1; 
            this.Name = "V3D_Viewer"; 
            this.Text = "V3D Medical Viewer"; 
            this.SizeChanged += new System.EventHandler(this.Form1_ResizeEnd); 
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); 
            this.Load += new System.EventHandler(this.Form1_Load); 
            this.menuStrip1.ResumeLayout(false); 
            this.menuStrip1.PerformLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.trackBarx)).EndInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.trackBary)).EndInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.trackBarz)).EndInit(); 
            this.IsoSurfacePanel.ResumeLayout(false); 
            this.IsoSurfacePanel.PerformLayout(); 
            this.IsoAdvancedPanel.ResumeLayout(false); 
            this.IsoAdvancedPanel.PerformLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.IsotrackBar)).EndInit(); 
            this.VolumeRenderPanel.ResumeLayout(false); 
            this.VolumeRenderPanel.PerformLayout(); 
            this.VolumeRenderAdvancedPanel.ResumeLayout(false); 
            this.VolumeRenderAdvancedPanel.PerformLayout(); 
            this.Readypanel.ResumeLayout(false); 
            this.Readypanel.PerformLayout(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.TextBox DebugOuput; 
        private System.Windows.Forms.Label label1; 
        private System.Windows.Forms.MenuStrip menuStrip1; 
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; 
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem RenderToolStripMenuItem; 
        private System.Windows.Forms.OpenFileDialog openV3DFileDialog; 
        private System.Windows.Forms.TrackBar trackBarx; 
        private System.Windows.Forms.TrackBar trackBary; 
        private System.Windows.Forms.TrackBar trackBarz; 
        private System.Windows.Forms.ToolStripMenuItem PlanesToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem; 
        public vtk.vtkFormsWindowControl vtkFormsWindowControlMain; 
        private vtk.vtkFormsWindowControl vtkFormsWindowControlX; 
        private vtk.vtkFormsWindowControl vtkFormsWindowControlY; 
        private vtk.vtkFormsWindowControl vtkFormsWindowControlZ; 
        private System.Windows.Forms.ToolStripMenuItem IsoSurfaceToolStripMenuItem1; 
        private System.Windows.Forms.Panel IsoSurfacePanel; 
        private System.Windows.Forms.Label label2; 
        private System.Windows.Forms.TextBox IsoBox; 
        private System.Windows.Forms.TrackBar IsotrackBar; 
        private System.Windows.Forms.ToolStripMenuItem volumeRenderToolStripMenuItem; 
        private vtk.vtkFormsWindowControl vtkFormsWindowControlHistogram; 
        private System.Windows.Forms.Button UpdateButton; 
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; 
        private System.Windows.Forms.Panel VolumeRenderPanel; 
        private System.Windows.Forms.Label label3; 
        private System.Windows.Forms.RadioButton renderingButton3; 
        private System.Windows.Forms.RadioButton renderingButton2; 
        private System.Windows.Forms.RadioButton renderingButton1; 
        private System.Windows.Forms.Panel VolumeRenderAdvancedPanel; 
        private System.Windows.Forms.RadioButton RenAdvButton3; 
        private System.Windows.Forms.RadioButton RenAdvButton2; 
        private System.Windows.Forms.RadioButton RenAdvButton1; 
        private System.Windows.Forms.Label label4; 
        private System.Windows.Forms.Label label5; 
        private System.Windows.Forms.Panel IsoAdvancedPanel; 
        private System.Windows.Forms.RadioButton isoButton1; 
        private System.Windows.Forms.RadioButton isoButton3; 
        private System.Windows.Forms.RadioButton isoButton2; 
        private System.Windows.Forms.ToolStripMenuItem SaveImagestripMenuItem; 
        private System.Windows.Forms.SaveFileDialog saveFileDialog1; 
        private System.Windows.Forms.ToolStripMenuItem OpenDicomStripMenuItem; 
        private System.Windows.Forms.Timer LoadTimer; 
        private System.Windows.Forms.Timer SaveTimer; 
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem HowDoItoolStripMenuItem; 
        private System.Windows.Forms.Panel Readypanel; 
        private System.Windows.Forms.Label ReadyLabel; 
        private System.Windows.Forms.OpenFileDialog openDicomFileDialog; 
    } 
}