home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-07-25 | 29.5 KB | 1,365 lines |
- object FrmDlg: TFrmDlg
- Left = 185
- Top = 108
- Width = 848
- Height = 583
- Caption = 'FrmDlg'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object DBackground: TDWindow
- Left = 0
- Top = 0
- Width = 840
- Height = 556
- OnMouseDown = DBackgroundMouseDown
- OnBackgroundClick = DBackgroundBackgroundClick
- Caption = 'DBackground'
- Visible = True
- EnableFocus = False
- Align = alClient
- ClickCount = csNone
- Floating = False
- end
- object DStateWin: TDWindow
- Left = 504
- Top = 92
- Width = 169
- Height = 165
- OnDirectPaint = DStateWinDirectPaint
- OnMouseMove = DStateWinMouseMove
- OnClick = DStateWinClick
- Caption = 'DStateWindow'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = True
- end
- object DItemBag: TDWindow
- Left = 336
- Top = 200
- Width = 165
- Height = 121
- OnDirectPaint = DItemBagDirectPaint
- Caption = 'DItemBag'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = True
- end
- object DBottom: TDWindow
- Left = 12
- Top = 432
- Width = 617
- Height = 105
- OnDirectPaint = DBottomDirectPaint
- OnInRealArea = DBottomInRealArea
- Caption = 'DBottom'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DMyState: TDButton
- Left = 476
- Top = 468
- Width = 29
- Height = 25
- OnDirectPaint = DMyStateDirectPaint
- OnClick = DMyStateClick
- Caption = 'State'
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DMyBag: TDButton
- Left = 512
- Top = 456
- Width = 25
- Height = 25
- OnDirectPaint = DMyStateDirectPaint
- OnClick = DMyStateClick
- Caption = 'Bag'
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DMyMagic: TDButton
- Left = 548
- Top = 444
- Width = 29
- Height = 25
- OnDirectPaint = DMyStateDirectPaint
- OnClick = DMyStateClick
- Caption = 'Magic'
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DOption: TDButton
- Left = 588
- Top = 440
- Width = 29
- Height = 25
- OnDirectPaint = DMyStateDirectPaint
- OnClick = DMyStateClick
- Caption = 'Option'
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DGold: TDButton
- Left = 344
- Top = 276
- Width = 37
- Height = 29
- OnClick = DGoldClick
- Caption = 'Gold'
- DParent = DItemBag
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DPrevState: TDButton
- Left = 508
- Top = 184
- Width = 29
- Height = 33
- OnDirectPaint = DPrevStateDirectPaint
- OnClick = DPrevStateClick
- Caption = 'Prior'
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DRepairItem: TDButton
- Left = 388
- Top = 280
- Width = 61
- Height = 25
- OnDirectPaint = DRepairItemDirectPaint
- OnInRealArea = DRepairItemInRealArea
- Caption = 'Repair'
- DParent = DItemBag
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- OnClickSound = DLoginNewClickSound
- end
- object DCloseBag: TDButton
- Left = 456
- Top = 276
- Width = 21
- Height = 33
- OnDirectPaint = DCloseBagDirectPaint
- OnClick = DCloseBagClick
- Caption = 'Close'
- DParent = DItemBag
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- OnClickSound = DLoginNewClickSound
- end
- object DCloseState: TDButton
- Left = 508
- Top = 100
- Width = 29
- Height = 33
- OnDirectPaint = DPrevStateDirectPaint
- OnClick = DCloseStateClick
- Caption = 'Close'
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DLogIn: TDWindow
- Left = 11
- Top = 8
- Width = 136
- Height = 109
- Caption = 'DLogIn'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DLoginNew: TDButton
- Left = 20
- Top = 88
- Width = 33
- Height = 21
- OnDirectPaint = DLoginNewDirectPaint
- OnClick = DLoginNewClick
- Caption = 'New'
- DParent = DLogIn
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DLoginOk: TDButton
- Left = 100
- Top = 64
- Width = 37
- Height = 21
- OnDirectPaint = DLoginNewDirectPaint
- OnClick = DLoginOkClick
- Caption = 'OK'
- DParent = DLogIn
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DNewAccount: TDWindow
- Left = 152
- Top = 8
- Width = 129
- Height = 109
- Caption = 'DNewAccount'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DNewAccountOk: TDButton
- Left = 192
- Top = 88
- Width = 49
- Height = 21
- OnDirectPaint = DNewAccountOkDirectPaint
- OnClick = DNewAccountOkClick
- Caption = 'Ok'
- DParent = DNewAccount
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DLoginClose: TDButton
- Left = 116
- Top = 16
- Width = 21
- Height = 21
- OnDirectPaint = DLoginNewDirectPaint
- OnClick = DLoginCloseClick
- Caption = 'X'
- DParent = DLogIn
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DNewAccountClose: TDButton
- Left = 252
- Top = 16
- Width = 21
- Height = 21
- OnDirectPaint = DNewAccountCloseDirectPaint
- OnClick = DNewAccountCloseClick
- Caption = 'X'
- DParent = DNewAccount
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DSelectChr: TDWindow
- Left = 12
- Top = 124
- Width = 317
- Height = 181
- Caption = 'DSelectChr'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DscSelect1: TDButton
- Left = 20
- Top = 248
- Width = 57
- Height = 21
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscSelect1'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- OnClickSound = DLoginNewClickSound
- end
- object DscSelect2: TDButton
- Left = 260
- Top = 248
- Width = 61
- Height = 21
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscSelect2'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- OnClickSound = DLoginNewClickSound
- end
- object DscStart: TDButton
- Left = 116
- Top = 160
- Width = 109
- Height = 17
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscStart'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DscNewChr: TDButton
- Left = 116
- Top = 180
- Width = 113
- Height = 17
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscNewChr'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DscEraseChr: TDButton
- Left = 116
- Top = 228
- Width = 113
- Height = 17
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscEraseChr'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DscCredits: TDButton
- Left = 116
- Top = 248
- Width = 113
- Height = 17
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscCredits'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DscExit: TDButton
- Left = 116
- Top = 272
- Width = 113
- Height = 21
- OnDirectPaint = DscSelect1DirectPaint
- OnClick = DscSelect1Click
- Caption = 'DscExit'
- DParent = DSelectChr
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DCreateChr: TDWindow
- Left = 336
- Top = 8
- Width = 161
- Height = 189
- Caption = 'DCreateChr'
- DParent = DSelectChr
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DccWarrior: TDButton
- Tag = 55
- Left = 352
- Top = 44
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'ソスソスソスソス'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccWizzard: TDButton
- Tag = 56
- Left = 384
- Top = 44
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'ソスソスソスソス'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccMonk: TDButton
- Tag = 57
- Left = 416
- Top = 44
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'ソスソスソスソス'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccReserved: TDButton
- Left = 448
- Top = 44
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = '?'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccMale: TDButton
- Tag = 58
- Left = 376
- Top = 76
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'ソスソス'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccFemale: TDButton
- Tag = 59
- Left = 408
- Top = 76
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'ソスソス'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccLeftHair: TDButton
- Left = 376
- Top = 128
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = '<-'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccRightHair: TDButton
- Left = 416
- Top = 128
- Width = 29
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = '->'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccOk: TDButton
- Left = 384
- Top = 160
- Width = 57
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'O K'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DccClose: TDButton
- Left = 468
- Top = 16
- Width = 21
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DccCloseClick
- Caption = 'X'
- DParent = DCreateChr
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DItemGrid: TDGrid
- Left = 340
- Top = 205
- Width = 157
- Height = 45
- OnDblClick = DItemGridDblClick
- Caption = 'DItemGrid'
- DParent = DItemBag
- Visible = True
- EnableFocus = False
- ColCount = 8
- RowCount = 5
- ColWidth = 36
- RowHeight = 32
- ViewTopLine = 0
- OnGridSelect = DItemGridGridSelect
- OnGridMouseMove = DItemGridGridMouseMove
- OnGridPaint = DItemGridGridPaint
- end
- object DLoginChgPw: TDButton
- Left = 64
- Top = 88
- Width = 73
- Height = 21
- OnDirectPaint = DLoginNewDirectPaint
- OnClick = DLoginChgPwClick
- Caption = 'DLoginChgPw'
- DParent = DLogIn
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DMsgDlg: TDWindow
- Left = 12
- Top = 312
- Width = 317
- Height = 105
- OnDirectPaint = DMsgDlgDirectPaint
- OnKeyDown = DMsgDlgKeyDown
- Caption = 'DMsgDlg'
- DParent = DBackground
- Visible = False
- EnableFocus = True
- ClickCount = csNone
- Floating = True
- end
- object DMsgDlgOk: TDButton
- Left = 20
- Top = 384
- Width = 69
- Height = 24
- OnDirectPaint = DMsgDlgOkDirectPaint
- OnClick = DMsgDlgOkClick
- Caption = 'DMsgDlgOk'
- DParent = DMsgDlg
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DMsgDlgYes: TDButton
- Left = 96
- Top = 384
- Width = 69
- Height = 24
- OnDirectPaint = DMsgDlgOkDirectPaint
- OnClick = DMsgDlgOkClick
- Caption = 'DMsgDlgYes'
- DParent = DMsgDlg
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DMsgDlgCancel: TDButton
- Left = 176
- Top = 384
- Width = 69
- Height = 24
- OnDirectPaint = DMsgDlgOkDirectPaint
- OnClick = DMsgDlgOkClick
- Caption = 'DMsgDlgCancel'
- DParent = DMsgDlg
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DMsgDlgNo: TDButton
- Left = 252
- Top = 384
- Width = 69
- Height = 24
- OnDirectPaint = DMsgDlgOkDirectPaint
- OnClick = DMsgDlgOkClick
- Caption = 'DMsgDlgNo'
- DParent = DMsgDlg
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DNextState: TDButton
- Left = 508
- Top = 220
- Width = 29
- Height = 33
- OnDirectPaint = DPrevStateDirectPaint
- OnClick = DNextStateClick
- Caption = 'Next'
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DSWNecklace: TDButton
- Left = 604
- Top = 108
- Width = 29
- Height = 29
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWLight: TDButton
- Left = 604
- Top = 144
- Width = 29
- Height = 29
- OnDirectPaint = DSWLightDirectPaint
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWArmRingR: TDButton
- Left = 544
- Top = 184
- Width = 29
- Height = 29
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWArmRingL: TDButton
- Left = 604
- Top = 184
- Width = 29
- Height = 29
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWRingR: TDButton
- Left = 544
- Top = 220
- Width = 29
- Height = 29
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWRingL: TDButton
- Left = 604
- Top = 220
- Width = 29
- Height = 29
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWWeapon: TDButton
- Left = 544
- Top = 128
- Width = 25
- Height = 41
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWDress: TDButton
- Left = 576
- Top = 128
- Width = 21
- Height = 113
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DSWHelmet: TDButton
- Left = 568
- Top = 96
- Width = 29
- Height = 29
- OnMouseMove = DSWWeaponMouseMove
- OnClick = DSWWeaponClick
- DParent = DStateWin
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DBelt1: TDButton
- Left = 36
- Top = 436
- Width = 33
- Height = 25
- OnDirectPaint = DBelt1DirectPaint
- OnMouseMove = DBelt1MouseMove
- OnDblClick = DBelt1DblClick
- OnClick = DBelt1Click
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DBelt2: TDButton
- Tag = 1
- Left = 72
- Top = 436
- Width = 33
- Height = 25
- OnDirectPaint = DBelt1DirectPaint
- OnMouseMove = DBelt1MouseMove
- OnDblClick = DBelt1DblClick
- OnClick = DBelt1Click
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DBelt3: TDButton
- Tag = 2
- Left = 108
- Top = 436
- Width = 33
- Height = 25
- OnDirectPaint = DBelt1DirectPaint
- OnMouseMove = DBelt1MouseMove
- OnDblClick = DBelt1DblClick
- OnClick = DBelt1Click
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DBelt4: TDButton
- Tag = 3
- Left = 144
- Top = 436
- Width = 33
- Height = 25
- OnDirectPaint = DBelt1DirectPaint
- OnMouseMove = DBelt1MouseMove
- OnDblClick = DBelt1DblClick
- OnClick = DBelt1Click
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DBelt5: TDButton
- Tag = 4
- Left = 180
- Top = 436
- Width = 33
- Height = 25
- OnDirectPaint = DBelt1DirectPaint
- OnMouseMove = DBelt1MouseMove
- OnDblClick = DBelt1DblClick
- OnClick = DBelt1Click
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DBelt6: TDButton
- Tag = 5
- Left = 216
- Top = 436
- Width = 33
- Height = 25
- OnDirectPaint = DBelt1DirectPaint
- OnMouseMove = DBelt1MouseMove
- OnDblClick = DBelt1DblClick
- OnClick = DBelt1Click
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DChgPw: TDWindow
- Left = 504
- Top = 8
- Width = 161
- Height = 81
- Caption = 'ChgPw'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DChgpwOk: TDButton
- Left = 528
- Top = 44
- Width = 49
- Height = 25
- OnDirectPaint = DPrevStateDirectPaint
- OnClick = DChgpwOkClick
- Caption = 'OK'
- DParent = DChgPw
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DChgpwCancel: TDButton
- Left = 588
- Top = 44
- Width = 49
- Height = 25
- OnDirectPaint = DPrevStateDirectPaint
- OnClick = DChgpwOkClick
- Caption = 'Cancel'
- DParent = DChgPw
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DMerchantDlg: TDWindow
- Left = 336
- Top = 328
- Width = 133
- Height = 85
- OnDirectPaint = DMerchantDlgDirectPaint
- OnMouseDown = DMerchantDlgMouseDown
- OnMouseUp = DMerchantDlgMouseUp
- OnClick = DMerchantDlgClick
- Caption = 'ソスソスソスホエソスネュテ「'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DMerchantDlgClose: TDButton
- Left = 440
- Top = 332
- Width = 21
- Height = 17
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DMerchantDlgCloseClick
- Caption = 'X'
- DParent = DMerchantDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DMenuDlg: TDWindow
- Left = 476
- Top = 328
- Width = 153
- Height = 89
- OnDirectPaint = DMenuDlgDirectPaint
- OnClick = DMenuDlgClick
- Caption = 'ソズエソステ「'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DMenuPrev: TDButton
- Left = 480
- Top = 388
- Width = 25
- Height = 24
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DMenuPrevClick
- Caption = '<-'
- DParent = DMenuDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DMenuNext: TDButton
- Left = 508
- Top = 388
- Width = 25
- Height = 24
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DMenuNextClick
- Caption = '->'
- DParent = DMenuDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DMenuBuy: TDButton
- Left = 568
- Top = 388
- Width = 25
- Height = 24
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DMenuBuyClick
- Caption = 'Buy'
- DParent = DMenuDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DMenuClose: TDButton
- Left = 608
- Top = 332
- Width = 17
- Height = 25
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DMenuCloseClick
- Caption = 'X'
- DParent = DMenuDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DSellDlg: TDWindow
- Left = 508
- Top = 264
- Width = 125
- Height = 61
- OnDirectPaint = DSellDlgDirectPaint
- Caption = 'ソスネアソステ「'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = False
- end
- object DSellDlgOk: TDButton
- Left = 600
- Top = 300
- Width = 25
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DSellDlgOkClick
- Caption = 'OK'
- DParent = DSellDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DSellDlgClose: TDButton
- Left = 600
- Top = 268
- Width = 25
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DSellDlgCloseClick
- Caption = 'X'
- DParent = DSellDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DSellDlgSpot: TDButton
- Left = 516
- Top = 280
- Width = 41
- Height = 37
- OnDirectPaint = DSellDlgSpotDirectPaint
- OnMouseMove = DSellDlgSpotMouseMove
- OnClick = DSellDlgSpotClick
- DParent = DSellDlg
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DStMag1: TDButton
- Left = 644
- Top = 108
- Width = 21
- Height = 21
- OnDirectPaint = DStMag1DirectPaint
- OnClick = DStMag1Click
- DParent = DStateWin
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DStMag2: TDButton
- Tag = 1
- Left = 644
- Top = 132
- Width = 21
- Height = 21
- OnDirectPaint = DStMag1DirectPaint
- OnClick = DStMag1Click
- DParent = DStateWin
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DStMag3: TDButton
- Tag = 2
- Left = 644
- Top = 156
- Width = 21
- Height = 21
- OnDirectPaint = DStMag1DirectPaint
- OnClick = DStMag1Click
- DParent = DStateWin
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DStMag4: TDButton
- Tag = 3
- Left = 644
- Top = 180
- Width = 21
- Height = 21
- OnDirectPaint = DStMag1DirectPaint
- OnClick = DStMag1Click
- DParent = DStateWin
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DStMag5: TDButton
- Tag = 4
- Left = 644
- Top = 204
- Width = 21
- Height = 21
- OnDirectPaint = DStMag1DirectPaint
- OnClick = DStMag1Click
- DParent = DStateWin
- Visible = False
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DKeySelDlg: TDWindow
- Left = 684
- Top = 8
- Width = 145
- Height = 109
- OnDirectPaint = DKeySelDlgDirectPaint
- Caption = 'ナー ソスソスソスソステ「'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = True
- end
- object DKsIcon: TDButton
- Left = 700
- Top = 16
- Width = 25
- Height = 25
- OnDirectPaint = DKsIconDirectPaint
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csNone
- end
- object DKsF1: TDButton
- Left = 688
- Top = 48
- Width = 25
- Height = 29
- OnDirectPaint = DKsF1DirectPaint
- OnClick = DKsF1Click
- Caption = 'F1'
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DKsF2: TDButton
- Left = 716
- Top = 48
- Width = 25
- Height = 29
- OnDirectPaint = DKsF1DirectPaint
- OnClick = DKsF1Click
- Caption = 'F2'
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DKsF3: TDButton
- Left = 744
- Top = 48
- Width = 25
- Height = 29
- OnDirectPaint = DKsF1DirectPaint
- OnClick = DKsF1Click
- Caption = 'F3'
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DKsF4: TDButton
- Left = 772
- Top = 48
- Width = 25
- Height = 29
- OnDirectPaint = DKsF1DirectPaint
- OnClick = DKsF1Click
- Caption = 'F4'
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DKsNone: TDButton
- Left = 800
- Top = 48
- Width = 25
- Height = 29
- OnDirectPaint = DKsF1DirectPaint
- OnClick = DKsF1Click
- Caption = 'N'
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DKsOk: TDButton
- Left = 728
- Top = 88
- Width = 57
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DKsOkClick
- Caption = 'OK'
- DParent = DKeySelDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DBotGroup: TDButton
- Left = 424
- Top = 436
- Width = 25
- Height = 17
- OnDirectPaint = DBotGroupDirectPaint
- OnClick = DBotGroupClick
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DBotTrade: TDButton
- Left = 396
- Top = 436
- Width = 25
- Height = 17
- OnDirectPaint = DBotGroupDirectPaint
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DBotMiniMap: TDButton
- Left = 368
- Top = 436
- Width = 25
- Height = 17
- OnDirectPaint = DBotGroupDirectPaint
- DParent = DBottom
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DGroupDlg: TDWindow
- Left = 684
- Top = 124
- Width = 149
- Height = 93
- OnDirectPaint = DGroupDlgDirectPaint
- Caption = 'GroupDlg'
- DParent = DBackground
- Visible = False
- EnableFocus = False
- ClickCount = csNone
- Floating = True
- end
- object DGrpAllowGroup: TDButton
- Left = 688
- Top = 128
- Width = 80
- Height = 21
- OnDirectPaint = DGrpAllowGroupDirectPaint
- OnClick = DGrpAllowGroupClick
- Caption = 'Allow Group'
- DParent = DGroupDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- OnClickSound = DLoginNewClickSound
- end
- object DGrpDlgClose: TDButton
- Left = 812
- Top = 128
- Width = 17
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DGrpDlgCloseClick
- Caption = 'X'
- DParent = DGroupDlg
- Visible = True
- EnableFocus = False
- ClickCount = csGlass
- end
- object DGrpCreate: TDButton
- Left = 688
- Top = 188
- Width = 45
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DGrpCreateClick
- Caption = 'Create'
- DParent = DGroupDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DGrpAddMem: TDButton
- Left = 736
- Top = 188
- Width = 45
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DGrpAddMemClick
- Caption = 'AddMem'
- DParent = DGroupDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- object DGrpDelMem: TDButton
- Left = 784
- Top = 188
- Width = 45
- Height = 21
- OnDirectPaint = DccCloseDirectPaint
- OnClick = DGrpDelMemClick
- Caption = 'DelMem'
- DParent = DGroupDlg
- Visible = True
- EnableFocus = False
- ClickCount = csStone
- OnClickSound = DLoginNewClickSound
- end
- end
-