home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 Ekstra 101 Spil / K-CD_1999_Ekstra_101_Spil.iso / Brain / Ulogic / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  1997-08-08  |  2KB  |  122 lines

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