initial commit from lost SVN repo

This commit is contained in:
fatalerrors
2023-10-06 15:59:41 +02:00
parent 8186c7b10e
commit f600f5706a
1496 changed files with 666909 additions and 73 deletions

View File

@@ -0,0 +1,379 @@
object fPackageProperty: TfPackageProperty
Left = 3660
Height = 540
Top = 832
Width = 658
Caption = 'Properties'
ClientHeight = 540
ClientWidth = 658
Constraints.MinHeight = 540
Constraints.MinWidth = 658
DesignTimePPI = 108
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '1.9.0.0'
object lbPackageName: TLabel
Left = 16
Height = 25
Top = 18
Width = 135
Caption = 'lbPackageName'
Font.Height = -19
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object btnClose: TBitBtn
Tag = -1
Left = 471
Height = 34
Top = 490
Width = 171
Anchors = [akRight, akBottom]
Caption = 'Close'
OnClick = btnCloseClick
ParentFont = False
TabOrder = 0
end
object pcMain: TPageControl
Left = 16
Height = 396
Top = 81
Width = 626
ActivePage = tsProperties
Anchors = [akTop, akLeft, akRight, akBottom]
ParentFont = False
TabIndex = 0
TabOrder = 1
object tsProperties: TTabSheet
Caption = '&Properties'
ClientHeight = 361
ClientWidth = 618
Font.Color = clCaptionText
ParentFont = False
object Label1: TLabel
Left = 16
Height = 20
Top = 16
Width = 36
Caption = 'State:'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 16
Height = 20
Top = 61
Width = 107
Caption = 'Installed version:'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 311
Height = 20
Top = 44
Width = 180
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'Size of the installed package:'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 329
Height = 20
Top = 70
Width = 162
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'Size of the unpacked files:'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object lbState: TLabel
Left = 151
Height = 20
Top = 16
Width = 45
Caption = 'lbState'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object lbVersion: TLabel
Left = 151
Height = 20
Top = 61
Width = 59
Caption = 'lbVersion'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object lbPackageSize: TLabel
Left = 518
Height = 20
Top = 44
Width = 89
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'lbPackageSize'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object lbInstalledSize: TLabel
Left = 515
Height = 20
Top = 70
Width = 92
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'lbInstalledSize'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object Label5: TLabel
Left = 16
Height = 20
Top = 97
Width = 232
Caption = '&Available versions in the repositories:'
FocusControl = lvFileList
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object lvVersionList: TListView
Left = 16
Height = 225
Top = 124
Width = 591
Anchors = [akTop, akLeft, akRight, akBottom]
Columns = <
item
Caption = 'Repository'
Width = 169
end
item
Caption = 'Version'
Width = 135
end
item
Caption = 'Size'
Width = 79
end
item
Caption = 'URL'
Width = 562
end>
Font.Color = clCaptionText
ParentFont = False
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object lbState1: TLabel
Left = 151
Height = 20
Top = 34
Width = 52
Caption = 'lbState2'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object Label8: TLabel
Left = 431
Height = 20
Top = 16
Width = 60
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'Category:'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
object lbCategory: TLabel
Left = 538
Height = 20
Top = 16
Width = 69
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'lbCategory'
Font.Color = clCaptionText
ParentColor = False
ParentFont = False
end
end
object tsFileList: TTabSheet
Caption = ' &File list'
ClientHeight = 361
ClientWidth = 618
ParentFont = False
object lvFileList: TListView
Left = 9
Height = 306
Top = 7
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
Columns = <
item
Caption = 'Name'
Width = 450
end
item
Alignment = taRightJustify
Caption = 'Size'
Width = 123
end>
ParentFont = False
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
end
object btnGetFileSizes: TBitBtn
Left = 9
Height = 34
Top = 321
Width = 600
Anchors = [akLeft, akRight, akBottom]
Caption = 'Get files size'
OnClick = btnGetFileSizesClick
ParentFont = False
TabOrder = 1
end
end
object tsMore: TTabSheet
Caption = 'More information'
ClientHeight = 361
ClientWidth = 618
ParentFont = False
object btnGoogle: TButton
Left = 48
Height = 34
Top = 52
Width = 246
Caption = '&Google'
OnClick = btnGoogleClick
ParentFont = False
TabOrder = 0
end
object Label6: TLabel
Left = 16
Height = 20
Top = 16
Width = 340
Caption = 'Display additionnal informations on the package from:'
ParentColor = False
ParentFont = False
end
object btnLFS: TButton
Left = 317
Height = 34
Top = 241
Width = 246
Anchors = [akTop, akRight]
Caption = '&Linux from scratch'
OnClick = btnLFSClick
ParentFont = False
TabOrder = 1
end
object btnArch: TButton
Left = 48
Height = 34
Top = 313
Width = 246
Caption = '&Arch Linux'
OnClick = btnArchClick
ParentFont = False
TabOrder = 2
end
object btnDebianPackages: TButton
Left = 317
Height = 34
Top = 277
Width = 246
Anchors = [akTop, akRight]
Caption = '&Debian Packages'
OnClick = btnDebianPackagesClick
ParentFont = False
TabOrder = 3
end
object btnWikipedia: TButton
Left = 317
Height = 34
Top = 52
Width = 246
Anchors = [akTop, akRight]
Caption = '&Wikipedia'
OnClick = btnWikipediaClick
ParentFont = False
TabOrder = 4
end
object btnGentoo: TButton
Left = 48
Height = 34
Top = 277
Width = 246
Caption = '&Gentoo / Funtoo'
OnClick = btnGentooClick
ParentFont = False
TabOrder = 5
end
object Label7: TLabel
Left = 16
Height = 117
Top = 112
Width = 582
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'You can also access to other website from other distributions through this interface, as informative purpose. You may notice that Ninjo is very different from those distribution on many points.'#10#10'Thus, dependencies information and even functionnalities of those package very different from what you see in Ninjo:'
ParentColor = False
ParentFont = False
WordWrap = True
end
object btnSlackware: TButton
Left = 48
Height = 34
Top = 241
Width = 246
Caption = '&Slackware Linux'
OnClick = btnSlackwareClick
ParentFont = False
TabOrder = 6
end
object btnDebianPatchTracker: TButton
Left = 317
Height = 34
Top = 313
Width = 246
Anchors = [akTop, akRight]
Caption = '&Debian Patch Tracker'
OnClick = btnDebianPatchTrackerClick
ParentFont = False
TabOrder = 7
end
end
end
object lbDescription: TLabel
Left = 16
Height = 20
Top = 53
Width = 84
Caption = 'lbDescription'
ParentColor = False
ParentFont = False
end
end