📄 unit20.~dfm
字号:
object Form20: TForm20
Left = 313
Top = 219
Width = 802
Height = 500
Caption = 'Form20'
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 Label1: TLabel
Left = 48
Top = 32
Width = 36
Height = 13
Caption = #38376#29260#21495
end
object Label2: TLabel
Left = 192
Top = 32
Width = 24
Height = 13
Caption = #22995#21517
end
object Label3: TLabel
Left = 336
Top = 32
Width = 24
Height = 13
Caption = #30005#35805
end
object Label4: TLabel
Left = 504
Top = 32
Width = 24
Height = 13
Caption = #22320#22336
end
object Label5: TLabel
Left = 48
Top = 72
Width = 24
Height = 13
Caption = #20135#26435
end
object Label6: TLabel
Left = 192
Top = 72
Width = 24
Height = 13
Caption = #26085#26399
end
object Label7: TLabel
Left = 336
Top = 72
Width = 24
Height = 13
Caption = #20313#39069
end
object Label8: TLabel
Left = 504
Top = 72
Width = 48
Height = 13
Caption = #20837#20303#26102#38388
end
object Label9: TLabel
Left = 48
Top = 104
Width = 48
Height = 13
Caption = #20303#25151#38754#31215
end
object Label10: TLabel
Left = 192
Top = 104
Width = 36
Height = 13
Caption = #36523#20221#35777
end
object DBGrid1: TDBGrid
Left = 24
Top = 136
Width = 713
Height = 241
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Visible = True
end
item
Expanded = False
FieldName = #38376#29260#21495
Width = 60
Visible = True
end
item
Expanded = False
FieldName = #22995#21517
Width = 53
Visible = True
end
item
Expanded = False
FieldName = #30005#35805
Width = 64
Visible = True
end
item
Expanded = False
FieldName = #22320#22336
Width = 74
Visible = True
end
item
Expanded = False
FieldName = #20135#26435
Width = 57
Visible = True
end
item
Expanded = False
FieldName = #26085#26399
Width = 65
Visible = True
end
item
Expanded = False
FieldName = #24080#25143#20313#39069
Width = 75
Visible = True
end
item
Expanded = False
FieldName = #20837#20303#26102#38388
Width = 73
Visible = True
end
item
Expanded = False
FieldName = #20303#25151#38754#31215
Width = 70
Visible = True
end
item
Expanded = False
FieldName = #36523#20221#35777#21495#30721
Width = 152
Visible = True
end>
end
object Button1: TButton
Left = 96
Top = 400
Width = 75
Height = 25
Action = DataSetInsert1
Caption = #28155#21152
TabOrder = 1
end
object Button2: TButton
Left = 248
Top = 400
Width = 75
Height = 25
Action = DataSetPost1
Caption = #20445#23384
TabOrder = 2
end
object Button3: TButton
Left = 392
Top = 400
Width = 75
Height = 25
Action = DataSetDelete1
Caption = #21024#38500
TabOrder = 3
end
object Button4: TButton
Left = 552
Top = 400
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 4
OnClick = Button4Click
end
object DBEdit1: TDBEdit
Left = 88
Top = 24
Width = 97
Height = 21
DataField = #38376#29260#21495
DataSource = DataSource1
TabOrder = 5
end
object DBEdit2: TDBEdit
Left = 240
Top = 24
Width = 89
Height = 21
DataField = #22995#21517
DataSource = DataSource1
TabOrder = 6
end
object DBEdit3: TDBEdit
Left = 376
Top = 24
Width = 105
Height = 21
DataField = #30005#35805
DataSource = DataSource1
TabOrder = 7
end
object DBEdit4: TDBEdit
Left = 552
Top = 24
Width = 97
Height = 21
DataField = #22320#22336
DataSource = DataSource1
TabOrder = 8
end
object DBEdit5: TDBEdit
Left = 88
Top = 64
Width = 97
Height = 21
DataField = #20135#26435
DataSource = DataSource1
TabOrder = 9
end
object DBEdit6: TDBEdit
Left = 240
Top = 64
Width = 89
Height = 21
DataField = #26085#26399
DataSource = DataSource1
TabOrder = 10
end
object DBEdit7: TDBEdit
Left = 376
Top = 64
Width = 105
Height = 21
DataField = #24080#25143#20313#39069
DataSource = DataSource1
TabOrder = 11
end
object DBEdit8: TDBEdit
Left = 552
Top = 72
Width = 97
Height = 21
DataField = #20837#20303#26102#38388
DataSource = DataSource1
TabOrder = 12
end
object DBEdit9: TDBEdit
Left = 88
Top = 96
Width = 97
Height = 21
DataField = #20303#25151#38754#31215
DataSource = DataSource1
TabOrder = 13
end
object DBEdit10: TDBEdit
Left = 240
Top = 96
Width = 121
Height = 21
DataField = #36523#20221#35777#21495#30721
DataSource = DataSource1
TabOrder = 14
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Software\002\002' +
'.mdb;Persist Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from '#19994#20027#36164#26009)
Left = 744
Top = 96
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 744
Top = 144
end
object ActionList1: TActionList
Left = 744
Top = 192
object Action1: TAction
Caption = 'Action1'
end
object DataSetInsert1: TDataSetInsert
Category = 'Dataset'
Caption = 'DataSetInsert1'
end
object DataSetDelete1: TDataSetDelete
Category = 'Dataset'
Caption = 'DataSetDelete1'
end
object DataSetPost1: TDataSetPost
Category = 'Dataset'
Caption = 'DataSetPost1'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -