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.
97 lines
1.9 KiB
97 lines
1.9 KiB
object frmEscolheLayout: TfrmEscolheLayout
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Layout'
|
|
ClientHeight = 201
|
|
ClientWidth = 404
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
OnMouseWheelDown = FormMouseWheelDown
|
|
OnMouseWheelUp = FormMouseWheelUp
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbl_layout: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 37
|
|
Height = 13
|
|
Caption = 'Layout:'
|
|
end
|
|
object lbl_beneficiario: TLabel
|
|
Left = 8
|
|
Top = 54
|
|
Width = 59
|
|
Height = 13
|
|
Caption = 'Benefici'#225'rio:'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 100
|
|
Width = 55
|
|
Height = 13
|
|
Caption = 'Provid'#234'ncia'
|
|
end
|
|
object DBLookupComboBox1: TDBLookupComboBox
|
|
Left = 8
|
|
Top = 27
|
|
Width = 388
|
|
Height = 21
|
|
KeyField = 'ID_LAYOUT'
|
|
ListField = 'TX_NOME'
|
|
ListSource = dtsLayout
|
|
TabOrder = 0
|
|
end
|
|
object btn_ok: TButton
|
|
Left = 240
|
|
Top = 168
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Ok'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
OnClick = btn_okClick
|
|
end
|
|
object btn_cancel: TButton
|
|
Left = 321
|
|
Top = 168
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object DBLookupComboBox2: TDBLookupComboBox
|
|
Left = 8
|
|
Top = 73
|
|
Width = 388
|
|
Height = 21
|
|
DropDownRows = 10
|
|
KeyField = 'ID_EMPRESA'
|
|
ListField = 'TX_FANTASIA'
|
|
ListSource = dtmSystem.dtsCHGEmpresa
|
|
TabOrder = 3
|
|
end
|
|
object DBLookupComboBox3: TDBLookupComboBox
|
|
Left = 8
|
|
Top = 119
|
|
Width = 388
|
|
Height = 21
|
|
DropDownRows = 10
|
|
KeyField = 'ID_PROVIDENCIA'
|
|
ListField = 'TX_NOME'
|
|
ListSource = dtmSystem.dtsProvidencias
|
|
TabOrder = 4
|
|
end
|
|
object dtsLayout: TDataSource
|
|
DataSet = dtmSystem.tblLayouts
|
|
Left = 128
|
|
Top = 120
|
|
end
|
|
end
|