|
Author: jleroux
Date: Thu Jul 12 20:15:24 2012 New Revision: 1360907 URL: http://svn.apache.org/viewvc?rev=1360907&view=rev Log: This should not have slipped in at r1319727 Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/xpos.properties?rev=1360907&r1=1360906&r2=1360907&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/config/xpos.properties (original) +++ ofbiz/trunk/specialpurpose/pos/config/xpos.properties Thu Jul 12 20:15:24 2012 @@ -1,34 +1,35 @@ ############################################################################### -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. ############################################################################### # -# Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue) -# The comments have been removed, you may still find them on the OFBiz repository... +# By default the screen is 1024x768 wide. If you want to use another screen size, +# you must create a new directory under specialpurpose/pos/screens, like the 800x600. +# You must also set the 3 related parameters (StartClass, ClientWidth, ClientHeight) accordingly. # -#Sat Apr 21 21:10:40 CEST 2012 + +StartPackage=org.ofbiz.pos +StartClass=default/pospanel +LogLevel=0 +StyleFile=posstyles.xml CenterWin=true ClientHeight=768 -Language=XuiLabels_fr ClientWidth=1024 -StartClass=default/pospanel +Language=XuiLabels Title=OFBiz POS -StyleFile=posstyles.xml UseWindow=false UseFrames=false -LogLevel=0 -StartPackage=org.ofbiz.pos |
| Free forum by Nabble | Edit this page |
