lazarus/components/lazreport/source/lr_dsopt.lfm
2011-11-05 04:36:48 +00:00

220 lines
4.9 KiB
Plaintext

object frDesOptionsForm: TfrDesOptionsForm
Left = 309
Height = 347
Top = 177
Width = 394
ActiveControl = PageControl1
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 347
ClientWidth = 394
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.31'
object PageControl1: TPageControl
Left = 0
Height = 301
Top = 0
Width = 394
ActivePage = Tab1
Align = alClient
TabIndex = 0
TabOrder = 0
object Tab1: TTabSheet
Caption = 'Designer'
ClientHeight = 275
ClientWidth = 386
object GroupBox1: TGroupBox
Left = 4
Height = 65
Top = 4
Width = 177
Caption = 'Grid'
ClientHeight = 47
ClientWidth = 173
TabOrder = 0
object CB1: TCheckBox
Left = 8
Height = 17
Top = 4
Width = 65
HelpContext = 66
Caption = '&Show grid'
TabOrder = 0
end
object CB2: TCheckBox
Left = 8
Height = 17
Top = 24
Width = 75
HelpContext = 75
Caption = 'Align to &grid'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 188
Height = 65
Top = 4
Width = 194
Caption = 'Object moving'
ClientHeight = 47
ClientWidth = 190
TabOrder = 1
object RB4: TRadioButton
Left = 8
Height = 17
Top = 4
Width = 48
HelpContext = 84
Caption = 'S&hape'
Checked = True
TabOrder = 0
TabStop = True
end
object RB5: TRadioButton
Left = 8
Height = 17
Top = 24
Width = 62
HelpContext = 94
Caption = '&Contents'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 188
Height = 85
Top = 74
Width = 194
Caption = 'Report units'
ClientHeight = 67
ClientWidth = 190
TabOrder = 2
object RB6: TRadioButton
Left = 8
Height = 17
Top = 3
Width = 45
HelpContext = 102
Caption = '&Pixels'
Checked = True
TabOrder = 0
TabStop = True
end
object RB7: TRadioButton
Left = 8
Height = 17
Top = 23
Width = 34
HelpContext = 112
Caption = '&MM'
TabOrder = 1
end
object RB8: TRadioButton
Left = 8
Height = 17
Top = 43
Width = 50
HelpContext = 121
Caption = '&Inches'
TabOrder = 2
end
end
object GroupBox4: TGroupBox
Left = 4
Height = 85
Top = 74
Width = 177
Caption = 'Grid size'
ClientHeight = 67
ClientWidth = 173
TabOrder = 3
object RB1: TRadioButton
Left = 8
Height = 17
Top = 3
Width = 54
HelpContext = 131
Caption = '&4 pixels'
Checked = True
TabOrder = 0
TabStop = True
end
object RB2: TRadioButton
Left = 8
Height = 17
Top = 23
Width = 54
HelpContext = 141
Caption = '&8 pixels'
TabOrder = 1
end
object RB3: TRadioButton
Left = 8
Height = 17
Top = 43
Width = 93
HelpContext = 151
Caption = '&18 pixels (5mm)'
TabOrder = 2
end
end
object GroupBox5: TGroupBox
Left = 4
Height = 85
Top = 166
Width = 381
Caption = 'Other'
ClientHeight = 67
ClientWidth = 377
TabOrder = 4
object CB3: TCheckBox
Left = 8
Height = 17
Top = 2
Width = 95
HelpContext = 161
Caption = 'Colored &buttons'
Enabled = False
TabOrder = 0
end
object CB4: TCheckBox
Left = 8
Height = 17
Top = 22
Width = 107
HelpContext = 171
Caption = '&Editing after insert'
TabOrder = 1
end
object CB5: TCheckBox
Left = 8
Height = 17
Top = 44
Width = 97
Caption = 'Show band &titles'
TabOrder = 2
end
end
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 307
Width = 382
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end