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.
 

55 lines
1.0 KiB

inherited frmEscolheCampanha: TfrmEscolheCampanha
Caption = 'Campanha'
ClientHeight = 153
ClientWidth = 294
OnShow = FormShow
ExplicitWidth = 300
ExplicitHeight = 181
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel [0]
Left = 8
Top = 8
Width = 117
Height = 13
Caption = 'Escolha uma campanha:'
end
inherited stbStatus: TStatusBar
Top = 134
Width = 294
ExplicitTop = 134
ExplicitWidth = 294
end
object cb_campanhas: TComboBox
Left = 8
Top = 27
Width = 273
Height = 21
TabOrder = 1
end
object btn_ok: TButton
Left = 8
Top = 82
Width = 75
Height = 25
Caption = 'Ok'
ModalResult = 1
TabOrder = 2
OnClick = btn_okClick
end
object btn_cancel: TButton
Left = 206
Top = 82
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object queryLimpaCamp: TZQuery
Connection = dtmSystem.ZConnection
Params = <>
Left = 16
Top = 88
end
end