afxclientdemoimpl1.dfm
来自「就是这本书的随书代码。包括《实战Delphi 5.x-分布式多层应用系统篇》」· DFM 代码 · 共 76 行
DFM
76 行
object AFXClientDemo: TAFXClientDemo
Left = 76
Top = 136
Width = 671
Height = 384
Caption = 'AFXClientDemo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object DBCtrlGrid1: TDBCtrlGrid
Left = 0
Top = 41
Width = 663
Height = 311
Align = alClient
ColCount = 1
DataSource = DataSource1
PanelHeight = 62
PanelWidth = 640
TabOrder = 0
RowCount = 5
SelectedColor = clTeal
object Label1: TLabel
Left = 9
Top = 9
Width = 39
Height = 16
Caption = 'NAME'
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 6
Top = 37
Width = 66
Height = 16
Caption = 'ADDRESS'
FocusControl = DBEdit2
end
object Label3: TLabel
Left = 179
Top = 6
Width = 48
Height = 16
Caption = 'PHONE'
FocusControl = DBEdit3
end
object Label4: TLabel
Left = 355
Top = 8
Width = 13
Height = 16
Caption = 'ID'
FocusControl = DBEdit4
end
object Label5: TLabel
Left = 466
Top = 8
Width = 53
Height = 16
Caption = 'SALARY'
FocusControl = DBEdit5
end
object DBEdit1: TDBEdit
Left = 50
Top = 6
Width = 122
Height = 24
DataField = 'NAME'
DataSource = DataSource1
ImeName = '穝猔
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?