home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / servis / cztel / ct2004s.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  2004-05-20  |  2KB  |  80 lines

  1. object Form8: TForm8
  2.   Left = 641
  3.   Top = 247
  4.   HelpContext = 10
  5.   ActiveControl = BitBtn1
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Sloupce'
  8.   ClientHeight = 250
  9.   ClientWidth = 153
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = '.\DATA\napoveda.hlp'
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BitBtn1: TBitBtn
  23.     Left = 80
  24.     Top = 216
  25.     Width = 65
  26.     Height = 25
  27.     Cursor = crUpArrow
  28.     Caption = '&Zobrazit'
  29.     TabOrder = 0
  30.     OnClick = BitBtn1Click
  31.   end
  32.   object BitBtn2: TBitBtn
  33.     Left = 8
  34.     Top = 216
  35.     Width = 65
  36.     Height = 25
  37.     Cursor = crUpArrow
  38.     Caption = '&V'#253'choz'#237
  39.     TabOrder = 1
  40.     OnClick = BitBtn2Click
  41.   end
  42.   object Panel1: TPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 153
  46.     Height = 209
  47.     Align = alTop
  48.     BevelOuter = bvNone
  49.     Color = clWindow
  50.     TabOrder = 2
  51.     object CheckListBox1: TCheckListBox
  52.       Left = 0
  53.       Top = 0
  54.       Width = 153
  55.       Height = 209
  56.       Align = alClient
  57.       BevelKind = bkFlat
  58.       BevelWidth = 5
  59.       BorderStyle = bsNone
  60.       ItemHeight = 13
  61.       Items.Strings = (
  62.         'Jm'#233'no'
  63.         'P'#345#237'jmen'#237
  64.         'Firma'
  65.         'Ulice'
  66.         #268'P'
  67.         'Obec'
  68.         #268#225'st'
  69.         'PS'#268
  70.         'Telefon mobil'
  71.         'Telefon mobil 2'
  72.         'Telefon dom'#367
  73.         'Telefon dom'#367' 2'
  74.         'Telefon firma'
  75.         'Telefon firma 2')
  76.       TabOrder = 0
  77.     end
  78.   end
  79. end
  80.