aboutsummaryrefslogtreecommitdiffstats
path: root/EE3102/Libraries/LM741/UL_Form.dfm
blob: 2d57e92f239780990e0debbefda27d80424cd0ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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