Changeset 1679 for cprs/trunk/CPRS-Chart/fReminderTree.dfm
- Timestamp:
- May 7, 2015, 12:34:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/fReminderTree.dfm
r830 r1679 5 5 BorderIcons = [biSystemMenu] 6 6 Caption = 'Available Reminders' 7 ClientHeight = 2 217 ClientHeight = 241 8 8 ClientWidth = 472 9 9 FormStyle = fsStayOnTop … … 13 13 OnDestroy = FormDestroy 14 14 ExplicitWidth = 480 15 ExplicitHeight = 2 6715 ExplicitHeight = 295 16 16 PixelsPerInch = 96 17 17 TextHeight = 13 … … 20 20 Top = 0 21 21 Width = 472 22 Height = 2 2122 Height = 241 23 23 Align = alClient 24 24 BevelOuter = bvNone … … 28 28 TabOrder = 0 29 29 OnResize = pnlTopResize 30 ExplicitHeight = 221 30 31 object tvRem: TORTreeView 31 32 Tag = 999 … … 48 49 OnExit = tvRemExit 49 50 OnExpanded = tvRemExpanded 51 OnKeyDown = tvRemKeyDown 50 52 OnMouseDown = tvRemMouseDown 51 53 Caption = 'Available Reminders' … … 95 97 Top = 17 96 98 Width = 206 97 Height = 2 0499 Height = 224 98 100 Align = alRight 99 101 BevelOuter = bvNone 100 102 Caption = 'pnlTopRight' 101 103 TabOrder = 2 104 ExplicitHeight = 204 102 105 object bvlGap: TBevel 103 106 Left = 0 104 Top = 187107 Top = 207 105 108 Width = 206 106 109 Height = 17 … … 114 117 Top = 0 115 118 Width = 206 116 Height = 187119 Height = 207 117 120 TabStop = False 118 121 Style = lbOwnerDrawFixed … … 130 133 LongList = False 131 134 OnChange = lbRemChange 135 ExplicitHeight = 187 132 136 end 133 137 end
Note:
See TracChangeset
for help on using the changeset viewer.