Changeset 79 for trunk/Modules
- Timestamp:
- Jun 19, 2012, 10:39:41 PM (12 years ago)
- Location:
- trunk/Modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/UMainModule.lfm
r78 r79 7 7 object WebApp1: TWebApp 8 8 OnPageProduce = WebApp1PageProduce 9 ServerType = st CGI9 ServerType = stTCP 10 10 left = 160 11 11 top = 88 -
trunk/Modules/UMainModule.lrs
r78 r79 5 5 +'HorizontalOffset'#3'*'#2#14'VerticalOffset'#3#10#1#5'Width'#3#175#1#0#7'TWe' 6 6 +'bApp'#7'WebApp1'#13'OnPageProduce'#7#18'WebApp1PageProduce'#10'ServerType'#7 7 +#5'st CGI'#4'left'#3#160#0#3'top'#2'X'#0#0#07 +#5'stTCP'#4'left'#3#160#0#3'top'#2'X'#0#0#0 8 8 ]); -
trunk/Modules/UMainModule.pas
r78 r79 81 81 UApplicationInfo, UInternetPage, UHostingPage, UHistoryPage, UDocumentsPage, UVoIPPage, 82 82 ULinksPage, UPlansPage, UServerInfoPage, UWebCamPage, UUserControlPage, 83 UNetworkPage, UAboutPage, UContactPage ;83 UNetworkPage, UAboutPage, UContactPage, UProjectsPage; 84 84 85 85 { TWebSession } … … 181 181 RegisterPage(TPlansPage, PlansPage, 'plany'); 182 182 RegisterPage(TNetworkPage, NetworkPage, 'sit'); 183 RegisterPage(TProjectsPage, ProjectsPage, 'projekty'); 183 184 RegisterPage(TAboutPage, AboutPage, ''); 184 185 //RegisterPage(TUserControlPage, UserControlPage, '');
Note:
See TracChangeset
for help on using the changeset viewer.