home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d123456 / STR_BIT.ZIP / 32 / skr / Unit2.pas < prev    next >
Pascal/Delphi Source File  |  2002-02-13  |  573b  |  46 lines

  1.         {*─αφφ√Θ ∞εΣ≤δⁿ ∩≡σΣε±≥αΓδ σ≥ ±ΓσΣσφΦ  ε ∩≡επ≡α∞∞σ*}
  2. Unit Unit2;
  3.  
  4. interface
  5.  
  6. uses
  7.   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  8.   Menus, StdCtrls, Buttons, ComCtrls, jpeg, ExtCtrls, OleCtnrs;
  9. type
  10.   TForm2 = class(TForm)
  11.     BitBtn1: TBitBtn;
  12.     Label2: TLabel;
  13.     StaticText1: TStaticText;
  14.     Label1: TLabel;
  15.     Memo1: TMemo;
  16.  
  17.  
  18.      private
  19.     { Private declarations }
  20.   public
  21.  
  22.     { Public declarations }
  23.   end;
  24.  
  25. var
  26.   Form2: TForm2;
  27. implementation
  28.  
  29.  
  30. {$R *.DFM}
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. end.
  46.