home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Porada10 / TIP.DFM / TIP.txt
Text File  |  1997-02-09  |  1KB  |  69 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Porada dnia'
  6.   ClientHeight = 217
  7.   ClientWidth = 399
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 265
  21.     Height = 201
  22.   end
  23.   object Button2: TButton
  24.     Left = 280
  25.     Top = 40
  26.     Width = 113
  27.     Height = 25
  28.     Caption = '&Nast∩┐╜pna porada'
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = Button2Click
  36.   end
  37.   object Button1: TButton
  38.     Left = 280
  39.     Top = 8
  40.     Width = 113
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 1
  49.     OnClick = Button1Click
  50.   end
  51.   object Memo1: TMemo
  52.     Left = 16
  53.     Top = 16
  54.     Width = 249
  55.     Height = 185
  56.     BorderStyle = bsNone
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     Lines.Strings = (
  62.       ''
  63.       'Czy wiesz, ∩┐╜e...'
  64.       '')
  65.     ParentFont = False
  66.     TabOrder = 2
  67.   end
  68. end
  69.