home *** CD-ROM | disk | FTP | other *** search
- object LangForm: TLangForm
- Left = 200
- Top = 108
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Select Language'
- ClientHeight = 168
- ClientWidth = 341
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object TextLabel: TLabel
- Left = 5
- Top = 10
- Width = 253
- Height = 13
- Caption = 'Please select the language you want to use:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object SelLangs: TListBox
- Left = 5
- Top = 30
- Width = 331
- Height = 101
- ItemHeight = 13
- TabOrder = 0
- OnClick = SelLangsClick
- OnDblClick = SelLangsDblClick
- end
- object OK: TButton
- Left = 130
- Top = 140
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-