Changeset 221 for trunk/Forms/FormExport.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormExport.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 JobProgressView ;7 JobProgressView, FormEx; 8 8 9 9 type … … 11 11 { TFormExport } 12 12 13 TFormExport = class(TForm )13 TFormExport = class(TFormEx) 14 14 ButtonProcess: TButton; 15 15 ButtonSaveToFile: TButton; 16 16 ComboBoxDataFormat: TComboBox; 17 Label1: TLabel; 17 18 Memo1: TMemo; 18 19 SaveDialog1: TSaveDialog;
Note:
See TracChangeset
for help on using the changeset viewer.