home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 27 / Pce27cd2.iso / Utilitarios / Office / WinClin / szip3.exe / SolusZip.exe / 0 / RCDATA / TPTFRMFOLDERBROWSEDLG / TPTFRMFOLDERBROWSEDLG.txt
Text File  |  2000-02-21  |  4KB  |  137 lines

  1. object PTFrmFolderBrowseDlg: TPTFrmFolderBrowseDlg
  2.   Left = 658
  3.   Top = 400
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   ClientHeight = 313
  7.   ClientWidth = 358
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CreateNewFolderBtn: TSpeedButton
  19.     Left = 295
  20.     Top = 3
  21.     Width = 23
  22.     Height = 22
  23.     Hint = 'Create New Folder|Create a new folder here'
  24.     Glyph.Data = {
  25.       76010000424D7601000000000000760000002800000020000000100000000100
  26.       0400000000000001000000000000000000001000000000000000000000000000
  27.       80000080000000808000800000008000800080800000C0C0C000808080000000
  28.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  29.       3333333FFFFFFFFFFF3330000000000033333388888888888F3330BFBFBFBFB0
  30.       33333383333333338F3330FBFBFBFBF033333383333333338F3330BFBFBFBFB0
  31.       33333383333333338F3330FBFBFBFBF033033383333333338F3830BFBFBFBFB0
  32.       30333383333333338F8F30FBFBFBFBF0033333833333333388F3300000000003
  33.       3030338888888888338F330BFBF03303033333383333833838F3333000033030
  34.       30333333888833838F8F33333333033333033333333338F33338333333333330
  35.       33333333333333338F3333333333333333333333333333333333333333333330
  36.       33333333333333338F3333333333333333333333333333333333}
  37.     NumGlyphs = 2
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     OnClick = CreateBtnClick
  41.   end
  42.   object DeleteFolderBtn: TSpeedButton
  43.     Left = 325
  44.     Top = 3
  45.     Width = 23
  46.     Height = 22
  47.     Hint = 'Delete|Deletes the selected item(s).'
  48.     Glyph.Data = {
  49.       F6000000424DF600000000000000760000002800000010000000100000000100
  50.       0400000000008000000000000000000000001000000010000000000000000000
  51.       80000080000000808000800000008000800080800000C0C0C000808080000000
  52.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  53.       DDDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDD0DDD000DDDDDDDDDDDDD0000DDDDDD
  54.       D0DDDDD000DDDDDD0DDDDDDD000DDDD00DDDDDDDD000DD00DDDDDDDDDD00000D
  55.       DDDDDDDDDDD000DDDDDDDDDDDD00000DDDDDDDDDD000DD00DDDDDDD0000DDDD0
  56.       0DDDDD0000DDDDDD00DDDD000DDDDDDDDD0DDDDDDDDDDDDDDDDD}
  57.     ParentShowHint = False
  58.     ShowHint = True
  59.     Spacing = 0
  60.     OnClick = DeleteBtnClick
  61.   end
  62.   object StatusTxt: TPTFrame
  63.     Left = 8
  64.     Top = 8
  65.     Width = 281
  66.     Height = 17
  67.     Alignment = taLeftJustify
  68.     FrameSpace = 0
  69.     FrameStyle = ptfsNone
  70.     Caption = 'StatusTxt'
  71.   end
  72.   object PTShellTree1: TPTShellTree
  73.     Left = 8
  74.     Top = 28
  75.     Width = 341
  76.     Height = 245
  77.     Options = [ptstoAutoFill, ptstoVirtualFolders, ptstoDesignInteractive, ptstoContextMenus, ptstoDynamicRefresh]
  78.     ShowRoot = False
  79.     DragMode = dmAutomatic
  80.     HideSelection = False
  81.     Indent = 19
  82.     OnChange = PTShellTree1Change
  83.     ParentColor = False
  84.     TabOrder = 0
  85.   end
  86.   object ButtonPanel: TPanel
  87.     Left = 0
  88.     Top = 278
  89.     Width = 358
  90.     Height = 35
  91.     Align = alBottom
  92.     BevelOuter = bvNone
  93.     ParentColor = True
  94.     TabOrder = 1
  95.     object OkBtn: TButton
  96.       Left = 12
  97.       Top = 6
  98.       Width = 75
  99.       Height = 23
  100.       Caption = 'OK'
  101.       Default = True
  102.       ModalResult = 1
  103.       TabOrder = 0
  104.     end
  105.     object CancelBtn: TButton
  106.       Left = 92
  107.       Top = 6
  108.       Width = 75
  109.       Height = 23
  110.       Cancel = True
  111.       Caption = 'Cancel'
  112.       ModalResult = 2
  113.       TabOrder = 1
  114.     end
  115.     object CreateBtn: TButton
  116.       Left = 186
  117.       Top = 6
  118.       Width = 75
  119.       Height = 23
  120.       Cancel = True
  121.       Caption = '&Create...'
  122.       TabOrder = 2
  123.       OnClick = CreateBtnClick
  124.     end
  125.     object DeleteBtn: TButton
  126.       Left = 266
  127.       Top = 6
  128.       Width = 75
  129.       Height = 23
  130.       Cancel = True
  131.       Caption = '&Delete...'
  132.       TabOrder = 3
  133.       OnClick = DeleteBtnClick
  134.     end
  135.   end
  136. end
  137.