2021-11-22 16:47:44 +00:00
|
|
|
object DemoForm: TDemoForm
|
|
|
|
Left = 257
|
2021-11-23 17:17:28 +00:00
|
|
|
Height = 585
|
2021-11-22 16:47:44 +00:00
|
|
|
Top = 128
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 752
|
2021-11-22 16:47:44 +00:00
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Test QuestionDlgEx'
|
2021-11-23 17:17:28 +00:00
|
|
|
ClientHeight = 585
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientWidth = 752
|
2021-11-22 16:47:44 +00:00
|
|
|
OnCreate = FormCreate
|
2021-11-22 18:42:46 +00:00
|
|
|
LCLVersion = '2.3.0.0'
|
2021-11-22 16:47:44 +00:00
|
|
|
object rgButtons: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = rgBtnAlignment
|
|
|
|
AnchorSideTop.Control = rgMessage
|
|
|
|
AnchorSideRight.Control = rgBtnAlignment
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = rgMessage
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 231
|
|
|
|
Height = 108
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 244
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 112
|
2021-11-23 22:29:16 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2021-11-22 16:47:44 +00:00
|
|
|
AutoFill = True
|
|
|
|
Caption = 'Buttons'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 88
|
2021-11-22 16:47:44 +00:00
|
|
|
ClientWidth = 108
|
|
|
|
ItemIndex = 1
|
|
|
|
Items.Strings = (
|
|
|
|
'1 button'
|
|
|
|
'3 buttons'
|
|
|
|
'5 buttons'
|
|
|
|
'7 buttons'
|
|
|
|
)
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object rgMessage: TRadioGroup
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = gbTextAlignmentLayout
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideTop.Control = gbTextAlignmentLayout
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideRight.Control = gbTextAlignmentLayout
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 16
|
|
|
|
Height = 108
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 244
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 191
|
2021-11-22 16:47:44 +00:00
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
2021-11-24 20:28:10 +00:00
|
|
|
BorderSpacing.Top = 12
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Message'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
2021-11-23 22:29:16 +00:00
|
|
|
ChildSizing.HorizontalSpacing = 12
|
|
|
|
ChildSizing.VerticalSpacing = 4
|
2021-11-22 16:47:44 +00:00
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
2021-11-23 17:17:28 +00:00
|
|
|
ChildSizing.ControlsPerLine = 2
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 88
|
|
|
|
ClientWidth = 187
|
2021-11-23 17:17:28 +00:00
|
|
|
Columns = 2
|
2021-11-22 16:47:44 +00:00
|
|
|
ItemIndex = 2
|
|
|
|
Items.Strings = (
|
|
|
|
'very short'
|
|
|
|
'short'
|
|
|
|
'medium'
|
|
|
|
'long'
|
|
|
|
'very long'
|
2021-11-23 17:17:28 +00:00
|
|
|
'high'
|
|
|
|
'long && linebreak'
|
2021-11-22 16:47:44 +00:00
|
|
|
)
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object gbFont: TGroupBox
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = rgGlyphShowMode
|
|
|
|
AnchorSideTop.Control = rgBtnAlignment
|
|
|
|
AnchorSideRight.Control = gbMaxWidth
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideBottom.Control = gbTextAlignmentLayout
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 367
|
2021-11-23 17:17:28 +00:00
|
|
|
Height = 95
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 137
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 322
|
2021-11-23 22:29:16 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Font'
|
2021-11-23 17:17:28 +00:00
|
|
|
ClientHeight = 75
|
2021-11-22 16:47:44 +00:00
|
|
|
ClientWidth = 318
|
|
|
|
TabOrder = 2
|
|
|
|
object cbDefaultFont: TCheckBox
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = gbFont
|
|
|
|
AnchorSideTop.Control = gbFont
|
|
|
|
Left = 24
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 19
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 8
|
2021-11-22 18:42:46 +00:00
|
|
|
Width = 55
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 24
|
|
|
|
BorderSpacing.Top = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'default'
|
|
|
|
Checked = True
|
|
|
|
OnChange = cbDefaultFontChange
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object cbFontName: TComboBox
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = gbFont
|
|
|
|
AnchorSideTop.Control = cbDefaultFont
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Control = seFontSize
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 24
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 23
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 31
|
|
|
|
Width = 204
|
2021-11-22 16:47:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 24
|
|
|
|
BorderSpacing.Top = 4
|
2021-11-22 16:47:44 +00:00
|
|
|
BorderSpacing.Right = 16
|
|
|
|
ItemHeight = 15
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'cbFontName'
|
|
|
|
end
|
|
|
|
object seFontSize: TSpinEdit
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideTop.Control = cbFontName
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Control = gbFont
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 244
|
|
|
|
Height = 23
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 31
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 58
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 16
|
|
|
|
TabOrder = 2
|
|
|
|
Value = 12
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object rgBtnAlignment: TRadioGroup
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = rgMessage
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideTop.Control = gbTextAlignmentLayout
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideBottom.Control = gbTextAlignmentLayout
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 231
|
2021-11-23 17:17:28 +00:00
|
|
|
Height = 95
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 137
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 112
|
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 24
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Button alignment'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2021-11-23 17:17:28 +00:00
|
|
|
ClientHeight = 75
|
2021-11-22 16:47:44 +00:00
|
|
|
ClientWidth = 108
|
|
|
|
ItemIndex = 2
|
|
|
|
Items.Strings = (
|
|
|
|
'left'
|
|
|
|
'right'
|
|
|
|
'center'
|
|
|
|
)
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object gbMaxWidth: TGroupBox
|
|
|
|
AnchorSideLeft.Control = rgGlyphShowMode
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = rgGlyphShowMode
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = rgGlyphShowMode
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 521
|
|
|
|
Height = 108
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 244
|
2021-11-22 18:42:46 +00:00
|
|
|
Width = 168
|
2021-11-23 22:29:16 +00:00
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
AutoSize = True
|
2021-11-22 16:47:44 +00:00
|
|
|
BorderSpacing.Left = 24
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Right = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Dialog size limits'
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 88
|
2021-11-22 18:42:46 +00:00
|
|
|
ClientWidth = 164
|
2021-11-23 17:17:28 +00:00
|
|
|
TabOrder = 4
|
2021-11-22 16:47:44 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideLeft.Control = gbMaxWidth
|
|
|
|
AnchorSideTop.Control = seMaxWidth
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 12
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 15
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 12
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 56
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 12
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Max width'
|
|
|
|
end
|
|
|
|
object seMaxWidth: TSpinEdit
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideLeft.Control = Label1
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Control = gbMaxWidth
|
|
|
|
AnchorSideRight.Control = gbMaxWidth
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 84
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 23
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 8
|
|
|
|
Width = 64
|
2021-11-22 16:47:44 +00:00
|
|
|
Alignment = taRightJustify
|
2021-11-23 17:17:28 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Left = 16
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Top = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
BorderSpacing.Right = 16
|
2021-11-23 22:29:16 +00:00
|
|
|
Constraints.MinWidth = 64
|
2021-11-22 18:42:46 +00:00
|
|
|
MaxValue = 10000
|
2021-11-22 16:47:44 +00:00
|
|
|
TabOrder = 0
|
2021-11-22 18:42:46 +00:00
|
|
|
Value = 500
|
2021-11-22 16:47:44 +00:00
|
|
|
end
|
|
|
|
object Label2: TLabel
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = Label1
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Control = seMinWidth
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 12
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 15
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 43
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 54
|
|
|
|
Caption = 'Min width'
|
|
|
|
end
|
|
|
|
object seMinWidth: TSpinEdit
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideLeft.Control = seMaxWidth
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Control = seMaxWidth
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = gbMaxWidth
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 84
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 23
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 39
|
|
|
|
Width = 64
|
2021-11-22 16:47:44 +00:00
|
|
|
Alignment = taRightJustify
|
2021-11-23 17:17:28 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Top = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
BorderSpacing.Right = 16
|
2021-11-22 18:42:46 +00:00
|
|
|
MaxValue = 10000
|
2021-11-22 16:47:44 +00:00
|
|
|
TabOrder = 1
|
2021-11-22 18:42:46 +00:00
|
|
|
Value = 250
|
2021-11-22 16:47:44 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object rgPosition: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = rgBtnAlignment
|
|
|
|
AnchorSideTop.Control = rgMsgType
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideRight.Control = gbMaxWidth
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = rgMsgType
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 231
|
|
|
|
Height = 123
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 364
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 458
|
2021-11-22 16:47:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Position'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 4
|
|
|
|
ChildSizing.HorizontalSpacing = 16
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 3
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 103
|
|
|
|
ClientWidth = 454
|
2021-11-22 16:47:44 +00:00
|
|
|
Columns = 3
|
|
|
|
ItemIndex = 9
|
|
|
|
Items.Strings = (
|
|
|
|
'poDesigned'
|
|
|
|
'poDefault'
|
|
|
|
'poDefaultPosOnly'
|
|
|
|
'poDefaultSizeOnly'
|
|
|
|
'poScreenCenter'
|
|
|
|
'poDesktopCenter'
|
|
|
|
'poMainFormCenter'
|
|
|
|
'poOwnerFormCenter'
|
|
|
|
'poWorkAreaCenter'
|
|
|
|
'(Custom)'
|
|
|
|
)
|
2021-11-23 17:17:28 +00:00
|
|
|
TabOrder = 5
|
2021-11-22 16:47:44 +00:00
|
|
|
object edX: TEdit
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 159
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 23
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 69
|
|
|
|
Width = 139
|
2021-11-22 16:47:44 +00:00
|
|
|
TabOrder = 0
|
|
|
|
TextHint = 'Enter X value'
|
|
|
|
end
|
|
|
|
object edY: TEdit
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 314
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 23
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 69
|
|
|
|
Width = 128
|
2021-11-22 16:47:44 +00:00
|
|
|
TabOrder = 1
|
|
|
|
TextHint = 'Enter Y value'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object rgMsgType: TRadioGroup
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = gbTextAlignmentLayout
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Control = rgMessage
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideRight.Control = rgMessage
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 16
|
|
|
|
Height = 123
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 364
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 191
|
2021-11-23 17:17:28 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2021-11-22 16:47:44 +00:00
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
2021-11-24 20:28:10 +00:00
|
|
|
BorderSpacing.Top = 12
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Message type'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
2021-11-23 22:29:16 +00:00
|
|
|
ChildSizing.VerticalSpacing = 2
|
2021-11-22 16:47:44 +00:00
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 103
|
|
|
|
ClientWidth = 187
|
2021-11-22 16:47:44 +00:00
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'mtWarning'
|
|
|
|
'mtError'
|
|
|
|
'mtInformation'
|
|
|
|
'mtConfirmation'
|
|
|
|
'mtCustom'
|
|
|
|
)
|
2021-11-23 17:17:28 +00:00
|
|
|
TabOrder = 6
|
2021-11-22 16:47:44 +00:00
|
|
|
end
|
|
|
|
object rgGlyphShowMode: TRadioGroup
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = rgBtnAlignment
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = rgMessage
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideBottom.Control = rgMessage
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 367
|
|
|
|
Height = 108
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 244
|
2021-11-22 18:42:46 +00:00
|
|
|
Width = 130
|
2021-11-22 16:47:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 24
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'GlyphShowMode'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 88
|
2021-11-22 18:42:46 +00:00
|
|
|
ClientWidth = 126
|
2021-11-22 16:47:44 +00:00
|
|
|
ItemIndex = 2
|
|
|
|
Items.Strings = (
|
|
|
|
'gsmAlways '
|
|
|
|
'gsmNever '
|
|
|
|
'gsmApplication'
|
|
|
|
'gsmSystem '
|
|
|
|
)
|
2021-11-23 17:17:28 +00:00
|
|
|
TabOrder = 7
|
2021-11-22 16:47:44 +00:00
|
|
|
end
|
|
|
|
object gbTestStd: TGroupBox
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = rgGlyphShowMode
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
AnchorSideRight.Control = gbMaxWidth
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 367
|
|
|
|
Height = 90
|
|
|
|
Top = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 322
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2021-11-23 22:29:16 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'Test standard dialogs'
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 70
|
2021-11-22 16:47:44 +00:00
|
|
|
ClientWidth = 318
|
2021-11-23 22:29:16 +00:00
|
|
|
TabOrder = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
object btnQuestionDlg: TButton
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = gbTestStd
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Control = gbTestStd
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 25
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 92
|
|
|
|
AutoSize = True
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'QuestionDlg'
|
|
|
|
OnClick = btnQuestionDlgClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnDefaultQuestionDlg: TButton
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = btnQuestionDlg
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Control = gbTestStd
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 156
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 25
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 130
|
|
|
|
AutoSize = True
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Left = 48
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'DefaultQuestionDlg'
|
|
|
|
OnClick = btnDefaultQuestionDlgClick
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object btnMessageDlg: TButton
|
|
|
|
AnchorSideLeft.Control = btnQuestionDlg
|
|
|
|
AnchorSideTop.Control = btnQuestionDlg
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = btnQuestionDlg
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 25
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 37
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 92
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'MessageDlg'
|
|
|
|
OnClick = btnMessageDlgClick
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object btnDefaultPromptDlg: TButton
|
|
|
|
AnchorSideLeft.Control = btnDefaultQuestionDlg
|
2021-11-24 20:28:10 +00:00
|
|
|
AnchorSideTop.Control = btnDefaultQuestionDlg
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Control = btnDefaultQuestionDlg
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 156
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 25
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 37
|
2021-11-22 16:47:44 +00:00
|
|
|
Width = 130
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoSize = True
|
2021-11-24 20:28:10 +00:00
|
|
|
BorderSpacing.Top = 4
|
2021-11-22 16:47:44 +00:00
|
|
|
Caption = 'DefaultPromptDlg'
|
|
|
|
OnClick = btnDefaultPromptDlgClick
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideTop.Control = gbTestStd
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideRight.Control = gbTestStd
|
2021-11-22 16:47:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 0
|
2021-11-22 16:47:44 +00:00
|
|
|
Height = 3
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 122
|
|
|
|
Width = 689
|
2021-11-22 16:47:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2021-11-23 22:29:16 +00:00
|
|
|
BorderSpacing.Top = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
Shape = bsTopLine
|
|
|
|
end
|
2021-11-23 17:17:28 +00:00
|
|
|
object gbTextAlignmentLayout: TGroupBox
|
2021-11-23 22:29:16 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2021-11-23 17:17:28 +00:00
|
|
|
AnchorSideTop.Control = Bevel1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = rgMessage
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 16
|
2021-11-23 17:17:28 +00:00
|
|
|
Height = 95
|
2021-11-24 20:28:10 +00:00
|
|
|
Top = 137
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 192
|
|
|
|
BorderSpacing.Left = 16
|
2021-11-24 20:28:10 +00:00
|
|
|
BorderSpacing.Top = 12
|
2021-11-23 17:17:28 +00:00
|
|
|
Caption = 'Text alignment/layout'
|
|
|
|
ClientHeight = 75
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientWidth = 188
|
|
|
|
TabOrder = 9
|
2021-11-23 17:17:28 +00:00
|
|
|
object Panel1: TPanel
|
|
|
|
AnchorSideLeft.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideTop.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideRight.Control = Bevel2
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 8
|
2021-11-23 22:29:16 +00:00
|
|
|
Height = 65
|
2021-11-23 17:17:28 +00:00
|
|
|
Top = 0
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 80
|
2021-11-23 17:17:28 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 6
|
|
|
|
BevelOuter = bvNone
|
2021-11-23 22:29:16 +00:00
|
|
|
ChildSizing.VerticalSpacing = 4
|
2021-11-23 17:17:28 +00:00
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2021-11-23 22:29:16 +00:00
|
|
|
ClientHeight = 65
|
|
|
|
ClientWidth = 80
|
2021-11-23 17:17:28 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object rbLeftJustify: TRadioButton
|
|
|
|
Left = 0
|
|
|
|
Height = 19
|
|
|
|
Top = 0
|
|
|
|
Width = 63
|
|
|
|
Caption = 'left'
|
|
|
|
Checked = True
|
|
|
|
TabOrder = 2
|
|
|
|
TabStop = True
|
|
|
|
end
|
|
|
|
object rbHCenter: TRadioButton
|
|
|
|
Tag = 2
|
|
|
|
Left = 0
|
|
|
|
Height = 19
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 23
|
2021-11-23 17:17:28 +00:00
|
|
|
Width = 63
|
|
|
|
Caption = 'h-center'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object rbRightJustify: TRadioButton
|
|
|
|
Tag = 1
|
|
|
|
Left = 0
|
|
|
|
Height = 19
|
2021-11-23 22:29:16 +00:00
|
|
|
Top = 46
|
2021-11-23 17:17:28 +00:00
|
|
|
Width = 63
|
|
|
|
Caption = 'right'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Panel2: TPanel
|
|
|
|
AnchorSideLeft.Control = Bevel2
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 108
|
2021-11-23 17:17:28 +00:00
|
|
|
Height = 69
|
|
|
|
Top = 0
|
|
|
|
Width = 62
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 6
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ChildSizing.VerticalSpacing = 6
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 69
|
|
|
|
ClientWidth = 62
|
|
|
|
TabOrder = 1
|
|
|
|
object rbTop: TRadioButton
|
|
|
|
Left = 0
|
|
|
|
Height = 19
|
|
|
|
Top = 0
|
|
|
|
Width = 62
|
|
|
|
Caption = 'top'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object rbVCenter: TRadioButton
|
|
|
|
Tag = 1
|
|
|
|
Left = 0
|
|
|
|
Height = 19
|
|
|
|
Top = 25
|
|
|
|
Width = 62
|
|
|
|
Caption = 'v-center'
|
|
|
|
Checked = True
|
|
|
|
TabOrder = 2
|
|
|
|
TabStop = True
|
|
|
|
end
|
|
|
|
object rbBottom: TRadioButton
|
|
|
|
Tag = 2
|
|
|
|
Left = 0
|
|
|
|
Height = 19
|
|
|
|
Top = 50
|
|
|
|
Width = 62
|
|
|
|
Caption = 'bottom'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Bevel2: TBevel
|
|
|
|
AnchorSideLeft.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
AnchorSideBottom.Control = Panel2
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 92
|
2021-11-23 17:17:28 +00:00
|
|
|
Height = 69
|
|
|
|
Top = 0
|
2021-11-23 22:29:16 +00:00
|
|
|
Width = 4
|
2021-11-23 17:17:28 +00:00
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
2021-11-23 22:29:16 +00:00
|
|
|
Shape = bsSpacer
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object gbTest: TGroupBox
|
|
|
|
AnchorSideLeft.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideTop.Control = gbTestStd
|
|
|
|
AnchorSideRight.Control = rgBtnAlignment
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = gbTestStd
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 90
|
|
|
|
Top = 16
|
|
|
|
Width = 327
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
Caption = 'Test QuestionDlgEx'
|
|
|
|
ClientHeight = 70
|
|
|
|
ClientWidth = 323
|
|
|
|
TabOrder = 10
|
|
|
|
object btnQuestionDlgEx: TButton
|
|
|
|
Left = 8
|
|
|
|
Height = 54
|
|
|
|
Top = 8
|
|
|
|
Width = 307
|
|
|
|
Align = alClient
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
BorderSpacing.InnerBorder = 8
|
|
|
|
Caption = 'QuestionDlgEx'
|
|
|
|
OnClick = btnQuestionDlgExClick
|
|
|
|
TabOrder = 0
|
2021-11-23 17:17:28 +00:00
|
|
|
end
|
|
|
|
end
|
2021-11-24 20:28:10 +00:00
|
|
|
object rgTextBkColor: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = gbTextAlignmentLayout
|
|
|
|
AnchorSideTop.Control = rgMsgType
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = rgMessage
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 52
|
|
|
|
Top = 499
|
|
|
|
Width = 191
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoFill = True
|
|
|
|
BorderSpacing.Top = 12
|
|
|
|
BorderSpacing.Bottom = 16
|
|
|
|
Caption = 'Text background color'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 2
|
|
|
|
ClientHeight = 32
|
|
|
|
ClientWidth = 187
|
|
|
|
Columns = 2
|
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'clWindow'
|
|
|
|
'clForm'
|
|
|
|
)
|
|
|
|
OnClick = rgTextBkColorClick
|
|
|
|
TabOrder = 11
|
|
|
|
end
|
|
|
|
object FontDialog: TFontDialog
|
2021-11-22 16:47:44 +00:00
|
|
|
MinFontSize = 0
|
|
|
|
MaxFontSize = 0
|
2021-11-23 22:29:16 +00:00
|
|
|
Left = 584
|
2021-11-22 16:47:44 +00:00
|
|
|
Top = 136
|
|
|
|
end
|
2021-11-23 22:29:16 +00:00
|
|
|
object HTMLHelpDatabase: THTMLHelpDatabase
|
2021-11-22 16:47:44 +00:00
|
|
|
BaseURL = 'file://html/'
|
|
|
|
AutoRegister = True
|
|
|
|
KeywordPrefix = 'HTML/'
|
2021-11-24 20:28:10 +00:00
|
|
|
Left = 296
|
|
|
|
Top = 16
|
2021-11-22 16:47:44 +00:00
|
|
|
end
|
2021-11-23 22:29:16 +00:00
|
|
|
object HTMLBrowserHelpViewer: THTMLBrowserHelpViewer
|
2021-11-22 16:47:44 +00:00
|
|
|
BrowserParams = '%s'
|
|
|
|
AutoRegister = True
|
2021-11-24 20:28:10 +00:00
|
|
|
Left = 296
|
|
|
|
Top = 72
|
2021-11-22 16:47:44 +00:00
|
|
|
end
|
|
|
|
end
|