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.
 

61 lines
1.2 KiB

object frmEscolheProv: TfrmEscolheProv
Left = 0
Top = 0
Caption = 'Provid'#234'ncia'
ClientHeight = 120
ClientWidth = 385
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnMouseWheelDown = FormMouseWheelDown
OnMouseWheelUp = FormMouseWheelUp
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 126
Height = 13
Caption = 'Provid'#234'ncia a ser lan'#231'ada:'
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 8
Top = 40
Width = 369
Height = 21
DropDownRows = 10
KeyField = 'ID_PROVIDENCIA'
ListField = 'TX_NOME'
ListSource = DataSource1
TabOrder = 0
end
object Button1: TButton
Left = 208
Top = 80
Width = 75
Height = 25
Caption = 'Ok'
ModalResult = 1
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 302
Top = 80
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object DataSource1: TDataSource
DataSet = dtmSystem.tblProvidencias
Left = 240
Top = 8
end
end