preview.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 104 行
DFM
104 行
object frmPreview: TfrmPreview
Left = 235
Top = 305
Width = 547
Height = 568
Caption = '财务报表 -- 预览'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object tb: TToolBar
Left = 0
Top = 0
Width = 539
Height = 29
Caption = 'tb'
TabOrder = 0
object BitBtn6: TBitBtn
Left = 0
Top = 2
Width = 75
Height = 22
Caption = '首页'
TabOrder = 5
OnClick = BitBtn6Click
NumGlyphs = 2
end
object BitBtn1: TBitBtn
Left = 75
Top = 2
Width = 75
Height = 22
Caption = '前一页'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 150
Top = 2
Width = 75
Height = 22
Caption = '后一页'
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn7: TBitBtn
Left = 225
Top = 2
Width = 75
Height = 22
Caption = '末页'
TabOrder = 6
OnClick = BitBtn7Click
end
object BitBtn3: TBitBtn
Left = 300
Top = 2
Width = 75
Height = 22
Caption = '缩小'
TabOrder = 2
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 375
Top = 2
Width = 75
Height = 22
Caption = '放大'
TabOrder = 3
OnClick = BitBtn4Click
end
object BitBtn5: TBitBtn
Left = 450
Top = 2
Width = 75
Height = 22
Caption = '打印'
ModalResult = 1
TabOrder = 4
end
end
object sb: TScrollBox
Left = 0
Top = 29
Width = 539
Height = 512
HorzScrollBar.Smooth = True
HorzScrollBar.Tracking = True
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Align = alClient
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?