-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathSystem.LogEvents.dfm
More file actions
95 lines (95 loc) · 1.87 KB
/
System.LogEvents.dfm
File metadata and controls
95 lines (95 loc) · 1.87 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
object ProgressEvents: TProgressEvents
Left = 0
Top = 0
BorderIcons = [biMinimize, biMaximize]
Caption = 'Executando......'
ClientHeight = 264
ClientWidth = 412
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 406
Height = 41
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = 'Andamento do Processamento'
Color = clBtnHighlight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentBackground = False
ParentFont = False
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 223
Width = 412
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
412
41)
object SpeedButton1: TSpeedButton
Left = 298
Top = 4
Width = 108
Height = 32
Anchors = [akTop, akRight]
Caption = 'OK'
OnClick = SpeedButton1Click
end
object lbPosition: TLabel
Left = 19
Top = 16
Width = 3
Height = 13
end
object lblErro: TLabel
Left = 116
Top = 4
Width = 177
Height = 33
AutoSize = False
WordWrap = True
end
end
object ValueListEditor1: TValueListEditor
Left = 0
Top = 47
Width = 412
Height = 176
Align = alClient
Color = clHotLight
Strings.Strings = (
'=')
TabOrder = 2
TitleCaptions.Strings = (
'Atividade'
'Fase')
ColWidths = (
300
106)
RowHeights = (
18
18)
end
end