lazarus/components/lazreport/source/lr_dsopt.lfm
2009-03-26 16:20:58 +00:00

240 lines
5.2 KiB
Plaintext

object frDesOptionsForm: TfrDesOptionsForm
Left = 309
Height = 327
Top = 177
Width = 364
ActiveControl = CB1
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 327
ClientWidth = 364
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.27'
object PageControl1: TPageControl
Left = 8
Height = 284
Top = 4
Width = 349
ActivePage = Tab1
TabIndex = 0
TabOrder = 0
object Tab1: TTabSheet
Caption = 'Designer'
ClientHeight = 258
ClientWidth = 341
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 = 73
HelpContext = 75
Caption = 'Align to &grid'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 188
Height = 65
Top = 4
Width = 149
Caption = 'Object moving'
ClientHeight = 47
ClientWidth = 145
TabOrder = 1
object RB4: TRadioButton
Left = 8
Height = 17
Top = 4
Width = 49
HelpContext = 84
AllowGrayed = True
Caption = 'S&hape'
Checked = True
State = cbChecked
TabOrder = 0
end
object RB5: TRadioButton
Left = 8
Height = 17
Top = 24
Width = 60
HelpContext = 94
AllowGrayed = True
Caption = '&Contents'
TabOrder = 1
TabStop = False
end
end
object GroupBox3: TGroupBox
Left = 188
Height = 85
Top = 74
Width = 149
Caption = 'Report units'
ClientHeight = 67
ClientWidth = 145
TabOrder = 2
object RB6: TRadioButton
Left = 8
Height = 17
Top = 3
Width = 45
HelpContext = 102
AllowGrayed = True
Caption = '&Pixels'
Checked = True
State = cbChecked
TabOrder = 0
end
object RB7: TRadioButton
Left = 8
Height = 17
Top = 23
Width = 36
HelpContext = 112
AllowGrayed = True
Caption = '&MM'
TabOrder = 1
TabStop = False
end
object RB8: TRadioButton
Left = 8
Height = 17
Top = 43
Width = 50
HelpContext = 121
AllowGrayed = True
Caption = '&Inches'
TabOrder = 2
TabStop = False
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 = 53
HelpContext = 131
AllowGrayed = True
Caption = '&4 pixels'
Checked = True
State = cbChecked
TabOrder = 0
end
object RB2: TRadioButton
Left = 8
Height = 17
Top = 23
Width = 53
HelpContext = 141
AllowGrayed = True
Caption = '&8 pixels'
TabOrder = 1
TabStop = False
end
object RB3: TRadioButton
Left = 8
Height = 17
Top = 43
Width = 90
HelpContext = 151
AllowGrayed = True
Caption = '&18 pixels (5mm)'
TabOrder = 2
TabStop = False
end
end
object GroupBox5: TGroupBox
Left = 4
Height = 85
Top = 166
Width = 333
Caption = 'Other'
ClientHeight = 67
ClientWidth = 329
TabOrder = 4
object CB3: TCheckBox
Left = 8
Height = 17
Top = 2
Width = 92
HelpContext = 161
Caption = 'Colored &buttons'
TabOrder = 0
end
object CB4: TCheckBox
Left = 8
Height = 17
Top = 22
Width = 102
HelpContext = 171
Caption = '&Editing after insert'
TabOrder = 1
end
object CB5: TCheckBox
Left = 8
Height = 17
Top = 44
Width = 96
Caption = 'Show band &titles'
TabOrder = 2
end
end
end
end
object Button1: TButton
Left = 176
Height = 25
Top = 292
Width = 75
HelpContext = 40
BorderSpacing.InnerBorder = 4
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 264
Height = 25
Top = 292
Width = 75
HelpContext = 50
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end