|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
<Language>
|
|
|
<Label Name="lblZdLinkStateInfo" Text="Terminal link status info" />
|
|
|
<Label Name="lblZdLinked" Text="current operating terminal:" />
|
|
|
<Label Name="lblZdUdpData" Text="terminal UDP data" />
|
|
|
<Button Name="btntpConn" Text="terminal connect/disconnect" />
|
|
|
<Button Name="btntpRecive" Text="read file to PC" />
|
|
|
<Button Name="btntpSend" Text="PC file to terminal" />
|
|
|
<Button Name="btntpTime" Text="time synchronization" />
|
|
|
<Button Name="btntpDecode" Text="file decode" />
|
|
|
<Button Name="btntpUDP" Text="realtime data(UDP)" />
|
|
|
<Button Name="btntpReciveAll" Text="receive all simultaneously" />
|
|
|
<!--<TabPage Name="tpConnection">-->
|
|
|
<Label Name="lblLinkModel" Text="1.net link model:" />
|
|
|
<Label Name="lblLinkParameter" Text="2.Terminal basic parameters:" />
|
|
|
<Label Name="lblValidateString" Text="3.link valid string:" />
|
|
|
<Label Name="lblConnIP" Text="IP address:" />
|
|
|
<Label Name="lblConnPort" Text="port No.:" />
|
|
|
<Label Name="lblConnTimeout" Text="overtime:" />
|
|
|
<Label Name="lblMac" Text="MAC address:" />
|
|
|
<Label Name="lblCom" Text="COM No.:" />
|
|
|
<Label Name="lblBit" Text="Baud rate:" />
|
|
|
<ComboBox Name="cbLineMd">
|
|
|
<ComboBoxItem Name="TcpKind" Text="Ethernet communication(TCP/IP)" />
|
|
|
<ComboBoxItem Name="ComKind" Text="COM communication" />
|
|
|
<ComboBoxItem Name="GprsKind" Text="proxy mode(GPRS/ADSL)" />
|
|
|
</ComboBox>
|
|
|
<RadioButton Name="rbNoValidate" Text="no verify" />
|
|
|
<RadioButton Name="rbPassValidate" Text="password verify" />
|
|
|
<RadioButton Name="rbAdminValidate" Text="admin verify" />
|
|
|
<Button Name="btnConnection" Text="connect" />
|
|
|
<Button Name="btnDisconnection" Text="disconnect" />
|
|
|
<!--</TabPage>-->
|
|
|
<!--<TabPage Name="tpReciveFile">-->
|
|
|
<Label Name="lblRZdFilePath" Text="1.terminal file path:" />
|
|
|
<Label Name="lblRZdFileEx" Text="terminal record sample" />
|
|
|
<Label Name="lblRSvFilePath" Text="2.server file save path:" />
|
|
|
<Label Name="lblRZysx" Text="notice" />
|
|
|
<Label Name="lblRZysx1" Text="1.in the server file path, save folder or create program in advance" />
|
|
|
<Label Name="lblRZysx2" Text="activeX itself does not create folder" />
|
|
|
<Label Name="lblRZysx3" Text="2.cover the same file after file transmission succeeded" />
|
|
|
<Button Name="btnRecive" Text="file transmission" />
|
|
|
<!--</TabPage>-->
|
|
|
<!--<TabPage Name="tpSendFile">-->
|
|
|
<Label Name="lblSSvPath" Text="1.server file path:" />
|
|
|
<Label Name="lblSSvDangAn" Text="archive path" />
|
|
|
<Label Name="lblSSvZhaoPian" Text="photo path" />
|
|
|
<Label Name="lblSZdPath" Text="2.terminal file save path:" />
|
|
|
<Label Name="lblSZdDangAn" Text="archive path" />
|
|
|
<Label Name="lblSZdZhaoPian" Text="photo path" />
|
|
|
<Label Name="lblSZysx" Text="notice" />
|
|
|
<Label Name="lblSZysx1" Text="1.Don't transfer illegal file acted as archive and photo, or else terminal might not upload and work unusual" />
|
|
|
<Label Name="lblSZysx2" Text="2.When writing archive, photo and FP file to terminal, please write photos and FP successfully then write archive" />
|
|
|
<Button Name="btnSendFile" Text="file transmission" />
|
|
|
<!--</TabPage>-->
|
|
|
<!--<TabPage Name="tpCheckTime">-->
|
|
|
<RadioButton Name="rbDatetimeNow" Text="no verify" />
|
|
|
<RadioButton Name="rbTimeUserDefined" Text="password verify" />
|
|
|
<Label Name="lblTimeHour" Text="hour" />
|
|
|
<Label Name="lblTimeMinute" Text="minute" />
|
|
|
<Button Name="btnChangeTime" Text="time synchronization" />
|
|
|
<!--</TabPage>-->
|
|
|
<!--<TabPage Name="tpFileDecode">-->
|
|
|
<Label Name="lblStringDecodeAndEncode" Text="1.string encrypt and decrypt:" />
|
|
|
<Label Name="lblDSourceString" Text=" original string" />
|
|
|
<Label Name="lblDDecodeString" Text="encrypted string" />
|
|
|
<Label Name="lblDUncodeString" Text="decrypted string" />
|
|
|
<Button Name="btnEncode" Text="encrypt" />
|
|
|
<Button Name="btnDecode" Text="decrypt" />
|
|
|
<Label Name="lblFileDecode" Text="2.file Decrypt:" />
|
|
|
<Label Name="lblEncodeFile" Text="original encrypt file" />
|
|
|
<Label Name="lblDecodeFile" Text="decrypted file" />
|
|
|
<Button Name="btnDecodeFile" Text="decrypt file " />
|
|
|
<Button Name="btnReadFile" Text="check file" />
|
|
|
<!--</TabPage>-->
|
|
|
<!--<TabPage Name="tpUdp">-->
|
|
|
<Label Name="lblNeedBindPort" Text="Need to bind Port No." />
|
|
|
<Label Name="lblUFx" Text="for example:" />
|
|
|
<Label Name="lblUFx1" Text="Communication Port No. setting is 3350,after binding its actual binded port is UDP 3351 that is 3350+1, used to intercept data sent by terminal to server" />
|
|
|
<Label Name="lblUZysx" Text="notice" />
|
|
|
<Label Name="lblUZysx1" Text="bind Port and set server IP etc when sending control command to terminal via ActiveX CortZd" />
|
|
|
<Label Name="lblUZdPic" Text="terminal picture information" />
|
|
|
<Button Name="btnBindPort" Text="bind Port" />
|
|
|
<Button Name="btnStartUDP" Text="display picture" />
|
|
|
<Button Name="btnEndUdp" Text="stop display" />
|
|
|
<!--</TabPage>-->
|
|
|
<!--<TabPage Name="tpReciveFromAny">-->
|
|
|
<Label Name="lblReciveAll" Text="several terminals communication simultaneously" />
|
|
|
<Label Name="lblRAJilu" Text="take record collection for example" />
|
|
|
<Label Name="lblStartIP" Text="beginning IP address" />
|
|
|
<Label Name="lblEndIP" Text="final IP address" />
|
|
|
<CheckBox Name="cbShowTX" Text="show communication form or not" />
|
|
|
<CheckBox Name="cbCloseTX" Text="automatically close communication form or not" />
|
|
|
<Label Name="lblRAZysx" Text="notice" />
|
|
|
<Label Name="lblRAZysx1" Text="1.This sample adopts multiprocess mode and call multiple samples to complete" />
|
|
|
<Label Name="lblRAZysx2" Text="2.record file save path..\Data\terminal IP address.wds" />
|
|
|
<Label Name="lblRAZysx3" Text="3.This sample is just for demo, don't send too many simultaneously" />
|
|
|
<Button Name="btnStartTx" Text="start collecting simultaneously" />
|
|
|
<!--</TabPage>-->
|
|
|
<Messages>
|
|
|
<Add Key="LineZdSuccess" Value="Connected" />
|
|
|
<Add Key="StartReciveFileToPcFromZd" Value="Start to read files from terminal to PC..." />
|
|
|
<Add Key="StartSendZhaoPianToZdFromPc" Value="Start to write photos from PC to terminal... *.pht" />
|
|
|
<Add Key="StartReTime" Value="Start to synchronous time..." />
|
|
|
<Add Key="ReadFileSuccess" Value="Succeed to read files! \r\n path:" />
|
|
|
<Add Key="BeginDeleteZdFile" Value="Start to delete terminal files..." />
|
|
|
<Add Key="WriteZhaoPianSuccess" Value="Succeed to write photos!" />
|
|
|
<Add Key="StartWriteFileFromPcToZd" Value="Start to write archive from PC to terminal... wdda.wts" />
|
|
|
<Add Key="WriteDangAnFileSuccess" Value="Succeed to write wdda.wts!" />
|
|
|
<Add Key="Disconnectioning" Value="Disconnecting terminal..." />
|
|
|
<Add Key="DeleteZdFileSuccess" Value="Deleted terminal files successfully!" />
|
|
|
<Add Key="ReTimeSuccess" Value="Time synchronization succeed.!" />
|
|
|
<Add Key="ConnectionFaileAndPleaseCheckPass" Value="Connection failed,please check the connection password and device info." />
|
|
|
<Add Key="DisconnectionFails" Value="Disconnect failed" />
|
|
|
<Add Key="ReadFileNotExists" Value="Files for reading from terminal is not existed!" />
|
|
|
<Add Key="WriteFileFails" Value="Exception to write files!" />
|
|
|
<Add Key="DeleteZdFileNotExistsOrStopSudden" Value="Deleted files in terminal is not existed or abort!" />
|
|
|
<Add Key="ConnectionFails" Value="Overtime\r\n Reason:1.Terminal Ip address is wrong 2.Network has something wrong 3.Port is wrong or disabled port" />
|
|
|
<Add Key="Disconnectioned" Value="Disconnected" />
|
|
|
<Add Key="ConnectionSuccess" Value="Connected" />
|
|
|
<Add Key="PassedAdmin" Value="Passed authentication" />
|
|
|
<Add Key="FileEncodeSuccess" Value="Decryption is successful!" />
|
|
|
<Add Key="SourceDecodeFileNotExists" Value="Original encrypted is not existed!Please check the path!" />
|
|
|
<Add Key="CurrentCommunicationPortIs" Value="Current communication port:" />
|
|
|
<Add Key="BindUdpPortIs" Value="Binded port is:UDP " />
|
|
|
<Add Key="BindPortFails" Value="Failed to bind port!\r\nReason:" />
|
|
|
<Add Key="Exception" Value="Exception!\r\nReason:" />
|
|
|
<Add Key="GetDataFromIP" Value="Have collected data from{0}!" />
|
|
|
<Add Key="StartIpIsBiggerThanEndIp" Value="The beginning ip must be less than the final IP!" />
|
|
|
</Messages>
|
|
|
</Language>
|