Index: cprs/branches/GUI-config/GUI_Config.~dpr
===================================================================
--- cprs/branches/GUI-config/GUI_Config.~dpr	(revision 483)
+++ 	(revision )
@@ -1,67 +1,0 @@
-program GUI_Config;
-   (* 
-   WorldVistA Configuration Utility
-   (c) 8/2008 Kevin Toppenberg
-   Programmed by Kevin Toppenberg, Eddie Hagood  
-   
-   Family Physicians of Greeneville, PC
-   1410 Tusculum Blvd, Suite 2600
-   Greeneville, TN 37745
-   kdtop@yahoo.com
-                                                 
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with this library; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-  *)   
-
-uses
-  Forms,
-  MainU in 'MainU.pas' {MainForm},
-  ORNet in '..\CPRS-Lib\ORNet.pas',
-  ORFn in '..\CPRS-Lib\ORFn.pas',
-  frmSplash in 'frmSplash.pas' {SplashForm},
-  LookupU in 'LookupU.pas' {FieldLookupForm},
-  SubfilesU in 'SubfilesU.pas' {SubfileForm},
-  SetSelU in 'SetSelU.pas' {SetSelForm},
-  SelDateTimeU in 'SelDateTimeU.pas' {SelDateTimeForm},
-  PostU in 'PostU.pas' {PostForm},
-  FMErrorU in 'FMErrorU.pas' {FMErrorForm},
-  AboutU in 'AboutU.pas' {AboutForm},
-  PleaseWaitU in 'PleaseWaitU.pas' {WaitForm},
-  EditTextU in 'EditTextU.pas' {EditTextForm},
-  CreateTemplateU in 'CreateTemplateU.pas' {CreateTemplateForm},
-  SkinFormU in 'SkinFormU.pas' {SkinForm},
-  BatchAddU in 'BatchAddU.pas' {BatchAddForm};
-
-{$R *.res}
-
-begin
-  Application.Initialize;
-  Application.Title := 'WorldVistA Configuration Utility';
-  Application.CreateForm(TMainForm, MainForm);
-  Application.CreateForm(TSkinForm, SkinForm);
-  Application.CreateForm(TSplashForm, SplashForm);
-  Application.CreateForm(TFieldLookupForm, FieldLookupForm);
-  Application.CreateForm(TSetSelForm, SetSelForm);
-  Application.CreateForm(TSelDateTimeForm, SelDateTimeForm);
-  Application.CreateForm(TPostForm, PostForm);
-  Application.CreateForm(TFMErrorForm, FMErrorForm);
-  Application.CreateForm(TAboutForm, AboutForm);
-  Application.CreateForm(TWaitForm, WaitForm);
-  Application.CreateForm(TEditTextForm, EditTextForm);
-  Application.CreateForm(TCreateTemplateForm, CreateTemplateForm);
-  Application.CreateForm(TBatchAddForm, BatchAddForm);
-  MainForm.Initialize;
-  Application.Run;
-end.
-
Index: cprs/branches/GUI-config/GUI_Config.~dsk
===================================================================
--- cprs/branches/GUI-config/GUI_Config.~dsk	(revision 483)
+++ 	(revision )
@@ -1,516 +1,0 @@
-[Closed Files]
-File_0=SourceModule,'P:\Vista\GUI-config\SkinStuff\ipSkinManager.dcu',0,1,1,11,5,0,0
-File_1=SourceModule,'P:\Vista\GUI-config\PostU.pas',0,1,162,47,166,0,0
-File_2=SourceModule,'P:\Vista\GUI-config\SelDateTimeU.pas',0,1,1,1,5,0,0
-File_3=SourceModule,'C:\Program Files\Borland\Delphi7\Projects\Vista\CPRS-Lib\ORFn.pas',0,1,610,1,621,0,0
-File_4=SourceModule,'C:\Program Files\Borland\Delphi7\Projects\Vista\CPRS-Lib\ORCtrls.pas',0,1,1171,1,1182,0,0
-File_5=SourceModule,'c:\program files\borland\delphi7\projects\vista\cprs-1.0.23.15\broker\source\Trpcb.pas',0,1,1013,1,1021,0,0
-File_6=SourceModule,'C:\Program Files\Borland\Delphi7\Projects\Vista\CPRS-Lib\ORNet.pas',0,1,53,1,65,0,0
-
-[Modules]
-Module0=c:\program files\borland\delphi7\source\vcl\OleCtrls.pas
-Module1=C:\PROGRA~1\VISTA\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas
-Module2=P:\Vista\GUI-config\MainU.pas
-Module3=P:\Vista\GUI-config\SubfilesU.pas
-Module4=P:\Vista\GUI-config\BatchAddU.pas
-Module5=P:\Vista\GUI-config\frmSplash.pas
-Module6=P:\vista\GUI-config\GUI_Config.dpr
-Module7=P:\Vista\GUI-config\SkinFormU.pas
-Count=8
-EditWindowCount=1
-
-[c:\program files\borland\delphi7\source\vcl\OleCtrls.pas]
-ModuleType=SourceModule
-FormState=0
-FormOnTop=0
-
-[C:\PROGRA~1\VISTA\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas]
-ModuleType=SourceModule
-FormState=0
-FormOnTop=0
-
-[P:\Vista\GUI-config\MainU.pas]
-ModuleType=SourceModule
-FormState=1
-FormOnTop=0
-
-[P:\Vista\GUI-config\SubfilesU.pas]
-ModuleType=SourceModule
-FormState=1
-FormOnTop=0
-
-[P:\Vista\GUI-config\BatchAddU.pas]
-ModuleType=SourceModule
-FormState=1
-FormOnTop=0
-
-[P:\Vista\GUI-config\frmSplash.pas]
-ModuleType=SourceModule
-FormState=0
-FormOnTop=0
-
-[P:\vista\GUI-config\GUI_Config.dpr]
-ModuleType=SourceModule
-FormState=0
-FormOnTop=0
-
-[P:\Vista\GUI-config\SkinFormU.pas]
-ModuleType=SourceModule
-FormState=0
-FormOnTop=0
-
-[P:\vista\tmg-cprs\CPRS-Chart\ProjectGroup1.bpg]
-FormState=0
-FormOnTop=0
-
-[EditWindow0]
-ViewCount=8
-CurrentView=2
-View0=0
-View1=1
-View2=2
-View3=3
-View4=4
-View5=5
-View6=6
-View7=7
-CodeExplorer=CodeExplorer@EditWindow0
-MessageView=MessageView@EditWindow0
-Create=1
-Visible=1
-State=0
-Left=243
-Top=118
-Width=773
-Height=614
-MaxLeft=-4
-MaxTop=109
-ClientWidth=765
-ClientHeight=580
-LeftPanelSize=0
-LeftPanelClients=CodeExplorer@EditWindow0
-LeftPanelData=00000400010000000C000000436F64654578706C6F726572C600000000000000027F01000000000000010000000000000000000000000100000000C600000000000000FFFFFFFF
-RightPanelSize=0
-BottomPanelSize=272
-BottomPanelClients=WatchWindow,MessageView@EditWindow0
-BottomPanelData=00000400010000000B000000576174636857696E646F77FD0200000000000002100100000000000001000000008B010000000000000100000001580300000000000002000000006C000000000000000200000002BE0000000000000003000000000000000000000000030000000000000000000000000300000000AC0100000000000003000000005803000000000000030000000058030000000000000300000000580300000000000003000000005803000000000000030000000058030000000000000200000000D80000000000000001000000005803000000000000010000000058030000000000000100000000AC0100000000000001000000005803000000000000010000000058030000000000000100000000AC010000000000000100000000C401000000000000010000000066000000000000000100000000D7020000000000000100000000160300000000000001000000001603000000000000010000000016030000000000000100000000160300000000000001000000008B0100000000000001000000008B0100000000000001000000008B010000000000000100000000F8020000000000000100000000FD02000000000000010000000016030000000000000100000000160300000000000001000000007E010000000000000100000000FD0200000B0000004D65737361676556696577FFFFFFFF
-
-[View0]
-Module=P:\Vista\GUI-config\MainU.pas
-CursorX=39
-CursorY=376
-TopLine=364
-LeftCol=1
-
-[View1]
-Module=C:\PROGRA~1\VISTA\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas
-CursorX=11
-CursorY=1117
-TopLine=1111
-LeftCol=1
-
-[View2]
-Module=c:\program files\borland\delphi7\source\vcl\OleCtrls.pas
-CursorX=12
-CursorY=92
-TopLine=86
-LeftCol=1
-
-[View3]
-Module=P:\Vista\GUI-config\SubfilesU.pas
-CursorX=5
-CursorY=195
-TopLine=195
-LeftCol=1
-
-[View4]
-Module=P:\Vista\GUI-config\SkinFormU.pas
-CursorX=21
-CursorY=150
-TopLine=140
-LeftCol=1
-
-[View5]
-Module=P:\vista\GUI-config\GUI_Config.dpr
-CursorX=1
-CursorY=66
-TopLine=59
-LeftCol=1
-
-[View6]
-Module=P:\Vista\GUI-config\frmSplash.pas
-CursorX=20
-CursorY=32
-TopLine=24
-LeftCol=1
-
-[View7]
-Module=P:\Vista\GUI-config\BatchAddU.pas
-CursorX=1
-CursorY=1
-TopLine=1
-LeftCol=1
-
-[Watches]
-Count=2
-Watch0='MainMenu.items.count',256,0,18,1,0,'Watches'
-Watch1='tempInfo',256,0,18,1,0,'Watches'
-
-[WatchWindow]
-WatchColumnWidth=154
-WatchShowColumnHeaders=1
-Create=1
-Visible=0
-State=0
-Left=12
-Top=0
-Width=366
-Height=246
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=366
-ClientHeight=246
-TBDockHeight=246
-LRDockWidth=421
-Dockable=1
-
-[Breakpoints]
-Count=1
-Breakpoint0='P:\Vista\GUI-config\MainU.pas',2118,'',0,1,'',1,0,0,'',1,'','',''
-
-[AddressBreakpoints]
-Count=0
-
-[Main Window]
-Create=1
-Visible=1
-State=0
-Left=6
-Top=2
-Width=1013
-Height=112
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=1005
-ClientHeight=78
-
-[ProjectManager]
-Create=1
-Visible=0
-State=0
-Left=198
-Top=142
-Width=689
-Height=561
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=681
-ClientHeight=535
-TBDockHeight=408
-LRDockWidth=623
-Dockable=1
-
-[Components]
-Left=308
-Top=167
-Width=183
-Height=266
-Create=1
-Visible=0
-State=0
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=175
-ClientHeight=240
-TBDockHeight=235
-LRDockWidth=183
-Dockable=1
-
-[CPUWindow]
-Create=1
-Visible=0
-State=0
-Left=0
-Top=28
-Width=800
-Height=561
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=792
-ClientHeight=527
-DumpPane=87
-DisassemblyPane=187
-RegisterPane=231
-FlagPane=64
-
-[AlignmentPalette]
-Create=1
-Visible=0
-State=0
-Left=53
-Top=123
-Width=156
-Height=84
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=150
-ClientHeight=60
-
-[PropertyInspector]
-Create=1
-Visible=1
-State=0
-Left=0
-Top=0
-Width=214
-Height=559
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=214
-ClientHeight=559
-TBDockHeight=527
-LRDockWidth=250
-Dockable=1
-SplitPos=114
-ArrangeBy=Name
-SelectedItem=Caption
-ExpandedItems=Anchors,Options
-HiddenCategories=Legacy
-
-[BreakpointWindow]
-Create=1
-Visible=0
-State=0
-Left=31
-Top=201
-Width=737
-Height=350
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=729
-ClientHeight=324
-TBDockHeight=197
-LRDockWidth=737
-Dockable=1
-Column0Width=100
-Column1Width=75
-Column2Width=200
-Column3Width=200
-Column4Width=75
-Column5Width=75
-
-[CallStackWindow]
-Create=1
-Visible=0
-State=0
-Left=60
-Top=412
-Width=874
-Height=210
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=866
-ClientHeight=184
-TBDockHeight=355
-LRDockWidth=233
-Dockable=1
-
-[ThreadStatusWindow]
-Create=1
-Visible=0
-State=0
-Left=0
-Top=0
-Width=800
-Height=600
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=792
-ClientHeight=574
-TBDockHeight=152
-LRDockWidth=624
-Dockable=1
-Column0Width=145
-Column1Width=100
-Column2Width=115
-Column3Width=250
-
-[ObjectTree]
-Create=1
-Visible=1
-State=0
-Left=0
-Top=0
-Width=214
-Height=559
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=214
-ClientHeight=559
-TBDockHeight=527
-LRDockWidth=250
-Dockable=1
-
-[DebugLogView]
-Create=1
-Visible=0
-State=0
-Left=431
-Top=254
-Width=417
-Height=291
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=409
-ClientHeight=265
-TBDockHeight=291
-LRDockWidth=417
-Dockable=1
-
-[LocalVarsWindow]
-Create=1
-Visible=0
-State=0
-Left=441
-Top=447
-Width=421
-Height=192
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=413
-ClientHeight=166
-TBDockHeight=192
-LRDockWidth=421
-Dockable=1
-
-[ToDo List]
-Create=1
-Visible=0
-State=0
-Left=268
-Top=585
-Width=787
-Height=145
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=779
-ClientHeight=119
-TBDockHeight=250
-LRDockWidth=470
-Dockable=1
-Column0Width=355
-Column1Width=30
-Column2Width=100
-Column3Width=70
-Column4Width=70
-SortOrder=0
-ShowHints=1
-ShowChecked=0
-
-[FPUWindow]
-Create=1
-Visible=0
-State=0
-Left=310
-Top=284
-Width=457
-Height=250
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=449
-ClientHeight=216
-RegisterPane=121
-FlagPane=59
-
-[ModuleWindow]
-Create=1
-Visible=0
-State=0
-Left=63
-Top=224
-Width=638
-Height=355
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=630
-ClientHeight=329
-TBDockHeight=355
-LRDockWidth=638
-Dockable=1
-Column0Width=125
-Column1Width=100
-Column2Width=155
-EntryPointPane=225
-CompUnitPane=104
-
-[MessageHintFrm]
-Create=1
-Visible=0
-State=0
-Left=481
-Top=423
-Width=383
-Height=195
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=375
-ClientHeight=169
-TBDockHeight=195
-LRDockWidth=383
-Dockable=1
-
-[CodeExplorer@EditWindow0]
-Create=1
-Visible=0
-State=0
-Left=0
-Top=12
-Width=198
-Height=371
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=198
-ClientHeight=371
-TBDockHeight=371
-LRDockWidth=198
-Dockable=1
-
-[MessageView@EditWindow0]
-Create=1
-Visible=1
-State=0
-Left=12
-Top=0
-Width=753
-Height=246
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=753
-ClientHeight=246
-TBDockHeight=246
-LRDockWidth=443
-Dockable=1
-
-[DockHosts]
-DockHostCount=1
-
-[DockSite0]
-DockSiteType=1
-Create=1
-Visible=1
-State=0
-Left=6
-Top=118
-Width=230
-Height=614
-MaxLeft=-1
-MaxTop=-1
-ClientWidth=222
-ClientHeight=588
-TBDockHeight=539
-LRDockWidth=258
-Dockable=1
-TabPosition=0
-ActiveTab=Object Inspector
-TabDockClients=PropertyInspector,ObjectTree
-
