home *** CD-ROM | disk | FTP | other *** search
- object SelectLangForm: TSelectLangForm
- Left = 615
- Top = 151
- BorderStyle = bsDialog
- Caption = 'Select Language'
- ClientHeight = 253
- ClientWidth = 383
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 98
- Height = 13
- Caption = 'Available languages:'
- end
- object lbLanguages: TListBox
- Left = 8
- Top = 24
- Width = 369
- Height = 193
- ItemHeight = 13
- Sorted = True
- Style = lbOwnerDrawVariable
- TabOrder = 0
- OnDblClick = lbLanguagesDblClick
- OnDrawItem = lbLanguagesDrawItem
- OnMeasureItem = lbLanguagesMeasureItem
- end
- object btnCancel: TButton
- Left = 296
- Top = 224
- Width = 80
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object btnSelect: TButton
- Left = 208
- Top = 224
- Width = 80
- Height = 23
- Caption = 'Select'
- Default = True
- TabOrder = 1
- OnClick = btnSelectClick
- end
- end
-