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

  1. object frmTutorial: TfrmTutorial
  2.   Left = 251
  3.   Top = 183
  4.   ActiveControl = btnYes
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome to Ultra Logic!'
  7.   ClientHeight = 126
  8.   ClientWidth = 318
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgBackGround: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 318
  20.     Height = 126
  21.     Align = alClient
  22.     Picture.Data = {<image000.bmp>}
  23.     Stretch = True
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 4
  27.     Top = 86
  28.     Width = 310
  29.     Height = 5
  30.     Shape = bsBottomLine
  31.   end
  32.   object Label1: TLabel
  33.     Left = 15
  34.     Top = 7
  35.     Width = 286
  36.     Height = 52
  37.     Caption = 
  38.       'Welcome to Ultra Logic!  Ultra Logic includes an interactive, ea' +
  39.       'sy to follow, graphical tutorial that helps first time players u' +
  40.       'nderstand the game. You can browse throught this tutorial now or' +
  41.       ' at any point later in the game.'
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     Transparent = True
  48.     WordWrap = True
  49.   end
  50.   object Label2: TLabel
  51.     Left = 19
  52.     Top = 64
  53.     Width = 280
  54.     Height = 16
  55.     Alignment = taCenter
  56.     Caption = 'Do you want to see the tutorial now?'
  57.     Font.Color = clNavy
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.     Transparent = True
  63.     WordWrap = True
  64.   end
  65.   object btnYes: TButton
  66.     Left = 49
  67.     Top = 97
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Sure!'
  71.     Font.Color = clWindowText
  72.     Font.Height = -12
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ModalResult = 6
  76.     ParentFont = False
  77.     TabOrder = 0
  78.     OnClick = btnYesClick
  79.   end
  80.   object btnNo: TButton
  81.     Left = 195
  82.     Top = 97
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'No'
  86.     Font.Color = clWindowText
  87.     Font.Height = -12
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ModalResult = 7
  91.     ParentFont = False
  92.     TabOrder = 1
  93.   end
  94. end
  95.