home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / sharewar / slunec / app / rooarr1.exe / RooArr.exe / 0 / RCDATA / TFORMLANG / TFORMLANG.txt
Text File  |  2002-09-07  |  2KB  |  78 lines

  1. object FormLang: TFormLang
  2.   Left = 220
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select the Language'
  6.   ClientHeight = 245
  7.   ClientWidth = 264
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LbLang: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 95
  23.     Height = 13
  24.     Caption = 'Available languages'
  25.   end
  26.   object LsLang: TListBox
  27.     Left = 8
  28.     Top = 24
  29.     Width = 249
  30.     Height = 129
  31.     ItemHeight = 13
  32.     Sorted = True
  33.     TabOrder = 0
  34.     OnDblClick = LsLangDblClick
  35.   end
  36.   object BtnOK: TButton
  37.     Left = 50
  38.     Top = 160
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.     OnClick = BtnOKClick
  46.   end
  47.   object BtnCancel: TButton
  48.     Left = 138
  49.     Top = 160
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 11
  58.     Top = 192
  59.     Width = 241
  60.     Height = 49
  61.     BevelInner = bvSpace
  62.     BevelOuter = bvLowered
  63.     TabOrder = 3
  64.     object LbAddLocal: TLabel
  65.       Left = 2
  66.       Top = 2
  67.       Width = 237
  68.       Height = 45
  69.       Align = alClient
  70.       Alignment = taCenter
  71.       Caption = 
  72.         'How to add new languages, please see help file, the Localization' +
  73.         ' section.'
  74.       WordWrap = True
  75.     end
  76.   end
  77. end
  78.