home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TMAILBOXNAMEDLG
/
TMAILBOXNAMEDLG.txt
Wrap
Text File
|
2001-09-09
|
1KB
|
81 lines
object MailboxNameDlg: TMailboxNameDlg
Left = 200
Top = 109
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Create a mailbox'
ClientHeight = 140
ClientWidth = 285
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object lLabel: TLabel
Left = 10
Top = 16
Width = 68
Height = 13
Caption = '&Mailbox name:'
FocusControl = eName
end
object lExpand: TLabel
Left = 10
Top = 68
Width = 122
Height = 13
Caption = '&Expand mailbox tree up to'
FocusControl = eLevels
end
object lLevels: TLabel
Left = 216
Top = 68
Width = 27
Height = 13
Caption = 'levels'
FocusControl = eLevels
end
object eName: TComboBox
Left = 10
Top = 32
Width = 264
Height = 21
ItemHeight = 13
TabOrder = 0
OnKeyDown = eNameKeyDown
end
object eLevels: TSpinEdit
Left = 160
Top = 64
Width = 49
Height = 22
MaxValue = 1000
MinValue = 0
TabOrder = 1
Value = 0
OnChange = eLevelsChange
end
object bOK: TButton
Left = 112
Top = 104
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 2
end
object bCancel: TButton
Left = 200
Top = 104
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end