- added Camera in NetworkLinkControl (need flyToView in Entry kml)
git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@127 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+10
-10
@@ -136,11 +136,11 @@ void MainComponent::paint (Graphics& g)
|
||||
|
||||
void MainComponent::resized()
|
||||
{
|
||||
m_fsuipcStatus->setBounds (16, 256, 150, 24);
|
||||
m_flightStatus->setBounds (216, 256, 150, 24);
|
||||
m_kmlUpdInterval_s->setBounds (16, 216, 184, 24);
|
||||
m_colorSelector->setBounds (24, 32, 168, 152);
|
||||
m_altitudeMode->setBounds (216, 40, 160, 24);
|
||||
m_fsuipcStatus->setBounds (16, 264, 150, 24);
|
||||
m_flightStatus->setBounds (216, 264, 150, 24);
|
||||
m_kmlUpdInterval_s->setBounds (16, 232, 184, 24);
|
||||
m_colorSelector->setBounds (24, 24, 168, 192);
|
||||
m_altitudeMode->setBounds (216, 32, 160, 24);
|
||||
//[UserResized] Add your own custom resize handling here..
|
||||
//[/UserResized]
|
||||
}
|
||||
@@ -219,25 +219,25 @@ BEGIN_JUCER_METADATA
|
||||
fixedSize="1" initialWidth="400" initialHeight="300">
|
||||
<BACKGROUND backgroundColour="ffffffff"/>
|
||||
<LABEL name="FSUIP Status" id="a891503ff0f699d7" memberName="m_fsuipcStatus"
|
||||
virtualName="" explicitFocusOrder="0" pos="16 256 150 24" tooltip="FSUIP Status"
|
||||
virtualName="" explicitFocusOrder="0" pos="16 264 150 24" tooltip="FSUIP Status"
|
||||
edTextCol="ff000000" edBkgCol="0" labelText="Unknown" editableSingleClick="0"
|
||||
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
|
||||
fontsize="15" bold="0" italic="0" justification="33"/>
|
||||
<LABEL name="Flight Status" id="2a046c84c0638c1f" memberName="m_flightStatus"
|
||||
virtualName="" explicitFocusOrder="0" pos="216 256 150 24" tooltip="Flight Status"
|
||||
virtualName="" explicitFocusOrder="0" pos="216 264 150 24" tooltip="Flight Status"
|
||||
edTextCol="ff000000" edBkgCol="0" labelText="Unknown" editableSingleClick="0"
|
||||
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
|
||||
fontsize="15" bold="0" italic="0" justification="33"/>
|
||||
<SLIDER name="KML Update Interval" id="c4434642fabdd31c" memberName="m_kmlUpdInterval_s"
|
||||
virtualName="" explicitFocusOrder="0" pos="16 216 184 24" tooltip="KML Update Interval"
|
||||
virtualName="" explicitFocusOrder="0" pos="16 232 184 24" tooltip="KML Update Interval"
|
||||
min="0.10000000000000001" max="10" int="0.10000000000000001"
|
||||
style="LinearHorizontal" textBoxPos="TextBoxLeft" textBoxEditable="1"
|
||||
textBoxWidth="80" textBoxHeight="20" skewFactor="1"/>
|
||||
<GENERICCOMPONENT name="Color Selector" id="bccc8a8094997edb" memberName="m_colorSelector"
|
||||
virtualName="" explicitFocusOrder="0" pos="24 32 168 152" class="ColourSelector"
|
||||
virtualName="" explicitFocusOrder="0" pos="24 24 168 192" class="ColourSelector"
|
||||
params=""/>
|
||||
<COMBOBOX name="Altitude Mode" id="93006349fcf3e57a" memberName="m_altitudeMode"
|
||||
virtualName="" explicitFocusOrder="0" pos="216 40 160 24" tooltip="Altitude Mode"
|
||||
virtualName="" explicitFocusOrder="0" pos="216 32 160 24" tooltip="Altitude Mode"
|
||||
editable="0" layout="33" items="absolute relativeToGround clampToGround "
|
||||
textWhenNonSelected="" textWhenNoItems="(no choices)"/>
|
||||
</JUCER_COMPONENT>
|
||||
|
||||
Reference in New Issue
Block a user