-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathSystem.LogEvents.Progress.dfm
More file actions
137 lines (137 loc) · 2.87 KB
/
System.LogEvents.Progress.dfm
File metadata and controls
137 lines (137 loc) · 2.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
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
object ProgressEvents: TProgressEvents
Left = 0
Top = 0
BorderIcons = [biMinimize, biMaximize]
Caption = 'Executando......'
ClientHeight = 491
ClientWidth = 429
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 423
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
ExplicitWidth = 387
end
object Panel2: TPanel
Left = 0
Top = 445
Width = 429
Height = 46
Align = alBottom
BevelOuter = bvNone
Color = clBtnHighlight
ParentBackground = False
TabOrder = 1
ExplicitTop = 218
ExplicitWidth = 393
DesignSize = (
429
46)
object Bevel1: TBevel
Left = 0
Top = 0
Width = 429
Height = 50
Align = alTop
ExplicitLeft = 392
ExplicitTop = 16
ExplicitWidth = 50
end
object SpeedButton1: TSpeedButton
Left = 315
Top = 4
Width = 108
Height = 37
Anchors = [akTop, akRight]
Caption = 'OK'
OnClick = SpeedButton1Click
ExplicitLeft = 279
end
object lbPosition: TLabel
Left = 20
Top = 17
Width = 3
Height = 13
end
object lblErro: TLabel
Left = 115
Top = 6
Width = 194
Height = 33
Anchors = [akLeft, akTop, akRight]
AutoSize = False
WordWrap = True
OnClick = lblErroClick
ExplicitWidth = 158
end
object lbTimer: TLabel
Left = 20
Top = 31
Width = 3
Height = 13
end
object cbRolarLista: TCheckBox
Left = 3
Top = 2
Width = 97
Height = 17
Caption = 'rolar a lista'
TabOrder = 0
Visible = False
end
end
object ValueListEditor1: TValueListEditor
Left = 0
Top = 47
Width = 429
Height = 398
Align = alClient
BorderStyle = bsNone
Color = clHighlightText
DoubleBuffered = True
FixedColor = clHighlightText
Options = [goFixedVertLine, goFixedHorzLine, goHorzLine, goColSizing, goAlwaysShowEditor, goThumbTracking]
ParentDoubleBuffered = False
Strings.Strings = (
'=')
TabOrder = 2
TitleCaptions.Strings = (
'Atividade'
'Fase')
ExplicitWidth = 393
ExplicitHeight = 171
ColWidths = (
300
127)
RowHeights = (
18
18)
end
end