📄 changenum.~dfm
字号:
object ChangeNumFrm: TChangeNumFrm
Left = 305
Top = 132
Width = 397
Height = 173
Caption = #30331#35760#26053#23458#20449#24687
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 = 24
Width = 54
Height = 13
Caption = #25151#38388#21495#65306' '
end
object Edit1: TEdit
Left = 112
Top = 24
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 40
Top = 72
Width = 75
Height = 25
Caption = #30830#23450
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 72
Width = 75
Height = 25
Caption = #21462#28040
Default = True
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 256
Top = 72
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 = 320
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -