📄 unit10.dfm
字号:
object Form10: TForm10
Left = 320
Top = 264
Width = 306
Height = 348
Caption = #28155#21152#33322#29677#20449#24687
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 Panel1: TPanel
Left = 16
Top = 16
Width = 265
Height = 249
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 24
Width = 63
Height = 14
Caption = ' '#33322#27425#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 56
Width = 70
Height = 14
Caption = #36215#39134#26102#38388#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 88
Width = 70
Height = 14
Caption = #21040#36798#26102#38388#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 120
Width = 70
Height = 14
Caption = ' '#20986#21457#22320#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 16
Top = 152
Width = 70
Height = 14
Caption = ' '#21040#36798#22320#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 24
Top = 184
Width = 63
Height = 14
Caption = ' '#20215#26684#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 16
Top = 216
Width = 70
Height = 14
Caption = #38480#20056#20154#25968#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 248
Top = 16
Width = 7
Height = 13
Caption = '*'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 248
Top = 176
Width = 7
Height = 13
Caption = '*'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 88
Top = 16
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 88
Top = 48
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
Text = 'Edit1'
end
object Edit3: TEdit
Left = 88
Top = 80
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
Text = 'Edit1'
end
object Edit4: TEdit
Left = 88
Top = 112
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 3
Text = 'Edit1'
end
object Edit5: TEdit
Left = 88
Top = 144
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 4
Text = 'Edit1'
end
object Edit6: TEdit
Left = 88
Top = 176
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 5
Text = 'Edit1'
end
object Edit7: TEdit
Left = 88
Top = 208
Width = 153
Height = 20
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 6
Text = 'Edit1'
end
end
object Button1: TButton
Left = 40
Top = 280
Width = 57
Height = 25
Caption = #28155#21152
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 280
Width = 57
Height = 25
Caption = #37325#32622
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 200
Top = 280
Width = 57
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button3Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=lygl.mdb;Persist Se' +
'curity Info=False'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 8
Top = 280
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 264
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -