2008-02-03 12:05:55 +00:00
|
|
|
object frmEditElement: TfrmEditElement
|
2017-05-20 20:43:20 +00:00
|
|
|
Left = 288
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 446
|
2017-05-20 20:43:20 +00:00
|
|
|
Top = 321
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 487
|
2008-02-03 12:05:55 +00:00
|
|
|
HorzScrollBar.Page = 378
|
|
|
|
VertScrollBar.Page = 444
|
2017-05-20 20:43:20 +00:00
|
|
|
AutoSize = True
|
2008-02-03 12:05:55 +00:00
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Edit Element'
|
2022-10-03 22:26:21 +00:00
|
|
|
ClientHeight = 446
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 487
|
2008-02-03 12:05:55 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
|
|
|
Position = poScreenCenter
|
2023-01-16 12:43:17 +00:00
|
|
|
LCLVersion = '2.3.0.0'
|
2008-02-03 12:05:55 +00:00
|
|
|
object gbCaption: TGroupBox
|
|
|
|
Left = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 54
|
2022-10-03 22:26:21 +00:00
|
|
|
Top = 351
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 463
|
2016-07-21 11:15:26 +00:00
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Top = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Right = 12
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Bottom = 6
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = ' Caption '
|
2016-07-21 11:15:26 +00:00
|
|
|
ClientHeight = 34
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 459
|
2017-05-20 20:43:20 +00:00
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentFont = False
|
2016-08-13 12:24:22 +00:00
|
|
|
TabOrder = 4
|
2016-07-07 20:51:29 +00:00
|
|
|
object lblCaptionText: TLabel
|
2016-07-21 11:15:26 +00:00
|
|
|
AnchorSideLeft.Control = gbCaption
|
|
|
|
AnchorSideTop.Control = edCaptionText
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Height = 15
|
2016-07-21 11:15:26 +00:00
|
|
|
Top = 6
|
2016-06-09 23:49:35 +00:00
|
|
|
Width = 27
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Left = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = 'Text: '
|
2016-07-07 20:51:29 +00:00
|
|
|
FocusControl = edCaptionText
|
2008-02-03 12:05:55 +00:00
|
|
|
ParentColor = False
|
2017-05-20 20:43:20 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object btnCaptionFont: TButton
|
2016-07-21 11:15:26 +00:00
|
|
|
AnchorSideTop.Control = edCaptionText
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = gbCaption
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 392
|
2008-02-03 12:05:55 +00:00
|
|
|
Height = 25
|
2016-07-21 11:15:26 +00:00
|
|
|
Top = 1
|
2017-05-20 20:43:20 +00:00
|
|
|
Width = 59
|
2016-07-21 11:15:26 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2017-05-20 20:43:20 +00:00
|
|
|
AutoSize = True
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = 'Font...'
|
|
|
|
OnClick = btnCaptionFontClick
|
2017-05-20 20:43:20 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object edCaptionText: TEdit
|
2016-07-21 11:15:26 +00:00
|
|
|
AnchorSideLeft.Control = lblCaptionText
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = btnCaptionFont
|
2017-05-20 20:43:20 +00:00
|
|
|
Left = 43
|
2016-06-09 23:49:35 +00:00
|
|
|
Height = 23
|
2016-07-21 11:15:26 +00:00
|
|
|
Top = 2
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 345
|
2016-07-21 11:15:26 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Left = 8
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
OnChange = edCaptionTextChange
|
2017-05-20 20:43:20 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|
2016-07-21 11:15:26 +00:00
|
|
|
object Panel1: TPanel
|
2016-07-07 20:51:29 +00:00
|
|
|
Left = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 23
|
|
|
|
Top = 8
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 463
|
2016-07-21 11:15:26 +00:00
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 23
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 463
|
2016-08-13 12:24:22 +00:00
|
|
|
TabOrder = 0
|
2016-07-21 11:15:26 +00:00
|
|
|
object lblName: TLabel
|
|
|
|
AnchorSideTop.Control = edName
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 4
|
|
|
|
Width = 38
|
|
|
|
Caption = 'Name: '
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object edName: TEdit
|
|
|
|
AnchorSideLeft.Control = lblName
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
Left = 42
|
2016-07-07 20:51:29 +00:00
|
|
|
Height = 23
|
2016-07-21 11:15:26 +00:00
|
|
|
Top = 0
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 421
|
2016-07-21 11:15:26 +00:00
|
|
|
Align = alRight
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
2016-07-07 20:51:29 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2016-07-21 11:15:26 +00:00
|
|
|
end
|
2022-10-03 21:26:03 +00:00
|
|
|
object DayOffsetPanel: TPanel
|
2016-07-21 11:15:26 +00:00
|
|
|
Left = 12
|
2017-05-20 20:43:20 +00:00
|
|
|
Height = 51
|
2022-09-06 23:12:47 +00:00
|
|
|
Top = 152
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 465
|
2016-07-21 11:15:26 +00:00
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Top = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Right = 10
|
|
|
|
BevelOuter = bvNone
|
2017-05-20 20:43:20 +00:00
|
|
|
ClientHeight = 51
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 465
|
2016-08-13 12:24:22 +00:00
|
|
|
TabOrder = 2
|
2016-07-21 11:15:26 +00:00
|
|
|
object gbDayOffset: TGroupBox
|
2022-10-03 21:26:03 +00:00
|
|
|
AnchorSideTop.Control = DayOffsetPanel
|
2017-05-20 20:43:20 +00:00
|
|
|
AnchorSideBottom.Control = rgDayOffsetUnit
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2016-07-21 11:15:26 +00:00
|
|
|
Left = 0
|
2017-05-20 20:43:20 +00:00
|
|
|
Height = 51
|
2016-07-21 11:15:26 +00:00
|
|
|
Top = 0
|
2017-05-20 20:43:20 +00:00
|
|
|
Width = 96
|
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
AutoSize = True
|
2016-07-21 11:15:26 +00:00
|
|
|
Caption = 'Day Offset'
|
2017-05-20 20:43:20 +00:00
|
|
|
ClientHeight = 31
|
|
|
|
ClientWidth = 92
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentFont = False
|
2016-07-21 11:15:26 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object edOffset: TEdit
|
2017-05-20 20:43:20 +00:00
|
|
|
AnchorSideLeft.Control = gbDayOffset
|
|
|
|
AnchorSideTop.Control = gbDayOffset
|
2016-07-21 11:15:26 +00:00
|
|
|
Left = 8
|
|
|
|
Height = 23
|
2017-05-20 20:43:20 +00:00
|
|
|
Top = 3
|
2016-07-21 11:15:26 +00:00
|
|
|
Width = 64
|
2017-05-20 20:43:20 +00:00
|
|
|
Alignment = taRightJustify
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Top = 3
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2017-05-20 20:43:20 +00:00
|
|
|
ParentFont = False
|
2016-07-21 11:15:26 +00:00
|
|
|
TabOrder = 0
|
|
|
|
Text = '0'
|
|
|
|
end
|
|
|
|
object udOffset: TUpDown
|
2017-05-20 20:43:20 +00:00
|
|
|
AnchorSideLeft.Control = edOffset
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = edOffset
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2016-07-21 11:15:26 +00:00
|
|
|
Left = 72
|
|
|
|
Height = 23
|
2017-05-20 20:43:20 +00:00
|
|
|
Top = 3
|
2016-07-21 11:15:26 +00:00
|
|
|
Width = 12
|
|
|
|
Associate = edOffset
|
|
|
|
BorderSpacing.Right = 8
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2016-07-21 11:15:26 +00:00
|
|
|
Min = 0
|
|
|
|
Position = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object rgDayOffsetUnit: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = gbDayOffset
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2022-10-03 21:26:03 +00:00
|
|
|
AnchorSideRight.Control = DayOffsetPanel
|
2016-07-21 11:15:26 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-03 22:26:21 +00:00
|
|
|
Left = 112
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 51
|
|
|
|
Top = 0
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 353
|
2016-07-21 11:15:26 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
2022-10-03 22:26:21 +00:00
|
|
|
BorderSpacing.Left = 16
|
2016-07-21 11:15:26 +00:00
|
|
|
Caption = ' Day Offset Unit '
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 4
|
|
|
|
ClientHeight = 31
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 349
|
2016-07-21 11:15:26 +00:00
|
|
|
Columns = 4
|
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'Day'
|
|
|
|
'Week'
|
|
|
|
'Month'
|
|
|
|
'Year'
|
|
|
|
)
|
2017-05-20 20:43:20 +00:00
|
|
|
ParentFont = False
|
2016-07-07 20:51:29 +00:00
|
|
|
TabOrder = 1
|
2016-07-21 11:15:26 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object ButtonPanel: TPanel
|
2022-10-03 22:26:21 +00:00
|
|
|
Left = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 25
|
2022-10-03 22:26:21 +00:00
|
|
|
Top = 413
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 463
|
2016-07-21 11:15:26 +00:00
|
|
|
Align = alTop
|
2022-10-03 22:26:21 +00:00
|
|
|
BorderSpacing.Left = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 12
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2016-07-21 11:15:26 +00:00
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 25
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 463
|
2016-08-13 12:24:22 +00:00
|
|
|
TabOrder = 5
|
2016-07-21 11:15:26 +00:00
|
|
|
object btnShape: TButton
|
2022-10-03 22:26:21 +00:00
|
|
|
Left = 0
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
2017-05-20 20:43:20 +00:00
|
|
|
Width = 67
|
2022-10-03 22:26:21 +00:00
|
|
|
Align = alLeft
|
2017-05-20 20:43:20 +00:00
|
|
|
AutoSize = True
|
2016-07-21 11:15:26 +00:00
|
|
|
Caption = 'Shape...'
|
|
|
|
Enabled = False
|
|
|
|
OnClick = btnShapeClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnOk: TButton
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 355
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
2022-10-03 22:26:21 +00:00
|
|
|
Width = 42
|
2017-05-21 21:30:07 +00:00
|
|
|
Align = alRight
|
2022-10-03 22:26:21 +00:00
|
|
|
AutoSize = True
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Right = 4
|
2016-07-21 11:15:26 +00:00
|
|
|
Caption = 'OK'
|
|
|
|
OnClick = btnOkClick
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 401
|
2016-07-21 11:15:26 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
2017-05-20 20:43:20 +00:00
|
|
|
Width = 62
|
2017-05-21 21:30:07 +00:00
|
|
|
Align = alRight
|
2017-05-20 20:43:20 +00:00
|
|
|
AutoSize = True
|
2016-07-21 11:15:26 +00:00
|
|
|
Caption = 'Cancel'
|
|
|
|
OnClick = btnCancelClick
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object ItemTypePanel: TPanel
|
|
|
|
Left = 12
|
2022-09-06 23:12:47 +00:00
|
|
|
Height = 97
|
2017-05-20 20:43:20 +00:00
|
|
|
Top = 43
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 465
|
2016-07-21 11:15:26 +00:00
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.Top = 12
|
2016-07-21 11:15:26 +00:00
|
|
|
BorderSpacing.Right = 10
|
|
|
|
BevelOuter = bvNone
|
2022-09-06 23:12:47 +00:00
|
|
|
ClientHeight = 97
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 465
|
2016-08-13 12:24:22 +00:00
|
|
|
TabOrder = 1
|
2016-07-21 11:15:26 +00:00
|
|
|
object rgItemType: TRadioGroup
|
|
|
|
Left = 0
|
2022-09-06 23:12:47 +00:00
|
|
|
Height = 97
|
2016-07-21 11:15:26 +00:00
|
|
|
Top = 0
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 465
|
2017-05-20 20:43:20 +00:00
|
|
|
Align = alClient
|
2016-07-21 11:15:26 +00:00
|
|
|
AutoFill = True
|
2017-05-20 20:43:20 +00:00
|
|
|
BorderSpacing.InnerBorder = 4
|
2016-07-21 11:15:26 +00:00
|
|
|
Caption = 'Item Type '
|
2022-08-27 19:40:08 +00:00
|
|
|
ChildSizing.LeftRightSpacing = 16
|
2016-07-21 11:15:26 +00:00
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
2022-09-06 23:12:47 +00:00
|
|
|
ChildSizing.ControlsPerLine = 3
|
|
|
|
ClientHeight = 77
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 461
|
2022-09-06 23:12:47 +00:00
|
|
|
Columns = 3
|
2016-07-21 11:15:26 +00:00
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'DayView'
|
|
|
|
'WeekView'
|
|
|
|
'MonthView'
|
|
|
|
'Calendar'
|
|
|
|
'Shape'
|
|
|
|
'Caption'
|
|
|
|
'Tasks'
|
|
|
|
'Contacts'
|
2022-09-06 23:12:47 +00:00
|
|
|
'GanttView'
|
2016-07-21 11:15:26 +00:00
|
|
|
)
|
|
|
|
OnClick = rgItemTypeClick
|
2017-05-20 20:43:20 +00:00
|
|
|
ParentFont = False
|
2016-07-21 11:15:26 +00:00
|
|
|
TabOrder = 0
|
2016-07-07 20:51:29 +00:00
|
|
|
end
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
2022-10-03 22:26:21 +00:00
|
|
|
object PositionPanel: TPanel
|
|
|
|
Left = 12
|
|
|
|
Height = 124
|
|
|
|
Top = 215
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 475
|
2022-10-03 22:26:21 +00:00
|
|
|
Align = alTop
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 12
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 124
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 475
|
2022-10-03 22:26:21 +00:00
|
|
|
TabOrder = 3
|
|
|
|
object rgRotation: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = PositionPanel
|
|
|
|
AnchorSideTop.Control = PositionPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 116
|
|
|
|
Top = 0
|
|
|
|
Width = 85
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = ' Rotation '
|
|
|
|
ChildSizing.LeftRightSpacing = 16
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 96
|
|
|
|
ClientWidth = 81
|
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'0°'
|
|
|
|
'90°'
|
|
|
|
'180°'
|
|
|
|
'270°'
|
|
|
|
)
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object gbPosition: TGroupBox
|
|
|
|
AnchorSideLeft.Control = rgRotation
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = rgRotation
|
|
|
|
AnchorSideBottom.Control = rgRotation
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 101
|
|
|
|
Height = 116
|
|
|
|
Top = 0
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 362
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'Position'
|
|
|
|
ClientHeight = 96
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 358
|
2022-10-03 22:26:21 +00:00
|
|
|
TabOrder = 1
|
|
|
|
object TopLeftPanel: TPanel
|
|
|
|
AnchorSideLeft.Control = gbPosition
|
|
|
|
AnchorSideTop.Control = gbPosition
|
|
|
|
Left = 16
|
2022-10-10 22:53:19 +00:00
|
|
|
Height = 55
|
2022-10-03 22:26:21 +00:00
|
|
|
Top = 4
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 104
|
2022-10-03 22:26:21 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BevelOuter = bvNone
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientHeight = 55
|
|
|
|
ClientWidth = 104
|
2022-10-03 22:26:21 +00:00
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 0
|
|
|
|
object BevelTopLeft: TBevel
|
|
|
|
AnchorSideTop.Control = TopLeftPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = TopLeftPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 32
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 8
|
|
|
|
Top = 23
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 72
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
end
|
|
|
|
object LblTop: TLabel
|
|
|
|
AnchorSideTop.Control = edTop
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edTop
|
|
|
|
Left = 2
|
|
|
|
Height = 15
|
|
|
|
Top = 4
|
|
|
|
Width = 22
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 1
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Top:'
|
|
|
|
FocusControl = edTop
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object edTop: TEdit
|
|
|
|
AnchorSideRight.Control = udTop
|
|
|
|
AnchorSideBottom.Control = BevelTopLeft
|
|
|
|
Left = 32
|
|
|
|
Height = 23
|
|
|
|
Top = 0
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
OnEnter = PosEditEnter
|
|
|
|
OnExit = PosEditExit
|
|
|
|
TabOrder = 0
|
|
|
|
Text = '0.00'
|
|
|
|
end
|
|
|
|
object udTop: TUpDown
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = TopLeftPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 92
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 23
|
|
|
|
Top = 0
|
|
|
|
Width = 12
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Associate = edTop
|
|
|
|
Min = 0
|
|
|
|
OnClick = UpDownClick
|
|
|
|
Position = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object udLeft: TUpDown
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = edLeft
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = TopLeftPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 92
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 23
|
2022-10-10 22:53:19 +00:00
|
|
|
Top = 32
|
2022-10-03 22:26:21 +00:00
|
|
|
Width = 12
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Associate = edLeft
|
|
|
|
Min = 0
|
|
|
|
OnClick = UpDownClick
|
|
|
|
Position = 0
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object edLeft: TEdit
|
2022-10-10 22:53:19 +00:00
|
|
|
AnchorSideLeft.Control = edTop
|
2022-10-03 22:26:21 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = udLeft
|
|
|
|
Left = 32
|
|
|
|
Height = 23
|
2022-10-10 22:53:19 +00:00
|
|
|
Top = 32
|
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
OnEnter = PosEditEnter
|
|
|
|
OnExit = PosEditExit
|
|
|
|
TabOrder = 2
|
|
|
|
Text = '0.00'
|
|
|
|
end
|
|
|
|
object LblLeft: TLabel
|
|
|
|
AnchorSideTop.Control = edLeft
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edLeft
|
|
|
|
Left = 1
|
|
|
|
Height = 15
|
2022-10-10 22:53:19 +00:00
|
|
|
Top = 36
|
2022-10-03 22:26:21 +00:00
|
|
|
Width = 23
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 1
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Left:'
|
|
|
|
FocusControl = edLeft
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object HeightWidthPanel: TPanel
|
|
|
|
AnchorSideLeft.Control = TopLeftPanel
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = TopLeftPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 136
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 54
|
|
|
|
Top = 4
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 119
|
2022-10-03 22:26:21 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 54
|
2022-10-10 22:53:19 +00:00
|
|
|
ClientWidth = 119
|
2022-10-03 22:26:21 +00:00
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 1
|
|
|
|
object LblHeight: TLabel
|
|
|
|
AnchorSideTop.Control = edHeight
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edHeight
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 4
|
|
|
|
Width = 39
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Height:'
|
|
|
|
FocusControl = edHeight
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object edHeight: TEdit
|
|
|
|
AnchorSideTop.Control = BevelHeightWidth
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = udHeight
|
|
|
|
AnchorSideBottom.Control = BevelHeightWidth
|
|
|
|
Left = 47
|
|
|
|
Height = 23
|
|
|
|
Top = 0
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
OnEnter = PosEditEnter
|
|
|
|
OnExit = PosEditExit
|
|
|
|
TabOrder = 0
|
|
|
|
Text = '0.00'
|
|
|
|
end
|
|
|
|
object udHeight: TUpDown
|
|
|
|
AnchorSideTop.Control = edHeight
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = HeightWidthPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 107
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 23
|
|
|
|
Top = 0
|
|
|
|
Width = 12
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Associate = edHeight
|
|
|
|
Min = 0
|
|
|
|
OnClick = UpDownClick
|
|
|
|
Position = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object LblWidth: TLabel
|
|
|
|
AnchorSideTop.Control = edWidth
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edWidth
|
|
|
|
Left = 4
|
|
|
|
Height = 15
|
|
|
|
Top = 35
|
|
|
|
Width = 35
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Width:'
|
|
|
|
FocusControl = edWidth
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object edWidth: TEdit
|
|
|
|
AnchorSideTop.Control = BevelHeightWidth
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = udWidth
|
|
|
|
Left = 47
|
|
|
|
Height = 23
|
|
|
|
Top = 31
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 60
|
|
|
|
Alignment = taRightJustify
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
OnEnter = PosEditEnter
|
|
|
|
OnExit = PosEditExit
|
|
|
|
TabOrder = 2
|
|
|
|
Text = '0.00'
|
|
|
|
end
|
|
|
|
object udWidth: TUpDown
|
|
|
|
AnchorSideTop.Control = edWidth
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = HeightWidthPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 107
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 23
|
|
|
|
Top = 31
|
|
|
|
Width = 12
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Associate = edWidth
|
|
|
|
Min = 0
|
|
|
|
OnClick = UpDownClick
|
|
|
|
Position = 0
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object BevelHeightWidth: TBevel
|
|
|
|
AnchorSideLeft.Control = HeightWidthPanel
|
|
|
|
AnchorSideTop.Control = HeightWidthPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = HeightWidthPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 0
|
|
|
|
Height = 8
|
|
|
|
Top = 23
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 119
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object chkVisible: TCheckBox
|
|
|
|
AnchorSideLeft.Control = BevelTopLeft1
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = gbPosition
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 109
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 19
|
|
|
|
Top = 73
|
|
|
|
Width = 52
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Caption = 'Visible'
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object Panel2: TPanel
|
|
|
|
AnchorSideLeft.Control = HeightWidthPanel
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = gbPosition
|
|
|
|
AnchorSideBottom.Control = gbPosition
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2022-10-10 22:53:19 +00:00
|
|
|
Left = 287
|
2022-10-03 22:26:21 +00:00
|
|
|
Height = 94
|
|
|
|
Top = 0
|
|
|
|
Width = 59
|
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 32
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Panel2'
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 94
|
|
|
|
ClientWidth = 59
|
|
|
|
TabOrder = 3
|
|
|
|
object rbPixels: TRadioButton
|
|
|
|
Left = 0
|
|
|
|
Height = 24
|
|
|
|
Top = 0
|
|
|
|
Width = 59
|
|
|
|
Caption = 'Pixels'
|
|
|
|
OnChange = MeasurementUnitChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object rbPercent: TRadioButton
|
|
|
|
Left = 0
|
|
|
|
Height = 24
|
|
|
|
Top = 24
|
|
|
|
Width = 59
|
|
|
|
Caption = 'Percent'
|
|
|
|
Checked = True
|
|
|
|
OnChange = MeasurementUnitChange
|
|
|
|
TabOrder = 1
|
|
|
|
TabStop = True
|
|
|
|
end
|
|
|
|
object rbInches: TRadioButton
|
|
|
|
Left = 0
|
|
|
|
Height = 24
|
|
|
|
Top = 48
|
|
|
|
Width = 59
|
|
|
|
Caption = 'Inches'
|
|
|
|
OnChange = MeasurementUnitChange
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object rbCentimeters: TRadioButton
|
|
|
|
Left = 0
|
|
|
|
Height = 22
|
|
|
|
Top = 72
|
|
|
|
Width = 59
|
|
|
|
Caption = 'cm'
|
|
|
|
OnChange = MeasurementUnitChange
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object BevelTopLeft1: TBevel
|
|
|
|
AnchorSideLeft.Control = TopLeftPanel
|
|
|
|
AnchorSideRight.Control = HeightWidthPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 8
|
|
|
|
Top = 64
|
2022-10-10 22:53:19 +00:00
|
|
|
Width = 239
|
2022-10-03 22:26:21 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
Shape = bsSpacer
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2008-02-03 12:05:55 +00:00
|
|
|
object FontDialog1: TFontDialog
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'MS Sans Serif'
|
2016-06-09 23:49:35 +00:00
|
|
|
MinFontSize = 0
|
|
|
|
MaxFontSize = 0
|
2022-10-03 22:26:21 +00:00
|
|
|
Left = 192
|
|
|
|
Top = 352
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
end
|