unit2.dfm
来自「《C++Builder数据库程序设计》配书光盘 1.光盘内容 Read」· DFM 代码 · 共 63 行
DFM
63 行
object Form1: TForm1
Left = 250
Top = 150
Width = 447
Height = 240
Caption = 'photo.bpr'
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 DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 297
Height = 161
DataSource = 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 = 96
Top = 176
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object DBImage1: TDBImage
Left = 312
Top = 8
Width = 121
Height = 153
DataField = '相片'
DataSource = DataSource1
Stretch = True
TabOrder = 2
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 304
Top = 136
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=EXP.mdb;Persist Sec' +
'urity Info=False'
CursorType = ctStatic
TableName = '员工资料'
Left = 256
Top = 136
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?