home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Komercni / sazka / Sazka.exe / 0 / RCDATA / TWYGRFORM / TWYGRFORM.txt
Text File  |  2001-03-06  |  814b  |  46 lines

  1. object WygrForm: TWygrForm
  2.   Left = 404
  3.   Top = 242
  4.   BorderStyle = bsToolWindow
  5.   ClientHeight = 165
  6.   ClientWidth = 119
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 9
  16.     Top = 8
  17.     Width = 88
  18.     Height = 13
  19.     Caption = 'Liczba wygranych:'
  20.   end
  21.   object Grid: TStringGrid
  22.     Left = 8
  23.     Top = 24
  24.     Width = 100
  25.     Height = 79
  26.     ColCount = 2
  27.     DefaultColWidth = 32
  28.     DefaultRowHeight = 18
  29.     RowCount = 4
  30.     FixedRows = 0
  31.     TabOrder = 0
  32.     ColWidths = (
  33.       32
  34.       62)
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 8
  38.     Top = 109
  39.     Width = 100
  40.     Height = 47
  41.     Caption = '&Zamknij'
  42.     TabOrder = 1
  43.     Kind = bkClose
  44.   end
  45. end
  46.