Produced by Araxis Merge on 8/3/2017 2:38:22 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | V32.zip\V32\OR_30_405V28_SRC\Cover Sheet | oCoverSheetParam_WidgetClock.pas | Wed May 10 17:35:46 2017 UTC |
| 2 | V32.zip\V32\OR_30_405V28_SRC\Cover Sheet | oCoverSheetParam_WidgetClock.pas | Thu Aug 3 16:07:29 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 114 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | unit oCove rSheetPara m_WidgetCl ock; | |
| 2 | ||
| 3 | { | |
| 4 | ======== ========== ========== ========== ========== ========== ========== ========== == | |
| 5 | * | |
| 6 | * Applicatio n: CPRS - CoverShee t | |
| 7 | * Developer: PII | |
| 8 | * Site: Salt L ake City I SC | |
| 9 | * Date: 2015-1 2-04 | |
| 10 | * | |
| 11 | * Descriptio n: Proof of concept for multi ple types of panels. | |
| 12 | * | |
| 13 | * Notes: | |
| 14 | * | |
| 15 | ======== ========== ========== ========== ========== ========== ========== ========== == | |
| 16 | } | |
| 17 | interface | |
| 18 | ||
| 19 | uses | |
| 20 | System.C lasses, | |
| 21 | System.S ysUtils, | |
| 22 | Vcl.Cont rols, | |
| 23 | oCoverSh eetParam, | |
| 24 | iCoverSh eetIntf; | |
| 25 | ||
| 26 | type | |
| 27 | TCoverSh eetParam_W idgetClock = class(T CoverSheet Param, ICo verSheetPa ram) | |
| 28 | protecte d | |
| 29 | functi on NewCove rSheetCont rol(aOwner : TCompone nt): TCont rol; overr ide; | |
| 30 | public | |
| 31 | constr uctor Crea te(aInitSt r: string = ''); | |
| 32 | end; | |
| 33 | ||
| 34 | implementa tion | |
| 35 | ||
| 36 | uses | |
| 37 | oDelimit edString, | |
| 38 | mCoverSh eetDisplay Panel_Widg etClock; | |
| 39 | ||
| 40 | { TCoverSh eetParam_W idgetClock } | |
| 41 | ||
| 42 | constructo r TCoverSh eetParam_W idgetClock .Create(aI nitStr: st ring = '') ; | |
| 43 | begin | |
| 44 | inherite d Create; | |
| 45 | with New DelimitedS tring(aIni tStr) do | |
| 46 | try | |
| 47 | setT itle(GetPi eceAsStrin g(2, 'Cloc k')); | |
| 48 | finall y | |
| 49 | Free ; | |
| 50 | end; | |
| 51 | end; | |
| 52 | ||
| 53 | function T CoverSheet Param_Widg etClock.Ne wCoverShee tControl(a Owner: TCo mponent): TControl; | |
| 54 | begin | |
| 55 | Result : = TfraCove rSheetDisp layPanel_W idgetClock .Create(aO wner); | |
| 56 | end; | |
| 57 | ||
| 58 | end. |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.