home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / aqua.exe.bak / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2001-06-07  |  10KB  |  369 lines

  1. object MainForm: TMainForm
  2.   Left = 216
  3.   Top = 113
  4.   Align = alTop
  5.   AutoSize = True
  6.   BorderStyle = bsNone
  7.   Caption = 'MainForm'
  8.   ClientHeight = 600
  9.   ClientWidth = 800
  10.   Color = clTeal
  11.   Constraints.MaxHeight = 627
  12.   Constraints.MaxWidth = 808
  13.   Constraints.MinHeight = 600
  14.   Constraints.MinWidth = 800
  15.   Font.Charset = DEFAULT_CHARSET
  16.   Font.Color = clWindowText
  17.   Font.Height = -11
  18.   Font.Name = 'MS Sans Serif'
  19.   Font.Style = []
  20.   KeyPreview = True
  21.   OldCreateOrder = False
  22.   Position = poDesktopCenter
  23.   PrintScale = poNone
  24.   WindowState = wsMinimized
  25.   OnCloseQuery = F_close_q
  26.   OnCreate = FormActivate
  27.   OnDestroy = FormDestroy
  28.   OnKeyDown = FormKeyDown
  29.   PixelsPerInch = 96
  30.   TextHeight = 13
  31.   object DXDraw: TDXDraw
  32.     Left = 0
  33.     Top = 0
  34.     Width = 800
  35.     Height = 600
  36.     AutoInitialize = True
  37.     AutoSize = True
  38.     Color = clBlack
  39.     Display.BitCount = 16
  40.     Display.FixedBitCount = True
  41.     Display.FixedRatio = True
  42.     Display.FixedSize = False
  43.     Display.Height = 600
  44.     Display.Width = 800
  45.     Options = [doAllowReboot, doWaitVBlank, doAllowPalette256, doSystemMemory, doFlip, doDirectX7Mode, doHardware, doSelectDriver]
  46.     SurfaceHeight = 600
  47.     SurfaceWidth = 800
  48.     Align = alBottom
  49.     Constraints.MaxHeight = 600
  50.     Constraints.MaxWidth = 800
  51.     Constraints.MinHeight = 600
  52.     Constraints.MinWidth = 800
  53.     TabOrder = 0
  54.     OnMouseDown = DXDrawMouseDown
  55.     OnMouseMove = DXDrawMouseMove
  56.     OnMouseUp = DXDrawMouseUp
  57.   end
  58.   object ImageList: TDXImageList
  59.     DXDraw = DXDraw
  60.     Items = <
  61.       item
  62.         PatternHeight = 0
  63.         PatternWidth = 0
  64.         SystemMemory = True
  65.         Transparent = False
  66.         TransparentColor = clWhite
  67.       end
  68.       item
  69.         PatternHeight = 0
  70.         PatternWidth = 0
  71.         SystemMemory = True
  72.         Transparent = False
  73.         TransparentColor = clWhite
  74.       end
  75.       item
  76.         PatternHeight = 0
  77.         PatternWidth = 0
  78.         SystemMemory = True
  79.         Transparent = False
  80.         TransparentColor = clWhite
  81.       end
  82.       item
  83.         PatternHeight = 0
  84.         PatternWidth = 0
  85.         SystemMemory = True
  86.         Transparent = False
  87.         TransparentColor = clWhite
  88.       end
  89.       item
  90.         PatternHeight = 0
  91.         PatternWidth = 0
  92.         SystemMemory = True
  93.         Transparent = False
  94.         TransparentColor = clWhite
  95.       end
  96.       item
  97.         PatternHeight = 0
  98.         PatternWidth = 0
  99.         SystemMemory = True
  100.         Transparent = False
  101.         TransparentColor = clWhite
  102.       end
  103.       item
  104.         PatternHeight = 0
  105.         PatternWidth = 0
  106.         SystemMemory = True
  107.         Transparent = False
  108.         TransparentColor = clWhite
  109.       end
  110.       item
  111.         PatternHeight = 0
  112.         PatternWidth = 0
  113.         SystemMemory = True
  114.         Transparent = False
  115.         TransparentColor = clWhite
  116.       end
  117.       item
  118.         PatternHeight = 0
  119.         PatternWidth = 0
  120.         SystemMemory = True
  121.         Transparent = False
  122.         TransparentColor = clWhite
  123.       end
  124.       item
  125.         PatternHeight = 0
  126.         PatternWidth = 0
  127.         SystemMemory = True
  128.         Transparent = False
  129.         TransparentColor = clWhite
  130.       end
  131.       item
  132.         PatternHeight = 0
  133.         PatternWidth = 0
  134.         SystemMemory = True
  135.         Transparent = False
  136.         TransparentColor = clWhite
  137.       end
  138.       item
  139.         PatternHeight = 0
  140.         PatternWidth = 0
  141.         SystemMemory = True
  142.         Transparent = False
  143.         TransparentColor = clWhite
  144.       end
  145.       item
  146.         PatternHeight = 0
  147.         PatternWidth = 0
  148.         SystemMemory = True
  149.         Transparent = False
  150.         TransparentColor = clWhite
  151.       end
  152.       item
  153.         PatternHeight = 0
  154.         PatternWidth = 0
  155.         SystemMemory = True
  156.         Transparent = False
  157.         TransparentColor = clWhite
  158.       end
  159.       item
  160.         PatternHeight = 0
  161.         PatternWidth = 0
  162.         SystemMemory = True
  163.         Transparent = False
  164.         TransparentColor = clWhite
  165.       end
  166.       item
  167.         PatternHeight = 0
  168.         PatternWidth = 0
  169.         SystemMemory = True
  170.         Transparent = False
  171.         TransparentColor = clWhite
  172.       end
  173.       item
  174.         PatternHeight = 0
  175.         PatternWidth = 0
  176.         SystemMemory = True
  177.         Transparent = False
  178.         TransparentColor = clWhite
  179.       end>
  180.     Left = 120
  181.     Top = 24
  182.   end
  183.   object dxtimer: TDXTimer
  184.     ActiveOnly = False
  185.     Enabled = True
  186.     Interval = 10
  187.     OnTimer = dxtimerTimer
  188.     Left = 176
  189.     Top = 24
  190.   end
  191.   object ImageList1: TDXImageList
  192.     DXDraw = DXDraw
  193.     Items = <
  194.       item
  195.         PatternHeight = 0
  196.         PatternWidth = 0
  197.         SystemMemory = True
  198.         Transparent = False
  199.         TransparentColor = 4112
  200.       end
  201.       item
  202.         PatternHeight = 0
  203.         PatternWidth = 0
  204.         SystemMemory = True
  205.         Transparent = False
  206.         TransparentColor = 2056
  207.       end
  208.       item
  209.         PatternHeight = 0
  210.         PatternWidth = 0
  211.         SystemMemory = True
  212.         Transparent = False
  213.         TransparentColor = 2056
  214.       end
  215.       item
  216.         PatternHeight = 0
  217.         PatternWidth = 0
  218.         SystemMemory = True
  219.         Transparent = False
  220.         TransparentColor = 2056
  221.       end
  222.       item
  223.         PatternHeight = 0
  224.         PatternWidth = 0
  225.         SystemMemory = True
  226.         Transparent = False
  227.         TransparentColor = 2056
  228.       end
  229.       item
  230.         PatternHeight = 0
  231.         PatternWidth = 0
  232.         SystemMemory = True
  233.         Transparent = False
  234.         TransparentColor = clBlack
  235.       end
  236.       item
  237.         PatternHeight = 0
  238.         PatternWidth = 0
  239.         SystemMemory = True
  240.         Transparent = False
  241.         TransparentColor = clBlack
  242.       end
  243.       item
  244.         PatternHeight = 0
  245.         PatternWidth = 0
  246.         SystemMemory = True
  247.         Transparent = False
  248.         TransparentColor = clBlack
  249.       end
  250.       item
  251.         PatternHeight = 0
  252.         PatternWidth = 0
  253.         SystemMemory = True
  254.         Transparent = False
  255.         TransparentColor = clBlack
  256.       end
  257.       item
  258.         PatternHeight = 0
  259.         PatternWidth = 0
  260.         SystemMemory = True
  261.         Transparent = False
  262.         TransparentColor = clBlack
  263.       end
  264.       item
  265.         PatternHeight = 0
  266.         PatternWidth = 0
  267.         SystemMemory = True
  268.         Transparent = False
  269.         TransparentColor = clBlack
  270.       end>
  271.     Left = 120
  272.     Top = 56
  273.   end
  274.   object DXSpriteEngine: TDXSpriteEngine
  275.     DXDraw = DXDraw
  276.     Left = 56
  277.     Top = 24
  278.   end
  279.   object DXInput: TDXInput
  280.     ActiveOnly = True
  281.     Joystick.BindInputStates = True
  282.     Joystick.Effects.Effects = {
  283.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  284.       7D000000545046301D54466F726365466565646261636B456666656374436F6D
  285.       706F6E656E740007456666656374730E01044E616D650607456666656374730A
  286.       45666665637454797065070665744E6F6E6506506572696F64023205506F7765
  287.       720310270454696D6503E8030E537461727444656C617954696D650200000000
  288.       00}
  289.     Joystick.Enabled = True
  290.     Joystick.ForceFeedback = False
  291.     Joystick.AutoCenter = True
  292.     Joystick.DeadZoneX = 50
  293.     Joystick.DeadZoneY = 50
  294.     Joystick.DeadZoneZ = 50
  295.     Joystick.ID = 0
  296.     Joystick.RangeX = 1000
  297.     Joystick.RangeY = 1000
  298.     Joystick.RangeZ = 1000
  299.     Keyboard.BindInputStates = True
  300.     Keyboard.Effects.Effects = {
  301.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  302.       7D000000545046301D54466F726365466565646261636B456666656374436F6D
  303.       706F6E656E740007456666656374730E01044E616D650607456666656374730A
  304.       45666665637454797065070665744E6F6E6506506572696F64023205506F7765
  305.       720310270454696D6503E8030E537461727444656C617954696D650200000000
  306.       00}
  307.     Keyboard.Enabled = True
  308.     Keyboard.ForceFeedback = False
  309.     Keyboard.Assigns = {
  310.       4B00000026000000680000004A00000028000000620000004800000025000000
  311.       640000004C00000027000000660000005A000000200000000000000058000000
  312.       0D00000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000071000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       00000000000000000000000000000000}
  324.     Mouse.BindInputStates = False
  325.     Mouse.Effects.Effects = {
  326.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  327.       7D000000545046301D54466F726365466565646261636B456666656374436F6D
  328.       706F6E656E740007456666656374730E01044E616D650607456666656374730A
  329.       45666665637454797065070665744E6F6E6506506572696F64023205506F7765
  330.       720310270454696D6503E8030E537461727444656C617954696D650200000000
  331.       00}
  332.     Mouse.Enabled = False
  333.     Mouse.ForceFeedback = False
  334.     UseDirectInput = True
  335.     Left = 280
  336.     Top = 32
  337.   end
  338.   object Timer1: TTimer
  339.     Interval = 80
  340.     OnTimer = TicTac_timer
  341.     Left = 176
  342.     Top = 72
  343.   end
  344.   object dzwiek: TDXWaveList
  345.     DXSound = DXSound1
  346.     Items = <>
  347.     Left = 344
  348.     Top = 48
  349.   end
  350.   object DXSound1: TDXSound
  351.     AutoInitialize = True
  352.     Options = []
  353.     Left = 408
  354.     Top = 24
  355.   end
  356.   object muza: TDXWaveList
  357.     DXSound = DXSound1
  358.     Items = <>
  359.     Left = 376
  360.     Top = 48
  361.   end
  362.   object pokoj: TDXImageList
  363.     DXDraw = DXDraw
  364.     Items = <>
  365.     Left = 216
  366.     Top = 32
  367.   end
  368. end
  369.