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

trunk/visLU/Gui/TransferfunctionForm.cs

Go to the documentation of this file.
00001 using System;
00002 using System.Collections.Generic;
00003 using System.ComponentModel;
00004 using System.Data;
00005 using System.Drawing;
00006 using System.Linq;
00007 using System.Text;
00008 using System.Windows.Forms;
00009 
00010 namespace visLU2.Gui
00011 {
00012     public partial class TransferfunctionForm : Form
00013     {
00014         public TransferfunctionForm()
00015         {
00016             InitializeComponent();
00017         }
00018 
00019         private void TransferfunctionForm_Paint(object sender, PaintEventArgs e)
00020         {
00021 
00022         }
00023 
00024         private void TransferfunctionForm_MouseDown(object sender, MouseEventArgs e)
00025         {
00026 
00027         }
00028 
00029         private void TransferfunctionForm_MouseMove(object sender, MouseEventArgs e)
00030         {
00031 
00032         }
00033 
00034         private void TransferfunctionForm_MouseUp(object sender, MouseEventArgs e)
00035         {
00036 
00037         }
00038     }
00039 }

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