-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuimport.lfm
120 lines (120 loc) · 2.14 KB
/
uimport.lfm
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
object FImport: TFImport
Left = 2016
Height = 434
Top = 1293
Width = 745
Caption = 'rsImport'
ClientHeight = 434
ClientWidth = 745
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
object Panel1: TPanel
Left = 0
Height = 42
Top = 392
Width = 745
Align = alBottom
ClientHeight = 42
ClientWidth = 745
TabOrder = 1
object Button2: TButton
Left = 664
Height = 25
Top = 8
Width = 75
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'rsAfslut'
ModalResult = 2
TabOrder = 0
end
end
object lb1: TListBox
Left = 384
Height = 336
Top = 32
Width = 156
Anchors = [akTop, akRight, akBottom]
ItemHeight = 0
OnClick = lb1Click
TabOrder = 2
TopIndex = -1
end
object lb2: TListBox
Left = 560
Height = 336
Top = 32
Width = 156
Anchors = [akTop, akRight, akBottom]
ItemHeight = 0
TabOrder = 3
TopIndex = -1
end
object Label1: TLabel
Left = 549
Height = 16
Top = 11
Width = 46
Anchors = [akTop, akRight, akBottom]
Caption = 'rsFields'
end
object Label2: TLabel
Left = 383
Height = 16
Top = 11
Width = 50
Anchors = [akTop, akRight, akBottom]
Caption = 'rsTables'
end
object Edit1: TEdit
Left = 32
Height = 24
Top = 32
Width = 328
Anchors = [akTop, akLeft, akRight]
OnClick = Edit1Click
ReadOnly = True
TabOrder = 0
end
object Label3: TLabel
Left = 32
Height = 16
Top = 12
Width = 25
Caption = 'rsFil'
end
object Memo1: TMemo
Left = 32
Height = 264
Top = 104
Width = 328
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
''
)
ReadOnly = True
TabOrder = 4
end
object Edit2: TEdit
Left = 32
Height = 24
Top = 64
Width = 80
TabOrder = 5
Text = 'Edit2'
end
object Edit3: TEdit
Left = 128
Height = 24
Top = 64
Width = 224
TabOrder = 6
Text = 'Edit3'
end
object OD1: TOpenDialog
Filter = 'csv|*.csv|txt|*.txt|Alle|*.*'
Left = 419
Top = 73
end
end