unitfrmsplit.dfm
来自「DELPHI7编程百例 DELPHI7编程百例 DELPHI7编程百例」· DFM 代码 · 共 44 行
DFM
44 行
object frmSplit: TfrmSplit
Left = 192
Top = 107
Width = 380
Height = 271
Caption = #20998#38548#26465#30340#20351#29992
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object pnlClient: TPanel
Left = 0
Top = 0
Width = 372
Height = 244
Align = alClient
TabOrder = 0
object Splitter1: TSplitter
Left = 153
Top = 1
Width = 14
Height = 242
Cursor = crHSplit
Beveled = True
MinSize = 40
ResizeStyle = rsUpdate
OnCanResize = Splitter1CanResize
end
object pnlLeft: TPanel
Left = 1
Top = 1
Width = 152
Height = 242
Align = alLeft
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?