📄 changename.dfm
字号:
object ChangeNameFrm: TChangeNameFrm
Left = 230
Top = 112
Width = 453
Height = 176
Caption = #26356#25442#25151#38388
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 = 40
Top = 16
Width = 46
Height = 13
Caption = #22995#21517': '
end
object Edit1: TEdit
Left = 104
Top = 16
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 112
Top = 64
Width = 75
Height = 25
Caption = #30830#23450
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 64
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 328
Top = 64
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button3Click
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
'Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'Select * From Tourist')
Left = 368
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -