📄 unit8.dfm
字号:
object Form8: TForm8
Left = 607
Top = 198
Width = 600
Height = 500
Caption = #20572#36710#22330#36710#20301#36164#26009#32534#36753
Color = clBtnFace
Constraints.MaxHeight = 500
Constraints.MaxWidth = 600
Constraints.MinHeight = 500
Constraints.MinWidth = 600
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 592
Height = 193
Align = alTop
Enabled = False
TabOrder = 0
object Label1: TLabel
Left = 48
Top = 32
Width = 52
Height = 13
Caption = #36710#20301#32534#21495
FocusControl = DBEdit1
end
object Label3: TLabel
Left = 48
Top = 72
Width = 26
Height = 13
Caption = #22791#27880
end
object Label4: TLabel
Left = 296
Top = 40
Width = 26
Height = 13
Caption = #29366#24577
FocusControl = DBEdit2
end
object DBEdit1: TDBEdit
Left = 136
Top = 32
Width = 134
Height = 21
DataField = #36710#20301#32534#21495
DataSource = DataSource1
Enabled = False
TabOrder = 0
end
object DBMemo1: TDBMemo
Left = 48
Top = 96
Width = 513
Height = 89
DataField = #22791#27880
DataSource = DataSource1
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 336
Top = 32
Width = 100
Height = 21
DataField = #29366#24577
DataSource = DataSource1
TabOrder = 2
end
end
object Panel3: TPanel
Left = 0
Top = 384
Width = 592
Height = 87
Align = alBottom
TabOrder = 1
object Button1: TButton
Left = 29
Top = 24
Width = 74
Height = 35
Caption = #28155#21152'(&A)'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 121
Top = 24
Width = 74
Height = 35
Caption = #20462#25913'(&E)'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 214
Top = 24
Width = 74
Height = 35
Caption = #20445#23384'(&P)'
Enabled = False
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 307
Top = 24
Width = 74
Height = 35
Caption = #21024#38500'(&D)'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 400
Top = 24
Width = 74
Height = 35
Caption = #21462#28040
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 493
Top = 24
Width = 74
Height = 35
Caption = #36864#20986
TabOrder = 5
OnClick = Button6Click
end
end
object Panel2: TPanel
Left = 0
Top = 193
Width = 592
Height = 191
Align = alClient
TabOrder = 2
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 590
Height = 189
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = #23435#20307
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = #36710#20301#32534#21495
Width = 80
Visible = True
end
item
Expanded = False
FieldName = #29366#24577
Width = 80
Visible = True
end
item
Expanded = False
FieldName = #22791#27880
Width = 80
Visible = True
end>
end
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=XQ.mdb;Persist Secu' +
'rity Info=False'
CursorType = ctStatic
TableName = #20572#36710#22330#36164#26009#34920
Left = 400
Top = 16
object ADOTable1DSDesigner: TAutoIncField
FieldName = #36710#20301#32534#21495
ReadOnly = True
end
object ADOTable1DSDesigner2: TWideStringField
FieldName = #29366#24577
Size = 40
end
object ADOTable1DSDesigner3: TWideStringField
FieldName = #22791#27880
Size = 50
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 448
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -