[217] | 1 | inherited Form_TemplateFileList: TForm_TemplateFileList
|
---|
| 2 | Caption = 'Form_TemplateFileList'
|
---|
[221] | 3 | ExplicitWidth = 606
|
---|
| 4 | ExplicitHeight = 584
|
---|
[217] | 5 | PixelsPerInch = 96
|
---|
| 6 | TextHeight = 13
|
---|
| 7 | inherited panel_basecontent: TPanel
|
---|
| 8 | object splitter_content: TSplitter
|
---|
| 9 | Left = 200
|
---|
| 10 | Top = 0
|
---|
| 11 | Width = 8
|
---|
| 12 | Height = 532
|
---|
| 13 | AutoSnap = False
|
---|
| 14 | Beveled = True
|
---|
[221] | 15 | MinSize = 175
|
---|
[217] | 16 | end
|
---|
| 17 | object panel_files: TPanel
|
---|
| 18 | Left = 0
|
---|
| 19 | Top = 0
|
---|
| 20 | Width = 200
|
---|
| 21 | Height = 532
|
---|
| 22 | Align = alLeft
|
---|
| 23 | BevelOuter = bvNone
|
---|
| 24 | TabOrder = 0
|
---|
[221] | 25 | object FilePages: TPageControl
|
---|
| 26 | AlignWithMargins = True
|
---|
| 27 | Left = 1
|
---|
| 28 | Top = 1
|
---|
| 29 | Width = 198
|
---|
| 30 | Height = 531
|
---|
| 31 | Margins.Left = 1
|
---|
| 32 | Margins.Top = 1
|
---|
| 33 | Margins.Right = 1
|
---|
| 34 | Margins.Bottom = 0
|
---|
| 35 | ActivePage = tab_files
|
---|
[217] | 36 | Align = alClient
|
---|
| 37 | TabOrder = 0
|
---|
[221] | 38 | object tab_files: TTabSheet
|
---|
| 39 | Caption = 'Files'
|
---|
| 40 | ExplicitWidth = 233
|
---|
| 41 | ExplicitHeight = 353
|
---|
| 42 | object panel_extension: TPanel
|
---|
| 43 | Left = 0
|
---|
| 44 | Top = 0
|
---|
| 45 | Width = 190
|
---|
| 46 | Height = 125
|
---|
| 47 | Align = alTop
|
---|
| 48 | BevelOuter = bvNone
|
---|
| 49 | TabOrder = 0
|
---|
| 50 | ExplicitWidth = 233
|
---|
| 51 | DesignSize = (
|
---|
| 52 | 190
|
---|
| 53 | 125)
|
---|
| 54 | object label_sort2: TLabel
|
---|
| 55 | Left = 98
|
---|
| 56 | Top = 105
|
---|
| 57 | Width = 17
|
---|
| 58 | Height = 18
|
---|
| 59 | AutoSize = False
|
---|
| 60 | Caption = '.'
|
---|
| 61 | Font.Charset = DEFAULT_CHARSET
|
---|
| 62 | Font.Color = clWindowText
|
---|
| 63 | Font.Height = -13
|
---|
| 64 | Font.Name = 'Tahoma'
|
---|
| 65 | Font.Style = [fsBold]
|
---|
| 66 | ParentFont = False
|
---|
| 67 | end
|
---|
| 68 | object label_sort1: TLabel
|
---|
| 69 | Left = 45
|
---|
| 70 | Top = 105
|
---|
| 71 | Width = 17
|
---|
| 72 | Height = 18
|
---|
| 73 | AutoSize = False
|
---|
| 74 | Caption = '-'
|
---|
| 75 | Font.Charset = DEFAULT_CHARSET
|
---|
| 76 | Font.Color = clWindowText
|
---|
| 77 | Font.Height = -13
|
---|
| 78 | Font.Name = 'Tahoma'
|
---|
| 79 | Font.Style = [fsBold]
|
---|
| 80 | ParentFont = False
|
---|
| 81 | end
|
---|
| 82 | object label_extension: TLabel
|
---|
| 83 | Left = 0
|
---|
| 84 | Top = 59
|
---|
| 85 | Width = 100
|
---|
| 86 | Height = 17
|
---|
| 87 | AutoSize = False
|
---|
| 88 | Caption = 'Filter by &extension:'
|
---|
| 89 | FocusControl = combo_extension
|
---|
| 90 | end
|
---|
| 91 | object btn_sort_id_asc: TSpeedButton
|
---|
| 92 | Left = 1
|
---|
| 93 | Top = 101
|
---|
| 94 | Width = 20
|
---|
| 95 | Height = 22
|
---|
| 96 | Hint = 'Sort files by id, ascending'
|
---|
| 97 | GroupIndex = 1
|
---|
| 98 | Down = True
|
---|
| 99 | Glyph.Data = {
|
---|
| 100 | F6000000424DF600000000000000760000002800000010000000100000000100
|
---|
| 101 | 0400000000008000000000000000000000001000000000000000C0C0C0000000
|
---|
| 102 | 9900990000000000000000000000000000000000000000000000000000000000
|
---|
| 103 | 0000000000000000000000000000000000000000000000000000000000000000
|
---|
| 104 | 0000000001100000300000001001000030000000000100033300000001110003
|
---|
| 105 | 3300000010010033333000001001000030000000011000003000000000000000
|
---|
| 106 | 3000000002200000300000002002000030000000200200003000000020020000
|
---|
| 107 | 3000000020020000300000002002000030000000022000003000}
|
---|
| 108 | ParentShowHint = False
|
---|
| 109 | ShowHint = True
|
---|
| 110 | OnClick = btn_sortClick
|
---|
| 111 | end
|
---|
| 112 | object btn_sort_id_desc: TSpeedButton
|
---|
| 113 | Left = 21
|
---|
| 114 | Top = 101
|
---|
| 115 | Width = 20
|
---|
| 116 | Height = 22
|
---|
| 117 | Hint = 'Sort files by id, descending'
|
---|
| 118 | GroupIndex = 1
|
---|
| 119 | Glyph.Data = {
|
---|
| 120 | F6000000424DF600000000000000760000002800000010000000100000000100
|
---|
| 121 | 0400000000008000000000000000000000001000000000000000C0C0C0000000
|
---|
| 122 | 9900990000000000000000000000000000000000000000000000000000000000
|
---|
| 123 | 0000000000000000000000000000000000000000000000000000000000000000
|
---|
| 124 | 0000000002200000300000002002000030000000200200033300000020020003
|
---|
| 125 | 3300000020020033333000002002000030000000022000003000000000000000
|
---|
| 126 | 3000000001100000300000001001000030000000000100003000000001110000
|
---|
| 127 | 3000000010010000300000001001000030000000011000003000}
|
---|
| 128 | ParentShowHint = False
|
---|
| 129 | ShowHint = True
|
---|
| 130 | OnClick = btn_sortClick
|
---|
| 131 | end
|
---|
| 132 | object btn_sort_name_asc: TSpeedButton
|
---|
| 133 | Left = 56
|
---|
| 134 | Top = 101
|
---|
| 135 | Width = 20
|
---|
| 136 | Height = 22
|
---|
| 137 | Hint = 'Sort files by name, ascending'
|
---|
| 138 | GroupIndex = 1
|
---|
| 139 | Glyph.Data = {
|
---|
| 140 | F6000000424DF600000000000000760000002800000010000000100000000100
|
---|
| 141 | 0400000000008000000000000000000000001000000000000000C0C0C0000000
|
---|
| 142 | 9900990000000000000000000000000000000000000000000000000000000000
|
---|
| 143 | 0000000000000000000000000000000000000000000000000000000000000000
|
---|
| 144 | 0000011111100000300001100010000030000011000000033300000110000003
|
---|
| 145 | 3300000011000033333001000110000030000111111000003000000000000000
|
---|
| 146 | 3000022202220000300000200020000030000022222000003000000202000000
|
---|
| 147 | 3000000222000000300000002000000030000000200000003000}
|
---|
| 148 | ParentShowHint = False
|
---|
| 149 | ShowHint = True
|
---|
| 150 | OnClick = btn_sortClick
|
---|
| 151 | end
|
---|
| 152 | object btn_sort_name_desc: TSpeedButton
|
---|
| 153 | Left = 76
|
---|
| 154 | Top = 101
|
---|
| 155 | Width = 20
|
---|
| 156 | Height = 22
|
---|
| 157 | Hint = 'Sort files by name, descending'
|
---|
| 158 | GroupIndex = 1
|
---|
| 159 | Glyph.Data = {
|
---|
| 160 | F6000000424DF600000000000000760000002800000010000000100000000100
|
---|
| 161 | 0400000000008000000000000000000000001000000000000000C0C0C0000000
|
---|
| 162 | 9900990000000000000000000000000000000000000000000000000000000000
|
---|
| 163 | 0000000000000000000000000000000000000000000000000000000000000000
|
---|
| 164 | 0000022202220000300000200020000030000022222000033300000202000003
|
---|
| 165 | 3300000222000033333000002000000030000000200000003000000000000000
|
---|
| 166 | 3000011111100000300001100010000030000011000000003000000110000000
|
---|
| 167 | 3000000011000000300001000110000030000111111000003000}
|
---|
| 168 | ParentShowHint = False
|
---|
| 169 | ShowHint = True
|
---|
| 170 | OnClick = btn_sortClick
|
---|
| 171 | end
|
---|
| 172 | object btn_sort_ext_asc: TSpeedButton
|
---|
| 173 | Left = 106
|
---|
| 174 | Top = 101
|
---|
| 175 | Width = 20
|
---|
| 176 | Height = 22
|
---|
| 177 | Hint = 'Sort files by extension, ascending'
|
---|
| 178 | GroupIndex = 1
|
---|
| 179 | Glyph.Data = {
|
---|
| 180 | F6000000424DF600000000000000760000002800000010000000100000000100
|
---|
| 181 | 0400000000008000000000000000000000001000000000000000C0C0C0000000
|
---|
| 182 | 9900990000000000000000000000000000000000000000000000000000000000
|
---|
| 183 | 0000000000000000000000000000000000000000000000000000000000000000
|
---|
| 184 | 0000011111100000300001100010000030000011000000033300000110000003
|
---|
| 185 | 3300000011000033333001000110000030000111111000003000000000000000
|
---|
| 186 | 3000022202220000300000200020000030000022222000003000000202000000
|
---|
| 187 | 3000000222000000300000002000000030000000200000003000}
|
---|
| 188 | ParentShowHint = False
|
---|
| 189 | ShowHint = True
|
---|
| 190 | OnClick = btn_sortClick
|
---|
| 191 | end
|
---|
| 192 | object btn_sort_ext_desc: TSpeedButton
|
---|
| 193 | Left = 126
|
---|
| 194 | Top = 101
|
---|
| 195 | Width = 20
|
---|
| 196 | Height = 22
|
---|
| 197 | Hint = 'Sort files by extension, descending'
|
---|
| 198 | GroupIndex = 1
|
---|
| 199 | Glyph.Data = {
|
---|
| 200 | F6000000424DF600000000000000760000002800000010000000100000000100
|
---|
| 201 | 0400000000008000000000000000000000001000000000000000C0C0C0000000
|
---|
| 202 | 9900990000000000000000000000000000000000000000000000000000000000
|
---|
| 203 | 0000000000000000000000000000000000000000000000000000000000000000
|
---|
| 204 | 0000022202220000300000200020000030000022222000033300000202000003
|
---|
| 205 | 3300000222000033333000002000000030000000200000003000000000000000
|
---|
| 206 | 3000011111100000300001100010000030000011000000003000000110000000
|
---|
| 207 | 3000000011000000300001000110000030000111111000003000}
|
---|
| 208 | ParentShowHint = False
|
---|
| 209 | ShowHint = True
|
---|
| 210 | OnClick = btn_sortClick
|
---|
| 211 | end
|
---|
| 212 | object combo_extension: TComboBox
|
---|
| 213 | Left = 0
|
---|
| 214 | Top = 74
|
---|
| 215 | Width = 189
|
---|
| 216 | Height = 21
|
---|
| 217 | Style = csDropDownList
|
---|
| 218 | Anchors = [akLeft, akTop, akRight]
|
---|
| 219 | DropDownCount = 20
|
---|
| 220 | Font.Charset = DEFAULT_CHARSET
|
---|
| 221 | Font.Color = clWindowText
|
---|
| 222 | Font.Height = -11
|
---|
| 223 | Font.Name = 'Courier'
|
---|
| 224 | Font.Style = []
|
---|
| 225 | ItemHeight = 13
|
---|
| 226 | ParentFont = False
|
---|
| 227 | Sorted = True
|
---|
| 228 | TabOrder = 3
|
---|
| 229 | OnClick = combo_extensionClick
|
---|
| 230 | ExplicitWidth = 232
|
---|
| 231 | end
|
---|
| 232 | object check_zerobyte: TCheckBox
|
---|
| 233 | Left = 0
|
---|
| 234 | Top = 40
|
---|
| 235 | Width = 130
|
---|
| 236 | Height = 13
|
---|
| 237 | Caption = 'Show &zero-byte files'
|
---|
| 238 | TabOrder = 2
|
---|
| 239 | OnClick = check_zerobyteClick
|
---|
| 240 | end
|
---|
| 241 | object edit_filtername: TEdit
|
---|
| 242 | Left = 0
|
---|
| 243 | Top = 16
|
---|
| 244 | Width = 189
|
---|
| 245 | Height = 18
|
---|
| 246 | Anchors = [akLeft, akTop, akRight]
|
---|
| 247 | AutoSize = False
|
---|
| 248 | TabOrder = 1
|
---|
| 249 | ExplicitWidth = 232
|
---|
| 250 | end
|
---|
| 251 | object check_filtername: TCheckBox
|
---|
| 252 | Left = 0
|
---|
| 253 | Top = 0
|
---|
| 254 | Width = 130
|
---|
| 255 | Height = 15
|
---|
| 256 | Caption = 'Filter by file&name:'
|
---|
| 257 | TabOrder = 0
|
---|
| 258 | OnClick = check_filternameClick
|
---|
| 259 | end
|
---|
| 260 | end
|
---|
| 261 | object filelist: TListBox
|
---|
| 262 | Left = 0
|
---|
| 263 | Top = 125
|
---|
| 264 | Width = 190
|
---|
| 265 | Height = 378
|
---|
| 266 | Align = alClient
|
---|
| 267 | ItemHeight = 13
|
---|
| 268 | TabOrder = 1
|
---|
| 269 | OnClick = listClick
|
---|
| 270 | OnMouseDown = listMouseDown
|
---|
| 271 | ExplicitWidth = 233
|
---|
| 272 | ExplicitHeight = 228
|
---|
| 273 | end
|
---|
[217] | 274 | end
|
---|
[222] | 275 | object tab_meta: TTabSheet
|
---|
| 276 | Caption = 'Meta'
|
---|
| 277 | ImageIndex = 1
|
---|
| 278 | end
|
---|
[217] | 279 | end
|
---|
| 280 | end
|
---|
| 281 | object panel_content: TPanel
|
---|
| 282 | Left = 208
|
---|
| 283 | Top = 0
|
---|
| 284 | Width = 390
|
---|
| 285 | Height = 532
|
---|
| 286 | Align = alClient
|
---|
| 287 | BevelOuter = bvNone
|
---|
| 288 | TabOrder = 1
|
---|
| 289 | end
|
---|
| 290 | end
|
---|
| 291 | object filepopup: TPopupMenu
|
---|
| 292 | Left = 72
|
---|
| 293 | Top = 216
|
---|
| 294 | object popup_separator2: TMenuItem
|
---|
| 295 | Caption = '-'
|
---|
| 296 | end
|
---|
| 297 | object popup_linkshere: TMenuItem
|
---|
| 298 | Caption = 'What links here? Where does this file link to?'
|
---|
| 299 | end
|
---|
| 300 | object popup_separator: TMenuItem
|
---|
| 301 | Caption = '-'
|
---|
| 302 | end
|
---|
| 303 | object popup_import: TMenuItem
|
---|
| 304 | Caption = 'Import binary .dat-file'
|
---|
| 305 | end
|
---|
| 306 | object popup_export: TMenuItem
|
---|
| 307 | Caption = 'Export binary .dat-file'
|
---|
| 308 | end
|
---|
| 309 | end
|
---|
| 310 | object importd: TOpenDialog
|
---|
| 311 | Options = [ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing]
|
---|
| 312 | Left = 136
|
---|
| 313 | Top = 232
|
---|
| 314 | end
|
---|
| 315 | object exportd: TSaveDialog
|
---|
| 316 | Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofEnableSizing]
|
---|
| 317 | Left = 144
|
---|
| 318 | Top = 256
|
---|
| 319 | end
|
---|
| 320 | end
|
---|