📄 mulu.dfm
字号:
object MuLuForm: TMuLuForm
Left = 530
Top = 171
BorderIcons = []
BorderStyle = bsSingle
Caption = '目录'
ClientHeight = 150
ClientWidth = 256
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 129
Width = 306
Height = 16
AutoSize = False
Caption = 'E:\泰达原程序'
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 256
Height = 150
Shape = bsFrame
end
object Label2: TLabel
Left = 152
Top = 4
Width = 39
Height = 16
Caption = '路径:'
end
object Button1: TButton
Left = 160
Top = 60
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 100
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = Button2Click
end
object DriveComboBox1: TDriveComboBox
Left = 148
Top = 20
Width = 105
Height = 22
DirList = DirectoryListBox1
TabOrder = 2
end
object DirectoryListBox1: TDirectoryListBox
Left = 2
Top = 4
Width = 145
Height = 121
DirLabel = Label1
ItemHeight = 16
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -