view clients/editor/gui/cameraedit.xml @ 337:f9aca52c7c45

VFS: * Emit warning for upper case filenames. Fixes #122.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 24 Aug 2009 16:06:30 +0000
parents 51cc05d862f2
children
line wrap: on
line source

<Panel title="Camera Editor">
	<VBox hexpand="1">
		<HBox>
			<Label name="idLabel" text="Camera ID:" min_size="125,10"/>
			<TextField name="idBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="mapLabel" text="Camera Map ID:" min_size="125,10"/>
      <TextField name="mapBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="layerLabel" text="Camera Layer ID:" min_size="125,10"/>
      <TextField name="layerBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="viewLabel" text="Viewport ('x,y,w,h'):" min_size="125,10"/>
		  <TextField name="viewBox" text="0,0,640,480" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="refhLabel" text="Reference cell height:" min_size="125,10"/>
			<TextField name="refhBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="refwLabel" text="Reference cell width:" min_size="125,10"/>
			<TextField name="refwBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="rotLabel" text="Rotation:" min_size="125,10"/>
			<TextField name="rotBox" text="0" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="tiltLabel" text="Tilt:" min_size="125,10"/>
			<TextField name="tiltBox" text="0" min_size="100,10"/>
		</HBox>
	</VBox>
	<HBox>
		<Button name="okButton" text="OK"/>
		<Button name="cancelButton" text="Cancel"/>
	</HBox>
</Panel>