mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
202 lines
5.3 KiB
Plaintext
202 lines
5.3 KiB
Plaintext
object frmUpdateCheck: TfrmUpdateCheck
|
|
Left = 0
|
|
Height = 505
|
|
Top = 0
|
|
Width = 450
|
|
Caption = 'Check for updates ...'
|
|
ClientHeight = 505
|
|
ClientWidth = 450
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 500
|
|
Constraints.MinWidth = 375
|
|
DesignTimePPI = 120
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
object lblStatus: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = groupBuild
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = btnCancel
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 31
|
|
Top = 468
|
|
Width = 300
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = False
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblStatus'
|
|
Layout = tlCenter
|
|
WordWrap = True
|
|
end
|
|
object btnCancel: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 312
|
|
Height = 31
|
|
Top = 468
|
|
Width = 132
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Default = True
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
object groupBuild: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = groupRelease
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = btnCancel
|
|
Left = 6
|
|
Height = 230
|
|
Top = 232
|
|
Width = 438
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Nightly build'
|
|
ClientHeight = 205
|
|
ClientWidth = 434
|
|
ParentBackground = False
|
|
TabOrder = 2
|
|
object btnBuild: TButton
|
|
AnchorSideLeft.Control = groupBuild
|
|
AnchorSideRight.Control = groupBuild
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = groupBuild
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 31
|
|
Top = 168
|
|
Width = 422
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Download nightly build'
|
|
Enabled = False
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
Visible = False
|
|
OnClick = btnBuildClick
|
|
end
|
|
object memoBuild: TMemo
|
|
AnchorSideLeft.Control = groupBuild
|
|
AnchorSideTop.Control = groupBuild
|
|
AnchorSideRight.Control = groupBuild
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = btnChangelog
|
|
Left = 6
|
|
Height = 119
|
|
Top = 6
|
|
Width = 422
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderStyle = bsNone
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -15
|
|
Font.Name = 'Courier New'
|
|
Lines.Strings = (
|
|
'memoBuild'
|
|
)
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object btnChangelog: TButton
|
|
AnchorSideLeft.Control = groupBuild
|
|
AnchorSideRight.Control = groupBuild
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = btnBuild
|
|
Left = 6
|
|
Height = 31
|
|
Top = 131
|
|
Width = 422
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'View changelog'
|
|
TabOrder = 1
|
|
OnClick = btnChangelogClick
|
|
end
|
|
end
|
|
object groupRelease: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = btnDonate
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 122
|
|
Top = 104
|
|
Width = 438
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Official release'
|
|
ClientHeight = 97
|
|
ClientWidth = 434
|
|
Enabled = False
|
|
ParentBackground = False
|
|
TabOrder = 1
|
|
object memoRelease: TMemo
|
|
Left = 8
|
|
Height = 59
|
|
Top = 5
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderStyle = bsNone
|
|
Color = clBtnFace
|
|
Lines.Strings = (
|
|
'memoRelease'
|
|
)
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object LinkLabelRelease: TLabel
|
|
Cursor = crHandPoint
|
|
Left = 8
|
|
Height = 20
|
|
Top = 72
|
|
Width = 151
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Download new release'
|
|
PopupMenu = popupDownloadRelease
|
|
OnClick = LinkLabelReleaseLinkClick
|
|
end
|
|
end
|
|
object btnDonate: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 92
|
|
Top = 6
|
|
Width = 438
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Donate'
|
|
TabOrder = 0
|
|
end
|
|
object popupDownloadRelease: TPopupMenu
|
|
Left = 40
|
|
Top = 145
|
|
object CopydownloadURL1: TMenuItem
|
|
Caption = 'Copy to clipboard'
|
|
ImageIndex = 3
|
|
OnClick = CopydownloadURL1Click
|
|
end
|
|
end
|
|
end
|