2008-02-03 12:05:55 +00:00
|
|
|
object frmEditShape: TfrmEditShape
|
2017-05-20 22:12:39 +00:00
|
|
|
Left = 663
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 267
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 242
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 446
|
2008-02-03 12:05:55 +00:00
|
|
|
HorzScrollBar.Page = 362
|
|
|
|
VertScrollBar.Page = 313
|
2017-05-20 22:12:39 +00:00
|
|
|
AutoSize = True
|
2008-02-03 12:05:55 +00:00
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Edit Shape'
|
2017-05-21 21:30:07 +00:00
|
|
|
ClientHeight = 267
|
|
|
|
ClientWidth = 446
|
2008-02-03 12:05:55 +00:00
|
|
|
OnCreate = FormCreate
|
2016-07-08 10:04:20 +00:00
|
|
|
OnDestroy = FormDestroy
|
2016-07-20 19:29:00 +00:00
|
|
|
OnShow = FormShow
|
2008-02-03 12:05:55 +00:00
|
|
|
Position = poScreenCenter
|
2016-07-08 10:04:20 +00:00
|
|
|
ShowHint = True
|
2017-05-21 21:30:07 +00:00
|
|
|
LCLVersion = '1.6.4.0'
|
2008-02-03 12:05:55 +00:00
|
|
|
object gbBrush: TGroupBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = gbPen
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = gbPen
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 216
|
|
|
|
Height = 82
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 80
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 188
|
2017-05-20 22:12:39 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 12
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = ' Brush '
|
2017-05-21 21:30:07 +00:00
|
|
|
ClientHeight = 62
|
|
|
|
ClientWidth = 184
|
2017-05-20 22:12:39 +00:00
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentFont = False
|
2016-07-14 15:26:55 +00:00
|
|
|
TabOrder = 2
|
2016-07-08 10:04:20 +00:00
|
|
|
object lblBrushStyle: TLabel
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = cbBrushStyle
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = cbBrushStyle
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 15
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 32
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 28
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 22:12:39 +00:00
|
|
|
BorderSpacing.Right = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = 'Style:'
|
2016-07-08 10:04:20 +00:00
|
|
|
FocusControl = cbBrushStyle
|
2008-02-03 12:05:55 +00:00
|
|
|
ParentColor = False
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object cbBrushStyle: TComboBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = cbBrushColor
|
|
|
|
AnchorSideTop.Control = lblBrushColor
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = cbBrushColor
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 48
|
2016-07-20 19:29:00 +00:00
|
|
|
Height = 21
|
2017-05-21 21:30:07 +00:00
|
|
|
Top = 29
|
2017-05-20 22:12:39 +00:00
|
|
|
Width = 128
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
2016-07-14 15:26:55 +00:00
|
|
|
ItemHeight = 15
|
2016-07-08 10:04:20 +00:00
|
|
|
OnChange = cbBrushStyleChange
|
2008-02-03 12:05:55 +00:00
|
|
|
OnDrawItem = cbBrushStyleDrawItem
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-20 19:29:00 +00:00
|
|
|
Style = csOwnerDrawFixed
|
2008-02-03 12:05:55 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2016-07-08 10:04:20 +00:00
|
|
|
object lblBrushColor: TLabel
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = cbBrushColor
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = cbBrushColor
|
2016-07-08 10:04:20 +00:00
|
|
|
Left = 8
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 15
|
|
|
|
Top = 6
|
|
|
|
Width = 32
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 22:12:39 +00:00
|
|
|
BorderSpacing.Right = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
Caption = 'Color:'
|
|
|
|
FocusControl = cbBrushColor
|
|
|
|
ParentColor = False
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-08 10:04:20 +00:00
|
|
|
end
|
|
|
|
object cbBrushColor: TColorBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = gbBrush
|
|
|
|
AnchorSideRight.Control = gbBrush
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 48
|
2016-07-08 10:04:20 +00:00
|
|
|
Height = 22
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 2
|
|
|
|
Width = 128
|
2016-07-08 10:04:20 +00:00
|
|
|
Style = [cbStandardColors, cbExtendedColors, cbPrettyNames, cbCustomColors]
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Top = 2
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Right = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
ItemHeight = 16
|
|
|
|
OnChange = cbBrushColorChange
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-08 10:04:20 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object gbPen: TGroupBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = gbShapes
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 147
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 80
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 192
|
2017-05-20 22:12:39 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = ' Pen '
|
2017-05-21 21:30:07 +00:00
|
|
|
ClientHeight = 127
|
|
|
|
ClientWidth = 188
|
2017-05-20 22:12:39 +00:00
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentFont = False
|
2016-07-14 15:26:55 +00:00
|
|
|
TabOrder = 1
|
2016-07-08 10:04:20 +00:00
|
|
|
object lblPenStyle: TLabel
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = cbPenStyle
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = cbPenStyle
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 15
|
|
|
|
Height = 15
|
|
|
|
Top = 35
|
|
|
|
Width = 28
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 22:12:39 +00:00
|
|
|
BorderSpacing.Right = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = 'Style:'
|
2016-07-08 10:04:20 +00:00
|
|
|
FocusControl = cbPenStyle
|
2008-02-03 12:05:55 +00:00
|
|
|
ParentColor = False
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
2016-07-08 10:04:20 +00:00
|
|
|
object lblPenWidth: TLabel
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = edPenWidth
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edPenWidth
|
2008-02-03 12:05:55 +00:00
|
|
|
Left = 8
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 15
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 65
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 35
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 22:12:39 +00:00
|
|
|
BorderSpacing.Right = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = 'Width:'
|
2016-07-08 10:04:20 +00:00
|
|
|
FocusControl = edPenWidth
|
2008-02-03 12:05:55 +00:00
|
|
|
ParentColor = False
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
2016-07-08 10:04:20 +00:00
|
|
|
object lblPenMode: TLabel
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = cbPenMode
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = cbPenMode
|
|
|
|
Left = 9
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 15
|
|
|
|
Top = 96
|
|
|
|
Width = 34
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 22:12:39 +00:00
|
|
|
BorderSpacing.Right = 8
|
2008-02-03 12:05:55 +00:00
|
|
|
Caption = 'Mode:'
|
2016-07-08 10:04:20 +00:00
|
|
|
FocusControl = cbPenMode
|
2008-02-03 12:05:55 +00:00
|
|
|
ParentColor = False
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object cbPenStyle: TComboBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = cbPenColor
|
|
|
|
AnchorSideTop.Control = cbPenColor
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = cbPenColor
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 51
|
2016-07-20 19:29:00 +00:00
|
|
|
Height = 21
|
2016-07-08 10:04:20 +00:00
|
|
|
Top = 32
|
2017-05-20 22:12:39 +00:00
|
|
|
Width = 129
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 8
|
2016-07-14 15:26:55 +00:00
|
|
|
ItemHeight = 15
|
2016-07-08 10:04:20 +00:00
|
|
|
OnChange = cbPenStyleChange
|
2008-02-03 12:05:55 +00:00
|
|
|
OnDrawItem = cbPenStyleDrawItem
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-20 19:29:00 +00:00
|
|
|
ReadOnly = True
|
|
|
|
Style = csOwnerDrawFixed
|
2016-07-14 15:26:55 +00:00
|
|
|
TabOrder = 1
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object cbPenMode: TComboBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = cbPenColor
|
|
|
|
AnchorSideTop.Control = edPenWidth
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = cbPenColor
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 51
|
|
|
|
Height = 23
|
|
|
|
Top = 92
|
2017-05-20 22:12:39 +00:00
|
|
|
Width = 129
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
2017-05-21 21:30:07 +00:00
|
|
|
ItemHeight = 15
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-14 15:26:55 +00:00
|
|
|
TabOrder = 4
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object udPenWidth: TUpDown
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = edPenWidth
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = edPenWidth
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 104
|
|
|
|
Height = 23
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 61
|
2016-07-14 15:26:55 +00:00
|
|
|
Width = 12
|
2008-02-03 12:05:55 +00:00
|
|
|
Associate = edPenWidth
|
2016-06-07 16:34:18 +00:00
|
|
|
Min = 0
|
|
|
|
Position = 0
|
2008-02-03 12:05:55 +00:00
|
|
|
TabOrder = 3
|
2016-06-07 16:34:18 +00:00
|
|
|
Wrap = False
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
|
|
|
object edPenWidth: TEdit
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = cbPenStyle
|
|
|
|
AnchorSideTop.Control = cbPenStyle
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 51
|
|
|
|
Height = 23
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 61
|
|
|
|
Width = 53
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Top = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
OnChange = edPenWidthChange
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2008-02-03 12:05:55 +00:00
|
|
|
TabOrder = 2
|
|
|
|
Text = '0'
|
|
|
|
end
|
2016-07-08 10:04:20 +00:00
|
|
|
object cbPenColor: TColorBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = gbPen
|
|
|
|
AnchorSideRight.Control = gbPen
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 51
|
2016-07-08 10:04:20 +00:00
|
|
|
Height = 22
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 2
|
|
|
|
Width = 129
|
2016-07-08 10:04:20 +00:00
|
|
|
Style = [cbStandardColors, cbExtendedColors, cbPrettyNames, cbCustomColors]
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Top = 2
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Right = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
ItemHeight = 16
|
|
|
|
OnChange = cbPenColorChange
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-14 15:26:55 +00:00
|
|
|
TabOrder = 0
|
2016-07-08 10:04:20 +00:00
|
|
|
end
|
|
|
|
object lblPenColor: TLabel
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideTop.Control = cbPenColor
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = cbPenColor
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 14
|
|
|
|
Height = 15
|
|
|
|
Top = 6
|
|
|
|
Width = 29
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
2017-05-20 22:12:39 +00:00
|
|
|
BorderSpacing.Right = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
Caption = 'Color'
|
|
|
|
FocusControl = cbPenColor
|
|
|
|
ParentColor = False
|
2017-05-20 22:12:39 +00:00
|
|
|
ParentFont = False
|
2016-07-08 10:04:20 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object gbShapes: TGroupBox
|
2017-05-20 22:12:39 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
AnchorSideRight.Control = gbBrush
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 64
|
2016-07-08 10:04:20 +00:00
|
|
|
Top = 8
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 392
|
2017-05-20 22:12:39 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
Caption = 'gbShapes'
|
2017-05-20 22:12:39 +00:00
|
|
|
ChildSizing.HorizontalSpacing = 8
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 8
|
2017-05-21 21:30:07 +00:00
|
|
|
ClientHeight = 44
|
|
|
|
ClientWidth = 388
|
2017-05-20 22:12:39 +00:00
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentFont = False
|
2016-07-14 15:26:55 +00:00
|
|
|
TabOrder = 0
|
2016-07-08 10:04:20 +00:00
|
|
|
object SpeedButton1: TSpeedButton
|
2017-05-20 22:12:39 +00:00
|
|
|
Left = 8
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
Down = True
|
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton2: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 56
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton3: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 104
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton4: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 152
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton5: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 200
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton6: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 248
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton7: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 296
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 40
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
|
|
|
object SpeedButton8: TSpeedButton
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 344
|
|
|
|
Height = 36
|
2017-05-20 22:12:39 +00:00
|
|
|
Top = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 36
|
2016-07-20 15:50:18 +00:00
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2016-07-08 10:04:20 +00:00
|
|
|
GroupIndex = 1
|
|
|
|
end
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|
2017-05-21 21:30:07 +00:00
|
|
|
object ButtonPanel: TPanel
|
|
|
|
AnchorSideRight.Control = gbBrush
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = gbPen
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2017-05-23 17:39:54 +00:00
|
|
|
Left = 284
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 202
|
2017-05-23 17:39:54 +00:00
|
|
|
Width = 120
|
|
|
|
Anchors = [akRight, akBottom]
|
2017-05-21 21:30:07 +00:00
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 25
|
2017-05-23 17:39:54 +00:00
|
|
|
ClientWidth = 120
|
2017-05-21 21:30:07 +00:00
|
|
|
TabOrder = 3
|
|
|
|
object btnOk: TButton
|
2017-05-23 17:39:54 +00:00
|
|
|
Left = 8
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
|
|
|
Width = 42
|
|
|
|
Align = alRight
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
OnClick = btnOkClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
2017-05-23 17:39:54 +00:00
|
|
|
Left = 58
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 0
|
|
|
|
Width = 62
|
|
|
|
Align = alRight
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
OnClick = btnCancelClick
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|