home *** CD-ROM | disk | FTP | other *** search
- object SaveProfileDlg: TSaveProfileDlg
- Left = 246
- Top = 288
- BorderStyle = bsDialog
- Caption = 'Save profile'
- 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 = 'Enter a name for the new profile.'
- 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 = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object edText: TEdit
- Left = 8
- Top = 52
- Width = 273
- Height = 21
- TabOrder = 0
- Text = 'New Profile'
- OnChange = edTextChange
- OnKeyPress = edTextKeyPress
- end
- end
-