countpas.dfm
来自「DELPHI 编写个人工作计划事务管理软件」· DFM 代码 · 共 46 行
DFM
46 行
object ShowForm: TShowForm
Left = 200
Top = 134
Width = 544
Height = 375
Caption = 'ShowForm'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 536
Height = 348
Align = alClient
Ctl3D = False
DataSource = DataSource
FixedColor = clMoneyGreen
ParentCtl3D = False
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
end
object DataSource: TDataSource
DataSet = SADOQuery
Left = 136
Top = 232
end
object SADOQuery: TADOQuery
Parameters = <>
Left = 168
Top = 232
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?