home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 A
/
CHIP_HITWARE6_A.iso
/
multimed
/
CDumper
/
_SETUP.1
/
CDumper.exe
/
0
/
RCDATA
/
TNAMECAPTIONFORMD4
/
TNAMECAPTIONFORMD4.txt
Wrap
Text File
|
1998-11-25
|
2KB
|
78 lines
object NameCaptionFormD4: TNameCaptionFormD4
Left = 246
Top = 115
HelpContext = 21000
ActiveControl = CaptionEdit
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Enter name'
ClientHeight = 80
ClientWidth = 288
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object CaptionLabel: TLabel
Left = 4
Top = 8
Width = 54
Height = 14
Caption = 'Enter name'
FocusControl = CaptionEdit
end
object OKButton: TButton
Left = 128
Top = 52
Width = 75
Height = 25
HelpContext = 1
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelButton: TButton
Left = 208
Top = 52
Width = 75
Height = 25
HelpContext = 2
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object CaptionEdit: TEdit
Left = 4
Top = 24
Width = 281
Height = 22
HelpContext = 21100
TabOrder = 2
OnChange = CaptionEditChange
end
object Translator: TFormTranslator
Table.Strings = (
'Enter name;Entre el nombre;Entrer le nom'
'OK;OK;OK'
'Cancel;Cancelar;Annuler')
Properties.Strings = (
'Caption'
'Text'
'Hint')
Language = 0
ChangeFont = False
ParentFont = True
Left = 4
Top = 52
end
end