📄 main.dfm
字号:
object MainForm: TMainForm
Left = 192
Top = 106
Width = 821
Height = 529
ActiveControl = CoolBar1
Caption = 'LAN Explorer 1.62'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 12
object Splitter2: TSplitter
Left = 265
Top = 26
Width = 3
Height = 438
Cursor = crHSplit
end
object CoolBar1: TCoolBar
Left = 0
Top = 0
Width = 813
Height = 26
AutoSize = True
Bands = <
item
Break = False
Control = ToolBar1
ImageIndex = -1
MinHeight = 22
Width = 632
end
item
Break = False
Control = ToolPanel
ImageIndex = -1
MinHeight = 22
Width = 175
end>
object ToolBar1: TToolBar
Left = 9
Top = 0
Width = 619
Height = 22
AutoSize = True
ButtonWidth = 75
Caption = 'ToolBar1'
EdgeBorders = []
EdgeInner = esNone
EdgeOuter = esNone
Flat = True
Images = ImageList1
List = True
ShowCaptions = True
TabOrder = 0
Transparent = True
Wrapable = False
object ToolBtnConfig: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = '搜索设置'
ImageIndex = 41
OnClick = ToolBtnConfigClick
end
object ToolButton1: TToolButton
Left = 79
Top = 0
Width = 8
Caption = 'ToolButton1'
ImageIndex = 101
Style = tbsSeparator
end
object ToolBtnHostIP: TToolButton
Left = 87
Top = 0
Caption = '地址查询'
ImageIndex = 109
OnClick = ToolBtnHostIPClick
end
object ToolBtnNbt: TToolButton
Left = 162
Top = 0
AutoSize = True
Caption = 'Nbtstat'
ImageIndex = 98
OnClick = ToolBtnNbtClick
end
object ToolBtnScanPort: TToolButton
Left = 235
Top = 0
AutoSize = True
Caption = '端口扫描'
ImageIndex = 101
OnClick = ToolBtnScanPortClick
end
object ToolBtnPing: TToolButton
Left = 314
Top = 0
AutoSize = True
Caption = 'Ping'
ImageIndex = 99
OnClick = ToolBtnPingClick
end
object ToolBtnSendMsg: TToolButton
Left = 369
Top = 0
Caption = '发送消息'
ImageIndex = 100
OnClick = ToolBtnSendMsgClick
end
object ToolButton2: TToolButton
Left = 444
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 107
Style = tbsSeparator
end
object ToolBtnBack: TToolButton
Left = 452
Top = 0
AutoSize = True
Caption = '后退'
Enabled = False
ImageIndex = 105
OnClick = ToolBtnBackClick
end
object ToolBtnNext: TToolButton
Left = 507
Top = 0
AutoSize = True
Caption = '前进'
Enabled = False
ImageIndex = 106
OnClick = ToolBtnNextClick
end
object ToolBtnUp: TToolButton
Left = 562
Top = 0
AutoSize = True
Caption = '向上'
Enabled = False
ImageIndex = 107
OnClick = ToolBtnUpClick
end
end
object ToolPanel: TPanel
Left = 643
Top = 0
Width = 162
Height = 22
BevelOuter = bvNone
TabOrder = 1
object IconCheckBox: TCheckBox
Left = 0
Top = 6
Width = 67
Height = 12
Caption = '系统图标'
TabOrder = 0
OnClick = IconCheckBoxClick
end
object MenuCheckBox: TCheckBox
Left = 67
Top = 6
Width = 72
Height = 12
Caption = '系统菜单'
TabOrder = 1
OnClick = MenuCheckBoxClick
end
end
end
object StatusBar: TStatusBar
Left = 0
Top = 464
Width = 813
Height = 19
Panels = <
item
Width = 150
end
item
Width = 150
end
item
Width = 350
end
item
Width = 180
end>
SimplePanel = False
end
object ClientPanel: TPanel
Left = 268
Top = 26
Width = 545
Height = 438
Align = alClient
BevelOuter = bvNone
Caption = 'ClientPanel'
TabOrder = 2
object Splitter1: TSplitter
Left = 0
Top = 317
Width = 545
Height = 3
Cursor = crVSplit
Align = alBottom
Color = clBtnFace
ParentColor = False
end
object CliePanel: TPanel
Left = 0
Top = 0
Width = 545
Height = 317
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
Caption = 'ClientPanel'
TabOrder = 0
object ClientPageCtrl: TPageControl
Left = 1
Top = 17
Width = 543
Height = 299
ActivePage = ShareTabSheet
Align = alClient
TabHeight = 16
TabOrder = 0
TabPosition = tpBottom
OnChange = ClientPageCtrlChange
object ShareTabSheet: TTabSheet
Caption = '第一级目录'
object BrowseListView: TListView
Left = 0
Top = 0
Width = 535
Height = 273
Align = alClient
Columns = <
item
Caption = '名称'
Width = 400
end
item
Caption = '大小'
Width = 100
end>
ColumnClick = False
DragMode = dmAutomatic
MultiSelect = True
ReadOnly = True
PopupMenu = pmListItem
SmallImages = ImageList1
TabOrder = 0
ViewStyle = vsSmallIcon
OnMouseDown = BrowseListViewMouseDown
end
end
end
object pnlHeader: TPanel
Left = 1
Top = 1
Width = 543
Height = 16
Align = alTop
Alignment = taLeftJustify
TabOrder = 1
OnDblClick = pnlHeaderDblClick
end
end
object BottomPanel: TPanel
Left = 0
Top = 320
Width = 545
Height = 118
Align = alBottom
BevelInner = bvLowered
BevelOuter = bvNone
Caption = 'BottomPanel'
DragKind = dkDock
TabOrder = 1
object BottomPageCtrl: TPageControl
Left = 1
Top = 1
Width = 543
Height = 116
ActivePage = FindTabSheet
Align = alClient
Images = ImageList1
TabHeight = 16
TabOrder = 0
TabPosition = tpBottom
object AllFileTabSheet: TTabSheet
Caption = '所有文件'
ImageIndex = 34
object Splitter3: TSplitter
Left = 255
Top = 0
Width = 3
Height = 90
Cursor = crHSplit
Align = alRight
end
object AllListBox: TListBox
Left = 0
Top = 0
Width = 255
Height = 90
Align = alClient
ItemHeight = 12
MultiSelect = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -