Produced by Araxis Merge on 3/22/2018 8:29:09 AM 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 | Build_3_Patch_32_Jan_2018.zip\XWB\BDK32\Samples\SilentSignOn | fXWBAppHandle1.dfm | Thu Mar 15 15:09:15 2018 UTC |
| 2 | Build_3_Patch_32_Jan_2018.zip\XWB\BDK32\Samples\SilentSignOn | fXWBAppHandle1.dfm | Wed Mar 21 15:37:15 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 340 |
| 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 | object For m1: TForm1 | |
| 2 | Left = 2 30 | |
| 3 | Top = 12 2 | |
| 4 | Caption = | |
| 5 | 'XWBAp pHandle1 - UCX RPCBr oker (see Options) u se of lmAp pHandle t' + | |
| 6 | 'o sta rt a secon d applicat ion (p60)' | |
| 7 | ClientHe ight = 265 | |
| 8 | ClientWi dth = 754 | |
| 9 | Color = clBtnFace | |
| 10 | Font.Cha rset = DEF AULT_CHARS ET | |
| 11 | Font.Col or = clWin dowText | |
| 12 | Font.Hei ght = -11 | |
| 13 | Font.Nam e = 'MS Sa ns Serif' | |
| 14 | Font.Sty le = [] | |
| 15 | Menu = m nuMainMenu | |
| 16 | OldCreat eOrder = T rue | |
| 17 | PixelsPe rInch = 96 | |
| 18 | TextHeig ht = 13 | |
| 19 | object l blOtherPro gram: TLab el | |
| 20 | Left = 44 | |
| 21 | Top = 176 | |
| 22 | Width = 71 | |
| 23 | Height = 13 | |
| 24 | Captio n = 'Other Program:' | |
| 25 | end | |
| 26 | object l blOptional : TLabel | |
| 27 | Left = 52 | |
| 28 | Top = 192 | |
| 29 | Width = 45 | |
| 30 | Height = 13 | |
| 31 | Captio n = '(Opti onal)' | |
| 32 | end | |
| 33 | object l blWithFull : TLabel | |
| 34 | Left = 124 | |
| 35 | Top = 200 | |
| 36 | Width = 232 | |
| 37 | Height = 13 | |
| 38 | Captio n = 'With Full Direc tory Path if not on the System Path' | |
| 39 | end | |
| 40 | object b tnConnect: TButton | |
| 41 | Left = 201 | |
| 42 | Top = 232 | |
| 43 | Width = 75 | |
| 44 | Height = 25 | |
| 45 | Captio n = '&Conn ect' | |
| 46 | TabOrd er = 0 | |
| 47 | OnClic k = btnCon nectClick | |
| 48 | end | |
| 49 | object b tnStartApp 2: TButton | |
| 50 | Left = 334 | |
| 51 | Top = 232 | |
| 52 | Width = 75 | |
| 53 | Height = 25 | |
| 54 | Captio n = 'Start App2' | |
| 55 | TabOrd er = 1 | |
| 56 | OnClic k = btnSta rtApp2Clic k | |
| 57 | end | |
| 58 | object e dtOtherPro gram: TEdi t | |
| 59 | Left = 124 | |
| 60 | Top = 168 | |
| 61 | Width = 333 | |
| 62 | Height = 21 | |
| 63 | TabOrd er = 2 | |
| 64 | end | |
| 65 | object M emo1: TMem o | |
| 66 | Left = 31 | |
| 67 | Top = 8 | |
| 68 | Width = 690 | |
| 69 | Height = 153 | |
| 70 | Lines. Strings = ( | |
| 71 | ||
| 72 | 'T his applic ation can be used to start oth er program s, includi ng ' + | |
| 73 | 'o nes that u se the ' | |
| 74 | ||
| 75 | 'R PCBroker f or connect ion to a s erver usin g a server generated to' + | |
| 76 | 'k en.' | |
| 77 | '' | |
| 78 | ||
| 79 | 'T o connect with the s erver, sim ply press the connec t button t o s' + | |
| 80 | 'e lect a ser ver/listen er port ' | |
| 81 | ||
| 82 | 'c ombination , then sig n in. Aft er you are signed in , you can sta' + | |
| 83 | 'r t another Broker app lication ' | |
| 84 | ||
| 85 | '( XWBAppHand le2) by si mply click ing on the "Start Ap p2" button (w' + | |
| 86 | 'i th the Oth er Program ' | |
| 87 | 'edi t box empt y of text) .' | |
| 88 | '' | |
| 89 | ||
| 90 | 'A program s uch as Not epad with or without command l ine argume nts' + | |
| 91 | ', can be st arted at ' | |
| 92 | ||
| 93 | 'a ny time by entering the name ( and argume nts if any ) in the O the' + | |
| 94 | 'r Program e dit box, t hen ' | |
| 95 | 'cli cking on t he Start A pp2 button .' | |
| 96 | '') | |
| 97 | TabOrd er = 3 | |
| 98 | end | |
| 99 | object b tnExit: TB utton | |
| 100 | Left = 467 | |
| 101 | Top = 232 | |
| 102 | Width = 75 | |
| 103 | Height = 25 | |
| 104 | Captio n = 'Exit' | |
| 105 | TabOrd er = 4 | |
| 106 | OnClic k = btnExi tClick | |
| 107 | end | |
| 108 | object b rkrRPCB: T RPCBroker | |
| 109 | ClearP arameters = True | |
| 110 | ClearR esults = T rue | |
| 111 | Connec ted = Fals e | |
| 112 | ListenerPo rt = PORT | |
| 113 | RpcVer sion = '0' | |
| 114 | Server = 'NXT-Se rver' | |
| 115 | Kernel LogIn = Tr ue | |
| 116 | LogIn. Mode = lmA VCodes | |
| 117 | LogIn. PromptDivi sion = Fal se | |
| 118 | OldCon nectionOnl y = False | |
| 119 | UseSec ureConnect ion = secu reNone | |
| 120 | SSHHid e = False | |
| 121 | Left = 544 | |
| 122 | Top = 168 | |
| 123 | end | |
| 124 | object m nuMainMenu : TMainMen u | |
| 125 | Left = 480 | |
| 126 | Top = 168 | |
| 127 | object mnuFile: TMenuItem | |
| 128 | Capt ion = '&Fi le' | |
| 129 | obje ct mnuFile Exit: TMen uItem | |
| 130 | Ca ption = '& E&xit' | |
| 131 | On Click = mn uFileExitC lick | |
| 132 | end | |
| 133 | end | |
| 134 | object mnuOption s: TMenuIt em | |
| 135 | Capt ion = 'Opt ions' | |
| 136 | obje ct OnlyOld Connection 1: TMenuIt em | |
| 137 | Ca ption = 'O nlyOldConn ection' | |
| 138 | end | |
| 139 | obje ct Backwar dsCompatib le1: TMenu Item | |
| 140 | Ac tion = act BackwardsC ompatible | |
| 141 | end | |
| 142 | obje ct DebugMo de1: TMenu Item | |
| 143 | Ac tion = act DebugMode | |
| 144 | end | |
| 145 | end | |
| 146 | object Help1: TM enuItem | |
| 147 | Capt ion = '&He lp' | |
| 148 | obje ct mnuAbou t: TMenuIt em | |
| 149 | Ca ption = '& About' | |
| 150 | On Click = mn uAboutClic k | |
| 151 | end | |
| 152 | end | |
| 153 | end | |
| 154 | object A ctionList1 : TActionL ist | |
| 155 | Left = 608 | |
| 156 | Top = 168 | |
| 157 | object actOldCon nectionOnl y: TAction | |
| 158 | Capt ion = 'Old Connectio n Mode Onl y' | |
| 159 | OnEx ecute = ac tOldConnec tionOnlyEx ecute | |
| 160 | end | |
| 161 | object actBackwa rdsCompati ble: TActi on | |
| 162 | Capt ion = 'Bac kwards Com patible' | |
| 163 | Chec ked = True | |
| 164 | OnEx ecute = ac tBackwards Compatible Execute | |
| 165 | end | |
| 166 | object actDebugM ode: TActi on | |
| 167 | Capt ion = 'Deb ug Mode' | |
| 168 | OnEx ecute = ac tDebugMode Execute | |
| 169 | end | |
| 170 | end | |
| 171 | end |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.