home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Pcwk32.exe / 0 / RCDATA / TINF_FRM / TINF_FRM.txt
Text File  |  1999-01-31  |  2KB  |  84 lines

  1. object INF_FRM: TINF_FRM
  2.   Left = 273
  3.   Top = 224
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'INF_FRM'
  7.   ClientHeight = 140
  8.   ClientWidth = 450
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 450
  23.     Height = 140
  24.     Align = alClient
  25.     BevelWidth = 5
  26.     Color = clBlue
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 32
  30.       Top = 16
  31.       Width = 375
  32.       Height = 20
  33.       Caption = 'Program przeznaczony jest do pracy w trybie'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWhite
  36.       Font.Height = -16
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 32
  43.       Top = 40
  44.       Width = 361
  45.       Height = 20
  46.       Caption = 'HiColor. Uruchomienie przy mniejszej g∩┐╜∩┐╜bi'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWhite
  49.       Font.Height = -16
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object Label3: TLabel
  55.       Left = 32
  56.       Top = 64
  57.       Width = 391
  58.       Height = 20
  59.       Caption = 'kolor∩┐╜w spowoduje pogorszenie jako∩┐╜ci grafiki.'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWhite
  62.       Font.Height = -16
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object Button1: TButton
  68.       Left = 184
  69.       Top = 96
  70.       Width = 75
  71.       Height = 25
  72.       Caption = 'OK'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -13
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       TabOrder = 0
  80.       OnClick = Button1Click
  81.     end
  82.   end
  83. end
  84.