[7146] Trailing whitespace code cleanup
[getmangos.git] / contrib / dbcEditer / TitleFrm.h
blob2316d8fec962b5e0e19a99c727a00796cdfe0731
1 //---------------------------------------------------------------------------
3 #ifndef TitleFrmH
4 #define TitleFrmH
5 //---------------------------------------------------------------------------
6 #include <Classes.hpp>
7 #include <Controls.hpp>
8 #include <StdCtrls.hpp>
9 #include <Forms.hpp>
10 //---------------------------------------------------------------------------
11 class TFrmTitle : public TForm
13 __published: // IDE-managed Components
14 TLabel *Label1;
15 TEdit *edTitle;
16 TButton *Button1;
17 TButton *Button2;
18 void __fastcall Button1Click(TObject *Sender);
19 void __fastcall Button2Click(TObject *Sender);
20 private: // User declarations
21 public: // User declarations
22 __fastcall TFrmTitle(TComponent* Owner);
24 //---------------------------------------------------------------------------
25 extern PACKAGE TFrmTitle *FrmTitle;
26 //---------------------------------------------------------------------------
27 #endif