From f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 28 Mar 2021 10:12:10 -0500 Subject: Add a basic VtoI function Also rearrange things and commit iconoclasm --- EE3102/Libraries/InstrumentAmp/UL_Form.pas | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 EE3102/Libraries/InstrumentAmp/UL_Form.pas (limited to 'EE3102/Libraries/InstrumentAmp/UL_Form.pas') diff --git a/EE3102/Libraries/InstrumentAmp/UL_Form.pas b/EE3102/Libraries/InstrumentAmp/UL_Form.pas deleted file mode 100644 index a79f13c..0000000 --- a/EE3102/Libraries/InstrumentAmp/UL_Form.pas +++ /dev/null @@ -1,14 +0,0 @@ - -procedure TUL_Form.BtnFileClick(Sender: TObject); -begin - If OpenDlg.Execute Then Begin - TxtFile.Text := OpenDlg.FileName; - End; -end; - -procedure TUL_Form.BtnImportClick(Sender: TObject); -begin - ImportAscIIData(TxtFile.Text); - Close; -end; - -- cgit v1.2.3