Skip to content

Commit

Permalink
InitialUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
CharterAdmin committed May 23, 2015
0 parents commit 5e7343e
Show file tree
Hide file tree
Showing 399 changed files with 696,028 additions and 0 deletions.
Binary file added 737-300-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,537 changes: 1,537 additions & 0 deletions 737-300-set.xml

Large diffs are not rendered by default.

Binary file added 737-300.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,118 changes: 1,118 additions & 0 deletions 737-300.xml

Large diffs are not rendered by default.

1,088 changes: 1,088 additions & 0 deletions Dialogs/737-ap-dialog.xml

Large diffs are not rendered by default.

771 changes: 771 additions & 0 deletions Dialogs/737-radio-dialog.xml

Large diffs are not rendered by default.

161 changes: 161 additions & 0 deletions Dialogs/doors-dialog.xml
@@ -0,0 +1,161 @@
<?xml version="1.0"?>
<PropertyList>
<name>Airport Operations</name>
<layout>vbox</layout>

<group>
<layout>table</layout>
<text>
<label>Doors</label>
<row>0</row>
<col>0</col>
</text>
<button>
<row>0</row>
<col>3</col>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<legend>x</legend>
<default>1</default>
<keynum>27</keynum>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>

<hrule/>

<group>
<!-- Pass LF -->
<layout>table</layout>
<text>
<label>Left Front</label>
<halign>right</halign>
<row>0</row>
<col>0</col>
</text>
<button>
<row>0</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor1");
</script>
</binding>
</button>
<checkbox>
<row>0</row>
<col>2</col>
<property>controls/groundservice/passengerdoor1</property>
<live>true</live>
</checkbox>
<!-- Pass RF -->
<text>
<label>Right Front</label>
<halign>right</halign>
<row>1</row>
<col>0</col>
</text>
<button>
<row>1</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor2");
</script>
</binding>
</button>
<checkbox>
<row>1</row>
<col>2</col>
<property>controls/groundservice/passengerdoor2</property>
<live>true</live>
</checkbox>
<!-- Pass LR -->
<text>
<label>Left Rear</label>
<halign>right</halign>
<row>2</row>
<col>0</col>
</text>
<button>
<row>2</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor3");
</script>
</binding>
</button>
<checkbox>
<row>2</row>
<col>2</col>
<property>controls/groundservice/passengerdoor3</property>
<live>true</live>
</checkbox>
<!-- Pass RR -->
<text>
<label>Right Rear</label>
<halign>right</halign>
<row>3</row>
<col>0</col>
</text>
<button>
<row>3</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor4");
</script>
</binding>
</button>
<checkbox>
<row>3</row>
<col>2</col>
<property>controls/groundservice/passengerdoor4</property>
<live>true</live>
</checkbox>

<!-- Cockpit -->
<text>
<label>Cockpit</label>
<halign>right</halign>
<row>4</row>
<col>0</col>
</text>
<button>
<row>4</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/cockpitdoor");
</script>
</binding>
</button>
<checkbox>
<row>4</row>
<col>2</col>
<property>controls/groundservice/cockpitdoor</property>
<live>true</live>
</checkbox>

</group>

</PropertyList>
168 changes: 168 additions & 0 deletions Dialogs/ground-ops-dialog.xml
@@ -0,0 +1,168 @@
<?xml version="1.0"?>
<PropertyList>
<name>Ground Ops</name>
<layout>vbox</layout>
<group>
<layout>hbox</layout>
<text>
<label>Ground Operations</label>
</text>
<button>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<legend>x</legend>
<default>1</default>
<keynum>27</keynum>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>

<group>
<layout>vbox</layout>
<halign>center</halign>

<checkbox>
<halign>left</halign>
<label>Chocks</label>
<property>controls/groundservice/chocks</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/chocks</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Engine Safety Cones</label>
<property>controls/groundservice/safety-cones</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/safety-cones</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Passenger Stairs Front</label>
<property>controls/groundservice/stairs1</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/stairs1</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Passenger Stairs Rear</label>
<property>controls/groundservice/stairs2</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/stairs2</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Baggage Front</label>
<property>/controls/groundservice/baggage1</property>
<binding>
<command>property-toggle</command>
<property>/controls/groundservice/baggage1</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Baggage Rear</label>
<property>/controls/groundservice/baggage2</property>
<binding>
<command>property-toggle</command>
<property>/controls/groundservice/baggage2</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Bus</label>
<property>controls/groundservice/bus</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/bus</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Car</label>
<property>controls/groundservice/car_service</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/car_service</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Fuel Truck</label>
<property>controls/groundservice/Fuel</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/Fuel</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Catering Front</label>
<property>controls/groundservice/catering1</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/catering1</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Catering Rear</label>
<property>controls/groundservice/catering2</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/catering2</property>
</binding>
</checkbox>

<checkbox>

<halign>left</halign>
<label>GPU</label>
<property>controls/groundservice/gpu</property>
<live>true</live>
<binding>
<condition>
<equals>
<property>/controls/electric/external-power</property>
<value>false</value>
</equals>
</condition>
<command>property-toggle</command>
<property>controls/groundservice/gpu</property>
</binding>
</checkbox>

<checkbox>
<halign>left</halign>
<label>Engine Protection</label>
<property>controls/groundservice/protection</property>
<binding>
<command>property-toggle</command>
<property>controls/groundservice/protection</property>
</binding>
</checkbox>

</group>

</PropertyList>

0 comments on commit 5e7343e

Please sign in to comment.