V0.1.2.0 Minor bugfixes

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2017-01-05 09:56:04 +00:00
parent 0f07b81e94
commit 4319fe2d9f
4 changed files with 39 additions and 41 deletions

View File

@ -3,8 +3,8 @@
<ProjectSession>
<PathDelim Value="\"/>
<Version Value="10"/>
<BuildModes Active="linux64"/>
<Units Count="29">
<BuildModes Active="win32GTK2"/>
<Units Count="28">
<Unit0>
<Filename Value="foobotmonitor.lpr"/>
<IsPartOfProject Value="True"/>
@ -73,89 +73,92 @@
<UsageCount Value="68"/>
</Unit6>
<Unit7>
<Filename Value="foobot_sensors.pas"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<TopLine Value="309"/>
<CursorPos X="6" Y="292"/>
<UsageCount Value="20"/>
<Loaded Value="True"/>
</Unit7>
<Unit8>
<Filename Value="..\latest_stable\foobot_httpclient.pas"/>
<EditorIndex Value="6"/>
<TopLine Value="43"/>
<CursorPos X="47" Y="13"/>
<UsageCount Value="59"/>
<Loaded Value="True"/>
</Unit7>
<Unit8>
</Unit8>
<Unit9>
<Filename Value="..\latest_stable\foobot_objects.pas"/>
<EditorIndex Value="10"/>
<CursorPos X="32" Y="61"/>
<UsageCount Value="59"/>
<Loaded Value="True"/>
</Unit8>
<Unit9>
</Unit9>
<Unit10>
<Filename Value="..\latest_stable\ugenericcollection.pas"/>
<EditorIndex Value="-1"/>
<WindowIndex Value="-1"/>
<TopLine Value="-1"/>
<CursorPos X="-1" Y="-1"/>
<UsageCount Value="36"/>
</Unit9>
<Unit10>
</Unit10>
<Unit11>
<Filename Value="..\latest_stable\umainform.lfm"/>
<EditorIndex Value="-1"/>
<UsageCount Value="8"/>
<DefaultSyntaxHighlighter Value="LFM"/>
</Unit10>
<Unit11>
</Unit11>
<Unit12>
<Filename Value="..\latest_stable\umainform.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="10"/>
<CursorPos X="57" Y="36"/>
<UsageCount Value="8"/>
</Unit11>
<Unit12>
</Unit12>
<Unit13>
<Filename Value="..\udataform.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="74"/>
<CursorPos Y="96"/>
<UsageCount Value="16"/>
</Unit12>
<Unit13>
</Unit13>
<Unit14>
<Filename Value="..\umainform.pas"/>
<EditorIndex Value="7"/>
<TopLine Value="284"/>
<CursorPos X="38" Y="313"/>
<UsageCount Value="39"/>
<Loaded Value="True"/>
</Unit13>
<Unit14>
</Unit14>
<Unit15>
<Filename Value="C:\trunklatest\lazarus\lcl\lclmessageglue.pas"/>
<UnitName Value="LCLMessageGlue"/>
<EditorIndex Value="-1"/>
<TopLine Value="93"/>
<CursorPos Y="114"/>
<UsageCount Value="8"/>
</Unit14>
<Unit15>
</Unit15>
<Unit16>
<Filename Value="..\ulogin.pas"/>
<EditorIndex Value="-1"/>
<CursorPos Y="108"/>
<UsageCount Value="11"/>
</Unit15>
<Unit16>
</Unit16>
<Unit17>
<Filename Value="..\..\..\components\cryptini\latest_stable\ucryptini.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="906"/>
<CursorPos X="8" Y="939"/>
<UsageCount Value="9"/>
</Unit16>
<Unit17>
</Unit17>
<Unit18>
<Filename Value="..\backup\foobot_utility.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="7"/>
<UsageCount Value="8"/>
</Unit17>
<Unit18>
<Filename Value="foobot_sensors.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="251"/>
<CursorPos X="13" Y="16"/>
<UsageCount Value="10"/>
</Unit18>
<Unit19>
<Filename Value="C:\trunklatest\lazarus\ide\lazarus.pp"/>
@ -223,16 +226,6 @@
<CursorPos X="18" Y="11"/>
<UsageCount Value="10"/>
</Unit27>
<Unit28>
<Filename Value="foobot_sensors.pas"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<TopLine Value="310"/>
<CursorPos X="6" Y="292"/>
<UsageCount Value="20"/>
<Loaded Value="True"/>
</Unit28>
</Units>
<OtherDefines Count="1">
<Define0 Value="DEBUGMODE"/>

View File

@ -59,11 +59,11 @@ object mainform: Tmainform
TabOrder = 1
ShowText = True
ShowLevel = True
Value = 10
Value = 0
ValueMin = 0
ValueMax = 40
ValueRed = 0
ValueYellow = 1
ValueYellow = 0
AnalogKind = akAnalog
end
object as_hum: TAnalogSensor
@ -418,6 +418,7 @@ object mainform: Tmainform
object mnu_SampleEveryHalfHour: TMenuItem
AutoCheck = True
Caption = 'Half-Hour'
GroupIndex = 1
OnClick = mnu_SampleEveryHalfHourClick
end
object mnu_SampleEvery1Hour: TMenuItem
@ -430,16 +431,19 @@ object mainform: Tmainform
object mnu_SampleEvery2Hours: TMenuItem
AutoCheck = True
Caption = '2 Hours'
GroupIndex = 1
OnClick = mnu_SampleEvery2HoursClick
end
object mnu_SampleEvery4Hours: TMenuItem
AutoCheck = True
Caption = '4 Hours'
GroupIndex = 1
OnClick = mnu_SampleEvery4HoursClick
end
object mnu_SampleEvery8Hours: TMenuItem
AutoCheck = True
Caption = '8 Hours'
GroupIndex = 1
OnClick = mnu_SampleEvery8HoursClick
end
object mnu_SampleEvery24Hours: TMenuItem
@ -514,6 +518,7 @@ object mainform: Tmainform
end
end
object DateTimeIntervalChartSource1: TDateTimeIntervalChartSource
Steps = [dtsYear, dtsWeek, dtsDay, dtsHour]
Left = 174
Top = 325
end