home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / welcome.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  3.0 KB  |  91 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 = {
  15.     0000010001002020100000000000E80200001600000028000000200000004000
  16.     0000010004000000000000020000000000000000000000000000000000000000
  17.     0000000080000080000000808000800000008000800080800000C0C0C0008080
  18.     80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  19.     00000000000000000000000000000ECECC0FFFFFFFFF770000CCCC0C0FF00EEC
  20.     CCC07FFFF00000CCCCCCCC0C07700CCCCCC00FFF00CEECEECCCCC00C0F700CEC
  21.     ECCC077FF00CCECECCCCC0000F700EECCC000F7FF7000EECCCCCC0C077700CC0
  22.     00CE0F7FFFF00CCECCCCC0C0FFF00C0EEC00077FFFF700EECECC0000F77000CE
  23.     000FFFFFFFF7F0CCECCC0C0777F00E000FFFF7777FF7FF0CCECC000FFFF0000F
  24.     FF7777FF7FF777700CEC007FF770077FFF7FFFFF7FFFFFFF00C0007777F00000
  25.     0F7FF7777FFFF77770000FFFFFF00440000777FFFFFFF7FFFF000FFF77700C5C
  26.     0000FFF7777FF7FF77FFFFFF7FF00CC5C5500777FF7FF7777FFFFFFF7FF00CCC
  27.     5C450FFFFF7FFFFFFF7777FF77700CCCC5C440F7777FFFF7777FF7FFFFF00CCC
  28.     CCCC5077FFFFFFF7FFFFF7FFFFF00CCCCCC5C0FFF7777FF7FF00000FF8800CCC
  29.     CCCC407777FF7FF7704C445088800CECCCCCC07FFFFF7FFF0CC5C5C409500ECE
  30.     CCCC0F7FF7777FFF0CCCCC5405900EECECCC0F7777FFFFF70CCCCCC505500EEE
  31.     CCC0FFFFFFFFFFF80CECCCCC05500CCCC007FFFFFFFFF8850CCEECCC05500000
  32.     0777FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
  33.     F888889999599955595555555550088885959595959555559595959555500999
  34.     9999595559595555555555555550000000000000000000000000000000000000
  35.     0000000000000000000000000000000000000000000000000000000000000000
  36.     0000000000000000000000000000000000000000000000000000000000000000
  37.     0000000000000000000000000000000000000000000000000000000000000000
  38.     000000000000000000000000000000000000000000000000000000000000}
  39.   PixelsPerInch = 96
  40.   Position = poScreenCenter
  41.   TextHeight = 16
  42.   object Bevel2: TBevel
  43.     Left = 40
  44.     Top = 56
  45.     Width = 289
  46.     Height = 65
  47.   end
  48.   object Label1: TLabel
  49.     Left = 15
  50.     Top = 24
  51.     Width = 348
  52.     Height = 19
  53.     Caption = 'Welcome to Borland Pascal'#39's Object Explorer!'
  54.     Font.Color = clBlack
  55.     Font.Height = -16
  56.     Font.Name = 'Arial'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object Label2: TLabel
  61.     Left = 48
  62.     Top = 64
  63.     Width = 273
  64.     Height = 49
  65.     Alignment = taCenter
  66.     AutoSize = False
  67.     Caption = 'This is probably the first time you have run Object Explorer, so you need to configure and set up Explorer for your computer.'
  68.     Font.Color = clBlack
  69.     Font.Height = -13
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     WordWrap = True
  74.   end
  75.   object Bevel1: TBevel
  76.     Left = 8
  77.     Top = 16
  78.     Width = 361
  79.     Height = 33
  80.     Style = bsRaised
  81.   end
  82.   object BitBtn1: TBitBtn
  83.     Left = 136
  84.     Top = 136
  85.     Width = 89
  86.     Height = 33
  87.     TabOrder = 0
  88.     Kind = bkOK
  89.   end
  90. end
  91.