Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

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

    r830 r1679  
    55  BorderIcons = [biSystemMenu]
    66  Caption = 'Available Reminders'
    7   ClientHeight = 221
     7  ClientHeight = 241
    88  ClientWidth = 472
    99  FormStyle = fsStayOnTop
     
    1313  OnDestroy = FormDestroy
    1414  ExplicitWidth = 480
    15   ExplicitHeight = 267
     15  ExplicitHeight = 295
    1616  PixelsPerInch = 96
    1717  TextHeight = 13
     
    2020    Top = 0
    2121    Width = 472
    22     Height = 221
     22    Height = 241
    2323    Align = alClient
    2424    BevelOuter = bvNone
     
    2828    TabOrder = 0
    2929    OnResize = pnlTopResize
     30    ExplicitHeight = 221
    3031    object tvRem: TORTreeView
    3132      Tag = 999
     
    4849      OnExit = tvRemExit
    4950      OnExpanded = tvRemExpanded
     51      OnKeyDown = tvRemKeyDown
    5052      OnMouseDown = tvRemMouseDown
    5153      Caption = 'Available Reminders'
     
    9597      Top = 17
    9698      Width = 206
    97       Height = 204
     99      Height = 224
    98100      Align = alRight
    99101      BevelOuter = bvNone
    100102      Caption = 'pnlTopRight'
    101103      TabOrder = 2
     104      ExplicitHeight = 204
    102105      object bvlGap: TBevel
    103106        Left = 0
    104         Top = 187
     107        Top = 207
    105108        Width = 206
    106109        Height = 17
     
    114117        Top = 0
    115118        Width = 206
    116         Height = 187
     119        Height = 207
    117120        TabStop = False
    118121        Style = lbOwnerDrawFixed
     
    130133        LongList = False
    131134        OnChange = lbRemChange
     135        ExplicitHeight = 187
    132136      end
    133137    end
Note: See TracChangeset for help on using the changeset viewer.