📄 guanyu.dfm
字号:
object GuanYuForm: TGuanYuForm
Left = 295
Top = 13
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '关于'
ClientHeight = 159
ClientWidth = 366
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 216
Top = 8
Width = 143
Height = 96
Caption =
'本应用软件是由天津国际工程建设监理公司开发部设计开发。 ' +
' 有问题请与开发部联系,电话:83850000~126。联系人:于' +
'瀛。'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Button1: TButton
Left = 280
Top = 128
Width = 75
Height = 25
Caption = '关闭'
TabOrder = 0
OnClick = Button1Click
end
object MediaPlayer1: TMediaPlayer
Left = 216
Top = 128
Width = 57
Height = 25
VisibleButtons = [btPlay, btPause]
AutoEnable = False
Display = Panel1
TabOrder = 1
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 193
Height = 145
BevelOuter = bvLowered
Color = clBtnText
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -