home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / UTILS / winadmin / _SETUP.1 / Administrator.exe / 0 / RCDATA / TFORMMASKGENERATOR / TFORMMASKGENERATOR.txt
Text File  |  1998-09-21  |  2KB  |  80 lines

  1. object FormMaskGenerator: TFormMaskGenerator
  2.   Left = 460
  3.   Top = 207
  4.   BorderStyle = bsNone
  5.   Caption = 'FormMaskGenerator'
  6.   ClientHeight = 173
  7.   ClientWidth = 225
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 30
  20.     Top = 7
  21.     Width = 34
  22.     Height = 15
  23.     Flat = True
  24.     OnClick = SpeedButton1Click
  25.   end
  26.   object SpeedButton2: TSpeedButton
  27.     Left = 9
  28.     Top = 70
  29.     Width = 16
  30.     Height = 17
  31.     Flat = True
  32.     OnClick = SpeedButton2Click
  33.   end
  34.   object SpeedButton3: TSpeedButton
  35.     Left = 8
  36.     Top = 89
  37.     Width = 17
  38.     Height = 17
  39.     Flat = True
  40.     OnClick = SpeedButton3Click
  41.   end
  42.   object Image1: TImage
  43.     Left = 31
  44.     Top = 30
  45.     Width = 183
  46.     Height = 94
  47.     AutoSize = True
  48.     OnMouseDown = Image1MouseDown
  49.     OnMouseMove = Image1MouseMove
  50.   end
  51.   object SpeedButton4: TSpeedButton
  52.     Left = 66
  53.     Top = 7
  54.     Width = 60
  55.     Height = 15
  56.     Flat = True
  57.     OnClick = SpeedButton4Click
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 8
  61.     Top = 36
  62.     Width = 16
  63.     Height = 15
  64.     BevelOuter = bvLowered
  65.     Color = clNone
  66.     TabOrder = 0
  67.   end
  68.   object OpenDialog1: TOpenPictureDialog
  69.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  70.     Left = 60
  71.     Top = 108
  72.   end
  73.   object SaveDialog1: TSaveDialog
  74.     DefaultExt = '*.msk'
  75.     Filter = 'Masks (*.msk)|*.msk|All Files (*.*)|*.*'
  76.     Left = 124
  77.     Top = 108
  78.   end
  79. end
  80.