• Main Page
  • Packages
  • Classes
  • Files
  • File List

trunk/visLU/Gui/MainWindow.designer.cs

Go to the documentation of this file.
00001 
00002 namespace visLU2.Gui
00003 {
00004     partial class MainWindow
00005     {
00009         private System.ComponentModel.IContainer components = null;
00010 
00015         protected override void Dispose(bool disposing)
00016         {
00017             if (disposing && (components != null))
00018             {
00019                 components.Dispose();
00020             }
00021             base.Dispose(disposing);
00022         }
00023 
00024         #region Windows Form Designer generated code
00025 
00030         private void InitializeComponent()
00031         {
00032             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
00033             this.MainMenu = new System.Windows.Forms.MenuStrip();
00034             this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00035             this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00036             this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00037             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
00038             this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00039             this.extrasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00040             this.slicingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00041             this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
00042             this.transferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00043             this.enableTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00044             this.editTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00045             this.loadTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00046             this.saveTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00047             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
00048             this.projectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00049             this.maximumIntensityProjectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00050             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00051             this.perspectiveProjectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00052             this.orthogonalProjectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00053             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
00054             this.blendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00055             this.frontToBackBlendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00056             this.backToFrontBlendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00057             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
00058             this.shadingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00059             this.XNADrawSurface = new System.Windows.Forms.PictureBox();
00060             this.TransferFunctionPanel = new System.Windows.Forms.Panel();
00061             this.ContainerPanel = new System.Windows.Forms.TableLayoutPanel();
00062             this.SettingsPanel = new System.Windows.Forms.TabControl();
00063             this.ArrowPlotTab = new System.Windows.Forms.TabPage();
00064             this.ArrowAlphaLabel = new System.Windows.Forms.Label();
00065             this.ArrowDensityLabel = new System.Windows.Forms.Label();
00066             this.label8 = new System.Windows.Forms.Label();
00067             this.ArrowStepsizeScrollbar = new System.Windows.Forms.HScrollBar();
00068             this.label7 = new System.Windows.Forms.Label();
00069             this.ArrowAlphaScrollBar = new System.Windows.Forms.HScrollBar();
00070             this.label4 = new System.Windows.Forms.Label();
00071             this.label3 = new System.Windows.Forms.Label();
00072             this.ArrowPlotColorPanel = new System.Windows.Forms.Panel();
00073             this.ArrowPlotEnableColor = new System.Windows.Forms.CheckBox();
00074             this.ArrowLengthGroup = new System.Windows.Forms.GroupBox();
00075             this.UniformArrowRadio = new System.Windows.Forms.RadioButton();
00076             this.ScaledArrowRadio = new System.Windows.Forms.RadioButton();
00077             this.EnableArrowPlotCheckBox = new System.Windows.Forms.CheckBox();
00078             this.ChannelsTab = new System.Windows.Forms.TabPage();
00079             this.label6 = new System.Windows.Forms.Label();
00080             this.label5 = new System.Windows.Forms.Label();
00081             this.ComposeChannelsCheckBox = new System.Windows.Forms.CheckBox();
00082             this.ChannelLabel = new System.Windows.Forms.Label();
00083             this.ChannelsCompoBox = new System.Windows.Forms.ComboBox();
00084             this.EnableChannelsCheckbox = new System.Windows.Forms.CheckBox();
00085             this.transferfunctionCheckBox = new System.Windows.Forms.CheckBox();
00086             this.StreamlinesTab = new System.Windows.Forms.TabPage();
00087             this.label12 = new System.Windows.Forms.Label();
00088             this.StreamlineWidthUpDown = new System.Windows.Forms.NumericUpDown();
00089             this.label11 = new System.Windows.Forms.Label();
00090             this.StreamlineLengthUpDown = new System.Windows.Forms.NumericUpDown();
00091             this.StreamlineStileBox = new System.Windows.Forms.GroupBox();
00092             this.StreamlineStyleRadio4 = new System.Windows.Forms.RadioButton();
00093             this.StreamlineStyleRadio3 = new System.Windows.Forms.RadioButton();
00094             this.StreamlineStyleRadio2 = new System.Windows.Forms.RadioButton();
00095             this.StreamlineStyleRadio1 = new System.Windows.Forms.RadioButton();
00096             this.StreamlineDtestLabel = new System.Windows.Forms.Label();
00097             this.label13 = new System.Windows.Forms.Label();
00098             this.StreamlineDtestSlider = new System.Windows.Forms.HScrollBar();
00099             this.StreamlineDsepLabel = new System.Windows.Forms.Label();
00100             this.label10 = new System.Windows.Forms.Label();
00101             this.StreamlineDsepSlider = new System.Windows.Forms.HScrollBar();
00102             this.label9 = new System.Windows.Forms.Label();
00103             this.StreamlineDtNumUpDown = new System.Windows.Forms.NumericUpDown();
00104             this.StreamlinesGroupBox = new System.Windows.Forms.GroupBox();
00105             this.EulerRadioButton = new System.Windows.Forms.RadioButton();
00106             this.RungeKuttaRadioButton = new System.Windows.Forms.RadioButton();
00107             this.EnableStreamlinesCheckBox = new System.Windows.Forms.CheckBox();
00108             this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
00109             this.printDialog = new System.Windows.Forms.PrintDialog();
00110             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
00111             this.checkBox1 = new System.Windows.Forms.CheckBox();
00112             this.groupBox1 = new System.Windows.Forms.GroupBox();
00113             this.radioButton1 = new System.Windows.Forms.RadioButton();
00114             this.radioButton2 = new System.Windows.Forms.RadioButton();
00115             this.label1 = new System.Windows.Forms.Label();
00116             this.checkBox2 = new System.Windows.Forms.CheckBox();
00117             this.checkBox3 = new System.Windows.Forms.CheckBox();
00118             this.label2 = new System.Windows.Forms.Label();
00119             this.comboBox1 = new System.Windows.Forms.ComboBox();
00120             this.checkBox4 = new System.Windows.Forms.CheckBox();
00121             this.checkBox5 = new System.Windows.Forms.CheckBox();
00122             this.checkBox6 = new System.Windows.Forms.CheckBox();
00123             this.panel1 = new System.Windows.Forms.Panel();
00124             this.MainMenu.SuspendLayout();
00125             ((System.ComponentModel.ISupportInitialize)(this.XNADrawSurface)).BeginInit();
00126             this.ContainerPanel.SuspendLayout();
00127             this.SettingsPanel.SuspendLayout();
00128             this.ArrowPlotTab.SuspendLayout();
00129             this.ArrowLengthGroup.SuspendLayout();
00130             this.ChannelsTab.SuspendLayout();
00131             this.StreamlinesTab.SuspendLayout();
00132             ((System.ComponentModel.ISupportInitialize)(this.StreamlineWidthUpDown)).BeginInit();
00133             ((System.ComponentModel.ISupportInitialize)(this.StreamlineLengthUpDown)).BeginInit();
00134             this.StreamlineStileBox.SuspendLayout();
00135             ((System.ComponentModel.ISupportInitialize)(this.StreamlineDtNumUpDown)).BeginInit();
00136             this.StreamlinesGroupBox.SuspendLayout();
00137             this.groupBox1.SuspendLayout();
00138             this.SuspendLayout();
00139             // 
00140             // MainMenu
00141             // 
00142             this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00143             this.fileToolStripMenuItem,
00144             this.extrasToolStripMenuItem});
00145             this.MainMenu.Location = new System.Drawing.Point(0, 0);
00146             this.MainMenu.Name = "MainMenu";
00147             this.MainMenu.Size = new System.Drawing.Size(1008, 24);
00148             this.MainMenu.TabIndex = 0;
00149             this.MainMenu.Text = "mainMeni";
00150             this.MainMenu.Click += new System.EventHandler(this.handleActiveTabChange);
00151             // 
00152             // fileToolStripMenuItem
00153             // 
00154             this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00155             this.openToolStripMenuItem,
00156             this.saveToolStripMenuItem,
00157             this.toolStripSeparator2,
00158             this.exitToolStripMenuItem});
00159             this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
00160             this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
00161             this.fileToolStripMenuItem.Text = "File";
00162             // 
00163             // openToolStripMenuItem
00164             // 
00165             this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
00166             this.openToolStripMenuItem.Name = "openToolStripMenuItem";
00167             this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
00168             this.openToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
00169             this.openToolStripMenuItem.Text = "Open";
00170             this.openToolStripMenuItem.Click += new System.EventHandler(this.handleOpenFileMenu);
00171             // 
00172             // saveToolStripMenuItem
00173             // 
00174             this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
00175             this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
00176             this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
00177             this.saveToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
00178             this.saveToolStripMenuItem.Text = "Save";
00179             this.saveToolStripMenuItem.Visible = false;
00180             this.saveToolStripMenuItem.Click += new System.EventHandler(this.handleSaveFileMenu);
00181             // 
00182             // toolStripSeparator2
00183             // 
00184             this.toolStripSeparator2.Name = "toolStripSeparator2";
00185             this.toolStripSeparator2.Size = new System.Drawing.Size(145, 6);
00186             // 
00187             // exitToolStripMenuItem
00188             // 
00189             this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
00190             this.exitToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
00191             this.exitToolStripMenuItem.Text = "Exit";
00192             this.exitToolStripMenuItem.Click += new System.EventHandler(this.handleExitMenu);
00193             // 
00194             // extrasToolStripMenuItem
00195             // 
00196             this.extrasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00197             this.slicingToolStripMenuItem,
00198             this.toolStripSeparator9,
00199             this.transferfunctionToolStripMenuItem,
00200             this.toolStripSeparator10,
00201             this.projectionToolStripMenuItem,
00202             this.toolStripSeparator4,
00203             this.blendingToolStripMenuItem,
00204             this.toolStripSeparator6,
00205             this.shadingToolStripMenuItem});
00206             this.extrasToolStripMenuItem.Name = "extrasToolStripMenuItem";
00207             this.extrasToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
00208             this.extrasToolStripMenuItem.Text = "Functions";
00209             // 
00210             // slicingToolStripMenuItem
00211             // 
00212             this.slicingToolStripMenuItem.Name = "slicingToolStripMenuItem";
00213             this.slicingToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00214             this.slicingToolStripMenuItem.Text = "Slicing";
00215             this.slicingToolStripMenuItem.Visible = false;
00216             // 
00217             // toolStripSeparator9
00218             // 
00219             this.toolStripSeparator9.Name = "toolStripSeparator9";
00220             this.toolStripSeparator9.Size = new System.Drawing.Size(159, 6);
00221             this.toolStripSeparator9.Visible = false;
00222             // 
00223             // transferfunctionToolStripMenuItem
00224             // 
00225             this.transferfunctionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00226             this.enableTransferfunctionToolStripMenuItem,
00227             this.editTransferfunctionToolStripMenuItem,
00228             this.loadTransferfunctionToolStripMenuItem,
00229             this.saveTransferfunctionToolStripMenuItem});
00230             this.transferfunctionToolStripMenuItem.Enabled = false;
00231             this.transferfunctionToolStripMenuItem.Name = "transferfunctionToolStripMenuItem";
00232             this.transferfunctionToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00233             this.transferfunctionToolStripMenuItem.Text = "Transferfunction";
00234             // 
00235             // enableTransferfunctionToolStripMenuItem
00236             // 
00237             this.enableTransferfunctionToolStripMenuItem.Checked = true;
00238             this.enableTransferfunctionToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00239             this.enableTransferfunctionToolStripMenuItem.Name = "enableTransferfunctionToolStripMenuItem";
00240             this.enableTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00241             this.enableTransferfunctionToolStripMenuItem.Text = "Enable Transferfunction";
00242             // 
00243             // editTransferfunctionToolStripMenuItem
00244             // 
00245             this.editTransferfunctionToolStripMenuItem.Enabled = false;
00246             this.editTransferfunctionToolStripMenuItem.Name = "editTransferfunctionToolStripMenuItem";
00247             this.editTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00248             this.editTransferfunctionToolStripMenuItem.Text = "Edit Transferfunction";
00249             this.editTransferfunctionToolStripMenuItem.Visible = false;
00250             this.editTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleEditTransferFunctionMenu);
00251             // 
00252             // loadTransferfunctionToolStripMenuItem
00253             // 
00254             this.loadTransferfunctionToolStripMenuItem.Name = "loadTransferfunctionToolStripMenuItem";
00255             this.loadTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00256             this.loadTransferfunctionToolStripMenuItem.Text = "Load Transferfunction";
00257             this.loadTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleLoadTransferFunctionMenu);
00258             // 
00259             // saveTransferfunctionToolStripMenuItem
00260             // 
00261             this.saveTransferfunctionToolStripMenuItem.Name = "saveTransferfunctionToolStripMenuItem";
00262             this.saveTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00263             this.saveTransferfunctionToolStripMenuItem.Text = "Save Transferfunction";
00264             this.saveTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleSaveTransferFunctionMenu);
00265             // 
00266             // toolStripSeparator10
00267             // 
00268             this.toolStripSeparator10.Name = "toolStripSeparator10";
00269             this.toolStripSeparator10.Size = new System.Drawing.Size(159, 6);
00270             this.toolStripSeparator10.Visible = false;
00271             // 
00272             // projectionToolStripMenuItem
00273             // 
00274             this.projectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00275             this.maximumIntensityProjectionToolStripMenuItem,
00276             this.toolStripSeparator1,
00277             this.perspectiveProjectionToolStripMenuItem,
00278             this.orthogonalProjectionToolStripMenuItem});
00279             this.projectionToolStripMenuItem.Name = "projectionToolStripMenuItem";
00280             this.projectionToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00281             this.projectionToolStripMenuItem.Text = "Projection";
00282             this.projectionToolStripMenuItem.Visible = false;
00283             // 
00284             // maximumIntensityProjectionToolStripMenuItem
00285             // 
00286             this.maximumIntensityProjectionToolStripMenuItem.Name = "maximumIntensityProjectionToolStripMenuItem";
00287             this.maximumIntensityProjectionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
00288             this.maximumIntensityProjectionToolStripMenuItem.Text = "Maximum Intensity Projection";
00289             // 
00290             // toolStripSeparator1
00291             // 
00292             this.toolStripSeparator1.Name = "toolStripSeparator1";
00293             this.toolStripSeparator1.Size = new System.Drawing.Size(230, 6);
00294             // 
00295             // perspectiveProjectionToolStripMenuItem
00296             // 
00297             this.perspectiveProjectionToolStripMenuItem.Checked = true;
00298             this.perspectiveProjectionToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00299             this.perspectiveProjectionToolStripMenuItem.Name = "perspectiveProjectionToolStripMenuItem";
00300             this.perspectiveProjectionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
00301             this.perspectiveProjectionToolStripMenuItem.Text = "Perspective Projection";
00302             this.perspectiveProjectionToolStripMenuItem.Click += new System.EventHandler(this.handlePerspProjMenu);
00303             // 
00304             // orthogonalProjectionToolStripMenuItem
00305             // 
00306             this.orthogonalProjectionToolStripMenuItem.Name = "orthogonalProjectionToolStripMenuItem";
00307             this.orthogonalProjectionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
00308             this.orthogonalProjectionToolStripMenuItem.Text = "Orthogonal Projection";
00309             this.orthogonalProjectionToolStripMenuItem.Click += new System.EventHandler(this.handleOrthProjMenu);
00310             // 
00311             // toolStripSeparator4
00312             // 
00313             this.toolStripSeparator4.Name = "toolStripSeparator4";
00314             this.toolStripSeparator4.Size = new System.Drawing.Size(159, 6);
00315             this.toolStripSeparator4.Visible = false;
00316             // 
00317             // blendingToolStripMenuItem
00318             // 
00319             this.blendingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00320             this.frontToBackBlendingToolStripMenuItem,
00321             this.backToFrontBlendingToolStripMenuItem});
00322             this.blendingToolStripMenuItem.Name = "blendingToolStripMenuItem";
00323             this.blendingToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00324             this.blendingToolStripMenuItem.Text = "Blending";
00325             this.blendingToolStripMenuItem.Visible = false;
00326             // 
00327             // frontToBackBlendingToolStripMenuItem
00328             // 
00329             this.frontToBackBlendingToolStripMenuItem.Checked = true;
00330             this.frontToBackBlendingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00331             this.frontToBackBlendingToolStripMenuItem.Name = "frontToBackBlendingToolStripMenuItem";
00332             this.frontToBackBlendingToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
00333             this.frontToBackBlendingToolStripMenuItem.Text = "Front to Back Blending";
00334             this.frontToBackBlendingToolStripMenuItem.Click += new System.EventHandler(this.handleBlendModeMenu);
00335             // 
00336             // backToFrontBlendingToolStripMenuItem
00337             // 
00338             this.backToFrontBlendingToolStripMenuItem.Name = "backToFrontBlendingToolStripMenuItem";
00339             this.backToFrontBlendingToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
00340             this.backToFrontBlendingToolStripMenuItem.Text = "Back to Front Blending";
00341             this.backToFrontBlendingToolStripMenuItem.Click += new System.EventHandler(this.handleBlendModeMenu);
00342             // 
00343             // toolStripSeparator6
00344             // 
00345             this.toolStripSeparator6.Name = "toolStripSeparator6";
00346             this.toolStripSeparator6.Size = new System.Drawing.Size(159, 6);
00347             this.toolStripSeparator6.Visible = false;
00348             // 
00349             // shadingToolStripMenuItem
00350             // 
00351             this.shadingToolStripMenuItem.Checked = true;
00352             this.shadingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00353             this.shadingToolStripMenuItem.Name = "shadingToolStripMenuItem";
00354             this.shadingToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00355             this.shadingToolStripMenuItem.Text = "Shading ";
00356             this.shadingToolStripMenuItem.Visible = false;
00357             this.shadingToolStripMenuItem.Click += new System.EventHandler(this.handleShadingMenu);
00358             // 
00359             // XNADrawSurface
00360             // 
00361             this.XNADrawSurface.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00362                         | System.Windows.Forms.AnchorStyles.Left)
00363                         | System.Windows.Forms.AnchorStyles.Right)));
00364             this.XNADrawSurface.Location = new System.Drawing.Point(3, 3);
00365             this.XNADrawSurface.Name = "XNADrawSurface";
00366             this.XNADrawSurface.Size = new System.Drawing.Size(701, 700);
00367             this.XNADrawSurface.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
00368             this.XNADrawSurface.TabIndex = 0;
00369             this.XNADrawSurface.TabStop = false;
00370             this.XNADrawSurface.MouseMove += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseMove);
00371             this.XNADrawSurface.Click += new System.EventHandler(this.handleActiveTabChange);
00372             this.XNADrawSurface.MouseDown += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseDown);
00373             this.XNADrawSurface.MouseUp += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseUp);
00374             // 
00375             // TransferFunctionPanel
00376             // 
00377             this.TransferFunctionPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
00378             this.TransferFunctionPanel.BackColor = System.Drawing.Color.Transparent;
00379             this.TransferFunctionPanel.Location = new System.Drawing.Point(18, 137);
00380             this.TransferFunctionPanel.Margin = new System.Windows.Forms.Padding(0);
00381             this.TransferFunctionPanel.Name = "TransferFunctionPanel";
00382             this.TransferFunctionPanel.Size = new System.Drawing.Size(256, 256);
00383             this.TransferFunctionPanel.TabIndex = 2;
00384             this.TransferFunctionPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.TransferFunctionPanel_Paint);
00385             this.TransferFunctionPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseMove);
00386             this.TransferFunctionPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseDown);
00387             this.TransferFunctionPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseUp);
00388             // 
00389             // ContainerPanel
00390             // 
00391             this.ContainerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00392                         | System.Windows.Forms.AnchorStyles.Left)
00393                         | System.Windows.Forms.AnchorStyles.Right)));
00394             this.ContainerPanel.ColumnCount = 2;
00395             this.ContainerPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.13889F));
00396             this.ContainerPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.86111F));
00397             this.ContainerPanel.Controls.Add(this.XNADrawSurface, 0, 0);
00398             this.ContainerPanel.Controls.Add(this.SettingsPanel, 1, 0);
00399             this.ContainerPanel.Location = new System.Drawing.Point(0, 27);
00400             this.ContainerPanel.Name = "ContainerPanel";
00401             this.ContainerPanel.RowCount = 1;
00402             this.ContainerPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 98.86202F));
00403             this.ContainerPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.13798F));
00404             this.ContainerPanel.Size = new System.Drawing.Size(1008, 706);
00405             this.ContainerPanel.TabIndex = 3;
00406             this.ContainerPanel.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseScroll);
00407             // 
00408             // SettingsPanel
00409             // 
00410             this.SettingsPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
00411             this.SettingsPanel.Controls.Add(this.ArrowPlotTab);
00412             this.SettingsPanel.Controls.Add(this.ChannelsTab);
00413             this.SettingsPanel.Controls.Add(this.StreamlinesTab);
00414             this.SettingsPanel.Location = new System.Drawing.Point(710, 3);
00415             this.SettingsPanel.Name = "SettingsPanel";
00416             this.SettingsPanel.SelectedIndex = 0;
00417             this.SettingsPanel.Size = new System.Drawing.Size(295, 700);
00418             this.SettingsPanel.TabIndex = 1;
00419             this.SettingsPanel.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.handleChangeActiveTab);
00420             this.SettingsPanel.Click += new System.EventHandler(this.handleActiveTabChange);
00421             // 
00422             // ArrowPlotTab
00423             // 
00424             this.ArrowPlotTab.Controls.Add(this.ArrowAlphaLabel);
00425             this.ArrowPlotTab.Controls.Add(this.ArrowDensityLabel);
00426             this.ArrowPlotTab.Controls.Add(this.label8);
00427             this.ArrowPlotTab.Controls.Add(this.ArrowStepsizeScrollbar);
00428             this.ArrowPlotTab.Controls.Add(this.label7);
00429             this.ArrowPlotTab.Controls.Add(this.ArrowAlphaScrollBar);
00430             this.ArrowPlotTab.Controls.Add(this.label4);
00431             this.ArrowPlotTab.Controls.Add(this.label3);
00432             this.ArrowPlotTab.Controls.Add(this.ArrowPlotColorPanel);
00433             this.ArrowPlotTab.Controls.Add(this.ArrowPlotEnableColor);
00434             this.ArrowPlotTab.Controls.Add(this.ArrowLengthGroup);
00435             this.ArrowPlotTab.Controls.Add(this.EnableArrowPlotCheckBox);
00436             this.ArrowPlotTab.Location = new System.Drawing.Point(4, 22);
00437             this.ArrowPlotTab.Name = "ArrowPlotTab";
00438             this.ArrowPlotTab.Padding = new System.Windows.Forms.Padding(3);
00439             this.ArrowPlotTab.Size = new System.Drawing.Size(287, 674);
00440             this.ArrowPlotTab.TabIndex = 1;
00441             this.ArrowPlotTab.Text = "Arrowplot";
00442             this.ArrowPlotTab.UseVisualStyleBackColor = true;
00443             this.ArrowPlotTab.Click += new System.EventHandler(this.handleActiveTabChange);
00444             // 
00445             // ArrowAlphaLabel
00446             // 
00447             this.ArrowAlphaLabel.AutoSize = true;
00448             this.ArrowAlphaLabel.Location = new System.Drawing.Point(63, 594);
00449             this.ArrowAlphaLabel.Name = "ArrowAlphaLabel";
00450             this.ArrowAlphaLabel.Size = new System.Drawing.Size(25, 13);
00451             this.ArrowAlphaLabel.TabIndex = 26;
00452             this.ArrowAlphaLabel.Text = "255";
00453             // 
00454             // ArrowDensityLabel
00455             // 
00456             this.ArrowDensityLabel.AutoSize = true;
00457             this.ArrowDensityLabel.Location = new System.Drawing.Point(101, 145);
00458             this.ArrowDensityLabel.Name = "ArrowDensityLabel";
00459             this.ArrowDensityLabel.Size = new System.Drawing.Size(19, 13);
00460             this.ArrowDensityLabel.TabIndex = 25;
00461             this.ArrowDensityLabel.Text = "20";
00462             // 
00463             // label8
00464             // 
00465             this.label8.AutoSize = true;
00466             this.label8.Location = new System.Drawing.Point(13, 145);
00467             this.label8.Name = "label8";
00468             this.label8.Size = new System.Drawing.Size(78, 13);
00469             this.label8.TabIndex = 24;
00470             this.label8.Text = "Arrow Density :";
00471             // 
00472             // ArrowStepsizeScrollbar
00473             // 
00474             this.ArrowStepsizeScrollbar.Location = new System.Drawing.Point(16, 167);
00475             this.ArrowStepsizeScrollbar.Maximum = 109;
00476             this.ArrowStepsizeScrollbar.Minimum = 10;
00477             this.ArrowStepsizeScrollbar.Name = "ArrowStepsizeScrollbar";
00478             this.ArrowStepsizeScrollbar.Size = new System.Drawing.Size(252, 19);
00479             this.ArrowStepsizeScrollbar.TabIndex = 23;
00480             this.ArrowStepsizeScrollbar.Value = 20;
00481             this.ArrowStepsizeScrollbar.ValueChanged += new System.EventHandler(this.handleArrowPlotScrollbar);
00482             // 
00483             // label7
00484             // 
00485             this.label7.AutoSize = true;
00486             this.label7.Location = new System.Drawing.Point(17, 594);
00487             this.label7.Name = "label7";
00488             this.label7.Size = new System.Drawing.Size(40, 13);
00489             this.label7.TabIndex = 22;
00490             this.label7.Text = "Alpha :";
00491             // 
00492             // ArrowAlphaScrollBar
00493             // 
00494             this.ArrowAlphaScrollBar.Location = new System.Drawing.Point(20, 616);
00495             this.ArrowAlphaScrollBar.Maximum = 264;
00496             this.ArrowAlphaScrollBar.Name = "ArrowAlphaScrollBar";
00497             this.ArrowAlphaScrollBar.Size = new System.Drawing.Size(252, 19);
00498             this.ArrowAlphaScrollBar.TabIndex = 21;
00499             this.ArrowAlphaScrollBar.Value = 255;
00500             this.ArrowAlphaScrollBar.ValueChanged += new System.EventHandler(this.handleArrowPlotScrollbar);
00501             // 
00502             // label4
00503             // 
00504             this.label4.AutoSize = true;
00505             this.label4.Location = new System.Drawing.Point(248, 544);
00506             this.label4.Name = "label4";
00507             this.label4.Size = new System.Drawing.Size(27, 13);
00508             this.label4.TabIndex = 20;
00509             this.label4.Text = "Max";
00510             // 
00511             // label3
00512             // 
00513             this.label3.AutoSize = true;
00514             this.label3.Location = new System.Drawing.Point(17, 544);
00515             this.label3.Name = "label3";
00516             this.label3.Size = new System.Drawing.Size(24, 13);
00517             this.label3.TabIndex = 19;
00518             this.label3.Text = "Min";
00519             // 
00520             // ArrowPlotColorPanel
00521             // 
00522             this.ArrowPlotColorPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00523                         | System.Windows.Forms.AnchorStyles.Left)
00524                         | System.Windows.Forms.AnchorStyles.Right)));
00525             this.ArrowPlotColorPanel.BackColor = System.Drawing.Color.Transparent;
00526             this.ArrowPlotColorPanel.Location = new System.Drawing.Point(16, 273);
00527             this.ArrowPlotColorPanel.Margin = new System.Windows.Forms.Padding(0);
00528             this.ArrowPlotColorPanel.Name = "ArrowPlotColorPanel";
00529             this.ArrowPlotColorPanel.Size = new System.Drawing.Size(256, 256);
00530             this.ArrowPlotColorPanel.TabIndex = 18;
00531             this.ArrowPlotColorPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.TransferFunctionPanel_Paint);
00532             this.ArrowPlotColorPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseMove);
00533             this.ArrowPlotColorPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseDown);
00534             this.ArrowPlotColorPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseUp);
00535             // 
00536             // ArrowPlotEnableColor
00537             // 
00538             this.ArrowPlotEnableColor.AutoSize = true;
00539             this.ArrowPlotEnableColor.Location = new System.Drawing.Point(10, 240);
00540             this.ArrowPlotEnableColor.Name = "ArrowPlotEnableColor";
00541             this.ArrowPlotEnableColor.Size = new System.Drawing.Size(106, 17);
00542             this.ArrowPlotEnableColor.TabIndex = 17;
00543             this.ArrowPlotEnableColor.Text = "Transferfunction ";
00544             this.ArrowPlotEnableColor.UseVisualStyleBackColor = true;
00545             this.ArrowPlotEnableColor.CheckedChanged += new System.EventHandler(this.handleArrowPlotTransFunctionCheckbox);
00546             // 
00547             // ArrowLengthGroup
00548             // 
00549             this.ArrowLengthGroup.Controls.Add(this.UniformArrowRadio);
00550             this.ArrowLengthGroup.Controls.Add(this.ScaledArrowRadio);
00551             this.ArrowLengthGroup.Location = new System.Drawing.Point(10, 50);
00552             this.ArrowLengthGroup.Name = "ArrowLengthGroup";
00553             this.ArrowLengthGroup.Size = new System.Drawing.Size(267, 78);
00554             this.ArrowLengthGroup.TabIndex = 16;
00555             this.ArrowLengthGroup.TabStop = false;
00556             // 
00557             // UniformArrowRadio
00558             // 
00559             this.UniformArrowRadio.AutoSize = true;
00560             this.UniformArrowRadio.Checked = true;
00561             this.UniformArrowRadio.Location = new System.Drawing.Point(6, 19);
00562             this.UniformArrowRadio.Name = "UniformArrowRadio";
00563             this.UniformArrowRadio.Size = new System.Drawing.Size(97, 17);
00564             this.UniformArrowRadio.TabIndex = 8;
00565             this.UniformArrowRadio.TabStop = true;
00566             this.UniformArrowRadio.Text = "Uniform Length";
00567             this.UniformArrowRadio.UseVisualStyleBackColor = true;
00568             this.UniformArrowRadio.CheckedChanged += new System.EventHandler(this.handleArrowRadioButt);
00569             // 
00570             // ScaledArrowRadio
00571             // 
00572             this.ScaledArrowRadio.AutoSize = true;
00573             this.ScaledArrowRadio.Location = new System.Drawing.Point(6, 42);
00574             this.ScaledArrowRadio.Name = "ScaledArrowRadio";
00575             this.ScaledArrowRadio.Size = new System.Drawing.Size(94, 17);
00576             this.ScaledArrowRadio.TabIndex = 9;
00577             this.ScaledArrowRadio.Text = "Scaled Length";
00578             this.ScaledArrowRadio.UseVisualStyleBackColor = true;
00579             this.ScaledArrowRadio.CheckedChanged += new System.EventHandler(this.handleArrowRadioButt);
00580             // 
00581             // EnableArrowPlotCheckBox
00582             // 
00583             this.EnableArrowPlotCheckBox.AutoSize = true;
00584             this.EnableArrowPlotCheckBox.Location = new System.Drawing.Point(10, 20);
00585             this.EnableArrowPlotCheckBox.Name = "EnableArrowPlotCheckBox";
00586             this.EnableArrowPlotCheckBox.Size = new System.Drawing.Size(106, 17);
00587             this.EnableArrowPlotCheckBox.TabIndex = 5;
00588             this.EnableArrowPlotCheckBox.Text = "Enable Arrowplot";
00589             this.EnableArrowPlotCheckBox.UseVisualStyleBackColor = true;
00590             this.EnableArrowPlotCheckBox.CheckedChanged += new System.EventHandler(this.handleArrowPlotCheckbox);
00591             // 
00592             // ChannelsTab
00593             // 
00594             this.ChannelsTab.Controls.Add(this.label6);
00595             this.ChannelsTab.Controls.Add(this.label5);
00596             this.ChannelsTab.Controls.Add(this.ComposeChannelsCheckBox);
00597             this.ChannelsTab.Controls.Add(this.ChannelLabel);
00598             this.ChannelsTab.Controls.Add(this.ChannelsCompoBox);
00599             this.ChannelsTab.Controls.Add(this.EnableChannelsCheckbox);
00600             this.ChannelsTab.Controls.Add(this.transferfunctionCheckBox);
00601             this.ChannelsTab.Controls.Add(this.TransferFunctionPanel);
00602             this.ChannelsTab.Location = new System.Drawing.Point(4, 22);
00603             this.ChannelsTab.Name = "ChannelsTab";
00604             this.ChannelsTab.Padding = new System.Windows.Forms.Padding(3);
00605             this.ChannelsTab.Size = new System.Drawing.Size(287, 674);
00606             this.ChannelsTab.TabIndex = 0;
00607             this.ChannelsTab.Text = "Channels";
00608             this.ChannelsTab.UseVisualStyleBackColor = true;
00609             this.ChannelsTab.Click += new System.EventHandler(this.handleActiveTabChange);
00610             // 
00611             // label6
00612             // 
00613             this.label6.AutoSize = true;
00614             this.label6.Location = new System.Drawing.Point(250, 407);
00615             this.label6.Name = "label6";
00616             this.label6.Size = new System.Drawing.Size(27, 13);
00617             this.label6.TabIndex = 21;
00618             this.label6.Text = "Max";
00619             // 
00620             // label5
00621             // 
00622             this.label5.AutoSize = true;
00623             this.label5.Location = new System.Drawing.Point(15, 407);
00624             this.label5.Name = "label5";
00625             this.label5.Size = new System.Drawing.Size(24, 13);
00626             this.label5.TabIndex = 20;
00627             this.label5.Text = "Min";
00628             // 
00629             // ComposeChannelsCheckBox
00630             // 
00631             this.ComposeChannelsCheckBox.AutoSize = true;
00632             this.ComposeChannelsCheckBox.Location = new System.Drawing.Point(10, 458);
00633             this.ComposeChannelsCheckBox.Name = "ComposeChannelsCheckBox";
00634             this.ComposeChannelsCheckBox.Size = new System.Drawing.Size(117, 17);
00635             this.ComposeChannelsCheckBox.TabIndex = 9;
00636             this.ComposeChannelsCheckBox.Text = "Compose Channels";
00637             this.ComposeChannelsCheckBox.UseVisualStyleBackColor = true;
00638             this.ComposeChannelsCheckBox.CheckedChanged += new System.EventHandler(this.handleComposeChannelsCheckBox);
00639             // 
00640             // ChannelLabel
00641             // 
00642             this.ChannelLabel.AutoSize = true;
00643             this.ChannelLabel.Location = new System.Drawing.Point(10, 64);
00644             this.ChannelLabel.Name = "ChannelLabel";
00645             this.ChannelLabel.Size = new System.Drawing.Size(46, 13);
00646             this.ChannelLabel.TabIndex = 8;
00647             this.ChannelLabel.Text = "Channel";
00648             // 
00649             // ChannelsCompoBox
00650             // 
00651             this.ChannelsCompoBox.FormattingEnabled = true;
00652             this.ChannelsCompoBox.Location = new System.Drawing.Point(62, 60);
00653             this.ChannelsCompoBox.Name = "ChannelsCompoBox";
00654             this.ChannelsCompoBox.Size = new System.Drawing.Size(212, 21);
00655             this.ChannelsCompoBox.TabIndex = 7;
00656             this.ChannelsCompoBox.Text = "...";
00657             this.ChannelsCompoBox.SelectedIndexChanged += new System.EventHandler(this.handleChannelComboBoxSelect);
00658             // 
00659             // EnableChannelsCheckbox
00660             // 
00661             this.EnableChannelsCheckbox.AutoSize = true;
00662             this.EnableChannelsCheckbox.Checked = true;
00663             this.EnableChannelsCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
00664             this.EnableChannelsCheckbox.Location = new System.Drawing.Point(10, 20);
00665             this.EnableChannelsCheckbox.Name = "EnableChannelsCheckbox";
00666             this.EnableChannelsCheckbox.Size = new System.Drawing.Size(106, 17);
00667             this.EnableChannelsCheckbox.TabIndex = 6;
00668             this.EnableChannelsCheckbox.Text = "Enable Channels";
00669             this.EnableChannelsCheckbox.UseVisualStyleBackColor = true;
00670             this.EnableChannelsCheckbox.CheckedChanged += new System.EventHandler(this.handleEnableChannelsCheckBox);
00671             // 
00672             // transferfunctionCheckBox
00673             // 
00674             this.transferfunctionCheckBox.AutoSize = true;
00675             this.transferfunctionCheckBox.Checked = true;
00676             this.transferfunctionCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
00677             this.transferfunctionCheckBox.Location = new System.Drawing.Point(10, 100);
00678             this.transferfunctionCheckBox.Name = "transferfunctionCheckBox";
00679             this.transferfunctionCheckBox.Size = new System.Drawing.Size(106, 17);
00680             this.transferfunctionCheckBox.TabIndex = 3;
00681             this.transferfunctionCheckBox.Text = "Transferfunction ";
00682             this.transferfunctionCheckBox.UseVisualStyleBackColor = true;
00683             this.transferfunctionCheckBox.CheckedChanged += new System.EventHandler(this.handleTransferFunctionCheckbox);
00684             // 
00685             // StreamlinesTab
00686             // 
00687             this.StreamlinesTab.Controls.Add(this.label12);
00688             this.StreamlinesTab.Controls.Add(this.StreamlineWidthUpDown);
00689             this.StreamlinesTab.Controls.Add(this.label11);
00690             this.StreamlinesTab.Controls.Add(this.StreamlineLengthUpDown);
00691             this.StreamlinesTab.Controls.Add(this.StreamlineStileBox);
00692             this.StreamlinesTab.Controls.Add(this.StreamlineDtestLabel);
00693             this.StreamlinesTab.Controls.Add(this.label13);
00694             this.StreamlinesTab.Controls.Add(this.StreamlineDtestSlider);
00695             this.StreamlinesTab.Controls.Add(this.StreamlineDsepLabel);
00696             this.StreamlinesTab.Controls.Add(this.label10);
00697             this.StreamlinesTab.Controls.Add(this.StreamlineDsepSlider);
00698             this.StreamlinesTab.Controls.Add(this.label9);
00699             this.StreamlinesTab.Controls.Add(this.StreamlineDtNumUpDown);
00700             this.StreamlinesTab.Controls.Add(this.StreamlinesGroupBox);
00701             this.StreamlinesTab.Controls.Add(this.EnableStreamlinesCheckBox);
00702             this.StreamlinesTab.Location = new System.Drawing.Point(4, 22);
00703             this.StreamlinesTab.Name = "StreamlinesTab";
00704             this.StreamlinesTab.Padding = new System.Windows.Forms.Padding(3);
00705             this.StreamlinesTab.Size = new System.Drawing.Size(287, 674);
00706             this.StreamlinesTab.TabIndex = 2;
00707             this.StreamlinesTab.Text = "Streamlines";
00708             this.StreamlinesTab.UseVisualStyleBackColor = true;
00709             this.StreamlinesTab.Click += new System.EventHandler(this.handleActiveTabChange);
00710             // 
00711             // label12
00712             // 
00713             this.label12.AutoSize = true;
00714             this.label12.Location = new System.Drawing.Point(19, 590);
00715             this.label12.Name = "label12";
00716             this.label12.Size = new System.Drawing.Size(93, 13);
00717             this.label12.TabIndex = 29;
00718             this.label12.Text = "Streamline Width: ";
00719             // 
00720             // StreamlineWidthUpDown
00721             // 
00722             this.StreamlineWidthUpDown.DecimalPlaces = 3;
00723             this.StreamlineWidthUpDown.Increment = new decimal(new int[] {
00724             1,
00725             0,
00726             0,
00727             65536});
00728             this.StreamlineWidthUpDown.Location = new System.Drawing.Point(198, 588);
00729             this.StreamlineWidthUpDown.Maximum = new decimal(new int[] {
00730             1,
00731             0,
00732             0,
00733             0});
00734             this.StreamlineWidthUpDown.Minimum = new decimal(new int[] {
00735             1,
00736             0,
00737             0,
00738             65536});
00739             this.StreamlineWidthUpDown.Name = "StreamlineWidthUpDown";
00740             this.StreamlineWidthUpDown.Size = new System.Drawing.Size(68, 20);
00741             this.StreamlineWidthUpDown.TabIndex = 28;
00742             this.StreamlineWidthUpDown.Value = new decimal(new int[] {
00743             5,
00744             0,
00745             0,
00746             65536});
00747             this.StreamlineWidthUpDown.ValueChanged += new System.EventHandler(this.handleStreamlineTab);
00748             // 
00749             // label11
00750             // 
00751             this.label11.AutoSize = true;
00752             this.label11.Location = new System.Drawing.Point(19, 553);
00753             this.label11.Name = "label11";
00754             this.label11.Size = new System.Drawing.Size(98, 13);
00755             this.label11.TabIndex = 27;
00756             this.label11.Text = "Streamline Length :";
00757             // 
00758             // StreamlineLengthUpDown
00759             // 
00760             this.StreamlineLengthUpDown.DecimalPlaces = 3;
00761             this.StreamlineLengthUpDown.Increment = new decimal(new int[] {
00762             1,
00763             0,
00764             0,
00765             65536});
00766             this.StreamlineLengthUpDown.Location = new System.Drawing.Point(198, 551);
00767             this.StreamlineLengthUpDown.Minimum = new decimal(new int[] {
00768             1,
00769             0,
00770             0,
00771             65536});
00772             this.StreamlineLengthUpDown.Name = "StreamlineLengthUpDown";
00773             this.StreamlineLengthUpDown.Size = new System.Drawing.Size(68, 20);
00774             this.StreamlineLengthUpDown.TabIndex = 26;
00775             this.StreamlineLengthUpDown.Value = new decimal(new int[] {
00776             1,
00777             0,
00778             0,
00779             65536});
00780             this.StreamlineLengthUpDown.ValueChanged += new System.EventHandler(this.handleStreamlineTab);
00781             // 
00782             // StreamlineStileBox
00783             // 
00784             this.StreamlineStileBox.Controls.Add(this.StreamlineStyleRadio4);
00785             this.StreamlineStileBox.Controls.Add(this.StreamlineStyleRadio3);
00786             this.StreamlineStileBox.Controls.Add(this.StreamlineStyleRadio2);
00787             this.StreamlineStileBox.Controls.Add(this.StreamlineStyleRadio1);
00788             this.StreamlineStileBox.Location = new System.Drawing.Point(22, 373);
00789             this.StreamlineStileBox.Name = "StreamlineStileBox";
00790             this.StreamlineStileBox.Size = new System.Drawing.Size(213, 142);
00791             this.StreamlineStileBox.TabIndex = 25;
00792             this.StreamlineStileBox.TabStop = false;
00793             this.StreamlineStileBox.Text = "Style";
00794             // 
00795             // StreamlineStyleRadio4
00796             // 
00797             this.StreamlineStyleRadio4.AutoSize = true;
00798             this.StreamlineStyleRadio4.Location = new System.Drawing.Point(19, 102);
00799             this.StreamlineStyleRadio4.Name = "StreamlineStyleRadio4";
00800             this.StreamlineStyleRadio4.Size = new System.Drawing.Size(116, 17);
00801             this.StreamlineStyleRadio4.TabIndex = 3;
00802             this.StreamlineStyleRadio4.Text = "Texture Generation";
00803             this.StreamlineStyleRadio4.UseVisualStyleBackColor = true;
00804             this.StreamlineStyleRadio4.CheckedChanged += new System.EventHandler(this.handleStreamlineTab);
00805             // 
00806             // StreamlineStyleRadio3
00807             // 
00808             this.StreamlineStyleRadio3.AutoSize = true;
00809             this.StreamlineStyleRadio3.Location = new System.Drawing.Point(19, 79);
00810             this.StreamlineStyleRadio3.Name = "StreamlineStyleRadio3";
00811             this.StreamlineStyleRadio3.Size = new System.Drawing.Size(96, 17);
00812             this.StreamlineStyleRadio3.TabIndex = 2;
00813             this.StreamlineStyleRadio3.Text = "Glyph Mapping";
00814             this.StreamlineStyleRadio3.UseVisualStyleBackColor = true;
00815             this.StreamlineStyleRadio3.CheckedChanged += new System.EventHandler(this.handleStreamlineTab);
00816             // 
00817             // StreamlineStyleRadio2
00818             // 
00819             this.StreamlineStyleRadio2.AutoSize = true;
00820             this.StreamlineStyleRadio2.Location = new System.Drawing.Point(19, 56);
00821             this.StreamlineStyleRadio2.Name = "StreamlineStyleRadio2";
00822             this.StreamlineStyleRadio2.Size = new System.Drawing.Size(67, 17);
00823             this.StreamlineStyleRadio2.TabIndex = 1;
00824             this.StreamlineStyleRadio2.Text = "Tapering";
00825             this.StreamlineStyleRadio2.UseVisualStyleBackColor = true;
00826             this.StreamlineStyleRadio2.CheckedChanged += new System.EventHandler(this.handleStreamlineTab);
00827             // 
00828             // StreamlineStyleRadio1
00829             // 
00830             this.StreamlineStyleRadio1.AutoSize = true;
00831             this.StreamlineStyleRadio1.Checked = true;
00832             this.StreamlineStyleRadio1.Location = new System.Drawing.Point(19, 33);
00833             this.StreamlineStyleRadio1.Name = "StreamlineStyleRadio1";
00834             this.StreamlineStyleRadio1.Size = new System.Drawing.Size(58, 17);
00835             this.StreamlineStyleRadio1.TabIndex = 0;
00836             this.StreamlineStyleRadio1.TabStop = true;
00837             this.StreamlineStyleRadio1.Text = "Normal";
00838             this.StreamlineStyleRadio1.UseVisualStyleBackColor = true;
00839             this.StreamlineStyleRadio1.CheckedChanged += new System.EventHandler(this.handleStreamlineTab);
00840             // 
00841             // StreamlineDtestLabel
00842             // 
00843             this.StreamlineDtestLabel.AutoSize = true;
00844             this.StreamlineDtestLabel.Location = new System.Drawing.Point(127, 283);
00845             this.StreamlineDtestLabel.Name = "StreamlineDtestLabel";
00846             this.StreamlineDtestLabel.Size = new System.Drawing.Size(28, 13);
00847             this.StreamlineDtestLabel.TabIndex = 24;
00848             this.StreamlineDtestLabel.Text = "0,75";
00849             // 
00850             // label13
00851             // 
00852             this.label13.AutoSize = true;
00853             this.label13.Location = new System.Drawing.Point(13, 283);
00854             this.label13.Name = "label13";
00855             this.label13.Size = new System.Drawing.Size(110, 13);
00856             this.label13.TabIndex = 23;
00857             this.label13.Text = "Test Distance(Dtest) :";
00858             // 
00859             // StreamlineDtestSlider
00860             // 
00861             this.StreamlineDtestSlider.Location = new System.Drawing.Point(16, 312);
00862             this.StreamlineDtestSlider.Maximum = 109;
00863             this.StreamlineDtestSlider.Minimum = 10;
00864             this.StreamlineDtestSlider.Name = "StreamlineDtestSlider";
00865             this.StreamlineDtestSlider.Size = new System.Drawing.Size(250, 20);
00866             this.StreamlineDtestSlider.TabIndex = 22;
00867             this.StreamlineDtestSlider.Value = 75;
00868             this.StreamlineDtestSlider.ValueChanged += new System.EventHandler(this.handleStreamlineTab);
00869             // 
00870             // StreamlineDsepLabel
00871             // 
00872             this.StreamlineDsepLabel.AutoSize = true;
00873             this.StreamlineDsepLabel.Location = new System.Drawing.Point(127, 209);
00874             this.StreamlineDsepLabel.Name = "StreamlineDsepLabel";
00875             this.StreamlineDsepLabel.Size = new System.Drawing.Size(28, 13);
00876             this.StreamlineDsepLabel.TabIndex = 21;
00877             this.StreamlineDsepLabel.Text = "0,50";
00878             // 
00879             // label10
00880             // 
00881             this.label10.AutoSize = true;
00882             this.label10.Location = new System.Drawing.Point(13, 209);
00883             this.label10.Name = "label10";
00884             this.label10.Size = new System.Drawing.Size(111, 13);
00885             this.label10.TabIndex = 20;
00886             this.label10.Text = "Start Distance(Dsep) :";
00887             // 
00888             // StreamlineDsepSlider
00889             // 
00890             this.StreamlineDsepSlider.Location = new System.Drawing.Point(16, 238);
00891             this.StreamlineDsepSlider.Maximum = 109;
00892             this.StreamlineDsepSlider.Minimum = 10;
00893             this.StreamlineDsepSlider.Name = "StreamlineDsepSlider";
00894             this.StreamlineDsepSlider.Size = new System.Drawing.Size(250, 20);
00895             this.StreamlineDsepSlider.TabIndex = 19;
00896             this.StreamlineDsepSlider.Value = 50;
00897             this.StreamlineDsepSlider.ValueChanged += new System.EventHandler(this.handleStreamlineTab);
00898             // 
00899             // label9
00900             // 
00901             this.label9.AutoSize = true;
00902             this.label9.Location = new System.Drawing.Point(13, 154);
00903             this.label9.Name = "label9";
00904             this.label9.Size = new System.Drawing.Size(68, 13);
00905             this.label9.TabIndex = 18;
00906             this.label9.Text = "Stepsize(dt) :";
00907             // 
00908             // StreamlineDtNumUpDown
00909             // 
00910             this.StreamlineDtNumUpDown.DecimalPlaces = 3;
00911             this.StreamlineDtNumUpDown.Increment = new decimal(new int[] {
00912             1,
00913             0,
00914             0,
00915             131072});
00916             this.StreamlineDtNumUpDown.Location = new System.Drawing.Point(81, 151);
00917             this.StreamlineDtNumUpDown.Maximum = new decimal(new int[] {
00918             1,
00919             0,
00920             0,
00921             0});
00922             this.StreamlineDtNumUpDown.Minimum = new decimal(new int[] {
00923             1,
00924             0,
00925             0,
00926             262144});
00927             this.StreamlineDtNumUpDown.Name = "StreamlineDtNumUpDown";
00928             this.StreamlineDtNumUpDown.Size = new System.Drawing.Size(126, 20);
00929             this.StreamlineDtNumUpDown.TabIndex = 17;
00930             this.StreamlineDtNumUpDown.Value = new decimal(new int[] {
00931             1,
00932             0,
00933             0,
00934             131072});
00935             this.StreamlineDtNumUpDown.ValueChanged += new System.EventHandler(this.handleStreamlineTab);
00936             // 
00937             // StreamlinesGroupBox
00938             // 
00939             this.StreamlinesGroupBox.Controls.Add(this.EulerRadioButton);
00940             this.StreamlinesGroupBox.Controls.Add(this.RungeKuttaRadioButton);
00941             this.StreamlinesGroupBox.Location = new System.Drawing.Point(10, 50);
00942             this.StreamlinesGroupBox.Name = "StreamlinesGroupBox";
00943             this.StreamlinesGroupBox.Size = new System.Drawing.Size(267, 78);
00944             this.StreamlinesGroupBox.TabIndex = 16;
00945             this.StreamlinesGroupBox.TabStop = false;
00946             // 
00947             // EulerRadioButton
00948             // 
00949             this.EulerRadioButton.AutoSize = true;
00950             this.EulerRadioButton.Checked = true;
00951             this.EulerRadioButton.Location = new System.Drawing.Point(6, 19);
00952             this.EulerRadioButton.Name = "EulerRadioButton";
00953             this.EulerRadioButton.Size = new System.Drawing.Size(106, 17);
00954             this.EulerRadioButton.TabIndex = 8;
00955             this.EulerRadioButton.TabStop = true;
00956             this.EulerRadioButton.Text = "Euler Streamlines";
00957             this.EulerRadioButton.UseVisualStyleBackColor = true;
00958             this.EulerRadioButton.CheckedChanged += new System.EventHandler(this.handleStreamlineTab);
00959             // 
00960             // RungeKuttaRadioButton
00961             // 
00962             this.RungeKuttaRadioButton.AutoSize = true;
00963             this.RungeKuttaRadioButton.Location = new System.Drawing.Point(6, 42);
00964             this.RungeKuttaRadioButton.Name = "RungeKuttaRadioButton";
00965             this.RungeKuttaRadioButton.Size = new System.Drawing.Size(142, 17);
00966             this.RungeKuttaRadioButton.TabIndex = 9;
00967             this.RungeKuttaRadioButton.Text = "Runge-Kutta Streamlines";
00968             this.RungeKuttaRadioButton.UseVisualStyleBackColor = true;
00969             this.RungeKuttaRadioButton.CheckedChanged += new System.EventHandler(this.handleStreamlineTab);
00970             // 
00971             // EnableStreamlinesCheckBox
00972             // 
00973             this.EnableStreamlinesCheckBox.AutoSize = true;
00974             this.EnableStreamlinesCheckBox.Location = new System.Drawing.Point(10, 20);
00975             this.EnableStreamlinesCheckBox.Name = "EnableStreamlinesCheckBox";
00976             this.EnableStreamlinesCheckBox.Size = new System.Drawing.Size(116, 17);
00977             this.EnableStreamlinesCheckBox.TabIndex = 5;
00978             this.EnableStreamlinesCheckBox.Text = "Enable Streamlines";
00979             this.EnableStreamlinesCheckBox.UseVisualStyleBackColor = true;
00980             this.EnableStreamlinesCheckBox.CheckedChanged += new System.EventHandler(this.handleStreamlinesCheckBox);
00981             // 
00982             // printDialog
00983             // 
00984             this.printDialog.UseEXDialog = true;
00985             // 
00986             // checkBox1
00987             // 
00988             this.checkBox1.AutoSize = true;
00989             this.checkBox1.Checked = true;
00990             this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
00991             this.checkBox1.Location = new System.Drawing.Point(10, 143);
00992             this.checkBox1.Name = "checkBox1";
00993             this.checkBox1.Size = new System.Drawing.Size(106, 17);
00994             this.checkBox1.TabIndex = 17;
00995             this.checkBox1.Text = "Transferfunction ";
00996             this.checkBox1.UseVisualStyleBackColor = true;
00997             this.checkBox1.Visible = false;
00998             // 
00999             // groupBox1
01000             // 
01001             this.groupBox1.Controls.Add(this.radioButton1);
01002             this.groupBox1.Controls.Add(this.radioButton2);
01003             this.groupBox1.Location = new System.Drawing.Point(10, 50);
01004             this.groupBox1.Name = "groupBox1";
01005             this.groupBox1.Size = new System.Drawing.Size(267, 78);
01006             this.groupBox1.TabIndex = 16;
01007             this.groupBox1.TabStop = false;
01008             // 
01009             // radioButton1
01010             // 
01011             this.radioButton1.AutoSize = true;
01012             this.radioButton1.Checked = true;
01013             this.radioButton1.Location = new System.Drawing.Point(6, 19);
01014             this.radioButton1.Name = "radioButton1";
01015             this.radioButton1.Size = new System.Drawing.Size(97, 17);
01016             this.radioButton1.TabIndex = 8;
01017             this.radioButton1.TabStop = true;
01018             this.radioButton1.Text = "Uniform Length";
01019             this.radioButton1.UseVisualStyleBackColor = true;
01020             // 
01021             // radioButton2
01022             // 
01023             this.radioButton2.AutoSize = true;
01024             this.radioButton2.Location = new System.Drawing.Point(6, 42);
01025             this.radioButton2.Name = "radioButton2";
01026             this.radioButton2.Size = new System.Drawing.Size(94, 17);
01027             this.radioButton2.TabIndex = 9;
01028             this.radioButton2.Text = "Scaled Length";
01029             this.radioButton2.UseVisualStyleBackColor = true;
01030             // 
01031             // label1
01032             // 
01033             this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
01034                         | System.Windows.Forms.AnchorStyles.Left)
01035                         | System.Windows.Forms.AnchorStyles.Right)));
01036             this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
01037             this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
01038             this.label1.Location = new System.Drawing.Point(10, 263);
01039             this.label1.Name = "label1";
01040             this.label1.Size = new System.Drawing.Size(270, 2);
01041             this.label1.TabIndex = 13;
01042             this.label1.Visible = false;
01043             // 
01044             // checkBox2
01045             // 
01046             this.checkBox2.AutoSize = true;
01047             this.checkBox2.Location = new System.Drawing.Point(10, 20);
01048             this.checkBox2.Name = "checkBox2";
01049             this.checkBox2.Size = new System.Drawing.Size(106, 17);
01050             this.checkBox2.TabIndex = 5;
01051             this.checkBox2.Text = "Enable Arrowplot";
01052             this.checkBox2.UseVisualStyleBackColor = true;
01053             // 
01054             // checkBox3
01055             // 
01056             this.checkBox3.AutoSize = true;
01057             this.checkBox3.Location = new System.Drawing.Point(10, 418);
01058             this.checkBox3.Name = "checkBox3";
01059             this.checkBox3.Size = new System.Drawing.Size(117, 17);
01060             this.checkBox3.TabIndex = 9;
01061             this.checkBox3.Text = "Compose Channels";
01062             this.checkBox3.UseVisualStyleBackColor = true;
01063             // 
01064             // label2
01065             // 
01066             this.label2.AutoSize = true;
01067             this.label2.Location = new System.Drawing.Point(10, 64);
01068             this.label2.Name = "label2";
01069             this.label2.Size = new System.Drawing.Size(46, 13);
01070             this.label2.TabIndex = 8;
01071             this.label2.Text = "Channel";
01072             // 
01073             // comboBox1
01074             // 
01075             this.comboBox1.FormattingEnabled = true;
01076             this.comboBox1.Location = new System.Drawing.Point(62, 60);
01077             this.comboBox1.Name = "comboBox1";
01078             this.comboBox1.Size = new System.Drawing.Size(212, 21);
01079             this.comboBox1.TabIndex = 7;
01080             this.comboBox1.Text = "...";
01081             // 
01082             // checkBox4
01083             // 
01084             this.checkBox4.AutoSize = true;
01085             this.checkBox4.Checked = true;
01086             this.checkBox4.CheckState = System.Windows.Forms.CheckState.Checked;
01087             this.checkBox4.Location = new System.Drawing.Point(10, 20);
01088             this.checkBox4.Name = "checkBox4";
01089             this.checkBox4.Size = new System.Drawing.Size(106, 17);
01090             this.checkBox4.TabIndex = 6;
01091             this.checkBox4.Text = "Enable Channels";
01092             this.checkBox4.UseVisualStyleBackColor = true;
01093             // 
01094             // checkBox5
01095             // 
01096             this.checkBox5.AutoSize = true;
01097             this.checkBox5.Checked = true;
01098             this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
01099             this.checkBox5.Location = new System.Drawing.Point(150, 100);
01100             this.checkBox5.Name = "checkBox5";
01101             this.checkBox5.Size = new System.Drawing.Size(124, 17);
01102             this.checkBox5.TabIndex = 4;
01103             this.checkBox5.Text = "Enable Alpha Values";
01104             this.checkBox5.UseVisualStyleBackColor = true;
01105             this.checkBox5.Visible = false;
01106             // 
01107             // checkBox6
01108             // 
01109             this.checkBox6.AutoSize = true;
01110             this.checkBox6.Checked = true;
01111             this.checkBox6.CheckState = System.Windows.Forms.CheckState.Checked;
01112             this.checkBox6.Location = new System.Drawing.Point(10, 100);
01113             this.checkBox6.Name = "checkBox6";
01114             this.checkBox6.Size = new System.Drawing.Size(106, 17);
01115             this.checkBox6.TabIndex = 3;
01116             this.checkBox6.Text = "Transferfunction ";
01117             this.checkBox6.UseVisualStyleBackColor = true;
01118             // 
01119             // panel1
01120             // 
01121             this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
01122                         | System.Windows.Forms.AnchorStyles.Left)
01123                         | System.Windows.Forms.AnchorStyles.Right)));
01124             this.panel1.BackColor = System.Drawing.Color.Transparent;
01125             this.panel1.Location = new System.Drawing.Point(18, 137);
01126             this.panel1.Margin = new System.Windows.Forms.Padding(0);
01127             this.panel1.Name = "panel1";
01128             this.panel1.Size = new System.Drawing.Size(256, 256);
01129             this.panel1.TabIndex = 2;
01130             // 
01131             // MainWindow
01132             // 
01133             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
01134             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
01135             this.BackColor = System.Drawing.SystemColors.Window;
01136             this.ClientSize = new System.Drawing.Size(1008, 730);
01137             this.Controls.Add(this.ContainerPanel);
01138             this.Controls.Add(this.MainMenu);
01139             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
01140             this.MainMenuStrip = this.MainMenu;
01141             this.MaximizeBox = false;
01142             this.MinimizeBox = false;
01143             this.Name = "MainWindow";
01144             this.ShowInTaskbar = false;
01145             this.Text = "LU Visualisierung Bsp 1";
01146             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
01147             this.MainMenu.ResumeLayout(false);
01148             this.MainMenu.PerformLayout();
01149             ((System.ComponentModel.ISupportInitialize)(this.XNADrawSurface)).EndInit();
01150             this.ContainerPanel.ResumeLayout(false);
01151             this.ContainerPanel.PerformLayout();
01152             this.SettingsPanel.ResumeLayout(false);
01153             this.ArrowPlotTab.ResumeLayout(false);
01154             this.ArrowPlotTab.PerformLayout();
01155             this.ArrowLengthGroup.ResumeLayout(false);
01156             this.ArrowLengthGroup.PerformLayout();
01157             this.ChannelsTab.ResumeLayout(false);
01158             this.ChannelsTab.PerformLayout();
01159             this.StreamlinesTab.ResumeLayout(false);
01160             this.StreamlinesTab.PerformLayout();
01161             ((System.ComponentModel.ISupportInitialize)(this.StreamlineWidthUpDown)).EndInit();
01162             ((System.ComponentModel.ISupportInitialize)(this.StreamlineLengthUpDown)).EndInit();
01163             this.StreamlineStileBox.ResumeLayout(false);
01164             this.StreamlineStileBox.PerformLayout();
01165             ((System.ComponentModel.ISupportInitialize)(this.StreamlineDtNumUpDown)).EndInit();
01166             this.StreamlinesGroupBox.ResumeLayout(false);
01167             this.StreamlinesGroupBox.PerformLayout();
01168             this.groupBox1.ResumeLayout(false);
01169             this.groupBox1.PerformLayout();
01170             this.ResumeLayout(false);
01171             this.PerformLayout();
01172 
01173         }
01174 
01175 
01176         #endregion
01177 
01178         private System.Windows.Forms.MenuStrip MainMenu;
01179         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
01180         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
01181         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
01182         private System.Windows.Forms.ToolStripMenuItem extrasToolStripMenuItem;
01183         private System.Windows.Forms.PictureBox XNADrawSurface;
01184         private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
01185         private System.Windows.Forms.Panel TransferFunctionPanel;
01186         private System.Windows.Forms.TableLayoutPanel ContainerPanel;
01187         private System.Windows.Forms.TabControl SettingsPanel;
01188         private System.Windows.Forms.TabPage ChannelsTab;
01189         private System.Windows.Forms.TabPage ArrowPlotTab;
01190         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
01191         private System.Windows.Forms.ToolStripMenuItem transferfunctionToolStripMenuItem;
01192         private System.Windows.Forms.ToolStripMenuItem slicingToolStripMenuItem;
01193         private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
01194         private System.Windows.Forms.ToolStripMenuItem editTransferfunctionToolStripMenuItem;
01195         private System.Windows.Forms.ToolStripMenuItem loadTransferfunctionToolStripMenuItem;
01196         private System.Windows.Forms.ToolStripMenuItem saveTransferfunctionToolStripMenuItem;
01197         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
01198         private System.Windows.Forms.ToolStripMenuItem projectionToolStripMenuItem;
01199         private System.Windows.Forms.ToolStripMenuItem maximumIntensityProjectionToolStripMenuItem;
01200         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
01201         private System.Windows.Forms.ToolStripMenuItem perspectiveProjectionToolStripMenuItem;
01202         private System.Windows.Forms.ToolStripMenuItem orthogonalProjectionToolStripMenuItem;
01203         private System.Windows.Forms.CheckBox EnableArrowPlotCheckBox;
01204         private System.Windows.Forms.RadioButton ScaledArrowRadio;
01205         private System.Windows.Forms.RadioButton UniformArrowRadio;
01206         private System.Windows.Forms.SaveFileDialog saveFileDialog;
01207         private System.Windows.Forms.PrintDialog printDialog;
01208         private System.Windows.Forms.OpenFileDialog openFileDialog;
01209         private System.Windows.Forms.CheckBox transferfunctionCheckBox;
01210         private System.Windows.Forms.ToolStripMenuItem enableTransferfunctionToolStripMenuItem;
01211         private System.Windows.Forms.GroupBox ArrowLengthGroup;
01212         private System.Windows.Forms.ToolStripMenuItem blendingToolStripMenuItem;
01213         private System.Windows.Forms.ToolStripMenuItem frontToBackBlendingToolStripMenuItem;
01214         private System.Windows.Forms.ToolStripMenuItem backToFrontBlendingToolStripMenuItem;
01215         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
01216         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
01217         private System.Windows.Forms.ToolStripMenuItem shadingToolStripMenuItem;
01218         private System.Windows.Forms.ComboBox ChannelsCompoBox;
01219         private System.Windows.Forms.CheckBox EnableChannelsCheckbox;
01220         private System.Windows.Forms.CheckBox ComposeChannelsCheckBox;
01221         private System.Windows.Forms.Label ChannelLabel;
01222         private System.Windows.Forms.CheckBox ArrowPlotEnableColor;
01223         private System.Windows.Forms.CheckBox checkBox1;
01224         private System.Windows.Forms.GroupBox groupBox1;
01225         private System.Windows.Forms.RadioButton radioButton1;
01226         private System.Windows.Forms.RadioButton radioButton2;
01227         private System.Windows.Forms.Label label1;
01228         private System.Windows.Forms.CheckBox checkBox2;
01229         private System.Windows.Forms.CheckBox checkBox3;
01230         private System.Windows.Forms.Label label2;
01231         private System.Windows.Forms.ComboBox comboBox1;
01232         private System.Windows.Forms.CheckBox checkBox4;
01233         private System.Windows.Forms.CheckBox checkBox5;
01234         private System.Windows.Forms.CheckBox checkBox6;
01235         private System.Windows.Forms.Panel panel1;
01236         private System.Windows.Forms.TabPage StreamlinesTab;
01237         private System.Windows.Forms.GroupBox StreamlinesGroupBox;
01238         private System.Windows.Forms.RadioButton EulerRadioButton;
01239         private System.Windows.Forms.RadioButton RungeKuttaRadioButton;
01240         private System.Windows.Forms.CheckBox EnableStreamlinesCheckBox;
01241         private System.Windows.Forms.Panel ArrowPlotColorPanel;
01242         private System.Windows.Forms.Label label4;
01243         private System.Windows.Forms.Label label3;
01244         private System.Windows.Forms.Label label6;
01245         private System.Windows.Forms.Label label5;
01246         private System.Windows.Forms.Label label8;
01247         private System.Windows.Forms.HScrollBar ArrowStepsizeScrollbar;
01248         private System.Windows.Forms.Label label7;
01249         private System.Windows.Forms.HScrollBar ArrowAlphaScrollBar;
01250         private System.Windows.Forms.Label label9;
01251         private System.Windows.Forms.NumericUpDown StreamlineDtNumUpDown;
01252         private System.Windows.Forms.Label StreamlineDsepLabel;
01253         private System.Windows.Forms.Label label10;
01254         private System.Windows.Forms.HScrollBar StreamlineDsepSlider;
01255         private System.Windows.Forms.Label StreamlineDtestLabel;
01256         private System.Windows.Forms.Label label13;
01257         private System.Windows.Forms.HScrollBar StreamlineDtestSlider;
01258         private System.Windows.Forms.GroupBox StreamlineStileBox;
01259         private System.Windows.Forms.RadioButton StreamlineStyleRadio1;
01260         private System.Windows.Forms.RadioButton StreamlineStyleRadio4;
01261         private System.Windows.Forms.RadioButton StreamlineStyleRadio3;
01262         private System.Windows.Forms.RadioButton StreamlineStyleRadio2;
01263         private System.Windows.Forms.Label label12;
01264         private System.Windows.Forms.NumericUpDown StreamlineWidthUpDown;
01265         private System.Windows.Forms.Label label11;
01266         private System.Windows.Forms.NumericUpDown StreamlineLengthUpDown;
01267         private System.Windows.Forms.Label ArrowDensityLabel;
01268         private System.Windows.Forms.Label ArrowAlphaLabel;
01269        
01270         
01271     }
01272 }

Generated on Wed Jan 19 2011 21:59:17 for flowvis-2 by  doxygen 1.7.2