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

  1. object frmPictureMask: TfrmPictureMask
  2.   Left = 104
  3.   Top = 137
  4.   ActiveControl = edMask
  5.   BorderStyle = bsDialog
  6.   Caption = 'Picture Field Picture Masks'
  7.   ClientHeight = 196
  8.   ClientWidth = 494
  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 = 16
  18.   object Bevel1: TBevel
  19.     Left = 250
  20.     Top = 57
  21.     Width = 237
  22.     Height = 100
  23.   end
  24.   object lblMask: TLabel
  25.     Left = 254
  26.     Top = 62
  27.     Width = 229
  28.     Height = 92
  29.     AutoSize = False
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'System'
  33.     Font.Pitch = fpFixed
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object lblMaskEdit: TLabel
  38.     Left = 7
  39.     Top = 2
  40.     Width = 378
  41.     Height = 13
  42.     Caption = '&Picture Mask'
  43.   end
  44.   object lblMaskDescription: TLabel
  45.     Left = 251
  46.     Top = 40
  47.     Width = 236
  48.     Height = 13
  49.     Caption = 'Sample mask description'
  50.   end
  51.   object lblMaskList: TLabel
  52.     Left = 7
  53.     Top = 40
  54.     Width = 179
  55.     Height = 13
  56.     Caption = '&Sample masks'
  57.   end
  58.   object btnOK: TBitBtn
  59.     Left = 6
  60.     Top = 166
  61.     Width = 72
  62.     Height = 26
  63.     TabOrder = 2
  64.     Kind = bkOK
  65.   end
  66.   object btnCancel: TBitBtn
  67.     Left = 83
  68.     Top = 166
  69.     Width = 71
  70.     Height = 26
  71.     TabOrder = 3
  72.     Kind = bkCancel
  73.   end
  74.   object btnHelp: TBitBtn
  75.     Left = 416
  76.     Top = 166
  77.     Width = 71
  78.     Height = 26
  79.     TabOrder = 4
  80.     Kind = bkHelp
  81.   end
  82.   object lbMask: TListBox
  83.     Left = 6
  84.     Top = 57
  85.     Width = 238
  86.     Height = 100
  87.     ExtendedSelect = False
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  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 = 6
  100.     Top = 19
  101.     Width = 481
  102.     Height = 18
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'System'
  106.     Font.Pitch = fpFixed
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 0
  110.   end
  111. end
  112.