Changeset 340
- Timestamp:
- Apr 3, 2012, 7:31:15 AM (13 years ago)
- Files:
-
- 10 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/Languages/USerialPort.po
r268 r340 4 4 #: userialport.sassignmenterror 5 5 msgid "Assignment error" 6 msgstr " "6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8" 7 7 8 8 #: userialport.swrongdatabitsnumber -
PinConnection/PinConnection.lpk
r296 r340 22 22 <License Value="GNU/GPL"/> 23 23 <Version Minor="3"/> 24 <Files Count="1 0">24 <Files Count="11"> 25 25 <Item1> 26 26 <Filename Value="UCommFrame.pas"/> … … 40 40 </Item4> 41 41 <Item5> 42 <Filename Value="UComm Socket.pas"/>43 <UnitName Value="UComm Socket"/>42 <Filename Value="UCommThread.pas"/> 43 <UnitName Value="UCommThread"/> 44 44 </Item5> 45 45 <Item6> 46 <Filename Value="U CommThread.pas"/>47 <UnitName Value="U CommThread"/>46 <Filename Value="UPacketBurst.pas"/> 47 <UnitName Value="UPacketBurst"/> 48 48 </Item6> 49 49 <Item7> 50 <Filename Value="U PacketBurst.pas"/>51 <UnitName Value="U PacketBurst"/>50 <Filename Value="USerialPort.pas"/> 51 <UnitName Value="USerialPort"/> 52 52 </Item7> 53 53 <Item8> 54 <Filename Value="U SerialPort.pas"/>55 <UnitName Value="U SerialPort"/>54 <Filename Value="UCommConcentrator.pas"/> 55 <UnitName Value="UCommConcentrator"/> 56 56 </Item8> 57 57 <Item9> 58 <Filename Value="UComm Concentrator.pas"/>59 <UnitName Value="UComm Concentrator"/>58 <Filename Value="UCommDelay.pas"/> 59 <UnitName Value="UCommDelay"/> 60 60 </Item9> 61 61 <Item10> 62 <Filename Value="UComm Delay.pas"/>63 <UnitName Value="UComm Delay"/>62 <Filename Value="UCommTCPClient.pas"/> 63 <UnitName Value="UCommTCPClient"/> 64 64 </Item10> 65 <Item11> 66 <Filename Value="UCommTCPServer.pas"/> 67 <UnitName Value="UCommSocket"/> 68 </Item11> 65 69 </Files> 66 70 <i18n> -
PinConnection/PinConnection.pas
r296 r340 8 8 9 9 uses 10 UCommFrame, UCommHub, UCommPin, UCommSerialPort, UCommSocket, UCommThread, 11 UPacketBurst, USerialPort, UCommConcentrator, UCommDelay, LazarusPackageIntf; 10 UCommFrame, UCommHub, UCommPin, UCommSerialPort, UCommThread, UPacketBurst, 11 USerialPort, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer, 12 LazarusPackageIntf; 12 13 13 14 implementation
Note:
See TracChangeset
for help on using the changeset viewer.