home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
sharewar
/
slunec
/
app
/
rooarr1.exe
/
RooArr.exe
/
0
/
RCDATA
/
TFORMLANG
/
TFORMLANG.txt
Wrap
Text File
|
2002-09-07
|
2KB
|
78 lines
object FormLang: TFormLang
Left = 220
Top = 106
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
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.'
WordWrap = True
end
end
end