home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Gry / DopeWars / DopeWars.exe / 0 / RCDATA / TVIEWHISCOREDLG / TVIEWHISCOREDLG.txt < prev   
Encoding:
Text File  |  1999-03-24  |  3.7 KB  |  173 lines

  1. object ViewHiScoreDlg: TViewHiScoreDlg
  2.   Left = 324
  3.   Top = 133
  4.   BorderStyle = bsDialog
  5.   Caption = 'Highest Scores'
  6.   ClientHeight = 455
  7.   ClientWidth = 354
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 70
  21.     Top = 252
  22.     Width = 220
  23.     Height = 32
  24.     Alignment = taCenter
  25.     Caption = 'Enter your score in the Dope Wars World Championship !'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Image2: TImage
  35.     Left = 4
  36.     Top = 252
  37.     Width = 32
  38.     Height = 32
  39.     AutoSize = True
  40.     Picture.Data = {<image000.bmp>}
  41.     Transparent = True
  42.   end
  43.   object Image3: TImage
  44.     Left = 320
  45.     Top = 252
  46.     Width = 32
  47.     Height = 32
  48.     AutoSize = True
  49.     Picture.Data = {<image001.bmp>}
  50.     Transparent = True
  51.   end
  52.   object Label1: TLabel
  53.     Left = 4
  54.     Top = 176
  55.     Width = 171
  56.     Height = 13
  57.     Caption = 'The encrypted key for this score is : '
  58.   end
  59.   object Label5: TLabel
  60.     Left = 4
  61.     Top = 292
  62.     Width = 346
  63.     Height = 42
  64.     Caption = 
  65.       'Highlight the score you wish to submit on the list above, and th' +
  66.       'e key will be displayed. Click the '#39'Copy To Clipboard'#39' button, a' +
  67.       'nd then go to the Dope Wars Web Site at http://www.beermatsoftwa' +
  68.       're.com/dopewars/'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     WordWrap = True
  76.   end
  77.   object Label3: TLabel
  78.     Left = 4
  79.     Top = 340
  80.     Width = 343
  81.     Height = 56
  82.     Caption = 
  83.       'Login to the Dealer Den, either with an existing Dealer ID or by' +
  84.       ' creating a new Dealer ID. Once logged in, you can paste your ke' +
  85.       'y into the appropriate field on that page and press '#39'Submit'#39'. (T' +
  86.       'o paste, use '#39'Edit...Paste'#39' from the menu or press CTRL+V)'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     WordWrap = True
  94.   end
  95.   object OKBtn: TButton
  96.     Left = 192
  97.     Top = 428
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 0
  104.   end
  105.   object VHiScoreLv: TListView
  106.     Left = 4
  107.     Top = 4
  108.     Width = 348
  109.     Height = 164
  110.     Columns = <
  111.       item
  112.         Width = 20
  113.       end
  114.       item
  115.         Caption = 'Name'
  116.         Width = 146
  117.       end
  118.       item
  119.         Caption = 'Date'
  120.         Width = 70
  121.       end
  122.       item
  123.         Alignment = taRightJustify
  124.         Caption = 'Total'
  125.         Width = 108
  126.       end>
  127.     ColumnClick = False
  128.     HideSelection = False
  129.     HotTrackStyles = []
  130.     ReadOnly = True
  131.     RowSelect = True
  132.     TabOrder = 1
  133.     ViewStyle = vsReport
  134.     OnClick = VHiScoreLvClick
  135.   end
  136.   object EKey: TEdit
  137.     Left = 4
  138.     Top = 196
  139.     Width = 348
  140.     Height = 21
  141.     ReadOnly = True
  142.     TabOrder = 2
  143.     Text = '(Select score from list)'
  144.   end
  145.   object CopyBtn: TBitBtn
  146.     Left = 4
  147.     Top = 220
  148.     Width = 348
  149.     Height = 25
  150.     Caption = 'Copy To Clipboard'
  151.     TabOrder = 3
  152.     OnClick = CopyBtnClick
  153.   end
  154.   object VisitBtn: TBitBtn
  155.     Left = 4
  156.     Top = 400
  157.     Width = 348
  158.     Height = 24
  159.     Caption = 'Click here to visit the Dope Wars Web Site'
  160.     TabOrder = 4
  161.     OnClick = VisitBtnClick
  162.   end
  163.   object ExitBtn: TButton
  164.     Left = 276
  165.     Top = 428
  166.     Width = 75
  167.     Height = 25
  168.     Caption = 'Exit'
  169.     ModalResult = 2
  170.     TabOrder = 5
  171.   end
  172. end
  173.