home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 September
/
PCWorld_2006-09_cd.bin
/
system
/
speedfan
/
installspeedfan428.exe
/
speedfan.exe
/
0
/
RCDATA
/
TFRMLANGNAMES
/
TFRMLANGNAMES.txt
Wrap
Text File
|
2006-02-08
|
1KB
|
78 lines
object frmLangNames: TfrmLangNames
Left = 285
Top = 197
BorderStyle = bsDialog
Caption = 'Language Names'
ClientHeight = 176
ClientWidth = 226
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 4
Width = 31
Height = 13
Caption = '&Name:'
FocusControl = edName
end
object lbLanguages: TListBox
Left = 4
Top = 44
Width = 139
Height = 97
Style = lbOwnerDrawFixed
ItemHeight = 15
TabOrder = 1
OnClick = lbLanguagesClick
OnDrawItem = lbLanguagesDrawItem
end
object edName: TEdit
Left = 4
Top = 19
Width = 139
Height = 21
TabOrder = 0
OnChange = edNameChange
end
object btnModify: TButton
Left = 149
Top = 19
Width = 75
Height = 23
Caption = '&Modify'
Enabled = False
TabOrder = 2
OnClick = btnModifyClick
end
object btnOK: TButton
Left = 68
Top = 149
Width = 75
Height = 23
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 3
end
object btnCancel: TButton
Left = 148
Top = 149
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
end