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.
109 lines
1.9 KiB
109 lines
1.9 KiB
inherited cadPoli_Faixa: TcadPoli_Faixa
|
|
Caption = 'Nova Pol'#237'tica/Faixa'
|
|
ClientHeight = 267
|
|
ClientWidth = 291
|
|
Scaled = False
|
|
ExplicitWidth = 297
|
|
ExplicitHeight = 295
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbl_nomepol: TLabel [0]
|
|
Left = 24
|
|
Top = 38
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Nome:'
|
|
end
|
|
object lbl_nomefaixa: TLabel [1]
|
|
Left = 24
|
|
Top = 119
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Nome:'
|
|
end
|
|
object lbl_faixaatraso: TLabel [2]
|
|
Left = 24
|
|
Top = 165
|
|
Width = 76
|
|
Height = 13
|
|
Caption = 'Faixa de Atraso:'
|
|
end
|
|
object lbl_ligaatraso: TLabel [3]
|
|
Left = 141
|
|
Top = 187
|
|
Width = 6
|
|
Height = 13
|
|
Caption = 'a'
|
|
end
|
|
inherited stbStatus: TStatusBar
|
|
Top = 248
|
|
Width = 291
|
|
ExplicitTop = 217
|
|
ExplicitWidth = 291
|
|
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 edt_pol: TEdit
|
|
Left = 24
|
|
Top = 57
|
|
Width = 241
|
|
Height = 21
|
|
TabOrder = 3
|
|
end
|
|
object edt_faixa: TEdit
|
|
Left = 24
|
|
Top = 138
|
|
Width = 241
|
|
Height = 21
|
|
TabOrder = 4
|
|
end
|
|
object btn_ok: TButton
|
|
Left = 24
|
|
Top = 217
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Ok'
|
|
ModalResult = 1
|
|
TabOrder = 5
|
|
OnClick = btn_okClick
|
|
end
|
|
object btn_cancelar: TButton
|
|
Left = 190
|
|
Top = 217
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
end
|
|
object edt_faixaini: TEdit
|
|
Left = 24
|
|
Top = 184
|
|
Width = 97
|
|
Height = 21
|
|
TabOrder = 7
|
|
end
|
|
object edt_faixafim: TEdit
|
|
Left = 168
|
|
Top = 184
|
|
Width = 97
|
|
Height = 21
|
|
TabOrder = 8
|
|
end
|
|
end
|