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.
57 lines
1.1 KiB
57 lines
1.1 KiB
object frmEscolheAcordo: TfrmEscolheAcordo
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Acordo'
|
|
ClientHeight = 108
|
|
ClientWidth = 208
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
OnKeyDown = FormKeyDown
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 75
|
|
Height = 13
|
|
Caption = 'Tipo de acordo:'
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 8
|
|
Top = 27
|
|
Width = 145
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemIndex = 0
|
|
TabOrder = 0
|
|
Text = 'Parcelamento Simples'
|
|
Items.Strings = (
|
|
'Parcelamento Simples'
|
|
'Financiamento')
|
|
end
|
|
object Button1: TButton
|
|
Left = 8
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Abrir'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 112
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|