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.
 

53 lines
1005 B

inherited frmVerIE: TfrmVerIE
Caption = 'Verifica'#231#227'o de Inscri'#231#227'o Estadual'
ClientHeight = 130
ClientWidth = 272
Scaled = False
ExplicitWidth = 278
ExplicitHeight = 158
PixelsPerInch = 96
TextHeight = 13
object lbl_IE: TLabel [0]
Left = 8
Top = 16
Width = 145
Height = 13
Caption = 'N'#250'mero da Inscri'#231#227'o Estadual:'
end
object lbl_UF: TLabel [1]
Left = 211
Top = 16
Width = 17
Height = 13
Caption = 'UF:'
end
inherited stbStatus: TStatusBar
Top = 111
Width = 272
ExplicitTop = 111
ExplicitWidth = 272
end
object edt_IE: TEdit
Left = 8
Top = 35
Width = 145
Height = 21
TabOrder = 1
end
object cb_UF: TComboBox
Left = 211
Top = 35
Width = 46
Height = 21
TabOrder = 2
end
object btn_verificar: TButton
Left = 182
Top = 73
Width = 75
Height = 25
Caption = 'Verificar'
TabOrder = 3
OnClick = btn_verificarClick
end
end