1 |
|
3 |
//---------------------------------------------------------------------------
|
2 |
|
|
#ifndef ConfigureH
|
3 |
|
|
#define ConfigureH
|
4 |
|
|
//---------------------------------------------------------------------------
|
5 |
|
|
#include <vcl\Classes.hpp>
|
6 |
|
|
#include <vcl\Controls.hpp>
|
7 |
|
|
#include <vcl\StdCtrls.hpp>
|
8 |
|
|
#include <vcl\Forms.hpp>
|
9 |
|
|
#include <vcl\Dialogs.hpp>
|
10 |
|
|
#include <vcl\ExtCtrls.hpp>
|
11 |
|
|
//---------------------------------------------------------------------------
|
12 |
|
|
class TCcolor : public TForm
|
13 |
|
|
{
|
14 |
|
|
__published: // IDE-managed Components
|
15 |
|
|
TLabel *Label1;
|
16 |
|
|
TButton *Button1;
|
17 |
|
|
TColorDialog *ColorDialog1;
|
18 |
|
|
TPanel *Panel1;
|
19 |
|
|
TLabel *Label2;
|
20 |
|
|
TButton *Button2;
|
21 |
|
|
TPanel *Panel2;
|
22 |
|
|
TLabel *Label3;
|
23 |
|
|
TButton *Button3;
|
24 |
|
|
TPanel *Panel3;
|
25 |
|
|
TLabel *Label4;
|
26 |
|
|
TButton *Button4;
|
27 |
|
|
TPanel *Panel4;
|
28 |
|
|
TLabel *Label5;
|
29 |
|
|
TButton *Button5;
|
30 |
|
|
TPanel *Panel5;
|
31 |
|
|
TLabel *Label6;
|
32 |
|
|
TButton *Button6;
|
33 |
|
|
TPanel *Panel6;
|
34 |
|
|
TLabel *Label7;
|
35 |
|
|
TButton *Button7;
|
36 |
|
|
TPanel *Panel7;
|
37 |
|
|
TLabel *Label8;
|
38 |
|
|
TButton *Button8;
|
39 |
|
|
TPanel *Panel8;
|
40 |
|
|
TLabel *Label9;
|
41 |
|
|
TButton *Button9;
|
42 |
|
|
TPanel *Panel9;
|
43 |
|
|
TLabel *Label10;
|
44 |
|
|
TButton *Button10;
|
45 |
|
|
TPanel *Panel10;
|
46 |
|
|
TLabel *Label11;
|
47 |
|
|
TButton *Button11;
|
48 |
|
|
TPanel *Panel11;
|
49 |
|
|
TButton *Button12;
|
50 |
|
|
TButton *Button13;
|
51 |
|
|
TButton *Button14;
|
52 |
|
|
TOpenDialog *OpenDialog1;
|
53 |
|
|
TSaveDialog *SaveDialog1;
|
54 |
|
|
TLabel *Label12;
|
55 |
|
|
TPanel *Panel12;
|
56 |
|
|
TButton *Button15;
|
57 |
|
|
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
|
58 |
|
|
|
59 |
|
|
void __fastcall Button12Click(TObject *Sender);
|
60 |
|
|
|
61 |
|
|
void __fastcall Button1Click(TObject *Sender);
|
62 |
|
|
void __fastcall Button2Click(TObject *Sender);
|
63 |
|
|
void __fastcall Button3Click(TObject *Sender);
|
64 |
|
|
void __fastcall Button4Click(TObject *Sender);
|
65 |
|
|
void __fastcall Button5Click(TObject *Sender);
|
66 |
|
|
void __fastcall Button6Click(TObject *Sender);
|
67 |
|
|
void __fastcall Button7Click(TObject *Sender);
|
68 |
|
|
void __fastcall Button8Click(TObject *Sender);
|
69 |
|
|
void __fastcall Button9Click(TObject *Sender);
|
70 |
|
|
void __fastcall Button10Click(TObject *Sender);
|
71 |
|
|
void __fastcall Button11Click(TObject *Sender);
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
|
75 |
|
|
void __fastcall Button13Click(TObject *Sender);
|
76 |
|
|
void __fastcall Button14Click(TObject *Sender);
|
77 |
|
|
void __fastcall FormPaint(TObject *Sender);
|
78 |
|
|
void __fastcall Button15Click(TObject *Sender);
|
79 |
|
|
private: // User declarations
|
80 |
|
|
public: // User declarations
|
81 |
|
|
__fastcall TCcolor(TComponent* Owner);
|
82 |
|
|
};
|
83 |
|
|
//---------------------------------------------------------------------------
|
84 |
|
|
extern TCcolor *Ccolor;
|
85 |
|
|
//---------------------------------------------------------------------------
|
86 |
|
|
#endif
|