/usr/lib/lazarus/0.9.30.4/ide/addtoprojectdlg.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | object AddToProjectDialog: TAddToProjectDialog
Left = 305
Height = 300
Top = 250
Width = 500
ActiveControl = Notebook
BorderStyle = bsSizeToolWin
Caption = 'AddToProjectDialog'
ClientHeight = 300
ClientWidth = 500
OnClose = AddToProjectDialogClose
Position = poScreenCenter
LCLVersion = '0.9.27'
object Notebook: TPageControl
Left = 0
Height = 300
Top = 0
Width = 500
Align = alClient
TabOrder = 0
object AddEditorFilePage: TTabSheet
Caption = 'AddEditorFilePage'
ClientWidth = 492
ClientHeight = 274
object AddFileLabel: TLabel
Left = 6
Height = 14
Top = 6
Width = 480
Align = alTop
BorderSpacing.Around = 6
Caption = 'AddFileLabel'
ParentColor = False
end
object AddFileListBox: TListBox
AnchorSideBottom.Control = FileButtonPanel
Left = 6
Height = 210
Top = 26
Width = 480
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
MultiSelect = True
TabOrder = 0
end
object FileButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 242
Width = 480
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end
object NewDependPage: TTabSheet
Caption = 'NewDependPage'
ClientWidth = 492
ClientHeight = 274
object DependPkgNameLabel: TLabel
Left = 8
Height = 14
Top = 19
Width = 107
Caption = 'DependPkgNameLabel'
ParentColor = False
end
object DependMinVersionLabel: TLabel
Left = 8
Height = 14
Top = 47
Width = 114
Caption = 'DependMinVersionLabel'
ParentColor = False
end
object DependMaxVersionLabel: TLabel
Left = 8
Height = 14
Top = 76
Width = 118
Caption = 'DependMaxVersionLabel'
ParentColor = False
end
object DependPkgNameComboBox: TComboBox
Left = 218
Height = 21
Top = 14
Width = 268
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
TabOrder = 0
Text = 'DependPkgNameComboBox'
end
object DependMinVersionEdit: TEdit
Left = 218
Height = 23
Top = 44
Width = 268
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'DependMinVersionEdit'
end
object DependMaxVersionEdit: TEdit
Left = 218
Height = 23
Top = 73
Width = 268
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
Text = 'DependMaxVersionEdit'
end
object DependButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 242
Width = 480
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end
object AddFilesPage: TTabSheet
Caption = 'AddFilesPage'
ClientWidth = 492
ClientHeight = 274
object FilesListView: TListView
Left = 6
Height = 226
Top = 6
Width = 480
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Columns = <>
MultiSelect = True
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = FilesListViewSelectItem
end
object FilesBrowseButton: TButton
Left = 6
Height = 23
Top = 244
Width = 114
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'FilesBrowseButton'
OnClick = FilesBrowseButtonClick
TabOrder = 1
end
object FilesShortenButton: TButton
AnchorSideLeft.Control = FilesBrowseButton
AnchorSideLeft.Side = asrBottom
Left = 126
Height = 23
Top = 244
Width = 117
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesShortenButton'
OnClick = FilesShortenButtonClick
TabOrder = 2
end
object FilesDeleteButton: TButton
AnchorSideLeft.Control = FilesShortenButton
AnchorSideLeft.Side = asrBottom
Left = 249
Height = 23
Top = 244
Width = 110
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesDeleteButton'
OnClick = FilesDeleteButtonClick
TabOrder = 3
end
object FilesAddButton: TButton
AnchorSideLeft.Control = FilesDeleteButton
AnchorSideLeft.Side = asrBottom
Left = 365
Height = 23
Top = 244
Width = 98
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesAddButton'
OnClick = FilesAddButtonClick
TabOrder = 4
end
end
end
end
|