home *** CD-ROM | disk | FTP | other *** search
/ Animedia 9 / Animediacd09.iso / animedia.exe / 0 / RCDATA / TFORMMASKGENERATOR / TFORMMASKGENERATOR.txt < prev   
Text File  |  2003-04-09  |  3KB  |  107 lines

  1. object FormMaskGenerator: TFormMaskGenerator
  2.   Left = 460
  3.   Top = 207
  4.   BorderStyle = bsNone
  5.   Caption = 'FormMaskGenerator'
  6.   ClientHeight = 173
  7.   ClientWidth = 225
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CoolForm1: TCoolForm
  17.     left = 0
  18.     top = 0
  19.     width = 225
  20.     height = 173
  21.     Align = alClient
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     Mask2 = {
  25.       5002000020000000010000002300000030020000010000000000000097000000
  26.       960000001A000000000000008000000001000000160000000100000083000000
  27.       0200000014000000020000008600000003000000110000000300000087000000
  28.       04000000100000000400000089000000050000000E000000050000008B000000
  29.       060000000D000000060000008C000000070000000C000000070000008D000000
  30.       080000000B000000080000008E000000090000000A000000090000008F000000
  31.       0A000000080000000A000000900000000B000000070000000B00000091000000
  32.       0C000000060000000C000000910000000D000000050000000D00000092000000
  33.       0F000000040000000F0000009300000010000000040000001000000094000000
  34.       1100000003000000110000009400000013000000020000001300000095000000
  35.       160000000100000016000000970000001E000000010000001E0000001F000000
  36.       8000000002000000800000001F0000008400000003000000840000001F000000
  37.       8600000004000000860000001F0000008800000005000000880000001F000000
  38.       8A000000060000008A0000001F0000008B000000070000008B0000001F000000
  39.       8C000000080000008C0000001F0000008E000000090000008E0000001F000000
  40.       8F0000000B0000008F0000001F000000900000000C000000900000001F000000
  41.       910000000D000000910000001F000000920000000F000000920000001F000000
  42.       9300000011000000930000001F0000009400000013000000940000001F000000
  43.       9500000017000000950000001F00000096000000}
  44.   end
  45.   object SpeedButton1: TSpeedButton
  46.     Left = 30
  47.     Top = 7
  48.     Width = 34
  49.     Height = 15
  50.     Flat = True
  51.     OnClick = SpeedButton1Click
  52.   end
  53.   object SpeedButton2: TSpeedButton
  54.     Left = 9
  55.     Top = 70
  56.     Width = 16
  57.     Height = 17
  58.     Flat = True
  59.     OnClick = SpeedButton2Click
  60.   end
  61.   object SpeedButton3: TSpeedButton
  62.     Left = 8
  63.     Top = 89
  64.     Width = 17
  65.     Height = 17
  66.     Flat = True
  67.     OnClick = SpeedButton3Click
  68.   end
  69.   object Image1: TImage
  70.     Left = 31
  71.     Top = 30
  72.     Width = 183
  73.     Height = 94
  74.     AutoSize = True
  75.     OnMouseDown = Image1MouseDown
  76.     OnMouseMove = Image1MouseMove
  77.   end
  78.   object SpeedButton4: TSpeedButton
  79.     Left = 66
  80.     Top = 7
  81.     Width = 60
  82.     Height = 15
  83.     Flat = True
  84.     OnClick = SpeedButton4Click
  85.   end
  86.   object Panel1: TPanel
  87.     Left = 8
  88.     Top = 36
  89.     Width = 16
  90.     Height = 15
  91.     BevelOuter = bvLowered
  92.     Color = clNone
  93.     TabOrder = 0
  94.   end
  95.   object OpenDialog1: TOpenPictureDialog
  96.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  97.     Left = 60
  98.     Top = 108
  99.   end
  100.   object SaveDialog1: TSaveDialog
  101.     DefaultExt = '*.msk'
  102.     Filter = 'Masks (*.msk)|*.msk|All Files (*.*)|*.*'
  103.     Left = 124
  104.     Top = 108
  105.   end
  106. end
  107.