11. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/25/2018 2:12:58 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.

11.1 Files compared

# Location File Last Modified
1 build 3.zip\build 3\MHLTH_YS_137_Source\Delphi\MHA fMHA_Update.dfm Thu Sep 6 11:30:22 2018 UTC
2 build 3.zip\build 3\MHLTH_YS_137_Source\Delphi\MHA fMHA_Update.dfm Fri Sep 14 17:30:34 2018 UTC

11.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 146
Changed 2 4
Inserted 0 0
Removed 0 0

11.3 Comparison options

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

11.4 Active regular expressions

No regular expressions were active.

11.5 Comparison detail

  1   object frm MHA_Update : TfrmMHA_ Update
  2     Left = 4 55
  3     Top = 33 9
  4     Width =  508
  5     Height =  368
  6     Caption  = 'MHA: Ch ecking for  updates . ..'
  7     Color =  clBtnFace
  8     Font.Cha rset = DEF AULT_CHARS ET
  9     Font.Col or = clWin dowText
  10     Font.Hei ght = -11
  11     Font.Nam e = 'MS Sa ns Serif'
  12     Font.Sty le = []
  13     OldCreat eOrder = F alse
  14     OnClose  = FormClos e
  15     OnCreate  = FormCre ate
  16     PixelsPe rInch = 96
  17     TextHeig ht = 13
  18     object R eplyMemo:  TMemo
  19       Left =  0
  20       Top =  0
  21       Width  = 500
  22       Height  = 257
  23       Align  = alTop
  24       Scroll Bars = ssV ertical
  25       TabOrd er = 0
  26     end
  27     object B utton1: TB utton
  28       Left =  229
  29       Top =  286
  30       Width  = 75
  31       Height  = 25
  32       Captio n = 'Trans fer'
  33       TabOrd er = 1
  34       OnClic k = Button 1Click
  35     end
  36     object B utton2: TB utton
  37       Left =  405
  38       Top =  285
  39       Width  = 75
  40       Height  = 25
  41       Captio n = 'Close '
  42       TabOrd er = 2
  43       OnClic k = Button 2Click
  44     end
  45     object B utton3: TB utton
  46       Left =  33
  47       Top =  289
  48       Width  = 75
  49       Height  = 25
  50       Captio n = 'Direc tory'
  51       TabOrd er = 3
  52       OnClic k = Button 3Click
  53     end
  54     object I pFtpClient 1: TIpFtpC lient
  55       DebugL og.BufferS ize = 6553 6
  56       DebugL og.WriteMo de = wmOve rwrite
  57       DebugL og.Enabled  = False
  58       DebugL og.FileNam e = 'debug .log'
  59         DefaultPor t =  PORT
  60       EventL og.DateTim eFormat =  'yyyy.mm.d d hh:nn:ss '
  61       EventL og.Enabled  = False
  62       EventL og.FileNam e = 'event .log'
  63       FileTy pe = ftAsc ii
  64       IdleTi meout = 0
  65       Passiv eMode = Fa lse
  66         SocksServe r.Port =  PORT
  67       SocksS erver.Sock sVersion =  svSocks4
  68       Transf erTimeout  = 0
  69       OnFtpE rror = IpF tpClient1F tpError
  70       OnFtpR eply = IpF tpClient1F tpReply
  71       OnFtpS tatus = Ip FtpClient1 FtpStatus
  72       Left =  25
  73       Top =  20
  74     end
  75   end