home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / WPChanger / WPChangerSetup.exe / WPChanger.exe / 0 / RCDATA / TFRMBROWSE1 / TFRMBROWSE1.txt
Text File  |  2004-10-04  |  4KB  |  182 lines

  1. object frmBrowse1: TfrmBrowse1
  2.   Left = 500
  3.   Top = 245
  4.   Width = 250
  5.   Height = 341
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Browse for a folder'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 300
  11.   Constraints.MinWidth = 250
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poMainFormCenter
  20.   OnClose = FormClose
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object bvBottom1: TBevel
  26.     Left = 0
  27.     Top = 303
  28.     Width = 242
  29.     Height = 4
  30.     Align = alBottom
  31.     Shape = bsSpacer
  32.   end
  33.   object bvLeft1: TBevel
  34.     Left = 0
  35.     Top = 4
  36.     Width = 4
  37.     Height = 299
  38.     Align = alLeft
  39.     Shape = bsSpacer
  40.   end
  41.   object bvRight1: TBevel
  42.     Left = 238
  43.     Top = 4
  44.     Width = 4
  45.     Height = 299
  46.     Align = alRight
  47.     Shape = bsSpacer
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 242
  53.     Height = 4
  54.     Align = alTop
  55.     Shape = bsSpacer
  56.   end
  57.   object pnlBack1: TPanel
  58.     Left = 4
  59.     Top = 4
  60.     Width = 234
  61.     Height = 299
  62.     Align = alClient
  63.     BevelOuter = bvNone
  64.     TabOrder = 0
  65.     object pnlLeftMiddle1: TPanel
  66.       Left = 0
  67.       Top = 0
  68.       Width = 234
  69.       Height = 299
  70.       Align = alClient
  71.       BevelOuter = bvNone
  72.       TabOrder = 0
  73.       object shlTree1: TShellTreeView
  74.         Left = 0
  75.         Top = 0
  76.         Width = 234
  77.         Height = 253
  78.         ObjectTypes = [otFolders, otHidden]
  79.         Root = 'rfDesktop'
  80.         UseShellImages = True
  81.         Align = alClient
  82.         AutoRefresh = False
  83.         HideSelection = False
  84.         Indent = 19
  85.         ParentColor = False
  86.         RightClickSelect = True
  87.         ShowRoot = False
  88.         TabOrder = 0
  89.         OnChange = shlTree1Change
  90.         OnExpanding = shlTree1Expanding
  91.         OnCollapsing = shlTree1Collapsing
  92.         OnCollapsed = shlTree1Collapsed
  93.         OnExpanded = shlTree1Expanded
  94.         OnEditing = shlTree1Editing
  95.       end
  96.       object pnlBottom1: TPanel
  97.         Left = 0
  98.         Top = 253
  99.         Width = 234
  100.         Height = 46
  101.         Align = alBottom
  102.         BevelOuter = bvNone
  103.         TabOrder = 1
  104.         DesignSize = (
  105.           234
  106.           46)
  107.         object lblPath1: TLabel
  108.           Left = 35
  109.           Top = 8
  110.           Width = 195
  111.           Height = 11
  112.           Anchors = [akLeft, akTop, akRight]
  113.           AutoSize = False
  114.           Caption = '---'
  115.           Font.Charset = ANSI_CHARSET
  116.           Font.Color = clWindowText
  117.           Font.Height = -9
  118.           Font.Name = 'Tahoma'
  119.           Font.Style = []
  120.           ParentFont = False
  121.         end
  122.         object Bevel2: TBevel
  123.           Left = 0
  124.           Top = 2
  125.           Width = 234
  126.           Height = 5
  127.           Align = alTop
  128.           Shape = bsTopLine
  129.         end
  130.         object Bevel3: TBevel
  131.           Left = 0
  132.           Top = 0
  133.           Width = 234
  134.           Height = 2
  135.           Align = alTop
  136.           Shape = bsSpacer
  137.         end
  138.         object Label1: TLabel
  139.           Left = 4
  140.           Top = 8
  141.           Width = 25
  142.           Height = 11
  143.           Anchors = [akLeft, akTop, akRight]
  144.           Caption = 'Path: '
  145.           Font.Charset = ANSI_CHARSET
  146.           Font.Color = clWindowText
  147.           Font.Height = -9
  148.           Font.Name = 'Tahoma'
  149.           Font.Style = []
  150.           ParentFont = False
  151.         end
  152.         object btnClose1: TButton
  153.           Left = 156
  154.           Top = 21
  155.           Width = 75
  156.           Height = 23
  157.           Anchors = [akRight, akBottom]
  158.           Caption = 'C&lose'
  159.           TabOrder = 0
  160.           OnClick = btnClose1Click
  161.         end
  162.         object btnAdd1: TButton
  163.           Left = 3
  164.           Top = 21
  165.           Width = 75
  166.           Height = 23
  167.           Anchors = [akLeft, akBottom]
  168.           Caption = '&Add'
  169.           Font.Charset = DEFAULT_CHARSET
  170.           Font.Color = clWindowText
  171.           Font.Height = -11
  172.           Font.Name = 'MS Sans Serif'
  173.           Font.Style = [fsBold]
  174.           ParentFont = False
  175.           TabOrder = 1
  176.           OnClick = btnAdd1Click
  177.         end
  178.       end
  179.     end
  180.   end
  181. end
  182.