rcbotcontrol-svncommit Mailing List for RC-Bot Control
Status: Planning
Brought to you by:
bytekilla
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
---|
From: <byt...@us...> - 2007-11-11 22:34:18
|
Revision: 4 http://rcbotcontrol.svn.sourceforge.net/rcbotcontrol/?rev=4&view=rev Author: bytekilla Date: 2007-11-11 14:34:08 -0800 (Sun, 11 Nov 2007) Log Message: ----------- First Upload Filebase Added Paths: ----------- trunk/compiled_files/ trunk/compiled_files/io.dll trunk/compiled_files/rcbotcon.exe trunk/delphi_project/ trunk/delphi_project/CHIP.ICO trunk/delphi_project/basefrm.dcu trunk/delphi_project/basefrm.dfm trunk/delphi_project/basefrm.pas trunk/delphi_project/io.dll trunk/delphi_project/ioreadme.txt trunk/delphi_project/rcbotcon.bdsproj trunk/delphi_project/rcbotcon.bdsproj.local trunk/delphi_project/rcbotcon.cfg trunk/delphi_project/rcbotcon.dpr trunk/delphi_project/rcbotcon.dsk trunk/delphi_project/rcbotcon.exe trunk/delphi_project/rcbotcon.identcache trunk/delphi_project/rcbotcon.res trunk/delphi_project/rcbotcon.~dsk trunk/eagle_project/ trunk/eagle_project/control.brd trunk/eagle_project/control.pro trunk/eagle_project/control.sch trunk/eagle_project/eagle.epf Added: trunk/compiled_files/io.dll =================================================================== (Binary files differ) Property changes on: trunk/compiled_files/io.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/compiled_files/rcbotcon.exe =================================================================== (Binary files differ) Property changes on: trunk/compiled_files/rcbotcon.exe ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/CHIP.ICO =================================================================== (Binary files differ) Property changes on: trunk/delphi_project/CHIP.ICO ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/basefrm.dcu =================================================================== (Binary files differ) Property changes on: trunk/delphi_project/basefrm.dcu ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/basefrm.dfm =================================================================== --- trunk/delphi_project/basefrm.dfm (rev 0) +++ trunk/delphi_project/basefrm.dfm 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,83 @@ +object Form4: TForm4 + Left = 0 + Top = 0 + Width = 178 + Height = 241 + BiDiMode = bdRightToLeft + Caption = 'RC-Bot' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001002020100000000000E80200001600000028000000200000004000 + 0000010004000000000080020000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 000000000000330077000000000000000000000000003B077070000000000000 + 000000000000BB807007000000000000000000000300B0007000700000000000 + 00000000330070070700070000000000000000003B0700700070007000000000 + 00000000BB800700000700070000000000000300B00070000000700070000000 + 0000330070070000000007000700000000003B07007000000000007007000000 + 0000BB800700000000000007070000000300B000700000000070000077000000 + 330070070000000007000000803300003B070070000000000000000800330000 + BB8007000000000000000080BBBB0300B000700000000070000008000BB03300 + 70070000000707000000803300003B070070000000707000000800330000BB80 + 07000000070700000080BBBB0000B000700000000070000008000BB000007007 + 0000000007000000803300000000707000007770000000080033000000008700 + 0007070700000080BBBB00000000080000077777000008000BB0000000000080 + 0007070700008033000000000000000800007770000800330000000000000000 + 800000000080BBBB00000000000000000800000008000BB00000000000000000 + 0080000080330000000000000000000000080008003300000000000000000000 + 00008080BBBB00000000000000000000000008000BB00000000000000000FFFF + 33FFFFFF21FFFFFF00FFFFFB007FFFF3003FFFF2001FFFF0000FFFB00007FF30 + 0003FF200003FF000003FB000003F3000000F2000000F0000010B00000393000 + 000F2000000F0000010F0000039F000000FF000000FF000010FF800039FFC000 + 0FFFE0000FFFF0010FFFF8039FFFFC00FFFFFE00FFFFFF10FFFFFFB9FFFF} + KeyPreview = True + OldCreateOrder = False + ParentBiDiMode = False + OnKeyDown = FormKeyDown + OnKeyUp = FormKeyUp + PixelsPerInch = 96 + TextHeight = 13 + object Shape1: TShape + Left = 64 + Top = 16 + Width = 41 + Height = 41 + end + object Shape2: TShape + Left = 64 + Top = 112 + Width = 41 + Height = 41 + end + object Shape3: TShape + Left = 16 + Top = 64 + Width = 41 + Height = 41 + end + object Shape4: TShape + Left = 112 + Top = 64 + Width = 41 + Height = 41 + end + object Label1: TLabel + Left = 33 + Top = 176 + Width = 118 + Height = 13 + Caption = 'RC-Bot Steuerung v0.01' + end + object Timer1: TTimer + Interval = 20 + OnTimer = Timer1Timer + Left = 8 + Top = 8 + end +end Added: trunk/delphi_project/basefrm.pas =================================================================== --- trunk/delphi_project/basefrm.pas (rev 0) +++ trunk/delphi_project/basefrm.pas 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,114 @@ +unit basefrm; + +interface + +uses + Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, + Dialogs, StdCtrls, ExtCtrls; + +type + TForm4 = class(TForm) + Timer1: TTimer; + Shape1: TShape; + Shape2: TShape; + Shape3: TShape; + Shape4: TShape; + Label1: TLabel; + procedure Timer1Timer(Sender: TObject); + procedure FormKeyUp(Sender: TObject; var Key: Word; Shift: TShiftState); + procedure FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); + private + { Private-Deklarationen } + public + { Public-Deklarationen } + end; + +var + Form4: TForm4; + +implementation +procedure PortOut(Port : Word; Data : Byte); stdcall; external 'io.dll'; +function PortIn(Port:Word):Byte; stdcall; external 'io.dll'; +{$R *.dfm} +var remote_v: integer; +var remote_b: integer; +var remote_l: integer; +var remote_r: integer; + +Function MakeByte(bit0,bit1,bit2,bit3,bit4,bit5,bit6,bit7:byte):byte; +begin +result:=bit0*1 or bit1*2 or bit2*4 or bit3*8 or bit4*16 or bit5*32 or bit6*64 or bit7*128; +end; + +procedure SetBit(b:char; v_on:integer); +var parout: integer; +begin + if v_on=1 then + begin + // Bei Tastendruck setzen + case b of + 'v': remote_v:=1; + 'b': remote_b:=1; + 'l': remote_l:=1; + 'r': remote_r:=1; + end; + case b of + 'v': form4.Shape1.Brush.Color:=clred; + 'b': form4.Shape2.Brush.Color:=clred; + 'l': form4.Shape3.Brush.Color:=clred; + 'r': form4.Shape4.Brush.Color:=clred; + end; + end + else + begin + // Bei Tastenloslassen r\xFCcksetzen + case b of + 'v': remote_v:=0; + 'b': remote_b:=0; + 'l': remote_l:=0; + 'r': remote_r:=0; + end; + case b of + 'v': form4.Shape1.Brush.Color:=clWhite; + 'b': form4.Shape2.Brush.Color:=clWhite; + 'l': form4.Shape3.Brush.Color:=clWhite; + 'r': form4.Shape4.Brush.Color:=clWhite; + end; + end; +end; + +procedure TForm4.FormKeyDown(Sender: TObject; var Key: Word; + Shift: TShiftState); +begin +//showmessage(IntToStr(Key)); +if Key=VK_UP then setbit('v',1); +if Key=VK_DOWN then setbit('b',1); +if Key=VK_RIGHT then setbit('r',1); +if Key=VK_LEFT then setbit('l',1); + +if Key=87 then setbit('v',1); +if Key=83 then setbit('b',1); +if Key=65 then setbit('l',1); +if Key=68 then setbit('r',1); +end; + +procedure TForm4.FormKeyUp(Sender: TObject; var Key: Word; Shift: TShiftState); +begin + +if Key=VK_UP then setbit('v',0); +if Key=VK_DOWN then setbit('b',0); +if Key=VK_RIGHT then setbit('r',0); +if Key=VK_LEFT then setbit('l',0); + +if Key=87 then setbit('v',0); +if Key=83 then setbit('b',0); +if Key=65 then setbit('l',0); +if Key=68 then setbit('r',0); +end; + +procedure TForm4.Timer1Timer(Sender: TObject); +begin + PortOut($378,MakeByte(remote_b,remote_v,remote_l,remote_r,0,0,0,0)) +end; + +end. Added: trunk/delphi_project/io.dll =================================================================== (Binary files differ) Property changes on: trunk/delphi_project/io.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/ioreadme.txt =================================================================== --- trunk/delphi_project/ioreadme.txt (rev 0) +++ trunk/delphi_project/ioreadme.txt 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,5 @@ +IO.DLL (c) 1995-2003 Fred Bulback + +The documentation for IO.DLL can be found at: + +http://www.geekhideout.com/iodll.shtml Added: trunk/delphi_project/rcbotcon.bdsproj =================================================================== --- trunk/delphi_project/rcbotcon.bdsproj (rev 0) +++ trunk/delphi_project/rcbotcon.bdsproj 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="utf-8"?> +<BorlandProject> + <PersonalityInfo> + <Option> + <Option Name="Personality">Delphi.Personality</Option> + <Option Name="ProjectType"></Option> + <Option Name="Version">1.0</Option> + <Option Name="GUID">{05CB6C77-F5E4-487D-A83D-648930422BEA}</Option> + </Option> + </PersonalityInfo> + <Delphi.Personality> + <Source> + <Source Name="MainSource">rcbotcon.dpr</Source> + </Source> + <FileVersion> + <FileVersion Name="Version">7.0</FileVersion> + </FileVersion> + <Compiler> + <Compiler Name="A">8</Compiler> + <Compiler Name="B">0</Compiler> + <Compiler Name="C">1</Compiler> + <Compiler Name="D">1</Compiler> + <Compiler Name="E">0</Compiler> + <Compiler Name="F">0</Compiler> + <Compiler Name="G">1</Compiler> + <Compiler Name="H">1</Compiler> + <Compiler Name="I">1</Compiler> + <Compiler Name="J">0</Compiler> + <Compiler Name="K">0</Compiler> + <Compiler Name="L">1</Compiler> + <Compiler Name="M">0</Compiler> + <Compiler Name="N">1</Compiler> + <Compiler Name="O">1</Compiler> + <Compiler Name="P">1</Compiler> + <Compiler Name="Q">0</Compiler> + <Compiler Name="R">0</Compiler> + <Compiler Name="S">0</Compiler> + <Compiler Name="T">0</Compiler> + <Compiler Name="U">0</Compiler> + <Compiler Name="V">1</Compiler> + <Compiler Name="W">0</Compiler> + <Compiler Name="X">1</Compiler> + <Compiler Name="Y">1</Compiler> + <Compiler Name="Z">1</Compiler> + <Compiler Name="ShowHints">True</Compiler> + <Compiler Name="ShowWarnings">True</Compiler> + <Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler> + <Compiler Name="NamespacePrefix"></Compiler> + <Compiler Name="GenerateDocumentation">False</Compiler> + <Compiler Name="DefaultNamespace"></Compiler> + <Compiler Name="SymbolDeprecated">True</Compiler> + <Compiler Name="SymbolLibrary">True</Compiler> + <Compiler Name="SymbolPlatform">True</Compiler> + <Compiler Name="SymbolExperimental">True</Compiler> + <Compiler Name="UnitLibrary">True</Compiler> + <Compiler Name="UnitPlatform">True</Compiler> + <Compiler Name="UnitDeprecated">True</Compiler> + <Compiler Name="UnitExperimental">True</Compiler> + <Compiler Name="HResultCompat">True</Compiler> + <Compiler Name="HidingMember">True</Compiler> + <Compiler Name="HiddenVirtual">True</Compiler> + <Compiler Name="Garbage">True</Compiler> + <Compiler Name="BoundsError">True</Compiler> + <Compiler Name="ZeroNilCompat">True</Compiler> + <Compiler Name="StringConstTruncated">True</Compiler> + <Compiler Name="ForLoopVarVarPar">True</Compiler> + <Compiler Name="TypedConstVarPar">True</Compiler> + <Compiler Name="AsgToTypedConst">True</Compiler> + <Compiler Name="CaseLabelRange">True</Compiler> + <Compiler Name="ForVariable">True</Compiler> + <Compiler Name="ConstructingAbstract">True</Compiler> + <Compiler Name="ComparisonFalse">True</Compiler> + <Compiler Name="ComparisonTrue">True</Compiler> + <Compiler Name="ComparingSignedUnsigned">True</Compiler> + <Compiler Name="CombiningSignedUnsigned">True</Compiler> + <Compiler Name="UnsupportedConstruct">True</Compiler> + <Compiler Name="FileOpen">True</Compiler> + <Compiler Name="FileOpenUnitSrc">True</Compiler> + <Compiler Name="BadGlobalSymbol">True</Compiler> + <Compiler Name="DuplicateConstructorDestructor">True</Compiler> + <Compiler Name="InvalidDirective">True</Compiler> + <Compiler Name="PackageNoLink">True</Compiler> + <Compiler Name="PackageThreadVar">True</Compiler> + <Compiler Name="ImplicitImport">True</Compiler> + <Compiler Name="HPPEMITIgnored">True</Compiler> + <Compiler Name="NoRetVal">True</Compiler> + <Compiler Name="UseBeforeDef">True</Compiler> + <Compiler Name="ForLoopVarUndef">True</Compiler> + <Compiler Name="UnitNameMismatch">True</Compiler> + <Compiler Name="NoCFGFileFound">True</Compiler> + <Compiler Name="MessageDirective">True</Compiler> + <Compiler Name="ImplicitVariants">True</Compiler> + <Compiler Name="UnicodeToLocale">True</Compiler> + <Compiler Name="LocaleToUnicode">True</Compiler> + <Compiler Name="ImagebaseMultiple">True</Compiler> + <Compiler Name="SuspiciousTypecast">True</Compiler> + <Compiler Name="PrivatePropAccessor">True</Compiler> + <Compiler Name="UnsafeType">False</Compiler> + <Compiler Name="UnsafeCode">False</Compiler> + <Compiler Name="UnsafeCast">False</Compiler> + <Compiler Name="OptionTruncated">True</Compiler> + <Compiler Name="WideCharReduced">True</Compiler> + <Compiler Name="DuplicatesIgnored">True</Compiler> + </Compiler> + <Linker> + <Linker Name="MapFile">0</Linker> + <Linker Name="OutputObjs">0</Linker> + <Linker Name="ConsoleApp">1</Linker> + <Linker Name="DebugInfo">False</Linker> + <Linker Name="RemoteSymbols">False</Linker> + <Linker Name="GenerateDRC">False</Linker> + <Linker Name="MinStackSize">16384</Linker> + <Linker Name="MaxStackSize">1048576</Linker> + <Linker Name="ImageBase">4194304</Linker> + <Linker Name="ExeDescription"></Linker> + </Linker> + <Directories> + <Directories Name="OutputDir"></Directories> + <Directories Name="UnitOutputDir"></Directories> + <Directories Name="PackageDLLOutputDir"></Directories> + <Directories Name="PackageDCPOutputDir"></Directories> + <Directories Name="SearchPath"></Directories> + <Directories Name="Packages">vclx;vcl;VclSmp;rtl;vclactnband;vclshlctrls</Directories> + <Directories Name="Conditionals"></Directories> + <Directories Name="DebugSourceDirs"></Directories> + <Directories Name="UsePackages">True</Directories> + </Directories> + <Parameters> + <Parameters Name="RunParams"></Parameters> + <Parameters Name="HostApplication"></Parameters> + <Parameters Name="Launcher"></Parameters> + <Parameters Name="UseLauncher">False</Parameters> + <Parameters Name="DebugCWD"></Parameters> + </Parameters> + <VersionInfo> + <VersionInfo Name="IncludeVerInfo">False</VersionInfo> + <VersionInfo Name="AutoIncBuild">False</VersionInfo> + <VersionInfo Name="MajorVer">1</VersionInfo> + <VersionInfo Name="MinorVer">0</VersionInfo> + <VersionInfo Name="Release">0</VersionInfo> + <VersionInfo Name="Build">0</VersionInfo> + <VersionInfo Name="Debug">False</VersionInfo> + <VersionInfo Name="PreRelease">False</VersionInfo> + <VersionInfo Name="Special">False</VersionInfo> + <VersionInfo Name="Private">False</VersionInfo> + <VersionInfo Name="DLL">False</VersionInfo> + <VersionInfo Name="Locale">1031</VersionInfo> + <VersionInfo Name="CodePage">1252</VersionInfo> + </VersionInfo> + <VersionInfoKeys> + <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> + <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> + </VersionInfoKeys> + <Excluded_Packages> + <Excluded_Packages Name="C:\LMD70SE\LIB\D9\lmd70se_D9.BPL">LMD-Tools 7.0 Special Edition</Excluded_Packages> + </Excluded_Packages> + </Delphi.Personality> +</BorlandProject> Added: trunk/delphi_project/rcbotcon.bdsproj.local =================================================================== --- trunk/delphi_project/rcbotcon.bdsproj.local (rev 0) +++ trunk/delphi_project/rcbotcon.bdsproj.local 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<BorlandProject> + <Transactions> + <Transaction>2007.10.04 02:21:07.669.pas,C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\Unit4.pas=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\Unit4.pas</Transaction> + <Transaction>2007.10.04 02:21:07.669.dfm,C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\Unit4.dfm=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\Unit4.dfm</Transaction> + <Transaction>2007.11.11 23:14:38.268.pas,C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\Unit4.pas=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\basefrm.pas</Transaction> + <Transaction>2007.11.11 23:14:38.268.dfm,C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\Unit4.dfm=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\basefrm.dfm</Transaction> + </Transactions> +</BorlandProject> Added: trunk/delphi_project/rcbotcon.cfg =================================================================== --- trunk/delphi_project/rcbotcon.cfg (rev 0) +++ trunk/delphi_project/rcbotcon.cfg 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,39 @@ +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\Bpl" +-LN"C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\Bpl" +-LU"vclx;vcl;VclSmp;rtl;vclactnband;vclshlctrls" +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST Added: trunk/delphi_project/rcbotcon.dpr =================================================================== --- trunk/delphi_project/rcbotcon.dpr (rev 0) +++ trunk/delphi_project/rcbotcon.dpr 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,14 @@ +program rcbotcon; + +uses + Forms, + basefrm in 'basefrm.pas' {Form4}; + +{$R *.res} + +begin + Application.Initialize; + Application.Title := 'RC-Bot'; + Application.CreateForm(TForm4, Form4); + Application.Run; +end. Added: trunk/delphi_project/rcbotcon.dsk =================================================================== --- trunk/delphi_project/rcbotcon.dsk (rev 0) +++ trunk/delphi_project/rcbotcon.dsk 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,320 @@ +[Closed Files] +File_0=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\basefrm.pas',0,1,1,1,1,0,0,, +File_1=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\main.pas',0,1,4,1,38,0,0,, +File_2=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit4.pas',0,1,129,21,148,0,0,, +File_3=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit2.pas',0,1,148,1,160,0,0,, +File_4=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit_PatStrFunc.pas',0,1,1,46,44,0,0,, +File_5=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\software\MSHTML_TLB.pas',0,1,1,1,1,0,0,, +File_6=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit1.pas',0,1,19,1,46,0,0,, +File_7=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\software\VTSourceOnly\VTSourceOnly\Source\VirtualTrees.pas',0,1,1,1,1,0,0,, +File_8=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\software\VTSourceOnly\VTSourceOnly\Design\VirtualTreesReg.pas',0,1,1,25,8,0,0,, +File_9=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\RegExpr.pas',0,1,463,6,1,0,0,, + +[Modules] +Module0=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\rcbotcon.bdsproj +Module1=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\basefrm.pas +Count=2 +EditWindowCount=1 + +[C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\rcbotcon.bdsproj] +ModuleType=TBaseProject + +[C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\basefrm.pas] +ModuleType=TSourceModule +FormState=1 +FormOnTop=1 + +[EditWindow0] +ViewCount=2 +CurrentEditView=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\rcbotcon.dpr +View0=0 +View1=1 +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=0 +Width=9938 +Height=9120 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=9938 +ClientHeight=9120 +DockedToMainForm=1 +MessageView=MessageView@EditWindow0 +TopPanelSize=0 +LeftPanelSize=2273 +LeftPanelClients=CallStackWindow,WatchWindow,DockSite0 +LeftPanelData=000008000102020000000F00000043616C6C537461636B57696E646F770B000000576174636857696E646F771A0B00000000000002041A00000000000001000000001A0B000009000000446F636B5369746530FFFFFFFF +RightPanelSize=1648 +RightPanelClients=ToolForm +RightPanelData=000008000102000000000D0800000000000002041A00000000000001000000000D08000008000000546F6F6C466F726DFFFFFFFF +BottomPanelSize=1914 +BottomPanelClients=MessageView@EditWindow0,DockSite1 +BottomPanelData=000008000102010000000B0000004D657373616765566965778630000000000000027A0700000000000001000000008630000009000000446F636B5369746531FFFFFFFF +BottomMiddlePanelSize=0 + +[View0] +CustomEditViewType=TEditView +Module=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\rcbotcon.dpr +CursorX=1 +CursorY=1 +TopLine=1 +LeftCol=1 +Elisions= +Bookmarks= + +[View1] +CustomEditViewType=TEditView +Module=C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rcbotcontrol\trunk\basefrm.pas +CursorX=1 +CursorY=1 +TopLine=1 +LeftCol=1 +Elisions= +Bookmarks= + +[Breakpoints] +Count=0 + +[AddressBreakpoints] +Count=0 + +[Watches] +Count=0 + +[WatchWindow] +WatchColumnWidth=120 +WatchShowColumnHeaders=1 +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=0 +Top=23 +Width=2602 +Height=1812 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2602 +ClientHeight=1812 +TBDockHeight=1812 +LRDockWidth=2602 +Dockable=1 +StayOnTop=0 + +[Main Window] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=0 +State=0 +Left=0 +Top=-10 +Width=10000 +Height=10010 +MaxLeft=-8 +MaxTop=-10 +ClientWidth=9938 +ClientHeight=9658 +BottomPanelSize=8604 +BottomPanelClients=EditWindow0 +BottomPanelData=0000080000000000000000000000000000000000000000000000000100000000000000000C0000004564697457696E646F775F30FFFFFFFF + +[ProjectManager] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=0 +Width=2211 +Height=6460 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2211 +ClientHeight=6460 +TBDockHeight=6822 +LRDockWidth=828 +Dockable=1 +StayOnTop=0 + +[ToolForm] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=23 +Width=1648 +Height=6822 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=1648 +ClientHeight=6822 +TBDockHeight=6822 +LRDockWidth=1688 +Dockable=1 +StayOnTop=0 + +[PropertyInspector] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=0 +Width=2211 +Height=6460 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2211 +ClientHeight=6460 +TBDockHeight=6460 +LRDockWidth=2602 +Dockable=1 +StayOnTop=0 +SplitPos=129 + +[PropInspDesignerSelection] +ArrangeBy=Name +SelectedItem=Caption, +ExpandedItems=Anchors=0,BorderIcons=0,Constraints=0,Font=0,HorzScrollBar=0 + +[BreakpointWindow] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=0 +Width=9875 +Height=1687 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=9875 +ClientHeight=1687 +TBDockHeight=2091 +LRDockWidth=6398 +Dockable=1 +StayOnTop=0 +Column0Width=130 +Column1Width=75 +Column2Width=200 +Column3Width=200 +Column4Width=75 +Column5Width=75 + +[CallStackWindow] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=0 +Top=23 +Width=2602 +Height=2122 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2602 +ClientHeight=2122 +TBDockHeight=2122 +LRDockWidth=2602 +Dockable=1 +StayOnTop=0 + +[StructureView] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=0 +State=0 +Left=55 +Top=1128 +Width=1672 +Height=3468 +MaxLeft=-8 +MaxTop=-10 +ClientWidth=1609 +ClientHeight=3199 +TBDockHeight=3675 +LRDockWidth=1906 +Dockable=1 +StayOnTop=0 + +[MessageView@EditWindow0] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=-204 +Top=-726 +Width=3852 +Height=1149 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=3852 +ClientHeight=1149 +TBDockHeight=1149 +LRDockWidth=3852 +Dockable=1 +StayOnTop=0 + +[DockHosts] +DockHostCount=2 + +[DockSite0] +DockSiteType=1 +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=23 +Width=2273 +Height=6822 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2273 +ClientHeight=6822 +TBDockHeight=6822 +LRDockWidth=3508 +Dockable=1 +StayOnTop=0 +TabPosition=1 +ActiveTabID=PropertyInspector +TabDockClients=PropertyInspector,ProjectManager + +[DockSite1] +DockSiteType=1 +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=23 +Width=9938 +Height=1791 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=9938 +ClientHeight=1791 +TBDockHeight=1791 +LRDockWidth=2453 +Dockable=1 +StayOnTop=0 +TabPosition=1 +ActiveTabID=BreakpointWindow +TabDockClients=BreakpointWindow + Added: trunk/delphi_project/rcbotcon.exe =================================================================== (Binary files differ) Property changes on: trunk/delphi_project/rcbotcon.exe ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/rcbotcon.identcache =================================================================== (Binary files differ) Property changes on: trunk/delphi_project/rcbotcon.identcache ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/rcbotcon.res =================================================================== (Binary files differ) Property changes on: trunk/delphi_project/rcbotcon.res ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/delphi_project/rcbotcon.~dsk =================================================================== --- trunk/delphi_project/rcbotcon.~dsk (rev 0) +++ trunk/delphi_project/rcbotcon.~dsk 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,260 @@ +[Closed Files] +File_0=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\basefrm.pas',0,1,1,1,1,0,0,, +File_1=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\rc_bot\main.pas',0,1,4,1,38,0,0,, +File_2=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit4.pas',0,1,129,21,148,0,0,, +File_3=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit2.pas',0,1,148,1,160,0,0,, +File_4=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit_PatStrFunc.pas',0,1,1,46,44,0,0,, +File_5=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\software\MSHTML_TLB.pas',0,1,1,1,1,0,0,, +File_6=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\Unit1.pas',0,1,19,1,46,0,0,, +File_7=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\software\VTSourceOnly\VTSourceOnly\Source\VirtualTrees.pas',0,1,1,1,1,0,0,, +File_8=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\software\VTSourceOnly\VTSourceOnly\Design\VirtualTreesReg.pas',0,1,1,25,8,0,0,, +File_9=TSourceModule,'C:\Dokumente und Einstellungen\franz\Eigene Dateien\Borland Studio-Projekte\pattools2\RegExpr.pas',0,1,463,6,1,0,0,, + +[Modules] +Count=0 +EditWindowCount=1 + +[EditWindow0] +ViewCount=0 +CurrentView=-1 +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=0 +Width=9938 +Height=9120 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=9938 +ClientHeight=9120 +DockedToMainForm=1 +MessageView=MessageView@EditWindow0 +TopPanelSize=0 +LeftPanelSize=2273 +LeftPanelClients=CallStackWindow,WatchWindow,PropertyInspector +LeftPanelData=000008000102020000000F00000043616C6C537461636B57696E646F770B000000576174636857696E646F771A0B00000000000002041A00000000000001000000001A0B00001100000050726F7065727479496E73706563746F72FFFFFFFF +RightPanelSize=1648 +RightPanelClients=ProjectManager,ToolForm +RightPanelData=000008000102010000001200000050726F6A6563744D616E61676572466F726D0D0800000000000002041A00000000000001000000000D08000008000000546F6F6C466F726DFFFFFFFF +BottomPanelSize=1914 +BottomPanelClients=MessageView@EditWindow0,DockSite0 +BottomPanelData=000008000102010000000B0000004D657373616765566965778630000000000000027A0700000000000001000000008630000009000000446F636B5369746530FFFFFFFF +BottomMiddlePanelSize=0 + +[Breakpoints] +Count=0 + +[AddressBreakpoints] +Count=0 + +[Watches] +Count=0 + +[WatchWindow] +WatchColumnWidth=120 +WatchShowColumnHeaders=1 +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=-4 +Top=-109 +Width=2602 +Height=1812 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2602 +ClientHeight=1812 +TBDockHeight=1812 +LRDockWidth=2602 +Dockable=1 +StayOnTop=0 + +[Main Window] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=0 +State=0 +Left=0 +Top=-10 +Width=10000 +Height=10010 +MaxLeft=-8 +MaxTop=-10 +ClientWidth=9938 +ClientHeight=9658 +BottomPanelSize=8604 +BottomPanelClients=EditWindow0 +BottomPanelData=0000080000000000000000000000000000000000000000000000000100000000000000000C0000004564697457696E646F775F30FFFFFFFF + +[ProjectManager] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=-1065 +Top=-109 +Width=1688 +Height=7091 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=1688 +ClientHeight=7091 +TBDockHeight=7091 +LRDockWidth=1688 +Dockable=1 +StayOnTop=0 + +[ToolForm] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=23 +Width=1648 +Height=6822 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=1648 +ClientHeight=6822 +TBDockHeight=6822 +LRDockWidth=1688 +Dockable=1 +StayOnTop=0 + +[PropertyInspector] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=23 +Width=2273 +Height=6822 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2273 +ClientHeight=6822 +TBDockHeight=6822 +LRDockWidth=2602 +Dockable=1 +StayOnTop=0 +SplitPos=129 + +[BreakpointWindow] +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=0 +Width=9875 +Height=1687 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=9875 +ClientHeight=1687 +TBDockHeight=2091 +LRDockWidth=6398 +Dockable=1 +StayOnTop=0 +Column0Width=130 +Column1Width=75 +Column2Width=200 +Column3Width=200 +Column4Width=75 +Column5Width=75 + +[CallStackWindow] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=-4 +Top=-109 +Width=2602 +Height=2122 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=2602 +ClientHeight=2122 +TBDockHeight=2122 +LRDockWidth=2602 +Dockable=1 +StayOnTop=0 + +[StructureView] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=0 +State=0 +Left=55 +Top=1128 +Width=1672 +Height=3468 +MaxLeft=-8 +MaxTop=-10 +ClientWidth=1609 +ClientHeight=3199 +TBDockHeight=3675 +LRDockWidth=1906 +Dockable=1 +StayOnTop=0 + +[MessageView@EditWindow0] +PercentageSizes=1 +Create=1 +Visible=0 +Docked=1 +State=0 +Left=-4 +Top=-794 +Width=3852 +Height=1149 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=3852 +ClientHeight=1149 +TBDockHeight=1149 +LRDockWidth=3852 +Dockable=1 +StayOnTop=0 + +[DockHosts] +DockHostCount=1 + +[DockSite0] +DockSiteType=1 +PercentageSizes=1 +Create=1 +Visible=1 +Docked=1 +State=0 +Left=0 +Top=23 +Width=9938 +Height=1791 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=9938 +ClientHeight=1791 +TBDockHeight=1791 +LRDockWidth=2453 +Dockable=1 +StayOnTop=0 +TabPosition=1 +ActiveTabID=BreakpointWindow +TabDockClients=BreakpointWindow + Added: trunk/eagle_project/control.brd =================================================================== (Binary files differ) Property changes on: trunk/eagle_project/control.brd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/eagle_project/control.pro =================================================================== --- trunk/eagle_project/control.pro (rev 0) +++ trunk/eagle_project/control.pro 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1,25 @@ +EAGLE AutoRouter Statistics: + +Job : C:/Programme/EAGLE-4.16r2/projects/ACT_rc_pc_control/control.brd + +Start at : 00:51:25 (03.10.2007) +End at : 00:51:26 (03.10.2007) +Elapsed time : 00:00:01 + +Signals : 17 RoutingGrid: 50 mil Layers: 1 +Connections : 27 predefined: 0 ( 0 Vias ) + +Router memory : 13248 + +Passname : Busses Route Optimize1 Optimize2 Optimize3 Optimize4 + +Time per pass : 00:00:00 00:00:00 00:00:00 00:00:00 00:00:00 00:00:01 +Number of Ripups : 0 2 0 0 0 0 +max. Level : 0 1 0 0 0 0 +max. Total : 0 1 0 0 0 0 + +Routed : 10 27 27 27 27 27 +Vias : 0 0 0 0 0 0 +Resolution : 37.0 % 100.0 % 100.0 % 100.0 % 100.0 % 100.0 % + +Final : 100.0% beendet Added: trunk/eagle_project/control.sch =================================================================== (Binary files differ) Property changes on: trunk/eagle_project/control.sch ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/eagle_project/eagle.epf =================================================================== --- trunk/eagle_project/eagle.epf (rev 0) +++ trunk/eagle_project/eagle.epf 2007-11-11 22:34:08 UTC (rev 4) @@ -0,0 +1 @@ +[Eagle] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <byt...@us...> - 2007-11-11 02:39:47
|
Revision: 3 http://rcbotcontrol.svn.sourceforge.net/rcbotcontrol/?rev=3&view=rev Author: bytekilla Date: 2007-11-10 18:39:46 -0800 (Sat, 10 Nov 2007) Log Message: ----------- test Modified Paths: -------------- trunk/info.txt Modified: trunk/info.txt =================================================================== --- trunk/info.txt 2007-11-11 02:29:59 UTC (rev 2) +++ trunk/info.txt 2007-11-11 02:39:46 UTC (rev 3) @@ -4,3 +4,5 @@ Operating System: 32-bit MS Windows (NT/2000/XP) License: GNU General Public License (GPL) Category: Human Machine Interfaces, Robotics (Manage Feedback) + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <byt...@us...> - 2007-11-11 02:30:00
|
Revision: 2 http://rcbotcontrol.svn.sourceforge.net/rcbotcontrol/?rev=2&view=rev Author: bytekilla Date: 2007-11-10 18:29:59 -0800 (Sat, 10 Nov 2007) Log Message: ----------- Info added Added Paths: ----------- trunk/info.txt Added: trunk/info.txt =================================================================== --- trunk/info.txt (rev 0) +++ trunk/info.txt 2007-11-11 02:29:59 UTC (rev 2) @@ -0,0 +1,6 @@ +Rcbotcontrol is a small Windowssoftware to control a RC-Car-Bot via Parallelport. + +Project Admins: bytekilla +Operating System: 32-bit MS Windows (NT/2000/XP) +License: GNU General Public License (GPL) +Category: Human Machine Interfaces, Robotics (Manage Feedback) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |