home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 37 / hot37.iso / FICHEROS / 9SEG / SALV98.ZIP / SALVAGE.EXE / 0 / RCDATA / TFBROWSEDIRECTORY / TFBROWSEDIRECTORY.txt < prev   
Text File  |  2005-06-14  |  4KB  |  154 lines

  1. object FBrowseDirectory: TFBrowseDirectory
  2.   Left = 478
  3.   Top = 316
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select from Directory'
  7.   ClientHeight = 341
  8.   ClientWidth = 313
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BCancel: TButton
  20.     Left = 230
  21.     Top = 310
  22.     Width = 75
  23.     Height = 23
  24.     Caption = '&Cancel'
  25.     TabOrder = 0
  26.     OnClick = BCancelClick
  27.   end
  28.   object BOK: TButton
  29.     Left = 150
  30.     Top = 310
  31.     Width = 75
  32.     Height = 23
  33.     Caption = '&OK'
  34.     TabOrder = 1
  35.     OnClick = BOKClick
  36.   end
  37.   object PMain: TExtPageControl
  38.     Left = 8
  39.     Top = 14
  40.     Width = 297
  41.     Height = 289
  42.     ActivePage = TNDS
  43.     TabHeight = 21
  44.     TabOrder = 2
  45.     TabWidth = 65
  46.     TabActiveColor = clBtnFace
  47.     TabActiveFont.Charset = DEFAULT_CHARSET
  48.     TabActiveFont.Color = clWindowText
  49.     TabActiveFont.Height = -11
  50.     TabActiveFont.Name = 'MS Sans Serif'
  51.     TabActiveFont.Style = []
  52.     TabInactiveColor = clBtnFace
  53.     TabInactiveFont.Charset = DEFAULT_CHARSET
  54.     TabInactiveFont.Color = clWindowText
  55.     TabInactiveFont.Height = -11
  56.     TabInactiveFont.Name = 'MS Sans Serif'
  57.     TabInactiveFont.Style = []
  58.     object TNDS: TTabSheet
  59.       Caption = 'NDS'
  60.       object Image1: TImage
  61.         Left = 8
  62.         Top = 8
  63.         Width = 41
  64.         Height = 33
  65.         Picture.Data = {<image000.ico>}
  66.       end
  67.       object LMsg: TLabel
  68.         Left = 49
  69.         Top = 18
  70.         Width = 175
  71.         Height = 13
  72.         Caption = 'Select a user from the NDS directory.'
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clWindowText
  75.         Font.Height = -11
  76.         Font.Name = 'MS Sans Serif'
  77.         Font.Pitch = fpVariable
  78.         Font.Style = []
  79.         ParentFont = False
  80.         WordWrap = True
  81.       end
  82.       object NDS1: TTreeView
  83.         Left = 16
  84.         Top = 48
  85.         Width = 257
  86.         Height = 193
  87.         ShowButtons = False
  88.         ShowRoot = False
  89.         ReadOnly = True
  90.         HideSelection = False
  91.         Indent = 19
  92.         OnChange = NDS1Change
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clWindowText
  95.         Font.Height = -11
  96.         Font.Name = 'MS Sans Serif'
  97.         Font.Pitch = fpVariable
  98.         Font.Style = []
  99.         TabOrder = 0
  100.         OnMouseDown = NDS1MouseDown
  101.         ParentFont = False
  102.         Images = FMain.Objects1
  103.       end
  104.     end
  105.     object TBindery: TTabSheet
  106.       Caption = 'Bindery'
  107.       object Image2: TImage
  108.         Left = 8
  109.         Top = 8
  110.         Width = 41
  111.         Height = 33
  112.         Picture.Data = {<image001.ico>}
  113.       end
  114.       object Label1: TLabel
  115.         Left = 49
  116.         Top = 18
  117.         Width = 187
  118.         Height = 13
  119.         Caption = 'Select a user from the Bindery directory.'
  120.         Font.Charset = DEFAULT_CHARSET
  121.         Font.Color = clWindowText
  122.         Font.Height = -11
  123.         Font.Name = 'MS Sans Serif'
  124.         Font.Pitch = fpVariable
  125.         Font.Style = []
  126.         ParentFont = False
  127.         WordWrap = True
  128.       end
  129.       object Bindery1: TTreeView
  130.         Left = 16
  131.         Top = 48
  132.         Width = 257
  133.         Height = 193
  134.         ShowButtons = False
  135.         ShowRoot = False
  136.         ReadOnly = True
  137.         HideSelection = False
  138.         Indent = 19
  139.         OnChange = Bindery1Change
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clWindowText
  142.         Font.Height = -11
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Pitch = fpVariable
  145.         Font.Style = []
  146.         TabOrder = 0
  147.         OnMouseDown = Bindery1MouseDown
  148.         ParentFont = False
  149.         Images = FMain.Objects1
  150.       end
  151.     end
  152.   end
  153. end
  154.