home *** CD-ROM | disk | FTP | other *** search
- object SelPan: TSelPan
- Left = 155
- Top = 177
- BorderStyle = bsDialog
- Caption = ' Mr. Matt'
- ClientHeight = 77
- ClientWidth = 352
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object xpGame: TLabel
- Left = 60
- Top = 15
- Width = 75
- Height = 13
- Caption = '&Select game:'
- FocusControl = xGame
- end
- object xpUser: TLabel
- Left = 60
- Top = 15
- Width = 65
- Height = 13
- Caption = 'Your &name:'
- FocusControl = xUser
- end
- object xpName: TLabel
- Left = 60
- Top = 15
- Width = 64
- Height = 13
- Caption = '&New name:'
- FocusControl = xName
- end
- object xpLevl: TLabel
- Left = 60
- Top = 15
- Width = 70
- Height = 13
- Caption = 'Level name:'
- FocusControl = xName
- end
- object xIcon: TSpeedButton
- Left = 5
- Top = 4
- Width = 48
- Height = 68
- Hint = 'Please don'#39't tickle!'
- Glyph.Data = {
- 26050000424D26050000000000007600000028000000280000003C0000000100
- 040000000000B004000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888800000000088888888888888888888888888800009999999990888888
- 8888888888888888800099999000000090888888888888888888888880999990
- 010BBBBB00000008888888888888888809999011110BBBBBB099999008888888
- 88888888090001B1BB10BBBB000000090888888888888888091BB1BB1B110B00
- 00BBBBB00888888888888888091BBBB1B1000001110BBBBB0888888888888888
- 091111BB1001111B010BBBBB0888888888888888000000000101BBB1BB10BBB0
- 0888888888888888000002200000BB1001100008888888888888888800000222
- 2200011000088888888888888888888800000222222200008888888888888888
- 8888888800000222222222088888888888888888888888800000022229922208
- 8888888888888888888888800000002222992200888888888888888888888880
- 0000002222222220888888888888888888888880000000222299222088888888
- 8888888888888800000000222299222008888888888888888888800000000022
- 2222222008888888888888888880000000000022229922200088888888888888
- 8000000000000022229922200008888888888800000000000000000222222220
- 0000888888888000000000000000000229922220000000888888800000000000
- 0000002229922200000000008888800000000000800002222222200000000000
- 0888800000000088800002222222208880000000088880000000888880000000
- 0000008888000000088888888888888880000022222220088800000088888888
- 8888888000002222222222200888000088888888888880002222222222000022
- 2008800888888888888800002222222200022000222088888888888888880000
- 2222220002222220002208888888888888800002222220022222222220022088
- 8888888888000002222220222222222222022008888888888800000222222222
- 2220000222222208888888888800002222222222220222202222220888888888
- 8800002222222222220222202222220888888880000000222222222222022200
- 2222220888888802000000222222200000200022222222000888880220000022
- 2220011111022000002222020888800002200000000011001110011111022202
- 0088800202200002222011000110110011102202200880222000002222201110
- 0110110001102020020880000000002222220111110201100110002220088800
- 0800010222222000002201111102022020888888880000122222222222222000
- 0000000208881888811110111222222222222222222008008888111118800111
- 2122222222222221210118888888888888811011221221222222212111181118
- 8888888881188011112121212222212118188811188888881111111112112111
- 1121211011818888188888818888811111111111211111118188118888888888
- 8811111110121111111118111818811188888888811881118181111111111111
- 8811118888888888118111118111811181811181188181188888888888118888
- 1881811881818118111118888888888888888888111111188188111188881188
- 8888888888888881181881188118818118888888888888888888881181188118
- 88111888188888888888}
- ParentShowHint = False
- ShowHint = True
- end
- object xUser: TComboBox
- Left = 146
- Top = 12
- Width = 200
- Height = 21
- Cursor = crArrow
- TabStop = False
- Color = clYellow
- DropDownCount = 12
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ItemHeight = 13
- MaxLength = 24
- ParentFont = False
- Sorted = True
- TabOrder = 0
- end
- object xOK: TBitBtn
- Left = 156
- Top = 46
- Width = 84
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- TabStop = False
- Kind = bkOK
- end
- object xCancel: TBitBtn
- Left = 246
- Top = 46
- Width = 84
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- TabStop = False
- Kind = bkCancel
- end
- object xGame: TComboBox
- Left = 146
- Top = 12
- Width = 200
- Height = 21
- Cursor = crArrow
- TabStop = False
- Color = clYellow
- DropDownCount = 12
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ItemHeight = 13
- MaxLength = 24
- ParentFont = False
- Sorted = True
- TabOrder = 3
- end
- object xEdit: TCheckBox
- Left = 60
- Top = 50
- Width = 84
- Height = 17
- TabStop = False
- Caption = 'Allow &Edit'
- TabOrder = 4
- OnClick = xEditClick
- end
- object xName: TEdit
- Left = 146
- Top = 12
- Width = 200
- Height = 21
- TabStop = False
- Color = clYellow
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- MaxLength = 24
- ParentFont = False
- TabOrder = 5
- end
- end
-