📄 mainfrm.dfm
字号:
object Form1: TForm1
Left = 141
Top = 77
Width = 696
Height = 480
Caption = #23384#21462'Word'#25991#20214
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 Button1: TButton
Left = 344
Top = 8
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 344
Top = 40
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
object Doc_Ole: TOleContainer
Left = 40
Top = 80
Width = 369
Height = 249
Caption = 'Doc_Ole'
TabOrder = 2
end
object Database1: TDatabase
AliasName = 'Test'
Connected = True
DatabaseName = 'SaveWord'
LoginPrompt = False
Params.Strings = (
'user name=sa'
'password=')
SessionName = 'Default'
Left = 72
Top = 32
end
object Table1: TTable
Active = True
AutoRefresh = True
DatabaseName = 'SaveWord'
TableName = 'dbo.Test'
Left = 120
Top = 32
end
object OpenDialog1: TOpenDialog
Left = 288
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -