home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 April (Special)
/
Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin
/
soft
/
instantcopy
/
InstantCopy.msi
/
Cabs.w1.cab
/
MultiCopy.FR
/
0
/
RCDATA
/
TSAVEPROFILEDLG
/
TSAVEPROFILEDLG.txt
Wrap
Text File
|
2003-02-05
|
1KB
|
58 lines
object SaveProfileDlg: TSaveProfileDlg
Left = 246
Top = 288
BorderStyle = bsDialog
Caption = 'Enregistrer profil'
ClientHeight = 80
ClientWidth = 384
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object lblPrompt: TLabel
Left = 8
Top = 8
Width = 273
Height = 41
AutoSize = False
Caption = 'Donner un nom au nouveau profil.'
WordWrap = True
end
object btnOK: TButton
Left = 300
Top = 8
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 300
Top = 38
Width = 75
Height = 23
Cancel = True
Caption = 'Annuler'
ModalResult = 2
TabOrder = 2
end
object edText: TEdit
Left = 8
Top = 52
Width = 273
Height = 21
TabOrder = 0
Text = 'Nouveau profil'
OnChange = edTextChange
OnKeyPress = edTextKeyPress
end
end