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

  1. object NewMBForm: TNewMBForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mailbox Alteration'
  6.   ClientHeight = 114
  7.   ClientWidth = 264
  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.   OnKeyDown = FormKeyDown
  17.   OnKeyUp = FormKeyUp
  18.   OnMouseDown = FormMouseDown
  19.   OnMouseUp = FormMouseUp
  20.   TextHeight = 13
  21.   object ListBox1: TListBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 165
  25.     Height = 81
  26.     ItemHeight = 13
  27.     TabOrder = 0
  28.     OnEnter = ListBox1Enter
  29.   end
  30.   object AddBtn: TButton
  31.     Left = 168
  32.     Top = 84
  33.     Width = 93
  34.     Height = 29
  35.     Caption = '&Add'
  36.     TabOrder = 1
  37.     OnClick = AddBtnClick
  38.   end
  39.   object DeleteBtn: TButton
  40.     Left = 168
  41.     Top = 44
  42.     Width = 93
  43.     Height = 29
  44.     Caption = '&Delete'
  45.     TabOrder = 2
  46.     OnClick = DeleteBtnClick
  47.   end
  48.   object OKBtn: TButton
  49.     Left = 168
  50.     Top = 4
  51.     Width = 93
  52.     Height = 29
  53.     Caption = '&OK'
  54.     TabOrder = 3
  55.     OnClick = OKBtnClick
  56.   end
  57.   object Edit1: TEdit
  58.     Left = 0
  59.     Top = 88
  60.     Width = 165
  61.     Height = 20
  62.     TabOrder = 4
  63.     Text = 'Edit1'
  64.     OnEnter = Edit1Enter
  65.     OnKeyPress = Edit1KeyPress
  66.   end
  67. end
  68.