unit1.dfm
来自「对数据模板窗体的制作与应用说明。by the DbNavigation Data」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 192
Top = 107
Width = 447
Height = 249
Caption = #24212#29992#28436#31034#24037#31243
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 Label1: TLabel
Left = 73
Top = 8
Width = 301
Height = 25
Caption = #25968#25454#27169#26495#31383#20307#21019#24314#28436#31034#24037#31243
Font.Charset = GB2312_CHARSET
Font.Color = clFuchsia
Font.Height = -24
Font.Name = #21326#25991#34892#26999
Font.Style = [fsBold]
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 16
Top = 48
Width = 393
Height = 124
DataSource = DataModule2.DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 97
Top = 184
Width = 240
Height = 25
DataSource = DataModule2.DataSource1
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?