aboutsummaryrefslogtreecommitdiffstats
path: root/EE3102/Libraries/PIC24/UL_Form.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'EE3102/Libraries/PIC24/UL_Form.dfm')
-rw-r--r--EE3102/Libraries/PIC24/UL_Form.dfm49
1 files changed, 0 insertions, 49 deletions
diff --git a/EE3102/Libraries/PIC24/UL_Form.dfm b/EE3102/Libraries/PIC24/UL_Form.dfm
deleted file mode 100644
index 2d57e92..0000000
--- a/EE3102/Libraries/PIC24/UL_Form.dfm
+++ /dev/null
@@ -1,49 +0,0 @@
-object UL_Form: TUL_Form
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'UL Import'
- ClientHeight = 80
- ClientWidth = 473
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object TxtFile: TEdit
- Left = 80
- Top = 8
- Width = 384
- Height = 21
- TabOrder = 0
- end
- object BtnFile: TButton
- Left = 8
- Top = 8
- Width = 64
- Height = 24
- Caption = 'File...'
- TabOrder = 1
- OnClick = BtnFileClick
- end
- object BtnImport: TButton
- Left = 188
- Top = 40
- Width = 96
- Height = 32
- Caption = 'Start Import'
- TabOrder = 2
- OnClick = BtnImportClick
- end
- object OpenDlg: TOpenDialog
- DefaultExt = '.txt'
- Filter = 'UL Altium Output (*.txt)|*.txt'
- Left = 8
- Top = 40
- end
-end