home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / kostky 2004 / kostky_2004.exe / #setuppath# / kostky.exe / 0 / RCDATA / TMAIN / TMAIN.txt
Encoding:
Text File  |  2005-04-13  |  7.0 KB  |  283 lines

  1. object main: Tmain
  2.   Left = 234
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'main'
  7.   ClientHeight = 451
  8.   ClientWidth = 688
  9.   Color = 16384
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DXDraw: TDXDraw
  23.     Left = 8
  24.     Top = 8
  25.     Width = 203
  26.     Height = 349
  27.     AutoInitialize = True
  28.     AutoSize = True
  29.     Color = clBtnFace
  30.     Display.FixedBitCount = True
  31.     Display.FixedRatio = True
  32.     Display.FixedSize = False
  33.     Options = [doAllowReboot, doWaitVBlank, doCenter, doDirectX7Mode, doHardware, doSelectDriver]
  34.     SurfaceHeight = 349
  35.     SurfaceWidth = 203
  36.     OnRestoreSurface = DXDrawRestoreSurface
  37.     TabOrder = 0
  38.     Visible = False
  39.     OnClick = DXDrawClick
  40.     OnMouseMove = DXDrawMouseMove
  41.   end
  42.   object EPlayer1: TEdit
  43.     Left = 48
  44.     Top = 50
  45.     Width = 121
  46.     Height = 21
  47.     Color = 16744448
  48.     MaxLength = 10
  49.     TabOrder = 1
  50.     Text = 'EPlayer1'
  51.     Visible = False
  52.     OnKeyUp = EPlayer1KeyUp
  53.   end
  54.   object EPlayer2: TEdit
  55.     Left = 48
  56.     Top = 78
  57.     Width = 121
  58.     Height = 21
  59.     Color = 16744448
  60.     MaxLength = 10
  61.     TabOrder = 2
  62.     Text = 'EPlayer2'
  63.     Visible = False
  64.     OnKeyUp = EPlayer2KeyUp
  65.   end
  66.   object EPlayer3: TEdit
  67.     Left = 48
  68.     Top = 106
  69.     Width = 121
  70.     Height = 21
  71.     Color = 16744448
  72.     MaxLength = 10
  73.     TabOrder = 3
  74.     Text = 'EPlayer3'
  75.     Visible = False
  76.     OnKeyUp = EPlayer3KeyUp
  77.   end
  78.   object EPlayer4: TEdit
  79.     Left = 48
  80.     Top = 134
  81.     Width = 121
  82.     Height = 21
  83.     Color = 16744448
  84.     MaxLength = 10
  85.     TabOrder = 4
  86.     Text = 'EPlayer4'
  87.     Visible = False
  88.     OnKeyUp = EPlayer4KeyUp
  89.   end
  90.   object BPlus: TButton
  91.     Left = 124
  92.     Top = 168
  93.     Width = 100
  94.     Height = 20
  95.     Caption = 'p∩┐╜idej hr∩┐╜∩┐╜e >>'
  96.     Font.Charset = EASTEUROPE_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'Arial Black'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 5
  103.     Visible = False
  104.     OnClick = BPlusClick
  105.   end
  106.   object BMinus: TButton
  107.     Left = 14
  108.     Top = 168
  109.     Width = 100
  110.     Height = 20
  111.     Caption = '<< uber hr∩┐╜∩┐╜e'
  112.     Font.Charset = EASTEUROPE_CHARSET
  113.     Font.Color = clWindowText
  114.     Font.Height = -11
  115.     Font.Name = 'Arial Black'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 6
  119.     Visible = False
  120.     OnClick = BMinusClick
  121.   end
  122.   object CBPlayer1: TComboBox
  123.     Left = 162
  124.     Top = 214
  125.     Width = 40
  126.     Height = 21
  127.     ItemHeight = 13
  128.     TabOrder = 7
  129.     Text = 'CBPlayer1'
  130.     Visible = False
  131.   end
  132.   object CBPlayer2: TComboBox
  133.     Left = 162
  134.     Top = 242
  135.     Width = 40
  136.     Height = 21
  137.     ItemHeight = 13
  138.     TabOrder = 8
  139.     Text = 'CBPlayer2'
  140.     Visible = False
  141.   end
  142.   object CBPlayer3: TComboBox
  143.     Left = 162
  144.     Top = 270
  145.     Width = 40
  146.     Height = 21
  147.     ItemHeight = 13
  148.     TabOrder = 9
  149.     Text = 'CBPlayer3'
  150.     Visible = False
  151.   end
  152.   object CBPlayer4: TComboBox
  153.     Left = 162
  154.     Top = 298
  155.     Width = 40
  156.     Height = 21
  157.     ItemHeight = 13
  158.     TabOrder = 10
  159.     Text = 'CBPlayer4'
  160.     Visible = False
  161.   end
  162.   object CBKostky: TComboBox
  163.     Left = 212
  164.     Top = 42
  165.     Width = 109
  166.     Height = 21
  167.     ItemHeight = 13
  168.     Sorted = True
  169.     TabOrder = 11
  170.     Text = 'CBKostky'
  171.     Visible = False
  172.   end
  173.   object MediaPlayer: TMediaPlayer
  174.     Left = 214
  175.     Top = 70
  176.     Width = 253
  177.     Height = 30
  178.     Visible = False
  179.     TabOrder = 12
  180.   end
  181.   object CBNastaveni: TComboBox
  182.     Left = 216
  183.     Top = 106
  184.     Width = 145
  185.     Height = 21
  186.     ItemHeight = 13
  187.     TabOrder = 13
  188.     Text = 'CBNastaveni'
  189.     Visible = False
  190.   end
  191.   object DXImageList: TDXImageList
  192.     DXDraw = DXDraw
  193.     Items = <>
  194.     Left = 214
  195.     Top = 8
  196.   end
  197.   object DXInput: TDXInput
  198.     ActiveOnly = True
  199.     Joystick.BindInputStates = True
  200.     Joystick.Effects.Effects = {
  201.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  202.       7D000000545046301D54466F726365466565646261636B456666656374436F6D
  203.       706F6E656E740007456666656374730E01044E616D650607456666656374730A
  204.       45666665637454797065070665744E6F6E6506506572696F64023205506F7765
  205.       720310270454696D6503E8030E537461727444656C617954696D650200000000
  206.       00}
  207.     Joystick.Enabled = True
  208.     Joystick.ForceFeedback = False
  209.     Joystick.AutoCenter = True
  210.     Joystick.DeadZoneX = 50
  211.     Joystick.DeadZoneY = 50
  212.     Joystick.DeadZoneZ = 50
  213.     Joystick.ID = 0
  214.     Joystick.RangeX = 1000
  215.     Joystick.RangeY = 1000
  216.     Joystick.RangeZ = 1000
  217.     Keyboard.BindInputStates = True
  218.     Keyboard.Effects.Effects = {
  219.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  220.       7D000000545046301D54466F726365466565646261636B456666656374436F6D
  221.       706F6E656E740007456666656374730E01044E616D650607456666656374730A
  222.       45666665637454797065070665744E6F6E6506506572696F64023205506F7765
  223.       720310270454696D6503E8030E537461727444656C617954696D650200000000
  224.       00}
  225.     Keyboard.Enabled = True
  226.     Keyboard.ForceFeedback = False
  227.     Keyboard.Assigns = {
  228.       4B00000026000000680000004A00000028000000620000004800000025000000
  229.       640000004C00000027000000660000005A000000200000000000000058000000
  230.       0D00000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000071000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       00000000000000000000000000000000}
  242.     Mouse.BindInputStates = False
  243.     Mouse.Effects.Effects = {
  244.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  245.       7D000000545046301D54466F726365466565646261636B456666656374436F6D
  246.       706F6E656E740007456666656374730E01044E616D650607456666656374730A
  247.       45666665637454797065070665744E6F6E6506506572696F64023205506F7765
  248.       720310270454696D6503E8030E537461727444656C617954696D650200000000
  249.       00}
  250.     Mouse.Enabled = False
  251.     Mouse.ForceFeedback = False
  252.     UseDirectInput = True
  253.     Left = 244
  254.     Top = 8
  255.   end
  256.   object DXWaveList: TDXWaveList
  257.     DXSound = DXSound
  258.     Items = <>
  259.     Left = 274
  260.     Top = 8
  261.   end
  262.   object DXSound: TDXSound
  263.     AutoInitialize = True
  264.     Options = []
  265.     Left = 304
  266.     Top = 8
  267.   end
  268.   object Timer: TTimer
  269.     Interval = 10
  270.     OnTimer = TimerTimer
  271.     Left = 216
  272.     Top = 134
  273.   end
  274.   object DXTimer: TDXTimer
  275.     ActiveOnly = True
  276.     Enabled = False
  277.     Interval = 1000
  278.     OnTimer = DXTimerTimer
  279.     Left = 246
  280.     Top = 134
  281.   end
  282. end
  283.