VistA-cprs/CPRS-Chart/Templates/mTemplateFieldButton.dfm

57 lines
1.2 KiB
Plaintext
Raw Normal View History

object fraTemplateFieldButton: TfraTemplateFieldButton
Left = 0
Top = 0
2010-07-07 16:31:10 -04:00
Width = 136
Height = 14
2010-07-07 16:31:10 -04:00
AutoScroll = True
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
object pnlBtn: TPanel
Left = 0
Top = 0
2010-07-07 16:31:10 -04:00
Width = 136
Height = 14
Align = alClient
TabOrder = 0
2010-07-07 16:31:10 -04:00
OnExit = FrameExit
OnMouseDown = pnlBtnMouseDown
OnMouseUp = pnlBtnMouseUp
2010-07-07 16:31:10 -04:00
DesignSize = (
136
14)
object lblText: TLabel
Left = 2
Top = -1
2010-07-07 16:31:10 -04:00
Width = 132
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
end
object pbFocus: TPaintBox
Left = 1
Top = 1
2010-07-07 16:31:10 -04:00
Width = 134
Height = 12
Align = alClient
OnMouseDown = pnlBtnMouseDown
OnMouseUp = pnlBtnMouseUp
OnPaint = pbFocusPaint
2010-07-07 16:31:10 -04:00
ExplicitWidth = 107
end
end
end