object FormMaskGenerator: TFormMaskGenerator Left = 460 Top = 207 BorderStyle = bsNone Caption = 'FormMaskGenerator' ClientHeight = 173 ClientWidth = 225 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SpeedButton1: TSpeedButton Left = 30 Top = 7 Width = 34 Height = 15 Flat = True OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 9 Top = 70 Width = 16 Height = 17 Flat = True OnClick = SpeedButton2Click end object SpeedButton3: TSpeedButton Left = 8 Top = 89 Width = 17 Height = 17 Flat = True OnClick = SpeedButton3Click end object Image1: TImage Left = 31 Top = 30 Width = 183 Height = 94 AutoSize = True OnMouseDown = Image1MouseDown OnMouseMove = Image1MouseMove end object SpeedButton4: TSpeedButton Left = 66 Top = 7 Width = 60 Height = 15 Flat = True OnClick = SpeedButton4Click end object Panel1: TPanel Left = 8 Top = 36 Width = 16 Height = 15 BevelOuter = bvLowered Color = clNone TabOrder = 0 end object OpenDialog1: TOpenPictureDialog Filter = 'Bitmaps (*.bmp)|*.bmp' Left = 60 Top = 108 end object SaveDialog1: TSaveDialog DefaultExt = '*.msk' Filter = 'Masks (*.msk)|*.msk|All Files (*.*)|*.*' Left = 124 Top = 108 end end