home *** CD-ROM | disk | FTP | other *** search
- object FormLang: TFormLang
- Left = 220
- Top = 106
- HelpContext = 9
- BorderStyle = bsDialog
- Caption = 'Select the Language'
- ClientHeight = 245
- ClientWidth = 264
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LbLang: TLabel
- Left = 8
- Top = 8
- Width = 95
- Height = 13
- Caption = 'Available languages'
- end
- object LsLang: TListBox
- Left = 8
- Top = 24
- Width = 249
- Height = 129
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnDblClick = LsLangDblClick
- end
- object BtnOK: TButton
- Left = 50
- Top = 160
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 138
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 11
- Top = 192
- Width = 241
- Height = 49
- BevelInner = bvSpace
- BevelOuter = bvLowered
- TabOrder = 3
- object LbAddLocal: TLabel
- Left = 2
- Top = 2
- Width = 237
- Height = 45
- Align = alClient
- Alignment = taCenter
- Caption =
- 'How to add new languages, please see help file, the Localization' +
- ' section (press F1 now). Or check our website.'
- WordWrap = True
- end
- end
- end
-