📄 syylbxunit.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 627
Height = 321
Align = alTop
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
end
object DBGrid2: TDBGrid
Left = 0
Top = 321
Width = 627
Height = 9
Align = alClient
DataSource = DataSource2
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
end
object Button1: TButton
Left = 552
Top = 192
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object Table1: TTable
Active = True
DatabaseName = 'c:\gz 2000'
TableName = 'Xxk.DBF'
Left = 48
Top = 40
end
object DataSource1: TDataSource
DataSet = Table1
Left = 96
Top = 40
end
object Table2: TTable
Active = True
DatabaseName = 'c:\gz 2000'
TableName = '2000养老失业.DBF'
Left = 200
Top = 48
end
object DataSource2: TDataSource
DataSet = Table2
Left = 240
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -