unitfrmmain.~dfm
来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· ~DFM 代码 · 共 55 行
~DFM
55 行
object Form1: TForm1
Left = 220
Top = 174
Width = 408
Height = 375
Caption = 'Z'#28129#20837#28129#20986#25928#26524
Color = clWindowFrame
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 41
Width = 400
Height = 300
Align = alClient
AutoSize = True
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 400
Height = 41
Align = alTop
BevelInner = bvLowered
BorderWidth = 1
BorderStyle = bsSingle
Color = clMedGray
TabOrder = 0
object Button1: TButton
Left = 222
Top = 5
Width = 75
Height = 25
Caption = #28129' '#20986
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 102
Top = 5
Width = 75
Height = 25
Caption = #28129' '#20837
TabOrder = 1
OnClick = Button2Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?