home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / instfile.dfm / instfile.txt
Text File  |  1995-08-11  |  5KB  |  202 lines

  1. object dlgFileGroupFiles: TdlgFileGroupFiles
  2.   Left = 45
  3.   Top = 71
  4.   ActiveControl = btnAdd
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Files For FileGroup'
  8.   ClientHeight = 302
  9.   ClientWidth = 567
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 567
  22.     Height = 302
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 72
  27.       Top = 248
  28.       Width = 78
  29.       Height = 16
  30.       Caption = 'Copy if newer'
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'Arial'
  34.       Font.Style = []
  35.       ParentFont = False
  36.     end
  37.     object Bevel2: TBevel
  38.       Left = 0
  39.       Top = 240
  40.       Width = 569
  41.       Height = 9
  42.       Shape = bsTopLine
  43.     end
  44.     object Bevel1: TBevel
  45.       Left = 240
  46.       Top = 0
  47.       Width = 9
  48.       Height = 241
  49.       Shape = bsLeftLine
  50.     end
  51.     object cbVCLConflictCheck: TLabel
  52.       Left = 8
  53.       Top = 272
  54.       Width = 143
  55.       Height = 16
  56.       Caption = 'Check for conflict in VCL'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'Arial'
  60.       Font.Style = []
  61.       ParentFont = False
  62.     end
  63.     object btnAdd: TButton
  64.       Left = 248
  65.       Top = 8
  66.       Width = 145
  67.       Height = 33
  68.       Caption = '&Add'
  69.       TabOrder = 0
  70.       OnClick = btnAddClick
  71.     end
  72.     object btnRemove: TButton
  73.       Left = 144
  74.       Top = 8
  75.       Width = 89
  76.       Height = 33
  77.       Caption = '&Remove'
  78.       TabOrder = 1
  79.       OnClick = btnRemoveClick
  80.     end
  81.     object FileList: TListBox
  82.       Left = 8
  83.       Top = 8
  84.       Width = 129
  85.       Height = 225
  86.       Font.Color = clBlack
  87.       Font.Height = -12
  88.       Font.Name = 'Arial'
  89.       Font.Style = []
  90.       ItemHeight = 15
  91.       MultiSelect = True
  92.       ParentFont = False
  93.       TabOrder = 2
  94.       OnClick = FileListClick
  95.     end
  96.     object btnClose: TBitBtn
  97.       Left = 144
  98.       Top = 128
  99.       Width = 89
  100.       Height = 33
  101.       Caption = '&Close'
  102.       ModalResult = 1
  103.       TabOrder = 3
  104.       OnClick = btnCloseClick
  105.       Glyph.Data = {
  106.         78010000424D7801000000000000760000002800000020000000100000000100
  107.         04000000000000000000120B0000120B00000000000000000000000000000000
  108.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  109.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  110.         555555555555555555555555555555555555555555FF55555555555559055555
  111.         55555555577FF5555555555599905555555555557777F5555555555599905555
  112.         555555557777FF5555555559999905555555555777777F555555559999990555
  113.         5555557777777FF5555557990599905555555777757777F55555790555599055
  114.         55557775555777FF5555555555599905555555555557777F5555555555559905
  115.         555555555555777FF5555555555559905555555555555777FF55555555555579
  116.         05555555555555777FF5555555555557905555555555555777FF555555555555
  117.         59905555555555555777555555555555555555555555555555550000}
  118.       NumGlyphs = 2
  119.     end
  120.     object btnClearFiles: TButton
  121.       Left = 144
  122.       Top = 88
  123.       Width = 89
  124.       Height = 33
  125.       Caption = '&Clear All'
  126.       TabOrder = 4
  127.       OnClick = btnClearFilesClick
  128.     end
  129.     object DriveComboBox: TDriveComboBox
  130.       Left = 248
  131.       Top = 48
  132.       Width = 145
  133.       Height = 19
  134.       DirList = DirectoryListBox
  135.       TabOrder = 5
  136.     end
  137.     object DirectoryListBox: TDirectoryListBox
  138.       Left = 248
  139.       Top = 72
  140.       Width = 145
  141.       Height = 161
  142.       FileList = FileListBox
  143.       ItemHeight = 16
  144.       TabOrder = 6
  145.     end
  146.     object FileListBox: TFileListBox
  147.       Left = 408
  148.       Top = 32
  149.       Width = 145
  150.       Height = 201
  151.       ItemHeight = 16
  152.       MultiSelect = True
  153.       ShowGlyphs = True
  154.       TabOrder = 7
  155.     end
  156.     object FileMaskEdit: TEdit
  157.       Left = 408
  158.       Top = 8
  159.       Width = 145
  160.       Height = 20
  161.       TabOrder = 8
  162.       Text = '*.*'
  163.       OnChange = FileMaskEditChange
  164.     end
  165.     object btnRefresh: TButton
  166.       Left = 144
  167.       Top = 48
  168.       Width = 89
  169.       Height = 33
  170.       Caption = 'Re&fresh'
  171.       TabOrder = 9
  172.       OnClick = btnRefreshClick
  173.     end
  174.     object cbCopyNewer: TComboBox
  175.       Left = 160
  176.       Top = 248
  177.       Width = 89
  178.       Height = 20
  179.       Style = csDropDownList
  180.       ItemHeight = 13
  181.       Items.Strings = (
  182.         'Yes'
  183.         'No')
  184.       TabOrder = 10
  185.       OnChange = cbCopyNewerChange
  186.     end
  187.     object cbCheckConflict: TComboBox
  188.       Left = 160
  189.       Top = 272
  190.       Width = 89
  191.       Height = 20
  192.       Style = csDropDownList
  193.       ItemHeight = 13
  194.       Items.Strings = (
  195.         'Yes'
  196.         'No')
  197.       TabOrder = 11
  198.       OnChange = cbCheckConflictChange
  199.     end
  200.   end
  201. end
  202.