home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMBROWSE / TFRMBROWSE.txt
Text File  |  1998-04-08  |  5KB  |  238 lines

  1. object frmBrowse: TfrmBrowse
  2.   Left = 493
  3.   Top = 247
  4.   HelpContext = 230
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Search Network'
  8.   ClientHeight = 377
  9.   ClientWidth = 317
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poDefaultPosOnly
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 83
  25.     Height = 14
  26.     Caption = 'Network Browse'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 136
  31.     Width = 82
  32.     Height = 14
  33.     Caption = 'Computer Names'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 228
  37.     Top = 272
  38.     Width = 79
  39.     Height = 14
  40.     Caption = 'computers from '
  41.   end
  42.   object Label4: TLabel
  43.     Left = 240
  44.     Top = 288
  45.     Width = 55
  46.     Height = 14
  47.     Caption = 'the domain:'
  48.   end
  49.   object btnFind: TButton
  50.     Left = 224
  51.     Top = 152
  52.     Width = 85
  53.     Height = 25
  54.     Caption = 'Find &Computers'
  55.     Default = True
  56.     TabOrder = 2
  57.     OnClick = btnFindClick
  58.   end
  59.   object rgScope: TRadioGroup
  60.     Left = 8
  61.     Top = 28
  62.     Width = 105
  63.     Height = 73
  64.     Caption = 'Scope'
  65.     ItemIndex = 1
  66.     Items.Strings = (
  67.       'Connected'
  68.       'Global'
  69.       'Remembered')
  70.     TabOrder = 6
  71.     TabStop = True
  72.     Visible = False
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 232
  76.     Top = 28
  77.     Width = 113
  78.     Height = 73
  79.     Caption = 'Resource Usage'
  80.     TabOrder = 4
  81.     Visible = False
  82.     object cbUsageAll: TCheckBox
  83.       Left = 8
  84.       Top = 16
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'All'
  88.       TabOrder = 0
  89.     end
  90.     object cbUsageConnectable: TCheckBox
  91.       Left = 8
  92.       Top = 32
  93.       Width = 97
  94.       Height = 17
  95.       Caption = 'Connectable'
  96.       TabOrder = 1
  97.     end
  98.     object cbUsageContainer: TCheckBox
  99.       Left = 4
  100.       Top = 48
  101.       Width = 97
  102.       Height = 17
  103.       Caption = 'Container'
  104.       State = cbChecked
  105.       TabOrder = 2
  106.     end
  107.   end
  108.   object GroupBox2: TGroupBox
  109.     Left = 128
  110.     Top = 28
  111.     Width = 97
  112.     Height = 73
  113.     Caption = 'Resource Type'
  114.     TabOrder = 5
  115.     Visible = False
  116.     object cbTypeAny: TCheckBox
  117.       Left = 8
  118.       Top = 16
  119.       Width = 80
  120.       Height = 17
  121.       Caption = 'Any'
  122.       TabOrder = 0
  123.     end
  124.     object cbTypeDisk: TCheckBox
  125.       Left = 8
  126.       Top = 32
  127.       Width = 80
  128.       Height = 17
  129.       Caption = 'Disk'
  130.       State = cbChecked
  131.       TabOrder = 1
  132.     end
  133.     object cbTypePrint: TCheckBox
  134.       Left = 8
  135.       Top = 48
  136.       Width = 80
  137.       Height = 17
  138.       Caption = 'Print'
  139.       TabOrder = 2
  140.     end
  141.   end
  142.   object NetTree: TTreeView
  143.     Left = 8
  144.     Top = 24
  145.     Width = 301
  146.     Height = 105
  147.     Indent = 19
  148.     TabOrder = 0
  149.   end
  150.   object chkList1: TCheckListBox
  151.     Left = 8
  152.     Top = 152
  153.     Width = 209
  154.     Height = 201
  155.     OnClickCheck = chkList1ClickCheck
  156.     ItemHeight = 14
  157.     PopupMenu = PopupMenu1
  158.     TabOrder = 1
  159.   end
  160.   object BtnAddSelected: TButton
  161.     Left = 224
  162.     Top = 184
  163.     Width = 85
  164.     Height = 25
  165.     Caption = 'Add &Selected'
  166.     Enabled = False
  167.     TabOrder = 3
  168.     OnClick = BtnAddSelectedClick
  169.   end
  170.   object btnStop: TButton
  171.     Left = 224
  172.     Top = 216
  173.     Width = 85
  174.     Height = 25
  175.     Caption = '&Stop'
  176.     TabOrder = 7
  177.     Visible = False
  178.     OnClick = btnStopClick
  179.   end
  180.   object SB1: TStatusBar
  181.     Left = 0
  182.     Top = 358
  183.     Width = 317
  184.     Height = 19
  185.     Panels = <
  186.       item
  187.         Text = 'Count:'
  188.         Width = 100
  189.       end
  190.       item
  191.         Text = 'Selected:'
  192.         Width = 50
  193.       end>
  194.     SimplePanel = False
  195.     SizeGrip = False
  196.   end
  197.   object chkOnly: TCheckBox
  198.     Left = 228
  199.     Top = 256
  200.     Width = 77
  201.     Height = 17
  202.     Caption = 'Show only'
  203.     TabOrder = 9
  204.     OnClick = chkOnlyClick
  205.   end
  206.   object edDomain: TEdit
  207.     Left = 228
  208.     Top = 308
  209.     Width = 77
  210.     Height = 22
  211.     Enabled = False
  212.     TabOrder = 10
  213.   end
  214.   object PopupMenu1: TPopupMenu
  215.     Left = 284
  216.     Top = 336
  217.     object SelectAll1: TMenuItem
  218.       Caption = 'Select All'
  219.       OnClick = SelectAll1Click
  220.     end
  221.     object SelectNone1: TMenuItem
  222.       Caption = 'Select None'
  223.       OnClick = SelectNone1Click
  224.     end
  225.     object N1: TMenuItem
  226.       Caption = '-'
  227.     end
  228.     object GroupSelect1: TMenuItem
  229.       Caption = 'Group Select'
  230.       OnClick = GroupSelect1Click
  231.     end
  232.     object GroupDeselect1: TMenuItem
  233.       Caption = 'Group Deselect'
  234.       OnClick = GroupDeselect1Click
  235.     end
  236.   end
  237. end
  238.