📄 unit3.dfm
字号:
object Form3: TForm3
Left = 298
Top = 211
BorderStyle = bsDialog
Caption = '版本信息'
ClientHeight = 254
ClientWidth = 347
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 32
Top = 27
Width = 281
Height = 161
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object StaticText1: TStaticText
Left = 50
Top = 2
Width = 190
Height = 24
Caption = 'AirCondition 监控管理系统'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object StaticText2: TStaticText
Left = 104
Top = 32
Width = 77
Height = 17
Caption = '软件版本:V2.0'
TabOrder = 1
end
object StaticText3: TStaticText
Left = 24
Top = 80
Width = 228
Height = 24
Caption = '深圳艾苏威尔工贸发展有限公司'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object StaticText4: TStaticText
Left = 72
Top = 120
Width = 135
Height = 20
Caption = 'http://www.isuwel.com '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object StaticText5: TStaticText
Left = 104
Top = 48
Width = 77
Height = 17
Caption = '协议版本:V2.0'
TabOrder = 4
end
end
object OKButton: TButton
Left = 135
Top = 203
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -