home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / ORPHTR / OVCNFPE.DFM / OVCNFPE.txt
Text File  |  1995-03-02  |  2KB  |  112 lines

  1. object frmNumericMask: TfrmNumericMask
  2.   Left = 104
  3.   Top = 140
  4.   ActiveControl = edMask
  5.   BorderStyle = bsDialog
  6.   Caption = 'Numeric Field Picture Masks'
  7.   ClientHeight = 245
  8.   ClientWidth = 617
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 20
  18.   object Bevel1: TBevel
  19.     Left = 312
  20.     Top = 71
  21.     Width = 297
  22.     Height = 125
  23.   end
  24.   object lblMask: TLabel
  25.     Left = 318
  26.     Top = 77
  27.     Width = 286
  28.     Height = 115
  29.     AutoSize = False
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'System'
  33.     Font.Pitch = fpFixed
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object lblMaskEdit: TLabel
  38.     Left = 9
  39.     Top = 3
  40.     Width = 240
  41.     Height = 16
  42.     Caption = '&Picture Mask'
  43.   end
  44.   object lblMaskDescription: TLabel
  45.     Left = 314
  46.     Top = 50
  47.     Width = 287
  48.     Height = 16
  49.     Caption = 'Sample mask description'
  50.   end
  51.   object lblMaskList: TLabel
  52.     Left = 9
  53.     Top = 50
  54.     Width = 296
  55.     Height = 16
  56.     Caption = '&Sample masks'
  57.   end
  58.   object btnOK: TBitBtn
  59.     Left = 8
  60.     Top = 207
  61.     Width = 89
  62.     Height = 33
  63.     TabOrder = 2
  64.     Kind = bkOK
  65.   end
  66.   object btnCancel: TBitBtn
  67.     Left = 104
  68.     Top = 207
  69.     Width = 89
  70.     Height = 33
  71.     TabOrder = 3
  72.     Kind = bkCancel
  73.   end
  74.   object btnHelp: TBitBtn
  75.     Left = 520
  76.     Top = 207
  77.     Width = 89
  78.     Height = 33
  79.     TabOrder = 4
  80.     Kind = bkHelp
  81.   end
  82.   object lbMask: TListBox
  83.     Left = 8
  84.     Top = 71
  85.     Width = 297
  86.     Height = 125
  87.     ExtendedSelect = False
  88.     Font.Color = clWindowText
  89.     Font.Height = -13
  90.     Font.Name = 'System'
  91.     Font.Pitch = fpFixed
  92.     Font.Style = []
  93.     ItemHeight = 15
  94.     ParentFont = False
  95.     TabOrder = 1
  96.     OnClick = lbMaskClick
  97.   end
  98.   object edMask: TEdit
  99.     Left = 8
  100.     Top = 24
  101.     Width = 601
  102.     Height = 22
  103.     Font.Color = clWindowText
  104.     Font.Height = -13
  105.     Font.Name = 'System'
  106.     Font.Pitch = fpFixed
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 0
  110.   end
  111. end
  112.