home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / ID_Addnl.dll / RCDATA / TTUTOR / TTUTOR.txt < prev   
Text File  |  1997-09-12  |  3KB  |  166 lines

  1. object Tutor: TTutor
  2.   Left = 230
  3.   Top = 309
  4.   BorderStyle = bsDialog
  5.   Caption = 'Iavadraw - handy tips and tricks'
  6.   ClientHeight = 236
  7.   ClientWidth = 517
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 517
  22.     Height = 237
  23.     BevelInner = bvRaised
  24.     BevelWidth = 2
  25.     TabOrder = 8
  26.     object Bevel1: TBevel
  27.       Left = 12
  28.       Top = 8
  29.       Width = 337
  30.       Height = 221
  31.       Shape = bsFrame
  32.     end
  33.     object Bevel2: TBevel
  34.       Left = 356
  35.       Top = 8
  36.       Width = 149
  37.       Height = 221
  38.       Shape = bsFrame
  39.     end
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 20
  43.     Top = 16
  44.     Width = 321
  45.     Height = 185
  46.     Color = clInfoBk
  47.     TabOrder = 0
  48.     object Label4: TLabel
  49.       Left = 8
  50.       Top = 12
  51.       Width = 109
  52.       Height = 16
  53.       Caption = 'Did you know ...'
  54.       Font.Color = clBlack
  55.       Font.Height = -15
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.     end
  60.     object Line1: TLabel
  61.       Left = 8
  62.       Top = 36
  63.       Width = 26
  64.       Height = 13
  65.       Caption = 'Line1'
  66.     end
  67.     object Line2: TLabel
  68.       Left = 8
  69.       Top = 52
  70.       Width = 26
  71.       Height = 13
  72.       Caption = 'Line2'
  73.     end
  74.     object Line3: TLabel
  75.       Left = 8
  76.       Top = 68
  77.       Width = 26
  78.       Height = 13
  79.       Caption = 'Line3'
  80.     end
  81.     object Line4: TLabel
  82.       Left = 8
  83.       Top = 84
  84.       Width = 26
  85.       Height = 13
  86.       Caption = 'Line4'
  87.     end
  88.     object Line5: TLabel
  89.       Left = 8
  90.       Top = 100
  91.       Width = 26
  92.       Height = 13
  93.       Caption = 'Line5'
  94.     end
  95.     object TipLabel: TLabel
  96.       Left = 8
  97.       Top = 128
  98.       Width = 41
  99.       Height = 13
  100.       Caption = 'TipLabel'
  101.     end
  102.   end
  103.   object ShowAgain: TCheckBox
  104.     Left = 20
  105.     Top = 207
  106.     Width = 225
  107.     Height = 17
  108.     Caption = 'Don'#39't show me this screen again'
  109.     TabOrder = 5
  110.   end
  111.   object Button5: TButton
  112.     Left = 374
  113.     Top = 175
  114.     Width = 119
  115.     Height = 25
  116.     Caption = 'Close'
  117.     TabOrder = 6
  118.     OnClick = Button5Click
  119.   end
  120.   object Button6: TButton
  121.     Left = 374
  122.     Top = 144
  123.     Width = 119
  124.     Height = 25
  125.     Caption = 'Godfather for Java'
  126.     TabOrder = 7
  127.     OnClick = Button6Click
  128.   end
  129.   object Button3: TButton
  130.     Left = 374
  131.     Top = 112
  132.     Width = 119
  133.     Height = 25
  134.     Caption = 'First Steps'
  135.     TabOrder = 3
  136.     OnClick = Button3Click
  137.   end
  138.   object Button4: TButton
  139.     Left = 374
  140.     Top = 80
  141.     Width = 119
  142.     Height = 25
  143.     Caption = 'Next Tip'
  144.     TabOrder = 4
  145.     OnClick = Button4Click
  146.   end
  147.   object Button2: TButton
  148.     Left = 374
  149.     Top = 48
  150.     Width = 119
  151.     Height = 25
  152.     Caption = 'Help Topics'
  153.     TabOrder = 2
  154.     OnClick = Button2Click
  155.   end
  156.   object Button1: TButton
  157.     Left = 374
  158.     Top = 16
  159.     Width = 119
  160.     Height = 25
  161.     Caption = 'What'#39's new ?'
  162.     TabOrder = 1
  163.     OnClick = Button1Click
  164.   end
  165. end
  166.