home *** CD-ROM | disk | FTP | other *** search
- {*─αφφ√Θ ∞εΣ≤δⁿ ∩≡σΣε±≥αΓδ σ≥ ±ΓσΣσφΦ ε ∩≡επ≡α∞∞σ*}
- Unit Unit2;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- Menus, StdCtrls, Buttons, ComCtrls, jpeg, ExtCtrls, OleCtnrs;
- type
- TForm2 = class(TForm)
- BitBtn1: TBitBtn;
- Label2: TLabel;
- StaticText1: TStaticText;
- Label1: TLabel;
- Memo1: TMemo;
-
-
- private
- { Private declarations }
- public
-
- { Public declarations }
- end;
-
- var
- Form2: TForm2;
- implementation
-
-
- {$R *.DFM}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- end.
-