2008-07-06 17:36:37 -04:00
|
|
|
object fraTemplateFieldButton: TfraTemplateFieldButton
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2010-07-07 16:31:10 -04:00
|
|
|
Width = 136
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 14
|
2010-07-07 16:31:10 -04:00
|
|
|
AutoScroll = True
|
2008-07-06 17:36:37 -04:00
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 0
|
|
|
|
TabStop = True
|
2010-07-07 16:31:10 -04:00
|
|
|
OnEnter = FrameEnter
|
|
|
|
OnExit = FrameExit
|
2008-07-06 17:36:37 -04:00
|
|
|
object pnlBtn: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2010-07-07 16:31:10 -04:00
|
|
|
Width = 136
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 14
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
2010-07-07 16:31:10 -04:00
|
|
|
OnExit = FrameExit
|
2008-07-06 17:36:37 -04:00
|
|
|
OnMouseDown = pnlBtnMouseDown
|
|
|
|
OnMouseUp = pnlBtnMouseUp
|
2010-07-07 16:31:10 -04:00
|
|
|
DesignSize = (
|
|
|
|
136
|
|
|
|
14)
|
2008-07-06 17:36:37 -04:00
|
|
|
object lblText: TLabel
|
|
|
|
Left = 2
|
|
|
|
Top = -1
|
2010-07-07 16:31:10 -04:00
|
|
|
Width = 132
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 14
|
|
|
|
Alignment = taCenter
|
|
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
|
|
AutoSize = False
|
|
|
|
Transparent = True
|
|
|
|
Layout = tlCenter
|
|
|
|
OnMouseDown = pnlBtnMouseDown
|
|
|
|
OnMouseUp = pnlBtnMouseUp
|
2010-07-07 16:31:10 -04:00
|
|
|
ExplicitWidth = 105
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
|
|
|
object pbFocus: TPaintBox
|
|
|
|
Left = 1
|
|
|
|
Top = 1
|
2010-07-07 16:31:10 -04:00
|
|
|
Width = 134
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 12
|
|
|
|
Align = alClient
|
|
|
|
OnMouseDown = pnlBtnMouseDown
|
|
|
|
OnMouseUp = pnlBtnMouseUp
|
|
|
|
OnPaint = pbFocusPaint
|
2010-07-07 16:31:10 -04:00
|
|
|
ExplicitWidth = 107
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|