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

  1. object Form9: TForm9
  2.   Left = 532
  3.   Top = 285
  4.   HelpContext = 8
  5.   ActiveControl = BitBtn1
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsToolWindow
  8.   Caption = 'Vyber '#269#237'slo'
  9.   ClientHeight = 160
  10.   ClientWidth = 122
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   HelpFile = '.\DATA\napoveda.hlp'
  18.   KeyPreview = True
  19.   OldCreateOrder = False
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BitBtn1: TBitBtn
  25.     Left = 56
  26.     Top = 128
  27.     Width = 59
  28.     Height = 25
  29.     Cursor = crUpArrow
  30.     Caption = '&Kop'#237'ruj'
  31.     TabOrder = 0
  32.     OnClick = BitBtn1Click
  33.   end
  34.   object BitBtn2: TBitBtn
  35.     Left = 8
  36.     Top = 128
  37.     Width = 41
  38.     Height = 25
  39.     Cursor = crUpArrow
  40.     Caption = '&V'#353'e'
  41.     TabOrder = 1
  42.     OnClick = BitBtn2Click
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 0
  46.     Top = 0
  47.     Width = 122
  48.     Height = 121
  49.     Align = alTop
  50.     BevelOuter = bvNone
  51.     Color = clWindow
  52.     TabOrder = 2
  53.     object CheckListBox1: TCheckListBox
  54.       Left = 0
  55.       Top = 0
  56.       Width = 122
  57.       Height = 121
  58.       Align = alClient
  59.       BevelKind = bkFlat
  60.       BorderStyle = bsNone
  61.       ItemHeight = 13
  62.       TabOrder = 0
  63.     end
  64.   end
  65. end
  66.