lazarus/components/lazreport/source/lr_btyp.lfm
jesus d0a347df28 Added LazReport components
git-svn-id: trunk@11950 -
2007-09-06 19:47:34 +00:00

56 lines
1.1 KiB
Plaintext

object frBandTypesForm: TfrBandTypesForm
BorderStyle = bsDialog
Caption = 'Insert new band'
ClientHeight = 358
ClientWidth = 336
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
PixelsPerInch = 86
Position = poScreenCenter
TextHeight = 13
HorzScrollBar.Page = 337
VertScrollBar.Page = 359
Left = 192
Height = 358
Top = 107
Width = 336
object Button1: TButton
Anchors = [akRight, akBottom]
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 0
Left = 174
Height = 25
Top = 329
Width = 75
HelpContext = 40
end
object GB1: TGroupBox
Caption = 'Band type'
ClientHeight = 307
ClientWidth = 320
DragCursor = 65524
ParentColor = True
TabOrder = 1
Left = 4
Height = 324
Top = 4
Width = 324
HelpContext = 89
end
object Button2: TButton
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
Left = 254
Height = 25
Top = 329
Width = 75
HelpContext = 50
end
end