home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / Email / MailPart / _SETUP.1 / MailPart.exe / 0 / RCDATA / TADDPROFFORM / TADDPROFFORM.txt
Encoding:
Text File  |  1997-03-07  |  846 b   |  46 lines

  1. object AddProfForm: TAddProfForm
  2.   Left = 192
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Profile'
  6.   ClientHeight = 57
  7.   ClientWidth = 178
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Edit1: TEdit
  18.     Left = 4
  19.     Top = 4
  20.     Width = 169
  21.     Height = 20
  22.     MaxLength = 20
  23.     TabOrder = 0
  24.     Text = 'Edit1'
  25.     OnKeyPress = Edit1KeyPress
  26.   end
  27.   object Button1: TButton
  28.     Left = 4
  29.     Top = 28
  30.     Width = 81
  31.     Height = 25
  32.     Caption = '&OK'
  33.     TabOrder = 1
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 92
  38.     Top = 28
  39.     Width = 81
  40.     Height = 25
  41.     Caption = '&Cancel'
  42.     TabOrder = 2
  43.     OnClick = Button2Click
  44.   end
  45. end
  46.