-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnt_CadAgendaCompromisso.dfm
More file actions
324 lines (324 loc) · 9.2 KB
/
Unt_CadAgendaCompromisso.dfm
File metadata and controls
324 lines (324 loc) · 9.2 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
inherited F_CadAgendaCompromisso: TF_CadAgendaCompromisso
Caption = 'Cadastro de compromissos'
ClientHeight = 488
ClientWidth = 465
OnResize = FormResize
OnShow = FormShow
ExplicitWidth = 471
ExplicitHeight = 516
PixelsPerInch = 96
TextHeight = 13
inherited pgctrl_base: TcxPageControl
Width = 465
Height = 488
ExplicitWidth = 465
ExplicitHeight = 488
ClientRectBottom = 487
ClientRectRight = 464
inherited ts_base: TcxTabSheet
ExplicitWidth = 463
ExplicitHeight = 486
object lbl_cod: TLabel [0]
Left = 8
Top = 7
Width = 33
Height = 13
Caption = 'Codigo'
end
object lbl_Descricao: TLabel [1]
Left = 111
Top = 7
Width = 46
Height = 13
Caption = 'Descri'#231#227'o'
end
object lbl_vencimento: TLabel [2]
Left = 8
Top = 52
Width = 23
Height = 13
Caption = 'Data'
FocusControl = cbb_AGC_Data
end
object lbl_numero: TLabel [3]
Left = 119
Top = 51
Width = 23
Height = 13
Caption = 'Hora'
end
object lbl_Minuto: TLabel [4]
Left = 172
Top = 51
Width = 32
Height = 13
Caption = 'Minuto'
end
object lbl_Obs: TLabel [5]
Left = 8
Top = 95
Width = 58
Height = 13
Caption = 'Observa'#231#227'o'
end
inherited pnl_Base: TPanel
Top = 453
Width = 463
TabOrder = 8
ExplicitTop = 453
ExplicitWidth = 463
inherited btn_Salvar: TcxButton
Left = 271
TabOrder = 1
ExplicitLeft = 271
end
inherited btn_Cancelar: TcxButton
Left = 368
TabOrder = 2
ExplicitLeft = 368
end
object btn_abriVinculo: TcxButton
Left = 8
Top = 5
Width = 121
Height = 25
Action = act_abriVinculo
TabOrder = 0
end
end
object dbedt_AGC_Cod: TDBEdit
Left = 8
Top = 24
Width = 97
Height = 21
DataField = 'AGC_Cod'
DataSource = DM.ds_AgendaCompromisso
Enabled = False
ReadOnly = True
TabOrder = 0
end
object dbedt_AGC_Descricao: TDBEdit
Left = 111
Top = 24
Width = 346
Height = 21
CharCase = ecUpperCase
DataField = 'AGC_Descricao'
DataSource = DM.ds_AgendaCompromisso
TabOrder = 1
end
object cxDBCheckBox1: TcxDBCheckBox
Left = 228
Top = 68
Caption = 'Resolvido'
DataBinding.DataField = 'AGC_Status'
DataBinding.DataSource = DM.ds_AgendaCompromisso
TabOrder = 5
Transparent = True
Width = 69
end
object cbb_AGC_Data: TcxDBDateEdit
Left = 8
Top = 68
DataBinding.DataField = 'AGC_Data'
DataBinding.DataSource = DM.ds_AgendaCompromisso
Style.BorderStyle = ebsUltraFlat
TabOrder = 2
Width = 107
end
object dbspndt_AGC_Hora: TcxDBSpinEdit
Left = 119
Top = 68
DataBinding.DataField = 'AGC_Hora'
DataBinding.DataSource = DM.ds_AgendaCompromisso
Properties.AssignedValues.MinValue = True
Properties.MaxValue = 23.000000000000000000
TabOrder = 3
Width = 50
end
object dbspndt_AGC_Minuto: TcxDBSpinEdit
Left = 172
Top = 68
DataBinding.DataField = 'AGC_Minuto'
DataBinding.DataSource = DM.ds_AgendaCompromisso
Properties.AssignedValues.MinValue = True
Properties.MaxValue = 59.000000000000000000
TabOrder = 4
Width = 50
end
object dbm_AGC_Observacao: TcxDBMemo
Left = 8
Top = 114
DataBinding.DataField = 'AGC_Observacao'
DataBinding.DataSource = DM.ds_AgendaCompromisso
Properties.CharCase = ecUpperCase
TabOrder = 6
Height = 89
Width = 449
end
object pnl_ArquivosVinculados: TPanel
Left = 0
Top = 209
Width = 463
Height = 244
Align = alBottom
BevelOuter = bvNone
TabOrder = 7
Visible = False
object pnl_inserir: TPanel
Left = 0
Top = 0
Width = 463
Height = 35
Align = alTop
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
463
35)
object btn_novovinculo: TcxButton
Left = 8
Top = 5
Width = 158
Height = 25
Anchors = [akTop, akRight]
Caption = 'Novo arquivo e/ou a'#231#245'es...'
TabOrder = 0
OnClick = act_VincularArqExecute
DropDownMenu = pm_acoes
Kind = cxbkDropDownButton
end
object btn_ExcluirArqAcao: TcxButton
Left = 172
Top = 5
Width = 127
Height = 25
Action = act_ExcluirArquivo
Anchors = [akTop, akRight]
TabOrder = 1
end
object cxDBCheckBox2: TcxDBCheckBox
Left = 305
Top = 8
Caption = 'Executar auto'
DataBinding.DataField = 'AGC_ArqExec'
DataBinding.DataSource = DM.ds_AgendaCompromisso
TabOrder = 2
Transparent = True
Width = 98
end
end
object grid_base: TcxGrid
Left = 0
Top = 35
Width = 463
Height = 209
Align = alClient
TabOrder = 1
LookAndFeel.SkinName = 'Office2010Blue'
object vwl_base: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.First.Visible = False
Navigator.Buttons.PriorPage.Visible = False
Navigator.Buttons.Prior.Visible = False
Navigator.Buttons.Next.Visible = False
Navigator.Buttons.NextPage.Visible = False
Navigator.Buttons.Last.Visible = False
Navigator.Buttons.Insert.Visible = False
Navigator.Buttons.Append.Enabled = False
Navigator.Buttons.Append.Visible = True
Navigator.Buttons.Delete.Visible = False
Navigator.Buttons.Edit.Visible = False
Navigator.Buttons.Post.Visible = False
Navigator.Buttons.Cancel.Visible = False
Navigator.Buttons.Refresh.Visible = False
Navigator.Buttons.SaveBookmark.Visible = False
Navigator.Buttons.GotoBookmark.Visible = False
Navigator.Buttons.Filter.Visible = False
Navigator.InfoPanel.DisplayMask = '[RecordIndex] de [RecordCount]'
Navigator.Visible = True
DataController.DataSource = ds_ArqAcao
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
FilterRow.InfoText = 'Click para definir o filtro'
OptionsBehavior.CellHints = True
OptionsData.CancelOnExit = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Editing = False
OptionsData.Inserting = False
OptionsView.NoDataToDisplayInfoText = 'N'#227'o h'#225' registros'
OptionsView.ColumnAutoWidth = True
OptionsView.GroupByBox = False
object vwl_baseColumn1: TcxGridDBColumn
Caption = 'Arquivo/A'#231#227'o'
DataBinding.FieldName = 'AAC_ARQ_Cod'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taLeftJustify
OnGetDisplayText = vwl_baseColumn1GetDisplayText
end
end
object tbl_base: TcxGridLevel
GridView = vwl_base
end
end
end
end
end
inherited act_cadastros: TActionList
Left = 64
Top = 344
object act_VincularArq: TAction
Caption = 'Vincular arquivo...'
OnExecute = act_VincularArqExecute
end
object act_ExcluirArquivo: TAction
Caption = 'Excluir a'#231#227'o/arquivo'
Enabled = False
OnExecute = act_ExcluirArquivoExecute
end
object act_abriVinculo: TAction
AutoCheck = True
Caption = 'Vincular arquivo...'
OnExecute = act_abriVinculoExecute
end
object act_FuncoesPre: TAction
Caption = 'Fun'#231#245'es pre-definidas...'
OnExecute = act_FuncoesPreExecute
end
end
object cds_ArqAcao: TClientDataSet
Aggregates = <>
Params = <>
Left = 120
Top = 312
end
object ds_ArqAcao: TDataSource
DataSet = cds_ArqAcao
OnStateChange = ds_ArqAcaoStateChange
Left = 192
Top = 312
end
object ds_Arquivo: TDataSource
DataSet = cds_Arquivo
Left = 312
Top = 272
end
object cds_Arquivo: TClientDataSet
Aggregates = <>
Params = <>
Left = 256
Top = 272
end
object pm_acoes: TPopupMenu
Left = 160
Top = 160
object Novoarquivoeouaes1: TMenuItem
Action = act_VincularArq
end
object Funespredefinidas1: TMenuItem
Action = act_FuncoesPre
end
end
end