|
|
@@ -1,11 +1,26 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<Window>
|
|
|
+ <HorizontalLayout height="44">
|
|
|
+ <Label text="标签打印机接口类型" width="260"/>
|
|
|
+ <Combo name="setting_biaoqian_printer_leixing" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的标签打印机接口类型" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
+ <ListLabelElement text="usb" selected="true"/>
|
|
|
+ <ListLabelElement text="网口" />
|
|
|
+ </Combo>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
<HorizontalLayout height="44" name="setting_biaoqian_printer_usb_layout">
|
|
|
<Label text="标签打印机usb端口选择" width="260"/>
|
|
|
<Combo name="setting_biaoqian_printer_usb" padding="0,9,0,0" width="800" height="26" tooltip="请点击这里选择您的标签打印机usb端口" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
</Combo>
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
+ <HorizontalLayout height="56" name="setting_biaoqian_printer_wangkou_layout">
|
|
|
+ <Label text="网口IP地址" width="260"/>
|
|
|
+ <Edit name="setting_biaoqian_printer_wangkou_ip" width="200" height="32" padding="0,12,0,12" normalimage="file='Chat_InputBox_BG.png' corner='4,4,4,4'" hotimage="file='Chat_InputBox_BG_Hover.png' corner='4,4,4,4'" />
|
|
|
+
|
|
|
+ <Button name="setting_biaoqian_printer_wangkouk_save_btn" align="center" width="100" height="38" padding="20,8,0,3" text="保存" normalimage="file='btn_border_white.png' corner='5,5,5,5'" hotimage="file='btn_border_white_Hover.png' corner='5,5,5,5'" pushedimage="file='btn_border_white_Click.png' corner='5,5,5,5'" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
<HorizontalLayout height="44">
|
|
|
<Label text="标签纸尺寸规格【宽度*高度】" width="260"/>
|
|
|
<Combo name="setting_biaoqian_printer_guige" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的标签纸尺寸规格" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|