Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Templates/mTemplateFieldButton.dfm

    r456 r829  
    22  Left = 0
    33  Top = 0
    4   Width = 109
     4  Width = 136
    55  Height = 14
     6  AutoScroll = True
    67  Font.Charset = ANSI_CHARSET
    78  Font.Color = clWindowText
     
    1213  TabOrder = 0
    1314  TabStop = True
    14   OnEnter = pnlBtnEnter
    15   OnExit = pnlBtnExit
     15  OnEnter = FrameEnter
     16  OnExit = FrameExit
    1617  object pnlBtn: TPanel
    1718    Left = 0
    1819    Top = 0
    19     Width = 109
     20    Width = 136
    2021    Height = 14
    2122    Align = alClient
    2223    TabOrder = 0
     24    OnExit = FrameExit
    2325    OnMouseDown = pnlBtnMouseDown
    2426    OnMouseUp = pnlBtnMouseUp
     27    DesignSize = (
     28      136
     29      14)
    2530    object lblText: TLabel
    2631      Left = 2
    2732      Top = -1
    28       Width = 105
     33      Width = 132
    2934      Height = 14
    3035      Alignment = taCenter
     
    3540      OnMouseDown = pnlBtnMouseDown
    3641      OnMouseUp = pnlBtnMouseUp
     42      ExplicitWidth = 105
    3743    end
    3844    object pbFocus: TPaintBox
    3945      Left = 1
    4046      Top = 1
    41       Width = 107
     47      Width = 134
    4248      Height = 12
    4349      Align = alClient
     
    4551      OnMouseUp = pnlBtnMouseUp
    4652      OnPaint = pbFocusPaint
     53      ExplicitWidth = 107
    4754    end
    4855  end
Note: See TracChangeset for help on using the changeset viewer.