home *** CD-ROM | disk | FTP | other *** search
- object MaskDialog: TMaskDialog
- Left = 200
- Top = 132
- ActiveControl = eMask
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'MaskDialog'
- ClientHeight = 152
- ClientWidth = 337
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object lCurMask: TLabel
- Left = 8
- Top = 8
- Width = 62
- Height = 13
- Caption = '&Current mask'
- FocusControl = eCurMask
- end
- object lMailbox: TLabel
- Left = 8
- Top = 60
- Width = 39
- Height = 13
- Caption = '&Mailbox:'
- FocusControl = eBox
- end
- object lMask: TLabel
- Left = 8
- Top = 92
- Width = 29
- Height = 13
- Caption = 'M&ask:'
- FocusControl = eMask
- end
- object eCurMask: TEdit
- Left = 8
- Top = 24
- Width = 321
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object eMask: TEdit
- Left = 80
- Top = 88
- Width = 249
- Height = 21
- TabOrder = 2
- end
- object bOK: TButton
- Left = 80
- Top = 120
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 168
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object bHelp: TButton
- Left = 256
- Top = 120
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- end
- object eBox: TComboBox
- Left = 80
- Top = 56
- Width = 249
- Height = 21
- ItemHeight = 13
- Sorted = True
- TabOrder = 1
- end
- end
-