home *** CD-ROM | disk | FTP | other *** search
- object AddProfForm: TAddProfForm
- Left = 192
- Top = 177
- BorderStyle = bsDialog
- Caption = 'Create Profile'
- ClientHeight = 57
- ClientWidth = 178
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Edit1: TEdit
- Left = 4
- Top = 4
- Width = 169
- Height = 20
- MaxLength = 20
- TabOrder = 0
- Text = 'Edit1'
- OnKeyPress = Edit1KeyPress
- end
- object Button1: TButton
- Left = 4
- Top = 28
- Width = 81
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 92
- Top = 28
- Width = 81
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-