--- oup/current/Tools/Extractor.dfm 2006/12/23 16:26:43 46 +++ oup/current/Tools/Extractor.dfm 2007/01/11 22:45:20 74 @@ -1,9 +1,13 @@ inherited Form_Extractor: TForm_Extractor Caption = 'Extractor' + ClientHeight = 491 + ExplicitWidth = 500 + ExplicitHeight = 518 PixelsPerInch = 96 TextHeight = 13 inherited Splitter1: TSplitter Left = 483 + Height = 491 Align = alRight Visible = False ExplicitLeft = 172 @@ -11,201 +15,199 @@ inherited Form_Extractor: TForm_Extracto ExplicitHeight = 423 end inherited panel_files: TPanel - Width = 184 - Align = alClient - ExplicitWidth = 184 + Width = 333 + Height = 491 + ExplicitWidth = 333 + ExplicitHeight = 491 inherited filelist: TListBox - Width = 184 - ExplicitWidth = 184 + Width = 333 + Height = 362 + ExplicitWidth = 333 + ExplicitHeight = 362 end inherited panel_extension: TPanel - Width = 184 - ExplicitWidth = 184 + Width = 333 + ExplicitWidth = 333 inherited combo_extension: TComboBox - Width = 176 - ExplicitWidth = 176 + Width = 325 + ExplicitWidth = 325 + end + inherited check_zerobyte: TCheckBox + Visible = False end inherited edit_filtername: TEdit - Width = 176 - ExplicitWidth = 176 + Width = 325 + ExplicitWidth = 325 end end end inherited content: TPanel - Left = 184 - Width = 299 - Align = alRight - ExplicitLeft = 184 - ExplicitWidth = 299 + Left = 333 + Width = 150 + Height = 491 + ExplicitLeft = 333 + ExplicitWidth = 150 + ExplicitHeight = 491 object group_extract: TGroupBox - Left = 3 - Top = 0 - Width = 296 - Height = 423 - Align = alRight + AlignWithMargins = True + Left = 6 + Top = 3 + Width = 138 + Height = 374 + Margins.Left = 6 + Margins.Right = 6 + Align = alClient Caption = '2. Select extract-method' TabOrder = 0 - object group_singlefiles: TGroupBox - AlignWithMargins = True + DesignSize = ( + 138 + 374) + object label_export_sel: TLabel + Left = 7 + Top = 18 + Width = 62 + Height = 20 + AutoSize = False + Caption = 'Export ...' + end + object label_path: TLabel + Left = 7 + Top = 136 + Width = 30 + Height = 18 + AutoSize = False + Caption = 'Path:' + end + object check_dat: TCheckBox + Left = 7 + Top = 75 + Width = 121 + Height = 18 + Anchors = [akLeft, akTop, akRight] + Caption = 'Export .dat-entries' + Checked = True + State = cbChecked + TabOrder = 0 + end + object check_raw: TCheckBox + Left = 7 + Top = 94 + Width = 121 + Height = 18 + Anchors = [akLeft, akTop, akRight] + Caption = 'Export .raw-entries' + TabOrder = 1 + end + object check_convert: TCheckBox + Left = 7 + Top = 112 + Width = 121 + Height = 18 + Anchors = [akLeft, akTop, akRight] + Caption = 'Convert files' + TabOrder = 2 + end + object radio_selected: TRadioButton + Left = 7 + Top = 36 + Width = 113 + Height = 17 + Caption = 'selected files' + Checked = True + TabOrder = 3 + TabStop = True + end + object radio_all: TRadioButton + Left = 7 + Top = 52 + Width = 113 + Height = 17 + Caption = 'all files in list' + TabOrder = 4 + end + object edit_path: TEdit + Left = 36 + Top = 133 + Width = 28 + Height = 21 + Anchors = [akLeft, akTop, akRight] + ReadOnly = True + TabOrder = 5 + Text = 'C:\' + OnClick = btn_pathClick + end + object btn_path: TButton + Left = 70 + Top = 133 + Width = 62 + Height = 21 + Anchors = [akTop, akRight] + Caption = 'Select...' + TabOrder = 6 + OnClick = btn_pathClick + end + object btn_export: TButton + Left = 7 + Top = 180 + Width = 75 + Height = 25 + Caption = 'Export!' + TabOrder = 7 + OnClick = btn_exportClick + end + end + object group_progress: TGroupBox + AlignWithMargins = True + Left = 6 + Top = 381 + Width = 138 + Height = 104 + Margins.Left = 6 + Margins.Top = 1 + Margins.Right = 6 + Margins.Bottom = 6 + Align = alBottom + Caption = 'Progress ...' + TabOrder = 1 + Visible = False + DesignSize = ( + 138 + 104) + object lbl_progress: TLabel + Left = 8 + Top = 40 + Width = 265 + Height = 17 + AutoSize = False + Caption = 'Files done: 0/0' + end + object lbl_estimated: TLabel + Left = 8 + Top = 56 + Width = 265 + Height = 17 + AutoSize = False + Caption = 'Estimated finishing time: 00:00:00' + end + object progress: TProgressBar Left = 8 Top = 16 - Width = 280 - Height = 185 - Margins.Left = 6 - Margins.Top = 1 - Margins.Right = 6 - Align = alTop - Caption = 'Write data into single files' + Width = 122 + Height = 17 + Anchors = [akLeft, akTop, akRight] + Smooth = True TabOrder = 0 - object btn_sel_dat: TButton - Left = 8 - Top = 16 - Width = 129 - Height = 49 - Caption = 'Selected files (dat contents only)' - TabOrder = 0 - WordWrap = True - OnClick = Extract - end - object btn_sel_datraw: TButton - Left = 8 - Top = 72 - Width = 129 - Height = 49 - Caption = 'Selected files (dat+raw)' - TabOrder = 1 - WordWrap = True - OnClick = Extract - end - object btn_sel_datraw_convert: TButton - Left = 8 - Top = 128 - Width = 129 - Height = 49 - Caption = 'Selected files (dat+raw) (with convert if possible)' - TabOrder = 2 - WordWrap = True - OnClick = Extract - end - object btn_all_dat: TButton - Left = 144 - Top = 16 - Width = 129 - Height = 49 - Caption = 'All files in list (dat contents only)' - TabOrder = 3 - WordWrap = True - OnClick = Extract - end - object btn_all_datraw: TButton - Left = 144 - Top = 72 - Width = 129 - Height = 49 - Caption = 'All files in list (dat+raw)' - TabOrder = 4 - WordWrap = True - OnClick = Extract - end - object btn_all_datraw_convert: TButton - Left = 144 - Top = 128 - Width = 129 - Height = 49 - BiDiMode = bdLeftToRight - Caption = 'All files in list (dat+raw) (with convert if possible)' - ParentBiDiMode = False - TabOrder = 5 - WordWrap = True - OnClick = Extract - end end - object group_onefile: TGroupBox - AlignWithMargins = True + object btn_abort: TButton Left = 8 - Top = 205 - Width = 280 - Height = 73 - Margins.Left = 6 - Margins.Top = 1 - Margins.Right = 6 - Align = alTop - Caption = 'Write data into one file' + Top = 72 + Width = 97 + Height = 23 + Caption = 'Abort' + Enabled = False TabOrder = 1 - object btn_sel_files_toone: TButton - Left = 8 - Top = 16 - Width = 129 - Height = 49 - Caption = 'Selected files (dat contents only)' - TabOrder = 0 - WordWrap = True - OnClick = Extract - end - object btn_all_files_toone: TButton - Left = 144 - Top = 16 - Width = 129 - Height = 49 - Caption = 'All files in list (dat contents only)' - TabOrder = 1 - WordWrap = True - OnClick = Extract - end - end - object group_progress: TGroupBox - AlignWithMargins = True - Left = 8 - Top = 282 - Width = 280 - Height = 132 - Margins.Left = 6 - Margins.Top = 1 - Margins.Right = 6 - Margins.Bottom = 7 - Align = alClient - Caption = 'Progress ...' - TabOrder = 2 - Visible = False - object lbl_progress: TLabel - Left = 8 - Top = 40 - Width = 265 - Height = 17 - AutoSize = False - Caption = 'Files done: 0/0' - end - object lbl_estimated: TLabel - Left = 8 - Top = 56 - Width = 265 - Height = 17 - AutoSize = False - Caption = 'Estimated finishing time: 00:00:00' - end - object progress: TProgressBar - Left = 8 - Top = 16 - Width = 265 - Height = 17 - Smooth = True - TabOrder = 0 - end - object btn_abort: TButton - Left = 8 - Top = 72 - Width = 97 - Height = 23 - Caption = 'Abort' - Enabled = False - TabOrder = 1 - OnClick = btn_abortClick - end + OnClick = btn_abortClick end end end - object saved: TSaveDialog [3] - Left = 448 - Top = 328 - end end