|
|
@@ -144,15 +144,15 @@
|
|
|
<HorizontalLayout height="44" padding="0,30,0,20">
|
|
|
<Button name="setting_new_chufang_printer_btn" align="center" width="200" height="38" padding="0,3,0,3" text="新建厨房打印机" normalimage="file='Btn_White.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_White_Click.png' corner='5,5,5,5'" />
|
|
|
</HorizontalLayout>
|
|
|
- <List name="setting_chufang_printer_list" bordersize="1" bordercolor="#FF000000" itemlinecolor="#FF000000" vscroll="true">
|
|
|
+ <List name="setting_chufang_printer_list" bordersize="1" bordercolor="#FF000000" itemlinecolor="#FF000000" vscrollbar="true" hscrollbar="true">
|
|
|
<ListHeader />
|
|
|
- <ListHeaderItem text="打印机名称" width="200" align="center" />
|
|
|
- <ListHeaderItem text="IP地址" width="200" align="center" />
|
|
|
- <ListHeaderItem text="打印机规格" width="100" align="center" />
|
|
|
- <ListHeaderItem text="商品分单打印" width="100" align="center" />
|
|
|
- <ListHeaderItem text="按商品分类打印" width="200" align="center" />
|
|
|
- <ListHeaderItem text="关联商品分类" width="200" align="center" />
|
|
|
- <ListHeaderItem text="操作" align="center" />
|
|
|
+ <ListHeaderItem text="打印机名称" width="180" align="center" />
|
|
|
+ <ListHeaderItem text="IP地址" width="150" align="center" />
|
|
|
+ <ListHeaderItem text="打印机规格" width="150" align="center" />
|
|
|
+ <ListHeaderItem text="商品分单打印" width="150" align="center" />
|
|
|
+ <ListHeaderItem text="按商品分类打印" width="150" align="center" />
|
|
|
+ <ListHeaderItem text="关联商品分类" width="300" align="center" />
|
|
|
+ <ListHeaderItem text="操作" width="200" align="center"/>
|
|
|
</List>
|
|
|
</VerticalLayout>
|
|
|
|