home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / billcmp1.zip / INSTALL / INSTDIR.DFM / INSTDIR.txt
Text File  |  1995-05-11  |  4KB  |  166 lines

  1. object dlgDirectories: TdlgDirectories
  2.   Left = 201
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Installation Directories'
  7.   ClientHeight = 250
  8.   ClientWidth = 396
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 209
  20.     Width = 396
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object OKBtn: TBitBtn
  25.       Left = 48
  26.       Top = 8
  27.       Width = 77
  28.       Height = 27
  29.       Caption = 'Ok'
  30.       TabOrder = 0
  31.       Kind = bkOK
  32.       Margin = 2
  33.       Spacing = -1
  34.       IsControl = True
  35.     end
  36.     object CancelBtn: TBitBtn
  37.       Left = 128
  38.       Top = 8
  39.       Width = 77
  40.       Height = 27
  41.       TabOrder = 1
  42.       OnClick = CancelBtnClick
  43.       Kind = bkCancel
  44.       Margin = 2
  45.       Spacing = -1
  46.       IsControl = True
  47.     end
  48.     object HelpBtn: TBitBtn
  49.       Left = 208
  50.       Top = 8
  51.       Width = 77
  52.       Height = 27
  53.       Caption = 'Help'
  54.       TabOrder = 2
  55.       OnClick = HelpBtnClick
  56.       Kind = bkHelp
  57.       Margin = 2
  58.       Spacing = -1
  59.       IsControl = True
  60.     end
  61.   end
  62.   object pnlGroupProperties: TPanel
  63.     Left = 136
  64.     Top = 0
  65.     Width = 260
  66.     Height = 209
  67.     Align = alRight
  68.     TabOrder = 1
  69.     object Label1: TLabel
  70.       Left = 32
  71.       Top = 152
  72.       Width = 41
  73.       Height = 13
  74.       Caption = 'Source'
  75.     end
  76.     object Label2: TLabel
  77.       Left = 8
  78.       Top = 184
  79.       Width = 65
  80.       Height = 13
  81.       Caption = 'Destination'
  82.     end
  83.     object btnSource: TSpeedButton
  84.       Left = 232
  85.       Top = 152
  86.       Width = 25
  87.       Height = 20
  88.       Glyph.Data = {
  89.         78010000424D7801000000000000760000002800000020000000100000000100
  90.         04000000000000000000120B0000120B00000000000000000000000000000000
  91.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  92.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  93.         1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  94.         1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  95.         193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  96.         11155557F755F777777555000755033305555577755F75F77F55555555503335
  97.         0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  98.         05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  99.         07557777777F55557F5555000005555707555577777FF5557F55553000075557
  100.         0755557F7777FFF57555553350000055555555775777775555550000}
  101.       NumGlyphs = 2
  102.       OnClick = btnSourceClick
  103.     end
  104.     object btnDestination: TSpeedButton
  105.       Left = 232
  106.       Top = 184
  107.       Width = 25
  108.       Height = 20
  109.       Glyph.Data = {
  110.         78010000424D7801000000000000760000002800000020000000100000000100
  111.         04000000000000000000120B0000120B00000000000000000000000000000000
  112.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  113.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  114.         1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  115.         1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  116.         193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  117.         11155557F755F777777555000755033305555577755F75F77F55555555503335
  118.         0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  119.         05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  120.         07557777777F55557F5555000005555707555577777FF5557F55553000075557
  121.         0755557F7777FFF57555553350000055555555775777775555550000}
  122.       NumGlyphs = 2
  123.       OnClick = btnDestinationClick
  124.     end
  125.     object edSource: TEdit
  126.       Left = 80
  127.       Top = 152
  128.       Width = 145
  129.       Height = 20
  130.       TabStop = False
  131.       Enabled = False
  132.       ReadOnly = True
  133.       TabOrder = 0
  134.     end
  135.     object Memo1: TMemo
  136.       Left = 80
  137.       Top = 8
  138.       Width = 145
  139.       Height = 137
  140.       Lines.Strings = (
  141.         'Memo1')
  142.       TabOrder = 1
  143.     end
  144.     object edDestination: TEdit
  145.       Left = 80
  146.       Top = 184
  147.       Width = 145
  148.       Height = 20
  149.       TabStop = False
  150.       Enabled = False
  151.       TabOrder = 2
  152.     end
  153.   end
  154.   object lbFileGroups: TListBox
  155.     Left = 0
  156.     Top = 0
  157.     Width = 136
  158.     Height = 209
  159.     Align = alClient
  160.     ExtendedSelect = False
  161.     ItemHeight = 13
  162.     TabOrder = 2
  163.     OnClick = lbFileGroupsClick
  164.   end
  165. end
  166.