1 /*  Copyright (c) MediaArea.net SARL. All Rights Reserved.
2  *
3  *  Use of this source code is governed by a BSD-style license that can
4  *  be found in the License.html file in the root of the source tree.
5  */
6 
7 //---------------------------------------------------------------------------
8 
9 #ifndef PreRelease_H
10 #define PreRelease_H
11 //---------------------------------------------------------------------------
12 #include <Classes.hpp>
13 #include <Controls.hpp>
14 #include <StdCtrls.hpp>
15 #include <Forms.hpp>
16 #include <Menus.hpp>
17 //---------------------------------------------------------------------------
18 class TForm1 : public TForm
19 {
20 __published:    // IDE-managed Components
21     TMainMenu *MainMenu1;
22     TMemo *Memo1;
23     TMenuItem *File1;
24     TMenuItem *CreateotherlanguagefilesfromAllcsv1;
25     TMenuItem *UpdateAllcsvfromotherlanguagefiles1;
26     void __fastcall CreateotherlanguagefilesfromAllcsv1Click(
27           TObject *Sender);
28     void __fastcall UpdateAllcsvfromotherlanguagefiles1Click(
29           TObject *Sender);
30 private:    // User declarations
31 public:     // User declarations
32     __fastcall TForm1(TComponent* Owner);
33 };
34 //---------------------------------------------------------------------------
35 extern PACKAGE TForm1 *Form1;
36 //---------------------------------------------------------------------------
37 #endif
38