-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit3.h
More file actions
79 lines (78 loc) · 2.14 KB
/
Copy pathUnit3.h
File metadata and controls
79 lines (78 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
//---------------------------------------------------------------------------
#ifndef Unit3H
#define Unit3H
//---------------------------------------------------------------------------
#include <System.Classes.hpp>
#include <Vcl.Controls.hpp>
#include <Vcl.StdCtrls.hpp>
#include <Vcl.Forms.hpp>
#include <Vcl.ComCtrls.hpp>
#include <Vcl.ExtCtrls.hpp>
#include <Vcl.DBCtrls.hpp>
#include <Vcl.Mask.hpp>
#include <Vcl.Dialogs.hpp>
#include <Vcl.ExtDlgs.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TPageControl *PageControl1;
TTabSheet *Obj;
TPanel *Panel1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TTabSheet *TabSheet2;
TLabel *Label10;
TLabel *Label11;
TLabel *Label12;
TLabel *Label13;
TPanel *Panel2;
TPanel *Panel3;
TPanel *Panel4;
TButton *Button1;
TButton *Button2;
TDBEdit *DBEdit1;
TDBComboBox *DBComboBox1;
TDBComboBox *DBComboBox2;
TDBComboBox *DBComboBox3;
TDBComboBox *DBComboBox4;
TDBComboBox *DBComboBox5;
TDBComboBox *DBComboBox6;
TDBEdit *DBEdit2;
TDBEdit *DBEdit3;
TLabel *Label14;
TDBEdit *DBEdit4;
TDateTimePicker *DateTimePicker1;
TPanel *Panel5;
TPanel *Panel6;
TDBMemo *DBMemo1;
TDBEdit *DBEdit5;
TDBEdit *DBEdit6;
TDBEdit *DBEdit7;
TDBComboBox *DBComboBox7;
TLabel *Label15;
TTabSheet *Image;
TImage *Image1;
TButton *Button3;
TOpenPictureDialog *OpenPictureDialog1;
void __fastcall Button2Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
private: // User declarations
public: // User declarations
bool ok;
__fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif