home *** CD-ROM | disk | FTP | other *** search
- unit Test1;
-
- interface
-
- uses
- SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
- Forms, Dialogs, StdCtrls, ExtCtrls, MegaPanl, Mask, TabNotBk, Buttons,
- Outline, Grids, DBCtrls, DBLookup, DBGrids, DB, DBTables;
-
- type
- TForm1 = class(TForm)
- MegaPanel1: TMegaPanel;
- MegaPanel2: TMegaPanel;
- Edit2: TEdit;
- Memo2: TMemo;
- ComboBox2: TComboBox;
- MaskEdit1: TMaskEdit;
- MegaPanel3: TMegaPanel;
- Edit1: TEdit;
- Memo1: TMemo;
- ComboBox1: TComboBox;
- MaskEdit2: TMaskEdit;
- MegaPanel4: TMegaPanel;
- MegaPanel5: TMegaPanel;
- Edit3: TEdit;
- Memo3: TMemo;
- MegaPanel6: TMegaPanel;
- Edit4: TEdit;
- Memo4: TMemo;
- MaskEdit3: TMaskEdit;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- Form1: TForm1;
-
- implementation
-
- {$R *.DFM}
-
- end.
-