home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 51 / PCGAMER51.bin / Quake / Qme / _SETUP.1 / qme.exe / 0 / RCDATA / TJOINTSEDITDLG / TJOINTSEDITDLG.txt
Text File  |  1997-06-06  |  4KB  |  218 lines

  1. object JointsEditDlg: TJointsEditDlg
  2.   Left = 180
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Joints'
  6.   ClientHeight = 286
  7.   ClientWidth = 205
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 197
  22.     Height = 245
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 12
  27.     Top = 16
  28.     Width = 42
  29.     Height = 13
  30.     Caption = 'Is Joint'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 64
  39.     Top = 16
  40.     Width = 64
  41.     Height = 13
  42.     Caption = 'Joint Name'
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 127
  51.     Top = 260
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Close'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 0
  58.   end
  59.   object TXChk: TCheckBox
  60.     Left = 12
  61.     Top = 36
  62.     Width = 50
  63.     Height = 17
  64.     Caption = 'TX'
  65.     TabOrder = 1
  66.     OnClick = TXChkClick
  67.   end
  68.   object TYChk: TCheckBox
  69.     Left = 12
  70.     Top = 60
  71.     Width = 50
  72.     Height = 17
  73.     Caption = 'TY'
  74.     TabOrder = 2
  75.     OnClick = TXChkClick
  76.   end
  77.   object TZChk: TCheckBox
  78.     Left = 12
  79.     Top = 84
  80.     Width = 50
  81.     Height = 17
  82.     Caption = 'TZ'
  83.     TabOrder = 3
  84.     OnClick = TXChkClick
  85.   end
  86.   object RXChk: TCheckBox
  87.     Left = 12
  88.     Top = 108
  89.     Width = 50
  90.     Height = 17
  91.     Caption = 'RX'
  92.     TabOrder = 4
  93.     OnClick = TXChkClick
  94.   end
  95.   object RYChk: TCheckBox
  96.     Left = 12
  97.     Top = 132
  98.     Width = 50
  99.     Height = 17
  100.     Caption = 'RY'
  101.     TabOrder = 5
  102.     OnClick = TXChkClick
  103.   end
  104.   object RZChk: TCheckBox
  105.     Left = 12
  106.     Top = 156
  107.     Width = 50
  108.     Height = 17
  109.     Caption = 'RZ'
  110.     TabOrder = 6
  111.     OnClick = TXChkClick
  112.   end
  113.   object SXChk: TCheckBox
  114.     Left = 12
  115.     Top = 180
  116.     Width = 50
  117.     Height = 17
  118.     Caption = 'SX'
  119.     TabOrder = 7
  120.     OnClick = TXChkClick
  121.   end
  122.   object SYChk: TCheckBox
  123.     Left = 12
  124.     Top = 204
  125.     Width = 50
  126.     Height = 17
  127.     Caption = 'SY'
  128.     TabOrder = 8
  129.     OnClick = TXChkClick
  130.   end
  131.   object SZChk: TCheckBox
  132.     Left = 12
  133.     Top = 228
  134.     Width = 50
  135.     Height = 17
  136.     Caption = 'SZ'
  137.     TabOrder = 9
  138.     OnClick = TXChkClick
  139.   end
  140.   object TXEdt: TEdit
  141.     Left = 64
  142.     Top = 34
  143.     Width = 130
  144.     Height = 21
  145.     TabOrder = 10
  146.     OnChange = TEdtChange
  147.   end
  148.   object TYEdt: TEdit
  149.     Left = 64
  150.     Top = 58
  151.     Width = 130
  152.     Height = 21
  153.     TabOrder = 11
  154.     OnChange = TEdtChange
  155.   end
  156.   object TZEdt: TEdit
  157.     Left = 64
  158.     Top = 82
  159.     Width = 130
  160.     Height = 21
  161.     TabOrder = 12
  162.     OnChange = TEdtChange
  163.   end
  164.   object RXEdt: TEdit
  165.     Left = 64
  166.     Top = 106
  167.     Width = 130
  168.     Height = 21
  169.     TabOrder = 13
  170.     OnChange = TEdtChange
  171.   end
  172.   object RYEdt: TEdit
  173.     Left = 64
  174.     Top = 130
  175.     Width = 130
  176.     Height = 21
  177.     TabOrder = 14
  178.     OnChange = TEdtChange
  179.   end
  180.   object RZEdt: TEdit
  181.     Left = 64
  182.     Top = 154
  183.     Width = 130
  184.     Height = 21
  185.     TabOrder = 15
  186.     OnChange = TEdtChange
  187.   end
  188.   object SXEdt: TEdit
  189.     Left = 64
  190.     Top = 178
  191.     Width = 130
  192.     Height = 21
  193.     TabOrder = 16
  194.     OnChange = TEdtChange
  195.   end
  196.   object SYEdt: TEdit
  197.     Left = 64
  198.     Top = 202
  199.     Width = 130
  200.     Height = 21
  201.     TabOrder = 17
  202.     OnChange = TEdtChange
  203.   end
  204.   object SZEdt: TEdit
  205.     Left = 64
  206.     Top = 226
  207.     Width = 130
  208.     Height = 21
  209.     TabOrder = 18
  210.     OnChange = TEdtChange
  211.   end
  212.   object MDLObserver: TMDLObserver
  213.     Enabled = False
  214.     Left = 24
  215.     Top = 244
  216.   end
  217. end
  218.