home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kucera / setup.ex_ / setup.ex / 0 / RCDATA / TLANGFORM / TLANGFORM.txt
Text File  |  2002-02-06  |  1KB  |  52 lines

  1. object LangForm: TLangForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Select Language'
  7.   ClientHeight = 168
  8.   ClientWidth = 341
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TextLabel: TLabel
  19.     Left = 5
  20.     Top = 10
  21.     Width = 253
  22.     Height = 13
  23.     Caption = 'Please select the language you want to use:'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object SelLangs: TListBox
  32.     Left = 5
  33.     Top = 30
  34.     Width = 331
  35.     Height = 101
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.     OnClick = SelLangsClick
  39.     OnDblClick = SelLangsDblClick
  40.   end
  41.   object OK: TButton
  42.     Left = 130
  43.     Top = 140
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51. end
  52.