| Rev | Line |   | 
|---|
| [456] | 1 | object fraTemplateFieldButton: TfraTemplateFieldButton
 | 
|---|
 | 2 |   Left = 0
 | 
|---|
 | 3 |   Top = 0
 | 
|---|
| [829] | 4 |   Width = 136
 | 
|---|
| [456] | 5 |   Height = 14
 | 
|---|
| [829] | 6 |   AutoScroll = True
 | 
|---|
| [456] | 7 |   Font.Charset = ANSI_CHARSET
 | 
|---|
 | 8 |   Font.Color = clWindowText
 | 
|---|
 | 9 |   Font.Height = -11
 | 
|---|
 | 10 |   Font.Name = 'Courier New'
 | 
|---|
 | 11 |   Font.Style = []
 | 
|---|
 | 12 |   ParentFont = False
 | 
|---|
 | 13 |   TabOrder = 0
 | 
|---|
 | 14 |   TabStop = True
 | 
|---|
| [829] | 15 |   OnEnter = FrameEnter
 | 
|---|
 | 16 |   OnExit = FrameExit
 | 
|---|
| [456] | 17 |   object pnlBtn: TPanel
 | 
|---|
 | 18 |     Left = 0
 | 
|---|
 | 19 |     Top = 0
 | 
|---|
| [829] | 20 |     Width = 136
 | 
|---|
| [456] | 21 |     Height = 14
 | 
|---|
 | 22 |     Align = alClient
 | 
|---|
 | 23 |     TabOrder = 0
 | 
|---|
| [829] | 24 |     OnExit = FrameExit
 | 
|---|
| [456] | 25 |     OnMouseDown = pnlBtnMouseDown
 | 
|---|
 | 26 |     OnMouseUp = pnlBtnMouseUp
 | 
|---|
| [829] | 27 |     DesignSize = (
 | 
|---|
 | 28 |       136
 | 
|---|
 | 29 |       14)
 | 
|---|
| [456] | 30 |     object lblText: TLabel
 | 
|---|
 | 31 |       Left = 2
 | 
|---|
 | 32 |       Top = -1
 | 
|---|
| [829] | 33 |       Width = 132
 | 
|---|
| [456] | 34 |       Height = 14
 | 
|---|
 | 35 |       Alignment = taCenter
 | 
|---|
 | 36 |       Anchors = [akLeft, akTop, akRight, akBottom]
 | 
|---|
 | 37 |       AutoSize = False
 | 
|---|
 | 38 |       Transparent = True
 | 
|---|
 | 39 |       Layout = tlCenter
 | 
|---|
 | 40 |       OnMouseDown = pnlBtnMouseDown
 | 
|---|
 | 41 |       OnMouseUp = pnlBtnMouseUp
 | 
|---|
| [829] | 42 |       ExplicitWidth = 105
 | 
|---|
| [456] | 43 |     end
 | 
|---|
 | 44 |     object pbFocus: TPaintBox
 | 
|---|
 | 45 |       Left = 1
 | 
|---|
 | 46 |       Top = 1
 | 
|---|
| [829] | 47 |       Width = 134
 | 
|---|
| [456] | 48 |       Height = 12
 | 
|---|
 | 49 |       Align = alClient
 | 
|---|
 | 50 |       OnMouseDown = pnlBtnMouseDown
 | 
|---|
 | 51 |       OnMouseUp = pnlBtnMouseUp
 | 
|---|
 | 52 |       OnPaint = pbFocusPaint
 | 
|---|
| [829] | 53 |       ExplicitWidth = 107
 | 
|---|
| [456] | 54 |     end
 | 
|---|
 | 55 |   end
 | 
|---|
 | 56 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.