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

  1. object frmDodajDr: TfrmDodajDr
  2.   Left = 419
  3.   Top = 224
  4.   HelpContext = 1017
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Przypisanie blankiet∩┐╜w do gry'
  8.   ClientHeight = 281
  9.   ClientWidth = 345
  10.   Color = clBtnFace
  11.   Font.Charset = EASTEUROPE_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 6
  26.     Top = 4
  27.     Width = 333
  28.     Height = 23
  29.     Shape = bsFrame
  30.   end
  31.   object Label1: TLabel
  32.     Left = 14
  33.     Top = 8
  34.     Width = 60
  35.     Height = 13
  36.     Caption = 'Nazwa gry'
  37.     Font.Charset = EASTEUROPE_CHARSET
  38.     Font.Color = 14024447
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Bevel2: TBevel
  46.     Left = 6
  47.     Top = 30
  48.     Width = 333
  49.     Height = 219
  50.     Shape = bsFrame
  51.   end
  52.   object Label2: TLabel
  53.     Left = 14
  54.     Top = 32
  55.     Width = 150
  56.     Height = 13
  57.     Caption = 'Nazwy dost∩┐╜pnych blankiet∩┐╜w :'
  58.     Font.Charset = EASTEUROPE_CHARSET
  59.     Font.Color = 14024447
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     Transparent = True
  65.   end
  66.   object CLB1: TCheckListBox
  67.     Left = 12
  68.     Top = 48
  69.     Width = 321
  70.     Height = 195
  71.     Hint = 'Zaznacz blankiet kt∩┐╜ry ma by∩┐╜ przypisany do gry'
  72.     Color = 14024447
  73.     Ctl3D = False
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clNavy
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ItemHeight = 13
  80.     ParentCtl3D = False
  81.     ParentFont = False
  82.     TabOrder = 0
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 6
  86.     Top = 254
  87.     Width = 75
  88.     Height = 21
  89.     Caption = 'OK'
  90.     Default = True
  91.     Font.Charset = EASTEUROPE_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 1
  98.     OnClick = BitBtn1Click
  99.     Spacing = 0
  100.   end
  101.   object BitBtn2: TBitBtn
  102.     Left = 86
  103.     Top = 254
  104.     Width = 75
  105.     Height = 21
  106.     Caption = 'Anuluj'
  107.     Font.Charset = EASTEUROPE_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 2
  114.     OnClick = BitBtn2Click
  115.     Spacing = 0
  116.   end
  117. end
  118.