home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Reklamy / Elpira-PW / MegaLotek.exe / 0 / RCDATA / TFRMGRUPA02 / TFRMGRUPA02.txt
Text File  |  1999-10-21  |  1KB  |  72 lines

  1. object frmGrupa02: TfrmGrupa02
  2.   Left = 243
  3.   Top = 312
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'frmGrupa02'
  7.   ClientHeight = 105
  8.   ClientWidth = 325
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 6
  23.     Top = 8
  24.     Width = 309
  25.     Height = 51
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 18
  30.     Top = 16
  31.     Width = 96
  32.     Height = 13
  33.     Caption = 'Nazwisko grajacego'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = 14024447
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 18
  44.     Top = 32
  45.     Width = 283
  46.     Height = 19
  47.     Color = 14024447
  48.     Ctl3D = False
  49.     ParentCtl3D = False
  50.     TabOrder = 0
  51.   end
  52.   object btnOk: TBitBtn
  53.     Left = 14
  54.     Top = 75
  55.     Width = 75
  56.     Height = 21
  57.     Caption = 'Ok'
  58.     Default = True
  59.     TabOrder = 1
  60.     OnClick = btnOkClick
  61.   end
  62.   object btnAnuluj: TBitBtn
  63.     Left = 94
  64.     Top = 75
  65.     Width = 75
  66.     Height = 21
  67.     Caption = 'Anuluj'
  68.     TabOrder = 2
  69.     OnClick = btnAnulujClick
  70.   end
  71. end
  72.