Update
This commit is contained in:
14
lib/ul_TPN2R703NL-L1Q/AltiumDesigner/UL_Form.pas
Normal file
14
lib/ul_TPN2R703NL-L1Q/AltiumDesigner/UL_Form.pas
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user