lazarus/components/lazreport/source/lr_var.lfm
2010-07-13 21:02:52 +00:00

60 lines
1.2 KiB
Plaintext

object frVarForm: TfrVarForm
Left = 555
Height = 317
Top = 187
Width = 217
HorzScrollBar.Page = 216
VertScrollBar.Page = 316
ActiveControl = ValList
BorderStyle = bsDialog
Caption = 'Variables'
ClientHeight = 317
ClientWidth = 217
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnActivate = FormActivate
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnKeyDown = FormKeyDown
Position = poScreenCenter
LCLVersion = '0.9.29'
object Label1: TLabel
Left = 4
Height = 15
Top = 4
Width = 55
Caption = '&Category:'
FocusControl = ValCombo
ParentColor = False
end
object ValList: TListBox
Left = 4
Height = 264
Top = 48
Width = 209
HelpContext = 22
ClickOnSelChange = False
Font.Height = -11
Font.Name = 'MS Sans Serif'
IntegralHeight = True
ItemHeight = 0
OnDblClick = ValListDblClick
OnKeyDown = ValListKeyDown
ParentFont = False
TabOrder = 0
TopIndex = -1
end
object ValCombo: TComboBox
Left = 4
Height = 29
Top = 24
Width = 209
HelpContext = 32
ItemHeight = 0
OnChange = ValComboClick
Style = csDropDownList
TabOrder = 1
end
end