ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/mesh/diaopt.h
Revision: 3
Committed: Tue Jun 12 12:42:51 2007 UTC (17 years, 11 months ago)
Content type: text/plain
File size: 1034 byte(s)
Log Message:

File Contents

# Content
1 //---------------------------------------------------------------------------
2 #ifndef diaoptH
3 #define diaoptH
4 //---------------------------------------------------------------------------
5 #include <vcl\Classes.hpp>
6 #include <vcl\Controls.hpp>
7 #include <vcl\StdCtrls.hpp>
8 #include <vcl\Forms.hpp>
9 //---------------------------------------------------------------------------
10 class TDiaoption : public TForm
11 {
12 __published: // IDE-managed Components
13 TGroupBox *GroupBox1;
14 TButton *Button1;
15 TButton *Button2;
16 TCheckBox *CheckBox1;
17 TCheckBox *CheckBox2;
18 void __fastcall Button1Click(TObject *Sender);
19 void __fastcall Button2Click(TObject *Sender);
20 void __fastcall FormShow(TObject *Sender);
21 private: // User declarations
22 public: // User declarations
23 __fastcall TDiaoption(TComponent* Owner);
24 int ok;
25 };
26 //---------------------------------------------------------------------------
27 extern TDiaoption *Diaoption;
28 //---------------------------------------------------------------------------
29 #endif