فهرست منبع

继续调整样式

zhangyang 4 سال پیش
والد
کامیت
4f30c118d6

BIN
bin/Win32/Debug/zhipuzi_pos_windows/db/pos.db


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 70 - 3
bin/Win32/Debug/zhipuzi_pos_windows/skin/diandan_index.xml


+ 29 - 1
bin/Win32/Debug/zhipuzi_pos_windows/skin/main.xml

@@ -28,9 +28,17 @@
 			<VerticalLayout width="100" bkcolor="#FFF8F8FF">
 				<Option name="main_diandan" group="main_tab" selected="true" width="100" height="100" text="点单" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
 				
-				<Option name="main_waimai" group="main_tab" width="100" height="100" text="外卖" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
+				<Option name="main_waimai" group="main_tab" width="100" height="100" text="订单" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
+				
+				<Option name="main_huiyuan" group="main_tab" width="100" height="100" text="会员" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
+				
+				<Option name="main_baobiao" group="main_tab" width="100" height="100" text="报表" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
+				
+				<Option name="main_jiaoban" group="main_tab" width="100" height="100" text="交班" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
 				
 				<Option name="main_setting" group="main_tab" width="100" height="100" text="设置" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
+				
+				<Option name="main_gengduo" group="main_tab" width="100" height="100" text="更多" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
 			</VerticalLayout>
 			
 			
@@ -90,6 +98,26 @@
 				<HorizontalLayout>
 					<Include source="diandan_index.xml" />
 				</HorizontalLayout>
+				
+				<!--会员-->
+				<HorizontalLayout>
+					<Include source="huiyuan_index.xml" />
+				</HorizontalLayout>
+				
+				<!--报表-->
+				<HorizontalLayout>
+					<Include source="baobiao_index.xml" />
+				</HorizontalLayout>
+				
+				<!--交班-->
+				<HorizontalLayout>
+					<Include source="jiaoban_index.xml" />
+				</HorizontalLayout>
+				
+				<!--更多-->
+				<HorizontalLayout>
+					<Include source="gengduo_index.xml" />
+				</HorizontalLayout>
 			</TabLayout>
 		</HorizontalLayout>
 		

+ 6 - 0
zhipuzi_pos_windows/zhipuzi_pos_windows.vcxproj

@@ -152,6 +152,9 @@ copy $(SolutionDir)res\music\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(P
 copy $(SolutionDir)res\icon\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\icon\
 </Command>
     </PostBuildEvent>
+    <Manifest>
+      <EnableDpiAwareness>true</EnableDpiAwareness>
+    </Manifest>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>
@@ -186,6 +189,9 @@ copy $(SolutionDir)res\music\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(P
 copy $(SolutionDir)res\icon\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\icon\
 </Command>
     </PostBuildEvent>
+    <Manifest>
+      <EnableDpiAwareness>true</EnableDpiAwareness>
+    </Manifest>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <ClCompile>