mainform.dfm
来自「C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部」· DFM 代码 · 共 123 行
DFM
123 行
object Form1: TForm1
Left = 192
Top = 107
Width = 413
Height = 303
BorderIcons = [biSystemMenu, biMinimize]
Caption = #22312#31243#24207#36816#34892#26102#25351#23450'SQL'#35821#21477
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 248
Width = 63
Height = 13
Caption = 'SQL'#35821#21477#65306' '
end
object DBGrid1: TDBGrid
Left = 0
Top = 24
Width = 401
Height = 193
DataSource = DataSource1
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Name'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Capital'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Continent'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Area'
Visible = True
end
item
Expanded = False
FieldName = 'Population'
Visible = True
end>
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 0
Width = 400
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 0
Top = 216
Width = 134
Height = 25
Caption = 'SQL'#35821#21477#35843#29992#26041#24335#19968
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 132
Top = 216
Width = 134
Height = 25
Caption = 'SQL'#35821#21477#35843#29992#26041#24335#20108
TabOrder = 3
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 266
Top = 216
Width = 134
Height = 25
Caption = 'SQL'#35821#21477#35843#29992#26041#24335#19977
TabOrder = 4
OnClick = BitBtn3Click
end
object Memo1: TMemo
Left = 56
Top = 240
Width = 345
Height = 25
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
Lines.Strings = (
'Memo1')
TabOrder = 5
end
object DataSource1: TDataSource
DataSet = Query1
Left = 64
Top = 8
end
object Query1: TQuery
Left = 24
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?