Files
lazarus-ccr/applications/spready/scolwidthform.lfm
2016-10-20 21:21:08 +00:00

110 lines
2.6 KiB
Plaintext

object ColWidthForm: TColWidthForm
Left = 479
Height = 178
Top = 289
Width = 349
HorzScrollBar.Page = 320
HorzScrollBar.Range = 320
VertScrollBar.Page = 141
VertScrollBar.Range = 141
BorderStyle = bsDialog
Caption = 'ColWidthForm'
ClientHeight = 178
ClientWidth = 349
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '1.7'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 138
Width = 337
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.Caption = 'Close'
CloseButton.DefaultCaption = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
object EdColWidth: TFloatSpinEdit
AnchorSideLeft.Control = LblColWidth
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = RbCustom
AnchorSideTop.Side = asrBottom
Left = 124
Height = 23
Top = 94
Width = 74
Alignment = taRightJustify
BorderSpacing.Left = 24
BorderSpacing.Top = 24
BorderSpacing.Bottom = 24
Increment = 1
MaxValue = 100
MinValue = 0
TabOrder = 1
Value = 15
end
object LblColWidth: TLabel
AnchorSideTop.Control = EdColWidth
AnchorSideTop.Side = asrCenter
Left = 24
Height = 15
Top = 98
Width = 76
BorderSpacing.Left = 24
BorderSpacing.Bottom = 24
Caption = 'Column width'
ParentColor = False
end
object CbUnits: TComboBox
AnchorSideLeft.Control = EdColWidth
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = EdColWidth
AnchorSideTop.Side = asrCenter
Left = 206
Height = 23
Top = 94
Width = 114
BorderSpacing.Left = 8
ItemHeight = 15
OnChange = CbUnitsChange
Style = csDropDownList
TabOrder = 2
end
object RbDefault: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 24
Height = 19
Top = 24
Width = 58
BorderSpacing.Left = 24
BorderSpacing.Top = 24
Caption = 'Default'
OnChange = ColWidthTypeChanged
TabOrder = 3
end
object RbCustom: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = RbDefault
AnchorSideTop.Side = asrBottom
Left = 24
Height = 19
Top = 51
Width = 62
BorderSpacing.Left = 24
BorderSpacing.Top = 8
Caption = 'Custom'
Checked = True
OnChange = ColWidthTypeChanged
TabOrder = 4
TabStop = True
end
end