unit1.dfm
来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· DFM 代码 · 共 39 行
DFM
39 行
object Form1: TForm1
Left = 355
Top = 127
Width = 410
Height = 275
Caption = #33719#21462'Mac'#22320#22336
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 = 112
Top = 56
Width = 161
Height = 33
Caption = #33719#21462#26412#26426#30340'MAC'#22320#22336
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 64
Top = 128
Width = 265
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?