Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

default_finish_option="true"

Fulfillments Section Before

Fulfillments Section

Changing the Identification of the Docks Before

Changing the Identification of the Docks After

Code Block
borderColorblack
langxml
titleChanging the Identification of the Docks Fulfillments Before
borderStylesolid
<?xml version="1.0" encoding="windows-1252" ?>
<apm_dock_station>
	<tablets>
		<tablet>
			<id>Tablet 1</id>
			<cache_folder>d:\DockCache\tablet1\</cache_folder>
		</tablet>
		<tablet>
			<id>Tablet 2</id>
			<cache_folder>d:\DockCache\tablet2\</cache_folder>
		</tablet>
		<tablet>
			<id>Events!</id>
			<cache_folder>d:\DockCache\Events\</cache_folder>
			<event_mode>true</event_mode>
		</tablet>
	</tablets>
	<devices>
		<device>
			<id>Hard drive</id>
			<path>d:\photos1</path>
		</device>
		<device>
			<id>SD drive</id>
			<path>g:\</path>
		</device>

	</devices>
</apm_dock_station>
Code Block
borderColorblack
langxml
titleChanging the Identification of the Docks Fulfillments Section After
borderStylesolid
<?xml version="1.0" encoding="windows-1252" ?>
<apm_dock_station>
	<tablets>
		<tablet>
			<id>95101</id>
			<cache_folder>d:\DockCache\tablet1\</cache_folder>
		</tablet>
		<tablet>
			<id>95102</id>
			<cache_folder>d:\DockCache\tablet2\</cache_folder>
		</tablet>
		<tablet>
			<id>Events!</id>
			<cache_folder>d:\DockCache\Events\</cache_folder>
			<event_mode>true</event_mode>
		</tablet>
	</tablets>
	<devices>
		<device>
			<id>Hard drive</id>
			<path>d:\photos1</path>
		</device>
		<device>
			<id>SD drive</id>
			<path>g:\</path>
		</device>

	</devices>
</apm_dock_station>