00001
00002 namespace visLU.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.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00040 this.volViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00041 this.topViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00042 this.sideViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00043 this.frontViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00044 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
00045 this.zoomInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00046 this.zoomOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00047 this.extrasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00048 this.slicingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00049 this.clippingPlaneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00050 this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
00051 this.transferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00052 this.enableTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00053 this.editTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00054 this.loadTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00055 this.saveTransferfunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00056 this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
00057 this.projectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00058 this.maximumIntensityProjectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00059 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00060 this.perspectiveProjectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00061 this.orthogonalProjectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00062 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
00063 this.blendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00064 this.frontToBackBlendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00065 this.backToFrontBlendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00066 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
00067 this.shadingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00068 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00069 this.viewhelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00070 this.oToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00071 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
00072 this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00073 this.XNADrawSurface = new System.Windows.Forms.PictureBox();
00074 this.ZSliceGroup = new System.Windows.Forms.GroupBox();
00075 this.ZSlider = new System.Windows.Forms.HScrollBar();
00076 this.ZSliceNumericUpDown = new System.Windows.Forms.NumericUpDown();
00077 this.YSliceGroup = new System.Windows.Forms.GroupBox();
00078 this.YSlider = new System.Windows.Forms.HScrollBar();
00079 this.YSliceNumericUpDown = new System.Windows.Forms.NumericUpDown();
00080 this.XSliceGroup = new System.Windows.Forms.GroupBox();
00081 this.XSlider = new System.Windows.Forms.HScrollBar();
00082 this.XSliceNumericUpDown = new System.Windows.Forms.NumericUpDown();
00083 this.TransferFunctionPanel = new System.Windows.Forms.Panel();
00084 this.ContainerPanel = new System.Windows.Forms.TableLayoutPanel();
00085 this.SettingsPanel = new System.Windows.Forms.TabControl();
00086 this.SlicingTab = new System.Windows.Forms.TabPage();
00087 this.transferfunctionCheckBox1 = new System.Windows.Forms.CheckBox();
00088 this.transferfunctionCheckBox = new System.Windows.Forms.CheckBox();
00089 this.ExtendedTab = new System.Windows.Forms.TabPage();
00090 this.label1 = new System.Windows.Forms.Label();
00091 this.BlendingGroup = new System.Windows.Forms.GroupBox();
00092 this.BlendRadioButt2 = new System.Windows.Forms.RadioButton();
00093 this.BlendRadioButt1 = new System.Windows.Forms.RadioButton();
00094 this.ProjectionGroup = new System.Windows.Forms.GroupBox();
00095 this.PerspProjRadio = new System.Windows.Forms.RadioButton();
00096 this.OrthProjRadio = new System.Windows.Forms.RadioButton();
00097 this.ShadingCheckBox = new System.Windows.Forms.CheckBox();
00098 this.ShadowingSeparator = new System.Windows.Forms.Label();
00099 this.BlendingSeparator = new System.Windows.Forms.Label();
00100 this.MaxIntensityProjCheckBox = new System.Windows.Forms.CheckBox();
00101 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
00102 this.printDialog = new System.Windows.Forms.PrintDialog();
00103 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
00104 this.MainMenu.SuspendLayout();
00105 ((System.ComponentModel.ISupportInitialize)(this.XNADrawSurface)).BeginInit();
00106 this.ZSliceGroup.SuspendLayout();
00107 ((System.ComponentModel.ISupportInitialize)(this.ZSliceNumericUpDown)).BeginInit();
00108 this.YSliceGroup.SuspendLayout();
00109 ((System.ComponentModel.ISupportInitialize)(this.YSliceNumericUpDown)).BeginInit();
00110 this.XSliceGroup.SuspendLayout();
00111 ((System.ComponentModel.ISupportInitialize)(this.XSliceNumericUpDown)).BeginInit();
00112 this.ContainerPanel.SuspendLayout();
00113 this.SettingsPanel.SuspendLayout();
00114 this.SlicingTab.SuspendLayout();
00115 this.ExtendedTab.SuspendLayout();
00116 this.BlendingGroup.SuspendLayout();
00117 this.ProjectionGroup.SuspendLayout();
00118 this.SuspendLayout();
00119
00120
00121
00122 this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00123 this.fileToolStripMenuItem,
00124 this.viewToolStripMenuItem,
00125 this.extrasToolStripMenuItem,
00126 this.helpToolStripMenuItem});
00127 this.MainMenu.Location = new System.Drawing.Point(0, 0);
00128 this.MainMenu.Name = "MainMenu";
00129 this.MainMenu.Size = new System.Drawing.Size(1008, 24);
00130 this.MainMenu.TabIndex = 0;
00131 this.MainMenu.Text = "mainMeni";
00132
00133
00134
00135 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00136 this.openToolStripMenuItem,
00137 this.saveToolStripMenuItem,
00138 this.toolStripSeparator2,
00139 this.exitToolStripMenuItem});
00140 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
00141 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
00142 this.fileToolStripMenuItem.Text = "File";
00143
00144
00145
00146 this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
00147 this.openToolStripMenuItem.Name = "openToolStripMenuItem";
00148 this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
00149 this.openToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
00150 this.openToolStripMenuItem.Text = "Open";
00151 this.openToolStripMenuItem.Click += new System.EventHandler(this.handleOpenFileMenu);
00152
00153
00154
00155 this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
00156 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
00157 this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
00158 this.saveToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
00159 this.saveToolStripMenuItem.Text = "Save";
00160 this.saveToolStripMenuItem.Click += new System.EventHandler(this.handleSaveFileMenu);
00161
00162
00163
00164 this.toolStripSeparator2.Name = "toolStripSeparator2";
00165 this.toolStripSeparator2.Size = new System.Drawing.Size(145, 6);
00166
00167
00168
00169 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
00170 this.exitToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
00171 this.exitToolStripMenuItem.Text = "Exit";
00172 this.exitToolStripMenuItem.Click += new System.EventHandler(this.handleExitMenu);
00173
00174
00175
00176 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00177 this.volViewToolStripMenuItem,
00178 this.topViewToolStripMenuItem,
00179 this.sideViewToolStripMenuItem,
00180 this.frontViewToolStripMenuItem,
00181 this.toolStripSeparator3,
00182 this.zoomInToolStripMenuItem,
00183 this.zoomOutToolStripMenuItem});
00184 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
00185 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
00186 this.viewToolStripMenuItem.Text = "View";
00187
00188
00189
00190 this.volViewToolStripMenuItem.Checked = true;
00191 this.volViewToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00192 this.volViewToolStripMenuItem.Name = "volViewToolStripMenuItem";
00193 this.volViewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00194 this.volViewToolStripMenuItem.Text = "3D View";
00195 this.volViewToolStripMenuItem.Click += new System.EventHandler(this.handleViewMenuOnClick);
00196
00197
00198
00199 this.topViewToolStripMenuItem.Name = "topViewToolStripMenuItem";
00200 this.topViewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00201 this.topViewToolStripMenuItem.Text = "Top View";
00202 this.topViewToolStripMenuItem.Click += new System.EventHandler(this.handleViewMenuOnClick);
00203
00204
00205
00206 this.sideViewToolStripMenuItem.Name = "sideViewToolStripMenuItem";
00207 this.sideViewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00208 this.sideViewToolStripMenuItem.Text = "Side View";
00209 this.sideViewToolStripMenuItem.Click += new System.EventHandler(this.handleViewMenuOnClick);
00210
00211
00212
00213 this.frontViewToolStripMenuItem.Name = "frontViewToolStripMenuItem";
00214 this.frontViewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00215 this.frontViewToolStripMenuItem.Text = "Front View";
00216 this.frontViewToolStripMenuItem.Click += new System.EventHandler(this.handleViewMenuOnClick);
00217
00218
00219
00220 this.toolStripSeparator3.Name = "toolStripSeparator3";
00221 this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
00222 this.toolStripSeparator3.Visible = false;
00223
00224
00225
00226 this.zoomInToolStripMenuItem.Enabled = false;
00227 this.zoomInToolStripMenuItem.Name = "zoomInToolStripMenuItem";
00228 this.zoomInToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00229 this.zoomInToolStripMenuItem.Text = "Zoom in";
00230 this.zoomInToolStripMenuItem.Visible = false;
00231 this.zoomInToolStripMenuItem.Click += new System.EventHandler(this.handleZoomMenuOnCLick);
00232
00233
00234
00235 this.zoomOutToolStripMenuItem.Enabled = false;
00236 this.zoomOutToolStripMenuItem.Name = "zoomOutToolStripMenuItem";
00237 this.zoomOutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00238 this.zoomOutToolStripMenuItem.Text = "Zoom out ";
00239 this.zoomOutToolStripMenuItem.Visible = false;
00240 this.zoomOutToolStripMenuItem.Click += new System.EventHandler(this.handleZoomMenuOnCLick);
00241
00242
00243
00244 this.extrasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00245 this.slicingToolStripMenuItem,
00246 this.clippingPlaneToolStripMenuItem,
00247 this.toolStripSeparator9,
00248 this.transferfunctionToolStripMenuItem,
00249 this.toolStripSeparator10,
00250 this.projectionToolStripMenuItem,
00251 this.toolStripSeparator4,
00252 this.blendingToolStripMenuItem,
00253 this.toolStripSeparator6,
00254 this.shadingToolStripMenuItem});
00255 this.extrasToolStripMenuItem.Name = "extrasToolStripMenuItem";
00256 this.extrasToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
00257 this.extrasToolStripMenuItem.Text = "Functions";
00258
00259
00260
00261 this.slicingToolStripMenuItem.Name = "slicingToolStripMenuItem";
00262 this.slicingToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00263 this.slicingToolStripMenuItem.Text = "Slicing";
00264 this.slicingToolStripMenuItem.Click += new System.EventHandler(this.handleSlicingMenu);
00265
00266
00267
00268 this.clippingPlaneToolStripMenuItem.Name = "clippingPlaneToolStripMenuItem";
00269 this.clippingPlaneToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00270 this.clippingPlaneToolStripMenuItem.Text = "Clipping Plane";
00271
00272
00273
00274 this.toolStripSeparator9.Name = "toolStripSeparator9";
00275 this.toolStripSeparator9.Size = new System.Drawing.Size(159, 6);
00276
00277
00278
00279 this.transferfunctionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00280 this.enableTransferfunctionToolStripMenuItem,
00281 this.editTransferfunctionToolStripMenuItem,
00282 this.loadTransferfunctionToolStripMenuItem,
00283 this.saveTransferfunctionToolStripMenuItem});
00284 this.transferfunctionToolStripMenuItem.Name = "transferfunctionToolStripMenuItem";
00285 this.transferfunctionToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00286 this.transferfunctionToolStripMenuItem.Text = "Transferfunction";
00287
00288
00289
00290 this.enableTransferfunctionToolStripMenuItem.Name = "enableTransferfunctionToolStripMenuItem";
00291 this.enableTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00292 this.enableTransferfunctionToolStripMenuItem.Text = "Enable Transferfunction";
00293 this.enableTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleEnableTransferFunctionMenu);
00294
00295
00296
00297 this.editTransferfunctionToolStripMenuItem.Enabled = false;
00298 this.editTransferfunctionToolStripMenuItem.Name = "editTransferfunctionToolStripMenuItem";
00299 this.editTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00300 this.editTransferfunctionToolStripMenuItem.Text = "Edit Transferfunction";
00301 this.editTransferfunctionToolStripMenuItem.Visible = false;
00302 this.editTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleEditTransferFunctionMenu);
00303
00304
00305
00306 this.loadTransferfunctionToolStripMenuItem.Name = "loadTransferfunctionToolStripMenuItem";
00307 this.loadTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00308 this.loadTransferfunctionToolStripMenuItem.Text = "Load Transferfunction";
00309 this.loadTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleLoadTransferFunctionMenu);
00310
00311
00312
00313 this.saveTransferfunctionToolStripMenuItem.Name = "saveTransferfunctionToolStripMenuItem";
00314 this.saveTransferfunctionToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
00315 this.saveTransferfunctionToolStripMenuItem.Text = "Save Transferfunction";
00316 this.saveTransferfunctionToolStripMenuItem.Click += new System.EventHandler(this.handleSaveTransferFunctionMenu);
00317
00318
00319
00320 this.toolStripSeparator10.Name = "toolStripSeparator10";
00321 this.toolStripSeparator10.Size = new System.Drawing.Size(159, 6);
00322
00323
00324
00325 this.projectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00326 this.maximumIntensityProjectionToolStripMenuItem,
00327 this.toolStripSeparator1,
00328 this.perspectiveProjectionToolStripMenuItem,
00329 this.orthogonalProjectionToolStripMenuItem});
00330 this.projectionToolStripMenuItem.Name = "projectionToolStripMenuItem";
00331 this.projectionToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00332 this.projectionToolStripMenuItem.Text = "Projection";
00333
00334
00335
00336 this.maximumIntensityProjectionToolStripMenuItem.Name = "maximumIntensityProjectionToolStripMenuItem";
00337 this.maximumIntensityProjectionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
00338 this.maximumIntensityProjectionToolStripMenuItem.Text = "Maximum Intensity Projection";
00339 this.maximumIntensityProjectionToolStripMenuItem.Click += new System.EventHandler(this.handleMaxIntensityProjMenu);
00340
00341
00342
00343 this.toolStripSeparator1.Name = "toolStripSeparator1";
00344 this.toolStripSeparator1.Size = new System.Drawing.Size(230, 6);
00345
00346
00347
00348 this.perspectiveProjectionToolStripMenuItem.Checked = true;
00349 this.perspectiveProjectionToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00350 this.perspectiveProjectionToolStripMenuItem.Name = "perspectiveProjectionToolStripMenuItem";
00351 this.perspectiveProjectionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
00352 this.perspectiveProjectionToolStripMenuItem.Text = "Perspective Projection";
00353 this.perspectiveProjectionToolStripMenuItem.Click += new System.EventHandler(this.handlePerspProjMenu);
00354
00355
00356
00357 this.orthogonalProjectionToolStripMenuItem.Name = "orthogonalProjectionToolStripMenuItem";
00358 this.orthogonalProjectionToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
00359 this.orthogonalProjectionToolStripMenuItem.Text = "Orthogonal Projection";
00360 this.orthogonalProjectionToolStripMenuItem.Click += new System.EventHandler(this.handleOrthProjMenu);
00361
00362
00363
00364 this.toolStripSeparator4.Name = "toolStripSeparator4";
00365 this.toolStripSeparator4.Size = new System.Drawing.Size(159, 6);
00366
00367
00368
00369 this.blendingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00370 this.frontToBackBlendingToolStripMenuItem,
00371 this.backToFrontBlendingToolStripMenuItem});
00372 this.blendingToolStripMenuItem.Name = "blendingToolStripMenuItem";
00373 this.blendingToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00374 this.blendingToolStripMenuItem.Text = "Blending";
00375
00376
00377
00378 this.frontToBackBlendingToolStripMenuItem.Checked = true;
00379 this.frontToBackBlendingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00380 this.frontToBackBlendingToolStripMenuItem.Name = "frontToBackBlendingToolStripMenuItem";
00381 this.frontToBackBlendingToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
00382 this.frontToBackBlendingToolStripMenuItem.Text = "Front to Back Blending";
00383 this.frontToBackBlendingToolStripMenuItem.Click += new System.EventHandler(this.handleBlendModeMenu);
00384
00385
00386
00387 this.backToFrontBlendingToolStripMenuItem.Name = "backToFrontBlendingToolStripMenuItem";
00388 this.backToFrontBlendingToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
00389 this.backToFrontBlendingToolStripMenuItem.Text = "Back to Front Blending";
00390 this.backToFrontBlendingToolStripMenuItem.Click += new System.EventHandler(this.handleBlendModeMenu);
00391
00392
00393
00394 this.toolStripSeparator6.Name = "toolStripSeparator6";
00395 this.toolStripSeparator6.Size = new System.Drawing.Size(159, 6);
00396
00397
00398
00399 this.shadingToolStripMenuItem.Checked = true;
00400 this.shadingToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00401 this.shadingToolStripMenuItem.Name = "shadingToolStripMenuItem";
00402 this.shadingToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
00403 this.shadingToolStripMenuItem.Text = "Shading ";
00404 this.shadingToolStripMenuItem.Click += new System.EventHandler(this.handleShadingMenu);
00405
00406
00407
00408 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00409 this.viewhelpToolStripMenuItem,
00410 this.oToolStripMenuItem,
00411 this.toolStripSeparator5,
00412 this.infoToolStripMenuItem});
00413 this.helpToolStripMenuItem.Enabled = false;
00414 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
00415 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
00416 this.helpToolStripMenuItem.Text = "Help";
00417 this.helpToolStripMenuItem.Visible = false;
00418
00419
00420
00421 this.viewhelpToolStripMenuItem.Name = "viewhelpToolStripMenuItem";
00422 this.viewhelpToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
00423 this.viewhelpToolStripMenuItem.Text = "View Help";
00424
00425
00426
00427 this.oToolStripMenuItem.Name = "oToolStripMenuItem";
00428 this.oToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
00429 this.oToolStripMenuItem.Text = "Online";
00430
00431
00432
00433 this.toolStripSeparator5.Name = "toolStripSeparator5";
00434 this.toolStripSeparator5.Size = new System.Drawing.Size(124, 6);
00435
00436
00437
00438 this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
00439 this.infoToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
00440 this.infoToolStripMenuItem.Text = "About...";
00441
00442
00443
00444 this.XNADrawSurface.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00445 | System.Windows.Forms.AnchorStyles.Left)
00446 | System.Windows.Forms.AnchorStyles.Right)));
00447 this.XNADrawSurface.Location = new System.Drawing.Point(3, 3);
00448 this.XNADrawSurface.Name = "XNADrawSurface";
00449 this.XNADrawSurface.Size = new System.Drawing.Size(701, 700);
00450 this.XNADrawSurface.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
00451 this.XNADrawSurface.TabIndex = 0;
00452 this.XNADrawSurface.TabStop = false;
00453 this.XNADrawSurface.MouseMove += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseMove);
00454 this.XNADrawSurface.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseDoubleClick);
00455 this.XNADrawSurface.MouseDown += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseDown);
00456 this.XNADrawSurface.MouseUp += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseUp);
00457
00458
00459
00460 this.ZSliceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00461 | System.Windows.Forms.AnchorStyles.Left)
00462 | System.Windows.Forms.AnchorStyles.Right)));
00463 this.ZSliceGroup.BackColor = System.Drawing.Color.Transparent;
00464 this.ZSliceGroup.Controls.Add(this.ZSlider);
00465 this.ZSliceGroup.Controls.Add(this.ZSliceNumericUpDown);
00466 this.ZSliceGroup.Location = new System.Drawing.Point(9, 211);
00467 this.ZSliceGroup.Name = "ZSliceGroup";
00468 this.ZSliceGroup.Size = new System.Drawing.Size(270, 78);
00469 this.ZSliceGroup.TabIndex = 2;
00470 this.ZSliceGroup.TabStop = false;
00471 this.ZSliceGroup.Text = "Front Slice (Z Slice)";
00472
00473
00474
00475 this.ZSlider.Location = new System.Drawing.Point(10, 50);
00476 this.ZSlider.Name = "ZSlider";
00477 this.ZSlider.Size = new System.Drawing.Size(250, 20);
00478 this.ZSlider.TabIndex = 3;
00479 this.ZSlider.Value = 50;
00480 this.ZSlider.ValueChanged += new System.EventHandler(this.handleScrollSlider);
00481
00482
00483
00484 this.ZSliceNumericUpDown.DecimalPlaces = 8;
00485 this.ZSliceNumericUpDown.Increment = new decimal(new int[] {
00486 1,
00487 0,
00488 0,
00489 131072});
00490 this.ZSliceNumericUpDown.Location = new System.Drawing.Point(134, 18);
00491 this.ZSliceNumericUpDown.Maximum = new decimal(new int[] {
00492 1,
00493 0,
00494 0,
00495 0});
00496 this.ZSliceNumericUpDown.Name = "ZSliceNumericUpDown";
00497 this.ZSliceNumericUpDown.Size = new System.Drawing.Size(126, 20);
00498 this.ZSliceNumericUpDown.TabIndex = 1;
00499 this.ZSliceNumericUpDown.Value = new decimal(new int[] {
00500 5,
00501 0,
00502 0,
00503 65536});
00504 this.ZSliceNumericUpDown.ValueChanged += new System.EventHandler(this.handleSliceNumericUpDown);
00505
00506
00507
00508 this.YSliceGroup.BackColor = System.Drawing.Color.Transparent;
00509 this.YSliceGroup.Controls.Add(this.YSlider);
00510 this.YSliceGroup.Controls.Add(this.YSliceNumericUpDown);
00511 this.YSliceGroup.Location = new System.Drawing.Point(9, 6);
00512 this.YSliceGroup.Margin = new System.Windows.Forms.Padding(0);
00513 this.YSliceGroup.Name = "YSliceGroup";
00514 this.YSliceGroup.Padding = new System.Windows.Forms.Padding(0);
00515 this.YSliceGroup.Size = new System.Drawing.Size(270, 87);
00516 this.YSliceGroup.TabIndex = 1;
00517 this.YSliceGroup.TabStop = false;
00518 this.YSliceGroup.Text = "Top Slice (Y Slice)";
00519
00520
00521
00522 this.YSlider.Location = new System.Drawing.Point(10, 50);
00523 this.YSlider.Name = "YSlider";
00524 this.YSlider.Size = new System.Drawing.Size(250, 20);
00525 this.YSlider.TabIndex = 3;
00526 this.YSlider.Value = 50;
00527 this.YSlider.ValueChanged += new System.EventHandler(this.handleScrollSlider);
00528
00529
00530
00531 this.YSliceNumericUpDown.DecimalPlaces = 8;
00532 this.YSliceNumericUpDown.Increment = new decimal(new int[] {
00533 1,
00534 0,
00535 0,
00536 131072});
00537 this.YSliceNumericUpDown.Location = new System.Drawing.Point(134, 18);
00538 this.YSliceNumericUpDown.Maximum = new decimal(new int[] {
00539 1,
00540 0,
00541 0,
00542 0});
00543 this.YSliceNumericUpDown.Name = "YSliceNumericUpDown";
00544 this.YSliceNumericUpDown.Size = new System.Drawing.Size(126, 20);
00545 this.YSliceNumericUpDown.TabIndex = 1;
00546 this.YSliceNumericUpDown.Value = new decimal(new int[] {
00547 5,
00548 0,
00549 0,
00550 65536});
00551 this.YSliceNumericUpDown.ValueChanged += new System.EventHandler(this.handleSliceNumericUpDown);
00552
00553
00554
00555 this.XSliceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00556 | System.Windows.Forms.AnchorStyles.Left)
00557 | System.Windows.Forms.AnchorStyles.Right)));
00558 this.XSliceGroup.BackColor = System.Drawing.Color.Transparent;
00559 this.XSliceGroup.Controls.Add(this.XSlider);
00560 this.XSliceGroup.Controls.Add(this.XSliceNumericUpDown);
00561 this.XSliceGroup.Location = new System.Drawing.Point(9, 106);
00562 this.XSliceGroup.Name = "XSliceGroup";
00563 this.XSliceGroup.Size = new System.Drawing.Size(270, 87);
00564 this.XSliceGroup.TabIndex = 0;
00565 this.XSliceGroup.TabStop = false;
00566 this.XSliceGroup.Text = "Side Slice (X Slice)";
00567
00568
00569
00570 this.XSlider.Location = new System.Drawing.Point(10, 50);
00571 this.XSlider.Name = "XSlider";
00572 this.XSlider.Size = new System.Drawing.Size(250, 20);
00573 this.XSlider.TabIndex = 2;
00574 this.XSlider.Value = 50;
00575 this.XSlider.ValueChanged += new System.EventHandler(this.handleScrollSlider);
00576
00577
00578
00579 this.XSliceNumericUpDown.DecimalPlaces = 8;
00580 this.XSliceNumericUpDown.Increment = new decimal(new int[] {
00581 1,
00582 0,
00583 0,
00584 131072});
00585 this.XSliceNumericUpDown.Location = new System.Drawing.Point(134, 18);
00586 this.XSliceNumericUpDown.Maximum = new decimal(new int[] {
00587 1,
00588 0,
00589 0,
00590 0});
00591 this.XSliceNumericUpDown.Name = "XSliceNumericUpDown";
00592 this.XSliceNumericUpDown.Size = new System.Drawing.Size(126, 20);
00593 this.XSliceNumericUpDown.TabIndex = 1;
00594 this.XSliceNumericUpDown.Value = new decimal(new int[] {
00595 5,
00596 0,
00597 0,
00598 65536});
00599 this.XSliceNumericUpDown.ValueChanged += new System.EventHandler(this.handleSliceNumericUpDown);
00600
00601
00602
00603 this.TransferFunctionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00604 | System.Windows.Forms.AnchorStyles.Left)
00605 | System.Windows.Forms.AnchorStyles.Right)));
00606 this.TransferFunctionPanel.BackColor = System.Drawing.Color.Transparent;
00607 this.TransferFunctionPanel.Location = new System.Drawing.Point(9, 342);
00608 this.TransferFunctionPanel.Margin = new System.Windows.Forms.Padding(0);
00609 this.TransferFunctionPanel.Name = "TransferFunctionPanel";
00610 this.TransferFunctionPanel.Size = new System.Drawing.Size(256, 256);
00611 this.TransferFunctionPanel.TabIndex = 2;
00612 this.TransferFunctionPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.TransferFunctionPanel_Paint);
00613 this.TransferFunctionPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseMove);
00614 this.TransferFunctionPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseDown);
00615 this.TransferFunctionPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TransferFunctionPanel_MouseUp);
00616
00617
00618
00619 this.ContainerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00620 | System.Windows.Forms.AnchorStyles.Left)
00621 | System.Windows.Forms.AnchorStyles.Right)));
00622 this.ContainerPanel.ColumnCount = 2;
00623 this.ContainerPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.13889F));
00624 this.ContainerPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.86111F));
00625 this.ContainerPanel.Controls.Add(this.XNADrawSurface, 0, 0);
00626 this.ContainerPanel.Controls.Add(this.SettingsPanel, 1, 0);
00627 this.ContainerPanel.Location = new System.Drawing.Point(0, 27);
00628 this.ContainerPanel.Name = "ContainerPanel";
00629 this.ContainerPanel.RowCount = 1;
00630 this.ContainerPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 98.86202F));
00631 this.ContainerPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.13798F));
00632 this.ContainerPanel.Size = new System.Drawing.Size(1008, 706);
00633 this.ContainerPanel.TabIndex = 3;
00634 this.ContainerPanel.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.handleXNADrawSurface_MouseScroll);
00635
00636
00637
00638 this.SettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00639 | System.Windows.Forms.AnchorStyles.Left)
00640 | System.Windows.Forms.AnchorStyles.Right)));
00641 this.SettingsPanel.Controls.Add(this.SlicingTab);
00642 this.SettingsPanel.Controls.Add(this.ExtendedTab);
00643 this.SettingsPanel.Location = new System.Drawing.Point(710, 3);
00644 this.SettingsPanel.Name = "SettingsPanel";
00645 this.SettingsPanel.SelectedIndex = 0;
00646 this.SettingsPanel.Size = new System.Drawing.Size(295, 700);
00647 this.SettingsPanel.TabIndex = 1;
00648
00649
00650
00651 this.SlicingTab.Controls.Add(this.transferfunctionCheckBox1);
00652 this.SlicingTab.Controls.Add(this.transferfunctionCheckBox);
00653 this.SlicingTab.Controls.Add(this.ZSliceGroup);
00654 this.SlicingTab.Controls.Add(this.TransferFunctionPanel);
00655 this.SlicingTab.Controls.Add(this.XSliceGroup);
00656 this.SlicingTab.Controls.Add(this.YSliceGroup);
00657 this.SlicingTab.Location = new System.Drawing.Point(4, 22);
00658 this.SlicingTab.Name = "SlicingTab";
00659 this.SlicingTab.Padding = new System.Windows.Forms.Padding(3);
00660 this.SlicingTab.Size = new System.Drawing.Size(287, 674);
00661 this.SlicingTab.TabIndex = 0;
00662 this.SlicingTab.Text = "Slicing ";
00663 this.SlicingTab.UseVisualStyleBackColor = true;
00664
00665
00666
00667 this.transferfunctionCheckBox1.AutoSize = true;
00668 this.transferfunctionCheckBox1.Checked = true;
00669 this.transferfunctionCheckBox1.CheckState = System.Windows.Forms.CheckState.Checked;
00670 this.transferfunctionCheckBox1.Location = new System.Drawing.Point(130, 307);
00671 this.transferfunctionCheckBox1.Name = "transferfunctionCheckBox1";
00672 this.transferfunctionCheckBox1.Size = new System.Drawing.Size(124, 17);
00673 this.transferfunctionCheckBox1.TabIndex = 4;
00674 this.transferfunctionCheckBox1.Text = "Enable Alpha Values";
00675 this.transferfunctionCheckBox1.UseVisualStyleBackColor = true;
00676 this.transferfunctionCheckBox1.CheckedChanged += new System.EventHandler(this.handleTransferFunctionCheckbox1);
00677
00678
00679
00680 this.transferfunctionCheckBox.AutoSize = true;
00681 this.transferfunctionCheckBox.Checked = true;
00682 this.transferfunctionCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
00683 this.transferfunctionCheckBox.Location = new System.Drawing.Point(9, 307);
00684 this.transferfunctionCheckBox.Name = "transferfunctionCheckBox";
00685 this.transferfunctionCheckBox.Size = new System.Drawing.Size(106, 17);
00686 this.transferfunctionCheckBox.TabIndex = 3;
00687 this.transferfunctionCheckBox.Text = "Transferfunction ";
00688 this.transferfunctionCheckBox.UseVisualStyleBackColor = true;
00689 this.transferfunctionCheckBox.CheckedChanged += new System.EventHandler(this.handleTransferFunctionCheckbox);
00690
00691
00692
00693 this.ExtendedTab.Controls.Add(this.label1);
00694 this.ExtendedTab.Controls.Add(this.BlendingGroup);
00695 this.ExtendedTab.Controls.Add(this.ProjectionGroup);
00696 this.ExtendedTab.Controls.Add(this.ShadingCheckBox);
00697 this.ExtendedTab.Controls.Add(this.ShadowingSeparator);
00698 this.ExtendedTab.Controls.Add(this.BlendingSeparator);
00699 this.ExtendedTab.Controls.Add(this.MaxIntensityProjCheckBox);
00700 this.ExtendedTab.Location = new System.Drawing.Point(4, 22);
00701 this.ExtendedTab.Name = "ExtendedTab";
00702 this.ExtendedTab.Padding = new System.Windows.Forms.Padding(3);
00703 this.ExtendedTab.Size = new System.Drawing.Size(287, 674);
00704 this.ExtendedTab.TabIndex = 1;
00705 this.ExtendedTab.Text = "Extended Features";
00706 this.ExtendedTab.UseVisualStyleBackColor = true;
00707
00708
00709
00710 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00711 | System.Windows.Forms.AnchorStyles.Left)
00712 | System.Windows.Forms.AnchorStyles.Right)));
00713 this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
00714 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00715 this.label1.Location = new System.Drawing.Point(10, 320);
00716 this.label1.Name = "label1";
00717 this.label1.Size = new System.Drawing.Size(270, 2);
00718 this.label1.TabIndex = 18;
00719
00720
00721
00722 this.BlendingGroup.Controls.Add(this.BlendRadioButt2);
00723 this.BlendingGroup.Controls.Add(this.BlendRadioButt1);
00724 this.BlendingGroup.Location = new System.Drawing.Point(11, 166);
00725 this.BlendingGroup.Name = "BlendingGroup";
00726 this.BlendingGroup.Size = new System.Drawing.Size(267, 79);
00727 this.BlendingGroup.TabIndex = 17;
00728 this.BlendingGroup.TabStop = false;
00729
00730
00731
00732 this.BlendRadioButt2.AutoSize = true;
00733 this.BlendRadioButt2.Location = new System.Drawing.Point(15, 43);
00734 this.BlendRadioButt2.Name = "BlendRadioButt2";
00735 this.BlendRadioButt2.Size = new System.Drawing.Size(137, 17);
00736 this.BlendRadioButt2.TabIndex = 12;
00737 this.BlendRadioButt2.Text = "Back To Front Blending";
00738 this.BlendRadioButt2.UseVisualStyleBackColor = true;
00739 this.BlendRadioButt2.CheckedChanged += new System.EventHandler(this.handleBlendRadioButt2);
00740
00741
00742
00743 this.BlendRadioButt1.AutoSize = true;
00744 this.BlendRadioButt1.Checked = true;
00745 this.BlendRadioButt1.Location = new System.Drawing.Point(15, 20);
00746 this.BlendRadioButt1.Name = "BlendRadioButt1";
00747 this.BlendRadioButt1.Size = new System.Drawing.Size(137, 17);
00748 this.BlendRadioButt1.TabIndex = 11;
00749 this.BlendRadioButt1.TabStop = true;
00750 this.BlendRadioButt1.Text = "Front To Back Blending";
00751 this.BlendRadioButt1.UseVisualStyleBackColor = true;
00752 this.BlendRadioButt1.CheckedChanged += new System.EventHandler(this.handleBlendRadioButt1);
00753
00754
00755
00756 this.ProjectionGroup.Controls.Add(this.PerspProjRadio);
00757 this.ProjectionGroup.Controls.Add(this.OrthProjRadio);
00758 this.ProjectionGroup.Location = new System.Drawing.Point(11, 51);
00759 this.ProjectionGroup.Name = "ProjectionGroup";
00760 this.ProjectionGroup.Size = new System.Drawing.Size(267, 78);
00761 this.ProjectionGroup.TabIndex = 16;
00762 this.ProjectionGroup.TabStop = false;
00763
00764
00765
00766 this.PerspProjRadio.AutoSize = true;
00767 this.PerspProjRadio.Checked = true;
00768 this.PerspProjRadio.Location = new System.Drawing.Point(6, 19);
00769 this.PerspProjRadio.Name = "PerspProjRadio";
00770 this.PerspProjRadio.Size = new System.Drawing.Size(131, 17);
00771 this.PerspProjRadio.TabIndex = 8;
00772 this.PerspProjRadio.TabStop = true;
00773 this.PerspProjRadio.Text = "Perspective Projection";
00774 this.PerspProjRadio.UseVisualStyleBackColor = true;
00775 this.PerspProjRadio.CheckedChanged += new System.EventHandler(this.handlePerspProjRadioButt);
00776
00777
00778
00779 this.OrthProjRadio.AutoSize = true;
00780 this.OrthProjRadio.Location = new System.Drawing.Point(6, 42);
00781 this.OrthProjRadio.Name = "OrthProjRadio";
00782 this.OrthProjRadio.Size = new System.Drawing.Size(133, 17);
00783 this.OrthProjRadio.TabIndex = 9;
00784 this.OrthProjRadio.Text = "Orthogonale Projection";
00785 this.OrthProjRadio.UseVisualStyleBackColor = true;
00786 this.OrthProjRadio.CheckedChanged += new System.EventHandler(this.handleOrthProjRadioButt);
00787
00788
00789
00790 this.ShadingCheckBox.AutoSize = true;
00791 this.ShadingCheckBox.Checked = true;
00792 this.ShadingCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
00793 this.ShadingCheckBox.Location = new System.Drawing.Point(11, 282);
00794 this.ShadingCheckBox.Name = "ShadingCheckBox";
00795 this.ShadingCheckBox.Size = new System.Drawing.Size(82, 17);
00796 this.ShadingCheckBox.TabIndex = 14;
00797 this.ShadingCheckBox.Text = "Shading On";
00798 this.ShadingCheckBox.UseVisualStyleBackColor = true;
00799 this.ShadingCheckBox.Click += new System.EventHandler(this.handleShadingCheckBox);
00800
00801
00802
00803 this.ShadowingSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00804 | System.Windows.Forms.AnchorStyles.Left)
00805 | System.Windows.Forms.AnchorStyles.Right)));
00806 this.ShadowingSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
00807 this.ShadowingSeparator.Font = new System.Drawing.Font("Microsoft Sans Serif", 2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00808 this.ShadowingSeparator.Location = new System.Drawing.Point(10, 263);
00809 this.ShadowingSeparator.Name = "ShadowingSeparator";
00810 this.ShadowingSeparator.Size = new System.Drawing.Size(270, 2);
00811 this.ShadowingSeparator.TabIndex = 13;
00812
00813
00814
00815 this.BlendingSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00816 | System.Windows.Forms.AnchorStyles.Left)
00817 | System.Windows.Forms.AnchorStyles.Right)));
00818 this.BlendingSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
00819 this.BlendingSeparator.Font = new System.Drawing.Font("Microsoft Sans Serif", 2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00820 this.BlendingSeparator.Location = new System.Drawing.Point(11, 146);
00821 this.BlendingSeparator.Name = "BlendingSeparator";
00822 this.BlendingSeparator.Size = new System.Drawing.Size(270, 2);
00823 this.BlendingSeparator.TabIndex = 10;
00824
00825
00826
00827 this.MaxIntensityProjCheckBox.AutoSize = true;
00828 this.MaxIntensityProjCheckBox.Location = new System.Drawing.Point(10, 19);
00829 this.MaxIntensityProjCheckBox.Name = "MaxIntensityProjCheckBox";
00830 this.MaxIntensityProjCheckBox.Size = new System.Drawing.Size(162, 17);
00831 this.MaxIntensityProjCheckBox.TabIndex = 5;
00832 this.MaxIntensityProjCheckBox.Text = "Maximum Intensity Projection";
00833 this.MaxIntensityProjCheckBox.UseVisualStyleBackColor = true;
00834 this.MaxIntensityProjCheckBox.CheckedChanged += new System.EventHandler(this.handleMaxIntensityProjCheckBox);
00835
00836
00837
00838 this.printDialog.UseEXDialog = true;
00839
00840
00841
00842 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00843 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00844 this.BackColor = System.Drawing.SystemColors.Window;
00845 this.ClientSize = new System.Drawing.Size(1008, 730);
00846 this.Controls.Add(this.ContainerPanel);
00847 this.Controls.Add(this.MainMenu);
00848 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00849 this.MainMenuStrip = this.MainMenu;
00850 this.Name = "MainWindow";
00851 this.ShowInTaskbar = false;
00852 this.Text = "LU Visualisierung Bsp 1";
00853 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
00854 this.MainMenu.ResumeLayout(false);
00855 this.MainMenu.PerformLayout();
00856 ((System.ComponentModel.ISupportInitialize)(this.XNADrawSurface)).EndInit();
00857 this.ZSliceGroup.ResumeLayout(false);
00858 ((System.ComponentModel.ISupportInitialize)(this.ZSliceNumericUpDown)).EndInit();
00859 this.YSliceGroup.ResumeLayout(false);
00860 ((System.ComponentModel.ISupportInitialize)(this.YSliceNumericUpDown)).EndInit();
00861 this.XSliceGroup.ResumeLayout(false);
00862 ((System.ComponentModel.ISupportInitialize)(this.XSliceNumericUpDown)).EndInit();
00863 this.ContainerPanel.ResumeLayout(false);
00864 this.ContainerPanel.PerformLayout();
00865 this.SettingsPanel.ResumeLayout(false);
00866 this.SlicingTab.ResumeLayout(false);
00867 this.SlicingTab.PerformLayout();
00868 this.ExtendedTab.ResumeLayout(false);
00869 this.ExtendedTab.PerformLayout();
00870 this.BlendingGroup.ResumeLayout(false);
00871 this.BlendingGroup.PerformLayout();
00872 this.ProjectionGroup.ResumeLayout(false);
00873 this.ProjectionGroup.PerformLayout();
00874 this.ResumeLayout(false);
00875 this.PerformLayout();
00876
00877 }
00878
00879
00880 #endregion
00881
00882 private System.Windows.Forms.MenuStrip MainMenu;
00883 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
00884 private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
00885 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
00886 private System.Windows.Forms.ToolStripMenuItem extrasToolStripMenuItem;
00887 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
00888 private System.Windows.Forms.ToolStripMenuItem viewhelpToolStripMenuItem;
00889 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
00890 private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
00891 private System.Windows.Forms.PictureBox XNADrawSurface;
00892 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
00893 private System.Windows.Forms.GroupBox XSliceGroup;
00894 private System.Windows.Forms.NumericUpDown XSliceNumericUpDown;
00895 private System.Windows.Forms.GroupBox ZSliceGroup;
00896 private System.Windows.Forms.NumericUpDown ZSliceNumericUpDown;
00897 private System.Windows.Forms.GroupBox YSliceGroup;
00898 private System.Windows.Forms.NumericUpDown YSliceNumericUpDown;
00899 private System.Windows.Forms.Panel TransferFunctionPanel;
00900 private System.Windows.Forms.TableLayoutPanel ContainerPanel;
00901 private System.Windows.Forms.TabControl SettingsPanel;
00902 private System.Windows.Forms.TabPage SlicingTab;
00903 private System.Windows.Forms.TabPage ExtendedTab;
00904 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
00905 private System.Windows.Forms.ToolStripMenuItem transferfunctionToolStripMenuItem;
00906 private System.Windows.Forms.ToolStripMenuItem slicingToolStripMenuItem;
00907 private System.Windows.Forms.ToolStripMenuItem clippingPlaneToolStripMenuItem;
00908 private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
00909 private System.Windows.Forms.ToolStripMenuItem editTransferfunctionToolStripMenuItem;
00910 private System.Windows.Forms.ToolStripMenuItem loadTransferfunctionToolStripMenuItem;
00911 private System.Windows.Forms.ToolStripMenuItem saveTransferfunctionToolStripMenuItem;
00912 private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
00913 private System.Windows.Forms.ToolStripMenuItem projectionToolStripMenuItem;
00914 private System.Windows.Forms.ToolStripMenuItem oToolStripMenuItem;
00915 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
00916 private System.Windows.Forms.ToolStripMenuItem volViewToolStripMenuItem;
00917 private System.Windows.Forms.ToolStripMenuItem topViewToolStripMenuItem;
00918 private System.Windows.Forms.ToolStripMenuItem sideViewToolStripMenuItem;
00919 private System.Windows.Forms.ToolStripMenuItem frontViewToolStripMenuItem;
00920 private System.Windows.Forms.ToolStripMenuItem maximumIntensityProjectionToolStripMenuItem;
00921 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00922 private System.Windows.Forms.ToolStripMenuItem perspectiveProjectionToolStripMenuItem;
00923 private System.Windows.Forms.ToolStripMenuItem orthogonalProjectionToolStripMenuItem;
00924 private System.Windows.Forms.CheckBox MaxIntensityProjCheckBox;
00925 private System.Windows.Forms.RadioButton OrthProjRadio;
00926 private System.Windows.Forms.RadioButton PerspProjRadio;
00927 private System.Windows.Forms.SaveFileDialog saveFileDialog;
00928 private System.Windows.Forms.PrintDialog printDialog;
00929 private System.Windows.Forms.OpenFileDialog openFileDialog;
00930 private System.Windows.Forms.ToolStripMenuItem zoomInToolStripMenuItem;
00931 private System.Windows.Forms.ToolStripMenuItem zoomOutToolStripMenuItem;
00932 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
00933 private System.Windows.Forms.HScrollBar XSlider;
00934 private System.Windows.Forms.HScrollBar ZSlider;
00935 private System.Windows.Forms.HScrollBar YSlider;
00936 private System.Windows.Forms.CheckBox transferfunctionCheckBox;
00937 private System.Windows.Forms.ToolStripMenuItem enableTransferfunctionToolStripMenuItem;
00938 private System.Windows.Forms.CheckBox transferfunctionCheckBox1;
00939 private System.Windows.Forms.Label BlendingSeparator;
00940 private System.Windows.Forms.RadioButton BlendRadioButt2;
00941 private System.Windows.Forms.RadioButton BlendRadioButt1;
00942 private System.Windows.Forms.Label ShadowingSeparator;
00943 private System.Windows.Forms.CheckBox ShadingCheckBox;
00944 private System.Windows.Forms.GroupBox ProjectionGroup;
00945 private System.Windows.Forms.GroupBox BlendingGroup;
00946 private System.Windows.Forms.ToolStripMenuItem blendingToolStripMenuItem;
00947 private System.Windows.Forms.ToolStripMenuItem frontToBackBlendingToolStripMenuItem;
00948 private System.Windows.Forms.ToolStripMenuItem backToFrontBlendingToolStripMenuItem;
00949 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
00950 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
00951 private System.Windows.Forms.ToolStripMenuItem shadingToolStripMenuItem;
00952 private System.Windows.Forms.Label label1;
00953
00954
00955 }
00956 }