Files
lazarus-ccr/applications/lazstats/source_orig/scriptoptsunit.lfm

54 lines
1.2 KiB
Plaintext
Raw Normal View History

object scriptoptsfrm: Tscriptoptsfrm
Left = 254
Height = 125
Top = 130
Width = 281
Caption = 'Script Options'
ClientHeight = 125
ClientWidth = 281
LCLVersion = '0.9.28.2'
object CheckGroup1: TCheckGroup
Left = 5
Height = 72
Top = 8
Width = 269
AutoFill = True
Caption = 'Options'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
Items.Strings = (
'Do NOT record file Open Operations'
'Do NOT record file Save Operations'
)
TabOrder = 0
Data = {
020000000202
}
end
object CancelBtn: TButton
Left = 7
Height = 30
Top = 88
Width = 73
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object ReturnBtn: TButton
Left = 200
Height = 30
Top = 88
Width = 73
Caption = 'Return'
ModalResult = 1
OnClick = ReturnBtnClick
TabOrder = 2
end
end