home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Komercni / sazka / Sazka.exe / 0 / RCDATA / TFORMMASKGENERATOR / TFORMMASKGENERATOR.txt < prev   
Text File  |  2001-03-06  |  3KB  |  95 lines

  1. object FormMaskGenerator: TFormMaskGenerator
  2.   Left = 460
  3.   Top = 207
  4.   BorderStyle = bsNone
  5.   Caption = 'FormMaskGenerator'
  6.   ClientHeight = 260
  7.   ClientWidth = 322
  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 = 322
  20.     Height = 260
  21.     Align = alClient
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     Mask2 = {
  25.       9002000020000000010000002700000070020000000000000000000096000000
  26.       9600000016000000000000008000000001000000130000000100000083000000
  27.       02000000110000000200000086000000030000000F0000000300000087000000
  28.       040000000D0000000400000089000000050000000C000000050000008B000000
  29.       060000000B000000060000008C0000000700000009000000070000008D000000
  30.       0800000008000000080000008E0000000900000007000000090000008F000000
  31.       0A000000070000000A000000900000000B000000060000000B00000091000000
  32.       0C000000050000000C000000910000000D000000040000000D00000092000000
  33.       0E000000040000000E000000930000000F000000030000000F00000093000000
  34.       1000000003000000100000009400000011000000020000001100000094000000
  35.       1200000002000000120000009500000013000000010000001300000095000000
  36.       1500000001000000150000009600000016000000000000001600000096000000
  37.       1E000000000000001E0000001F0000008000000001000000800000001F000000
  38.       8300000002000000830000001F0000008600000003000000860000001F000000
  39.       8700000004000000870000001F0000008900000005000000890000001F000000
  40.       8B000000060000008B0000001F0000008C000000070000008C0000001F000000
  41.       8D000000080000008D0000001F0000008E000000090000008E0000001F000000
  42.       8F0000000A0000008F0000001F000000900000000B000000900000001F000000
  43.       910000000D000000910000001F000000920000000E000000920000001F000000
  44.       9300000010000000930000001F0000009400000012000000940000001F000000
  45.       9500000016000000950000001F00000096000000}
  46.   end
  47.   object SpeedButton1: TSpeedButton
  48.     Left = 30
  49.     Top = 7
  50.     Width = 34
  51.     Height = 15
  52.     Flat = True
  53.     OnClick = SpeedButton1Click
  54.   end
  55.   object SpeedButton2: TSpeedButton
  56.     Left = 9
  57.     Top = 70
  58.     Width = 16
  59.     Height = 17
  60.     Flat = True
  61.     OnClick = SpeedButton2Click
  62.   end
  63.   object SpeedButton3: TSpeedButton
  64.     Left = 8
  65.     Top = 89
  66.     Width = 17
  67.     Height = 17
  68.     Flat = True
  69.     OnClick = SpeedButton3Click
  70.   end
  71.   object Image1: TImage
  72.     Left = 31
  73.     Top = 30
  74.     Width = 183
  75.     Height = 94
  76.     AutoSize = True
  77.     OnMouseDown = Image1MouseDown
  78.     OnMouseMove = Image1MouseMove
  79.   end
  80.   object Panel1: TPanel
  81.     Left = 104
  82.     Top = 8
  83.     Width = 16
  84.     Height = 15
  85.     BevelOuter = bvLowered
  86.     Color = clBlack
  87.     TabOrder = 0
  88.   end
  89.   object OpenDialog1: TOpenDialog
  90.     Filter = 'Bitmaps|*.bmp'
  91.     Left = 304
  92.     Top = 80
  93.   end
  94. end
  95.