home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / tema / langexpert / download / LangExpert.exe / 0 / RCDATA / THLED / THLED.txt
Text File  |  2003-01-26  |  2KB  |  109 lines

  1. object Hled: THled
  2.   Left = 348
  3.   Top = 212
  4.   HelpContext = 14
  5.   ActiveControl = Edit
  6.   BorderStyle = bsDialog
  7.   Caption = 'Vyhled'#225'v'#225'n'#237
  8.   ClientHeight = 132
  9.   ClientWidth = 220
  10.   Color = clBtnFace
  11.   DefaultMonitor = dmDesktop
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poDesktopCenter
  20.   OnClose = FormClose
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormActivate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblNajit: TLabel
  26.     Left = 20
  27.     Top = 35
  28.     Width = 49
  29.     Height = 24
  30.     AutoSize = False
  31.     Caption = 'Naj'#237't:'
  32.     Font.Charset = EASTEUROPE_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -21
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Edit: TEdit
  40.     Left = 82
  41.     Top = 37
  42.     Width = 121
  43.     Height = 21
  44.     TabOrder = 0
  45.     OnChange = EditChange
  46.     OnKeyDown = EditKeyDown
  47.     OnKeyPress = EditKeyPress
  48.   end
  49.   object btnNajdi: TButton
  50.     Left = 26
  51.     Top = 96
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Najdi'
  55.     Default = True
  56.     TabOrder = 1
  57.     OnClick = btnNajdiClick
  58.   end
  59.   object btnZavrit: TButton
  60.     Left = 120
  61.     Top = 96
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Zav'#345#237't'
  65.     ModalResult = 2
  66.     TabOrder = 2
  67.   end
  68.   object cbVsechna: TCheckBox
  69.     Left = 8
  70.     Top = 8
  71.     Width = 105
  72.     Height = 17
  73.     Caption = 'V'#353'echna slov'#237#269'ka'
  74.     Checked = True
  75.     State = cbChecked
  76.     TabOrder = 3
  77.     OnClick = cbVytahClick
  78.   end
  79.   object cbVytah: TCheckBox
  80.     Left = 120
  81.     Top = 8
  82.     Width = 97
  83.     Height = 17
  84.     Caption = 'V'#253'tah slov'#237#269'ek'
  85.     TabOrder = 4
  86.     OnClick = cbVytahClick
  87.   end
  88.   object rbCizi: TRadioButton
  89.     Left = 32
  90.     Top = 72
  91.     Width = 81
  92.     Height = 17
  93.     Caption = 'Ang. / N'#283'm.'
  94.     Checked = True
  95.     TabOrder = 5
  96.     TabStop = True
  97.     OnClick = cbVytahClick
  98.   end
  99.   object rbCes: TRadioButton
  100.     Left = 120
  101.     Top = 72
  102.     Width = 57
  103.     Height = 17
  104.     Caption = #268'esky'
  105.     TabOrder = 6
  106.     OnClick = cbVytahClick
  107.   end
  108. end
  109.