unit3.dfm
来自「1.可查看/修改windows操作系统 可使用oledb或odbc的数据库 2」· DFM 代码 · 共 63 行
DFM
63 行
object Form3: TForm3
Left = 260
Top = 239
Width = 415
Height = 303
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 407
Height = 232
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
WantTabs = True
end
object Panel1: TPanel
Left = 0
Top = 232
Width = 407
Height = 37
Align = alBottom
BevelOuter = bvLowered
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 40
Height = 21
Caption = #30830#23450
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 56
Top = 8
Width = 40
Height = 21
Cancel = True
Caption = #21462#28040
TabOrder = 1
OnClick = Button2Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?