home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / welcome.dfm / welcome.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.4 KB  |  69 lines

  1. object WelcomeDlg: TWelcomeDlg
  2.   Left = 199
  3.   Top = 100
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Hello!'
  8.   ClientHeight = 182
  9.   ClientWidth = 377
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 16
  18.   object Bevel2: TBevel
  19.     Left = 40
  20.     Top = 56
  21.     Width = 289
  22.     Height = 65
  23.   end
  24.   object Label1: TLabel
  25.     Left = 15
  26.     Top = 24
  27.     Width = 348
  28.     Height = 19
  29.     Caption = 'Welcome to Borland Pascal'#39's Object Explorer!'
  30.     Font.Color = clBlack
  31.     Font.Height = -16
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 48
  38.     Top = 64
  39.     Width = 273
  40.     Height = 49
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 
  44.       'This is probably the first time you have run Object Explorer, so' +
  45.       ' you need to configure and set up Explorer for your computer.'
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     WordWrap = True
  52.   end
  53.   object Bevel1: TBevel
  54.     Left = 8
  55.     Top = 16
  56.     Width = 361
  57.     Height = 33
  58.     Style = bsRaised
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 136
  62.     Top = 136
  63.     Width = 89
  64.     Height = 33
  65.     TabOrder = 0
  66.     Kind = bkOK
  67.   end
  68. end
  69.