home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Porada30 / PORADA.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-01-10  |  999b  |  55 lines

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