home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / tinstall / instfsel.dfm / instfsel.txt
Text File  |  1995-04-30  |  8KB  |  295 lines

  1. object dlgFiles: TdlgFiles
  2.   Left = 136
  3.   Top = 6
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Files To Install'
  6.   ClientHeight = 433
  7.   ClientWidth = 401
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 161
  21.     Height = 384
  22.     Align = alLeft
  23.     TabOrder = 1
  24.     object DriveComboBox1: TDriveComboBox
  25.       Left = 8
  26.       Top = 8
  27.       Width = 145
  28.       Height = 22
  29.       DirList = DirectoryListBox1
  30.       TabOrder = 0
  31.     end
  32.     object DirectoryListBox1: TDirectoryListBox
  33.       Left = 9
  34.       Top = 33
  35.       Width = 144
  36.       Height = 129
  37.       FileList = SrcList
  38.       ItemHeight = 16
  39.       TabOrder = 1
  40.     end
  41.     object edFileName: TEdit
  42.       Left = 8
  43.       Top = 168
  44.       Width = 145
  45.       Height = 24
  46.       TabOrder = 2
  47.       Text = '*.*'
  48.       OnChange = edFileNameChange
  49.     end
  50.     object SrcList: TFileListBox
  51.       Left = 8
  52.       Top = 192
  53.       Width = 145
  54.       Height = 185
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ItemHeight = 13
  60.       MultiSelect = True
  61.       ParentFont = False
  62.       TabOrder = 3
  63.     end
  64.   end
  65.   object Panel4: TPanel
  66.     Left = 0
  67.     Top = 384
  68.     Width = 401
  69.     Height = 49
  70.     Align = alBottom
  71.     TabOrder = 3
  72.     object OKBtn: TBitBtn
  73.       Left = 120
  74.       Top = 14
  75.       Width = 77
  76.       Height = 27
  77.       Caption = 'Ok'
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       TabOrder = 0
  84.       Kind = bkOK
  85.       Margin = 2
  86.       Spacing = -1
  87.       IsControl = True
  88.     end
  89.     object CancelBtn: TBitBtn
  90.       Left = 204
  91.       Top = 14
  92.       Width = 77
  93.       Height = 27
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = [fsBold]
  98.       ParentFont = False
  99.       TabOrder = 1
  100.       Kind = bkCancel
  101.       Margin = 2
  102.       Spacing = -1
  103.       IsControl = True
  104.     end
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 160
  108.     Top = 0
  109.     Width = 241
  110.     Height = 89
  111.     TabOrder = 0
  112.     object Label1: TLabel
  113.       Left = 56
  114.       Top = 8
  115.       Width = 29
  116.       Height = 16
  117.       Caption = 'Disk'
  118.     end
  119.     object Label2: TLabel
  120.       Left = 128
  121.       Top = 8
  122.       Width = 9
  123.       Height = 16
  124.       Caption = '/'
  125.     end
  126.     object edCurrentDisk: TEdit
  127.       Left = 96
  128.       Top = 8
  129.       Width = 25
  130.       Height = 24
  131.       TabStop = False
  132.       ReadOnly = True
  133.       TabOrder = 0
  134.       Text = '0'
  135.     end
  136.     object btnNext: TBitBtn
  137.       Left = 128
  138.       Top = 48
  139.       Width = 81
  140.       Height = 33
  141.       Caption = 'Next'
  142.       TabOrder = 1
  143.       OnClick = btnNextClick
  144.       Glyph.Data = {
  145.         78010000424D7801000000000000760000002800000020000000100000000100
  146.         04000000000000000000120B0000120B00000000000000000000000000000000
  147.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  148.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  149.         3333333333333333333333333333333333333333333333333333333333333333
  150.         3333333333333333333333333333333333333333333FF3333333333333003333
  151.         3333333333773FF3333333333309003333333333337F773FF333333333099900
  152.         33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  153.         99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  154.         33333333337F3F77333333333309003333333333337F77333333333333003333
  155.         3333333333773333333333333333333333333333333333333333333333333333
  156.         33333333333333333333333333333333333333333333333333330000}
  157.       NumGlyphs = 2
  158.     end
  159.     object btnBack: TBitBtn
  160.       Left = 32
  161.       Top = 48
  162.       Width = 81
  163.       Height = 33
  164.       Caption = 'Back'
  165.       TabOrder = 2
  166.       OnClick = btnBackClick
  167.       Glyph.Data = {
  168.         78010000424D7801000000000000760000002800000020000000100000000100
  169.         04000000000000000000120B0000120B00000000000000000000000000000000
  170.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  171.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  172.         3333333333333333333333333333333333333333333333333333333333333333
  173.         3333333333333FF3333333333333003333333333333F77F33333333333009033
  174.         333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  175.         00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  176.         000033773FF33777777733330099903333333333773FF7F33333333333009033
  177.         33333333337737F3333333333333003333333333333377333333333333333333
  178.         3333333333333333333333333333333333333333333333333333333333333333
  179.         33333333333333333333333333333333333333333333333333330000}
  180.       NumGlyphs = 2
  181.     end
  182.     object edTotalDisks: TEdit
  183.       Left = 144
  184.       Top = 8
  185.       Width = 25
  186.       Height = 24
  187.       TabStop = False
  188.       Enabled = False
  189.       ReadOnly = True
  190.       TabOrder = 3
  191.       Text = '0'
  192.     end
  193.   end
  194.   object Panel6: TPanel
  195.     Left = 360
  196.     Top = 88
  197.     Width = 41
  198.     Height = 296
  199.     TabOrder = 5
  200.     object btnDeleteFiles: TSpeedButton
  201.       Left = 8
  202.       Top = 8
  203.       Width = 25
  204.       Height = 25
  205.       Glyph.Data = {
  206.         76010000424D7601000000000000760000002800000020000000100000000100
  207.         04000000000000010000130B0000130B00000000000000000000000000000000
  208.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  209.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  210.         3333333333333333FF3333333333333003333333333333377F33333333333307
  211.         733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770
  212.         000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777
  213.         777077777777777777773CCCCC00000000003777777777777777333330030FFF
  214.         FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF
  215.         FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF
  216.         0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF
  217.         0F03333333337FFF7F7333333333000000333333333377777733}
  218.       NumGlyphs = 2
  219.       OnClick = btnDeleteFilesClick
  220.     end
  221.   end
  222.   object Panel3: TPanel
  223.     Left = 161
  224.     Top = 88
  225.     Width = 40
  226.     Height = 296
  227.     TabOrder = 2
  228.     object IncludeBtn: TSpeedButton
  229.       Left = 9
  230.       Top = 160
  231.       Width = 24
  232.       Height = 24
  233.       Caption = '>'
  234.       Font.Color = clBlack
  235.       Font.Height = -11
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = [fsBold]
  238.       ParentFont = False
  239.       OnClick = IncludeBtnClick
  240.       IsControl = True
  241.     end
  242.     object IncAllBtn: TSpeedButton
  243.       Left = 9
  244.       Top = 193
  245.       Width = 24
  246.       Height = 24
  247.       Caption = '>>'
  248.       Font.Color = clBlack
  249.       Font.Height = -11
  250.       Font.Name = 'MS Sans Serif'
  251.       Font.Style = [fsBold]
  252.       ParentFont = False
  253.       OnClick = IncAllBtnClick
  254.       IsControl = True
  255.     end
  256.   end
  257.   object Panel5: TPanel
  258.     Left = 200
  259.     Top = 88
  260.     Width = 161
  261.     Height = 297
  262.     TabOrder = 4
  263.     object DstLabel: TLabel
  264.       Left = 8
  265.       Top = 8
  266.       Width = 137
  267.       Height = 16
  268.       AutoSize = False
  269.       Caption = 'Files For This Disk'
  270.       Font.Color = clBlack
  271.       Font.Height = -11
  272.       Font.Name = 'MS Sans Serif'
  273.       Font.Style = [fsBold]
  274.       ParentFont = False
  275.       IsControl = True
  276.     end
  277.     object DstList: TListBox
  278.       Left = 9
  279.       Top = 24
  280.       Width = 136
  281.       Height = 265
  282.       Font.Color = clBlack
  283.       Font.Height = -11
  284.       Font.Name = 'MS Sans Serif'
  285.       Font.Style = [fsBold]
  286.       ItemHeight = 13
  287.       MultiSelect = True
  288.       ParentFont = False
  289.       Sorted = True
  290.       TabOrder = 0
  291.       IsControl = True
  292.     end
  293.   end
  294. end
  295.