aboutsummaryrefslogtreecommitdiffstats
path: root/EE3102/Libraries/PIC24/UL_Form.pas
diff options
context:
space:
mode:
Diffstat (limited to 'EE3102/Libraries/PIC24/UL_Form.pas')
-rw-r--r--EE3102/Libraries/PIC24/UL_Form.pas14
1 files changed, 0 insertions, 14 deletions
diff --git a/EE3102/Libraries/PIC24/UL_Form.pas b/EE3102/Libraries/PIC24/UL_Form.pas
deleted file mode 100644
index a79f13c..0000000
--- a/EE3102/Libraries/PIC24/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;
-