unit2.dfm
来自「1.可查看/修改windows操作系统 可使用oledb或odbc的数据库 2」· DFM 代码 · 共 65 行
DFM
65 行
object Form2: TForm2
Left = 216
Top = 231
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 = 239
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
end
object Panel1: TPanel
Left = 0
Top = 239
Width = 407
Height = 37
Align = alBottom
BevelOuter = bvLowered
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 40
Height = 21
Cancel = True
Caption = #20851#38381
Default = True
TabOrder = 0
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 80
Top = 10
Width = 97
Height = 17
Caption = #21313#20845#36827#21046#26174#31034
Checked = True
State = cbChecked
TabOrder = 1
OnClick = CheckBox1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?