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