| 1 |
|
inherited Form_Extractor: TForm_Extractor |
| 2 |
|
Caption = 'Extractor' |
| 3 |
+ |
ClientHeight = 491 |
| 4 |
+ |
ExplicitWidth = 500 |
| 5 |
+ |
ExplicitHeight = 518 |
| 6 |
|
PixelsPerInch = 96 |
| 7 |
|
TextHeight = 13 |
| 8 |
|
inherited Splitter1: TSplitter |
| 9 |
|
Left = 483 |
| 10 |
+ |
Height = 491 |
| 11 |
|
Align = alRight |
| 12 |
|
Visible = False |
| 13 |
|
ExplicitLeft = 172 |
| 15 |
|
ExplicitHeight = 423 |
| 16 |
|
end |
| 17 |
|
inherited panel_files: TPanel |
| 18 |
< |
Width = 184 |
| 19 |
< |
Align = alClient |
| 20 |
< |
ExplicitWidth = 184 |
| 18 |
> |
Width = 333 |
| 19 |
> |
Height = 491 |
| 20 |
> |
ExplicitWidth = 333 |
| 21 |
> |
ExplicitHeight = 491 |
| 22 |
|
inherited filelist: TListBox |
| 23 |
< |
Width = 184 |
| 24 |
< |
ExplicitWidth = 184 |
| 23 |
> |
Width = 333 |
| 24 |
> |
Height = 362 |
| 25 |
> |
ExplicitWidth = 333 |
| 26 |
> |
ExplicitHeight = 362 |
| 27 |
|
end |
| 28 |
|
inherited panel_extension: TPanel |
| 29 |
< |
Width = 184 |
| 30 |
< |
ExplicitWidth = 184 |
| 29 |
> |
Width = 333 |
| 30 |
> |
ExplicitWidth = 333 |
| 31 |
|
inherited combo_extension: TComboBox |
| 32 |
< |
Width = 176 |
| 33 |
< |
ExplicitWidth = 176 |
| 32 |
> |
Width = 325 |
| 33 |
> |
ExplicitWidth = 325 |
| 34 |
> |
end |
| 35 |
> |
inherited check_zerobyte: TCheckBox |
| 36 |
> |
Visible = False |
| 37 |
|
end |
| 38 |
|
inherited edit_filtername: TEdit |
| 39 |
< |
Width = 176 |
| 40 |
< |
ExplicitWidth = 176 |
| 39 |
> |
Width = 325 |
| 40 |
> |
ExplicitWidth = 325 |
| 41 |
|
end |
| 42 |
|
end |
| 43 |
|
end |
| 44 |
|
inherited content: TPanel |
| 45 |
< |
Left = 184 |
| 46 |
< |
Width = 299 |
| 47 |
< |
Align = alRight |
| 48 |
< |
ExplicitLeft = 184 |
| 49 |
< |
ExplicitWidth = 299 |
| 45 |
> |
Left = 333 |
| 46 |
> |
Width = 150 |
| 47 |
> |
Height = 491 |
| 48 |
> |
ExplicitLeft = 333 |
| 49 |
> |
ExplicitWidth = 150 |
| 50 |
> |
ExplicitHeight = 491 |
| 51 |
|
object group_extract: TGroupBox |
| 52 |
< |
Left = 3 |
| 53 |
< |
Top = 0 |
| 54 |
< |
Width = 296 |
| 55 |
< |
Height = 423 |
| 56 |
< |
Align = alRight |
| 52 |
> |
AlignWithMargins = True |
| 53 |
> |
Left = 6 |
| 54 |
> |
Top = 3 |
| 55 |
> |
Width = 138 |
| 56 |
> |
Height = 374 |
| 57 |
> |
Margins.Left = 6 |
| 58 |
> |
Margins.Right = 6 |
| 59 |
> |
Align = alClient |
| 60 |
|
Caption = '2. Select extract-method' |
| 61 |
|
TabOrder = 0 |
| 62 |
< |
object group_singlefiles: TGroupBox |
| 63 |
< |
AlignWithMargins = True |
| 62 |
> |
DesignSize = ( |
| 63 |
> |
138 |
| 64 |
> |
374) |
| 65 |
> |
object label_export_sel: TLabel |
| 66 |
> |
Left = 7 |
| 67 |
> |
Top = 18 |
| 68 |
> |
Width = 62 |
| 69 |
> |
Height = 20 |
| 70 |
> |
AutoSize = False |
| 71 |
> |
Caption = 'Export ...' |
| 72 |
> |
end |
| 73 |
> |
object label_path: TLabel |
| 74 |
> |
Left = 7 |
| 75 |
> |
Top = 136 |
| 76 |
> |
Width = 30 |
| 77 |
> |
Height = 18 |
| 78 |
> |
AutoSize = False |
| 79 |
> |
Caption = 'Path:' |
| 80 |
> |
end |
| 81 |
> |
object check_dat: TCheckBox |
| 82 |
> |
Left = 7 |
| 83 |
> |
Top = 75 |
| 84 |
> |
Width = 121 |
| 85 |
> |
Height = 18 |
| 86 |
> |
Anchors = [akLeft, akTop, akRight] |
| 87 |
> |
Caption = 'Export .dat-entries' |
| 88 |
> |
Checked = True |
| 89 |
> |
State = cbChecked |
| 90 |
> |
TabOrder = 0 |
| 91 |
> |
end |
| 92 |
> |
object check_raw: TCheckBox |
| 93 |
> |
Left = 7 |
| 94 |
> |
Top = 94 |
| 95 |
> |
Width = 121 |
| 96 |
> |
Height = 18 |
| 97 |
> |
Anchors = [akLeft, akTop, akRight] |
| 98 |
> |
Caption = 'Export .raw-entries' |
| 99 |
> |
TabOrder = 1 |
| 100 |
> |
end |
| 101 |
> |
object check_convert: TCheckBox |
| 102 |
> |
Left = 7 |
| 103 |
> |
Top = 112 |
| 104 |
> |
Width = 121 |
| 105 |
> |
Height = 18 |
| 106 |
> |
Anchors = [akLeft, akTop, akRight] |
| 107 |
> |
Caption = 'Convert files' |
| 108 |
> |
TabOrder = 2 |
| 109 |
> |
end |
| 110 |
> |
object radio_selected: TRadioButton |
| 111 |
> |
Left = 7 |
| 112 |
> |
Top = 36 |
| 113 |
> |
Width = 113 |
| 114 |
> |
Height = 17 |
| 115 |
> |
Caption = 'selected files' |
| 116 |
> |
Checked = True |
| 117 |
> |
TabOrder = 3 |
| 118 |
> |
TabStop = True |
| 119 |
> |
end |
| 120 |
> |
object radio_all: TRadioButton |
| 121 |
> |
Left = 7 |
| 122 |
> |
Top = 52 |
| 123 |
> |
Width = 113 |
| 124 |
> |
Height = 17 |
| 125 |
> |
Caption = 'all files in list' |
| 126 |
> |
TabOrder = 4 |
| 127 |
> |
end |
| 128 |
> |
object edit_path: TEdit |
| 129 |
> |
Left = 36 |
| 130 |
> |
Top = 133 |
| 131 |
> |
Width = 28 |
| 132 |
> |
Height = 21 |
| 133 |
> |
Anchors = [akLeft, akTop, akRight] |
| 134 |
> |
ReadOnly = True |
| 135 |
> |
TabOrder = 5 |
| 136 |
> |
Text = 'C:\' |
| 137 |
> |
OnClick = btn_pathClick |
| 138 |
> |
end |
| 139 |
> |
object btn_path: TButton |
| 140 |
> |
Left = 70 |
| 141 |
> |
Top = 133 |
| 142 |
> |
Width = 62 |
| 143 |
> |
Height = 21 |
| 144 |
> |
Anchors = [akTop, akRight] |
| 145 |
> |
Caption = 'Select...' |
| 146 |
> |
TabOrder = 6 |
| 147 |
> |
OnClick = btn_pathClick |
| 148 |
> |
end |
| 149 |
> |
object btn_export: TButton |
| 150 |
> |
Left = 7 |
| 151 |
> |
Top = 180 |
| 152 |
> |
Width = 75 |
| 153 |
> |
Height = 25 |
| 154 |
> |
Caption = 'Export!' |
| 155 |
> |
TabOrder = 7 |
| 156 |
> |
OnClick = btn_exportClick |
| 157 |
> |
end |
| 158 |
> |
end |
| 159 |
> |
object group_progress: TGroupBox |
| 160 |
> |
AlignWithMargins = True |
| 161 |
> |
Left = 6 |
| 162 |
> |
Top = 381 |
| 163 |
> |
Width = 138 |
| 164 |
> |
Height = 104 |
| 165 |
> |
Margins.Left = 6 |
| 166 |
> |
Margins.Top = 1 |
| 167 |
> |
Margins.Right = 6 |
| 168 |
> |
Margins.Bottom = 6 |
| 169 |
> |
Align = alBottom |
| 170 |
> |
Caption = 'Progress ...' |
| 171 |
> |
TabOrder = 1 |
| 172 |
> |
Visible = False |
| 173 |
> |
DesignSize = ( |
| 174 |
> |
138 |
| 175 |
> |
104) |
| 176 |
> |
object lbl_progress: TLabel |
| 177 |
> |
Left = 8 |
| 178 |
> |
Top = 40 |
| 179 |
> |
Width = 265 |
| 180 |
> |
Height = 17 |
| 181 |
> |
AutoSize = False |
| 182 |
> |
Caption = 'Files done: 0/0' |
| 183 |
> |
end |
| 184 |
> |
object lbl_estimated: TLabel |
| 185 |
> |
Left = 8 |
| 186 |
> |
Top = 56 |
| 187 |
> |
Width = 265 |
| 188 |
> |
Height = 17 |
| 189 |
> |
AutoSize = False |
| 190 |
> |
Caption = 'Estimated finishing time: 00:00:00' |
| 191 |
> |
end |
| 192 |
> |
object progress: TProgressBar |
| 193 |
|
Left = 8 |
| 194 |
|
Top = 16 |
| 195 |
< |
Width = 280 |
| 196 |
< |
Height = 185 |
| 197 |
< |
Margins.Left = 6 |
| 198 |
< |
Margins.Top = 1 |
| 56 |
< |
Margins.Right = 6 |
| 57 |
< |
Align = alTop |
| 58 |
< |
Caption = 'Write data into single files' |
| 195 |
> |
Width = 122 |
| 196 |
> |
Height = 17 |
| 197 |
> |
Anchors = [akLeft, akTop, akRight] |
| 198 |
> |
Smooth = True |
| 199 |
|
TabOrder = 0 |
| 60 |
– |
object btn_sel_dat: TButton |
| 61 |
– |
Left = 8 |
| 62 |
– |
Top = 16 |
| 63 |
– |
Width = 129 |
| 64 |
– |
Height = 49 |
| 65 |
– |
Caption = 'Selected files (dat contents only)' |
| 66 |
– |
TabOrder = 0 |
| 67 |
– |
WordWrap = True |
| 68 |
– |
OnClick = Extract |
| 69 |
– |
end |
| 70 |
– |
object btn_sel_datraw: TButton |
| 71 |
– |
Left = 8 |
| 72 |
– |
Top = 72 |
| 73 |
– |
Width = 129 |
| 74 |
– |
Height = 49 |
| 75 |
– |
Caption = 'Selected files (dat+raw)' |
| 76 |
– |
TabOrder = 1 |
| 77 |
– |
WordWrap = True |
| 78 |
– |
OnClick = Extract |
| 79 |
– |
end |
| 80 |
– |
object btn_sel_datraw_convert: TButton |
| 81 |
– |
Left = 8 |
| 82 |
– |
Top = 128 |
| 83 |
– |
Width = 129 |
| 84 |
– |
Height = 49 |
| 85 |
– |
Caption = 'Selected files (dat+raw) (with convert if possible)' |
| 86 |
– |
TabOrder = 2 |
| 87 |
– |
WordWrap = True |
| 88 |
– |
OnClick = Extract |
| 89 |
– |
end |
| 90 |
– |
object btn_all_dat: TButton |
| 91 |
– |
Left = 144 |
| 92 |
– |
Top = 16 |
| 93 |
– |
Width = 129 |
| 94 |
– |
Height = 49 |
| 95 |
– |
Caption = 'All files in list (dat contents only)' |
| 96 |
– |
TabOrder = 3 |
| 97 |
– |
WordWrap = True |
| 98 |
– |
OnClick = Extract |
| 99 |
– |
end |
| 100 |
– |
object btn_all_datraw: TButton |
| 101 |
– |
Left = 144 |
| 102 |
– |
Top = 72 |
| 103 |
– |
Width = 129 |
| 104 |
– |
Height = 49 |
| 105 |
– |
Caption = 'All files in list (dat+raw)' |
| 106 |
– |
TabOrder = 4 |
| 107 |
– |
WordWrap = True |
| 108 |
– |
OnClick = Extract |
| 109 |
– |
end |
| 110 |
– |
object btn_all_datraw_convert: TButton |
| 111 |
– |
Left = 144 |
| 112 |
– |
Top = 128 |
| 113 |
– |
Width = 129 |
| 114 |
– |
Height = 49 |
| 115 |
– |
BiDiMode = bdLeftToRight |
| 116 |
– |
Caption = 'All files in list (dat+raw) (with convert if possible)' |
| 117 |
– |
ParentBiDiMode = False |
| 118 |
– |
TabOrder = 5 |
| 119 |
– |
WordWrap = True |
| 120 |
– |
OnClick = Extract |
| 121 |
– |
end |
| 200 |
|
end |
| 201 |
< |
object group_onefile: TGroupBox |
| 124 |
< |
AlignWithMargins = True |
| 201 |
> |
object btn_abort: TButton |
| 202 |
|
Left = 8 |
| 203 |
< |
Top = 205 |
| 204 |
< |
Width = 280 |
| 205 |
< |
Height = 73 |
| 206 |
< |
Margins.Left = 6 |
| 207 |
< |
Margins.Top = 1 |
| 131 |
< |
Margins.Right = 6 |
| 132 |
< |
Align = alTop |
| 133 |
< |
Caption = 'Write data into one file' |
| 203 |
> |
Top = 72 |
| 204 |
> |
Width = 97 |
| 205 |
> |
Height = 23 |
| 206 |
> |
Caption = 'Abort' |
| 207 |
> |
Enabled = False |
| 208 |
|
TabOrder = 1 |
| 209 |
< |
object btn_sel_files_toone: TButton |
| 136 |
< |
Left = 8 |
| 137 |
< |
Top = 16 |
| 138 |
< |
Width = 129 |
| 139 |
< |
Height = 49 |
| 140 |
< |
Caption = 'Selected files (dat contents only)' |
| 141 |
< |
TabOrder = 0 |
| 142 |
< |
WordWrap = True |
| 143 |
< |
OnClick = Extract |
| 144 |
< |
end |
| 145 |
< |
object btn_all_files_toone: TButton |
| 146 |
< |
Left = 144 |
| 147 |
< |
Top = 16 |
| 148 |
< |
Width = 129 |
| 149 |
< |
Height = 49 |
| 150 |
< |
Caption = 'All files in list (dat contents only)' |
| 151 |
< |
TabOrder = 1 |
| 152 |
< |
WordWrap = True |
| 153 |
< |
OnClick = Extract |
| 154 |
< |
end |
| 155 |
< |
end |
| 156 |
< |
object group_progress: TGroupBox |
| 157 |
< |
AlignWithMargins = True |
| 158 |
< |
Left = 8 |
| 159 |
< |
Top = 282 |
| 160 |
< |
Width = 280 |
| 161 |
< |
Height = 132 |
| 162 |
< |
Margins.Left = 6 |
| 163 |
< |
Margins.Top = 1 |
| 164 |
< |
Margins.Right = 6 |
| 165 |
< |
Margins.Bottom = 7 |
| 166 |
< |
Align = alClient |
| 167 |
< |
Caption = 'Progress ...' |
| 168 |
< |
TabOrder = 2 |
| 169 |
< |
Visible = False |
| 170 |
< |
object lbl_progress: TLabel |
| 171 |
< |
Left = 8 |
| 172 |
< |
Top = 40 |
| 173 |
< |
Width = 265 |
| 174 |
< |
Height = 17 |
| 175 |
< |
AutoSize = False |
| 176 |
< |
Caption = 'Files done: 0/0' |
| 177 |
< |
end |
| 178 |
< |
object lbl_estimated: TLabel |
| 179 |
< |
Left = 8 |
| 180 |
< |
Top = 56 |
| 181 |
< |
Width = 265 |
| 182 |
< |
Height = 17 |
| 183 |
< |
AutoSize = False |
| 184 |
< |
Caption = 'Estimated finishing time: 00:00:00' |
| 185 |
< |
end |
| 186 |
< |
object progress: TProgressBar |
| 187 |
< |
Left = 8 |
| 188 |
< |
Top = 16 |
| 189 |
< |
Width = 265 |
| 190 |
< |
Height = 17 |
| 191 |
< |
Smooth = True |
| 192 |
< |
TabOrder = 0 |
| 193 |
< |
end |
| 194 |
< |
object btn_abort: TButton |
| 195 |
< |
Left = 8 |
| 196 |
< |
Top = 72 |
| 197 |
< |
Width = 97 |
| 198 |
< |
Height = 23 |
| 199 |
< |
Caption = 'Abort' |
| 200 |
< |
Enabled = False |
| 201 |
< |
TabOrder = 1 |
| 202 |
< |
OnClick = btn_abortClick |
| 203 |
< |
end |
| 209 |
> |
OnClick = btn_abortClick |
| 210 |
|
end |
| 211 |
|
end |
| 212 |
|
end |
| 207 |
– |
object saved: TSaveDialog [3] |
| 208 |
– |
Left = 448 |
| 209 |
– |
Top = 328 |
| 210 |
– |
end |
| 213 |
|
end |