mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 01:22:43 +02:00
232 lines
5.3 KiB
Plaintext
232 lines
5.3 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.29'
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 297
|
|
Top = 0
|
|
Width = 394
|
|
ActivePage = Tab1
|
|
Align = alClient
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
object Tab1: TTabSheet
|
|
Caption = 'Designer'
|
|
ClientHeight = 264
|
|
ClientWidth = 388
|
|
object GroupBox1: TGroupBox
|
|
Left = 4
|
|
Height = 65
|
|
Top = 4
|
|
Width = 177
|
|
Caption = 'Grid'
|
|
ClientHeight = 49
|
|
ClientWidth = 175
|
|
TabOrder = 0
|
|
object CB1: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 4
|
|
Width = 86
|
|
HelpContext = 66
|
|
Caption = '&Show grid'
|
|
TabOrder = 0
|
|
end
|
|
object CB2: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 24
|
|
Width = 100
|
|
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 = 49
|
|
ClientWidth = 192
|
|
TabOrder = 1
|
|
object RB4: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 4
|
|
Width = 65
|
|
HelpContext = 84
|
|
AllowGrayed = True
|
|
Caption = 'S&hape'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object RB5: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 24
|
|
Width = 82
|
|
HelpContext = 94
|
|
AllowGrayed = True
|
|
Caption = '&Contents'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
end
|
|
object GroupBox3: TGroupBox
|
|
Left = 188
|
|
Height = 85
|
|
Top = 74
|
|
Width = 194
|
|
Caption = 'Report units'
|
|
ClientHeight = 69
|
|
ClientWidth = 192
|
|
TabOrder = 2
|
|
object RB6: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 3
|
|
Width = 60
|
|
HelpContext = 102
|
|
AllowGrayed = True
|
|
Caption = '&Pixels'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object RB7: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 23
|
|
Width = 46
|
|
HelpContext = 112
|
|
AllowGrayed = True
|
|
Caption = '&MM'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object RB8: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 43
|
|
Width = 65
|
|
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 = 69
|
|
ClientWidth = 175
|
|
TabOrder = 3
|
|
object RB1: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 3
|
|
Width = 72
|
|
HelpContext = 131
|
|
AllowGrayed = True
|
|
Caption = '&4 pixels'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object RB2: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 23
|
|
Width = 72
|
|
HelpContext = 141
|
|
AllowGrayed = True
|
|
Caption = '&8 pixels'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object RB3: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 43
|
|
Width = 128
|
|
HelpContext = 151
|
|
AllowGrayed = True
|
|
Caption = '&18 pixels (5mm)'
|
|
TabOrder = 2
|
|
TabStop = False
|
|
end
|
|
end
|
|
object GroupBox5: TGroupBox
|
|
Left = 4
|
|
Height = 85
|
|
Top = 166
|
|
Width = 381
|
|
Caption = 'Other'
|
|
ClientHeight = 69
|
|
ClientWidth = 379
|
|
TabOrder = 4
|
|
object CB3: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 2
|
|
Width = 126
|
|
HelpContext = 161
|
|
Caption = 'Colored &buttons'
|
|
TabOrder = 0
|
|
end
|
|
object CB4: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 22
|
|
Width = 141
|
|
HelpContext = 171
|
|
Caption = '&Editing after insert'
|
|
TabOrder = 1
|
|
end
|
|
object CB5: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 44
|
|
Width = 129
|
|
Caption = 'Show band &titles'
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 38
|
|
Top = 303
|
|
Width = 382
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.Caption = '&OK'
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.Caption = '&Help'
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Caption = '&Close'
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.Caption = 'Cancel'
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
end
|