home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMASKDIALOG / TMASKDIALOG.txt
Text File  |  2001-09-09  |  2KB  |  96 lines

  1. object MaskDialog: TMaskDialog
  2.   Left = 200
  3.   Top = 132
  4.   ActiveControl = eMask
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'MaskDialog'
  8.   ClientHeight = 152
  9.   ClientWidth = 337
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lCurMask: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 62
  22.     Height = 13
  23.     Caption = '&Current mask'
  24.     FocusControl = eCurMask
  25.   end
  26.   object lMailbox: TLabel
  27.     Left = 8
  28.     Top = 60
  29.     Width = 39
  30.     Height = 13
  31.     Caption = '&Mailbox:'
  32.     FocusControl = eBox
  33.   end
  34.   object lMask: TLabel
  35.     Left = 8
  36.     Top = 92
  37.     Width = 29
  38.     Height = 13
  39.     Caption = 'M&ask:'
  40.     FocusControl = eMask
  41.   end
  42.   object eCurMask: TEdit
  43.     Left = 8
  44.     Top = 24
  45.     Width = 321
  46.     Height = 21
  47.     Color = clBtnFace
  48.     ReadOnly = True
  49.     TabOrder = 0
  50.   end
  51.   object eMask: TEdit
  52.     Left = 80
  53.     Top = 88
  54.     Width = 249
  55.     Height = 21
  56.     TabOrder = 2
  57.   end
  58.   object bOK: TButton
  59.     Left = 80
  60.     Top = 120
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.   end
  68.   object bCancel: TButton
  69.     Left = 168
  70.     Top = 120
  71.     Width = 75
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 4
  77.   end
  78.   object bHelp: TButton
  79.     Left = 256
  80.     Top = 120
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&Help'
  84.     TabOrder = 5
  85.   end
  86.   object eBox: TComboBox
  87.     Left = 80
  88.     Top = 56
  89.     Width = 249
  90.     Height = 21
  91.     ItemHeight = 13
  92.     Sorted = True
  93.     TabOrder = 1
  94.   end
  95. end
  96.