home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 279 / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMCORRECTANSWER / TFRMCORRECTANSWER.txt < prev   
Text File  |  1996-12-23  |  3KB  |  137 lines

  1. object frmCorrectAnswer: TfrmCorrectAnswer
  2.   Left = 240
  3.   Top = 171
  4.   HorzScrollBar.Visible = False
  5.   ActiveControl = btnOK
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Correct Combination'
  9.   ClientHeight = 104
  10.   ClientWidth = 323
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgBackGround: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 323
  23.     Height = 104
  24.     Align = alClient
  25.     Picture.Data = {<image000.bmp>}
  26.     Stretch = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 91
  30.     Top = 9
  31.     Width = 140
  32.     Height = 13
  33.     Caption = 'The correct combination was:'
  34.     FocusControl = Panel1
  35.     Font.Color = clBtnText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object btnOK: TButton
  43.     Left = 124
  44.     Top = 76
  45.     Width = 75
  46.     Height = 26
  47.     HelpContext = 1
  48.     Cancel = True
  49.     Caption = 'OK'
  50.     Default = True
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ModalResult = 1
  56.     ParentFont = False
  57.     PopupMenu = pmenuWhatsThis
  58.     TabOrder = 0
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 3
  62.     Top = 34
  63.     Width = 317
  64.     Height = 34
  65.     TabOrder = 1
  66.     object CorrectColor1: TShape
  67.       Left = 6
  68.       Top = 4
  69.       Width = 25
  70.       Height = 27
  71.     end
  72.     object CorrectColor2: TShape
  73.       Left = 37
  74.       Top = 4
  75.       Width = 25
  76.       Height = 27
  77.     end
  78.     object CorrectColor3: TShape
  79.       Left = 68
  80.       Top = 4
  81.       Width = 25
  82.       Height = 27
  83.     end
  84.     object CorrectColor4: TShape
  85.       Left = 99
  86.       Top = 4
  87.       Width = 25
  88.       Height = 27
  89.     end
  90.     object CorrectColor5: TShape
  91.       Left = 130
  92.       Top = 4
  93.       Width = 25
  94.       Height = 27
  95.     end
  96.     object CorrectColor6: TShape
  97.       Left = 162
  98.       Top = 4
  99.       Width = 25
  100.       Height = 27
  101.     end
  102.     object CorrectColor7: TShape
  103.       Left = 193
  104.       Top = 4
  105.       Width = 25
  106.       Height = 27
  107.     end
  108.     object CorrectColor8: TShape
  109.       Left = 224
  110.       Top = 4
  111.       Width = 25
  112.       Height = 27
  113.     end
  114.     object CorrectColor10: TShape
  115.       Left = 286
  116.       Top = 4
  117.       Width = 25
  118.       Height = 27
  119.     end
  120.     object CorrectColor9: TShape
  121.       Left = 255
  122.       Top = 4
  123.       Width = 25
  124.       Height = 27
  125.     end
  126.   end
  127.   object pmenuWhatsThis: TPopupMenu
  128.     Left = 53
  129.     Top = 73
  130.     object pmitemWhatsThis: TMenuItem
  131.       Caption = '&What'#39's This?'
  132.       ShortCut = 0
  133.       OnClick = pmitemWhatsThisClick
  134.     end
  135.   end
  136. end
  137.