📄 unit1.dfm
字号:
object Form1: TForm1
Left = 365
Top = 219
Width = 543
Height = 255
Caption = #23545#25968#25454#30340#22522#26412#25805#20316
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 535
Height = 169
Align = alTop
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 0
Top = 169
Width = 535
Height = 59
Align = alClient
BevelInner = bvLowered
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
object B_add: TButton
Left = 248
Top = 16
Width = 57
Height = 25
Caption = 'New'
TabOrder = 0
OnClick = B_addClick
end
object B_edit: TButton
Left = 304
Top = 16
Width = 57
Height = 25
Caption = 'Edit'
TabOrder = 1
OnClick = B_editClick
end
object B_del: TButton
Left = 360
Top = 16
Width = 57
Height = 25
Caption = 'Delete'
TabOrder = 2
OnClick = B_delClick
end
object B_index: TButton
Left = 432
Top = 16
Width = 89
Height = 25
Caption = 'Change Index'
TabOrder = 3
OnClick = B_indexClick
end
object B_next: TButton
Left = 8
Top = 16
Width = 57
Height = 25
Caption = 'Next'
TabOrder = 4
OnClick = B_nextClick
end
object B_prior: TButton
Left = 64
Top = 16
Width = 57
Height = 25
Caption = 'Prior'
TabOrder = 5
OnClick = B_priorClick
end
object B_First: TButton
Left = 120
Top = 16
Width = 57
Height = 25
Caption = 'First'
TabOrder = 6
OnClick = B_FirstClick
end
object B_last: TButton
Left = 176
Top = 16
Width = 57
Height = 25
Caption = 'Last'
TabOrder = 7
OnClick = B_lastClick
end
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'employee.db'
Left = 144
Top = 96
end
object DataSource1: TDataSource
DataSet = Table1
Left = 192
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -