📄 about_pas.~dfm
字号:
object about_form: Tabout_form
Left = 260
Top = 157
Width = 290
Height = 230
Align = alRight
BorderIcons = [biSystemMenu]
Caption = '关于'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnPaint = FormPaint
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 282
Height = 32
Align = alTop
BevelOuter = bvNone
Caption = 'Panel1'
TabOrder = 0
object ProgramIcon: TImage
Left = 0
Top = 0
Width = 32
Height = 32
Align = alLeft
AutoSize = True
Picture.Data = {
055449636F6E0000010001002020100000000000E80200001600000028000000
2000000040000000010004000000000000020000000000000000000000000000
0000000000000000000080000080000000808000800000008000800080800000
C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFF
FFFFFFFFFF00000FFFFFFFFFFFFFFFFFFFFFFFFFFF00F000FFFFFFFFFFFFFFFF
FFFFFFFFF00FFF0770FFFFFFFFFFFFFFFFFFFFFF000FFFF7BB0FFFFFFFFFFFFF
FFFFFFFF000FFFF0BBB0FFFFFFFFFFFFFFFFFFFF000FFFFF0BBB0FFFFFFFFFFF
FFFFFFFFF00FFFFFF0BBB0FFFFFFFFFFFFFFFFFFF000FFFFFF0BBB0FFFFFFFFF
FFFFFFFFF0000FFFFFF0BBB0FFFFFFFFFFFFFFFFFF0000FFFFFF0BBB0FFFFFFF
FFFFFFFFFFF000FFFFFFF0BBB0FFFFFFFFFFFFFFFFFF000FFFFFFF0BBB0FFFFF
FFFFFFFFFFFF0000FFFFFFF0BBB0FFFFFFFFFFFFFFFF0000FFFFFFFF0BBB0FFF
FFFFFFFFFFFFFF000FFFFFFFF0BBB0FFFFFFFFFFFFFFFF000FFFFFFFFF0BBB0F
FFFFFFFFFFF00000000FFFFFFFF0BBB0FFFFFFFFFFF0000000000FFFFFFF0BBB
0FFFFFFFFFF00FF000000FFFFFFFF0BBB0FFFFFFFFF00FF00FF000FFFFFFFF0B
BB0FFFFFFFF000F00FF000FFFFFFFFF0BBB0FFFFFFF000F00FFF00FFFFFFFFFF
0B0D0FFFFFFF00F00FFF00FFFFFFFFFFF0DDD0FFFFFF00000FFF000FFFFFFFFF
FF0D0FFFFFFF00000FFF000FFFFFFFFFFFF0FFFFFFFFF0000FFFF00FFFFFFFFF
FFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFF
FFFFFFFF00000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000}
Stretch = True
IsControl = True
end
object Panel2: TPanel
Left = 32
Top = 0
Width = 250
Height = 32
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object RxLabel1: TRxLabel
Left = 0
Top = 0
Width = 250
Height = 32
Align = alClient
Alignment = taCenter
Caption = '信息钮巡检系统'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -24
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
end
end
object Panel3: TPanel
Left = 0
Top = 109
Width = 282
Height = 94
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object ManuLb: TPanel
Left = 8
Top = 9
Width = 273
Height = 12
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = '单位::'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object PhoneLB: TPanel
Left = 8
Top = 29
Width = 273
Height = 12
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = '联系电话:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object FaxLB: TPanel
Left = 8
Top = 49
Width = 273
Height = 12
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = '传真'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 89
Top = 67
Width = 85
Height = 25
Caption = '返回(&X)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkAll
end
end
object Panel4: TPanel
Left = 0
Top = 32
Width = 282
Height = 77
Align = alClient
BevelOuter = bvNone
Caption = 'Panel4'
TabOrder = 2
object SecretPanel1: TSecretPanel
Left = 0
Top = 0
Width = 282
Height = 77
Active = True
Alignment = taLeftJustify
Cycled = True
Interval = 50
Lines.Strings = (
' 信息钮巡检系统'
' 信息钮巡检系统是一项对巡检、检测、维护'
'人员进行科学化、规范化管理的全新技术。目前,'
'在国内外此项技术已广泛应用于保安巡检、设备'
'巡检、机场地勤巡检、房地产物业管理、银行金'
'库保安、博物馆、水利、电力、煤气瓦斯监测等'
'行业。'
' 版本号: VER5.0 (20001-9-10)')
TextStyle = bvRaised
Align = alClient
BevelOuter = bvNone
Color = clScrollBar
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = False
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -