From fc9e1d5ce6328be45db4832c487eb936603c022d Mon Sep 17 00:00:00 2001 From: gbamber Date: Fri, 13 Jan 2017 13:40:28 +0000 Subject: [PATCH] V0.2.4.0 replaces sensors.res with foobot_sensors.res git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5634 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../foobot/monitor/foobot_sensors.pas | 2 +- .../foobot/monitor/foobot_sensors.res | Bin 0 -> 1195 bytes applications/foobot/monitor/foobotmonitor.lpi | 2 +- applications/foobot/monitor/foobotmonitor.lps | 82 +++++++++--------- applications/foobot/monitor/foobotmonitor.res | Bin 80092 -> 80092 bytes applications/foobot/monitor/umainform.pas | 4 +- 6 files changed, 45 insertions(+), 45 deletions(-) create mode 100644 applications/foobot/monitor/foobot_sensors.res diff --git a/applications/foobot/monitor/foobot_sensors.pas b/applications/foobot/monitor/foobot_sensors.pas index 5ddac654d..96c5be1fb 100644 --- a/applications/foobot/monitor/foobot_sensors.pas +++ b/applications/foobot/monitor/foobot_sensors.pas @@ -107,7 +107,7 @@ type implementation -{$R sensors.res} +{$R foobot_sensors.res} uses SysUtils; diff --git a/applications/foobot/monitor/foobot_sensors.res b/applications/foobot/monitor/foobot_sensors.res new file mode 100644 index 0000000000000000000000000000000000000000..744828bea3b9646eb3caf9079c032225ffe16e47 GIT binary patch literal 1195 zcmZQzU|>)H;{X347|28cuYo)hApZZKiy@dHgu$O7fFYj2ogs+96$t&{Y6S$~Ooq+? zKX+a(DK4N0ucwDg5ReuHVr>p4ASuBbA_Js0dAc};RLprhiJPlILBPfKm)zRfxie?Y z&)piSsUgMVQt7|3@N~?bZxc<=$W*qcGv`0+ua5e$!Q-gR1MP^w6@M6i>&9Mu%>1T4 zzmU5jUq9a>UTfW_yutey_D?MjT>r2$>54s9^r}U-?X`Z*7fJZP zdh*B5OPSu(i_3lJee~Y`+;7*i#2LTlC-`1`d;i>z+*rd0mHl(4Kh~`K_IJsn-+$wM zI&J(_>?i4JS4Drdv{1c#5a@aaPgg&ebxsLQ4DW#)10Y5XA5iGHfYgBjsbRAX8a7iH z`C1fsSbl%0o@M`-MMP`s+UO$j&!bmtMyd5#r)M`a`B?ikNy(3x3P280;&J_3V!zhj`0}NfMW6kuG^AJ-&Doqdz36t-&L0)otpa}c z9*Q1p|7o0YXq%K>(@g36|HU@Pfk0&32dj=QQt&f1+>SS<><1utU#x8LN^+ zeZ9JSQVbev4LLIC=i@;6LwvCLX>2ziOY(ue^Qd zz8fqRxOcx}>G#=T8}{VCuMf@mv9aRxzlepe>*d6Lcz*o*kAInnoY^J5lhc^Xo(j)r Ke*8iKId}jE#>y=K literal 0 HcmV?d00001 diff --git a/applications/foobot/monitor/foobotmonitor.lpi b/applications/foobot/monitor/foobotmonitor.lpi index c5866bbc6..995a47618 100644 --- a/applications/foobot/monitor/foobotmonitor.lpi +++ b/applications/foobot/monitor/foobotmonitor.lpi @@ -26,7 +26,7 @@ - + diff --git a/applications/foobot/monitor/foobotmonitor.lps b/applications/foobot/monitor/foobotmonitor.lps index 53e1a6eef..bb7d7dc18 100644 --- a/applications/foobot/monitor/foobotmonitor.lps +++ b/applications/foobot/monitor/foobotmonitor.lps @@ -3,14 +3,14 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -158,7 +158,7 @@ - + @@ -284,123 +284,123 @@ - + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - - + + - + - - + + - + - + - - - - + + + + diff --git a/applications/foobot/monitor/foobotmonitor.res b/applications/foobot/monitor/foobotmonitor.res index afca60b107032a31420a3d4c2770b9b46a23243b..7a52aecb2d2bab1f816c86f44a75d6c3d4e3761b 100644 GIT binary patch delta 27 jcmccfk>$=umJK)97@0QTWZTZfXw*EBbNfV2MsIxpugnUY delta 27 jcmccfk>$=umJK)97#TO;WZTZfXxKcFbNfV2MsIxpudxc5 diff --git a/applications/foobot/monitor/umainform.pas b/applications/foobot/monitor/umainform.pas index 58b07c750..3e0057250 100644 --- a/applications/foobot/monitor/umainform.pas +++ b/applications/foobot/monitor/umainform.pas @@ -23,7 +23,7 @@ unit umainform; REQUIREMENTS ============ -* Custom sensors unit from Industrial package (foobot_sendors) +* Custom sensors unit from Industrial package (foobot_sendors and foobot_sensors.res) * Custom httpdclient unit (foobot_httpclient) * CryptINI, TChart and Industrial components * FPCv3.1.1+ and Lazarus V1.7+ @@ -39,7 +39,7 @@ V0.1.0.0: Save/Load Alltime High/Lows. Reset values from menu V0.1.1.0: Save/Load Colours, Min and Max values to cfg file V0.2.1.0: Triggers,Multiple Foobots V0.2.2.0: Trigger config form, SaveLoad recommended values -V0.2.4.0: Embedded help file added +V0.2.4.0: Embedded help file added, replaced sensors.res with foobot_sensors.res V0.2.5.0: ?? } {$ifopt D+}