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
Text File  |  2001-09-09  |  1KB  |  81 lines

  1. object MailboxNameDlg: TMailboxNameDlg
  2.   Left = 200
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create a mailbox'
  7.   ClientHeight = 140
  8.   ClientWidth = 285
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lLabel: TLabel
  18.     Left = 10
  19.     Top = 16
  20.     Width = 68
  21.     Height = 13
  22.     Caption = '&Mailbox name:'
  23.     FocusControl = eName
  24.   end
  25.   object lExpand: TLabel
  26.     Left = 10
  27.     Top = 68
  28.     Width = 122
  29.     Height = 13
  30.     Caption = '&Expand mailbox tree up to'
  31.     FocusControl = eLevels
  32.   end
  33.   object lLevels: TLabel
  34.     Left = 216
  35.     Top = 68
  36.     Width = 27
  37.     Height = 13
  38.     Caption = 'levels'
  39.     FocusControl = eLevels
  40.   end
  41.   object eName: TComboBox
  42.     Left = 10
  43.     Top = 32
  44.     Width = 264
  45.     Height = 21
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     OnKeyDown = eNameKeyDown
  49.   end
  50.   object eLevels: TSpinEdit
  51.     Left = 160
  52.     Top = 64
  53.     Width = 49
  54.     Height = 22
  55.     MaxValue = 1000
  56.     MinValue = 0
  57.     TabOrder = 1
  58.     Value = 0
  59.     OnChange = eLevelsChange
  60.   end
  61.   object bOK: TButton
  62.     Left = 112
  63.     Top = 104
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&OK'
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.   end
  70.   object bCancel: TButton
  71.     Left = 200
  72.     Top = 104
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 3
  79.   end
  80. end
  81.