home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 September (Special)
/
Chip-Special_2003-09_cd.bin
/
vypal
/
instant
/
download
/
InstantCopy.msi
/
Binary.Calllangsel
/
0
/
RCDATA
/
TSELECTLANGFORM
/
TSELECTLANGFORM.txt
Wrap
Text File
|
2003-02-06
|
1KB
|
61 lines
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