I try to install VWG profesional 6.4.0.c with sources with VS2008 on windows XP and on Windows Server 2008 and installatinon don't compile assembly Gizmox.WebGUI.Forms.Extended
Directory of C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Assemblies\bin\3.5
09/13/2011 12:34 PM <DIR> .
09/13/2011 12:34 PM <DIR> ..
05/11/2011 03:46 PM 101,376 Gizmox.WebGUI.Common.Design.dll
05/11/2011 02:50 PM 147,968 Gizmox.WebGUI.Common.Design.Skins.dll
05/11/2011 03:46 PM 530,944 Gizmox.WebGUI.Common.dll
05/11/2011 02:50 PM 1,943,734 Gizmox.WebGUI.Common.xml
05/11/2011 02:52 PM 252,928 Gizmox.WebGUI.Forms.Charts.dll
05/11/2011 02:52 PM 16,207 Gizmox.WebGUI.Forms.Charts.xml
05/11/2011 02:52 PM 11,776 Gizmox.WebGUI.Forms.Office.Design.dll
05/11/2011 02:52 PM 613,888 Gizmox.WebGUI.Forms.Office.dll
05/11/2011 02:52 PM 37,888 Gizmox.WebGUI.Forms.Professional.dll
05/11/2011 02:52 PM 32,134 Gizmox.WebGUI.Forms.Professional.xml
05/11/2011 03:46 PM 176,128 Gizmox.WebGUI.Server.dll
05/11/2011 03:46 PM 16,896 Gizmox.WebGUI.Server.Silverlight.dll
09/13/2011 12:34 PM 0 r.txt
13 File(s) 3,881,867 bytes
when i try to compile core.sln this is the message
------ Build started: Project: Gizmox.WebGUI.Forms.3.5, Configuration: Debug Any CPU ------
Gizmox.WebGUI.Forms.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms\bin\Debug\Gizmox.WebGUI.Forms.dll
------ Build started: Project: Gizmox.WebGUI.Client.3.5, Configuration: Debug Any CPU ------
Gizmox.WebGUI.Client.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Client\bin\Debug\Gizmox.WebGUI.Client.dll
------ Build started: Project: Gizmox.WebGUI.Forms.Design.3.5, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "Gizmox.WebGUI.Forms.Extended, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=85eae29607c9f5f3, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Gizmox.WebGUI.Forms.Design.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Design\bin\Gizmox.WebGUI.Forms.Design.dll
Done building project "Gizmox.WebGUI.Forms.Design.3.5.csproj".
------ Build started: Project: Gizmox.WebGUI.Reporting.3.5, Configuration: Debug Any CPU ------
Gizmox.WebGUI.Reporting.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Reporting\bin\Debug\Gizmox.WebGUI.Reporting.dll
------ Build started: Project: Gizmox.WebGUI.Forms.Themes.3.5, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "Gizmox.WebGUI.Forms.Extended, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=85eae29607c9f5f3, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;WG_NET35 /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.Design.Skins.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.dll /reference:..\Gizmox.WebGUI.References\bin\3.5\Gizmox.WebGUI.Forms.Design.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.References\bin\3.5\Gizmox.WebGUI.Forms.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Gizmox.WebGUI.Forms.Themes.dll /resource:obj\Debug\Gizmox.WebGUI.Forms.Themes.Analytics.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Themes.FaceBook.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Themes.Gmail.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Themes.Office2010.resources /target:library ..\ProductInfo.cs Analytics.cs FaceBook.cs Gmail.cs Office2010.cs Properties\AssemblyInfo.cs
warning CS1607: Assembly generation -- The version '1.0.*' specified for the 'file version' is not in the normal 'major.minor.build.revision' format
Compile complete -- 0 errors, 1 warnings
Gizmox.WebGUI.Forms.Themes.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Themes\bin\Debug\Gizmox.WebGUI.Forms.Themes.dll
Done building project "Gizmox.WebGUI.Forms.Themes.3.5.csproj".
------ Build started: Project: Gizmox.WebGUI.Forms.Extended.3.5, Configuration: Debug Any CPU ------
Gizmox.WebGUI.Forms.Extended.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Extended\bin\Debug\Gizmox.WebGUI.Forms.Extended.dll
------ Build started: Project: Gizmox.WebGUI.Forms.Help.3.5, Configuration: Debug Any CPU ------
Gizmox.WebGUI.Forms.Help.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Help\bin\Debug\Gizmox.WebGUI.Forms.Help.dll
------ Build started: Project: Gizmox.WebGUI.Forms.Catalog.3.5, Configuration: Debug Any CPU ------
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;WG_NET35 /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Charts.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Design\bin\Gizmox.WebGUI.Forms.Design.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms\bin\Debug\Gizmox.WebGUI.Forms.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Extended\bin\Debug\Gizmox.WebGUI.Forms.Extended.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Help\bin\Debug\Gizmox.WebGUI.Forms.Help.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Themes\bin\Debug\Gizmox.WebGUI.Forms.Themes.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Reporting\bin\Debug\Gizmox.WebGUI.Reporting.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Server.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Server.Silverlight.dll /reference:"C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer\Microsoft.ReportViewer.WebForms.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Mobile.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Services.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /debug+ /debug:full /optimize- /out:obj\Debug\Gizmox.WebGUI.Forms.Catalog.dll /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.ListViewControlPanel.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.PropertyGridControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.InspectorForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.MdiChildForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Applications.ClassBrowser.ClassBrowser.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Applications.ClassBrowser.SearchForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.BaseForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.ActionControls.ButtonsControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.ActionControls.ContextMenuControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.ActionControls.ToolBarControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.AnchoringBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.ContextUsage.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.ErrorProviderBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.DockingBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.FlowLayoutBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.Forms.WindowsBehaviorForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.ListDataBindingBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.ResourcesBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.ResultsUsage.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.TableLayoutBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.UploadBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.WindowsBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.CustomControls.CustomWindowPanelControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.ReportViewerControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.CustomDataGridViewControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.ListViewControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.ListViewControlViews.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.TreeViewControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DialogForms.Forms.TreeTestForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DialogForms.MessageBoxForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DialogForms.MiscellaneousForms.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Gateways.ASPX.AspPageControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.HostControls.FlashControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.InputControls.DateInputControls.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.InputControls.ListInputControls.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.InputControls.RichTextInputControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.InputControls.TextInputControls.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.NavigationControls.TabControlControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.NavigationControls.WorkspaceTabControlControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Forms.AboutVWGForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.LogonForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.BindingNavigatorBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.DragAndDropBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.XamlBoxBehavior.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.BoundDataGridViewControl.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.ListViewControlGroups.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Categories.DataControls.DatagridviewSelectionChanged.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Controls.Skins.WinPanelSkin.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Extensions.Office.Controls.SampleRibbon.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Extensions.Office.RibbonSample.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ScheduleBoxSample.resources /resource:Resources\Images\16x16\AddressBook.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.AddressBook.gif /resource:Resources\Images\16x16\AttachedMail.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.AttachedMail.gif /resource:Resources\Images\16x16\AttachmentColumnHeader.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.AttachmentColumnHeader.gif /resource:Resources\Images\16x16\Blank.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Blank.gif /resource:Resources\Images\16x16\BottomReadingPane.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.BottomReadingPane.gif /resource:Resources\Images\16x16\ChangeAccount.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ChangeAccount.gif /resource:Resources\Images\16x16\ClosedEmail.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ClosedEmail.gif /resource:Resources\Images\16x16\Delete.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Delete.gif /resource:Resources\Images\16x16\DeletedItems.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.DeletedItems.gif /resource:Resources\Images\16x16\DeleteFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.DeleteFolder.gif /resource:Resources\Images\16x16\Down.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Down.gif /resource:Resources\Images\16x16\EmptyDeletedFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.EmptyDeletedFolder.gif /resource:Resources\Images\16x16\Errors.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Errors.gif /resource:Resources\Images\16x16\Failed.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Failed.gif /resource:Resources\Images\16x16\FileTypes\gif.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.gif.gif /resource:Resources\Images\16x16\FileTypes\jpg.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.jpg.gif /resource:Resources\Images\16x16\FileTypes\pdf.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.pdf.gif /resource:Resources\Images\16x16\FileTypes\ppt.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.ppt.gif /resource:Resources\Images\16x16\FileTypes\rar.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.rar.gif /resource:Resources\Images\16x16\FileTypes\txt.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.txt.gif /resource:Resources\Images\16x16\FileTypes\UnknownFileType.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.FileTypes.UnknownFileType.gif /resource:Resources\Images\16x16\Folder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Folder.gif /resource:Resources\Images\16x16\Forward.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Forward.gif /resource:Resources\Images\16x16\GoContacts.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.GoContacts.gif /resource:Resources\Images\16x16\GoMail.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.GoMail.gif /resource:Resources\Images\16x16\Help.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Help.gif /resource:Resources\Images\16x16\HighImportance.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.HighImportance.gif /resource:Resources\Images\16x16\ImageColumnHeder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ImageColumnHeder.gif /resource:Resources\Images\16x16\Inbox.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Inbox.gif /resource:Resources\Images\16x16\information.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.information.gif /resource:Resources\Images\16x16\InProgress.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.InProgress.gif /resource:Resources\Images\16x16\Junk.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Junk.gif /resource:Resources\Images\16x16\LogOff.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.LogOff.gif /resource:Resources\Images\16x16\LowImportance.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.LowImportance.gif /resource:Resources\Images\16x16\MarkAsRead.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MarkAsRead.gif /resource:Resources\Images\16x16\MarkAsUnRead.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MarkAsUnRead.gif /resource:Resources\Images\16x16\Mouse.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Mouse.gif /resource:Resources\Images\16x16\MoveFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MoveFolder.gif /resource:Resources\Images\16x16\MoveToFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MoveToFolder.gif /resource:Resources\Images\16x16\NewAccount.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewAccount.gif /resource:Resources\Images\16x16\NewContact.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewContact.gif /resource:Resources\Images\16x16\NewFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewFolder.gif /resource:Resources\Images\16x16\NewMailMessage.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewMailMessage.gif /resource:Resources\Images\16x16\NotJunk.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NotJunk.gif /resource:Resources\Images\16x16\OffReadingPane.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.OffReadingPane.gif /resource:Resources\Images\16x16\OpenedEmail.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.OpenedEmail.gif /resource:Resources\Images\16x16\Outbox.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Outbox.gif /resource:Resources\Images\16x16\Permission.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Permission.gif /resource:Resources\Images\16x16\Print.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Print.gif /resource:Resources\Images\16x16\Processing.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Processing.gif /resource:Resources\Images\16x16\RecoverDeletedItems.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RecoverDeletedItems.gif /resource:Resources\Images\16x16\RenameFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RenameFolder.gif /resource:Resources\Images\16x16\Reply.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Reply.gif /resource:Resources\Images\16x16\ReplyToAll.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ReplyToAll.gif /resource:Resources\Images\16x16\RightReadingPane.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RightReadingPane.gif /resource:Resources\Images\16x16\RulesAndAlerts.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RulesAndAlerts.gif /resource:Resources\Images\16x16\SafeLists.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SafeLists.gif /resource:Resources\Images\16x16\SelectAll.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SelectAll.gif /resource:Resources\Images\16x16\SendAndReceive.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SendAndReceive.gif /resource:Resources\Images\16x16\SentItems.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SentItems.gif /resource:Resources\Images\16x16\SetAccountAsDefault.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SetAccountAsDefault.gif /resource:Resources\Images\16x16\Success.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Success.gif /resource:Resources\Images\16x16\ThumbTack.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ThumbTack.gif /resource:Resources\Images\16x16\Up.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Up.gif /resource:Resources\Images\24x24\ContactsView.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._24x24.ContactsView.gif /resource:Resources\Images\24x24\EmailView.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._24x24.EmailView.gif /resource:Resources\Images\32x32\AddressBook.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.AddressBook.gif /resource:Resources\Images\32x32\AttachFile.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.AttachFile.gif /resource:Resources\Images\32x32\AttachItem.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.AttachItem.gif /resource:Resources\Images\32x32\BlockSender.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.BlockSender.gif /resource:Resources\Images\32x32\BusinessCard.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.BusinessCard.gif /resource:Resources\Images\32x32\Calendar.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Calendar.gif /resource:Resources\Images\32x32\Categorize.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Categorize.gif /resource:Resources\Images\32x32\CheckNames.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.CheckNames.gif /resource:Resources\Images\32x32\CreateRule.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.CreateRule.gif /resource:Resources\Images\32x32\Delete.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Delete.gif /resource:Resources\Images\32x32\FollowUp.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.FollowUp.gif /resource:Resources\Images\32x32\Forward.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Forward.gif /resource:Resources\Images\32x32\MarkAsUnread.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.MarkAsUnread.gif /resource:Resources\Images\32x32\MoveToFolder.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.MoveToFolder.gif /resource:Resources\Images\32x32\OtherActions.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.OtherActions.gif /resource:Resources\Images\32x32\Relply.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Relply.gif /resource:Resources\Images\32x32\ReplyToAll.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.ReplyToAll.gif /resource:Resources\Images\32x32\Signature.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Signature.gif /resource:Resources\Images\AccountManagementFinish.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images.AccountManagementFinish.gif /resource:Resources\Images\EmailAccountEditFormIcon.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images.EmailAccountEditFormIcon.gif /resource:Resources\Images\SendEmail.gif,Gizmox.WebGUI.Forms.Catalog.Resources.Images.SendEmail.gif /resource:Resources\Images\16x16\AddressBook.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.AddressBook.png /resource:Resources\Images\16x16\AttachedMail.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.AttachedMail.png /resource:Resources\Images\16x16\AttachmentColumnHeader.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.AttachmentColumnHeader.png /resource:Resources\Images\16x16\Blank.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Blank.png /resource:Resources\Images\16x16\BottomReadingPane.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.BottomReadingPane.png /resource:Resources\Images\16x16\ChangeAccount.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ChangeAccount.png /resource:Resources\Images\16x16\ClosedEmail.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ClosedEmail.png /resource:Resources\Images\16x16\Delete.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Delete.png /resource:Resources\Images\16x16\DeletedItems.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.DeletedItems.png /resource:Resources\Images\16x16\DeleteFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.DeleteFolder.png /resource:Resources\Images\16x16\Down.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Down.png /resource:Resources\Images\16x16\EmptyDeletedFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.EmptyDeletedFolder.png /resource:Resources\Images\16x16\Errors.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Errors.png /resource:Resources\Images\16x16\Failed.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Failed.png /resource:Resources\Images\16x16\Folder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Folder.png /resource:Resources\Images\16x16\Forward.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Forward.png /resource:Resources\Images\16x16\GoContacts.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.GoContacts.png /resource:Resources\Images\16x16\GoMail.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.GoMail.png /resource:Resources\Images\16x16\Help.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Help.png /resource:Resources\Images\16x16\HighImportance.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.HighImportance.png /resource:Resources\Images\16x16\ImageColumnHeder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ImageColumnHeder.png /resource:Resources\Images\16x16\Inbox.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Inbox.png /resource:Resources\Images\16x16\information.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.information.png /resource:Resources\Images\16x16\InProgress.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.InProgress.png /resource:Resources\Images\16x16\Junk.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Junk.png /resource:Resources\Images\16x16\LogOff.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.LogOff.png /resource:Resources\Images\16x16\LowImportance.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.LowImportance.png /resource:Resources\Images\16x16\MarkAsRead.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MarkAsRead.png /resource:Resources\Images\16x16\MarkAsUnRead.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MarkAsUnRead.png /resource:Resources\Images\16x16\Mouse.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Mouse.png /resource:Resources\Images\16x16\MoveFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MoveFolder.png /resource:Resources\Images\16x16\MoveToFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.MoveToFolder.png /resource:Resources\Images\16x16\NewAccount.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewAccount.png /resource:Resources\Images\16x16\NewContact.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewContact.png /resource:Resources\Images\16x16\NewFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewFolder.png /resource:Resources\Images\16x16\NewMailMessage.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NewMailMessage.png /resource:Resources\Images\16x16\NotJunk.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.NotJunk.png /resource:Resources\Images\16x16\OffReadingPane.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.OffReadingPane.png /resource:Resources\Images\16x16\OpenedEmail.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.OpenedEmail.png /resource:Resources\Images\16x16\Outbox.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Outbox.png /resource:Resources\Images\16x16\Permission.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Permission.png /resource:Resources\Images\16x16\Print.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Print.png /resource:Resources\Images\16x16\Processing.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Processing.png /resource:Resources\Images\16x16\RecoverDeletedItems.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RecoverDeletedItems.png /resource:Resources\Images\16x16\RenameFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RenameFolder.png /resource:Resources\Images\16x16\Reply.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Reply.png /resource:Resources\Images\16x16\ReplyToAll.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ReplyToAll.png /resource:Resources\Images\16x16\RightReadingPane.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RightReadingPane.png /resource:Resources\Images\16x16\RulesAndAlerts.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.RulesAndAlerts.png /resource:Resources\Images\16x16\SafeLists.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SafeLists.png /resource:Resources\Images\16x16\SelectAll.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SelectAll.png /resource:Resources\Images\16x16\SendAndReceive.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SendAndReceive.png /resource:Resources\Images\16x16\SentItems.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SentItems.png /resource:Resources\Images\16x16\SetAccountAsDefault.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.SetAccountAsDefault.png /resource:Resources\Images\16x16\Success.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Success.png /resource:Resources\Images\16x16\ThumbTack.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.ThumbTack.png /resource:Resources\Images\16x16\Up.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._16x16.Up.png /resource:Resources\Images\24x24\ContactsView.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._24x24.ContactsView.png /resource:Resources\Images\24x24\EmailView.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._24x24.EmailView.png /resource:Resources\Images\32x32\AddressBook.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.AddressBook.png /resource:Resources\Images\32x32\AttachFile.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.AttachFile.png /resource:Resources\Images\32x32\AttachItem.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.AttachItem.png /resource:Resources\Images\32x32\BlockSender.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.BlockSender.png /resource:Resources\Images\32x32\BusinessCard.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.BusinessCard.png /resource:Resources\Images\32x32\Calendar.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Calendar.png /resource:Resources\Images\32x32\Categorize.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Categorize.png /resource:Resources\Images\32x32\CheckNames.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.CheckNames.png /resource:Resources\Images\32x32\CreateRule.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.CreateRule.png /resource:Resources\Images\32x32\Delete.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Delete.png /resource:Resources\Images\32x32\FollowUp.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.FollowUp.png /resource:Resources\Images\32x32\Forward.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Forward.png /resource:Resources\Images\32x32\MarkAsUnread.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.MarkAsUnread.png /resource:Resources\Images\32x32\MoveToFolder.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.MoveToFolder.png /resource:Resources\Images\32x32\OtherActions.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.OtherActions.png /resource:Resources\Images\32x32\Relply.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Relply.png /resource:Resources\Images\32x32\ReplyToAll.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.ReplyToAll.png /resource:Resources\Images\32x32\Signature.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images._32x32.Signature.png /resource:Resources\Images\AccountManagementFinish.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images.AccountManagementFinish.png /resource:Resources\Images\EmailAccountEditFormIcon.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images.EmailAccountEditFormIcon.png /resource:Resources\Images\PoweredByLogo.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images.PoweredByLogo.png /resource:Resources\Images\SendEmail.png,Gizmox.WebGUI.Forms.Catalog.Resources.Images.SendEmail.png /resource:Resources\Images\Background.jpg,Gizmox.WebGUI.Forms.Catalog.Resources.Images.Background.jpg /resource:Resources\Images\Sea.jpg,Gizmox.WebGUI.Forms.Catalog.Resources.Images.Sea.jpg /resource:Resources\Images\Stone.jpg,Gizmox.WebGUI.Forms.Catalog.Resources.Images.Stone.jpg /resource:Resources\Images\View.jpg,Gizmox.WebGUI.Forms.Catalog.Resources.Images.View.jpg /target:library Categories\DataControls\ListViewControlPanel.cs Categories\DataControls\ListViewControlPanel.Designer.cs Default.aspx.cs Default.aspx.designer.cs XamlForm.wgx.cs XamlForm.wgx.designer.cs ..\ProductInfo.cs CatalogSettings.cs Categories\Behaviors\BindingNavigatorBehavior.cs Categories\Behaviors\DragAndDropBehavior.cs Categories\Behaviors\SurfacePanelBehavior.cs Categories\Behaviors\SplitContainerBehavior.cs Categories\Behaviors\XamlBoxBehavior.cs Categories\DataControls\BindedDataGridViewControl.cs Categories\DataControls\ListViewControlGroups.cs Categories\DataControls\DatagridviewSelectionChanged.cs Categories\DataControls\DataListViewControl.cs Categories\DataControls\PropertyGridControl.cs Categories\DataControls\TreeViewControl1.cs Categories\DataControls\TreeViewControl2.cs Categories\Extenders\SilverlightExtender.cs Categories\InputControls\Controls\OwnerDrawnComboBox.cs Controls\WinPanelSkin.cs Extensions\Charts\ChartSample1.cs Extensions\Charts\ChartSample2.cs Extensions\Editors\FCKEditorSample.cs Extensions\Office\Controls\SampleRibbon.cs Extensions\Office\Controls\SampleRibbon.Designer.cs Extensions\Office\RichTextEditorSample.cs Extensions\Office\RibbonSample.cs Extensions\Office\RibbonSample.designer.cs Extensions\Office\ScheduleBoxSample.cs Forms\InspectorForm.cs MdiChildForm.cs Applications\ClassBrowser\ClassBrowser.cs Applications\ClassBrowser\Dialogs\SearchForm.cs Applications\ClassBrowser\Library\ConsoleInfo.cs Applications\ClassBrowser\Library\NamespaceInfo.cs BaseForm.cs Categories\ActionControls\ButtonsControl.cs Categories\ActionControls\ContextMenuControl.cs Categories\ActionControls\ToolBarControl.cs Categories\Behaviors\AnchoringBehavior.cs Categories\Behaviors\BackgourndImage.cs Categories\Behaviors\ContextUsage.cs Categories\Behaviors\ErrorProviderBehavior.cs Categories\Behaviors\DockingBehavior.cs Categories\Behaviors\FlowLayoutBehavior.cs Categories\Behaviors\Forms\WindowsBehaviorForm.cs Categories\Behaviors\ListDataBindingBehavior.cs Categories\Behaviors\ResourcesBehavior.cs Categories\Behaviors\ResultsUsage.cs Categories\Behaviors\TableLayoutBehavior.cs Categories\Behaviors\Timers.cs Categories\Behaviors\UploadBehavior.cs Categories\Behaviors\WindowsBehavior.cs Categories\CustomControls\CustomWindowPanelControl.cs Categories\DataControls\ReportViewerControl.cs Categories\DataControls\CustomDataGridViewControl.cs Categories\DataControls\ListViewControl.cs Categories\DataControls\ListViewControlViews.cs Categories\DataControls\TreeViewControl.cs Categories\DialogForms\Forms\SearchForm.cs Categories\DialogForms\Forms\TestingForms.cs Categories\DialogForms\MessageBoxForm.cs Categories\DialogForms\MiscellaneousForms.cs Categories\Gateways\ASPX\AspPageControl.cs Categories\Gateways\ASPX\AspPageForm.aspx.cs Categories\Gateways\Controls\PieControl.cs Categories\Gateways\GraphGeneratingGateway.cs Categories\HostControls\FlashControl.cs Categories\InputControls\DateInputControls.cs Categories\InputControls\ListInputControls.cs Categories\InputControls\RichTextInputControl.cs Categories\InputControls\TextInputControls.cs Categories\InputControls\TrackBarControl.cs Categories\InputControls\UpDownControls.cs Categories\LogicalCategory.cs Categories\NavigationControls\TabControlControl.cs Categories\NavigationControls\WorkspaceTabControlControl.cs Controls\WinPanel.cs DatabaseData.cs Forms\AboutVWGForm.cs IHostedApplication.cs LogonForm.cs MainForm.cs MdiMainForm.cs Properties\AssemblyInfo.cs Properties\Settings.Designer.cs RandomData.cs
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\InputControls\ListInputControls.cs(21,44): warning CS0618: 'Gizmox.WebGUI.Forms.ColorListBox' is obsolete: 'Use List box insted of Color list box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\InputControls\ListInputControls.cs(26,51): warning CS0618: 'Gizmox.WebGUI.Forms.ColorComboBox' is obsolete: 'Use Combo box insted of Color combo box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Editors\FCKEditorSample.cs(25,18): warning CS0618: 'Gizmox.WebGUI.Common.Interfaces.IGatewayControl' is obsolete: 'This interface is superceded by the IGatewayComponent which is implemented by default in the RegisteredComponent and can be used by overriding the ProcessGatewayRequest method.'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\ActionControls\ContextMenuControl.cs(408,45): warning CS0618: 'Gizmox.WebGUI.Forms.ColorListBox' is obsolete: 'Use List box insted of Color list box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\ActionControls\ContextMenuControl.cs(409,45): warning CS0618: 'Gizmox.WebGUI.Forms.ColorListBox' is obsolete: 'Use List box insted of Color list box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\InputControls\ListInputControls.cs(112,58): warning CS0618: 'Gizmox.WebGUI.Forms.ColorListBox' is obsolete: 'Use List box insted of Color list box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\InputControls\ListInputControls.cs(118,59): warning CS0618: 'Gizmox.WebGUI.Forms.ColorComboBox' is obsolete: 'Use Combo box insted of Color combo box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(76,57): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(76,37): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(100,57): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(100,37): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(124,57): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(124,37): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(76,13): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(100,13): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\CustomControls\CustomWindowPanelControl.cs(124,13): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\MainForm.cs(40,68): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\MainForm.cs(40,48): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\MainForm.cs(40,13): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\LogonForm.cs(120,13): warning CS0618: 'Gizmox.WebGUI.Forms.Control.KeyDown' is obsolete: 'Implemented by design as KeyPress (Use KeyPress instead).'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\InputControls\RichTextInputControl.cs(125,17): warning CS0618: 'Gizmox.WebGUI.Forms.RichTextBox.SelectionFont' is obsolete: 'This property is not supported for this control.'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Controls\WinPanel.cs(19,13): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\ActionControls\ToolBarControl.cs(158,39): warning CS0219: The variable 'objHostedToolBarToggleButton' is assigned but its value is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Applications\ClassBrowser\ClassBrowser.cs(193,55): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Applications\ClassBrowser\ClassBrowser.cs(193,35): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Applications\ClassBrowser\ClassBrowser.cs(241,58): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Applications\ClassBrowser\ClassBrowser.cs(241,38): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Applications\ClassBrowser\ClassBrowser.cs(193,4): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Applications\ClassBrowser\ClassBrowser.cs(241,4): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\Behaviors\SurfacePanelBehavior.cs(88,67): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\Behaviors\SurfacePanelBehavior.cs(88,47): warning CS0618: 'Gizmox.WebGUI.Forms.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\Behaviors\SurfacePanelBehavior.cs(88,13): warning CS0618: 'Gizmox.WebGUI.Forms.Panel.PanelType' is obsolete: 'Use HeaderedPanel in the office extension instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\ActionControls\ContextMenuControl.cs(511,48): warning CS0618: 'Gizmox.WebGUI.Forms.ColorListBox' is obsolete: 'Use List box insted of Color list box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\ActionControls\ContextMenuControl.cs(513,51): warning CS0618: 'Gizmox.WebGUI.Forms.ColorListBox' is obsolete: 'Use List box insted of Color list box'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\Controls\SampleRibbon.Designer.cs(10,50): warning CS0414: The field 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.Controls.SampleRibbon.components' is assigned but its value is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\LogonForm.cs(92,49): warning CS0414: The field 'Gizmox.WebGUI.Forms.Catalog.LogonForm.components' is assigned but its value is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(316,73): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentRemoving' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(328,73): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentAdded' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(330,79): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentRename' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(332,73): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentAdding' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(334,73): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentRemoved' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(336,81): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentChanging' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Extensions\Office\ScheduleBoxSample.cs(338,80): warning CS0067: The event 'Gizmox.WebGUI.Forms.Catalog.Extensions.Office.ComponentChangeSite.ComponentChanged' is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\DialogForms\Forms\SearchForm.cs(45,22): warning CS0414: The field 'Gizmox.WebGUI.Forms.Catalog.Categories.DialogForms.Forms.SearchForm.mblnTerminate' is assigned but its value is never used
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\Categories\Behaviors\ResultsUsage.cs(23,50): warning CS0649: Field 'Gizmox.WebGUI.Forms.Catalog.Categories.Behaviors.ResultsUsage.components' is never assigned to, and will always have its default value null
Compile complete -- 0 errors, 45 warnings
Gizmox.WebGUI.Forms.Catalog.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\bin\Gizmox.WebGUI.Forms.Catalog.dll
------ Build started: Project: Gizmox.WebGUI.Forms.CompanionKit.Engine.3.5, Configuration: Debug Any CPU ------
Gizmox.WebGUI.Forms.CompanionKit.Engine.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Engine\bin\Debug\Gizmox.WebGUI.Forms.CompanionKit.Engine.dll
------ Build started: Project: Gizmox.WebGUI.Client.Catalog.3.5, Configuration: Debug Any CPU ------
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;WG_NET35 /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Client\bin\Debug\Gizmox.WebGUI.Client.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog\bin\Gizmox.WebGUI.Forms.Catalog.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms\bin\Debug\Gizmox.WebGUI.Forms.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Deployment.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\Gizmox.WebGUI.Client.Catalog.exe /resource:obj\Debug\Gizmox.WebGUI.Client.Catalog.Program.resources /resource:obj\Debug\Gizmox.WebGUI.Client.Catalog.Properties.Resources.resources /target:winexe ..\ProductInfo.cs Program.cs Properties\AssemblyInfo.cs Properties\Resources.Designer.cs Properties\Settings.Designer.cs
Compile complete -- 0 errors, 0 warnings
Gizmox.WebGUI.Client.Catalog.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Client.Catalog\bin\Debug\Gizmox.WebGUI.Client.Catalog.exe
------ Build started: Project: Gizmox.WebGUI.Forms.CompanionKitCS.3.5, Configuration: Debug Any CPU ------
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;WG_NET35 /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Client\bin\Debug\Gizmox.WebGUI.Client.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.Design.Skins.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Engine\bin\Debug\Gizmox.WebGUI.Forms.CompanionKit.Engine.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Design\bin\Gizmox.WebGUI.Forms.Design.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms\bin\Debug\Gizmox.WebGUI.Forms.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Themes\bin\Debug\Gizmox.WebGUI.Forms.Themes.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Server.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.Design.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /debug+ /debug:full /optimize- /out:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.dll /resource:obj\Debug\CompanionKit.Controls.Button.Functionality.ClickOncePage.resources /resource:obj\Debug\CompanionKit.Controls.Button.Functionality.TextImageRelationPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Features.ComboBoxForm.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Features.TreeViewComboBoxForm.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.FontDialog.Features.ColorPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.FontDialog.Features.MaxSizePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.FontDialog.Features.MinSizePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.FontDialog.Features.ShowEffectsPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.FontDialog.Functionality.FontPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.PopulatingData.UserForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Features.ArgumentsPropertyForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Features.FormPropertyForm2.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Features.FormPropertyForm1.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Features.ResultsPropertyForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Features.StatelessPropertyFalseForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Features.StatelessPropertyTrueForm.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.FormBox.Programming.BindingToEventsForm.resources /resource:obj\Debug\VWGApplication.VwgAdapterSkin.resources /resource:obj\Debug\CompanionKit.Controls.GroupBox.Features.BackgroundPage.resources /resource:obj\Debug\CompanionKit.Controls.GroupBox.Features.GroupBoxEnabled.resources /resource:obj\Debug\CompanionKit.Controls.GroupBox.Features.RadioButtonsPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.ChangeColumnOptionsPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.ItemPanel.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.ListViewControlPanel.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.AcceptAndCancelButtonsForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.BorderStyleForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.DialogReturnValueForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.MDIChildForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.MDIParentForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.WindowStateForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.WindowTypeForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Programming.ActivatingForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Programming.ClosedForm.resources /resource:obj\Debug\CompanionKit.Controls.Form.Programming.LoadEventForm.resources /resource:obj\Debug\CompanionKit.Controls.MainMenu.Features.MainMenuForm.resources /resource:obj\Debug\CompanionKit.Controls.MaskedTextBox.Features.HidePromptOnLeavePage.resources /resource:obj\Debug\CompanionKit.Controls.MaskedTextBox.Features.MaskPage.resources /resource:obj\Debug\CompanionKit.Controls.MaskedTextBox.Features.PromptCharacterPage.resources /resource:obj\Debug\CompanionKit.Controls.MaskedTextBox.Features.TextMaskFormatPage.resources /resource:obj\Debug\CompanionKit.Controls.NavigationTabs.Appearance.TextWithImagePage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.ApplicationScenarios.OptionsDialog.resources /resource:obj\Debug\CompanionKit.Controls.ScheduleBox.Appearance.ScheduleBoxViewPropertiesPage.resources /resource:obj\Debug\CompanionKit.Controls.ScheduleBox.Functionality.AddingContextMenuForEventPage.resources /resource:obj\Debug\CompanionKit.Controls.ScheduleBox.Functionality.AddingScheduledEventsPage.resources /resource:obj\Debug\CompanionKit.Controls.TabControl.Functionality.ScrollingPage.resources /resource:obj\Debug\CompanionKit.Controls.TextBox.Functionality.PasswordCharPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Functionality.CheckStatePage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Functionality.ThreeStatePage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Functionality.AutoCheckPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Appearance.CheckAlignPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Programming.CheckedChangedPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Functionality.CheckedPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckBox.Programming.CheckStateChangedPage.resources /resource:obj\Debug\CompanionKit.Controls.RadioButton.Appearance.CheckAlignPage.resources /resource:obj\Debug\CompanionKit.Controls.RadioButton.Functionality.CheckedPage.resources /resource:obj\Debug\CompanionKit.Controls.RadioButton.Programming.CheckStateChangedPage.resources /resource:obj\Debug\CompanionKit.Controls.Button.Functionality.DropDownMenuPage.resources /resource:obj\Debug\CompanionKit.Controls.Timer.Features.IntervalActionPage.resources /resource:obj\Debug\CompanionKit.Controls.ToolBar.Appearance.ToolBarButtonStylePage.resources /resource:obj\Debug\CompanionKit.Controls.ToolBar.Functionality.RegisterClientActionPage.resources /resource:obj\Debug\CompanionKit.Controls.TextBox.Functionality.ValidatorPage.resources /resource:obj\Debug\CompanionKit.Controls.TextBox.Functionality.CharacterCasingPage.resources /resource:obj\Debug\CompanionKit.Controls.FlowLayoutPanel.Functionality.FlowDirectionPage.resources /resource:obj\Debug\CompanionKit.Controls.FlowLayoutPanel.Functionality.WrapContentsPage.resources /resource:obj\Debug\CompanionKit.Controls.TableLayoutPanel.Functionality.AddingControlPage.resources /resource:obj\Debug\CompanionKit.Controls.TableLayoutPanel.Functionality.RowSpanColSpanPage.resources /resource:obj\Debug\CompanionKit.Controls.LinkLabel.Functionality.ClientModePage.resources /resource:obj\Debug\CompanionKit.Controls.Panel.Appearance.AutoSizePage.resources /resource:obj\Debug\CompanionKit.Controls.Panel.Appearance.AutoScrollPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Functionality.ValueTextChangePage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Appearance.ComboBoxStylesPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.PopulatingData.CollectionDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.PopulatingData.DatabaseDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Appearance.TextWithColorPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Appearance.TextWithImagePage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Features.AutocompletePage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Features.CustomComboBoxPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Features.MaxItemsInDropDownPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Features.SortedPage.resources /resource:obj\Debug\CompanionKit.Controls.ComboBox.Programming.RelatedComboBoxPage.resources /resource:obj\Debug\CompanionKit.Controls.TabControl.Appearance.TextWithImagePage.resources /resource:obj\Debug\CompanionKit.Controls.TabControl.Functionality.MultiRowPage.resources /resource:obj\Debug\CompanionKit.Controls.TabControl.Functionality.MemoryOptimizedPage.resources /resource:obj\Debug\CompanionKit.Controls.TabControl.Functionality.DrawingOptimizedPage.resources /resource:obj\Debug\CompanionKit.Controls.TabControl.Functionality.CloseButtonPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Appearance.TextWithColorPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Appearance.TextWithImagePage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Appearance.CheckBoxAndRadioButtonsPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Features.SelectionModesPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Features.SortedPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Functionality.DragDropPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Functionality.Transfer.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.Functionality.AddItemPage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.PopulatingData.CollectionDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.ListBox.PopulatingData.DataBaseDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.CheckedListBox.Features.SelectionModesPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckedListBox.Features.SortedPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckedListBox.Functionality.AddItemPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckedListBox.Functionality.CheckOnClickPage.resources /resource:obj\Debug\CompanionKit.Controls.CheckedListBox.PopulatingData.CollectionDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.CheckedListBox.PopulatingData.DataBaseDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.HtmlBox.Features.DisplayRawHTMLPage.resources /resource:obj\Debug\CompanionKit.Controls.HtmlBox.Features.DisplayAnInternalHTMLPagePage.resources /resource:obj\Debug\CompanionKit.Controls.HtmlBox.Features.DisplayExternalHTMLPagePage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.GroupingPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.ViewsPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.CheckBoxPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.ColumnReorderingPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.ResizingPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Features.CustomListViewPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Performance.PagingPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.PopulatingData.BindingDataCollectionPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.PopulatingData.BindingDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Programming.SelectedIndexChangedPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Programming.ItemFormatingValidatingPage.resources /resource:obj\Debug\CompanionKit.Controls.ListView.Programming.ProgramaticSortingPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.NodesDragingPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.CheckBoxesPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.TextEditingPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.KeyboardSupportPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.AddAndRemoveNodesPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.ContextMenuPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.SelectedImagePage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Programming.EnsureVisiblePage.resources /resource:obj\Debug\CompanionKit.Controls.ContextMenu.Programming.CollapsePage.resources /resource:obj\Debug\CompanionKit.Controls.ContextMenu.Programming.PopupPage.resources /resource:obj\Debug\CompanionKit.Controls.TreeView.Features.StateImagePage.resources /resource:obj\Debug\CompanionKit.Controls.MainMenu.Features.KeyboardSupportPage.resources /resource:obj\Debug\CompanionKit.Controls.MainMenu.Features.CheckBoxesPages.resources /resource:obj\Debug\CompanionKit.Controls.MainMenu.Features.RadioCheckPage.resources /resource:obj\Debug\CompanionKit.Controls.MainMenu.Features.IconsPage.resources /resource:obj\Debug\CompanionKit.Controls.GroupBox.Features.ContextMenuPage.resources /resource:obj\Debug\CompanionKit.Controls.GroupBox.Programming.MouseClickedPage.resources /resource:obj\Debug\CompanionKit.Controls.Splitter.Features.OrientationPage.resources /resource:obj\Debug\CompanionKit.Controls.Splitter.Features.MinMaxPanelSizePage.resources /resource:obj\Debug\CompanionKit.Controls.Splitter.Features.NestedSplittersPage.resources /resource:obj\Debug\CompanionKit.Controls.SplitContainer.Features.MinMaxPanelSizePage.resources /resource:obj\Debug\CompanionKit.Controls.SplitContainer.Features.NestedSplittersPage.resources /resource:obj\Debug\CompanionKit.Controls.SplitContainer.Programming.MouseClickedPage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.Functionality.ObjectInspection.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.Functionality.Categorization.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.ValidationPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.SelectionPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.BasicSortingPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.ColumnReorderingPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.ResizingPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.FrozenColumnsAndRowsPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.ExportingDataPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.CopyingDataPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.NewLinePage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Performance.PagingPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Programming.SelectionChangePage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Programming.CellFormatingPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Programming.ProgramaticSortingPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Appearance.AlternatingStylePage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Appearance.CellStylePage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.Features.ColumnTypesPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.PopulatingData.BindingDataCollectionPage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.PopulatingData.BindingDataSourcePage.resources /resource:obj\Debug\CompanionKit.Controls.DataGridView.PopulatingData.InsertUpdateDeletePage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.MDIFormPage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.FormBorderStylesPage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.FormStatePage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.DialogReturnValuePage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.WindowTypePage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Programming.CloseHandlingPage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Programming.LoadHandlingPage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Features.AcceptAndCancelButtonsPage.resources /resource:obj\Debug\CompanionKit.Controls.Form.Programming.ActivateHandlingPage.resources /resource:obj\Debug\CompanionKit.Controls.StatusBar.Appearance.DifferentAppearancePage.resources /resource:obj\Debug\CompanionKit.Controls.StatusBar.Layouts.Docking.resources /resource:obj\Debug\CompanionKit.Controls.StatusBar.Features.ShowPageStatusPage.resources /resource:obj\Debug\CompanionKit.Controls.TrackBar.Functionality.SettingValueAndRangePage.resources /resource:obj\Debug\CompanionKit.Controls.TrackBar.Functionality.OrientationPage.resources /resource:obj\Debug\CompanionKit.Controls.TrackBar.Functionality.TickStylePage.resources /resource:obj\Debug\CompanionKit.Controls.TrackBar.Functionality.BoundsPage.resources /resource:obj\Debug\CompanionKit.Controls.TrackBar.Programming.ServerSideEventsPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.ColorDialog.Functionality.SettingColorPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.ColorDialog.Functionality.CustomColorsPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.ColorDialog.Functionality.AllowFullOpenPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.CheckFileExistsPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.CheckPathExistsPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.ShowReadOnlyPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.AddExtensionPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.MultiSelectPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.DefaultExtPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.FilterPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.InitialDirectoryPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.MaxFileSizePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.TitlePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Features.ValidateNamesPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.ApplicationScenarios.DisplayPicturePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Programming.ReadOnlyCheckedPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Programming.FilePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Programming.FilesPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Programming.FileNamePage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Programming.FileNamesPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.OpenFileDialog.Programming.FileOkPage.resources /resource:obj\Debug\CompanionKit.Controls.CommonDialogs.FontDialog.Features.ShowHelpPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Features.FormatPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Features.CustomFormatPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Features.MaxDatePropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Features.MinDatePropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Features.ShowCheckBoxPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Features.LangaugesPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Functionality.ValuePropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Functionality.CheckedPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Functionality.ShowUpDownPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Appearance.BackColorPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Appearance.ForeColorPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Appearance.CalendarFontProperty.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Appearance.CalendarForeColorPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.DateTimePicker.Programming.ValueChangedEventPage.resources /resource:obj\Debug\CompanionKit.Controls.DomainUpDown.Programming.AddItemsPage.resources /resource:obj\Debug\CompanionKit.Controls.DomainUpDown.Programming.RemoveItemsPage.resources /resource:obj\Debug\CompanionKit.Controls.NumericUpDown.Functionality.IncrementPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.NumericUpDown.Functionality.DecimalPlacesPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.NumericUpDown.Functionality.MaximumPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.NumericUpDown.Functionality.MinimumPropertypage.resources /resource:obj\Debug\CompanionKit.Controls.NumericUpDown.Programming.NumericValuesPage.resources /resource:obj\Debug\CompanionKit.Controls.NumericUpDown.Programming.FormatPage.resources /resource:obj\Debug\CompanionKit.Controls.MonthCalendar.ApplicationScenarios.OpenDatePageWikipediaPage.resources /resource:obj\Debug\CompanionKit.Controls.MonthCalendar.Programming.SettingValuePage.resources /resource:obj\Debug\CompanionKit.Controls.PictureBox.Functionality.SizeModePropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.PictureBox.Functionality.LoadPicturePage.resources /resource:obj\Debug\CompanionKit.Controls.ProgressBar.Features.SetValuePage.resources /resource:obj\Debug\CompanionKit.Controls.ProgressBar.Functionality.IncrementPage.resources /resource:obj\Debug\CompanionKit.Controls.ProgressBar.Functionality.PerformStepPage.resources /resource:obj\Debug\CompanionKit.Controls.ProgressBar.Functionality.MaximumPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.ProgressBar.Functionality.MinimumPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.ProgressBar.ApplicationScenarios.ChangeValuePage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.Functionality.HidingPropertiesPage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.Functionality.PropertyDescriptionPage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.Functionality.ReadOnlyPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.Functionality.CustomPropertyEditorPage.resources /resource:obj\Debug\CompanionKit.Controls.PropertyGrid.ApplicationScenarios.ExampleApplicationPage.resources /resource:obj\Debug\CompanionKit.Controls.ObjectBox.Programming.ProvideParametersPage.resources /resource:obj\Debug\CompanionKit.Controls.ActiveXBox.Programming.ProvideParametersPage.resources /resource:obj\Debug\CompanionKit.Controls.ActiveXBox.ApplicationScenario.ExampleApplicationPage.resources /resource:obj\Debug\CompanionKit.Controls.FlashBox.Programming.ProvideParametersPage.resources /resource:obj\Debug\CompanionKit.Controls.XamlBox.Programming.ProvideParametersPage.resources /resource:obj\Debug\CompanionKit.Controls.AppletBox.ApplicationScenario.ExampleApplicationPage.resources /resource:obj\Debug\Gizmox.WebGUI.Forms.CompanionKit.Controls.AppletBox.Programming.ProvideParametersPage.resources /resource:obj\Debug\CompanionKit.Controls.AspPageBox.Functionality.EmbedASPNETPage.resources /resource:obj\Debug\CompanionKit.Controls.AspPageBox.Functionality.InteractWithASPNETPage.resources /resource:obj\Debug\CompanionKit.Controls.RichTextBox.Functionality.AddingToFormPage.resources /resource:obj\Debug\CompanionKit.Controls.RichTextBox.Functionality.LoadingFormattedTextPage.resources /resource:obj\Debug\CompanionKit.Controls.RichTextBox.Functionality.HandlingEventsPage.resources /resource:obj\Debug\CompanionKit.Controls.RichTextBox.Functionality.ControlPropertiesPage.resources /resource:obj\Debug\CompanionKit.Controls.RibbonBar.Appearance.AddingPagePage.resources /resource:obj\Debug\CompanionKit.Controls.RibbonBar.Appearance.AddingGroupsPage.resources /resource:obj\Debug\CompanionKit.Controls.RibbonBar.Appearance.AddingItemsPage.resources /resource:obj\Debug\CompanionKit.Controls.RibbonBar.ApplicationScenario.TextEditingApplicationPage.resources /resource:obj\Debug\CompanionKit.Controls.MessageBoxControl.Functionality.MessageBoxButtonsPage.resources /resource:obj\Debug\CompanionKit.Controls.MessageBoxControl.Functionality.MessageBoxIconPage.resources /resource:obj\Debug\CompanionKit.Controls.MessageBoxControl.Functionality.MessageBoxOptionsPage.resources /resource:obj\Debug\CompanionKit.Controls.MessageBoxControl.Functionality.MessageBoxDefaultButtonPage.resources /resource:obj\Debug\CompanionKit.Controls.MessageBoxControl.Functionality.MessageBoxTextCaptionPage.resources /resource:obj\Debug\CompanionKit.Controls.MessageBoxControl.ApplicationScenario.MessageBoxBuilderPage.resources /resource:obj\Debug\CompanionKit.Controls.FormBox.Features.StatelessPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.FormBox.Features.FormPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.FormBox.Programming.BindingToEventsPage.resources /resource:obj\Debug\CompanionKit.Controls.FormBox.Features.ArgumentsPropertyPage.resources /resource:obj\Debug\CompanionKit.Controls.FormBox.Features.ResultsPropertyPage.resources /target:library Controls\Button\Functionality\ClickOncePage.cs Controls\Button\Functionality\ClickOncePage.designer.cs Controls\Button\Functionality\TextImageRelationPage.cs Controls\Button\Functionality\TextImageRelationPage.designer.cs Controls\TextBox\Functionality\PasswordCharPage.cs Controls\TextBox\Functionality\PasswordCharPage.designer.cs Controls\CheckBox\Functionality\CheckStatePage.cs Controls\CheckBox\Functionality\CheckStatePage.designer.cs Controls\CheckBox\Functionality\ThreeStatePage.cs Controls\CheckBox\Functionality\ThreeStatePage.designer.cs Controls\CheckBox\Functionality\AutoCheckPage.cs Controls\CheckBox\Functionality\AutoCheckPage.designer.cs Controls\CheckBox\Appearance\CheckAlignPage.cs Controls\CheckBox\Appearance\CheckAlignPage.designer.cs Controls\CheckBox\Programming\CheckedChangedPage.cs Controls\CheckBox\Programming\CheckedChangedPage.designer.cs Controls\CheckBox\Functionality\CheckedPage.cs Controls\CheckBox\Functionality\CheckedPage.designer.cs Controls\CheckBox\Programming\CheckStateChangedPage.cs Controls\CheckBox\Programming\CheckStateChangedPage.designer.cs Controls\RadioButton\Appearance\CheckAlignPage.cs Controls\RadioButton\Appearance\CheckAlignPage.designer.cs Controls\RadioButton\Functionality\CheckedPage.cs Controls\RadioButton\Functionality\CheckedPage.designer.cs Controls\RadioButton\Programming\CheckStateChangedPage.cs Controls\RadioButton\Programming\CheckStateChangedPage.designer.cs Controls\Button\Functionality\DropDownMenuPage.cs Controls\Button\Functionality\DropDownMenuPage.designer.cs Controls\ToolBar\Appearance\ToolBarButtonStylePage.cs Controls\ToolBar\Appearance\ToolBarButtonStylePage.designer.cs Controls\ToolBar\Functionality\RegisterClientActionPage.cs Controls\ToolBar\Functionality\RegisterClientActionPage.designer.cs Controls\TextBox\Functionality\ValidatorPage.cs Controls\TextBox\Functionality\ValidatorPage.designer.cs Controls\TextBox\Functionality\CharacterCasingPage.cs Controls\TextBox\Functionality\CharacterCasingPage.designer.cs Controls\FlowLayoutPanel\Functionality\FlowDirectionPage.cs Controls\FlowLayoutPanel\Functionality\FlowDirectionPage.designer.cs Controls\FlowLayoutPanel\Functionality\WrapContentsPage.cs Controls\FlowLayoutPanel\Functionality\WrapContentsPage.designer.cs Controls\TableLayoutPanel\Functionality\AddingControlPage.cs Controls\TableLayoutPanel\Functionality\AddingControlPage.designer.cs Controls\TableLayoutPanel\Functionality\RowSpanColSpanPage.cs Controls\TableLayoutPanel\Functionality\RowSpanColSpanPage.designer.cs Controls\LinkLabel\Functionality\ClientModePage.cs Controls\LinkLabel\Functionality\ClientModePage.designer.cs Controls\Panel\Appearance\AutoSizePage.cs Controls\Panel\Appearance\AutoSizePage.designer.cs Controls\Panel\Appearance\AutoScrollPage.cs Controls\Panel\Appearance\AutoScrollPage.designer.cs Controls\ComboBox\Functionality\ValueTextChangePage.cs Controls\ComboBox\Functionality\ValueTextChangePage.designer.cs Controls\ComboBox\Appearance\ComboBoxStylesPage.cs Controls\ComboBox\Appearance\ComboBoxStylesPage.designer.cs Controls\ComboBox\PopulatingData\CollectionDataSourcePage.cs Controls\ComboBox\PopulatingData\CollectionDataSourcePage.designer.cs Controls\ComboBox\PopulatingData\DatabaseDataSourcePage.cs Controls\ComboBox\PopulatingData\DatabaseDataSourcePage.designer.cs Controls\ComboBox\Appearance\TextWithColorPage.cs Controls\ComboBox\Appearance\TextWithColorPage.designer.cs Controls\ComboBox\Appearance\TextWithImagePage.cs Controls\ComboBox\Appearance\TextWithImagePage.designer.cs Controls\ComboBox\Features\AutocompletePage.cs Controls\ComboBox\Features\AutocompletePage.designer.cs Controls\ComboBox\Features\CustomComboBoxPage.cs Controls\ComboBox\Features\CustomComboBoxPage.designer.cs Controls\ComboBox\Features\MaxItemsInDropDownPage.cs Controls\ComboBox\Features\MaxItemsInDropDownPage.designer.cs Controls\ComboBox\Features\SortedPage.cs Controls\ComboBox\Features\SortedPage.designer.cs Controls\ComboBox\Programming\RelatedComboBoxPage.cs Controls\ComboBox\Programming\RelatedComboBoxPage.designer.cs Controls\TabControl\Appearance\TextWithImagePage.cs Controls\TabControl\Appearance\TextWithImagePage.designer.cs Controls\TabControl\Functionality\MultiRowPage.cs Controls\TabControl\Functionality\MultiRowPage.designer.cs Controls\TabControl\Functionality\MemoryOptimizedPage.cs Controls\TabControl\Functionality\MemoryOptimizedPage.designer.cs Controls\TabControl\Functionality\DrawingOptimizedPage.cs Controls\TabControl\Functionality\DrawingOptimizedPage.designer.cs Controls\TabControl\Functionality\CloseButtonPage.cs Controls\TabControl\Functionality\CloseButtonPage.designer.cs Controls\ListBox\Appearance\TextWithColorPage.cs Controls\ListBox\Appearance\TextWithColorPage.designer.cs Controls\ListBox\Appearance\TextWithImagePage.cs Controls\ListBox\Appearance\TextWithImagePage.designer.cs Controls\ListBox\Appearance\CheckBoxAndRadioButtonsPage.cs Controls\ListBox\Appearance\CheckBoxAndRadioButtonsPage.designer.cs Controls\ListBox\Features\SelectionModesPage.cs Controls\ListBox\Features\SelectionModesPage.designer.cs Controls\ListBox\Features\SortedPage.cs Controls\ListBox\Features\SortedPage.designer.cs Controls\ListBox\Functionality\DragDropPage.cs Controls\ListBox\Functionality\DragDropPage.designer.cs Controls\ListBox\Functionality\Transfer.cs Controls\ListBox\Functionality\Transfer.designer.cs Controls\ListBox\Functionality\AddItemPage.cs Controls\ListBox\Functionality\AddItemPage.designer.cs Controls\ListBox\PopulatingData\CollectionDataSourcePage.cs Controls\ListBox\PopulatingData\CollectionDataSourcePage.designer.cs Controls\ListBox\PopulatingData\DataBaseDataSourcePage.cs Controls\ListBox\PopulatingData\DataBaseDataSourcePage.designer.cs Controls\CheckedListBox\Features\SelectionModesPage.cs Controls\CheckedListBox\Features\SelectionModesPage.designer.cs Controls\CheckedListBox\Features\SortedPage.cs Controls\CheckedListBox\Features\SortedPage.designer.cs Controls\CheckedListBox\Functionality\AddItemPage.cs Controls\CheckedListBox\Functionality\AddItemPage.designer.cs Controls\CheckedListBox\Functionality\CheckOnClickPage.cs Controls\CheckedListBox\Functionality\CheckOnClickPage.designer.cs Controls\CheckedListBox\PopulatingData\CollectionDataSourcePage.cs Controls\CheckedListBox\PopulatingData\CollectionDataSourcePage.designer.cs Controls\CheckedListBox\PopulatingData\DataBaseDataSourcePage.cs Controls\CheckedListBox\PopulatingData\DataBaseDataSourcePage.designer.cs Controls\HtmlBox\Features\DisplayRawHTMLPage.cs Controls\HtmlBox\Features\DisplayRawHTMLPage.designer.cs Controls\HtmlBox\Features\DisplayAnInternalHTMLPagePage.cs Controls\HtmlBox\Features\DisplayAnInternalHTMLPagePage.designer.cs Controls\HtmlBox\Features\DisplayExternalHTMLPagePage.cs Controls\HtmlBox\Features\DisplayExternalHTMLPagePage.designer.cs Controls\ListView\Features\GroupingPage.cs Controls\ListView\Features\GroupingPage.designer.cs Controls\ListView\Features\ViewsPage.cs Controls\ListView\Features\ViewsPage.designer.cs Controls\ListView\Features\CheckBoxPage.cs Controls\ListView\Features\CheckBoxPage.designer.cs Controls\ListView\Features\ColumnReorderingPage.cs Controls\ListView\Features\ColumnReorderingPage.designer.cs Controls\ListView\Features\ResizingPage.cs Controls\ListView\Features\ResizingPage.designer.cs Controls\ListView\Features\CustomListViewPage.cs Controls\ListView\Features\CustomListViewPage.designer.cs Controls\ListView\Performance\PagingPage.cs Controls\ListView\Performance\PagingPage.designer.cs Controls\ListView\PopulatingData\BindingDataCollectionPage.cs Controls\ListView\PopulatingData\BindingDataCollectionPage.designer.cs Controls\ListView\PopulatingData\BindingDataSourcePage.cs Controls\ListView\PopulatingData\BindingDataSourcePage.designer.cs Controls\ListView\Programming\SelectedIndexChangedPage.cs Controls\ListView\Programming\SelectedIndexChangedPage.designer.cs Controls\ListView\Programming\ItemFormatingValidatingPage.cs Controls\ListView\Programming\ItemFormatingValidatingPage.designer.cs Controls\ListView\Programming\ProgramaticSortingPage.cs Controls\ListView\Programming\ProgramaticSortingPage.designer.cs Controls\TreeView\Features\NodesDragingPage.cs Controls\TreeView\Features\NodesDragingPage.designer.cs Controls\TreeView\Features\CheckBoxesPage.cs Controls\TreeView\Features\CheckBoxesPage.designer.cs Controls\TreeView\Features\TextEditingPage.cs Controls\TreeView\Features\TextEditingPage.designer.cs Controls\TreeView\Features\KeyboardSupportPage.cs Controls\TreeView\Features\KeyboardSupportPage.designer.cs Controls\TreeView\Features\AddAndRemoveNodesPage.cs Controls\TreeView\Features\AddAndRemoveNodesPage.designer.cs Controls\TreeView\Features\ContextMenuPage.cs Controls\TreeView\Features\ContextMenuPage.designer.cs Controls\TreeView\Features\SelectedImagePage.cs Controls\TreeView\Features\SelectedImagePage.designer.cs Controls\TreeView\Programming\EnsureVisiblePage.cs Controls\TreeView\Programming\EnsureVisiblePage.designer.cs Controls\ContextMenu\Programming\CollapsePage.cs Controls\ContextMenu\Programming\CollapsePage.designer.cs Controls\ContextMenu\Programming\PopupPage.cs Controls\ContextMenu\Programming\PopupPage.designer.cs Controls\TreeView\Features\StateImagePage.cs Controls\TreeView\Features\StateImagePage.designer.cs Controls\MainMenu\Features\KeyboardSupportPage.cs Controls\MainMenu\Features\KeyboardSupportPage.designer.cs Controls\MainMenu\Features\CheckBoxesPages.cs Controls\MainMenu\Features\CheckBoxesPages.designer.cs Controls\MainMenu\Features\RadioCheckPage.cs Controls\MainMenu\Features\RadioCheckPage.designer.cs Controls\MainMenu\Features\IconsPage.cs Controls\MainMenu\Features\IconsPage.designer.cs Controls\GroupBox\Features\ContextMenuPage.cs Controls\GroupBox\Features\ContextMenuPage.designer.cs Controls\GroupBox\Programming\MouseClickedPage.cs Controls\GroupBox\Programming\MouseClickedPage.designer.cs Controls\Splitter\Features\OrientationPage.cs Controls\Splitter\Features\OrientationPage.designer.cs Controls\Splitter\Features\MinMaxPanelSizePage.cs Controls\Splitter\Features\MinMaxPanelSizePage.designer.cs Controls\Splitter\Features\NestedSplittersPage.cs Controls\Splitter\Features\NestedSplittersPage.designer.cs Controls\SplitContainer\Features\MinMaxPanelSizePage.cs Controls\SplitContainer\Features\MinMaxPanelSizePage.designer.cs Controls\SplitContainer\Features\NestedSplittersPage.cs Controls\SplitContainer\Features\NestedSplittersPage.designer.cs Controls\SplitContainer\Programming\MouseClickedPage.cs Controls\SplitContainer\Programming\MouseClickedPage.designer.cs Controls\PropertyGrid\Functionality\ObjectInspection.cs Controls\PropertyGrid\Functionality\ObjectInspection.designer.cs Controls\PropertyGrid\Functionality\Categorization.cs Controls\PropertyGrid\Functionality\Categorization.designer.cs Controls\DataGridView\Features\ValidationPage.cs Controls\DataGridView\Features\ValidationPage.designer.cs Controls\DataGridView\Features\SelectionPage.cs Controls\DataGridView\Features\SelectionPage.designer.cs Controls\DataGridView\Features\BasicSortingPage.cs Controls\DataGridView\Features\BasicSortingPage.designer.cs Controls\DataGridView\Features\ColumnReorderingPage.cs Controls\DataGridView\Features\ColumnReorderingPage.designer.cs Controls\DataGridView\Features\ResizingPage.cs Controls\DataGridView\Features\ResizingPage.designer.cs Controls\DataGridView\Features\FrozenColumnsAndRowsPage.cs Controls\DataGridView\Features\FrozenColumnsAndRowsPage.designer.cs Controls\DataGridView\Features\ExportingDataPage.cs Controls\DataGridView\Features\ExportingDataPage.designer.cs Controls\DataGridView\Features\CopyingDataPage.cs Controls\DataGridView\Features\CopyingDataPage.designer.cs Controls\DataGridView\Features\NewLinePage.cs Controls\DataGridView\Features\NewLinePage.designer.cs Controls\DataGridView\Performance\PagingPage.cs Controls\DataGridView\Performance\PagingPage.designer.cs Controls\DataGridView\Programming\SelectionChangePage.cs Controls\DataGridView\Programming\SelectionChangePage.designer.cs Controls\DataGridView\Programming\CellFormatingPage.cs Controls\DataGridView\Programming\CellFormatingPage.designer.cs Controls\DataGridView\Programming\ProgramaticSortingPage.cs Controls\DataGridView\Programming\ProgramaticSortingPage.designer.cs Controls\DataGridView\Appearance\AlternatingStylePage.cs Controls\DataGridView\Appearance\AlternatingStylePage.designer.cs Controls\DataGridView\Appearance\CellStylePage.cs Controls\DataGridView\Appearance\CellStylePage.designer.cs Controls\DataGridView\Features\ColumnTypesPage.cs Controls\DataGridView\Features\ColumnTypesPage.designer.cs Controls\DataGridView\PopulatingData\BindingDataCollectionPage.cs Controls\DataGridView\PopulatingData\BindingDataCollectionPage.designer.cs Controls\DataGridView\PopulatingData\BindingDataSourcePage.cs Controls\DataGridView\PopulatingData\BindingDataSourcePage.designer.cs Controls\DataGridView\PopulatingData\InsertUpdateDeletePage.cs Controls\DataGridView\PopulatingData\InsertUpdateDeletePage.designer.cs Controls\Form\Features\MDIFormPage.cs Controls\Form\Features\MDIFormPage.designer.cs Controls\Form\Features\FormBorderStylesPage.cs Controls\Form\Features\FormBorderStylesPage.designer.cs Controls\Form\Features\FormStatePage.cs Controls\Form\Features\FormStatePage.designer.cs Controls\Form\Features\DialogReturnValuePage.cs Controls\Form\Features\DialogReturnValuePage.designer.cs Controls\Form\Features\WindowTypePage.cs Controls\Form\Features\WindowTypePage.designer.cs Controls\Form\Programming\CloseHandlingPage.cs Controls\Form\Programming\CloseHandlingPage.designer.cs Controls\Form\Programming\LoadHandlingPage.cs Controls\Form\Programming\LoadHandlingPage.designer.cs Controls\Form\Features\AcceptAndCancelButtonsPage.cs Controls\Form\Features\AcceptAndCancelButtonsPage.designer.cs Controls\Form\Programming\ActivateHandlingPage.cs Controls\Form\Programming\ActivateHandlingPage.designer.cs Controls\StatusBar\Appearance\DifferentAppearancePage.cs Controls\StatusBar\Appearance\DifferentAppearancePage.designer.cs Controls\StatusBar\Layouts\Docking.cs Controls\StatusBar\Layouts\Docking.designer.cs Controls\StatusBar\Features\ShowPageStatusPage.cs Controls\StatusBar\Features\ShowPageStatusPage.designer.cs Controls\TrackBar\Functionality\SettingValueAndRangePage.cs Controls\TrackBar\Functionality\SettingValueAndRangePage.designer.cs Controls\TrackBar\Functionality\OrientationPage.cs Controls\TrackBar\Functionality\OrientationPage.designer.cs Controls\TrackBar\Functionality\TickStylePage.cs Controls\TrackBar\Functionality\TickStylePage.designer.cs Controls\TrackBar\Functionality\BoundsPage.cs Controls\TrackBar\Functionality\BoundsPage.designer.cs Controls\TrackBar\Programming\ServerSideEventsPage.cs Controls\TrackBar\Programming\ServerSideEventsPage.designer.cs Controls\CommonDialogs\ColorDialog\Functionality\SettingColorPage.cs Controls\CommonDialogs\ColorDialog\Functionality\SettingColorPage.designer.cs Controls\CommonDialogs\ColorDialog\Functionality\CustomColorsPage.cs Controls\CommonDialogs\ColorDialog\Functionality\CustomColorsPage.designer.cs Controls\CommonDialogs\ColorDialog\Functionality\AllowFullOpenPage.cs Controls\CommonDialogs\ColorDialog\Functionality\AllowFullOpenPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\CheckFileExistsPage.cs Controls\CommonDialogs\OpenFileDialog\Features\CheckFileExistsPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\CheckPathExistsPage.cs Controls\CommonDialogs\OpenFileDialog\Features\CheckPathExistsPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\ShowReadOnlyPage.cs Controls\CommonDialogs\OpenFileDialog\Features\ShowReadOnlyPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\AddExtensionPage.cs Controls\CommonDialogs\OpenFileDialog\Features\AddExtensionPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\MultiSelectPage.cs Controls\CommonDialogs\OpenFileDialog\Features\MultiSelectPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\DefaultExtPage.cs Controls\CommonDialogs\OpenFileDialog\Features\DefaultExtPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\FilterPage.cs Controls\CommonDialogs\OpenFileDialog\Features\FilterPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\InitialDirectoryPage.cs Controls\CommonDialogs\OpenFileDialog\Features\InitialDirectoryPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\MaxFileSizePage.cs Controls\CommonDialogs\OpenFileDialog\Features\MaxFileSizePage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\TitlePage.cs Controls\CommonDialogs\OpenFileDialog\Features\TitlePage.designer.cs Controls\CommonDialogs\OpenFileDialog\Features\ValidateNamesPage.cs Controls\CommonDialogs\OpenFileDialog\Features\ValidateNamesPage.designer.cs Controls\CommonDialogs\OpenFileDialog\ApplicationScenarios\DisplayPicturePage.cs Controls\CommonDialogs\OpenFileDialog\ApplicationScenarios\DisplayPicturePage.designer.cs Controls\CommonDialogs\OpenFileDialog\Programming\ReadOnlyCheckedPage.cs Controls\CommonDialogs\OpenFileDialog\Programming\ReadOnlyCheckedPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Programming\FilePage.cs Controls\CommonDialogs\OpenFileDialog\Programming\FilePage.designer.cs Controls\CommonDialogs\OpenFileDialog\Programming\FilesPage.cs Controls\CommonDialogs\OpenFileDialog\Programming\FilesPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Programming\FileNamePage.cs Controls\CommonDialogs\OpenFileDialog\Programming\FileNamePage.designer.cs Controls\CommonDialogs\OpenFileDialog\Programming\FileNamesPage.cs Controls\CommonDialogs\OpenFileDialog\Programming\FileNamesPage.designer.cs Controls\CommonDialogs\OpenFileDialog\Programming\FileOkPage.cs Controls\CommonDialogs\OpenFileDialog\Programming\FileOkPage.designer.cs Controls\CommonDialogs\FontDialog\Features\ShowHelpPage.cs Controls\CommonDialogs\FontDialog\Features\ShowHelpPage.designer.cs Controls\DateTimePicker\Features\FormatPropertyPage.cs Controls\DateTimePicker\Features\FormatPropertyPage.designer.cs Controls\DateTimePicker\Features\CustomFormatPropertyPage.cs Controls\DateTimePicker\Features\CustomFormatPropertyPage.designer.cs Controls\DateTimePicker\Features\MaxDatePropertyPage.cs Controls\DateTimePicker\Features\MaxDatePropertyPage.designer.cs Controls\DateTimePicker\Features\MinDatePropertyPage.cs Controls\DateTimePicker\Features\MinDatePropertyPage.designer.cs Controls\DateTimePicker\Features\ShowCheckBoxPropertyPage.cs Controls\DateTimePicker\Features\ShowCheckBoxPropertyPage.designer.cs Controls\DateTimePicker\Features\LangaugesPage.cs Controls\DateTimePicker\Features\LangaugesPage.designer.cs Controls\DateTimePicker\Functionality\ValuePropertyPage.cs Controls\DateTimePicker\Functionality\ValuePropertyPage.designer.cs Controls\DateTimePicker\Functionality\CheckedPropertyPage.cs Controls\DateTimePicker\Functionality\CheckedPropertyPage.designer.cs Controls\DateTimePicker\Functionality\ShowUpDownPropertyPage.cs Controls\DateTimePicker\Functionality\ShowUpDownPropertyPage.designer.cs Controls\DateTimePicker\Appearance\BackColorPropertyPage.cs Controls\DateTimePicker\Appearance\BackColorPropertyPage.designer.cs Controls\DateTimePicker\Appearance\ForeColorPropertyPage.cs Controls\DateTimePicker\Appearance\ForeColorPropertyPage.designer.cs Controls\DateTimePicker\Appearance\CalendarFontProperty.cs Controls\DateTimePicker\Appearance\CalendarFontProperty.designer.cs Controls\DateTimePicker\Appearance\CalendarForeColorPropertyPage.cs Controls\DateTimePicker\Appearance\CalendarForeColorPropertyPage.designer.cs Controls\DateTimePicker\Programming\ValueChangedEventPage.cs Controls\DateTimePicker\Programming\ValueChangedEventPage.designer.cs Controls\DomainUpDown\Programming\AddItemsPage.cs Controls\DomainUpDown\Programming\AddItemsPage.designer.cs Controls\DomainUpDown\Programming\RemoveItemsPage.cs Controls\DomainUpDown\Programming\RemoveItemsPage.designer.cs Controls\NumericUpDown\Functionality\IncrementPropertyPage.cs Controls\NumericUpDown\Functionality\IncrementPropertyPage.designer.cs Controls\NumericUpDown\Functionality\DecimalPlacesPropertyPage.cs Controls\NumericUpDown\Functionality\DecimalPlacesPropertyPage.designer.cs Controls\NumericUpDown\Functionality\MaximumPropertyPage.cs Controls\NumericUpDown\Functionality\MaximumPropertyPage.designer.cs Controls\NumericUpDown\Functionality\MinimumPropertypage.cs Controls\NumericUpDown\Functionality\MinimumPropertypage.designer.cs Controls\NumericUpDown\Programming\NumericValuesPage.cs Controls\NumericUpDown\Programming\NumericValuesPage.designer.cs Controls\NumericUpDown\Programming\FormatPage.cs Controls\NumericUpDown\Programming\FormatPage.designer.cs Controls\MonthCalendar\ApplicationScenarios\OpenDatePageWikipediaPage.cs Controls\MonthCalendar\ApplicationScenarios\OpenDatePageWikipediaPage.designer.cs Controls\MonthCalendar\Programming\SettingValuePage.cs Controls\MonthCalendar\Programming\SettingValuePage.designer.cs Controls\PictureBox\Functionality\SizeModePropertyPage.cs Controls\PictureBox\Functionality\SizeModePropertyPage.designer.cs Controls\PictureBox\Functionality\LoadPicturePage.cs Controls\PictureBox\Functionality\LoadPicturePage.designer.cs Controls\ProgressBar\Features\SetValuePage.cs Controls\ProgressBar\Features\SetValuePage.designer.cs Controls\ProgressBar\Functionality\IncrementPage.cs Controls\ProgressBar\Functionality\IncrementPage.designer.cs Controls\ProgressBar\Functionality\PerformStepPage.cs Controls\ProgressBar\Functionality\PerformStepPage.designer.cs Controls\ProgressBar\Functionality\MaximumPropertyPage.cs Controls\ProgressBar\Functionality\MaximumPropertyPage.designer.cs Controls\ProgressBar\Functionality\MinimumPropertyPage.cs Controls\ProgressBar\Functionality\MinimumPropertyPage.designer.cs Controls\ProgressBar\ApplicationScenarios\ChangeValuePage.cs Controls\ProgressBar\ApplicationScenarios\ChangeValuePage.designer.cs Controls\PropertyGrid\Functionality\HidingPropertiesPage.cs Controls\PropertyGrid\Functionality\HidingPropertiesPage.designer.cs Controls\PropertyGrid\Functionality\PropertyDescriptionPage.cs Controls\PropertyGrid\Functionality\PropertyDescriptionPage.designer.cs Controls\PropertyGrid\Functionality\ReadOnlyPropertyPage.cs Controls\PropertyGrid\Functionality\ReadOnlyPropertyPage.designer.cs Controls\PropertyGrid\Functionality\CustomPropertyEditorPage.cs Controls\PropertyGrid\Functionality\CustomPropertyEditorPage.designer.cs Controls\PropertyGrid\ApplicationScenarios\ExampleApplicationPage.cs Controls\PropertyGrid\ApplicationScenarios\ExampleApplicationPage.designer.cs Controls\ObjectBox\Programming\ProvideParametersPage.cs Controls\ObjectBox\Programming\ProvideParametersPage.designer.cs Controls\ActiveXBox\Programming\ProvideParametersPage.cs Controls\ActiveXBox\Programming\ProvideParametersPage.designer.cs Controls\ActiveXBox\ApplicationScenario\ExampleApplicationPage.cs Controls\ActiveXBox\ApplicationScenario\ExampleApplicationPage.designer.cs Controls\FlashBox\Programming\ProvideParametersPage.cs Controls\FlashBox\Programming\ProvideParametersPage.designer.cs Controls\XamlBox\Programming\ProvideParametersPage.cs Controls\XamlBox\Programming\ProvideParametersPage.designer.cs Controls\AppletBox\ApplicationScenario\ExampleApplicationPage.cs Controls\AppletBox\ApplicationScenario\ExampleApplicationPage.designer.cs Controls\AppletBox\Programming\ProvideParametersPage.cs Controls\AppletBox\Programming\ProvideParametersPage.designer.cs Controls\AspPageBox\Functionality\EmbedASPNETPage.cs Controls\AspPageBox\Functionality\EmbedASPNETPage.designer.cs Controls\AspPageBox\Functionality\InteractWithASPNETPage.cs Controls\AspPageBox\Functionality\InteractWithASPNETPage.designer.cs Controls\AspPageBox\Functionality\AspPageForm.aspx.cs Controls\AspPageBox\Functionality\AspViewPage.aspx.cs Controls\AspPageBox\Functionality\AspViewPage.aspx.designer.cs Controls\RichTextBox\Functionality\AddingToFormPage.cs Controls\RichTextBox\Functionality\AddingToFormPage.designer.cs Controls\RichTextBox\Functionality\LoadingFormattedTextPage.cs Controls\RichTextBox\Functionality\LoadingFormattedTextPage.designer.cs Controls\RichTextBox\Functionality\HandlingEventsPage.cs Controls\RichTextBox\Functionality\HandlingEventsPage.designer.cs Controls\RichTextBox\Functionality\ControlPropertiesPage.cs Controls\RichTextBox\Functionality\ControlPropertiesPage.designer.cs Controls\RibbonBar\Appearance\AddingPagePage.cs Controls\RibbonBar\Appearance\AddingPagePage.designer.cs Controls\RibbonBar\Appearance\AddingGroupsPage.cs Controls\RibbonBar\Appearance\AddingGroupsPage.designer.cs Controls\RibbonBar\Appearance\AddingItemsPage.cs Controls\RibbonBar\Appearance\AddingItemsPage.designer.cs Controls\RibbonBar\ApplicationScenario\TextEditingApplicationPage.cs Controls\RibbonBar\ApplicationScenario\TextEditingApplicationPage.designer.cs Controls\MessageBox\Functionality\MessageBoxButtonsPage.cs Controls\MessageBox\Functionality\MessageBoxButtonsPage.designer.cs Controls\MessageBox\Functionality\MessageBoxIconPage.cs Controls\MessageBox\Functionality\MessageBoxIconPage.designer.cs Controls\MessageBox\Functionality\MessageBoxOptionsPage.cs Controls\MessageBox\Functionality\MessageBoxOptionsPage.designer.cs Controls\MessageBox\Functionality\MessageBoxDefaultButtonPage.cs Controls\MessageBox\Functionality\MessageBoxDefaultButtonPage.designer.cs Controls\MessageBox\Functionality\MessageBoxTextCaptionPage.cs Controls\MessageBox\Functionality\MessageBoxTextCaptionPage.designer.cs Controls\MessageBox\ApplicationScenario\MessageBoxBuilderPage.cs Controls\MessageBox\ApplicationScenario\MessageBoxBuilderPage.designer.cs Controls\FormBox\Features\StatelessPropertyPage.cs Controls\FormBox\Features\StatelessPropertyPage.designer.cs Controls\FormBox\Features\FormPropertyPage.cs Controls\FormBox\Features\FormPropertyPage.designer.cs Controls\FormBox\Programming\BindingToEventsPage.cs Controls\FormBox\Programming\BindingToEventsPage.designer.cs Controls\FormBox\Features\ArgumentsPropertyPage.cs Controls\FormBox\Features\ArgumentsPropertyPage.designer.cs Controls\FormBox\Features\ResultsPropertyPage.cs Controls\FormBox\Features\ResultsPropertyPage.designer.cs Controls\CommonDialogs\FontDialog\Features\ColorPage.cs Controls\CommonDialogs\FontDialog\Features\ColorPage.designer.cs Controls\CommonDialogs\FontDialog\Features\MaxSizePage.cs Controls\CommonDialogs\FontDialog\Features\MaxSizePage.designer.cs Controls\CommonDialogs\FontDialog\Features\MinSizePage.cs Controls\CommonDialogs\FontDialog\Features\MinSizePage.designer.cs Controls\CommonDialogs\FontDialog\Features\ShowEffectsPage.cs Controls\CommonDialogs\FontDialog\Features\ShowEffectsPage.designer.cs Controls\CommonDialogs\FontDialog\Functionality\FontPage.cs Controls\CommonDialogs\FontDialog\Functionality\FontPage.designer.cs Controls\DataGridView\Features\FileDownloadGateway.cs Controls\FormBox\Features\ArgumentsPropertyForm.cs Controls\FormBox\Features\ArgumentsPropertyForm.Designer.cs Controls\FormBox\Features\ArgumentsPropertyWebForm.aspx.cs Controls\FormBox\Features\ArgumentsPropertyWebForm.aspx.designer.cs Controls\FormBox\Features\FormPropertyForm2.cs Controls\FormBox\Features\FormPropertyForm2.Designer.cs Controls\FormBox\Features\FormPropertyForm1.cs Controls\FormBox\Features\FormPropertyForm1.Designer.cs Controls\FormBox\Features\FormPropertyWebForm.aspx.cs Controls\FormBox\Features\FormPropertyWebForm.aspx.designer.cs Controls\FormBox\Features\ResultsPropertyForm.cs Controls\FormBox\Features\ResultsPropertyForm.Designer.cs Controls\FormBox\Features\ResultsPropertyWebForm.aspx.cs Controls\FormBox\Features\ResultsPropertyWebForm.aspx.designer.cs Controls\FormBox\Features\StatelessPropertyFalseForm.cs Controls\FormBox\Features\StatelessPropertyFalseForm.Designer.cs Controls\FormBox\Features\StatelessPropertyTrueForm.cs Controls\FormBox\Features\StatelessPropertyTrueForm.Designer.cs Controls\FormBox\Features\StatelessPropertyWebForm.aspx.cs Controls\FormBox\Features\StatelessPropertyWebForm.aspx.designer.cs Controls\FormBox\Programming\BindingToEventsForm.cs Controls\FormBox\Programming\BindingToEventsForm.Designer.cs Controls\FormBox\Programming\BindingToEventsWebForm.aspx.cs Controls\FormBox\Programming\BindingToEventsWebForm.aspx.designer.cs Controls\FormBox\Programming\VwgAdapter.cs Controls\FormBox\Programming\VwgAdapterSkin.cs Controls\GroupBox\Features\BackgroundPage.cs Controls\GroupBox\Features\BackgroundPage.designer.cs Controls\GroupBox\Features\GroupBoxEnabled.cs Controls\GroupBox\Features\GroupBoxEnabled.designer.cs Controls\GroupBox\Features\RadioButtonsPage.cs Controls\GroupBox\Features\RadioButtonsPage.designer.cs Controls\ListView\Features\ChangeColumnOptionsPage.cs Controls\ListView\Features\ChangeColumnOptionsPage.designer.cs Controls\ListView\Features\ItemPanel.cs Controls\ListView\Features\ItemPanel.designer.cs Controls\ListView\Features\ListViewControlPanel.cs Controls\ListView\Features\ListViewControlPanel.designer.cs Controls\MainMenu\Features\MainMenuForm.cs Controls\MainMenu\Features\MainMenuForm.Designer.cs Controls\MaskedTextBox\Features\HidePromptOnLeavePage.cs Controls\MaskedTextBox\Features\HidePromptOnLeavePage.designer.cs Controls\MaskedTextBox\Features\MaskPage.cs Controls\MaskedTextBox\Features\MaskPage.designer.cs Controls\MaskedTextBox\Features\PromptCharacterPage.cs Controls\MaskedTextBox\Features\PromptCharacterPage.designer.cs Controls\MaskedTextBox\Features\TextMaskFormatPage.cs Controls\MaskedTextBox\Features\TextMaskFormatPage.designer.cs Controls\NavigationTabs\Appearance\TextWithImagePage.cs Controls\NavigationTabs\Appearance\TextWithImagePage.designer.cs Controls\PropertyGrid\ApplicationScenarios\OptionsDialog.cs Controls\PropertyGrid\ApplicationScenarios\OptionsDialog.Designer.cs Controls\PropertyGrid\Functionality\DemoObject.cs Controls\DataGridView\PopulatingData\UserForm.cs Controls\DataGridView\PopulatingData\UserForm.Designer.cs Controls\DataGridView\UserDS.Designer.cs Controls\Form\Features\AcceptAndCancelButtonsForm.cs Controls\Form\Features\AcceptAndCancelButtonsForm.Designer.cs Controls\Form\Features\BorderStyleForm.cs Controls\Form\Features\BorderStyleForm.Designer.cs Controls\Form\Features\DialogReturnValueForm.cs Controls\Form\Features\DialogReturnValueForm.Designer.cs Controls\Form\Features\MDIChildForm.cs Controls\Form\Features\MDIChildForm.Designer.cs Controls\Form\Features\MDIParentForm.cs Controls\Form\Features\MDIParentForm.Designer.cs Controls\Form\Features\WindowStateForm.cs Controls\Form\Features\WindowStateForm.Designer.cs Controls\Form\Features\WindowTypeForm.cs Controls\Form\Features\WindowTypeForm.Designer.cs Controls\Form\Programming\ActivatingForm.cs Controls\Form\Programming\ActivatingForm.Designer.cs Controls\Form\Programming\ClosedForm.cs Controls\Form\Programming\ClosedForm.Designer.cs Controls\Form\Programming\LoadEventForm.cs Controls\Form\Programming\LoadEventForm.Designer.cs Controls\PropertyGrid\Functionality\DemoObjectConverter.cs Controls\ScheduleBox\Appearance\ScheduleBoxViewPropertiesPage.cs Controls\ScheduleBox\Appearance\ScheduleBoxViewPropertiesPage.designer.cs Controls\ScheduleBox\Appearence.cs Controls\ScheduleBox\Appearence.Designer.cs Controls\ScheduleBox\EventForm.cs Controls\ScheduleBox\EventForm.Designer.cs Controls\ScheduleBox\Events.cs Controls\ScheduleBox\Functionality\AddingContextMenuForEventPage.cs Controls\ScheduleBox\Functionality\AddingContextMenuForEventPage.designer.cs Controls\ScheduleBox\Functionality\AddingScheduledEventsPage.cs Controls\ScheduleBox\Functionality\AddingScheduledEventsPage.designer.cs Controls\TabControl\Functionality\ScrollingPage.cs Controls\TabControl\Functionality\ScrollingPage.designer.cs Controls\Timer\Features\IntervalActionPage.cs Controls\Timer\Features\IntervalActionPage.designer.cs Controls\Util\Customer.cs Controls\Util\CustomerData.cs Controls\ComboBox\Features\ComboBoxForm.cs Controls\ComboBox\Features\ComboBoxForm.Designer.cs Controls\ComboBox\Features\FormComboBox.cs Controls\ComboBox\Features\TreeViewComboBox.cs Controls\ComboBox\Features\TreeViewComboBoxForm.cs Controls\ComboBox\Features\TreeViewComboBoxForm.Designer.cs NorthwindDataSet.Designer.cs Properties\AssemblyInfo.cs Properties\Settings.Designer.cs
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Controls\NavigationTabs\Appearance\TextWithImagePage.designer.cs(60,4): warning CS0618: 'Gizmox.WebGUI.Forms.NavigationTab.Label' is obsolete: 'Label property is obsolete use Text instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Controls\NavigationTabs\Appearance\TextWithImagePage.designer.cs(72,4): warning CS0618: 'Gizmox.WebGUI.Forms.NavigationTab.Label' is obsolete: 'Label property is obsolete use Text instead'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Controls\RichTextBox\Functionality\ControlPropertiesPage.cs(38,17): warning CS0618: 'Gizmox.WebGUI.Forms.RichTextBox.SelectionFont' is obsolete: 'This property is not supported for this control.'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Controls\CommonDialogs\OpenFileDialog\Features\AddExtensionPage.cs(26,54): warning CS0618: 'Gizmox.WebGUI.Forms.FileDialog.AddExtension' is obsolete: 'Not implemented.'
C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\Controls\CommonDialogs\OpenFileDialog\Features\AddExtensionPage.cs(32,13): warning CS0618: 'Gizmox.WebGUI.Forms.FileDialog.AddExtension' is obsolete: 'Not implemented.'
Compile complete -- 0 errors, 5 warnings
Gizmox.WebGUI.Forms.CompanionKitCS.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.CompanionKit\bin\Gizmox.WebGUI.Forms.CompanionKit.dll
------ Build started: Project: Gizmox.WebGUI.Forms.References.3.5, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The referenced project '..\..\..\Private\Core\Gizmox.WebGUI.VisualBasic.Compatibility\Gizmox.WebGUI.VisualBasic.Compatibility.3.5.csproj' does not exist.
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The referenced project '..\Gizmox.WebGUI.Forms.Extended.Design\Gizmox.WebGUI.Forms.Extended.Design.3.5.csproj' does not exist.
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;WG_NET35 /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Client\bin\Debug\Gizmox.WebGUI.Client.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.Design.Skins.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Common.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Charts.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Design\bin\Gizmox.WebGUI.Forms.Design.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms\bin\Debug\Gizmox.WebGUI.Forms.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Help\bin\Debug\Gizmox.WebGUI.Forms.Help.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Office.dll /reference:C:\WINDOWS\assembly\GAC_MSIL\Gizmox.WebGUI.Forms.Professional.Design\3.0.5701.0__fd7bc2dbb230d265\Gizmox.WebGUI.Forms.Professional.Design.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Forms.Professional.dll /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Themes\bin\Debug\Gizmox.WebGUI.Forms.Themes.dll" /reference:"C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Reporting\bin\Debug\Gizmox.WebGUI.Reporting.dll" /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Server.dll /reference:..\Gizmox.WebGUI.Assemblies\bin\3.5\Gizmox.WebGUI.Server.Silverlight.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\Gizmox.WebGUI.References.dll /target:library ..\ProductInfo.cs Properties\AssemblyInfo.cs
Compile complete -- 0 errors, 0 warnings
Gizmox.WebGUI.Forms.References.3.5 -> C:\Program Files\Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.References\bin\3.5\Gizmox.WebGUI.References.dll
Done building project "Gizmox.WebGUI.Forms.References.3.5.csproj".
========== Build: 12 succeeded or up-to-date, 0 failed, 0 skipped ==========
Thanks,
Best regards