home *** CD-ROM | disk | FTP | other *** search
- object NewMBForm: TNewMBForm
- Left = 200
- Top = 99
- BorderStyle = bsDialog
- Caption = 'Mailbox Alteration'
- ClientHeight = 114
- ClientWidth = 264
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnKeyUp = FormKeyUp
- OnMouseDown = FormMouseDown
- OnMouseUp = FormMouseUp
- TextHeight = 13
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 165
- Height = 81
- ItemHeight = 13
- TabOrder = 0
- OnEnter = ListBox1Enter
- end
- object AddBtn: TButton
- Left = 168
- Top = 84
- Width = 93
- Height = 29
- Caption = '&Add'
- TabOrder = 1
- OnClick = AddBtnClick
- end
- object DeleteBtn: TButton
- Left = 168
- Top = 44
- Width = 93
- Height = 29
- Caption = '&Delete'
- TabOrder = 2
- OnClick = DeleteBtnClick
- end
- object OKBtn: TButton
- Left = 168
- Top = 4
- Width = 93
- Height = 29
- Caption = '&OK'
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object Edit1: TEdit
- Left = 0
- Top = 88
- Width = 165
- Height = 20
- TabOrder = 4
- Text = 'Edit1'
- OnEnter = Edit1Enter
- OnKeyPress = Edit1KeyPress
- end
- end
-