home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / dirstuff.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  4.6 KB  |  168 lines

  1. object OptionsWin: TOptionsWin
  2.   Left = 172
  3.   Top = 286
  4.   ActiveControl = EDelphiSource
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 336
  9.   ClientWidth = 384
  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.     00000000000000000000000000000ECECC0FFFFFFFFF880000CCCC0C0FF00EEC
  20.     CCC08FFFF00000CCCCCCCC0C08800CCCCCC00FFF00CEECEECCCCC00C0F800CEC
  21.     ECCC088FF00CCECECCCCC0000F800EECCC000F8FF8000EECCCCCC0C088800CC0
  22.     00CE0F8FFFF00CCECCCCC0C0FFF00C0EEC00088FFFF800EECECC0000F88000CE
  23.     000FFFFFFFF8F0CCECCC0C0888F00E000FFFF8888FF8FF0CCECC000FFFF0000F
  24.     FF8888FF8FF888800CEC008FF880088FFF8FFFFF8FFFFFFF00C0008888F00000
  25.     0F8FF8888FFFF88880000FFFFFF00440000888FFFFFFF8FFFF000FFF88800C5C
  26.     0000FFF8888FF8FF88FFFFFF8FF00CC5C5500888FF8FF8888FFFFFFF8FF00CCC
  27.     5C450FFFFF8FFFFFFF8888FF88800CCCC5C440F8888FFFF8888FF8FFFFF00CCC
  28.     CCCC5088FFFFFFF8FFFFF8FFFFF00CCCCCC5C0FFF8888FF8FF00000FF8800CCC
  29.     CCCC408888FF8FF8804C445088800CECCCCCC08FFFFF8FFF0CC5C5C409500ECE
  30.     CCCC0F8FF8888FFF0CCCCC5405900EECECCC0F8888FFFFF80CCCCCC505500EEE
  31.     CCC0FFFFFFFFFFF80CECCCCC05500CCCC008FFFFFFFFF8850CCEECCC05500000
  32.     0888FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
  33.     F888889999599955595555555550088885959595959555559595959555500999
  34.     9999595559595555555555555550000000000000000000000000000000000000
  35.     0000000000000000000000000000000000000000000000000000000000000000
  36.     0000000000000000000000000000000000000000000000000000000000000000
  37.     0000000000000000000000000000000000000000000000000000000000000000
  38.     000000000000000000000000000000000000000000000000000000000000}
  39.   PixelsPerInch = 96
  40.   Position = poScreenCenter
  41.   OnClose = FormClose
  42.   OnCreate = FormCreate
  43.   TextHeight = 16
  44.   object Bevel1: TBevel
  45.     Left = 8
  46.     Top = 280
  47.     Width = 369
  48.     Height = 49
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 8
  52.     Top = 8
  53.     Width = 369
  54.     Height = 137
  55.     TabOrder = 0
  56.     object Label1: TLabel
  57.       Left = 19
  58.       Top = 8
  59.       Width = 331
  60.       Height = 16
  61.       Caption = 'Enter the path to the Delphi source directory below: '
  62.       Font.Color = clBlack
  63.       Font.Height = -13
  64.       Font.Name = 'Arial'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.       WordWrap = True
  68.     end
  69.     object Label4: TLabel
  70.       Left = 44
  71.       Top = 72
  72.       Width = 287
  73.       Height = 16
  74.       AutoSize = False
  75.       Caption = 'Enter the path to the BP RTL directory below:'
  76.       Font.Color = clBlack
  77.       Font.Height = -13
  78.       Font.Name = 'Arial'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.     end
  82.     object EDelphiSource: TEdit
  83.       Left = 33
  84.       Top = 32
  85.       Width = 309
  86.       Height = 24
  87.       Font.Color = clWindowText
  88.       Font.Height = -13
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       TabOrder = 0
  93.       Text = 'EDelphiSource'
  94.     end
  95.     object EBPSource: TEdit
  96.       Left = 51
  97.       Top = 96
  98.       Width = 273
  99.       Height = 24
  100.       Font.Color = clBlack
  101.       Font.Height = -13
  102.       Font.Name = 'Arial'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       TabOrder = 1
  106.       Text = 'EBPSource'
  107.     end
  108.   end
  109.   object BitBtn2: TBitBtn
  110.     Left = 211
  111.     Top = 288
  112.     Width = 89
  113.     Height = 33
  114.     TabOrder = 1
  115.     Kind = bkCancel
  116.   end
  117.   object BitBtn1: TBitBtn
  118.     Left = 67
  119.     Top = 288
  120.     Width = 89
  121.     Height = 33
  122.     TabOrder = 2
  123.     Kind = bkOK
  124.   end
  125.   object Panel2: TPanel
  126.     Left = 8
  127.     Top = 224
  128.     Width = 369
  129.     Height = 49
  130.     TabOrder = 3
  131.     object CheckBox1: TCheckBox
  132.       Left = 84
  133.       Top = 16
  134.       Width = 201
  135.       Height = 17
  136.       Caption = 'Bubble Help on toolbar'
  137.       TabOrder = 0
  138.     end
  139.   end
  140.   object Panel3: TPanel
  141.     Left = 8
  142.     Top = 152
  143.     Width = 369
  144.     Height = 65
  145.     TabOrder = 4
  146.     object Label2: TLabel
  147.       Left = 106
  148.       Top = 8
  149.       Width = 157
  150.       Height = 16
  151.       Caption = 'Your favorite text editor:'
  152.     end
  153.     object ETextEditor: TEdit
  154.       Left = 36
  155.       Top = 32
  156.       Width = 297
  157.       Height = 24
  158.       TabOrder = 0
  159.       Text = 'write.exe'
  160.       OnDblClick = ETextEditorDblClick
  161.     end
  162.   end
  163.   object OpenDialog1: TOpenDialog
  164.     Left = 320
  165.     Top = 296
  166.   end
  167. end
  168.