home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / DELPHIX.ZIP / Samples / Input / FFCondition / Main.dfm / Main.txt
Encoding:
Text File  |  1998-10-06  |  3.2 KB  |  90 lines

  1. object MainForm: TMainForm
  2.   Left = 201
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '∩┐╜t∩┐╜H∩┐╜[∩┐╜X∩┐╜E∩┐╜t∩┐╜B∩┐╜[∩┐╜h∩┐╜o∩┐╜b∩┐╜N ∩┐╜T∩┐╜∩┐╜∩┐╜v∩┐╜∩┐╜'
  7.   ClientHeight = 86
  8.   ClientWidth = 419
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 69
  23.     Height = 12
  24.     Caption = 'Condition'
  25.   end
  26.   object TrackBar1: TTrackBar
  27.     Left = 16
  28.     Top = 32
  29.     Width = 385
  30.     Height = 45
  31.     Min = -10
  32.     Orientation = trHorizontal
  33.     Frequency = 1
  34.     Position = 0
  35.     SelEnd = 0
  36.     SelStart = 0
  37.     TabOrder = 0
  38.     TickMarks = tmBottomRight
  39.     TickStyle = tsAuto
  40.     OnChange = TrackBar1Change
  41.   end
  42.   object DXInput: TDXInput
  43.     ActiveOnly = True
  44.     Joystick.Effects.Effects = {
  45.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  46.       BB000000545046301D54466F726365466565646261636B456666656374436F6D
  47.       706F6E656E74025F3107456666656374730E01044E616D650607456666656374
  48.       730A45666665637454797065070665744E6F6E6506506572696F64023205506F
  49.       7765720310270454696D6503E80307456666656374730E01044E616D65060943
  50.       6F6E646974696F6E0A45666665637454797065070B6574436F6E646974696F6E
  51.       06506572696F64023205506F7765720310270454696D6502FF000000000000}
  52.     Joystick.Enabled = True
  53.     Joystick.ForceFeedback = True
  54.     Joystick.AutoCenter = True
  55.     Joystick.DeadZoneX = 30
  56.     Joystick.DeadZoneY = 30
  57.     Joystick.DeadZoneZ = 30
  58.     Joystick.ID = 0
  59.     Joystick.RangeX = 100
  60.     Joystick.RangeY = 100
  61.     Joystick.RangeZ = 100
  62.     Keyboard.Effects.Effects = {
  63.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  64.       6E000000545046301D54466F726365466565646261636B456666656374436F6D
  65.       706F6E656E74025F3107456666656374730E01044E616D650607456666656374
  66.       730A45666665637454797065070665744E6F6E6506506572696F64023205506F
  67.       7765720310270454696D6503E80300000000}
  68.     Keyboard.Enabled = True
  69.     Keyboard.ForceFeedback = False
  70.     Keyboard.Assigns = {
  71.       4B00000026000000680000004A00000028000000620000004800000025000000
  72.       640000004C00000027000000660000005A000000200000000000000058000000
  73.       0D00000000000000000000000000000000000000000000000000000000000000
  74.       0000000000000000000000000000000000000000000000000000000000000000
  75.       0000000000000000000000000000000071000000000000000000000000000000
  76.       0000000000000000000000000000000000000000000000000000000000000000
  77.       0000000000000000000000000000000000000000000000000000000000000000
  78.       0000000000000000000000000000000000000000000000000000000000000000
  79.       0000000000000000000000000000000000000000000000000000000000000000
  80.       0000000000000000000000000000000000000000000000000000000000000000
  81.       0000000000000000000000000000000000000000000000000000000000000000
  82.       0000000000000000000000000000000000000000000000000000000000000000
  83.       0000000000000000000000000000000000000000000000000000000000000000
  84.       00000000000000000000000000000000}
  85.     UseDirectInput = True
  86.     Left = 104
  87.     Top = 16
  88.   end
  89. end
  90.