-
Notifications
You must be signed in to change notification settings - Fork 44
/
UnitConnectionsLog.dfm
135 lines (135 loc) · 2.91 KB
/
UnitConnectionsLog.dfm
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
object FormConnectionsLog: TFormConnectionsLog
Left = 0
Top = 0
ClientHeight = 376
ClientWidth = 647
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 193
Height = 376
Align = alLeft
TabOrder = 0
object SpeedButton1: TSpeedButton
AlignWithMargins = True
Left = 4
Top = 223
Width = 185
Height = 34
Align = alTop
Caption = 'Mostrar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
AlignWithMargins = True
Left = 4
Top = 263
Width = 185
Height = 34
Align = alTop
Caption = 'Salvar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = SpeedButton2Click
ExplicitLeft = 2
ExplicitTop = 303
end
object Label1: TLabel
Left = 1
Top = 300
Width = 191
Height = 13
Align = alTop
Caption = 'Total de registros: '
ExplicitWidth = 91
end
object sMonthCalendar1: TsMonthCalendar
AlignWithMargins = True
Left = 4
Top = 70
Width = 185
Height = 147
Align = alTop
BevelWidth = 1
BorderWidth = 3
Caption = ' '
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 0
Visible = False
SkinData.SkinSection = 'PANEL'
ShowTodayBtn = True
end
object RadioGroup1: TRadioGroup
AlignWithMargins = True
Left = 4
Top = 4
Width = 185
Height = 60
Align = alTop
Caption = 'Visualizar logs...'
ItemIndex = 1
Items.Strings = (
'Todos'
'Selecionar data')
TabOrder = 1
OnClick = RadioGroup1Click
end
end
object ListView1: TListView
Left = 193
Top = 0
Width = 454
Height = 376
Align = alClient
Columns = <
item
Caption = 'Servidor'
Width = 120
end
item
Caption = 'In'#237'cio da conex'#227'o'
Width = 150
end
item
Caption = 'Fim da conex'#227'o'
Width = 150
end>
LargeImages = FormMain.Flags16
ReadOnly = True
RowSelect = True
SmallImages = FormMain.Flags16
TabOrder = 1
ViewStyle = vsReport
OnChange = ListView1Change
OnColumnClick = ListView1ColumnClick
end
object SaveDialog1: TSaveDialog
Left = 216
Top = 32
end
end