home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
megapanl.exe
/
SAMPLE.ZIP
/
TEST7.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-04-30
|
1KB
|
61 lines
unit Test7;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ExtCtrls, DB, DBTables, Buttons, Tabs, Grids,
Outline, Mask, MegaPanl;
type
TForm7 = class(TForm)
MegaPanel1: TMegaPanel;
Label1: TLabel;
Bevel1: TBevel;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
Button1: TButton;
Button2: TButton;
Edit1: TEdit;
Memo1: TMemo;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
ListBox1: TListBox;
ComboBox1: TComboBox;
ScrollBar1: TScrollBar;
ScrollBar2: TScrollBar;
GroupBox1: TGroupBox;
TabSet1: TTabSet;
MaskEdit2: TMaskEdit;
Outline1: TOutline;
StringGrid1: TStringGrid;
Image1: TImage;
Notebook1: TNotebook;
Shape1: TShape;
Header1: THeader;
Panel1: TPanel;
Edit2: TEdit;
Button6: TButton;
Panel2: TPanel;
MegaPanel2: TMegaPanel;
Panel3: TPanel;
Button5: TButton;
MaskEdit1: TMaskEdit;
MegaPanel3: TMegaPanel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form7: TForm7;
implementation
{$R *.DFM}
end.