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
Wrap
Text File
|
1998-04-08
|
5KB
|
238 lines
object frmBrowse: TfrmBrowse
Left = 493
Top = 247
HelpContext = 230
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Search Network'
ClientHeight = 377
ClientWidth = 317
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poDefaultPosOnly
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 8
Top = 8
Width = 83
Height = 14
Caption = 'Network Browse'
end
object Label2: TLabel
Left = 8
Top = 136
Width = 82
Height = 14
Caption = 'Computer Names'
end
object Label3: TLabel
Left = 228
Top = 272
Width = 79
Height = 14
Caption = 'computers from '
end
object Label4: TLabel
Left = 240
Top = 288
Width = 55
Height = 14
Caption = 'the domain:'
end
object btnFind: TButton
Left = 224
Top = 152
Width = 85
Height = 25
Caption = 'Find &Computers'
Default = True
TabOrder = 2
OnClick = btnFindClick
end
object rgScope: TRadioGroup
Left = 8
Top = 28
Width = 105
Height = 73
Caption = 'Scope'
ItemIndex = 1
Items.Strings = (
'Connected'
'Global'
'Remembered')
TabOrder = 6
TabStop = True
Visible = False
end
object GroupBox1: TGroupBox
Left = 232
Top = 28
Width = 113
Height = 73
Caption = 'Resource Usage'
TabOrder = 4
Visible = False
object cbUsageAll: TCheckBox
Left = 8
Top = 16
Width = 97
Height = 17
Caption = 'All'
TabOrder = 0
end
object cbUsageConnectable: TCheckBox
Left = 8
Top = 32
Width = 97
Height = 17
Caption = 'Connectable'
TabOrder = 1
end
object cbUsageContainer: TCheckBox
Left = 4
Top = 48
Width = 97
Height = 17
Caption = 'Container'
State = cbChecked
TabOrder = 2
end
end
object GroupBox2: TGroupBox
Left = 128
Top = 28
Width = 97
Height = 73
Caption = 'Resource Type'
TabOrder = 5
Visible = False
object cbTypeAny: TCheckBox
Left = 8
Top = 16
Width = 80
Height = 17
Caption = 'Any'
TabOrder = 0
end
object cbTypeDisk: TCheckBox
Left = 8
Top = 32
Width = 80
Height = 17
Caption = 'Disk'
State = cbChecked
TabOrder = 1
end
object cbTypePrint: TCheckBox
Left = 8
Top = 48
Width = 80
Height = 17
Caption = 'Print'
TabOrder = 2
end
end
object NetTree: TTreeView
Left = 8
Top = 24
Width = 301
Height = 105
Indent = 19
TabOrder = 0
end
object chkList1: TCheckListBox
Left = 8
Top = 152
Width = 209
Height = 201
OnClickCheck = chkList1ClickCheck
ItemHeight = 14
PopupMenu = PopupMenu1
TabOrder = 1
end
object BtnAddSelected: TButton
Left = 224
Top = 184
Width = 85
Height = 25
Caption = 'Add &Selected'
Enabled = False
TabOrder = 3
OnClick = BtnAddSelectedClick
end
object btnStop: TButton
Left = 224
Top = 216
Width = 85
Height = 25
Caption = '&Stop'
TabOrder = 7
Visible = False
OnClick = btnStopClick
end
object SB1: TStatusBar
Left = 0
Top = 358
Width = 317
Height = 19
Panels = <
item
Text = 'Count:'
Width = 100
end
item
Text = 'Selected:'
Width = 50
end>
SimplePanel = False
SizeGrip = False
end
object chkOnly: TCheckBox
Left = 228
Top = 256
Width = 77
Height = 17
Caption = 'Show only'
TabOrder = 9
OnClick = chkOnlyClick
end
object edDomain: TEdit
Left = 228
Top = 308
Width = 77
Height = 22
Enabled = False
TabOrder = 10
end
object PopupMenu1: TPopupMenu
Left = 284
Top = 336
object SelectAll1: TMenuItem
Caption = 'Select All'
OnClick = SelectAll1Click
end
object SelectNone1: TMenuItem
Caption = 'Select None'
OnClick = SelectNone1Click
end
object N1: TMenuItem
Caption = '-'
end
object GroupSelect1: TMenuItem
Caption = 'Group Select'
OnClick = GroupSelect1Click
end
object GroupDeselect1: TMenuItem
Caption = 'Group Deselect'
OnClick = GroupDeselect1Click
end
end
end