home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / DELPHIX.ZIP / Source / DXInptEdit.dfm / DXInptEdit.txt
Encoding:
Text File  |  1998-10-06  |  7.3 KB  |  335 lines

  1. object DelphiXInputEditForm: TDelphiXInputEditForm
  2.   Left = 329
  3.   Top = 188
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'TDXInput Editor'
  7.   ClientHeight = 244
  8.   ClientWidth = 385
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PopupMenu = PopupMenu
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object OKButton: TButton
  22.     Left = 208
  23.     Top = 216
  24.     Width = 84
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = OKButtonClick
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 296
  33.     Top = 216
  34.     Width = 84
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     TabOrder = 1
  39.     OnClick = CancelButtonClick
  40.   end
  41.   object PageControl: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 369
  45.     Height = 201
  46.     ActivePage = JoyTabSheet
  47.     TabOrder = 2
  48.     object JoyTabSheet: TTabSheet
  49.       Caption = 'Joystick'
  50.       object GroupBox2: TGroupBox
  51.         Left = 8
  52.         Top = 8
  53.         Width = 345
  54.         Height = 57
  55.         Caption = 'General'
  56.         TabOrder = 0
  57.         object Label5: TLabel
  58.           Left = 8
  59.           Top = 22
  60.           Width = 30
  61.           Height = 12
  62.           Caption = 'No.'
  63.         end
  64.         object Bevel1: TBevel
  65.           Left = 138
  66.           Top = 15
  67.           Width = 2
  68.           Height = 31
  69.         end
  70.         object IDEdit: TSpinEdit
  71.           Left = 48
  72.           Top = 18
  73.           Width = 81
  74.           Height = 21
  75.           MaxValue = 255
  76.           MinValue = 0
  77.           TabOrder = 0
  78.           Value = 0
  79.           OnChange = EditChange
  80.         end
  81.         object AutoCenter: TCheckBox
  82.           Left = 152
  83.           Top = 12
  84.           Width = 185
  85.           Height = 17
  86.           Caption = 'Centering of stick'
  87.           TabOrder = 1
  88.           OnClick = EditChange
  89.         end
  90.         object ForceFeedback: TCheckBox
  91.           Left = 152
  92.           Top = 31
  93.           Width = 153
  94.           Height = 17
  95.           Caption = 'Force feedback'
  96.           TabOrder = 2
  97.           OnClick = EditChange
  98.         end
  99.       end
  100.       object GroupBox3: TGroupBox
  101.         Left = 8
  102.         Top = 72
  103.         Width = 153
  104.         Height = 97
  105.         Caption = 'Dead zone'
  106.         TabOrder = 1
  107.         object Label7: TLabel
  108.           Left = 8
  109.           Top = 23
  110.           Width = 14
  111.           Height = 12
  112.           Caption = 'X:'
  113.         end
  114.         object Label8: TLabel
  115.           Left = 8
  116.           Top = 47
  117.           Width = 14
  118.           Height = 12
  119.           Caption = 'Y:'
  120.         end
  121.         object Label9: TLabel
  122.           Left = 8
  123.           Top = 71
  124.           Width = 14
  125.           Height = 12
  126.           Caption = 'Z:'
  127.         end
  128.         object Label11: TLabel
  129.           Left = 83
  130.           Top = 24
  131.           Width = 40
  132.           Height = 12
  133.           Caption = '% invalidity'
  134.         end
  135.         object Label12: TLabel
  136.           Left = 83
  137.           Top = 48
  138.           Width = 40
  139.           Height = 12
  140.           Caption = '% invalidity'
  141.         end
  142.         object Label13: TLabel
  143.           Left = 83
  144.           Top = 72
  145.           Width = 40
  146.           Height = 12
  147.           Caption = '% invalidity'
  148.         end
  149.         object DeadZoneZ: TSpinEdit
  150.           Left = 32
  151.           Top = 68
  152.           Width = 49
  153.           Height = 21
  154.           MaxValue = 100
  155.           MinValue = 0
  156.           TabOrder = 0
  157.           Value = 0
  158.           OnChange = EditChange
  159.         end
  160.         object DeadZoneY: TSpinEdit
  161.           Left = 32
  162.           Top = 44
  163.           Width = 49
  164.           Height = 21
  165.           MaxValue = 100
  166.           MinValue = 0
  167.           TabOrder = 1
  168.           Value = 0
  169.           OnChange = EditChange
  170.         end
  171.         object DeadZoneX: TSpinEdit
  172.           Left = 32
  173.           Top = 20
  174.           Width = 49
  175.           Height = 21
  176.           MaxValue = 100
  177.           MinValue = 0
  178.           TabOrder = 2
  179.           Value = 0
  180.           OnChange = EditChange
  181.         end
  182.       end
  183.       object GroupBox4: TGroupBox
  184.         Left = 168
  185.         Top = 72
  186.         Width = 153
  187.         Height = 97
  188.         Caption = 'Range'
  189.         TabOrder = 2
  190.         object Label4: TLabel
  191.           Left = 8
  192.           Top = 23
  193.           Width = 14
  194.           Height = 12
  195.           Caption = 'X:'
  196.         end
  197.         object Label6: TLabel
  198.           Left = 8
  199.           Top = 47
  200.           Width = 14
  201.           Height = 12
  202.           Caption = 'Y:'
  203.         end
  204.         object Label10: TLabel
  205.           Left = 8
  206.           Top = 71
  207.           Width = 14
  208.           Height = 12
  209.           Caption = 'Z:'
  210.         end
  211.         object RangeZ: TSpinEdit
  212.           Left = 30
  213.           Top = 68
  214.           Width = 73
  215.           Height = 21
  216.           MaxValue = 1000000
  217.           MinValue = 0
  218.           TabOrder = 0
  219.           Value = 0
  220.           OnChange = EditChange
  221.         end
  222.         object RangeY: TSpinEdit
  223.           Left = 30
  224.           Top = 44
  225.           Width = 73
  226.           Height = 21
  227.           MaxValue = 1000000
  228.           MinValue = 0
  229.           TabOrder = 1
  230.           Value = 0
  231.           OnChange = EditChange
  232.         end
  233.         object RangeX: TSpinEdit
  234.           Left = 30
  235.           Top = 20
  236.           Width = 73
  237.           Height = 21
  238.           MaxValue = 1000000
  239.           MinValue = 0
  240.           TabOrder = 2
  241.           Value = 0
  242.           OnChange = EditChange
  243.         end
  244.       end
  245.     end
  246.     object KeyTabSheet: TTabSheet
  247.       Caption = 'Keyboard'
  248.       object GroupBox1: TGroupBox
  249.         Left = 8
  250.         Top = 8
  251.         Width = 345
  252.         Height = 161
  253.         Caption = 'Key assign'
  254.         TabOrder = 0
  255.         object Label3: TLabel
  256.           Left = 166
  257.           Top = 92
  258.           Width = 30
  259.           Height = 12
  260.           Caption = 'Key 3'
  261.         end
  262.         object Label2: TLabel
  263.           Left = 166
  264.           Top = 60
  265.           Width = 30
  266.           Height = 12
  267.           Caption = 'Key 2'
  268.         end
  269.         object Label1: TLabel
  270.           Left = 166
  271.           Top = 28
  272.           Width = 30
  273.           Height = 12
  274.           Caption = 'Key 1'
  275.         end
  276.         object StateListBox: TListBox
  277.           Left = 8
  278.           Top = 24
  279.           Width = 143
  280.           Height = 129
  281.           ItemHeight = 12
  282.           TabOrder = 0
  283.           OnClick = StateListBoxClick
  284.         end
  285.         object KeyComboBox1: TComboBox
  286.           Left = 200
  287.           Top = 24
  288.           Width = 129
  289.           Height = 20
  290.           Style = csDropDownList
  291.           ItemHeight = 0
  292.           TabOrder = 1
  293.           OnChange = EditChange
  294.         end
  295.         object KeyComboBox2: TComboBox
  296.           Left = 200
  297.           Top = 56
  298.           Width = 129
  299.           Height = 20
  300.           Style = csDropDownList
  301.           ItemHeight = 0
  302.           TabOrder = 2
  303.           OnChange = EditChange
  304.         end
  305.         object KeyComboBox3: TComboBox
  306.           Left = 200
  307.           Top = 88
  308.           Width = 129
  309.           Height = 20
  310.           Style = csDropDownList
  311.           ItemHeight = 0
  312.           TabOrder = 3
  313.           OnChange = EditChange
  314.         end
  315.       end
  316.     end
  317.   end
  318.   object PopupMenu: TPopupMenu
  319.     Left = 8
  320.     Top = 216
  321.     object Player1: TMenuItem
  322.       Caption = '&Single player'
  323.       OnClick = Player1Click
  324.     end
  325.     object Player2_1: TMenuItem
  326.       Caption = 'Multi player &1'
  327.       OnClick = Player2_1Click
  328.     end
  329.     object Player2_2: TMenuItem
  330.       Caption = 'Multi player &2'
  331.       OnClick = Player2_2Click
  332.     end
  333.   end
  334. end
  335.