bmwh.dfm
来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 78 行
DFM
78 行
object BMWHFrm: TBMWHFrm
Left = 210
Top = 229
Width = 438
Height = 234
Caption = #37096#38376#32500#25252
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 32
Width = 60
Height = 13
Caption = #33647#21697#31867#21035' '
end
object DBNavigator1: TDBNavigator
Left = 208
Top = 24
Width = 216
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 16
Top = 64
Width = 409
Height = 89
DataSource = DataSource1
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBEdit1: TDBEdit
Left = 80
Top = 24
Width = 121
Height = 21
DataField = 'BMMC'
DataSource = DataSource1
TabOrder = 2
end
object Button1: TButton
Left = 176
Top = 168
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 3
OnClick = Button1Click
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 16
end
object ADOTable1: TADOTable
Active = True
Connection = LoginFrm.ADOConnection1
CursorType = ctStatic
TableName = 'BMXX'
Left = 48
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?