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