home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Dzieci / Guess / _SETUP.1 / guessfns.exe / 0 / RCDATA / TFRMNUM / TFRMNUM.txt
Encoding:
Text File  |  1998-01-01  |  683 b   |  37 lines

  1. object frmNum: TfrmNum
  2.   Left = 193
  3.   Top = 131
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 73
  7.   ClientWidth = 185
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 169
  19.     Height = 25
  20.     Font.Color = clBlack
  21.     Font.Height = -16
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.     TabOrder = 0
  26.   end
  27.   object Button1: TButton
  28.     Left = 56
  29.     Top = 40
  30.     Width = 73
  31.     Height = 25
  32.     Caption = 'OK'
  33.     TabOrder = 1
  34.     OnClick = Button1Click
  35.   end
  36. end
  37.