-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllImportFrm.dfm
More file actions
179 lines (179 loc) · 3.13 KB
/
llImportFrm.dfm
File metadata and controls
179 lines (179 loc) · 3.13 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
object llImportForm: TllImportForm
Left = 322
Top = 383
BorderStyle = bsDialog
Caption = 'Livelink Import'
ClientHeight = 218
ClientWidth = 500
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 32
Width = 56
Height = 13
Caption = 'Current File:'
end
object FileLabel: TLabel
Left = 72
Top = 32
Width = 400
Height = 13
AutoSize = False
Caption = '-'
end
object Label3: TLabel
Left = 8
Top = 56
Width = 48
Height = 13
Caption = 'Requests:'
end
object RequestsLabel: TLabel
Left = 72
Top = 56
Width = 400
Height = 13
AutoSize = False
Caption = '-'
end
object Label5: TLabel
Left = 8
Top = 8
Width = 34
Height = 13
Caption = 'Server:'
end
object ServerLabel: TLabel
Left = 72
Top = 8
Width = 400
Height = 13
AutoSize = False
Caption = '-'
end
object Label2: TLabel
Left = 8
Top = 80
Width = 30
Height = 13
Caption = 'Errors:'
end
object errorLabel: TLabel
Left = 72
Top = 80
Width = 400
Height = 13
AutoSize = False
Caption = '-'
end
object StatusLabel: TLabel
Left = 72
Top = 104
Width = 400
Height = 13
AutoSize = False
Caption = '-'
end
object Label7: TLabel
Left = 8
Top = 104
Width = 33
Height = 13
Caption = 'Status:'
end
object Label4: TLabel
Left = 8
Top = 128
Width = 26
Height = 13
Caption = 'Time:'
end
object TimeLabel: TLabel
Left = 72
Top = 128
Width = 400
Height = 13
AutoSize = False
Caption = '-'
end
object Label6: TLabel
Left = 208
Top = 156
Width = 71
Height = 13
Caption = 'Days To Keep:'
end
object CancelCloseButton: TButton
Left = 88
Top = 184
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = CancelCloseButtonClick
end
object StartStopButton: TButton
Left = 8
Top = 184
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 0
OnClick = StartStopButtonClick
end
object summarizeCheckBox: TCheckBox
Left = 104
Top = 155
Width = 97
Height = 17
Caption = 'incl. Summarize'
TabOrder = 2
end
object DaysToKeepEdit: TEdit
Left = 278
Top = 155
Width = 33
Height = 21
TabOrder = 3
Text = '31'
end
object DaysToKeep: TUpDown
Left = 311
Top = 155
Width = 42
Height = 21
Associate = DaysToKeepEdit
Min = 1
Max = 366
Orientation = udHorizontal
Position = 31
TabOrder = 4
Wrap = False
end
object CheckBoxIgnoreErrors: TCheckBox
Left = 8
Top = 155
Width = 81
Height = 17
Caption = 'Ignore Errors'
TabOrder = 5
end
object threadTimer: TTimer
Enabled = False
OnTimer = threadTimerTimer
Left = 448
Top = 152
end
end