object FormMaskGenerator: TFormMaskGenerator Left = 460 Top = 207 BorderStyle = bsNone Caption = 'FormMaskGenerator' ClientHeight = 173 ClientWidth = 225 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object CoolForm1: TCoolForm left = 0 top = 0 width = 225 height = 173 Align = alClient AutoSize = True Picture.Data = {} Mask2 = { 5002000020000000010000002300000030020000010000000000000097000000 960000001A000000000000008000000001000000160000000100000083000000 0200000014000000020000008600000003000000110000000300000087000000 04000000100000000400000089000000050000000E000000050000008B000000 060000000D000000060000008C000000070000000C000000070000008D000000 080000000B000000080000008E000000090000000A000000090000008F000000 0A000000080000000A000000900000000B000000070000000B00000091000000 0C000000060000000C000000910000000D000000050000000D00000092000000 0F000000040000000F0000009300000010000000040000001000000094000000 1100000003000000110000009400000013000000020000001300000095000000 160000000100000016000000970000001E000000010000001E0000001F000000 8000000002000000800000001F0000008400000003000000840000001F000000 8600000004000000860000001F0000008800000005000000880000001F000000 8A000000060000008A0000001F0000008B000000070000008B0000001F000000 8C000000080000008C0000001F0000008E000000090000008E0000001F000000 8F0000000B0000008F0000001F000000900000000C000000900000001F000000 910000000D000000910000001F000000920000000F000000920000001F000000 9300000011000000930000001F0000009400000013000000940000001F000000 9500000017000000950000001F00000096000000} end 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