time_caizepeng042_04.dfm
来自「这个是我的数据库的课程设计:超市商品数据管理系统的设计,,采用面向C/S模式的通」· DFM 代码 · 共 66 行
DFM
66 行
object Form10: TForm10
Left = 187
Top = 130
Width = 411
Height = 541
Caption = #26102#38388#35760#24405
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 = 48
Top = 24
Width = 330
Height = 37
Caption = #31995#32479#30331#38470#36864#20986#26597#35810' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object GroupBox1: TGroupBox
Left = 24
Top = 80
Width = 353
Height = 417
Caption = #26597#35810#20449#24687
TabOrder = 0
object DBGrid1: TDBGrid
Left = 8
Top = 24
Width = 321
Height = 385
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object ADOQuery1: TADOQuery
Active = True
Connection = Form1.ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from time_caizepeng042_04')
Left = 24
Top = 16
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 80
Top = 24
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?