home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / ctenari / Slouk / HotKey.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2001-08-08  |  2KB  |  86 lines

  1. object Form2: TForm2
  2.   Left = 282
  3.   Top = 108
  4.   HelpContext = 500
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Seznam program∩┐╜'
  8.   ClientHeight = 271
  9.   ClientWidth = 225
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ListBox1: TListBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 209
  25.     Height = 233
  26.     Color = clBtnFace
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.     OnClick = ListBox1Click
  30.     OnDblClick = ListBox1DblClick
  31.   end
  32.   object Button1: TButton
  33.     Left = 56
  34.     Top = 248
  35.     Width = 38
  36.     Height = 17
  37.     Caption = 'p∩┐╜idej'
  38.     TabOrder = 1
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 96
  43.     Top = 248
  44.     Width = 38
  45.     Height = 17
  46.     Caption = 'sma∩┐╜'
  47.     TabOrder = 2
  48.     OnClick = Button2Click
  49.   end
  50.   object Button3: TButton
  51.     Left = 8
  52.     Top = 248
  53.     Width = 38
  54.     Height = 17
  55.     Caption = 'spus∩┐╜'
  56.     TabOrder = 3
  57.     OnClick = ListBox1DblClick
  58.   end
  59.   object Button4: TButton
  60.     Left = 200
  61.     Top = 248
  62.     Width = 17
  63.     Height = 17
  64.     Hint = 'exit'
  65.     Caption = 'e'
  66.     ParentShowHint = False
  67.     ShowHint = True
  68.     TabOrder = 4
  69.     OnClick = Button4Click
  70.   end
  71.   object Button5: TButton
  72.     Left = 144
  73.     Top = 248
  74.     Width = 49
  75.     Height = 17
  76.     Caption = 'schovej'
  77.     TabOrder = 5
  78.     OnClick = Button5Click
  79.   end
  80.   object OpenDialog1: TOpenDialog
  81.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  82.     Left = 16
  83.     Top = 16
  84.   end
  85. end
  86.