📄 unit5.~dfm
字号:
object Form5: TForm5
Left = 207
Top = 120
Width = 542
Height = 411
Caption = 'Form5'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 216
Width = 24
Height = 13
Caption = #23398#21495
end
object Label2: TLabel
Left = 288
Top = 216
Width = 48
Height = 13
Caption = #25968#23398#25104#32489
end
object Label3: TLabel
Left = 8
Top = 272
Width = 48
Height = 13
Caption = #33521#35821#25104#32489
end
object Label4: TLabel
Left = 176
Top = 272
Width = 48
Height = 13
Caption = #24182#34892#25104#32489
end
object Label5: TLabel
Left = 368
Top = 280
Width = 48
Height = 13
Caption = #29289#29702#25104#32489
end
object DBGrid1: TDBGrid
Left = 72
Top = 48
Width = 369
Height = 145
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBEdit1: TDBEdit
Left = 80
Top = 216
Width = 81
Height = 21
DataField = #23398#21495
DataSource = DataSource1
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 360
Top = 216
Width = 81
Height = 21
DataField = #25968#23398#25104#32489
DataSource = DataSource1
TabOrder = 2
end
object DBEdit3: TDBEdit
Left = 72
Top = 272
Width = 81
Height = 21
DataField = #33521#35821#25104#32489
DataSource = DataSource1
TabOrder = 3
end
object DBEdit4: TDBEdit
Left = 240
Top = 272
Width = 81
Height = 21
DataField = #24182#34892#25104#32489
DataSource = DataSource1
TabOrder = 4
end
object DBEdit5: TDBEdit
Left = 432
Top = 272
Width = 73
Height = 21
DataField = #29289#29702#25104#32489
DataSource = DataSource1
TabOrder = 5
end
object Button1: TButton
Left = 8
Top = 328
Width = 57
Height = 25
Caption = #19978#19968#31508
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 328
Width = 57
Height = 25
Caption = #19979#19968#31508
TabOrder = 7
OnClick = Button2Click
end
object Button3: TButton
Left = 184
Top = 328
Width = 57
Height = 25
Caption = #22686#21152
TabOrder = 8
OnClick = Button3Click
end
object Button4: TButton
Left = 264
Top = 328
Width = 57
Height = 25
Caption = #21024#38500
TabOrder = 9
OnClick = Button4Click
end
object Button5: TButton
Left = 352
Top = 328
Width = 65
Height = 25
Caption = #20462#25913
TabOrder = 10
OnClick = Button5Click
end
object Button6: TButton
Left = 440
Top = 328
Width = 65
Height = 25
Caption = #36820#22238
TabOrder = 11
OnClick = Button6Click
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 136
Top = 8
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db2.mdb;Persist Sec' +
'urity Info=False'
CursorType = ctStatic
TableName = #34920'2'
Left = 88
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -