home *** CD-ROM | disk | FTP | other *** search
- object ViewHiScoreDlg: TViewHiScoreDlg
- Left = 324
- Top = 133
- BorderStyle = bsDialog
- Caption = 'Highest Scores'
- ClientHeight = 455
- ClientWidth = 354
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 70
- Top = 252
- Width = 220
- Height = 32
- Alignment = taCenter
- Caption = 'Enter your score in the Dope Wars World Championship !'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Image2: TImage
- Left = 4
- Top = 252
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Image3: TImage
- Left = 320
- Top = 252
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 4
- Top = 176
- Width = 171
- Height = 13
- Caption = 'The encrypted key for this score is : '
- end
- object Label5: TLabel
- Left = 4
- Top = 292
- Width = 346
- Height = 42
- Caption =
- 'Highlight the score you wish to submit on the list above, and th' +
- 'e key will be displayed. Click the '#39'Copy To Clipboard'#39' button, a' +
- 'nd then go to the Dope Wars Web Site at http://www.beermatsoftwa' +
- 're.com/dopewars/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 4
- Top = 340
- Width = 343
- Height = 56
- Caption =
- 'Login to the Dealer Den, either with an existing Dealer ID or by' +
- ' creating a new Dealer ID. Once logged in, you can paste your ke' +
- 'y into the appropriate field on that page and press '#39'Submit'#39'. (T' +
- 'o paste, use '#39'Edit...Paste'#39' from the menu or press CTRL+V)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 192
- Top = 428
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object VHiScoreLv: TListView
- Left = 4
- Top = 4
- Width = 348
- Height = 164
- Columns = <
- item
- Width = 20
- end
- item
- Caption = 'Name'
- Width = 146
- end
- item
- Caption = 'Date'
- Width = 70
- end
- item
- Alignment = taRightJustify
- Caption = 'Total'
- Width = 108
- end>
- ColumnClick = False
- HideSelection = False
- HotTrackStyles = []
- ReadOnly = True
- RowSelect = True
- TabOrder = 1
- ViewStyle = vsReport
- OnClick = VHiScoreLvClick
- end
- object EKey: TEdit
- Left = 4
- Top = 196
- Width = 348
- Height = 21
- ReadOnly = True
- TabOrder = 2
- Text = '(Select score from list)'
- end
- object CopyBtn: TBitBtn
- Left = 4
- Top = 220
- Width = 348
- Height = 25
- Caption = 'Copy To Clipboard'
- TabOrder = 3
- OnClick = CopyBtnClick
- end
- object VisitBtn: TBitBtn
- Left = 4
- Top = 400
- Width = 348
- Height = 24
- Caption = 'Click here to visit the Dope Wars Web Site'
- TabOrder = 4
- OnClick = VisitBtnClick
- end
- object ExitBtn: TButton
- Left = 276
- Top = 428
- Width = 75
- Height = 25
- Caption = 'Exit'
- ModalResult = 2
- TabOrder = 5
- end
- end
-