lazarus/components/onlinepackagemanager/opkman_createrepositorypackagefrm.lfm

610 lines
14 KiB
Plaintext

object CreateRepositoryPackagesFrm: TCreateRepositoryPackagesFrm
Left = 429
Height = 687
Top = 173
Width = 890
BorderIcons = [biSystemMenu]
Caption = 'CreateRepositoryPackagesFrm'
ClientHeight = 687
ClientWidth = 890
Constraints.MinHeight = 450
Constraints.MinWidth = 650
PopupMode = pmExplicit
Position = poOwnerFormCenter
LCLVersion = '4.99.0.0'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
object pnMessage: TPanel
Left = 247
Height = 585
Top = 57
Width = 643
Align = alClient
BevelOuter = bvNone
Caption = 'No items to show'
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Verdana'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
Visible = False
end
object pnPackages: TPanel
Left = 0
Height = 585
Top = 57
Width = 245
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
end
object pnBrowse: TPanel
Left = 0
Height = 57
Top = 0
Width = 890
Align = alTop
BevelOuter = bvNone
ClientHeight = 57
ClientWidth = 890
TabOrder = 2
object lbPackagedir: TLabel
AnchorSideLeft.Control = pnBrowse
AnchorSideTop.Control = pnBrowse
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 21
Width = 68
Alignment = taRightJustify
BorderSpacing.Left = 6
Caption = 'lbPackagedir'
ParentColor = False
end
object Bevel1: TBevel
Left = 0
Height = 2
Top = 55
Width = 890
Align = alBottom
end
object edPackageDir: TDirectoryEdit
AnchorSideLeft.Control = lbPackagedir
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lbPackagedir
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = pnBrowse
AnchorSideRight.Side = asrBottom
Left = 80
Height = 23
Top = 17
Width = 804
OnAcceptDirectory = edPackageDirAcceptDirectory
ShowHidden = False
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
MaxLength = 0
TabOrder = 0
OnButtonClick = edPackageDirButtonClick
end
end
object pnData: TPanel
Left = 247
Height = 585
Top = 57
Width = 643
Align = alClient
BevelOuter = bvNone
ClientHeight = 585
ClientWidth = 643
TabOrder = 3
object pnPackageData: TPanel
Left = 0
Height = 73
Top = 512
Width = 643
Align = alClient
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 69
ClientWidth = 639
TabOrder = 1
Visible = False
object lbLazCompatibility: TLabel
Left = 9
Height = 15
Top = 14
Width = 99
Caption = 'lbLazCompatibility'
ParentColor = False
end
object lbFPCCompatibility: TLabel
Left = 9
Height = 15
Top = 50
Width = 103
Caption = 'lbFPCCompatibility'
ParentColor = False
end
object lbSupportedWidgetSet: TLabel
Left = 9
Height = 15
Top = 85
Width = 119
Caption = 'lbSupportedWidgetSet'
ParentColor = False
end
object lbOF1: TLabel
Left = 614
Height = 15
Top = 14
Width = 5
Anchors = [akTop, akRight]
Caption = '*'
Font.Color = clRed
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbOF3: TLabel
Left = 614
Height = 15
Top = 50
Width = 5
Anchors = [akTop, akRight]
Caption = '*'
Font.Color = clRed
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbOF4: TLabel
Left = 614
Height = 15
Top = 85
Width = 5
Anchors = [akTop, akRight]
Caption = '*'
Font.Color = clRed
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object pnLazCompatibility: TPanel
Left = 170
Height = 25
Top = 9
Width = 441
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 441
ParentColor = False
TabOrder = 0
object spLazCompatibility: TSpeedButton
Tag = 2
Left = 418
Height = 25
Top = 0
Width = 23
Align = alRight
Caption = '...'
ShowHint = True
ParentShowHint = False
OnClick = spCategoriesClick
end
object edLazCompatibility: TEdit
Left = 0
Height = 25
Top = 0
Width = 418
Align = alClient
AutoSize = False
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 0
end
end
object pnFPCCompatibility: TPanel
Left = 170
Height = 25
Top = 45
Width = 441
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 441
ParentColor = False
TabOrder = 1
object spFPCCompatibility: TSpeedButton
Tag = 3
Left = 418
Height = 25
Top = 0
Width = 23
Align = alRight
Caption = '...'
ShowHint = True
ParentShowHint = False
OnClick = spCategoriesClick
end
object edFPCCompatibility: TEdit
Left = 0
Height = 25
Top = 0
Width = 418
Align = alClient
AutoSize = False
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 0
end
end
object pnSupportedWidgetset: TPanel
Left = 170
Height = 25
Top = 79
Width = 441
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 441
ParentColor = False
TabOrder = 2
object spSupportedWidgetset: TSpeedButton
Tag = 4
Left = 418
Height = 25
Top = 0
Width = 23
Align = alRight
Caption = '...'
ShowHint = True
ParentShowHint = False
OnClick = spCategoriesClick
end
object edSupportedWidgetset: TEdit
Left = 0
Height = 25
Top = 0
Width = 418
Align = alClient
AutoSize = False
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 0
end
end
end
object pnCategory: TPanel
Left = 0
Height = 512
Top = 0
Width = 643
Align = alTop
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 508
ClientWidth = 639
TabOrder = 0
Visible = False
object lbCategory: TLabel
Left = 9
Height = 15
Top = 14
Width = 58
Caption = 'lbCategory'
ParentColor = False
end
object lbOF2: TLabel
Left = 614
Height = 15
Top = 14
Width = 5
Anchors = [akTop, akRight]
Caption = '*'
Font.Color = clRed
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbHomePageURL: TLabel
Left = 9
Height = 15
Top = 89
Width = 90
Caption = 'lbHomePageURL'
ParentColor = False
end
object lbDownloadURL: TLabel
Left = 9
Height = 15
Top = 125
Width = 85
Caption = 'lbDownloadURL'
ParentColor = False
end
object edHomePageURL: TEdit
Left = 170
Height = 23
Top = 84
Width = 440
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
end
object edDownloadURL: TEdit
Left = 170
Height = 23
Top = 120
Width = 440
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
end
object lbSVNURL: TLabel
Left = 9
Height = 15
Top = 156
Width = 53
Caption = 'lbSVNURL'
ParentColor = False
Visible = False
end
object edSVNURL: TEdit
Left = 170
Height = 23
Top = 155
Width = 440
Anchors = [akTop, akLeft, akRight]
TabOrder = 4
Visible = False
end
object lbDisplayName: TLabel
Left = 9
Height = 15
Top = 53
Width = 80
Caption = 'lbDisplayName'
ParentColor = False
end
object edDisplayName: TEdit
Left = 170
Height = 23
Top = 48
Width = 440
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
OnKeyPress = edDisplayNameKeyPress
end
object pnCategories: TPanel
Left = 170
Height = 25
Top = 9
Width = 441
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 441
ParentColor = False
TabOrder = 0
object spCategories: TSpeedButton
Tag = 1
Left = 418
Height = 25
Top = 0
Width = 23
Align = alRight
Caption = '...'
ShowHint = True
ParentShowHint = False
OnClick = spCategoriesClick
end
object edCategories: TEdit
Left = 0
Height = 25
Top = 0
Width = 418
Align = alClient
AutoSize = False
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 0
end
end
object mComDescr: TMemo
Left = 170
Height = 152
Top = 156
Width = 454
TabOrder = 5
end
object lbComDescr: TLabel
Left = 9
Height = 15
Top = 156
Width = 65
Caption = 'lbComDescr'
ParentColor = False
end
object lbExternalDependencies: TLabel
Left = 9
Height = 15
Top = 316
Width = 125
Caption = 'lbExternalDependencies'
ParentColor = False
end
object mExternalDependencies: TMemo
Left = 170
Height = 152
Top = 319
Width = 454
TabOrder = 6
end
object cbOrphanedPackage: TCheckBox
Left = 9
Height = 19
Top = 481
Width = 292
Caption = 'Orphan package(currently has no active maintainer)'
TabOrder = 7
OnClick = cbOrphanedPackageClick
end
end
end
object spMain: TSplitter
Left = 245
Height = 585
Top = 57
Width = 2
AutoSnap = False
Color = 14671839
MinSize = 150
ParentColor = False
end
object pnButtons: TPanel
Left = 0
Height = 45
Top = 642
Width = 890
Align = alBottom
AutoSize = True
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 41
ClientWidth = 886
TabOrder = 5
object cbJSONForUpdates: TCheckBox
AnchorSideLeft.Control = pnButtons
AnchorSideTop.Control = pnButtons
AnchorSideTop.Side = asrCenter
Left = 6
Height = 19
Top = 11
Width = 146
BorderSpacing.Left = 6
Caption = 'Create JSON for updates'
TabOrder = 0
end
object pnB: TPanel
AnchorSideRight.Control = pnButtons
AnchorSideRight.Side = asrBottom
Left = 472
Height = 29
Top = 6
Width = 408
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 1
BevelOuter = bvNone
ClientHeight = 29
ClientWidth = 408
TabOrder = 1
object bCancel: TButton
AnchorSideLeft.Side = asrBottom
Left = 325
Height = 27
Top = 1
Width = 80
Align = alLeft
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Cancel'
Constraints.MinWidth = 80
Enabled = False
ModalResult = 2
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = bCancelClick
end
object bCreate: TButton
AnchorSideLeft.Side = asrBottom
Left = 163
Height = 27
Top = 1
Width = 80
Align = alLeft
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Create'
Constraints.MinWidth = 80
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
Visible = False
OnClick = bCreateClick
end
object bSubmit: TButton
Left = 244
Height = 27
Top = 1
Width = 80
Align = alLeft
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Submit'
Constraints.MinWidth = 80
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = bSubmitClick
end
object bOptions: TButton
AnchorSideLeft.Side = asrBottom
Left = 82
Height = 27
Top = 1
Width = 80
Align = alLeft
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Options'
Constraints.MinWidth = 80
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = bOptionsClick
end
object bHelp: TButton
Left = 1
Height = 27
Top = 1
Width = 80
Align = alLeft
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Help'
Constraints.MinWidth = 80
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = bHelpClick
end
end
end
object SDD: TSelectDirectoryDialog
Left = 88
Top = 88
end
end