home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95CHGNAM / _SETUP.1 / Chgname.exe / 0 / RCDATA / TADDFILES / TADDFILES.txt
Text File  |  1998-01-23  |  9KB  |  272 lines

  1. object AddFiles: TAddFiles
  2.   Left = 0
  3.   Top = 0
  4.   Width = 318
  5.   Height = 312
  6.   HelpContext = 2
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Add files'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 177
  24.     Height = 213
  25.     Align = alLeft
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 0
  31.       Width = 25
  32.       Height = 13
  33.       Caption = 'Path:'
  34.     end
  35.     object Label3: TLabel
  36.       Left = 8
  37.       Top = 195
  38.       Width = 25
  39.       Height = 13
  40.       Caption = 'Filter:'
  41.     end
  42.     object Label2: TLabel
  43.       Left = 145
  44.       Top = 0
  45.       Width = 24
  46.       Height = 13
  47.       Caption = 'Files:'
  48.     end
  49.     object DriveComboBox1: TDriveComboBox
  50.       Left = 8
  51.       Top = 16
  52.       Width = 161
  53.       Height = 19
  54.       TabOrder = 0
  55.       OnChange = DriveComboBox1Change
  56.     end
  57.     object DirectoryListBox1: TDirectoryListBox
  58.       Left = 8
  59.       Top = 40
  60.       Width = 161
  61.       Height = 145
  62.       ItemHeight = 16
  63.       ParentShowHint = False
  64.       ShowHint = False
  65.       TabOrder = 1
  66.       OnChange = DirectoryListBox1Change
  67.     end
  68.     object Edit1: TEdit
  69.       Left = 40
  70.       Top = 192
  71.       Width = 129
  72.       Height = 21
  73.       TabOrder = 2
  74.       Text = '*.*'
  75.       OnKeyPress = Edit1KeyPress
  76.     end
  77.   end
  78.   object Panel2: TPanel
  79.     Left = 177
  80.     Top = 0
  81.     Width = 133
  82.     Height = 213
  83.     Align = alClient
  84.     BevelOuter = bvNone
  85.     TabOrder = 1
  86.     object FileListBox1: TFileListBox
  87.       Left = 0
  88.       Top = 0
  89.       Width = 133
  90.       Height = 213
  91.       Align = alClient
  92.       FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
  93.       ItemHeight = 16
  94.       MultiSelect = True
  95.       PopupMenu = PopupMenu1
  96.       TabOrder = 0
  97.       OnChange = FileListBox1Change
  98.       OnClick = FileListBox1Click
  99.       OnKeyDown = FileListBox1KeyDown
  100.     end
  101.   end
  102.   object Panel3: TPanel
  103.     Left = 0
  104.     Top = 213
  105.     Width = 310
  106.     Height = 72
  107.     Align = alBottom
  108.     BevelOuter = bvNone
  109.     TabOrder = 2
  110.     object Label4: TLabel
  111.       Left = 8
  112.       Top = 8
  113.       Width = 45
  114.       Height = 13
  115.       Alignment = taRightJustify
  116.       AutoSize = False
  117.       Caption = 'Files:'
  118.     end
  119.     object Label5: TLabel
  120.       Left = 56
  121.       Top = 8
  122.       Width = 6
  123.       Height = 13
  124.       Caption = '0'
  125.     end
  126.     object Label6: TLabel
  127.       Left = 8
  128.       Top = 24
  129.       Width = 45
  130.       Height = 13
  131.       Alignment = taRightJustify
  132.       AutoSize = False
  133.       Caption = 'Marked:'
  134.     end
  135.     object Label7: TLabel
  136.       Left = 56
  137.       Top = 24
  138.       Width = 6
  139.       Height = 13
  140.       Caption = '0'
  141.     end
  142.     object BitBtn1: TBitBtn
  143.       Left = 108
  144.       Top = 44
  145.       Width = 93
  146.       Height = 25
  147.       Cancel = True
  148.       Caption = '&Cancel'
  149.       TabOrder = 3
  150.       OnClick = BitBtn1Click
  151.       Glyph.Data = {
  152.         76010000424D7601000000000000760000002800000020000000100000000100
  153.         0400000000000001000000000000000000001000000010000000000000000000
  154.         80000080000000808000800000008000800080800000C0C0C000808080000000
  155.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  156.         3333333333333333333333390333333333903338F3333333338F339990333333
  157.         339033888F333333338F3399990333333903338888F3333338F3333999033333
  158.         9033333888F333338F3333339990333993333333888F33388333333339990399
  159.         033333333888F388F333333333999990333333333388888F3333333333399903
  160.         33333333333888F33333333333999990333333333388888F3333333339990399
  161.         033333333888F388F33333399990333990333338888F33388F33339999033333
  162.         9903338888F3333388F3339990333333339033888F333333338F333333333333
  163.         3333333333333333333333333333333333333333333333333333}
  164.       NumGlyphs = 2
  165.     end
  166.     object BitBtn2: TBitBtn
  167.       Left = 212
  168.       Top = 44
  169.       Width = 93
  170.       Height = 25
  171.       Caption = '&OK'
  172.       TabOrder = 4
  173.       OnClick = BitBtn2Click
  174.       Glyph.Data = {
  175.         76010000424D7601000000000000760000002800000020000000100000000100
  176.         0400000000000001000000000000000000001000000010000000000000000000
  177.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  178.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  179.         555555555555555555555555555555555555555555FF5555555555555C055555
  180.         55555555577FF55555555555CCC05555555555557777F55555555555CCC05555
  181.         555555557777FF555555555CCCCC05555555555777777F55555555CCCCCC0555
  182.         5555557777777FF5555557CC05CCC05555555777757777F555557C05555CC055
  183.         55557775555777FF55555555555CCC05555555555557777F555555555555CC05
  184.         555555555555777FF555555555555CC05555555555555777FF5555555555557C
  185.         05555555555555777FF5555555555557C05555555555555777FF555555555555
  186.         5CC0555555555555577755555555555555555555555555555555}
  187.       NumGlyphs = 2
  188.     end
  189.     object BitBtn3: TBitBtn
  190.       Left = 216
  191.       Top = 8
  192.       Width = 89
  193.       Height = 25
  194.       Caption = 'Select &All'
  195.       TabOrder = 1
  196.       OnClick = Selectall1Click
  197.       Glyph.Data = {
  198.         76010000424D7601000000000000760000002800000020000000100000000100
  199.         04000000000000010000120B0000120B00001000000000000000000000000000
  200.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  201.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  202.         000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
  203.         FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
  204.         00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
  205.         00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
  206.         FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
  207.         0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
  208.         05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
  209.         55557F7777777555555500000005555555557777777555555555}
  210.       NumGlyphs = 2
  211.     end
  212.     object BitBtn4: TBitBtn
  213.       Left = 112
  214.       Top = 8
  215.       Width = 89
  216.       Height = 25
  217.       Caption = 'Select &None'
  218.       TabOrder = 0
  219.       OnClick = Selectnone1Click
  220.       Glyph.Data = {
  221.         76010000424D7601000000000000760000002800000020000000100000000100
  222.         04000000000000010000120B0000120B00001000000000000000000000000000
  223.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  224.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  225.         3333333777777777F3333330F77777703333333733F3F3F73F33330FF0808077
  226.         0333337F37F7F7F37F33330FF0807077033333733737F73F73F330FF77808707
  227.         703337F37F37F37F37F330FF08807807703037F37F37F37F37F700FF08808707
  228.         700377F37337F37F377330FF778078077033373F73F7F3733733330FF0808077
  229.         0333337F37F7F7F37F33330FF08070770333337FF7F7F7FF7F33330000000000
  230.         03333377777777777F33330F888777770333337FFFFFFFFF7F33330000000000
  231.         033333777777777773333333307770333333333337FFF7F33333333330000033
  232.         3333333337777733333333333333333333333333333333333333}
  233.       NumGlyphs = 2
  234.     end
  235.     object BitBtn5: TBitBtn
  236.       Left = 4
  237.       Top = 44
  238.       Width = 93
  239.       Height = 25
  240.       Caption = '&Help'
  241.       TabOrder = 2
  242.       OnClick = BitBtn5Click
  243.       Glyph.Data = {
  244.         76010000424D7601000000000000760000002800000020000000100000000100
  245.         04000000000000010000120B0000120B00001000000000000000000000000000
  246.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  247.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  248.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  249.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  250.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  251.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  252.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  253.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  254.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  255.         3333333773FFFF77333333333FBFBF3333333333377777333333}
  256.       NumGlyphs = 2
  257.     end
  258.   end
  259.   object PopupMenu1: TPopupMenu
  260.     Left = 232
  261.     Top = 24
  262.     object Selectall1: TMenuItem
  263.       Caption = 'Select &all'
  264.       OnClick = Selectall1Click
  265.     end
  266.     object Selectnone1: TMenuItem
  267.       Caption = 'Select &none'
  268.       OnClick = Selectnone1Click
  269.     end
  270.   end
  271. end
  272.