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
Wrap
Text File
|
1997-06-06
|
4KB
|
218 lines
object JointsEditDlg: TJointsEditDlg
Left = 180
Top = 108
BorderStyle = bsDialog
Caption = 'Edit Joints'
ClientHeight = 286
ClientWidth = 205
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 4
Top = 8
Width = 197
Height = 245
Shape = bsFrame
end
object Label1: TLabel
Left = 12
Top = 16
Width = 42
Height = 13
Caption = 'Is Joint'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 64
Top = 16
Width = 64
Height = 13
Caption = 'Joint Name'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object OKBtn: TButton
Left = 127
Top = 260
Width = 75
Height = 25
Caption = 'Close'
Default = True
ModalResult = 1
TabOrder = 0
end
object TXChk: TCheckBox
Left = 12
Top = 36
Width = 50
Height = 17
Caption = 'TX'
TabOrder = 1
OnClick = TXChkClick
end
object TYChk: TCheckBox
Left = 12
Top = 60
Width = 50
Height = 17
Caption = 'TY'
TabOrder = 2
OnClick = TXChkClick
end
object TZChk: TCheckBox
Left = 12
Top = 84
Width = 50
Height = 17
Caption = 'TZ'
TabOrder = 3
OnClick = TXChkClick
end
object RXChk: TCheckBox
Left = 12
Top = 108
Width = 50
Height = 17
Caption = 'RX'
TabOrder = 4
OnClick = TXChkClick
end
object RYChk: TCheckBox
Left = 12
Top = 132
Width = 50
Height = 17
Caption = 'RY'
TabOrder = 5
OnClick = TXChkClick
end
object RZChk: TCheckBox
Left = 12
Top = 156
Width = 50
Height = 17
Caption = 'RZ'
TabOrder = 6
OnClick = TXChkClick
end
object SXChk: TCheckBox
Left = 12
Top = 180
Width = 50
Height = 17
Caption = 'SX'
TabOrder = 7
OnClick = TXChkClick
end
object SYChk: TCheckBox
Left = 12
Top = 204
Width = 50
Height = 17
Caption = 'SY'
TabOrder = 8
OnClick = TXChkClick
end
object SZChk: TCheckBox
Left = 12
Top = 228
Width = 50
Height = 17
Caption = 'SZ'
TabOrder = 9
OnClick = TXChkClick
end
object TXEdt: TEdit
Left = 64
Top = 34
Width = 130
Height = 21
TabOrder = 10
OnChange = TEdtChange
end
object TYEdt: TEdit
Left = 64
Top = 58
Width = 130
Height = 21
TabOrder = 11
OnChange = TEdtChange
end
object TZEdt: TEdit
Left = 64
Top = 82
Width = 130
Height = 21
TabOrder = 12
OnChange = TEdtChange
end
object RXEdt: TEdit
Left = 64
Top = 106
Width = 130
Height = 21
TabOrder = 13
OnChange = TEdtChange
end
object RYEdt: TEdit
Left = 64
Top = 130
Width = 130
Height = 21
TabOrder = 14
OnChange = TEdtChange
end
object RZEdt: TEdit
Left = 64
Top = 154
Width = 130
Height = 21
TabOrder = 15
OnChange = TEdtChange
end
object SXEdt: TEdit
Left = 64
Top = 178
Width = 130
Height = 21
TabOrder = 16
OnChange = TEdtChange
end
object SYEdt: TEdit
Left = 64
Top = 202
Width = 130
Height = 21
TabOrder = 17
OnChange = TEdtChange
end
object SZEdt: TEdit
Left = 64
Top = 226
Width = 130
Height = 21
TabOrder = 18
OnChange = TEdtChange
end
object MDLObserver: TMDLObserver
Enabled = False
Left = 24
Top = 244
end
end