u_form1.~dfm
来自「很好地delphi书籍源码」· ~DFM 代码 · 共 68 行
~DFM
68 行
object Form1: TForm1
Left = 185
Top = 132
Width = 536
Height = 339
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 528
Height = 273
Align = alTop
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object PrintButton: TButton
Left = 208
Top = 280
Width = 75
Height = 25
Caption = #25191#34892
TabOrder = 1
OnClick = PrintButtonClick
end
object Table1: TTable
Active = True
DatabaseName = 'FootBall'
TableName = #29699#38431'.DB'
Left = 16
Top = 48
end
object DataSource1: TDataSource
DataSet = Table1
Left = 16
Top = 80
end
object RvSystem1: TRvSystem
TitleSetup = 'Output Options'
TitleStatus = 'Report Status'
TitlePreview = 'Report Preview'
SystemFiler.StatusFormat = 'Generating page %p'
SystemPreview.ZoomFactor = 100.000000000000000000
SystemPrinter.ScaleX = 100.000000000000000000
SystemPrinter.ScaleY = 100.000000000000000000
SystemPrinter.StatusFormat = 'Printing page %p'
SystemPrinter.Title = 'ReportPrinter Report'
SystemPrinter.UnitsFactor = 1.000000000000000000
OnPrint = RvSystem1Print
Left = 16
Top = 112
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?