You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.0 KiB
104 lines
2.0 KiB
inherited delPoli_faixa: TdelPoli_faixa
|
|
Caption = 'Apagar Pol'#237'tica/Faixa'
|
|
ClientHeight = 275
|
|
ClientWidth = 285
|
|
Scaled = False
|
|
ExplicitWidth = 291
|
|
ExplicitHeight = 303
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbl_nomepol: TLabel [0]
|
|
Left = 24
|
|
Top = 34
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Nome:'
|
|
end
|
|
object lbl_nomefaixa: TLabel [1]
|
|
Left = 24
|
|
Top = 161
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Nome:'
|
|
end
|
|
object Label1: TLabel [2]
|
|
Left = 24
|
|
Top = 116
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Nome:'
|
|
end
|
|
inherited stbStatus: TStatusBar
|
|
Top = 256
|
|
Width = 285
|
|
ExplicitTop = 256
|
|
ExplicitWidth = 285
|
|
end
|
|
object rbtn_politica: TRadioButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 113
|
|
Height = 17
|
|
Caption = 'Pol'#237'tica'
|
|
TabOrder = 1
|
|
OnClick = rbtn_politicaClick
|
|
end
|
|
object rbtn_faixa: TRadioButton
|
|
Left = 8
|
|
Top = 93
|
|
Width = 113
|
|
Height = 17
|
|
Caption = 'Faixa'
|
|
TabOrder = 2
|
|
OnClick = rbtn_faixaClick
|
|
end
|
|
object btn_ok: TButton
|
|
Left = 32
|
|
Top = 219
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Ok'
|
|
ModalResult = 1
|
|
TabOrder = 3
|
|
OnClick = btn_okClick
|
|
end
|
|
object btn_cancelar: TButton
|
|
Left = 180
|
|
Top = 219
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 4
|
|
end
|
|
object dbl_pol: TDBLookupComboBox
|
|
Left = 24
|
|
Top = 53
|
|
Width = 241
|
|
Height = 21
|
|
KeyField = 'ID_POLITICA'
|
|
ListField = 'TX_DESCRICAO'
|
|
ListSource = dtmSystem.dtsPoliticas
|
|
TabOrder = 5
|
|
end
|
|
object dbl_polfaixa: TDBLookupComboBox
|
|
Left = 24
|
|
Top = 135
|
|
Width = 241
|
|
Height = 21
|
|
KeyField = 'ID_POLITICA'
|
|
ListField = 'TX_DESCRICAO'
|
|
ListSource = dtmSystem.dtsPoliticas
|
|
TabOrder = 6
|
|
end
|
|
object dbl_faixa: TDBLookupComboBox
|
|
Left = 24
|
|
Top = 180
|
|
Width = 241
|
|
Height = 21
|
|
KeyField = 'ID_FAIXA'
|
|
ListField = 'TX_DESCRICAO'
|
|
ListSource = dtmSystem.dtsFaixas
|
|
TabOrder = 7
|
|
end
|
|
end
|