141 lines
3.0 KiB
Plaintext
141 lines
3.0 KiB
Plaintext
object cde_AboutFrm: Tcde_AboutFrm
|
|
Left = 345
|
|
Height = 303
|
|
Top = 250
|
|
Width = 450
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'About CD Ejecter...'
|
|
ClientHeight = 303
|
|
ClientWidth = 450
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -15
|
|
Font.Name = 'Book Antiqua'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.6.4.0'
|
|
object LogoImg: TImage
|
|
Left = 0
|
|
Height = 100
|
|
Top = 0
|
|
Width = 450
|
|
Align = alTop
|
|
end
|
|
object VersionLbl: TLabel
|
|
Left = 8
|
|
Height = 19
|
|
Top = 108
|
|
Width = 434
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Caption = '&Version: 2.0'
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -15
|
|
Font.Name = 'Book Antiqua'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object PlatformLbl: TLabel
|
|
Left = 8
|
|
Height = 19
|
|
Top = 135
|
|
Width = 434
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Caption = '&Platform: x32'
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -15
|
|
Font.Name = 'Book Antiqua'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object CopyrightsLbl: TLabel
|
|
Left = 8
|
|
Height = 20
|
|
Top = 162
|
|
Width = 434
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Caption = '&Copyrights (c) 2011 - 2017 by Alexander Babaev.'
|
|
ParentColor = False
|
|
end
|
|
object UsedTechnologiesLbl: TLabel
|
|
Cursor = crHandPoint
|
|
Left = 8
|
|
Height = 20
|
|
Top = 190
|
|
Width = 434
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Caption = '&Show 3rd party technologies...'
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Color = clBlue
|
|
Font.Height = -15
|
|
Font.Name = 'Book Antiqua'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsUnderline]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
OnClick = UsedTechnologiesLblClick
|
|
end
|
|
object BottomPanel: TPanel
|
|
Left = 0
|
|
Height = 85
|
|
Top = 218
|
|
Width = 450
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
ClientHeight = 85
|
|
ClientWidth = 450
|
|
TabOrder = 0
|
|
object AboutSeparator: TBevel
|
|
Left = 0
|
|
Height = 8
|
|
Top = 0
|
|
Width = 450
|
|
Align = alTop
|
|
Shape = bsTopLine
|
|
end
|
|
object BuildAtLbl: TLabel
|
|
Left = 8
|
|
Height = 61
|
|
Top = 16
|
|
Width = 239
|
|
Align = alClient
|
|
AutoSize = False
|
|
BorderSpacing.Around = 8
|
|
Caption = '&Build at %s version %s with params: %s%s'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object CloseButton: TButton
|
|
Left = 255
|
|
Height = 61
|
|
Top = 16
|
|
Width = 187
|
|
Align = alRight
|
|
BorderSpacing.Around = 8
|
|
Caption = '&Close'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|