home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMLANG / TFORMLANG.txt
Encoding:
Text File  |  2003-02-17  |  1.5 KB  |  80 lines

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