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

  1. object TipForm: TTipForm
  2.   Left = 151
  3.   Top = 141
  4.   ActiveControl = Ok
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = ' bn'
  8.   ClientHeight = 210
  9.   ClientWidth = 443
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TipHeader: TLabel
  21.     Left = 13
  22.     Top = 8
  23.     Width = 321
  24.     Height = 28
  25.     AutoSize = False
  26.     Caption = 'TipHeader'
  27.     Font.Color = clBlack
  28.     Font.Height = -24
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.     Visible = False
  33.   end
  34.   object Bevel1: TBevel
  35.     Left = 345
  36.     Top = 43
  37.     Width = 89
  38.     Height = 6
  39.     Shape = bsBottomLine
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 12
  43.     Top = 15
  44.     Width = 321
  45.     Height = 161
  46.     BevelOuter = bvLowered
  47.     Color = 14614527
  48.     TabOrder = 0
  49.     object TipText: TLabel
  50.       Left = 68
  51.       Top = 68
  52.       Width = 237
  53.       Height = 81
  54.       AutoSize = False
  55.       Caption = 'TipText'
  56.       Font.Color = clBlack
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ParentFont = False
  61.       WordWrap = True
  62.     end
  63.     object Image1: TImage
  64.       Left = 7
  65.       Top = 8
  66.       Width = 36
  67.       Height = 36
  68.       AutoSize = True
  69.       Center = True
  70.       Picture.Data = {<image000.bmp>}
  71.     end
  72.     object TipHelp: TLabel
  73.       Left = 68
  74.       Top = 28
  75.       Width = 237
  76.       Height = 29
  77.       AutoSize = False
  78.       Caption = 'TipHelp'
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.       WordWrap = True
  85.     end
  86.   end
  87.   object ShowAtStart: TCheckBox
  88.     Left = 12
  89.     Top = 188
  90.     Width = 161
  91.     Height = 17
  92.     Caption = 'Show this dialog box next time'
  93.     State = cbChecked
  94.     TabOrder = 1
  95.   end
  96.   object Ok: TButton
  97.     Left = 344
  98.     Top = 15
  99.     Width = 89
  100.     Height = 26
  101.     Cancel = True
  102.     Caption = 'Close'
  103.     Default = True
  104.     ModalResult = 1
  105.     TabOrder = 2
  106.   end
  107.   object Next: TButton
  108.     Left = 344
  109.     Top = 54
  110.     Width = 89
  111.     Height = 26
  112.     Caption = '&Next tip'
  113.     TabOrder = 3
  114.     OnClick = NextClick
  115.   end
  116. end
  117.