Changeset 611
- Timestamp:
- Nov 27, 2009, 4:58:08 PM (15 years ago)
- Location:
- cprs/branches/GUI-config
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/GUI-config/AboutU.dfm
r542 r611 155 155 Left = 0 156 156 Top = 0 157 Width = 50 0157 Width = 501 158 158 Height = 400 159 159 Picture.Data = { … … 1147 1147 Font.Style = [] 1148 1148 Lines.Strings = ( 1149 ' WorldVistA Configuration Utility, v1.10'1149 'VistA Configuration Utility, v1.11' 1150 1150 '(c) 12/2008; Released under LGPL' 1151 1151 'Programmed by: Kevin Toppenberg & Eddie Hagood') -
cprs/branches/GUI-config/AboutU.pas
r476 r611 97 97 98 98 procedure TAboutForm.FormShow(Sender: TObject); 99 var FileName : string; 99 100 begin 101 FileName := ExtractFilePath(ParamStr(0))+ 'splash.jpg'; 102 if FileExists(FileName) then begin 103 Image1.Picture.LoadFromFile(FileName); 104 end; 105 Image1.Width := Image1.Picture.Width; 106 Image1.Height := Image1.Picture.Height; 107 Self.Width := Image1.Picture.Width; 108 Self.Height := Image1.Picture.Height + Memo1.Height + 35; //not sure why 35 extra needed... 109 Self.Left:=(Screen.Width - Self.Width) div 2; 110 Self.Top := (Screen.Height - Self.Height) div 2; 100 111 MainForm.Hide; 112 101 113 Timer1.Enabled := true; 102 114 FadeIn := true; -
cprs/branches/GUI-config/GUI_Config.dof
r610 r611 101 101 UsePackages=0 102 102 [Parameters] 103 RunParams=s=1 02.168.3.99 p=9210 CCOW=disable103 RunParams=s=127.0.0.1 p=9260 CCOW=disable 104 104 HostApplication= 105 105 Launcher= -
cprs/branches/GUI-config/GUI_Config.dsk
r610 r611 1 1 [Closed Files] 2 File_0=SourceModule,'P:\vista\GUI-config\AboutU.pas',0,1,107,1,108,1,0 3 File_1=SourceModule,'P:\vista\GUI-config\BDK32\Source\TRPCB.pas',0,1,1045,1,1059,0,0 4 File_2=SourceModule,'P:\vista\GUI-config\CreateTemplateU.pas',0,1,140,11,145,0,0 5 File_3=SourceModule,'P:\vista\GUI-config\SetSelU.pas',0,1,1,1,1,1,0 2 File_0=SourceModule,'P:\vista\GUI-config\PostU.pas',0,1,34,62,10,0,0 3 File_1=SourceModule,'P:\vista\GUI-config\SkinFormU.pas',0,1,87,16,95,0,0 4 File_2=SourceModule,'P:\vista\GUI-config\BDK32\Source\wsockc.pas',0,1,1468,71,1476,0,0 5 File_3=SourceModule,'P:\Vista\GUI-config\CPRS-Lib\ORNet.pas',0,1,1,1,310,0,0 6 File_4=SourceModule,'c:\program files\borland\delphi7\source\vcl\OleCtrls.pas',0,1,85,27,96,0,0 7 File_5=SourceModule,'P:\vista\GUI-config\BDK32\Source\ccowrpcbroker.pas',0,1,44,29,45,0,0 8 File_6=SourceModule,'P:\vista\GUI-config\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas',0,1,1104,11,1110,0,0 9 File_7=SourceModule,'P:\vista\GUI-config\BDK32\Source\TRPCB.pas',0,1,1045,1,1059,0,0 10 File_8=SourceModule,'P:\vista\GUI-config\CreateTemplateU.pas',0,1,140,11,145,0,0 11 File_9=SourceModule,'P:\vista\GUI-config\SetSelU.pas',0,1,1,1,1,1,0 6 12 7 13 [Modules] 8 Module0=P:\vista\GUI-config\MainU.pas 9 Module1=P:\vista\GUI-config\GUI_Config.dpr 10 Module2=P:\vista\GUI-config\BDK32\Source\wsockc.pas 11 Module3=P:\vista\GUI-config\frmSplash.pas 12 Module4=P:\Vista\GUI-config\CPRS-Lib\ORNet.pas 13 Module5=P:\vista\GUI-config\SkinFormU.pas 14 Module6=P:\vista\GUI-config\PostU.pas 15 Module7=P:\vista\GUI-config\BDK32\Source\ccowrpcbroker.pas 16 Module8=c:\program files\borland\delphi7\source\vcl\OleCtrls.pas 17 Module9=P:\vista\GUI-config\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas 18 Count=10 14 Module0=P:\vista\GUI-config\AboutU.pas 15 Module1=P:\vista\GUI-config\frmSplash.pas 16 Module2=P:\vista\GUI-config\MainU.pas 17 Module3=P:\vista\GUI-config\GUI_Config.dpr 18 Count=4 19 19 EditWindowCount=1 20 21 [P:\vista\GUI-config\AboutU.pas] 22 ModuleType=SourceModule 23 FormState=1 24 FormOnTop=0 25 26 [P:\vista\GUI-config\frmSplash.pas] 27 ModuleType=SourceModule 28 FormState=1 29 FormOnTop=0 20 30 21 31 [P:\vista\GUI-config\MainU.pas] 22 32 ModuleType=SourceModule 23 33 FormState=0 24 FormOnTop= 034 FormOnTop=1 25 35 26 36 [P:\vista\GUI-config\GUI_Config.dpr] … … 29 39 FormOnTop=0 30 40 31 [P:\vista\GUI-config\BDK32\Source\wsockc.pas]32 ModuleType=SourceModule33 FormState=034 FormOnTop=035 36 [P:\vista\GUI-config\frmSplash.pas]37 ModuleType=SourceModule38 FormState=039 FormOnTop=040 41 [P:\Vista\GUI-config\CPRS-Lib\ORNet.pas]42 ModuleType=SourceModule43 FormState=044 FormOnTop=045 46 [P:\vista\GUI-config\SkinFormU.pas]47 ModuleType=SourceModule48 FormState=049 FormOnTop=050 51 [P:\vista\GUI-config\PostU.pas]52 ModuleType=SourceModule53 FormState=054 FormOnTop=055 56 [P:\vista\GUI-config\BDK32\Source\ccowrpcbroker.pas]57 ModuleType=SourceModule58 FormState=059 FormOnTop=060 61 [c:\program files\borland\delphi7\source\vcl\OleCtrls.pas]62 ModuleType=SourceModule63 FormState=064 FormOnTop=065 66 [P:\vista\GUI-config\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas]67 ModuleType=SourceModule68 FormState=069 FormOnTop=070 71 41 [C:\Program Files\Borland\Delphi7\Projects\ProjectGroup1.bpg] 72 42 FormState=0 … … 74 44 75 45 [EditWindow0] 76 ViewCount= 1077 CurrentView= 346 ViewCount=4 47 CurrentView=1 78 48 View0=0 79 49 View1=1 80 50 View2=2 81 51 View3=3 82 View4=483 View5=584 View6=685 View7=786 View8=887 View9=988 52 CodeExplorer=CodeExplorer@EditWindow0 89 53 MessageView=MessageView@EditWindow0 … … 103 67 LeftPanelData=00000400010000000C000000436F64654578706C6F726572000000000000000000000000000000000001000000000000000000000000FFFFFFFF 104 68 RightPanelSize=0 105 BottomPanelSize= 15569 BottomPanelSize=0 106 70 BottomPanelClients=MessageView@EditWindow0 107 BottomPanelData=000004000 0000000FF02000000000000029B00000000000000010000000000000000000000000100000000FF0200000B0000004D65737361676556696577FFFFFFFF71 BottomPanelData=00000400010000000B0000004D65737361676556696577FF02000000000000029B00000000000000010000000000000000000000000100000000FF0200000B0000004D65737361676556696577FFFFFFFF 108 72 109 73 [View0] 110 Module=P:\vista\GUI-config\BDK32\Source\VERGENCECONTEXTORLib_TLB.pas111 CursorX=11112 CursorY=1110113 TopLine=1104114 LeftCol=1115 116 [View1]117 Module=c:\program files\borland\delphi7\source\vcl\OleCtrls.pas118 CursorX=27119 CursorY=96120 TopLine=85121 LeftCol=1122 123 [View2]124 Module=P:\vista\GUI-config\BDK32\Source\ccowrpcbroker.pas125 CursorX=29126 CursorY=45127 TopLine=44128 LeftCol=1129 130 [View3]131 74 Module=P:\vista\GUI-config\MainU.pas 132 75 CursorX=1 133 CursorY= 210134 TopLine= 20276 CursorY=1658 77 TopLine=1656 135 78 LeftCol=1 136 79 137 [View 4]138 Module=P:\vista\GUI-config\ PostU.pas139 CursorX= 62140 CursorY=1 0141 TopLine= 3480 [View1] 81 Module=P:\vista\GUI-config\AboutU.pas 82 CursorX=21 83 CursorY=110 84 TopLine=98 142 85 LeftCol=1 143 86 144 [View5] 145 Module=P:\vista\GUI-config\SkinFormU.pas 146 CursorX=16 147 CursorY=95 148 TopLine=87 149 LeftCol=1 150 151 [View6] 152 Module=P:\Vista\GUI-config\CPRS-Lib\ORNet.pas 153 CursorX=1 154 CursorY=310 155 TopLine=1 156 LeftCol=1 157 158 [View7] 87 [View2] 159 88 Module=P:\vista\GUI-config\frmSplash.pas 160 89 CursorX=1 161 CursorY= 1162 TopLine= 190 CursorY=67 91 TopLine=56 163 92 LeftCol=1 164 93 165 [View8] 166 Module=P:\vista\GUI-config\BDK32\Source\wsockc.pas 167 CursorX=1 168 CursorY=1479 169 TopLine=1468 170 LeftCol=1 171 172 [View9] 94 [View3] 173 95 Module=P:\vista\GUI-config\GUI_Config.dpr 174 96 CursorX=1 … … 203 125 204 126 [Breakpoints] 205 Count= 3127 Count=2 206 128 Breakpoint0='P:\vista\GUI-config\MainU.pas',990,'',0,1,'',1,0,0,'',1,'','','' 207 129 Breakpoint1='P:\vista\GUI-config\MainU.pas',1879,'',0,1,'',1,0,0,'',1,'','','' 208 Breakpoint2='P:\vista\GUI-config\MainU.pas',345,'',0,1,'',1,0,0,'',1,'','',''209 130 210 131 [AddressBreakpoints] … … 294 215 Left=0 295 216 Top=0 296 Width= 158297 Height= 309298 MaxLeft=-1 299 MaxTop=-1 300 ClientWidth= 158301 ClientHeight= 309217 Width=250 218 Height=522 219 MaxLeft=-1 220 MaxTop=-1 221 ClientWidth=250 222 ClientHeight=522 302 223 TBDockHeight=527 303 224 LRDockWidth=250 … … 305 226 SplitPos=73 306 227 ArrangeBy=Name 307 SelectedItem= 228 SelectedItem=Name 308 229 ExpandedItems=Anchors,Menu,Options 309 230 HiddenCategories=Legacy … … 373 294 Left=0 374 295 Top=0 375 Width= 158376 Height= 309377 MaxLeft=-1 378 MaxTop=-1 379 ClientWidth= 158380 ClientHeight= 309296 Width=250 297 Height=522 298 MaxLeft=-1 299 MaxTop=-1 300 ClientWidth=250 301 ClientHeight=522 381 302 TBDockHeight=527 382 303 LRDockWidth=250 … … 509 430 [MessageView@EditWindow0] 510 431 Create=1 511 Visible= 1432 Visible=0 512 433 State=0 513 434 Left=12 … … 531 452 Visible=1 532 453 State=0 533 Left= 36534 Top=1 57535 Width= 174536 Height= 364537 MaxLeft=-1 538 MaxTop=-1 539 ClientWidth= 166540 ClientHeight= 338454 Left=12 455 Top=139 456 Width=266 457 Height=577 458 MaxLeft=-1 459 MaxTop=-1 460 ClientWidth=258 461 ClientHeight=551 541 462 TBDockHeight=539 542 463 LRDockWidth=258
Note:
See TracChangeset
for help on using the changeset viewer.