Merge pull request #17 from telerik/dkrastev/sdk-RadGridViewDynamicSummary
Add more example from Old Code Library
|
@ -0,0 +1,2 @@
|
|||
PROJECT DESCRIPTION
|
||||
This project demonstrates the ease of which you can create and use a custom element inside the new list control. This project takes advantage of the new virtualization mechanism, which (shared with RadGridView) provides exceptional data binding and visual performance. In this project I've just created a new Visual item with a text property and two images.
|
|
@ -0,0 +1,9 @@
|
|||
PROJECT DESCRIPTION
|
||||
I put together this little function for something that wasn't required in the end but thought it could be quite useful sometimes.
|
||||
|
||||
This code returns a collection of RadMenuItemBase objects from a given control that contains RadMenuItemBase objects
|
||||
|
||||
For example: Use it to get back a collection of all RadMenuItemBase objects in RadMenu, RadApplicationMenu, RadSplitButton
|
||||
|
||||
The code can easily be adapted too to get back a flattened collection of items from other types,
|
||||
For example: Adapt it and use it to get back a collection of RadtreeNode objects in a RadTreeView
|
252
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsCS/Form1.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,252 @@
|
|||
namespace ListOfRadMenuItems
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode11 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode12 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode13 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode14 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode15 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode16 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode17 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode18 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode19 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
Telerik.WinControls.UI.RadTreeNode radTreeNode20 = new Telerik.WinControls.UI.RadTreeNode();
|
||||
this.radMenu1 = new Telerik.WinControls.UI.RadMenu();
|
||||
this.radMenuItem1 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem2 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem4 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem5 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem3 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem7 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem6 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem8 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radMenuItem9 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
this.radTreeView1 = new Telerik.WinControls.UI.RadTreeView();
|
||||
this.radMenuItem10 = new Telerik.WinControls.UI.RadMenuItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTreeView1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// radMenu1
|
||||
//
|
||||
this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.radMenuItem1,
|
||||
this.radMenuItem6});
|
||||
this.radMenu1.Location = new System.Drawing.Point(0, 0);
|
||||
this.radMenu1.Name = "radMenu1";
|
||||
this.radMenu1.Size = new System.Drawing.Size(317, 20);
|
||||
this.radMenu1.TabIndex = 0;
|
||||
this.radMenu1.Text = "radMenu1";
|
||||
//
|
||||
// radMenuItem1
|
||||
//
|
||||
this.radMenuItem1.AccessibleDescription = "12312";
|
||||
this.radMenuItem1.AccessibleName = "12312";
|
||||
this.radMenuItem1.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.radMenuItem2,
|
||||
this.radMenuItem3,
|
||||
this.radMenuItem10});
|
||||
this.radMenuItem1.Name = "radMenuItem1";
|
||||
this.radMenuItem1.Text = "12312";
|
||||
this.radMenuItem1.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem2
|
||||
//
|
||||
this.radMenuItem2.AccessibleDescription = "radMenuItem2";
|
||||
this.radMenuItem2.AccessibleName = "radMenuItem2";
|
||||
this.radMenuItem2.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.radMenuItem4});
|
||||
this.radMenuItem2.Name = "radMenuItem2";
|
||||
this.radMenuItem2.Text = "radMenuItem2";
|
||||
this.radMenuItem2.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem4
|
||||
//
|
||||
this.radMenuItem4.AccessibleDescription = "radMenuItem4";
|
||||
this.radMenuItem4.AccessibleName = "radMenuItem4";
|
||||
this.radMenuItem4.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.radMenuItem5});
|
||||
this.radMenuItem4.Name = "radMenuItem4";
|
||||
this.radMenuItem4.Text = "radMenuItem4";
|
||||
this.radMenuItem4.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem5
|
||||
//
|
||||
this.radMenuItem5.AccessibleDescription = "radMenuItem5";
|
||||
this.radMenuItem5.AccessibleName = "radMenuItem5";
|
||||
this.radMenuItem5.Name = "radMenuItem5";
|
||||
this.radMenuItem5.Text = "radMenuItem5";
|
||||
this.radMenuItem5.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem3
|
||||
//
|
||||
this.radMenuItem3.AccessibleDescription = "radMenuItem3";
|
||||
this.radMenuItem3.AccessibleName = "radMenuItem3";
|
||||
this.radMenuItem3.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.radMenuItem7});
|
||||
this.radMenuItem3.Name = "radMenuItem3";
|
||||
this.radMenuItem3.Text = "radMenuItem3";
|
||||
this.radMenuItem3.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem7
|
||||
//
|
||||
this.radMenuItem7.AccessibleDescription = "radMenuItem7";
|
||||
this.radMenuItem7.AccessibleName = "radMenuItem7";
|
||||
this.radMenuItem7.Name = "radMenuItem7";
|
||||
this.radMenuItem7.Text = "radMenuItem7";
|
||||
this.radMenuItem7.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem6
|
||||
//
|
||||
this.radMenuItem6.AccessibleDescription = "123123";
|
||||
this.radMenuItem6.AccessibleName = "123123";
|
||||
this.radMenuItem6.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.radMenuItem8,
|
||||
this.radMenuItem9});
|
||||
this.radMenuItem6.Name = "radMenuItem6";
|
||||
this.radMenuItem6.Text = "123123";
|
||||
this.radMenuItem6.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem8
|
||||
//
|
||||
this.radMenuItem8.AccessibleDescription = "radMenuItem8";
|
||||
this.radMenuItem8.AccessibleName = "radMenuItem8";
|
||||
this.radMenuItem8.Name = "radMenuItem8";
|
||||
this.radMenuItem8.Text = "radMenuItem8";
|
||||
this.radMenuItem8.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radMenuItem9
|
||||
//
|
||||
this.radMenuItem9.AccessibleDescription = "radMenuItem9";
|
||||
this.radMenuItem9.AccessibleName = "radMenuItem9";
|
||||
this.radMenuItem9.Name = "radMenuItem9";
|
||||
this.radMenuItem9.Text = "radMenuItem9";
|
||||
this.radMenuItem9.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// radTreeView1
|
||||
//
|
||||
this.radTreeView1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.radTreeView1.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.radTreeView1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||
this.radTreeView1.ForeColor = System.Drawing.Color.Black;
|
||||
this.radTreeView1.Location = new System.Drawing.Point(46, 44);
|
||||
this.radTreeView1.Name = "radTreeView1";
|
||||
radTreeNode11.Expanded = true;
|
||||
radTreeNode11.Name = "Node1";
|
||||
radTreeNode12.Name = "Node2";
|
||||
radTreeNode12.Text = "Node2";
|
||||
radTreeNode11.Nodes.AddRange(new Telerik.WinControls.UI.RadTreeNode[] {
|
||||
radTreeNode12});
|
||||
radTreeNode11.Text = "Node1";
|
||||
radTreeNode13.Expanded = true;
|
||||
radTreeNode13.Name = "Node3";
|
||||
radTreeNode14.Name = "Node4";
|
||||
radTreeNode14.Text = "Node4";
|
||||
radTreeNode13.Nodes.AddRange(new Telerik.WinControls.UI.RadTreeNode[] {
|
||||
radTreeNode14});
|
||||
radTreeNode13.Text = "Node3";
|
||||
radTreeNode15.Expanded = true;
|
||||
radTreeNode15.Name = "Node5";
|
||||
radTreeNode16.Name = "Node6";
|
||||
radTreeNode16.Text = "Node6";
|
||||
radTreeNode15.Nodes.AddRange(new Telerik.WinControls.UI.RadTreeNode[] {
|
||||
radTreeNode16});
|
||||
radTreeNode15.Text = "Node5";
|
||||
radTreeNode17.Expanded = true;
|
||||
radTreeNode17.Name = "Node7";
|
||||
radTreeNode18.Name = "Node8";
|
||||
radTreeNode18.Text = "Node8";
|
||||
radTreeNode17.Nodes.AddRange(new Telerik.WinControls.UI.RadTreeNode[] {
|
||||
radTreeNode18});
|
||||
radTreeNode17.Text = "Node7";
|
||||
radTreeNode19.Expanded = true;
|
||||
radTreeNode19.Name = "Node9";
|
||||
radTreeNode20.Name = "Node10";
|
||||
radTreeNode20.Text = "Node10";
|
||||
radTreeNode19.Nodes.AddRange(new Telerik.WinControls.UI.RadTreeNode[] {
|
||||
radTreeNode20});
|
||||
radTreeNode19.Text = "Node9";
|
||||
this.radTreeView1.Nodes.AddRange(new Telerik.WinControls.UI.RadTreeNode[] {
|
||||
radTreeNode11,
|
||||
radTreeNode13,
|
||||
radTreeNode15,
|
||||
radTreeNode17,
|
||||
radTreeNode19});
|
||||
this.radTreeView1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radTreeView1.RootElement.ForeColor = System.Drawing.Color.Black;
|
||||
this.radTreeView1.Size = new System.Drawing.Size(209, 364);
|
||||
this.radTreeView1.SpacingBetweenNodes = -1;
|
||||
this.radTreeView1.TabIndex = 1;
|
||||
this.radTreeView1.Text = "radTreeView1";
|
||||
//
|
||||
// radMenuItem10
|
||||
//
|
||||
this.radMenuItem10.AccessibleDescription = "radMenuItem10";
|
||||
this.radMenuItem10.AccessibleName = "radMenuItem10";
|
||||
this.radMenuItem10.Name = "radMenuItem10";
|
||||
this.radMenuItem10.Text = "radMenuItem10";
|
||||
this.radMenuItem10.Visibility = Telerik.WinControls.ElementVisibility.Visible;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(317, 493);
|
||||
this.Controls.Add(this.radTreeView1);
|
||||
this.Controls.Add(this.radMenu1);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTreeView1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadMenu radMenu1;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem1;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem2;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem4;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem5;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem3;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem7;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem6;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem8;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem9;
|
||||
private Telerik.WinControls.UI.RadTreeView radTreeView1;
|
||||
private Telerik.WinControls.UI.RadMenuItem radMenuItem10;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using Telerik.WinControls.UI;
|
||||
|
||||
namespace ListOfRadMenuItems
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Debug.Assert(GetRadMenuItems(radMenu1.Items).Count == 10);
|
||||
Debug.Assert(GetRadTreeNodes(radTreeView1.Nodes).Count == 10);
|
||||
}
|
||||
|
||||
public static ReadOnlyCollection<RadMenuItemBase> GetRadMenuItems(Telerik.WinControls.RadItemCollection items)
|
||||
{
|
||||
List<RadMenuItemBase> returnItems = new List<RadMenuItemBase>();
|
||||
foreach (RadMenuItemBase item in items)
|
||||
{
|
||||
returnItems.Add(item);
|
||||
ReadOnlyCollection<RadMenuItemBase> subItems = GetRadMenuItems(item.Items);
|
||||
returnItems.AddRange(subItems);
|
||||
}
|
||||
ReadOnlyCollection<RadMenuItemBase> readOnlyItems = new ReadOnlyCollection<RadMenuItemBase>(returnItems);
|
||||
return readOnlyItems;
|
||||
}
|
||||
|
||||
public static ReadOnlyCollection<RadTreeNode> GetRadTreeNodes(Telerik.WinControls.UI.RadTreeNodeCollection nodes)
|
||||
{
|
||||
List<RadTreeNode> returnNodes = new List<RadTreeNode>();
|
||||
foreach (RadTreeNode node in nodes)
|
||||
{
|
||||
returnNodes.Add(node);
|
||||
ReadOnlyCollection<RadTreeNode> subNodes = GetRadTreeNodes(node.Nodes);
|
||||
returnNodes.AddRange(subNodes);
|
||||
}
|
||||
ReadOnlyCollection<RadTreeNode> readOnlyNodes = new ReadOnlyCollection<RadTreeNode>(returnNodes);
|
||||
return readOnlyNodes;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
|
@ -0,0 +1,364 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{F399B1F8-BA5B-499A-9C17-DA222653E639}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ListOfRadMenuItems</RootNamespace>
|
||||
<AssemblyName>ListOfRadMenuItems</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MediaFoundation, Version=3.1.0.32450, Culture=neutral, PublicKeyToken=36fa660e1d6ebf8d, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.MSXML.dll</HintPath>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Toolkit.Uwp.Notifications, Version=7.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.Toolkit.Uwp.Notifications.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RadControlSpy, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\RadControlSpy.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Telerik.Documents.SpreadsheetStreaming, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Documents.SpreadsheetStreaming.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.ChartView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.ChartView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.GridView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.GridView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PdfViewer, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PdfViewer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PivotGrid, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PivotGrid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadChart, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadChart.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDiagram, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDiagram.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDock, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDock.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMap, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMap.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMarkupEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMarkupEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadSpreadsheet, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadSpreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadWebCam, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadWebCam.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RichTextEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RichTextEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Scheduler, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Scheduler.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SpellChecker, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SpellChecker.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SyntaxEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SyntaxEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Aqua, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Aqua.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Breeze, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Breeze.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Crystal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Crystal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.CrystalDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.CrystalDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Desert, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Desert.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Fluent, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Fluent.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.FluentDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.FluentDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.HighContrastBlack, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.HighContrastBlack.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Material, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Material.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialBlueGrey, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialBlueGrey.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialPink, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialPink.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialTeal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialTeal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Blue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Blue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2019, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2019.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetro, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroBlue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroBlue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroTouch, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroTouch.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2022, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2022.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows11, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows11.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows7, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows7.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows8, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows8.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.CMapUtils, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.CMapUtils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Core, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.DrawingML, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.DrawingML.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Fixed, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Fixed.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Doc, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.MediaFoundation, Version=2024.2.510.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Zip, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Zip.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikCommon, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikCommon.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikData, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikData.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikExport, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikExport.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="VisualStyleBuilder.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\VisualStyleBuilder.Design.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>Windows Installer 3.1</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.10.34916.146
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListOfRadMenuItemsCS", "ListOfRadMenuItemsCS.csproj", "{F399B1F8-BA5B-499A-9C17-DA222653E639}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F399B1F8-BA5B-499A-9C17-DA222653E639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F399B1F8-BA5B-499A-9C17-DA222653E639}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F399B1F8-BA5B-499A-9C17-DA222653E639}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F399B1F8-BA5B-499A-9C17-DA222653E639}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {FB9BC422-563F-4A7D-8FFC-E6C985631591}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,21 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ListOfRadMenuItems
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("ListOfRadMenuItems")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("ListOfRadMenuItems")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("688b9849-6e79-4f7b-9613-c6c75fe2a716")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
63
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsCS/Properties/Resources.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,63 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ListOfRadMenuItems.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ListOfRadMenuItems.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,117 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
26
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsCS/Properties/Settings.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,26 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ListOfRadMenuItems.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="UI.for.WinForms.AllControls.Net48" version="2024.2.514" targetFramework="net48" />
|
||||
</packages>
|
220
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsVB/Form1.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,220 @@
|
|||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form1
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Required by the Windows Form Designer
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'NOTE: The following procedure is required by the Windows Form Designer
|
||||
'It can be modified using the Windows Form Designer.
|
||||
'Do not modify it using the code editor.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim RadTreeNode11 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode12 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode13 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode14 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode15 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode16 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode17 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode18 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode19 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Dim RadTreeNode20 As Telerik.WinControls.UI.RadTreeNode = New Telerik.WinControls.UI.RadTreeNode
|
||||
Me.RadMenu1 = New Telerik.WinControls.UI.RadMenu
|
||||
Me.RadMenuItem1 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem2 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem3 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem4 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem5 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem6 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem7 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem8 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadMenuItem9 = New Telerik.WinControls.UI.RadMenuItem
|
||||
Me.RadTreeView1 = New Telerik.WinControls.UI.RadTreeView
|
||||
Me.RadMenuItem10 = New Telerik.WinControls.UI.RadMenuItem
|
||||
CType(Me.RadMenu1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RadTreeView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'RadMenu1
|
||||
'
|
||||
Me.RadMenu1.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem1, Me.RadMenuItem2})
|
||||
Me.RadMenu1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.RadMenu1.Name = "RadMenu1"
|
||||
Me.RadMenu1.Size = New System.Drawing.Size(686, 20)
|
||||
Me.RadMenu1.TabIndex = 0
|
||||
Me.RadMenu1.Text = "RadMenu1"
|
||||
'
|
||||
'RadMenuItem1
|
||||
'
|
||||
Me.RadMenuItem1.AccessibleDescription = "12312312"
|
||||
Me.RadMenuItem1.AccessibleName = "12312312"
|
||||
Me.RadMenuItem1.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem5, Me.RadMenuItem6, Me.RadMenuItem10})
|
||||
Me.RadMenuItem1.Name = "RadMenuItem1"
|
||||
Me.RadMenuItem1.Text = "12312312"
|
||||
Me.RadMenuItem1.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem2
|
||||
'
|
||||
Me.RadMenuItem2.AccessibleDescription = "123123"
|
||||
Me.RadMenuItem2.AccessibleName = "123123"
|
||||
Me.RadMenuItem2.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem3, Me.RadMenuItem4})
|
||||
Me.RadMenuItem2.Name = "RadMenuItem2"
|
||||
Me.RadMenuItem2.Text = "123123"
|
||||
Me.RadMenuItem2.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem3
|
||||
'
|
||||
Me.RadMenuItem3.AccessibleDescription = "RadMenuItem3"
|
||||
Me.RadMenuItem3.AccessibleName = "RadMenuItem3"
|
||||
Me.RadMenuItem3.Name = "RadMenuItem3"
|
||||
Me.RadMenuItem3.Text = "RadMenuItem3"
|
||||
Me.RadMenuItem3.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem4
|
||||
'
|
||||
Me.RadMenuItem4.AccessibleDescription = "RadMenuItem4"
|
||||
Me.RadMenuItem4.AccessibleName = "RadMenuItem4"
|
||||
Me.RadMenuItem4.Name = "RadMenuItem4"
|
||||
Me.RadMenuItem4.Text = "RadMenuItem4"
|
||||
Me.RadMenuItem4.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem5
|
||||
'
|
||||
Me.RadMenuItem5.AccessibleDescription = "RadMenuItem5"
|
||||
Me.RadMenuItem5.AccessibleName = "RadMenuItem5"
|
||||
Me.RadMenuItem5.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem8})
|
||||
Me.RadMenuItem5.Name = "RadMenuItem5"
|
||||
Me.RadMenuItem5.Text = "RadMenuItem5"
|
||||
Me.RadMenuItem5.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem6
|
||||
'
|
||||
Me.RadMenuItem6.AccessibleDescription = "RadMenuItem6"
|
||||
Me.RadMenuItem6.AccessibleName = "RadMenuItem6"
|
||||
Me.RadMenuItem6.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem7})
|
||||
Me.RadMenuItem6.Name = "RadMenuItem6"
|
||||
Me.RadMenuItem6.Text = "RadMenuItem6"
|
||||
Me.RadMenuItem6.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem7
|
||||
'
|
||||
Me.RadMenuItem7.AccessibleDescription = "RadMenuItem7"
|
||||
Me.RadMenuItem7.AccessibleName = "RadMenuItem7"
|
||||
Me.RadMenuItem7.Name = "RadMenuItem7"
|
||||
Me.RadMenuItem7.Text = "RadMenuItem7"
|
||||
Me.RadMenuItem7.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem8
|
||||
'
|
||||
Me.RadMenuItem8.AccessibleDescription = "RadMenuItem8"
|
||||
Me.RadMenuItem8.AccessibleName = "RadMenuItem8"
|
||||
Me.RadMenuItem8.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadMenuItem9})
|
||||
Me.RadMenuItem8.Name = "RadMenuItem8"
|
||||
Me.RadMenuItem8.Text = "RadMenuItem8"
|
||||
Me.RadMenuItem8.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadMenuItem9
|
||||
'
|
||||
Me.RadMenuItem9.AccessibleDescription = "RadMenuItem9"
|
||||
Me.RadMenuItem9.AccessibleName = "RadMenuItem9"
|
||||
Me.RadMenuItem9.Name = "RadMenuItem9"
|
||||
Me.RadMenuItem9.Text = "RadMenuItem9"
|
||||
Me.RadMenuItem9.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'RadTreeView1
|
||||
'
|
||||
Me.RadTreeView1.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.RadTreeView1.Cursor = System.Windows.Forms.Cursors.Default
|
||||
Me.RadTreeView1.Font = New System.Drawing.Font("Segoe UI", 8.25!)
|
||||
Me.RadTreeView1.ForeColor = System.Drawing.Color.Black
|
||||
Me.RadTreeView1.Location = New System.Drawing.Point(70, 100)
|
||||
Me.RadTreeView1.Name = "RadTreeView1"
|
||||
RadTreeNode11.Name = "Node1"
|
||||
RadTreeNode11.Text = "Node1"
|
||||
RadTreeNode12.Expanded = True
|
||||
RadTreeNode12.Name = "Node2"
|
||||
RadTreeNode13.Name = "Node3"
|
||||
RadTreeNode13.Text = "Node3"
|
||||
RadTreeNode12.Nodes.AddRange(New Telerik.WinControls.UI.RadTreeNode() {RadTreeNode13})
|
||||
RadTreeNode12.Text = "Node2"
|
||||
RadTreeNode14.Expanded = True
|
||||
RadTreeNode14.Name = "Node4"
|
||||
RadTreeNode15.Name = "Node5"
|
||||
RadTreeNode15.Text = "Node5"
|
||||
RadTreeNode14.Nodes.AddRange(New Telerik.WinControls.UI.RadTreeNode() {RadTreeNode15})
|
||||
RadTreeNode14.Text = "Node4"
|
||||
RadTreeNode16.Expanded = True
|
||||
RadTreeNode16.Name = "Node6"
|
||||
RadTreeNode17.Name = "Node7"
|
||||
RadTreeNode17.Text = "Node7"
|
||||
RadTreeNode16.Nodes.AddRange(New Telerik.WinControls.UI.RadTreeNode() {RadTreeNode17})
|
||||
RadTreeNode16.Text = "Node6"
|
||||
RadTreeNode18.Expanded = True
|
||||
RadTreeNode18.Name = "Node8"
|
||||
RadTreeNode19.Name = "Node9"
|
||||
RadTreeNode19.Text = "Node9"
|
||||
RadTreeNode18.Nodes.AddRange(New Telerik.WinControls.UI.RadTreeNode() {RadTreeNode19})
|
||||
RadTreeNode18.Text = "Node8"
|
||||
RadTreeNode20.Name = "Node10"
|
||||
RadTreeNode20.Text = "Node10"
|
||||
Me.RadTreeView1.Nodes.AddRange(New Telerik.WinControls.UI.RadTreeNode() {RadTreeNode11, RadTreeNode12, RadTreeNode14, RadTreeNode16, RadTreeNode18, RadTreeNode20})
|
||||
Me.RadTreeView1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.RadTreeView1.RootElement.ForeColor = System.Drawing.Color.Black
|
||||
Me.RadTreeView1.Size = New System.Drawing.Size(342, 400)
|
||||
Me.RadTreeView1.SpacingBetweenNodes = -1
|
||||
Me.RadTreeView1.TabIndex = 1
|
||||
Me.RadTreeView1.Text = "RadTreeView1"
|
||||
'
|
||||
'RadMenuItem10
|
||||
'
|
||||
Me.RadMenuItem10.AccessibleDescription = "RadMenuItem10"
|
||||
Me.RadMenuItem10.AccessibleName = "RadMenuItem10"
|
||||
Me.RadMenuItem10.Name = "RadMenuItem10"
|
||||
Me.RadMenuItem10.Text = "RadMenuItem10"
|
||||
Me.RadMenuItem10.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
'Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(686, 555)
|
||||
Me.Controls.Add(Me.RadTreeView1)
|
||||
Me.Controls.Add(Me.RadMenu1)
|
||||
Me.Name = "Form1"
|
||||
Me.Text = "Form1"
|
||||
CType(Me.RadMenu1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RadTreeView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents RadMenu1 As Telerik.WinControls.UI.RadMenu
|
||||
Friend WithEvents RadMenuItem1 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem2 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem3 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem4 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem5 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem8 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem9 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem6 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadMenuItem7 As Telerik.WinControls.UI.RadMenuItem
|
||||
Friend WithEvents RadTreeView1 As Telerik.WinControls.UI.RadTreeView
|
||||
Friend WithEvents RadMenuItem10 As Telerik.WinControls.UI.RadMenuItem
|
||||
|
||||
End Class
|
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
|
@ -0,0 +1,36 @@
|
|||
Imports Telerik.WinControls.UI
|
||||
Imports System.Collections.ObjectModel
|
||||
|
||||
Public Class Form1
|
||||
|
||||
Public Sub New()
|
||||
InitializeComponent()
|
||||
|
||||
Debug.Assert(GetRadTreeNodes(RadTreeView1.Nodes).Count = 10)
|
||||
Debug.Assert(GetRadMenuItems(RadMenu1.Items).Count = 10)
|
||||
|
||||
End Sub
|
||||
|
||||
Public Shared Function GetRadTreeNodes(ByVal nodes As Telerik.WinControls.UI.RadTreeNodeCollection) As ReadOnlyCollection(Of RadTreeNode)
|
||||
Dim returnNodes As New List(Of RadTreeNode)()
|
||||
For Each node As RadTreeNode In nodes
|
||||
returnNodes.Add(node)
|
||||
Dim subNodes As ReadOnlyCollection(Of RadTreeNode) = GetRadTreeNodes(node.Nodes)
|
||||
returnNodes.AddRange(subNodes)
|
||||
Next
|
||||
Dim readOnlyNodes As New ReadOnlyCollection(Of RadTreeNode)(returnNodes)
|
||||
Return readOnlyNodes
|
||||
End Function
|
||||
|
||||
Public Shared Function GetRadMenuItems(ByVal items As Telerik.WinControls.RadItemCollection) As ReadOnlyCollection(Of RadMenuItemBase)
|
||||
Dim returnItems As New List(Of RadMenuItemBase)()
|
||||
For Each item As RadMenuItemBase In items
|
||||
returnItems.Add(item)
|
||||
Dim subItems As ReadOnlyCollection(Of RadMenuItemBase) = GetRadMenuItems(item.Items)
|
||||
returnItems.AddRange(subItems)
|
||||
Next
|
||||
Dim readOnlyItems As New ReadOnlyCollection(Of RadMenuItemBase)(returnItems)
|
||||
Return readOnlyItems
|
||||
End Function
|
||||
|
||||
End Class
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.10.34916.146
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ListOfRadMenuItemsVB", "ListOfRadMenuItemsVB.vbproj", "{7B18F549-A734-4DA9-81F1-1C95E68F82CA}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{7B18F549-A734-4DA9-81F1-1C95E68F82CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7B18F549-A734-4DA9-81F1-1C95E68F82CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7B18F549-A734-4DA9-81F1-1C95E68F82CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7B18F549-A734-4DA9-81F1-1C95E68F82CA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {B60B70F9-E13A-4B65-9813-E70B8E20ACFE}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,351 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{7B18F549-A734-4DA9-81F1-1C95E68F82CA}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>ListOfRadMenuItemsVB.My.MyApplication</StartupObject>
|
||||
<RootNamespace>ListOfRadMenuItemsVB</RootNamespace>
|
||||
<AssemblyName>ListOfRadMenuItemsVB</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>ListOfRadMenuItemsVB.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>ListOfRadMenuItemsVB.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MediaFoundation, Version=3.1.0.32450, Culture=neutral, PublicKeyToken=36fa660e1d6ebf8d, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.MSXML.dll</HintPath>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Toolkit.Uwp.Notifications, Version=7.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.Toolkit.Uwp.Notifications.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RadControlSpy, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\RadControlSpy.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Documents.SpreadsheetStreaming, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Documents.SpreadsheetStreaming.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.ChartView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.ChartView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.GridView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.GridView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PdfViewer, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PdfViewer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PivotGrid, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PivotGrid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadChart, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadChart.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDiagram, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDiagram.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDock, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDock.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMap, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMap.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMarkupEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMarkupEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadSpreadsheet, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadSpreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadWebCam, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadWebCam.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RichTextEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RichTextEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Scheduler, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Scheduler.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SpellChecker, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SpellChecker.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SyntaxEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SyntaxEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Aqua, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Aqua.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Breeze, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Breeze.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Crystal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Crystal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.CrystalDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.CrystalDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Desert, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Desert.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Fluent, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Fluent.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.FluentDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.FluentDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.HighContrastBlack, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.HighContrastBlack.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Material, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Material.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialBlueGrey, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialBlueGrey.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialPink, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialPink.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialTeal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialTeal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Blue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Blue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2019, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2019.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetro, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroBlue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroBlue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroTouch, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroTouch.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2022, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2022.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows11, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows11.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows7, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows7.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows8, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows8.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.CMapUtils, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.CMapUtils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Core, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.DrawingML, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.DrawingML.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Fixed, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Fixed.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Doc, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.MediaFoundation, Version=2024.2.510.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Zip, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Zip.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikCommon, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikCommon.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikData, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikData.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikExport, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikExport.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="VisualStyleBuilder.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\VisualStyleBuilder.Design.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
44
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsVB/My Project/Application.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,44 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||
' or if you encounter build errors in this file, go to the Project Designer
|
||||
' (go to Project Properties or double-click the My Project node in
|
||||
' Solution Explorer), and make changes on the Application tab.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Public Sub New()
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = false
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.ListOfRadMenuItemsVB.Form1
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
|
||||
Me.MinimumSplashScreenDisplayTime = 0
|
||||
Return MyBase.OnInitialize(commandLineArgs)
|
||||
End Function
|
||||
End Class
|
||||
End Namespace
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>true</MySubMain>
|
||||
<MainForm>Form1</MainForm>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>0</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
|
@ -0,0 +1,35 @@
|
|||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' General Information about an assembly is controlled through the following
|
||||
' set of attributes. Change these attribute values to modify the information
|
||||
' associated with an assembly.
|
||||
|
||||
' Review the values of the assembly attributes
|
||||
|
||||
<Assembly: AssemblyTitle("ListOfRadMenuItemsVB")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("Microsoft")>
|
||||
<Assembly: AssemblyProduct("ListOfRadMenuItemsVB")>
|
||||
<Assembly: AssemblyCopyright("Copyright © Microsoft 2011")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
<Assembly: Guid("2c24395e-bd40-4465-bff8-ec4156f73875")>
|
||||
|
||||
' Version information for an assembly consists of the following four values:
|
||||
'
|
||||
' Major Version
|
||||
' Minor Version
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
' You can specify all the values or you can default the Build and Revision Numbers
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
63
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsVB/My Project/Resources.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,63 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
'class via a tool like ResGen or Visual Studio.
|
||||
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
'with the /str option, or rebuild your VS project.
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Returns the cached ResourceManager instance used by this class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ListOfRadMenuItemsVB.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Overrides the current thread's CurrentUICulture property for all
|
||||
''' resource lookups using this strongly typed resource class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
|
@ -0,0 +1,117 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
73
Menu/FlattenedListOfRadMenuItems/ListOfRadMenuItemsVB/My Project/Settings.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,73 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "My.Settings Auto-Save Functionality"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.ListOfRadMenuItemsVB.My.MySettings
|
||||
Get
|
||||
Return Global.ListOfRadMenuItemsVB.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- This section defines the logging configuration for My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Uncomment the below section to write to the Application Event Log -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information"/>
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="UI.for.WinForms.AllControls.Net48" version="2024.2.514" targetFramework="net48" />
|
||||
</packages>
|
|
@ -0,0 +1,260 @@
|
|||
using System;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Imaging;
|
||||
using System.Windows.Forms;
|
||||
using Telerik.WinControls;
|
||||
using Telerik.WinControls.Layouts;
|
||||
using Telerik.WinControls.Primitives;
|
||||
using Telerik.WinControls.UI;
|
||||
|
||||
namespace AppPortfolio
|
||||
{
|
||||
public class AppDetailsPanel : RadControl
|
||||
{
|
||||
private AppDetailsPanelElement panelElement = null;
|
||||
|
||||
static AppDetailsPanel()
|
||||
{
|
||||
ThemeResolutionService.LoadPackageResource("AppPortfolio.Resources.AppPortfolioTheme.tssp");
|
||||
}
|
||||
|
||||
public AppDetailsPanel()
|
||||
{
|
||||
this.Size = new Size(950, 450);
|
||||
this.Location = new Point(0, 50);
|
||||
this.ThemeName = "AppPortfolioTheme";
|
||||
this.KeyDown += new KeyEventHandler(AppDetailsPanel_KeyDown);
|
||||
}
|
||||
|
||||
private void AppDetailsPanel_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.KeyCode == Keys.F5)
|
||||
this.PanelElement.PerformInitAnimation();
|
||||
else if (e.KeyCode == Keys.Escape)
|
||||
this.Hide();
|
||||
}
|
||||
|
||||
public AppDetailsPanelElement PanelElement
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.panelElement;
|
||||
}
|
||||
}
|
||||
|
||||
public PortfolioButtonElement PortfolioButton
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.panelElement.PortfolioButton;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.panelElement.PortfolioButton = value;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnDoubleClick(EventArgs e)
|
||||
{
|
||||
base.OnDoubleClick(e);
|
||||
|
||||
this.Hide();
|
||||
}
|
||||
|
||||
protected override void CreateChildItems(RadElement parent)
|
||||
{
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.BackgroundImage = Properties.Resources.BackgroundItemBig;
|
||||
|
||||
base.CreateChildItems(parent);
|
||||
|
||||
this.panelElement = new AppDetailsPanelElement();
|
||||
parent.Children.Add(this.panelElement);
|
||||
}
|
||||
}
|
||||
|
||||
public class AppDetailsPanelElement : RadPanelElement
|
||||
{
|
||||
private ImagePrimitive productImage = null;
|
||||
private TextPrimitive titleLabel = null;
|
||||
private TextPrimitive descriptionLabel = null;
|
||||
private RadButtonElement buttonElement = null;
|
||||
private RadButtonElement backButtonElement = null;
|
||||
|
||||
private PortfolioButtonElement portfolioButton;
|
||||
|
||||
public Image ProductImage
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.productImage.Image;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.productImage.Image = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string Title
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.titleLabel.Text;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.titleLabel.Text = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string Description
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.descriptionLabel.Text;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.descriptionLabel.Text = value;
|
||||
}
|
||||
}
|
||||
|
||||
public PortfolioButtonElement PortfolioButton
|
||||
{
|
||||
get
|
||||
{
|
||||
return portfolioButton;
|
||||
}
|
||||
set
|
||||
{
|
||||
if (this.portfolioButton != value)
|
||||
{
|
||||
this.portfolioButton = value;
|
||||
|
||||
if (this.portfolioButton != null)
|
||||
{
|
||||
this.productImage.Image = this.portfolioButton.GetProductImage();
|
||||
this.titleLabel.Text = this.portfolioButton.ProductTitle;
|
||||
this.descriptionLabel.Text = this.portfolioButton.ProductDescription;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.productImage.Image = null;
|
||||
this.titleLabel.Text = string.Empty;
|
||||
this.descriptionLabel.Text = string.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected override void CreateChildElements()
|
||||
{
|
||||
base.CreateChildElements();
|
||||
|
||||
this.productImage = new ImagePrimitive();
|
||||
this.productImage.Image = Properties.Resources.Telerik;
|
||||
|
||||
this.descriptionLabel = new TextPrimitive();
|
||||
this.descriptionLabel.ForeColor = Color.White;
|
||||
this.descriptionLabel.Font = new Font("Segoe UI", 10f);
|
||||
this.descriptionLabel.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
|
||||
this.descriptionLabel.StretchHorizontally = true;
|
||||
this.descriptionLabel.TextAlignment = ContentAlignment.TopLeft;
|
||||
this.descriptionLabel.MaxSize = new Size(450, 0);
|
||||
this.descriptionLabel.MinSize = new Size(0, 200);
|
||||
this.descriptionLabel.TextWrap = true;
|
||||
this.descriptionLabel.Text = "Description";
|
||||
|
||||
this.titleLabel = new TextPrimitive();
|
||||
this.titleLabel.Margin = new Padding(0, 0, 0, 20);
|
||||
this.titleLabel.ForeColor = Color.Red;
|
||||
this.titleLabel.Font = new Font("Verdana", 20f, FontStyle.Bold);
|
||||
this.titleLabel.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
|
||||
this.titleLabel.Text = "Title";
|
||||
|
||||
BoxLayout verticalButtonLayout = new BoxLayout();
|
||||
verticalButtonLayout.Orientation = Orientation.Horizontal;
|
||||
this.buttonElement = new RadButtonElement();
|
||||
this.buttonElement.StretchHorizontally = false;
|
||||
this.buttonElement.StretchVertically = false;
|
||||
this.buttonElement.Text = "SEE DEMO";
|
||||
this.buttonElement.Click += new EventHandler(buttonElement_Click);
|
||||
|
||||
this.backButtonElement = new RadButtonElement();
|
||||
this.backButtonElement.StretchHorizontally = false;
|
||||
this.backButtonElement.StretchVertically = false;
|
||||
this.backButtonElement.Text = "BACK";
|
||||
this.backButtonElement.Click += new EventHandler(backButtonElement_Click);
|
||||
|
||||
verticalButtonLayout.Children.Add(buttonElement);
|
||||
verticalButtonLayout.Children.Add(backButtonElement);
|
||||
|
||||
BoxLayout verticalLayout = new BoxLayout();
|
||||
verticalLayout.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||||
verticalLayout.Children.Add(this.titleLabel);
|
||||
verticalLayout.Children.Add(this.descriptionLabel);
|
||||
// verticalLayout.Children.Add(this.buttonElement);
|
||||
// verticalLayout.Children.Add(this.backButtonElement);
|
||||
verticalLayout.Children.Add(verticalButtonLayout);
|
||||
|
||||
BoxLayout horizontalLayout = new BoxLayout();
|
||||
horizontalLayout.Margin = new Padding(20);
|
||||
horizontalLayout.StretchHorizontally = true;
|
||||
horizontalLayout.StretchVertically = true;
|
||||
horizontalLayout.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||
|
||||
BoxLayout.SetProportion(this.productImage, 1);
|
||||
BoxLayout.SetProportion(verticalLayout, 1);
|
||||
horizontalLayout.Children.Add(this.productImage);
|
||||
horizontalLayout.Children.Add(verticalLayout);
|
||||
|
||||
this.Children.Add(horizontalLayout);
|
||||
}
|
||||
|
||||
private void backButtonElement_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ElementTree.Control.Hide();
|
||||
}
|
||||
|
||||
private void buttonElement_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.portfolioButton != null)
|
||||
{
|
||||
this.PortfolioButton.ExecuteCommand();
|
||||
}
|
||||
}
|
||||
|
||||
public void PerformInitAnimation()
|
||||
{
|
||||
AnimatedPropertySetting setting = new AnimatedPropertySetting(
|
||||
RadElement.MarginProperty,
|
||||
new Padding(0, 20, 0, 0),
|
||||
new Padding(0, 0, 0, 0),
|
||||
10,
|
||||
40);
|
||||
|
||||
AnimatedPropertySetting setting1 = new AnimatedPropertySetting(
|
||||
VisualElement.OpacityProperty,
|
||||
0d,
|
||||
1d,
|
||||
10,
|
||||
40);
|
||||
|
||||
setting.ApplyValue(this.productImage);
|
||||
setting.ApplyValue(this.descriptionLabel);
|
||||
|
||||
setting1.ApplyValue(this.productImage);
|
||||
setting1.ApplyValue(this.descriptionLabel);
|
||||
setting1.ApplyValue(this.titleLabel);
|
||||
|
||||
setting = new AnimatedPropertySetting(
|
||||
RadElement.MarginProperty,
|
||||
new Padding(0, 20, 0, 20),
|
||||
new Padding(0, 0, 0, 20),
|
||||
10,
|
||||
40);
|
||||
|
||||
setting.ApplyValue(this.titleLabel);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.10.34916.146
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppPortfolioCS", "AppPortfolioCS.csproj", "{DF24E181-2743-4416-ADC7-F7121C3FF181}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Portfolio|Any CPU = Portfolio|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{DF24E181-2743-4416-ADC7-F7121C3FF181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DF24E181-2743-4416-ADC7-F7121C3FF181}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DF24E181-2743-4416-ADC7-F7121C3FF181}.Portfolio|Any CPU.ActiveCfg = Portfolio|Any CPU
|
||||
{DF24E181-2743-4416-ADC7-F7121C3FF181}.Portfolio|Any CPU.Build.0 = Portfolio|Any CPU
|
||||
{DF24E181-2743-4416-ADC7-F7121C3FF181}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DF24E181-2743-4416-ADC7-F7121C3FF181}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {E0B74A56-8E3B-449B-BC83-B222F73D46AE}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
309
Sample Applications/AppPortfolio App/AppPortfolioCS/Form1.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,309 @@
|
|||
namespace AppPortfolio
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||||
Telerik.WinControls.UI.CarouselEllipsePath carouselEllipsePath1 = new Telerik.WinControls.UI.CarouselEllipsePath();
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.desertTheme1 = new Telerik.WinControls.Themes.DesertTheme();
|
||||
this.radCarousel1 = new Telerik.WinControls.UI.RadCarousel();
|
||||
this.startHelpDeskButton = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement3 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement1 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement4 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement6 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement8 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement2 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement7 = new AppPortfolio.PortfolioButtonElement();
|
||||
this.portfolioButtonElement5 = new AppPortfolio.PortfolioButtonElement();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radCarousel1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// radTitleBar1
|
||||
//
|
||||
this.radTitleBar1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.radTitleBar1.Location = new System.Drawing.Point(0, 0);
|
||||
this.radTitleBar1.Name = "radTitleBar1";
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1016, 25);
|
||||
this.radTitleBar1.TabIndex = 1;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "Telerik UI for WinForms Portfolio";
|
||||
this.radTitleBar1.ThemeName = "Office2007Black";
|
||||
//
|
||||
// radCarousel1
|
||||
//
|
||||
this.radCarousel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radCarousel1.AnimationDelay = global::AppPortfolio.Properties.Settings.Default.CarouselAnimationDelay;
|
||||
this.radCarousel1.AnimationFrames = global::AppPortfolio.Properties.Settings.Default.CarouselAnimationFrames;
|
||||
this.radCarousel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("radCarousel1.BackgroundImage")));
|
||||
this.radCarousel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radCarousel1.CarouselElement.Margin = new System.Windows.Forms.Padding(0, 0, 1, 1);
|
||||
carouselEllipsePath1.Center = new Telerik.WinControls.UI.Point3D(52.357071213640921D, 38.435374149659864D, -10D);
|
||||
carouselEllipsePath1.FinalAngle = 360D;
|
||||
carouselEllipsePath1.InitialAngle = 0D;
|
||||
carouselEllipsePath1.U = new Telerik.WinControls.UI.Point3D(-7.9237713139418258D, -19.217687074829932D, -60D);
|
||||
carouselEllipsePath1.V = new Telerik.WinControls.UI.Point3D(28.986960882647942D, -14.795918367346939D, -10D);
|
||||
carouselEllipsePath1.ZScale = 400D;
|
||||
this.radCarousel1.CarouselPath = carouselEllipsePath1;
|
||||
this.radCarousel1.EnableAutoLoop = true;
|
||||
this.radCarousel1.ItemReflectionPercentage = 0D;
|
||||
this.radCarousel1.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.startHelpDeskButton,
|
||||
this.portfolioButtonElement3,
|
||||
this.portfolioButtonElement1,
|
||||
this.portfolioButtonElement4,
|
||||
this.portfolioButtonElement6,
|
||||
this.portfolioButtonElement8,
|
||||
this.portfolioButtonElement2,
|
||||
this.portfolioButtonElement7 });
|
||||
this.radCarousel1.Location = new System.Drawing.Point(3, 38);
|
||||
this.radCarousel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.radCarousel1.MinFadeOpacity = 0.8D;
|
||||
this.radCarousel1.Name = "radCarousel1";
|
||||
this.radCarousel1.NavigationButtonsOffset = new System.Drawing.Size(425, 60);
|
||||
this.radCarousel1.OpacityChangeCondition = Telerik.WinControls.UI.OpacityChangeConditions.None;
|
||||
this.radCarousel1.Size = new System.Drawing.Size(1009, 594);
|
||||
this.radCarousel1.TabIndex = 0;
|
||||
this.radCarousel1.Text = "radCarousel1";
|
||||
this.radCarousel1.ThemeName = "No theme";
|
||||
this.radCarousel1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.radCarousel1_KeyDown);
|
||||
((Telerik.WinControls.UI.RadCarouselElement)(this.radCarousel1.GetChildAt(0))).Margin = new System.Windows.Forms.Padding(0, 0, 1, 1);
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).BoxStyle = Telerik.WinControls.BorderBoxStyle.OuterInnerBorders;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).InnerColor = System.Drawing.Color.Black;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).InnerColor2 = System.Drawing.Color.Black;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).InnerColor3 = System.Drawing.Color.Black;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).InnerColor4 = System.Drawing.Color.Black;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarousel1.GetChildAt(0).GetChildAt(1))).ZIndex = 10;
|
||||
((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarousel1.GetChildAt(0).GetChildAt(3))).Image = global::AppPortfolio.Properties.Resources.LeftArrowNormal;
|
||||
((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarousel1.GetChildAt(0).GetChildAt(4))).Image = global::AppPortfolio.Properties.Resources.RightArrowNormal;
|
||||
//
|
||||
// startHelpDeskButton
|
||||
//
|
||||
this.startHelpDeskButton.AccessibleDescription = "Telerik Help Desk";
|
||||
this.startHelpDeskButton.AccessibleName = "Telerik Help Desk";
|
||||
this.startHelpDeskButton.CanFocus = true;
|
||||
this.startHelpDeskButton.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "HelpdeskImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.startHelpDeskButton.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.startHelpDeskButton.Image = ((System.Drawing.Image)(resources.GetObject("startHelpDeskButton.Image")));
|
||||
this.startHelpDeskButton.Name = "startHelpDeskButton";
|
||||
this.startHelpDeskButton.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.HelpDeskPath;
|
||||
this.startHelpDeskButton.ProductDescription = global::AppPortfolio.Properties.Settings.Default.HelpDeskDescription;
|
||||
this.startHelpDeskButton.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.HelpDeskImageLocation;
|
||||
this.startHelpDeskButton.ProductTitle = global::AppPortfolio.Properties.Settings.Default.HelpDeskTitle;
|
||||
this.startHelpDeskButton.ShowBorder = false;
|
||||
this.startHelpDeskButton.Text = global::AppPortfolio.Properties.Settings.Default.HelpDeskTitle;
|
||||
this.startHelpDeskButton.ToolTipText = global::AppPortfolio.Properties.Settings.Default.HelpDeskTitle;
|
||||
//
|
||||
// portfolioButtonElement3
|
||||
//
|
||||
this.portfolioButtonElement3.AccessibleDescription = "Bookstore Kiosk Demo";
|
||||
this.portfolioButtonElement3.AccessibleName = "Bookstore Kiosk Demo";
|
||||
this.portfolioButtonElement3.CanFocus = true;
|
||||
this.portfolioButtonElement3.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "BookKioskImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement3.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement3.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement3.Image")));
|
||||
this.portfolioButtonElement3.Name = "portfolioButtonElement3";
|
||||
this.portfolioButtonElement3.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.BookstorePath;
|
||||
this.portfolioButtonElement3.ProductDescription = global::AppPortfolio.Properties.Settings.Default.BookstoreKioskDescription;
|
||||
this.portfolioButtonElement3.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.BookKioskImageLocation;
|
||||
this.portfolioButtonElement3.ProductTitle = global::AppPortfolio.Properties.Settings.Default.BookstoreKioskTitle;
|
||||
this.portfolioButtonElement3.ShowBorder = false;
|
||||
this.portfolioButtonElement3.Text = global::AppPortfolio.Properties.Settings.Default.BookstoreKioskTitle;
|
||||
this.portfolioButtonElement3.ToolTipText = global::AppPortfolio.Properties.Settings.Default.BookstoreKioskTitle;
|
||||
//
|
||||
// portfolioButtonElement1
|
||||
//
|
||||
this.portfolioButtonElement1.AccessibleDescription = "Telerik Checkers";
|
||||
this.portfolioButtonElement1.AccessibleName = "Telerik Checkers";
|
||||
this.portfolioButtonElement1.CanFocus = true;
|
||||
this.portfolioButtonElement1.DataBindings.Add(new System.Windows.Forms.Binding("ProductDescription", global::AppPortfolio.Properties.Settings.Default, "CheckersDescription", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AppPortfolio.Properties.Settings.Default, "CheckersText", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement1.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement1.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement1.Image")));
|
||||
this.portfolioButtonElement1.Name = "portfolioButtonElement1";
|
||||
this.portfolioButtonElement1.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.CheckersPath;
|
||||
this.portfolioButtonElement1.ProductDescription = global::AppPortfolio.Properties.Settings.Default.CheckersDescription;
|
||||
this.portfolioButtonElement1.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.CheckersImage;
|
||||
this.portfolioButtonElement1.ProductTitle = global::AppPortfolio.Properties.Settings.Default.CheckersTitle;
|
||||
this.portfolioButtonElement1.ShowBorder = false;
|
||||
this.portfolioButtonElement1.Text = global::AppPortfolio.Properties.Settings.Default.CheckersText;
|
||||
this.portfolioButtonElement1.ToolTipText = global::AppPortfolio.Properties.Settings.Default.CheckersText;
|
||||
//
|
||||
// portfolioButtonElement4
|
||||
//
|
||||
this.portfolioButtonElement4.AccessibleDescription = "Sales Dashboard";
|
||||
this.portfolioButtonElement4.AccessibleName = "Sales Dashboard";
|
||||
this.portfolioButtonElement4.CanFocus = true;
|
||||
this.portfolioButtonElement4.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "SalesDashboardImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement4.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement4.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement4.Image")));
|
||||
this.portfolioButtonElement4.Name = "portfolioButtonElement4";
|
||||
this.portfolioButtonElement4.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.SalesDashboardPath;
|
||||
this.portfolioButtonElement4.ProductDescription = global::AppPortfolio.Properties.Settings.Default.SalesDashBoardDescription;
|
||||
this.portfolioButtonElement4.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.SalesDashboardImageLocation;
|
||||
this.portfolioButtonElement4.ProductTitle = global::AppPortfolio.Properties.Settings.Default.SalesDashboardTitle;
|
||||
this.portfolioButtonElement4.ShowBorder = false;
|
||||
this.portfolioButtonElement4.Text = global::AppPortfolio.Properties.Settings.Default.SalesDashboardTitle;
|
||||
this.portfolioButtonElement4.ToolTipText = global::AppPortfolio.Properties.Settings.Default.SalesDashboardTitle;
|
||||
//
|
||||
// portfolioButtonElement6
|
||||
//
|
||||
this.portfolioButtonElement6.AccessibleDescription = "Photo Gallery Example";
|
||||
this.portfolioButtonElement6.AccessibleName = "Photo Gallery Example";
|
||||
this.portfolioButtonElement6.CanFocus = true;
|
||||
this.portfolioButtonElement6.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "PhotoAlbumImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement6.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement6.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement6.Image")));
|
||||
this.portfolioButtonElement6.Name = "portfolioButtonElement6";
|
||||
this.portfolioButtonElement6.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.PhotoAlbumPath;
|
||||
this.portfolioButtonElement6.ProductDescription = global::AppPortfolio.Properties.Settings.Default.PhotoAlbumDescription;
|
||||
this.portfolioButtonElement6.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.PhotoAlbumImageLocation;
|
||||
this.portfolioButtonElement6.ProductTitle = global::AppPortfolio.Properties.Settings.Default.PhotoAlbumTitle;
|
||||
this.portfolioButtonElement6.ShowBorder = false;
|
||||
this.portfolioButtonElement6.Text = global::AppPortfolio.Properties.Settings.Default.PhotoAlbumTitle;
|
||||
this.portfolioButtonElement6.ToolTipText = global::AppPortfolio.Properties.Settings.Default.PhotoAlbumTitle;
|
||||
//
|
||||
// portfolioButtonElement8
|
||||
//
|
||||
this.portfolioButtonElement8.AccessibleDescription = "FileExplorer Demo Application";
|
||||
this.portfolioButtonElement8.AccessibleName = "FileExplorer Demo Application";
|
||||
this.portfolioButtonElement8.CanFocus = true;
|
||||
this.portfolioButtonElement8.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "FileExplorerImage", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement8.DataBindings.Add(new System.Windows.Forms.Binding("ProductTitle", global::AppPortfolio.Properties.Settings.Default, "FileExplorerTitle", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement8.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AppPortfolio.Properties.Settings.Default, "FileExplorerText", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement8.DataBindings.Add(new System.Windows.Forms.Binding("ToolTipText", global::AppPortfolio.Properties.Settings.Default, "FileExplorerText", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement8.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement8.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement8.Image")));
|
||||
this.portfolioButtonElement8.Name = "portfolioButtonElement8";
|
||||
this.portfolioButtonElement8.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.FileExplorerPath;
|
||||
this.portfolioButtonElement8.ProductDescription = global::AppPortfolio.Properties.Settings.Default.FileExplorerDescription;
|
||||
this.portfolioButtonElement8.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.FileExplorerImage;
|
||||
this.portfolioButtonElement8.ProductTitle = global::AppPortfolio.Properties.Settings.Default.FileExplorerTitle;
|
||||
this.portfolioButtonElement8.ShowBorder = false;
|
||||
this.portfolioButtonElement8.Text = global::AppPortfolio.Properties.Settings.Default.FileExplorerText;
|
||||
this.portfolioButtonElement8.ToolTipText = global::AppPortfolio.Properties.Settings.Default.FileExplorerText;
|
||||
//
|
||||
// portfolioButtonElement2
|
||||
//
|
||||
this.portfolioButtonElement2.AccessibleDescription = "Quick Start Framework";
|
||||
this.portfolioButtonElement2.AccessibleName = "Quick Start Framework";
|
||||
this.portfolioButtonElement2.CanFocus = true;
|
||||
this.portfolioButtonElement2.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "QSFImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement2.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement2.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement2.Image")));
|
||||
this.portfolioButtonElement2.Name = "portfolioButtonElement2";
|
||||
this.portfolioButtonElement2.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.QSFPath;
|
||||
this.portfolioButtonElement2.ProductDescription = global::AppPortfolio.Properties.Settings.Default.QSFDescription;
|
||||
this.portfolioButtonElement2.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.QSFImageLocation;
|
||||
this.portfolioButtonElement2.ProductTitle = global::AppPortfolio.Properties.Settings.Default.QSFTitle;
|
||||
this.portfolioButtonElement2.ShowBorder = false;
|
||||
this.portfolioButtonElement2.Text = global::AppPortfolio.Properties.Settings.Default.QSFTitle;
|
||||
this.portfolioButtonElement2.ToolTipText = global::AppPortfolio.Properties.Settings.Default.QSFTitle;
|
||||
//
|
||||
// portfolioButtonElement7
|
||||
//
|
||||
this.portfolioButtonElement7.AccessibleDescription = "BugTracker Demo Application";
|
||||
this.portfolioButtonElement7.AccessibleName = "BugTracker Demo Application";
|
||||
this.portfolioButtonElement7.CanFocus = true;
|
||||
this.portfolioButtonElement7.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "BugTrackerImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement7.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement7.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement7.Image")));
|
||||
this.portfolioButtonElement7.Name = "portfolioButtonElement7";
|
||||
this.portfolioButtonElement7.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.BugTrackerPath;
|
||||
this.portfolioButtonElement7.ProductDescription = global::AppPortfolio.Properties.Settings.Default.BugTrackerDescription;
|
||||
this.portfolioButtonElement7.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.BugTrackerImageLocation;
|
||||
this.portfolioButtonElement7.ProductTitle = global::AppPortfolio.Properties.Settings.Default.BugTrackerTitle;
|
||||
this.portfolioButtonElement7.ShowBorder = false;
|
||||
this.portfolioButtonElement7.Text = global::AppPortfolio.Properties.Settings.Default.BugTrackerTitle;
|
||||
this.portfolioButtonElement7.ToolTipText = global::AppPortfolio.Properties.Settings.Default.BugTrackerTitle;
|
||||
//
|
||||
// portfolioButtonElement5
|
||||
//
|
||||
this.portfolioButtonElement5.AccessibleDescription = "Telerik Movie Lab";
|
||||
this.portfolioButtonElement5.AccessibleName = "Telerik Movie Lab";
|
||||
this.portfolioButtonElement5.CanFocus = true;
|
||||
this.portfolioButtonElement5.DataBindings.Add(new System.Windows.Forms.Binding("ProductImageLocation", global::AppPortfolio.Properties.Settings.Default, "MovieLabImageLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.portfolioButtonElement5.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
|
||||
this.portfolioButtonElement5.Image = ((System.Drawing.Image)(resources.GetObject("portfolioButtonElement5.Image")));
|
||||
this.portfolioButtonElement5.Name = "portfolioButtonElement5";
|
||||
this.portfolioButtonElement5.NavigateToURL = global::AppPortfolio.Properties.Settings.Default.MovieLabPath;
|
||||
this.portfolioButtonElement5.ProductDescription = global::AppPortfolio.Properties.Settings.Default.MovieLabDescription;
|
||||
this.portfolioButtonElement5.ProductImageLocation = global::AppPortfolio.Properties.Settings.Default.MovieLabImageLocation;
|
||||
this.portfolioButtonElement5.ProductTitle = global::AppPortfolio.Properties.Settings.Default.MovieLabTitle;
|
||||
this.portfolioButtonElement5.ShowBorder = false;
|
||||
this.portfolioButtonElement5.Text = global::AppPortfolio.Properties.Settings.Default.MovieLabTitle;
|
||||
this.portfolioButtonElement5.ToolTipText = global::AppPortfolio.Properties.Settings.Default.MovieLabTitle;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
||||
this.ClientSize = new System.Drawing.Size(1016, 635);
|
||||
this.Controls.Add(this.radCarousel1);
|
||||
this.Controls.Add(this.radTitleBar1);
|
||||
this.HelpButton = true;
|
||||
this.Name = "Form1";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Telerik UI for WinForms Portfolio";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radCarousel1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadCarousel radCarousel1;
|
||||
private PortfolioButtonElement startHelpDeskButton;
|
||||
private PortfolioButtonElement portfolioButtonElement1;
|
||||
private PortfolioButtonElement portfolioButtonElement2;
|
||||
private PortfolioButtonElement portfolioButtonElement3;
|
||||
private PortfolioButtonElement portfolioButtonElement4;
|
||||
private PortfolioButtonElement portfolioButtonElement5;
|
||||
private PortfolioButtonElement portfolioButtonElement6;
|
||||
private PortfolioButtonElement portfolioButtonElement7;
|
||||
private PortfolioButtonElement portfolioButtonElement8;
|
||||
private Telerik.WinControls.Themes.DesertTheme desertTheme1;
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,173 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using Telerik.WinControls;
|
||||
using Telerik.WinControls.Primitives;
|
||||
using Telerik.WinControls.UI;
|
||||
|
||||
namespace AppPortfolio
|
||||
{
|
||||
public partial class Form1 : ShapedForm
|
||||
{
|
||||
RadLabelElement carouselLabelElement = null;
|
||||
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
ThemeResolutionService.LoadPackageResource("AppPortfolio.Resources.AppPortfolioTheme.tssp");
|
||||
this.radTitleBar1.ThemeName = "AppPortfolioTheme";
|
||||
}
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.carouselLabelElement = new RadLabelElement();
|
||||
this.carouselLabelElement.Font = new Font("Verdana", 13f, FontStyle.Bold);
|
||||
this.carouselLabelElement.ZIndex = 5;
|
||||
this.carouselLabelElement.StretchHorizontally = false;
|
||||
this.carouselLabelElement.StretchVertically = false;
|
||||
this.carouselLabelElement.TextAlignment = ContentAlignment.MiddleRight;
|
||||
this.carouselLabelElement.Alignment = ContentAlignment.BottomCenter;
|
||||
this.carouselLabelElement.Margin = new Padding(10, 0, 0, 110);
|
||||
|
||||
this.SetSelectedItemText();
|
||||
|
||||
this.radCarousel1.CarouselElement.Children.Add(this.carouselLabelElement);
|
||||
|
||||
ImagePrimitive winFormsImage = new ImagePrimitive();
|
||||
winFormsImage.Image = Properties.Resources.WinForms;
|
||||
winFormsImage.Alignment = ContentAlignment.TopLeft;
|
||||
winFormsImage.Margin = new Padding(20, 20, 0, 0);
|
||||
this.radCarousel1.CarouselElement.Children.Add(winFormsImage);
|
||||
|
||||
ImagePrimitive telerikImage = new ImagePrimitive();
|
||||
telerikImage.Image = Properties.Resources.Telerik;
|
||||
telerikImage.Alignment = ContentAlignment.BottomRight;
|
||||
telerikImage.Margin = new Padding(0, 0, 20, 20);
|
||||
this.radCarousel1.CarouselElement.Children.Add(telerikImage);
|
||||
|
||||
this.radCarousel1.SelectedValueChanged += new EventHandler(radCarousel1_SelectedValueChanged);
|
||||
|
||||
foreach (RadItem item in this.radCarousel1.Items)
|
||||
{
|
||||
item.MouseDown += new MouseEventHandler(item_MouseDown);
|
||||
}
|
||||
|
||||
this.radCarousel1.CarouselElement.AnimationStarted += new EventHandler(CarouselElement_AnimationStarted);
|
||||
}
|
||||
|
||||
private AppDetailsPanel detailsPanel = null;
|
||||
|
||||
private void item_MouseDown(object sender, MouseEventArgs e)
|
||||
{
|
||||
if (sender != this.radCarousel1.SelectedItem)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.detailsPanel == null)
|
||||
{
|
||||
this.detailsPanel = new AppDetailsPanel();
|
||||
this.detailsPanel.Hide();
|
||||
this.detailsPanel.VisibleChanged += new EventHandler(detailsPanel_VisibleChanged);
|
||||
this.Controls.Add(detailsPanel);
|
||||
}
|
||||
|
||||
this.detailsPanel.PortfolioButton = sender as PortfolioButtonElement;
|
||||
|
||||
this.detailsPanel.Location = new Point(
|
||||
(this.Width - detailsPanel.Width) / 2,
|
||||
(this.Height - detailsPanel.Height) / 2);
|
||||
this.detailsPanel.Show();
|
||||
this.detailsPanel.BringToFront();
|
||||
this.detailsPanel.Focus();
|
||||
}
|
||||
|
||||
private void detailsPanel_VisibleChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.radCarousel1.EnableAutoLoop = !this.detailsPanel.Visible;
|
||||
|
||||
if (this.detailsPanel.Visible)
|
||||
{
|
||||
this.detailsPanel.PanelElement.PerformInitAnimation();
|
||||
}
|
||||
}
|
||||
|
||||
private void radCarousel1_SelectedValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.SetSelectedItemText();
|
||||
}
|
||||
|
||||
private void CarouselElement_AnimationStarted(object sender, EventArgs e)
|
||||
{
|
||||
AnimatedPropertySetting setting = new AnimatedPropertySetting();
|
||||
setting.Property = VisualElement.ForeColorProperty;
|
||||
setting.EndValue = Color.Transparent;
|
||||
setting.NumFrames = 10;
|
||||
setting.Interval = 40;
|
||||
|
||||
if (this.carouselLabelElement != null)
|
||||
{
|
||||
setting.ApplyValue(this.carouselLabelElement);
|
||||
}
|
||||
}
|
||||
|
||||
private void SetSelectedItemText()
|
||||
{
|
||||
if (this.carouselLabelElement == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
PortfolioButtonElement selectedElement = null;
|
||||
if (this.radCarousel1 != null)
|
||||
{
|
||||
selectedElement = this.radCarousel1.SelectedItem as PortfolioButtonElement;
|
||||
}
|
||||
|
||||
string text = (selectedElement != null) ? selectedElement.Text : "Select Item";
|
||||
this.carouselLabelElement.Text = text;
|
||||
|
||||
//Animate selected text
|
||||
|
||||
AnimatedPropertySetting setting = new AnimatedPropertySetting(
|
||||
VisualElement.ForeColorProperty,
|
||||
Color.Transparent,
|
||||
Color.White,
|
||||
10,
|
||||
40);
|
||||
|
||||
setting.ApplyValue(this.carouselLabelElement);
|
||||
}
|
||||
|
||||
private void radCarousel1_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.KeyCode == Keys.F11)
|
||||
{
|
||||
if (this.WindowState == FormWindowState.Maximized)
|
||||
{
|
||||
this.WindowState = FormWindowState.Normal;
|
||||
this.FormBorderStyle = FormBorderStyle.Sizable;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.FormBorderStyle = FormBorderStyle.None;
|
||||
this.WindowState = FormWindowState.Maximized;
|
||||
}
|
||||
}
|
||||
else if (e.KeyCode == Keys.F5)
|
||||
{
|
||||
this.radCarousel1.EnableAutoLoop = !this.radCarousel1.EnableAutoLoop;
|
||||
}
|
||||
else if (e.KeyCode == Keys.Escape)
|
||||
{
|
||||
if (this.detailsPanel != null && this.detailsPanel.Visible)
|
||||
this.detailsPanel.Hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,134 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using Telerik.WinControls.UI;
|
||||
using System.Drawing;
|
||||
|
||||
namespace AppPortfolio
|
||||
{
|
||||
public class PortfolioButtonElement : RadButtonElement
|
||||
{
|
||||
private string executeCommand = string.Empty;
|
||||
|
||||
private string productImageLocation = string.Empty;
|
||||
private string productDescription = string.Empty;
|
||||
private string productTitle = string.Empty;
|
||||
|
||||
public PortfolioButtonElement()
|
||||
{
|
||||
this.ButtonFillElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
|
||||
}
|
||||
|
||||
[DefaultValue("")]
|
||||
public string NavigateToURL
|
||||
{
|
||||
get { return executeCommand; }
|
||||
set { executeCommand = value; }
|
||||
}
|
||||
|
||||
[DefaultValue("")]
|
||||
public string ProductImageLocation
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.productImageLocation;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.productImageLocation = value;
|
||||
}
|
||||
}
|
||||
|
||||
public Image GetProductImage()
|
||||
{
|
||||
if (string.IsNullOrEmpty(this.productImageLocation))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Assembly executingAssembly = Assembly.GetExecutingAssembly();
|
||||
Stream stream = executingAssembly.GetManifestResourceStream(this.productImageLocation);
|
||||
|
||||
return new Bitmap(stream);
|
||||
}
|
||||
|
||||
[DefaultValue("")]
|
||||
public string ProductDescription
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.productDescription;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.productDescription = value;
|
||||
}
|
||||
}
|
||||
|
||||
[DefaultValue("")]
|
||||
public string ProductTitle
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.productTitle;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.productTitle = value;
|
||||
}
|
||||
}
|
||||
|
||||
public virtual void ExecuteCommand()
|
||||
{
|
||||
Process.Start(this.NavigateToURL, null);
|
||||
|
||||
//string fileName = string.Empty;
|
||||
//if (!Path.IsPathRooted(this.NavigateToURL))
|
||||
//{
|
||||
// fileName = Path.Combine(basePath, this.NavigateToURL);
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// fileName = this.NavigateToURL;
|
||||
//}
|
||||
//if (!File.Exists(fileName))
|
||||
//{
|
||||
// MessageBox.Show("File not found: " + fileName);
|
||||
// return;
|
||||
//}
|
||||
|
||||
//ProcessStartInfo startInfo = new ProcessStartInfo(fileName);
|
||||
//startInfo.WorkingDirectory = Path.GetDirectoryName(fileName);
|
||||
//Process.Start(startInfo);
|
||||
|
||||
|
||||
|
||||
//formTypeName += this.NavigateToURL.Replace("/", ".");
|
||||
//formType = Assembly.GetEntryAssembly().GetType(formTypeName);
|
||||
//Control ctrl = Activator.CreateInstance(formType) as Control;
|
||||
|
||||
//Form ctrlForm = new Form();
|
||||
//if (ctrl != null)
|
||||
//{
|
||||
// ctrlForm.Controls.Add(ctrl);
|
||||
// ctrlForm.ShowDialog();
|
||||
//}
|
||||
|
||||
|
||||
//formTypeName = this.NavigateToURL.Replace("/", ".");
|
||||
//formType = Assembly.GetEntryAssembly().GetType(formTypeName);
|
||||
//Form form = Activator.CreateInstance(formType) as Form;
|
||||
//if (form != null)
|
||||
//{
|
||||
// form.ShowDialog();
|
||||
//}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace AppPortfolio
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("AppPortfolio")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Telerik")]
|
||||
[assembly: AssemblyProduct("AppPortfolio")]
|
||||
[assembly: AssemblyCopyright("Copyright © Telerik 2008")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("3e98d988-14aa-43b8-887c-07b1d12ad85e")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
123
Sample Applications/AppPortfolio App/AppPortfolioCS/Properties/Resources.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,123 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace AppPortfolio.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AppPortfolio.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] AppPortfolioTheme {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("AppPortfolioTheme", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap BackgroundItemBig {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("BackgroundItemBig", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap LeftArrowNormal {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("LeftArrowNormal", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap RightArrowNormal {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("RightArrowNormal", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Telerik {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Telerik", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinForms {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinForms", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,139 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="AppPortfolioTheme" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\AppPortfolioTheme.tssp;System.Byte[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="BackgroundItemBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BackgroundItemBig.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="LeftArrowNormal" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\LeftArrowNormal.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="RightArrowNormal" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\RightArrowNormal.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Telerik" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Telerik.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinForms" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinForms.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
429
Sample Applications/AppPortfolio App/AppPortfolioCS/Properties/Settings.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,429 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace AppPortfolio.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")]
|
||||
public string HelpDeskPath {
|
||||
get {
|
||||
return ((string)(this["HelpDeskPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\Applications\\Busines" +
|
||||
"sGrid\\Furniture.mdb;Persist Security Info=True")]
|
||||
public string FurnitureConnectionString {
|
||||
get {
|
||||
return ((string)(this["FurnitureConnectionString"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\Applications\\DataSou" +
|
||||
"rces\\Furniture.mdb;Persist Security Info=True")]
|
||||
public string FurnitureConnectionString1 {
|
||||
get {
|
||||
return ((string)(this["FurnitureConnectionString1"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.SalesDashBoard.png")]
|
||||
public string SalesDashboardImageLocation {
|
||||
get {
|
||||
return ((string)(this["SalesDashboardImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.BookKiosk.png")]
|
||||
public string BookKioskImageLocation {
|
||||
get {
|
||||
return ((string)(this["BookKioskImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.ScreenshotWinFormsQSF.png")]
|
||||
public string QSFImageLocation {
|
||||
get {
|
||||
return ((string)(this["QSFImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.Helpdesk.png")]
|
||||
public string HelpDeskImageLocation {
|
||||
get {
|
||||
return ((string)(this["HelpDeskImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.BugTracker.png")]
|
||||
public string BugTrackerImageLocation {
|
||||
get {
|
||||
return ((string)(this["BugTrackerImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.PhotoAlbum.png")]
|
||||
public string PhotoAlbumImageLocation {
|
||||
get {
|
||||
return ((string)(this["PhotoAlbumImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.movieLab.png")]
|
||||
public string MovieLabImageLocation {
|
||||
get {
|
||||
return ((string)(this["MovieLabImageLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Telerik Help Desk")]
|
||||
public string HelpDeskTitle {
|
||||
get {
|
||||
return ((string)(this["HelpDeskTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"HelpDesk demo application for WinForms integrates components from Telerik UI for WinForms suite. It simulates a contact management system, which is data-bound to a Microsoft SQL Server to show how to build rich user interfaces with Telerik UI for WinForms. It illustrates how to combine our award-winning components to deliver elaborate UIs.")]
|
||||
public string HelpDeskDescription {
|
||||
get {
|
||||
return ((string)(this["HelpDeskDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Telerik Movie Lab")]
|
||||
public string MovieLabTitle {
|
||||
get {
|
||||
return ((string)(this["MovieLabTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("MovieLab demo application demonstrates the capabilities of RadListView for WinFor" +
|
||||
"ms. Give your users slick and modern lists, kinetic scrolling, and hot tracking." +
|
||||
" The features of RadListView at a glance.")]
|
||||
public string MovieLabDescription {
|
||||
get {
|
||||
return ((string)(this["MovieLabDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Bookstore Kiosk Demo")]
|
||||
public string BookstoreKioskTitle {
|
||||
get {
|
||||
return ((string)(this["BookstoreKioskTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractiveness of Telerik UI for WinForms. It simulates a bookstore kiosk system, much like the one you would use in your local bookstore. You can browse books, check for book availability, and even see the current book inventory through the Telerik Reporting tool.")]
|
||||
public string BookstoreKioskDescription {
|
||||
get {
|
||||
return ((string)(this["BookstoreKioskDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Photo Gallery Example")]
|
||||
public string PhotoAlbumTitle {
|
||||
get {
|
||||
return ((string)(this["PhotoAlbumTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-like visual effects of Telerik UI for WinForms. It simulates a photo album viewer that presents the photos using transitions. With the Telerik Presentation Framework that lies under Telerik UI for WinForms you can easily create cool transition effects.")]
|
||||
public string PhotoAlbumDescription {
|
||||
get {
|
||||
return ((string)(this["PhotoAlbumDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Sales Dashboard")]
|
||||
public string SalesDashboardTitle {
|
||||
get {
|
||||
return ((string)(this["SalesDashboardTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"The Sales Dashboard for Windows Forms is a composite business application for visualizing a company’s sales force performance. It provides senior management with a dynamic application that enables monitoring and evaluation of enterprise sales. By using statistical data representation, detailed information about individual sales, tools for filtering data by various parameters it greatly facilitates the decision-making process in a classic business scenario.")]
|
||||
public string SalesDashBoardDescription {
|
||||
get {
|
||||
return ((string)(this["SalesDashBoardDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Demo Application")]
|
||||
public string QSFTitle {
|
||||
get {
|
||||
return ((string)(this["QSFTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("The Demo Application of Telerik UI for WinForms showcases all Telerik WinForms co" +
|
||||
"ntrols in a single application. Each product comes with several examples, each w" +
|
||||
"ith full source code.")]
|
||||
public string QSFDescription {
|
||||
get {
|
||||
return ((string)(this["QSFDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"The Bug Tracker demo is an excellent example of a real-world application that can be built with Telerik UI for WinForms. Thanks to the variety of navigation and data controls that this suite provides, you can easily set up a fully-functional application with a slick and finished look.")]
|
||||
public string BugTrackerDescription {
|
||||
get {
|
||||
return ((string)(this["BugTrackerDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\Controls\\BusinessGri" +
|
||||
"d\\Furniture.mdb;Persist Security Info=True")]
|
||||
public string FurnitureConnectionString2 {
|
||||
get {
|
||||
return ((string)(this["FurnitureConnectionString2"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")]
|
||||
public string MovieLabPath {
|
||||
get {
|
||||
return ((string)(this["MovieLabPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-ap" +
|
||||
"plication.aspx")]
|
||||
public string BugTrackerPath {
|
||||
get {
|
||||
return ((string)(this["BugTrackerPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")]
|
||||
public string PhotoAlbumPath {
|
||||
get {
|
||||
return ((string)(this["PhotoAlbumPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/labs/sales-dashboard-for-winforms.aspx")]
|
||||
public string SalesDashboardPath {
|
||||
get {
|
||||
return ((string)(this["SalesDashboardPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("BugTracker Demo Application")]
|
||||
public string BugTrackerTitle {
|
||||
get {
|
||||
return ((string)(this["BugTrackerTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")]
|
||||
public string BookstorePath {
|
||||
get {
|
||||
return ((string)(this["BookstorePath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("25")]
|
||||
public int CarouselAnimationDelay {
|
||||
get {
|
||||
return ((int)(this["CarouselAnimationDelay"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
||||
public int CarouselAnimationFrames {
|
||||
get {
|
||||
return ((int)(this["CarouselAnimationFrames"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("The File Explorer Demo emulates the UI representation of the Windows 8\'s File Exp" +
|
||||
"lorer demonstrating that with Telerik UI for WinForms you can build application " +
|
||||
"according to the latest fashion trends in the UI design.")]
|
||||
public string FileExplorerDescription {
|
||||
get {
|
||||
return ((string)(this["FileExplorerDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.fileExplorer.png")]
|
||||
public string FileExplorerImage {
|
||||
get {
|
||||
return ((string)(this["FileExplorerImage"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("FileExplorer Demo Application")]
|
||||
public string FileExplorerTitle {
|
||||
get {
|
||||
return ((string)(this["FileExplorerTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("FileExplorer Demo Application")]
|
||||
public string FileExplorerText {
|
||||
get {
|
||||
return ((string)(this["FileExplorerText"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.")]
|
||||
public string CheckersDescription {
|
||||
get {
|
||||
return ((string)(this["CheckersDescription"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("AppPortfolio.Resources.Checkers.png")]
|
||||
public string CheckersImage {
|
||||
get {
|
||||
return ((string)(this["CheckersImage"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Telerik Checkers")]
|
||||
public string CheckersTitle {
|
||||
get {
|
||||
return ((string)(this["CheckersTitle"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Telerik Checkers")]
|
||||
public string CheckersText {
|
||||
get {
|
||||
return ((string)(this["CheckersText"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")]
|
||||
public string QSFPath {
|
||||
get {
|
||||
return ((string)(this["QSFPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers." +
|
||||
"aspx")]
|
||||
public string CheckersPath {
|
||||
get {
|
||||
return ((string)(this["CheckersPath"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-" +
|
||||
"application.aspx")]
|
||||
public string FileExplorerPath {
|
||||
get {
|
||||
return ((string)(this["FileExplorerPath"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,150 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AppPortfolio.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="HelpDeskPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="FurnitureConnectionString" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="FurnitureConnectionString1" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashboardImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.SalesDashBoard.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookKioskImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.BookKiosk.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.ScreenshotWinFormsQSF.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpDeskImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.Helpdesk.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.BugTracker.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.PhotoAlbum.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.movieLab.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpDeskTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Help Desk</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpDeskDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">HelpDesk demo application for WinForms integrates components from Telerik UI for WinForms suite. It simulates a contact management system, which is data-bound to a Microsoft SQL Server to show how to build rich user interfaces with Telerik UI for WinForms. It illustrates how to combine our award-winning components to deliver elaborate UIs.</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Movie Lab</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">MovieLab demo application demonstrates the capabilities of RadListView for WinForms. Give your users slick and modern lists, kinetic scrolling, and hot tracking. The features of RadListView at a glance.</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookstoreKioskTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Bookstore Kiosk Demo</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookstoreKioskDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractiveness of Telerik UI for WinForms. It simulates a bookstore kiosk system, much like the one you would use in your local bookstore. You can browse books, check for book availability, and even see the current book inventory through the Telerik Reporting tool.</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Photo Gallery Example</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-like visual effects of Telerik UI for WinForms. It simulates a photo album viewer that presents the photos using transitions. With the Telerik Presentation Framework that lies under Telerik UI for WinForms you can easily create cool transition effects.</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashboardTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Sales Dashboard</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashBoardDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Sales Dashboard for Windows Forms is a composite business application for visualizing a company’s sales force performance. It provides senior management with a dynamic application that enables monitoring and evaluation of enterprise sales. By using statistical data representation, detailed information about individual sales, tools for filtering data by various parameters it greatly facilitates the decision-making process in a classic business scenario.</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Demo Application of Telerik UI for WinForms showcases all Telerik WinForms controls in a single application. Each product comes with several examples, each with full source code.</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Bug Tracker demo is an excellent example of a real-world application that can be built with Telerik UI for WinForms. Thanks to the variety of navigation and data controls that this suite provides, you can easily set up a fully-functional application with a slick and finished look.</Value>
|
||||
</Setting>
|
||||
<Setting Name="FurnitureConnectionString2" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-application.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashboardPath" Type="(Web Service URL)" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/labs/sales-dashboard-for-winforms.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">BugTracker Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookstorePath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="CarouselAnimationDelay" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">25</Value>
|
||||
</Setting>
|
||||
<Setting Name="CarouselAnimationFrames" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">50</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The File Explorer Demo emulates the UI representation of the Windows 8's File Explorer demonstrating that with Telerik UI for WinForms you can build application according to the latest fashion trends in the UI design.</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerImage" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.fileExplorer.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">FileExplorer Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerText" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">FileExplorer Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersImage" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AppPortfolio.Resources.Checkers.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Checkers</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersText" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Checkers</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-application.aspx</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/BackgroundItemBig.png
Normal file
После Ширина: | Высота: | Размер: 194 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/BookKiosk.png
Normal file
После Ширина: | Высота: | Размер: 48 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/BugTracker.png
Normal file
После Ширина: | Высота: | Размер: 61 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/Checkers.png
Normal file
После Ширина: | Высота: | Размер: 137 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/Helpdesk.png
Normal file
После Ширина: | Высота: | Размер: 96 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/LeftArrowNormal.png
Normal file
После Ширина: | Высота: | Размер: 1.9 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/PhotoAlbum.png
Normal file
После Ширина: | Высота: | Размер: 186 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/RightArrowNormal.png
Normal file
После Ширина: | Высота: | Размер: 1.8 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/SalesDashBoard.png
Normal file
После Ширина: | Высота: | Размер: 101 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/ScreenshotGrid.png
Normal file
После Ширина: | Высота: | Размер: 77 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/ScreenshotWinFormsQSF.png
Normal file
После Ширина: | Высота: | Размер: 53 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/Telerik.png
Normal file
После Ширина: | Высота: | Размер: 3.3 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/WinForms.png
Normal file
После Ширина: | Высота: | Размер: 4.3 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/fileExplorer.png
Normal file
После Ширина: | Высота: | Размер: 57 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioCS/Resources/movieLab.png
Normal file
После Ширина: | Высота: | Размер: 117 KiB |
|
@ -0,0 +1,28 @@
|
|||
namespace AppPortfolio.Properties {
|
||||
|
||||
|
||||
// This class allows you to handle specific events on the settings class:
|
||||
// The SettingChanging event is raised before a setting's value is changed.
|
||||
// The PropertyChanged event is raised after a setting's value is changed.
|
||||
// The SettingsLoaded event is raised after the setting values are loaded.
|
||||
// The SettingsSaving event is raised before the setting values are saved.
|
||||
internal sealed partial class Settings {
|
||||
|
||||
public Settings() {
|
||||
// // To add event handlers for saving and changing settings, uncomment the lines below:
|
||||
//
|
||||
// this.SettingChanging += this.SettingChangingEventHandler;
|
||||
//
|
||||
// this.SettingsSaving += this.SettingsSavingEventHandler;
|
||||
//
|
||||
}
|
||||
|
||||
private void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e) {
|
||||
// Add code to handle the SettingChangingEvent event here.
|
||||
}
|
||||
|
||||
private void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e) {
|
||||
// Add code to handle the SettingsSaving event here.
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,137 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="AppPortfolio.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="AppPortfolio.Properties.Settings.FurnitureConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="AppPortfolio.Properties.Settings.FurnitureConnectionString1" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="AppPortfolio.Properties.Settings.FurnitureConnectionString2" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
</connectionStrings>
|
||||
<applicationSettings>
|
||||
<AppPortfolio.Properties.Settings>
|
||||
<setting name="HelpDeskPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.SalesDashBoard.png</value>
|
||||
</setting>
|
||||
<setting name="BookKioskImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.BookKiosk.png</value>
|
||||
</setting>
|
||||
<setting name="QSFImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.ScreenshotWinFormsQSF.png</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.Helpdesk.png</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.BugTracker.png</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.PhotoAlbum.png</value>
|
||||
</setting>
|
||||
<setting name="MovieLabImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.movieLab.png</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskTitle" serializeAs="String">
|
||||
<value>Telerik Help Desk</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskDescription" serializeAs="String">
|
||||
<value>HelpDesk demo application for WinForms integrates components from Telerik UI for WinForms suite. It simulates a contact management system, which is data-bound to a Microsoft SQL Server to show how to build rich user interfaces with Telerik UI for WinForms. It illustrates how to combine our award-winning components to deliver elaborate UIs.</value>
|
||||
</setting>
|
||||
<!--<setting name="MovieLabTitle" serializeAs="String">
|
||||
<value>Telerik Movie Lab</value>
|
||||
</setting>
|
||||
<setting name="MovieLabDescription" serializeAs="String">
|
||||
<value>MovieLab demo application demonstrates the capabilities of RadListView for WinForms. Give your users slick and modern lists, kinetic scrolling, and hot tracking. The features of RadListView at a glance.</value>
|
||||
</setting>-->
|
||||
<setting name="BookstoreKioskTitle" serializeAs="String">
|
||||
<value>Bookstore Kiosk Demo</value>
|
||||
</setting>
|
||||
<setting name="BookstoreKioskDescription" serializeAs="String">
|
||||
<value>The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractiveness of Telerik UI for WinForms. It simulates a bookstore kiosk system, much like the one you would use in your local bookstore. You can browse books, check for book availability, and even see the current book inventory through the Telerik Reporting tool.</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumTitle" serializeAs="String">
|
||||
<value>Photo Gallery Example</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumDescription" serializeAs="String">
|
||||
<value>Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-like visual effects of Telerik UI for WinForms. It simulates a photo album viewer that presents the photos using transitions. With the Telerik Presentation Framework that lies under Telerik UI for WinForms you can easily create cool transition effects.</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardTitle" serializeAs="String">
|
||||
<value>Sales Dashboard</value>
|
||||
</setting>
|
||||
<setting name="SalesDashBoardDescription" serializeAs="String">
|
||||
<value>The Sales Dashboard for Windows Forms is a composite business application for visualizing a company’s sales force performance. It provides senior management with a dynamic application that enables monitoring and evaluation of enterprise sales. By using statistical data representation, detailed information about individual sales, tools for filtering data by various parameters it greatly facilitates the decision-making process in a classic business scenario.</value>
|
||||
</setting>
|
||||
<setting name="QSFTitle" serializeAs="String">
|
||||
<value>Demo Application</value>
|
||||
</setting>
|
||||
<setting name="QSFDescription" serializeAs="String">
|
||||
<value>The Demo Application of Telerik UI for WinForms showcases all Telerik WinForms controls in a single application. Each product comes with several examples, each with full source code.</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerDescription" serializeAs="String">
|
||||
<value>The Bug Tracker demo is an excellent example of a real-world application that can be built with Telerik UI for WinForms. Thanks to the variety of navigation and data controls that this suite provides, you can easily set up a fully-functional application with a slick and finished look.</value>
|
||||
</setting>
|
||||
<!--<setting name="MovieLabPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>-->
|
||||
<setting name="BugTrackerPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-application.aspx</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/support/code-library/photoalbum-demo-application</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerTitle" serializeAs="String">
|
||||
<value>BugTracker Demo Application</value>
|
||||
</setting>
|
||||
<setting name="BookstorePath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="CarouselAnimationDelay" serializeAs="String">
|
||||
<value>25</value>
|
||||
</setting>
|
||||
<setting name="CarouselAnimationFrames" serializeAs="String">
|
||||
<value>50</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerDescription" serializeAs="String">
|
||||
<value>The File Explorer Demo emulates the UI representation of the Windows 8's File Explorer demonstrating that with Telerik UI for WinForms you can build application according to the latest fashion trends in the UI design.</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerImage" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.fileExplorer.png</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerTitle" serializeAs="String">
|
||||
<value>FileExplorer Demo Application</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerText" serializeAs="String">
|
||||
<value>FileExplorer Demo Application</value>
|
||||
</setting>
|
||||
<setting name="CheckersDescription" serializeAs="String">
|
||||
<value>Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.</value>
|
||||
</setting>
|
||||
<setting name="CheckersImage" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.Checkers.png</value>
|
||||
</setting>
|
||||
<setting name="CheckersTitle" serializeAs="String">
|
||||
<value>Telerik Checkers</value>
|
||||
</setting>
|
||||
<setting name="CheckersText" serializeAs="String">
|
||||
<value>Telerik Checkers</value>
|
||||
</setting>
|
||||
<setting name="QSFPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms.aspx#DownloadableDemos</value>
|
||||
</setting>
|
||||
<setting name="CheckersPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers.aspx</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-application.aspx</value>
|
||||
</setting>
|
||||
</AppPortfolio.Properties.Settings>
|
||||
</applicationSettings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="UI.for.WinForms.AllControls.Net48" version="2024.2.514" targetFramework="net48" />
|
||||
</packages>
|
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
|
@ -0,0 +1,207 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System
|
||||
Imports System.Windows.Forms
|
||||
Imports Telerik.WinControls
|
||||
Imports Telerik.WinControls.Layouts
|
||||
Imports Telerik.WinControls.Primitives
|
||||
Imports Telerik.WinControls.UI
|
||||
Imports System.Drawing
|
||||
|
||||
Namespace AppPortfolioVB
|
||||
Public Class AppDetailsPanel
|
||||
Inherits RadControl
|
||||
Private panelElement_Renamed As AppDetailsPanelElement
|
||||
|
||||
|
||||
Shared Sub New()
|
||||
ThemeResolutionService.LoadPackageResource("AppPortfolioTheme.tssp")
|
||||
End Sub
|
||||
|
||||
Public Sub New()
|
||||
Me.Size = New Size(950, 450)
|
||||
Me.ThemeName = "AppPortfolioTheme"
|
||||
AddHandler KeyDown, AddressOf AppDetailsPanel_KeyDown
|
||||
End Sub
|
||||
|
||||
Private Sub AppDetailsPanel_KeyDown(ByVal sender As Object, ByVal e As KeyEventArgs)
|
||||
If e.KeyCode = Keys.F5 Then
|
||||
Me.PanelElement.PerformInitAnimation()
|
||||
ElseIf e.KeyCode = Keys.Escape Then
|
||||
Me.Hide()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Public ReadOnly Property PanelElement() As AppDetailsPanelElement
|
||||
Get
|
||||
Return Me.panelElement_Renamed
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public Property PortfolioButton() As PortfolioButtonElement
|
||||
Get
|
||||
Return Me.panelElement_Renamed.PortfolioButton
|
||||
End Get
|
||||
Set(value As PortfolioButtonElement)
|
||||
Me.panelElement_Renamed.PortfolioButton = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Protected Overrides Sub OnDoubleClick(ByVal e As EventArgs)
|
||||
MyBase.OnDoubleClick(e)
|
||||
|
||||
Me.Hide()
|
||||
End Sub
|
||||
|
||||
Protected Overrides Sub CreateChildItems(ByVal parent As RadElement)
|
||||
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
||||
Me.BackgroundImage = Resources.BackgroundItemBig
|
||||
|
||||
MyBase.CreateChildItems(parent)
|
||||
|
||||
Me.panelElement_Renamed = New AppDetailsPanelElement()
|
||||
parent.Children.Add(Me.panelElement_Renamed)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Public Class AppDetailsPanelElement
|
||||
Inherits RadPanelElement
|
||||
Private productImage_Renamed As ImagePrimitive
|
||||
Private titleLabel As TextPrimitive
|
||||
Private descriptionLabel As TextPrimitive
|
||||
Private buttonElement As RadButtonElement
|
||||
Private backButtonElement As RadButtonElement
|
||||
|
||||
Private portfolioButton_Renamed As PortfolioButtonElement
|
||||
|
||||
Public Property ProductImage() As Image
|
||||
Get
|
||||
Return Me.productImage_Renamed.Image
|
||||
End Get
|
||||
Set(value As Image)
|
||||
Me.productImage_Renamed.Image = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Public Property Title() As String
|
||||
Get
|
||||
Return Me.titleLabel.Text
|
||||
End Get
|
||||
Set(value As String)
|
||||
Me.titleLabel.Text = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Public Property Description() As String
|
||||
Get
|
||||
Return Me.descriptionLabel.Text
|
||||
End Get
|
||||
Set(value As String)
|
||||
Me.descriptionLabel.Text = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Public Property PortfolioButton() As PortfolioButtonElement
|
||||
Get
|
||||
Return portfolioButton_Renamed
|
||||
End Get
|
||||
Set(value As PortfolioButtonElement)
|
||||
If Not Me.portfolioButton_Renamed Is Value Then
|
||||
Me.portfolioButton_Renamed = Value
|
||||
|
||||
If Not Me.portfolioButton_Renamed Is Nothing Then
|
||||
Me.productImage_Renamed.Image = Me.portfolioButton_Renamed.GetProductImage()
|
||||
Me.titleLabel.Text = Me.portfolioButton_Renamed.ProductTitle
|
||||
Me.descriptionLabel.Text = Me.portfolioButton_Renamed.ProductDescription
|
||||
Else
|
||||
Me.productImage_Renamed.Image = Nothing
|
||||
Me.titleLabel.Text = String.Empty
|
||||
Me.descriptionLabel.Text = String.Empty
|
||||
End If
|
||||
End If
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Protected Overrides Sub CreateChildElements()
|
||||
MyBase.CreateChildElements()
|
||||
|
||||
Me.productImage_Renamed = New ImagePrimitive()
|
||||
Me.productImage_Renamed.Image = Resources.Telerik
|
||||
|
||||
Me.descriptionLabel = New TextPrimitive()
|
||||
Me.descriptionLabel.ForeColor = Color.White
|
||||
Me.descriptionLabel.Font = New Font("Segoe UI", 10.0F)
|
||||
Me.descriptionLabel.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias
|
||||
Me.descriptionLabel.StretchHorizontally = True
|
||||
Me.descriptionLabel.TextAlignment = ContentAlignment.TopLeft
|
||||
Me.descriptionLabel.MaxSize = New Size(450, 0)
|
||||
Me.descriptionLabel.MinSize = New Size(0, 200)
|
||||
Me.descriptionLabel.TextWrap = True
|
||||
Me.descriptionLabel.Text = "Description"
|
||||
|
||||
Me.titleLabel = New TextPrimitive()
|
||||
Me.titleLabel.Margin = New Padding(0, 0, 0, 20)
|
||||
Me.titleLabel.ForeColor = Color.Red
|
||||
Me.titleLabel.Font = New Font("Verdana", 20.0F, FontStyle.Bold)
|
||||
Me.titleLabel.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias
|
||||
Me.titleLabel.Text = "Title"
|
||||
|
||||
Me.buttonElement = New RadButtonElement()
|
||||
Me.buttonElement.StretchHorizontally = False
|
||||
Me.buttonElement.StretchVertically = False
|
||||
Me.buttonElement.Text = "SEE DEMO"
|
||||
AddHandler buttonElement.Click, AddressOf buttonElement_Click
|
||||
|
||||
Me.backButtonElement = New RadButtonElement()
|
||||
Me.backButtonElement.StretchHorizontally = False
|
||||
Me.backButtonElement.StretchVertically = False
|
||||
Me.backButtonElement.Text = "BACK"
|
||||
AddHandler Me.backButtonElement.Click, AddressOf backButtonElement_Click
|
||||
|
||||
Dim verticalLayout As BoxLayout = New BoxLayout()
|
||||
verticalLayout.Orientation = System.Windows.Forms.Orientation.Vertical
|
||||
verticalLayout.Children.Add(Me.titleLabel)
|
||||
verticalLayout.Children.Add(Me.descriptionLabel)
|
||||
verticalLayout.Children.Add(Me.buttonElement)
|
||||
verticalLayout.Children.Add(Me.backButtonElement)
|
||||
|
||||
Dim horizontalLayout As BoxLayout = New BoxLayout()
|
||||
horizontalLayout.Margin = New Padding(20)
|
||||
horizontalLayout.StretchHorizontally = True
|
||||
horizontalLayout.StretchVertically = True
|
||||
horizontalLayout.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||||
BoxLayout.SetProportion(Me.productImage_Renamed, 1)
|
||||
BoxLayout.SetProportion(verticalLayout, 1)
|
||||
horizontalLayout.Children.Add(Me.productImage_Renamed)
|
||||
horizontalLayout.Children.Add(verticalLayout)
|
||||
|
||||
Me.Children.Add(horizontalLayout)
|
||||
End Sub
|
||||
|
||||
Private Sub backButtonElement_Click(ByVal sender As Object, ByVal e As EventArgs)
|
||||
Me.ElementTree.Control.Hide()
|
||||
End Sub
|
||||
|
||||
Private Sub buttonElement_Click(ByVal sender As Object, ByVal e As EventArgs)
|
||||
If Not Me.portfolioButton_Renamed Is Nothing Then
|
||||
Me.PortfolioButton.ExecuteCommand()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Public Sub PerformInitAnimation()
|
||||
Dim setting As AnimatedPropertySetting = New AnimatedPropertySetting(RadElement.MarginProperty, New Padding(0, 20, 0, 0), New Padding(0, 0, 0, 0), 10, 40)
|
||||
|
||||
Dim setting1 As AnimatedPropertySetting = New AnimatedPropertySetting(VisualElement.OpacityProperty, 0.0R, 1.0R, 10, 40)
|
||||
|
||||
setting.ApplyValue(Me.productImage_Renamed)
|
||||
setting.ApplyValue(Me.descriptionLabel)
|
||||
|
||||
setting1.ApplyValue(Me.productImage_Renamed)
|
||||
setting1.ApplyValue(Me.descriptionLabel)
|
||||
setting1.ApplyValue(Me.titleLabel)
|
||||
|
||||
setting = New AnimatedPropertySetting(RadElement.MarginProperty, New Padding(0, 20, 0, 20), New Padding(0, 0, 0, 20), 10, 40)
|
||||
|
||||
setting.ApplyValue(Me.titleLabel)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.10.34916.146
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppPortfolioVB", "AppPortfolioVB.vbproj", "{F40033B5-09BD-421B-BCE5-C3F3A655015B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Portfolio|Any CPU = Portfolio|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F40033B5-09BD-421B-BCE5-C3F3A655015B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F40033B5-09BD-421B-BCE5-C3F3A655015B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F40033B5-09BD-421B-BCE5-C3F3A655015B}.Portfolio|Any CPU.ActiveCfg = Portfolio|Any CPU
|
||||
{F40033B5-09BD-421B-BCE5-C3F3A655015B}.Portfolio|Any CPU.Build.0 = Portfolio|Any CPU
|
||||
{F40033B5-09BD-421B-BCE5-C3F3A655015B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F40033B5-09BD-421B-BCE5-C3F3A655015B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {2479C6BD-5237-4DFC-8C8C-534F4DCE58E2}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,404 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{F40033B5-09BD-421B-BCE5-C3F3A655015B}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>
|
||||
</RootNamespace>
|
||||
<AssemblyName>AppPortfolioVB</AssemblyName>
|
||||
<SccProjectName />
|
||||
<SccLocalPath />
|
||||
<SccAuxPath />
|
||||
<SccProvider />
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Portfolio|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MediaFoundation, Version=3.1.0.32450, Culture=neutral, PublicKeyToken=36fa660e1d6ebf8d, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.MSXML.dll</HintPath>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Toolkit.Uwp.Notifications, Version=7.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.Toolkit.Uwp.Notifications.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RadControlSpy, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\RadControlSpy.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Design" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Telerik.Documents.SpreadsheetStreaming, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Documents.SpreadsheetStreaming.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.ChartView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.ChartView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.GridView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.GridView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PdfViewer, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PdfViewer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PivotGrid, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PivotGrid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadChart, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadChart.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDiagram, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDiagram.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDock, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDock.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMap, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMap.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMarkupEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMarkupEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadSpreadsheet, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadSpreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadWebCam, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadWebCam.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RichTextEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RichTextEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Scheduler, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Scheduler.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SpellChecker, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SpellChecker.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SyntaxEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SyntaxEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Aqua, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Aqua.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Breeze, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Breeze.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Crystal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Crystal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.CrystalDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.CrystalDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Desert, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Desert.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Fluent, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Fluent.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.FluentDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.FluentDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.HighContrastBlack, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.HighContrastBlack.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Material, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Material.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialBlueGrey, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialBlueGrey.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialPink, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialPink.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialTeal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialTeal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Blue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Blue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2019, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2019.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetro, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroBlue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroBlue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroTouch, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroTouch.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2022, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2022.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows11, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows11.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows7, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows7.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows8, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows8.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.CMapUtils, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.CMapUtils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Core, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.DrawingML, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.DrawingML.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Fixed, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Fixed.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Doc, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.MediaFoundation, Version=2024.2.510.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Zip, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Zip.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikCommon, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikCommon.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikData, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikData.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikExport, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikExport.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="VisualStyleBuilder.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\VisualStyleBuilder.Design.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AppDetailsPanel.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="PortfolioButtonElement.vb" />
|
||||
<Compile Include="Program.vb" />
|
||||
<Compile Include="Properties\AssemblyInfo.vb" />
|
||||
<EmbeddedResource Include="AppDetailsPanel.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>AppDetailsPanel.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="Settings.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\BookKiosk.png" />
|
||||
<EmbeddedResource Include="Resources\ScreenshotGrid.png" />
|
||||
<EmbeddedResource Include="Resources\Helpdesk.png" />
|
||||
<EmbeddedResource Include="Resources\PhotoAlbum.png" />
|
||||
<EmbeddedResource Include="Resources\ScreenshotWinFormsQSF.png" />
|
||||
<EmbeddedResource Include="Resources\AppPortfolioTheme.tssp" />
|
||||
<None Include="Resources\BackgroundItemBig.png" />
|
||||
<None Include="Resources\WinForms.png" />
|
||||
<None Include="Resources\Telerik.png" />
|
||||
<None Include="Resources\RightArrowNormal.png" />
|
||||
<None Include="Resources\LeftArrowNormal.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\SalesDashBoard.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Checkers.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\BugTracker.png" />
|
||||
<EmbeddedResource Include="Resources\fileExplorer.png" />
|
||||
<EmbeddedResource Include="Resources\movieLab.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
306
Sample Applications/AppPortfolio App/AppPortfolioVB/Form1.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,306 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System
|
||||
Namespace AppPortfolioVB
|
||||
Partial Public Class Form1
|
||||
''' <summary>
|
||||
''' Required designer variable.
|
||||
''' </summary>
|
||||
Private components As System.ComponentModel.IContainer = Nothing
|
||||
|
||||
''' <summary>
|
||||
''' Clean up any resources being used.
|
||||
''' </summary>
|
||||
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing AndAlso (Not components Is Nothing) Then
|
||||
components.Dispose()
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
End Sub
|
||||
|
||||
#Region "Windows Form Designer generated code"
|
||||
|
||||
''' <summary>
|
||||
''' Required method for Designer support - do not modify
|
||||
''' the contents of this method with the code editor.
|
||||
''' </summary>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
||||
Dim carouselEllipsePath1 As Telerik.WinControls.UI.CarouselEllipsePath = New Telerik.WinControls.UI.CarouselEllipsePath()
|
||||
Me.radTitleBar1 = New Telerik.WinControls.UI.RadTitleBar()
|
||||
Me.desertTheme1 = New Telerik.WinControls.Themes.DesertTheme()
|
||||
Me.radCarousel1 = New Telerik.WinControls.UI.RadCarousel()
|
||||
Me.startHelpDeskButton = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement3 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement1 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement4 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement6 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement8 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement2 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement7 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
Me.portfolioButtonElement5 = New AppPortfolioVB.PortfolioButtonElement()
|
||||
CType(Me.radTitleBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.radCarousel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
' radTitleBar1
|
||||
'
|
||||
Me.radTitleBar1.Text = "Telerik UI for WinForms Portfolio"
|
||||
Me.radTitleBar1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.radTitleBar1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.radTitleBar1.Name = "radTitleBar1"
|
||||
Me.radTitleBar1.Size = New System.Drawing.Size(1016, 25)
|
||||
Me.radTitleBar1.TabIndex = 1
|
||||
Me.radTitleBar1.TabStop = False
|
||||
Me.radTitleBar1.Text = "Telerik UI for WinForms Portfolio"
|
||||
Me.radTitleBar1.ThemeName = "Office2007Black"
|
||||
'
|
||||
' radCarousel1
|
||||
'
|
||||
Me.radCarousel1.Anchor = (CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) Or System.Windows.Forms.AnchorStyles.Left) Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles))
|
||||
Me.radCarousel1.AnimationDelay = My.Settings.Default.CarouselAnimationDelay
|
||||
Me.radCarousel1.AnimationFrames = My.Settings.Default.CarouselAnimationFrames
|
||||
Me.radCarousel1.BackgroundImage = (CType(resources.GetObject("radCarousel1.BackgroundImage"), System.Drawing.Image))
|
||||
Me.radCarousel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.radCarousel1.CarouselElement.Margin = New System.Windows.Forms.Padding(0, 0, 1, 1)
|
||||
carouselEllipsePath1.Center = New Telerik.WinControls.UI.Point3D(52.357071213640921R, 38.435374149659864R, -10.0R)
|
||||
carouselEllipsePath1.FinalAngle = 360.0R
|
||||
carouselEllipsePath1.InitialAngle = 0.0R
|
||||
carouselEllipsePath1.U = New Telerik.WinControls.UI.Point3D(-7.9237713139418258R, -19.217687074829932R, -60.0R)
|
||||
carouselEllipsePath1.V = New Telerik.WinControls.UI.Point3D(28.986960882647942R, -14.795918367346939R, -10.0R)
|
||||
carouselEllipsePath1.ZScale = 400.0R
|
||||
Me.radCarousel1.CarouselPath = carouselEllipsePath1
|
||||
Me.radCarousel1.EnableAutoLoop = True
|
||||
Me.radCarousel1.ItemReflectionPercentage = 0.0R
|
||||
Me.radCarousel1.Items.AddRange(New Telerik.WinControls.RadItem() {Me.startHelpDeskButton, Me.portfolioButtonElement3, Me.portfolioButtonElement1, Me.portfolioButtonElement4, Me.portfolioButtonElement6, Me.portfolioButtonElement8, Me.portfolioButtonElement2, Me.portfolioButtonElement7})
|
||||
Me.radCarousel1.Location = New System.Drawing.Point(3, 38)
|
||||
Me.radCarousel1.MinFadeOpacity = 0.8R
|
||||
Me.radCarousel1.Name = "radCarousel1"
|
||||
Me.radCarousel1.Dock = Windows.Forms.DockStyle.Fill
|
||||
Me.radCarousel1.NavigationButtonsOffset = New System.Drawing.Size(425, 60)
|
||||
Me.radCarousel1.OpacityChangeCondition = Telerik.WinControls.UI.OpacityChangeConditions.None
|
||||
Me.radCarousel1.SelectedIndex = 0
|
||||
Me.radCarousel1.Size = New System.Drawing.Size(1009, 594)
|
||||
Me.radCarousel1.TabIndex = 0
|
||||
Me.radCarousel1.Text = "radCarousel1"
|
||||
Me.radCarousel1.ThemeName = "No theme"
|
||||
' Me.radCarousel1.KeyDown += New System.Windows.Forms.KeyEventHandler(Me.radCarousel1_KeyDown);
|
||||
CType(Me.radCarousel1.GetChildAt(0), Telerik.WinControls.UI.RadCarouselElement).Margin = New System.Windows.Forms.Padding(0, 0, 1, 1)
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(0), Telerik.WinControls.Primitives.FillPrimitive).Visibility = Telerik.WinControls.ElementVisibility.Hidden
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).BoxStyle = Telerik.WinControls.BorderBoxStyle.OuterInnerBorders
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).ForeColor2 = System.Drawing.Color.FromArgb((CInt(Fix((CByte(66))))), (CInt(Fix((CByte(66))))), (CInt(Fix((CByte(66))))))
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).ForeColor3 = System.Drawing.Color.FromArgb((CInt(Fix((CByte(66))))), (CInt(Fix((CByte(66))))), (CInt(Fix((CByte(66))))))
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).ForeColor4 = System.Drawing.Color.FromArgb((CInt(Fix((CByte(81))))), (CInt(Fix((CByte(55))))), (CInt(Fix((CByte(55))))))
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).InnerColor = System.Drawing.Color.Black
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).InnerColor2 = System.Drawing.Color.Black
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).InnerColor3 = System.Drawing.Color.Black
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).InnerColor4 = System.Drawing.Color.Black
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).ForeColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(81))))), (CInt(Fix((CByte(55))))), (CInt(Fix((CByte(55))))))
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(1), Telerik.WinControls.Primitives.BorderPrimitive).ZIndex = 10
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(3), Telerik.WinControls.UI.RadRepeatButtonElement).Image = Global.Resources.LeftArrowNormal
|
||||
CType(Me.radCarousel1.GetChildAt(0).GetChildAt(4), Telerik.WinControls.UI.RadRepeatButtonElement).Image = Global.Resources.RightArrowNormal
|
||||
'
|
||||
' startHelpDeskButton
|
||||
'
|
||||
Me.startHelpDeskButton.AccessibleDescription = "Telerik Help Desk"
|
||||
Me.startHelpDeskButton.AccessibleName = "Telerik Help Desk"
|
||||
Me.startHelpDeskButton.CanFocus = True
|
||||
Me.startHelpDeskButton.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "HelpdeskImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.startHelpDeskButton.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.startHelpDeskButton.Image = (CType(resources.GetObject("startHelpDeskButton.Image"), System.Drawing.Image))
|
||||
Me.startHelpDeskButton.Name = "startHelpDeskButton"
|
||||
Me.startHelpDeskButton.NavigateToURL = My.Settings.Default.HelpDeskPath
|
||||
Me.startHelpDeskButton.ProductDescription = My.Settings.Default.HelpDeskDescription
|
||||
Me.startHelpDeskButton.ProductImageLocation = My.Settings.Default.HelpDeskImageLocation
|
||||
Me.startHelpDeskButton.ProductTitle = My.Settings.Default.HelpDeskTitle
|
||||
Me.startHelpDeskButton.ShowBorder = False
|
||||
Me.startHelpDeskButton.Text = My.Settings.Default.HelpDeskTitle
|
||||
Me.startHelpDeskButton.ToolTipText = My.Settings.Default.HelpDeskTitle
|
||||
Me.startHelpDeskButton.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement3
|
||||
'
|
||||
Me.portfolioButtonElement3.AccessibleDescription = "Bookstore Kiosk Demo"
|
||||
Me.portfolioButtonElement3.AccessibleName = "Bookstore Kiosk Demo"
|
||||
Me.portfolioButtonElement3.CanFocus = True
|
||||
Me.portfolioButtonElement3.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "BookKioskImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement3.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement3.Image = (CType(resources.GetObject("portfolioButtonElement3.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement3.Name = "portfolioButtonElement3"
|
||||
Me.portfolioButtonElement3.NavigateToURL = My.Settings.Default.BookstorePath
|
||||
Me.portfolioButtonElement3.ProductDescription = My.Settings.Default.BookstoreKioskDescription
|
||||
Me.portfolioButtonElement3.ProductImageLocation = My.Settings.Default.BookKioskImageLocation
|
||||
Me.portfolioButtonElement3.ProductTitle = My.Settings.Default.BookstoreKioskTitle
|
||||
Me.portfolioButtonElement3.ShowBorder = False
|
||||
Me.portfolioButtonElement3.Text = My.Settings.Default.BookstoreKioskTitle
|
||||
Me.portfolioButtonElement3.ToolTipText = My.Settings.Default.BookstoreKioskTitle
|
||||
Me.portfolioButtonElement3.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement1
|
||||
'
|
||||
Me.portfolioButtonElement1.AccessibleDescription = "Telerik Checkers"
|
||||
Me.portfolioButtonElement1.AccessibleName = "Telerik Checkers"
|
||||
Me.portfolioButtonElement1.CanFocus = True
|
||||
Me.portfolioButtonElement1.DataBindings.Add(New System.Windows.Forms.Binding("ProductDescription", My.Settings.Default, "CheckersDescription", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement1.DataBindings.Add(New System.Windows.Forms.Binding("Text", My.Settings.Default, "CheckersText", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement1.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement1.Image = (CType(resources.GetObject("portfolioButtonElement1.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement1.Name = "portfolioButtonElement1"
|
||||
Me.portfolioButtonElement1.NavigateToURL = My.Settings.Default.CheckersPath
|
||||
Me.portfolioButtonElement1.ProductDescription = My.Settings.Default.CheckersDescription
|
||||
Me.portfolioButtonElement1.ProductImageLocation = My.Settings.Default.CheckersImage
|
||||
Me.portfolioButtonElement1.ProductTitle = My.Settings.Default.CheckersTitle
|
||||
Me.portfolioButtonElement1.ShowBorder = False
|
||||
Me.portfolioButtonElement1.Text = My.Settings.Default.CheckersText
|
||||
Me.portfolioButtonElement1.ToolTipText = My.Settings.Default.CheckersText
|
||||
Me.portfolioButtonElement1.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement4
|
||||
'
|
||||
Me.portfolioButtonElement4.AccessibleDescription = "Sales Dashboard"
|
||||
Me.portfolioButtonElement4.AccessibleName = "Sales Dashboard"
|
||||
Me.portfolioButtonElement4.CanFocus = True
|
||||
Me.portfolioButtonElement4.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "SalesDashboardImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement4.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement4.Image = (CType(resources.GetObject("portfolioButtonElement4.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement4.Name = "portfolioButtonElement4"
|
||||
Me.portfolioButtonElement4.NavigateToURL = My.Settings.Default.SalesDashboardPath
|
||||
Me.portfolioButtonElement4.ProductDescription = My.Settings.Default.SalesDashBoardDescription
|
||||
Me.portfolioButtonElement4.ProductImageLocation = My.Settings.Default.SalesDashboardImageLocation
|
||||
Me.portfolioButtonElement4.ProductTitle = My.Settings.Default.SalesDashboardTitle
|
||||
Me.portfolioButtonElement4.ShowBorder = False
|
||||
Me.portfolioButtonElement4.Text = My.Settings.Default.SalesDashboardTitle
|
||||
Me.portfolioButtonElement4.ToolTipText = My.Settings.Default.SalesDashboardTitle
|
||||
Me.portfolioButtonElement4.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement6
|
||||
'
|
||||
Me.portfolioButtonElement6.AccessibleDescription = "Photo Gallery Example"
|
||||
Me.portfolioButtonElement6.AccessibleName = "Photo Gallery Example"
|
||||
Me.portfolioButtonElement6.CanFocus = True
|
||||
Me.portfolioButtonElement6.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "PhotoAlbumImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement6.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement6.Image = (CType(resources.GetObject("portfolioButtonElement6.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement6.Name = "portfolioButtonElement6"
|
||||
Me.portfolioButtonElement6.NavigateToURL = My.Settings.Default.PhotoAlbumPath
|
||||
Me.portfolioButtonElement6.ProductDescription = My.Settings.Default.PhotoAlbumDescription
|
||||
Me.portfolioButtonElement6.ProductImageLocation = My.Settings.Default.PhotoAlbumImageLocation
|
||||
Me.portfolioButtonElement6.ProductTitle = My.Settings.Default.PhotoAlbumTitle
|
||||
Me.portfolioButtonElement6.ShowBorder = False
|
||||
Me.portfolioButtonElement6.Text = My.Settings.Default.PhotoAlbumTitle
|
||||
Me.portfolioButtonElement6.ToolTipText = My.Settings.Default.PhotoAlbumTitle
|
||||
Me.portfolioButtonElement6.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement8
|
||||
'
|
||||
Me.portfolioButtonElement8.AccessibleDescription = "FileExplorer Demo Application"
|
||||
Me.portfolioButtonElement8.AccessibleName = "FileExplorer Demo Application"
|
||||
Me.portfolioButtonElement8.CanFocus = True
|
||||
Me.portfolioButtonElement8.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "FileExplorerImage", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement8.DataBindings.Add(New System.Windows.Forms.Binding("ProductTitle", My.Settings.Default, "FileExplorerTitle", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement8.DataBindings.Add(New System.Windows.Forms.Binding("Text", My.Settings.Default, "FileExplorerText", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement8.DataBindings.Add(New System.Windows.Forms.Binding("ToolTipText", My.Settings.Default, "FileExplorerText", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement8.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement8.Image = (CType(resources.GetObject("portfolioButtonElement8.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement8.Name = "portfolioButtonElement8"
|
||||
Me.portfolioButtonElement8.NavigateToURL = My.Settings.Default.FileExplorerPath
|
||||
Me.portfolioButtonElement8.ProductDescription = My.Settings.Default.FileExplorerDescription
|
||||
Me.portfolioButtonElement8.ProductImageLocation = My.Settings.Default.FileExplorerImage
|
||||
Me.portfolioButtonElement8.ProductTitle = My.Settings.Default.FileExplorerTitle
|
||||
Me.portfolioButtonElement8.ShowBorder = False
|
||||
Me.portfolioButtonElement8.Text = My.Settings.Default.FileExplorerText
|
||||
Me.portfolioButtonElement8.ToolTipText = My.Settings.Default.FileExplorerText
|
||||
Me.portfolioButtonElement8.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement2
|
||||
'
|
||||
Me.portfolioButtonElement2.AccessibleDescription = "Quick Start Framework"
|
||||
Me.portfolioButtonElement2.AccessibleName = "Quick Start Framework"
|
||||
Me.portfolioButtonElement2.CanFocus = True
|
||||
Me.portfolioButtonElement2.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "QSFImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement2.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement2.Image = (CType(resources.GetObject("portfolioButtonElement2.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement2.Name = "portfolioButtonElement2"
|
||||
Me.portfolioButtonElement2.NavigateToURL = My.Settings.Default.QSFPath
|
||||
Me.portfolioButtonElement2.ProductDescription = My.Settings.Default.QSFDescription
|
||||
Me.portfolioButtonElement2.ProductImageLocation = My.Settings.Default.QSFImageLocation
|
||||
Me.portfolioButtonElement2.ProductTitle = My.Settings.Default.QSFTitle
|
||||
Me.portfolioButtonElement2.ShowBorder = False
|
||||
Me.portfolioButtonElement2.Text = My.Settings.Default.QSFTitle
|
||||
Me.portfolioButtonElement2.ToolTipText = My.Settings.Default.QSFTitle
|
||||
Me.portfolioButtonElement2.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement7
|
||||
'
|
||||
Me.portfolioButtonElement7.AccessibleDescription = "BugTracker Demo Application"
|
||||
Me.portfolioButtonElement7.AccessibleName = "BugTracker Demo Application"
|
||||
Me.portfolioButtonElement7.CanFocus = True
|
||||
Me.portfolioButtonElement7.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "BugTrackerImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement7.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement7.Image = (CType(resources.GetObject("portfolioButtonElement7.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement7.Name = "portfolioButtonElement7"
|
||||
Me.portfolioButtonElement7.NavigateToURL = My.Settings.Default.BugTrackerPath
|
||||
Me.portfolioButtonElement7.ProductDescription = My.Settings.Default.BugTrackerDescription
|
||||
Me.portfolioButtonElement7.ProductImageLocation = My.Settings.Default.BugTrackerImageLocation
|
||||
Me.portfolioButtonElement7.ProductTitle = My.Settings.Default.BugTrackerTitle
|
||||
Me.portfolioButtonElement7.ShowBorder = False
|
||||
Me.portfolioButtonElement7.Text = My.Settings.Default.BugTrackerTitle
|
||||
Me.portfolioButtonElement7.ToolTipText = My.Settings.Default.BugTrackerTitle
|
||||
Me.portfolioButtonElement7.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' portfolioButtonElement5
|
||||
'
|
||||
Me.portfolioButtonElement5.AccessibleDescription = "Telerik Movie Lab"
|
||||
Me.portfolioButtonElement5.AccessibleName = "Telerik Movie Lab"
|
||||
Me.portfolioButtonElement5.CanFocus = True
|
||||
Me.portfolioButtonElement5.DataBindings.Add(New System.Windows.Forms.Binding("ProductImageLocation", My.Settings.Default, "MovieLabImageLocation", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.portfolioButtonElement5.DisplayStyle = Telerik.WinControls.DisplayStyle.Image
|
||||
Me.portfolioButtonElement5.Image = (CType(resources.GetObject("portfolioButtonElement5.Image"), System.Drawing.Image))
|
||||
Me.portfolioButtonElement5.Name = "portfolioButtonElement5"
|
||||
Me.portfolioButtonElement5.NavigateToURL = My.Settings.Default.MovieLabPath
|
||||
Me.portfolioButtonElement5.ProductDescription = My.Settings.Default.MovieLabDescription
|
||||
Me.portfolioButtonElement5.ProductImageLocation = My.Settings.Default.MovieLabImageLocation
|
||||
Me.portfolioButtonElement5.ProductTitle = My.Settings.Default.MovieLabTitle
|
||||
Me.portfolioButtonElement5.ShowBorder = False
|
||||
Me.portfolioButtonElement5.Text = My.Settings.Default.MovieLabTitle
|
||||
Me.portfolioButtonElement5.ToolTipText = My.Settings.Default.MovieLabTitle
|
||||
Me.portfolioButtonElement5.Visibility = Telerik.WinControls.ElementVisibility.Visible
|
||||
'
|
||||
' Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0F, 13.0F)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(46))))), (CInt(Fix((CByte(16))))), (CInt(Fix((CByte(16))))))
|
||||
Me.ClientSize = New System.Drawing.Size(1016, 635)
|
||||
Me.Controls.Add(Me.radCarousel1)
|
||||
Me.Controls.Add(Me.radTitleBar1)
|
||||
Me.HelpButton = True
|
||||
Me.Name = "Form1"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Telerik UI for WinForms Portfolio"
|
||||
CType(Me.radTitleBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.radCarousel1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
#End Region
|
||||
|
||||
Private WithEvents radCarousel1 As Telerik.WinControls.UI.RadCarousel
|
||||
Private startHelpDeskButton As PortfolioButtonElement
|
||||
Private portfolioButtonElement1 As PortfolioButtonElement
|
||||
Private portfolioButtonElement2 As PortfolioButtonElement
|
||||
Private portfolioButtonElement3 As PortfolioButtonElement
|
||||
Private portfolioButtonElement4 As PortfolioButtonElement
|
||||
Private portfolioButtonElement5 As PortfolioButtonElement
|
||||
Private portfolioButtonElement6 As PortfolioButtonElement
|
||||
Private portfolioButtonElement7 As PortfolioButtonElement
|
||||
Private portfolioButtonElement8 As PortfolioButtonElement
|
||||
Private desertTheme1 As Telerik.WinControls.Themes.DesertTheme
|
||||
Private radTitleBar1 As Telerik.WinControls.UI.RadTitleBar
|
||||
End Class
|
||||
End Namespace
|
||||
|
|
@ -0,0 +1,150 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Data
|
||||
Imports System.Drawing
|
||||
Imports System.Text
|
||||
Imports System.Windows.Forms
|
||||
Imports Telerik.WinControls
|
||||
Imports Telerik.WinControls.UI
|
||||
Imports Telerik.WinControls.Primitives
|
||||
|
||||
Namespace AppPortfolioVB
|
||||
Partial Public Class Form1
|
||||
Inherits ShapedForm
|
||||
Private carouselLabelElement As RadLabelElement = Nothing
|
||||
|
||||
Public Sub New()
|
||||
InitializeComponent()
|
||||
|
||||
ThemeResolutionService.LoadPackageResource("AppPortfolioTheme.tssp")
|
||||
Me.radTitleBar1.ThemeName = "AppPortfolioTheme"
|
||||
End Sub
|
||||
|
||||
Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
|
||||
|
||||
Me.carouselLabelElement = New RadLabelElement()
|
||||
Me.carouselLabelElement.Font = New Font("Verdana", 13.0F, FontStyle.Bold)
|
||||
Me.carouselLabelElement.ZIndex = 5
|
||||
Me.carouselLabelElement.StretchHorizontally = False
|
||||
Me.carouselLabelElement.StretchVertically = False
|
||||
Me.carouselLabelElement.TextAlignment = ContentAlignment.MiddleRight
|
||||
Me.carouselLabelElement.Alignment = ContentAlignment.BottomCenter
|
||||
Me.carouselLabelElement.Margin = New Padding(10, 0, 0, 110)
|
||||
|
||||
Me.SetSelectedItemText()
|
||||
|
||||
Me.radCarousel1.CarouselElement.Children.Add(Me.carouselLabelElement)
|
||||
|
||||
Dim winFormsImage As ImagePrimitive = New ImagePrimitive()
|
||||
winFormsImage.Image = Resources.WinForms
|
||||
winFormsImage.Alignment = ContentAlignment.TopLeft
|
||||
winFormsImage.Margin = New Padding(20, 20, 0, 0)
|
||||
Me.radCarousel1.CarouselElement.Children.Add(winFormsImage)
|
||||
|
||||
Dim telerikImage As ImagePrimitive = New ImagePrimitive()
|
||||
telerikImage.Image = Resources.Telerik
|
||||
telerikImage.Alignment = ContentAlignment.BottomRight
|
||||
telerikImage.Margin = New Padding(0, 0, 20, 20)
|
||||
Me.radCarousel1.CarouselElement.Children.Add(telerikImage)
|
||||
|
||||
AddHandler radCarousel1.SelectedValueChanged, AddressOf radCarousel1_SelectedValueChanged
|
||||
|
||||
For Each item As RadItem In Me.radCarousel1.Items
|
||||
AddHandler item.MouseDown, AddressOf item_MouseDown
|
||||
Next item
|
||||
|
||||
AddHandler radCarousel1.CarouselElement.AnimationStarted, AddressOf CarouselElement_AnimationStarted
|
||||
End Sub
|
||||
|
||||
Private detailsPanel As AppDetailsPanel = Nothing
|
||||
|
||||
Private Sub item_MouseDown(ByVal sender As Object, ByVal e As MouseEventArgs)
|
||||
If Not sender Is Me.radCarousel1.SelectedItem Then
|
||||
Return
|
||||
End If
|
||||
|
||||
If Me.detailsPanel Is Nothing Then
|
||||
Me.detailsPanel = New AppDetailsPanel()
|
||||
Me.detailsPanel.Hide()
|
||||
AddHandler detailsPanel.VisibleChanged, AddressOf detailsPanel_VisibleChanged
|
||||
Me.Controls.Add(detailsPanel)
|
||||
End If
|
||||
|
||||
Me.detailsPanel.PortfolioButton = TryCast(sender, PortfolioButtonElement)
|
||||
|
||||
Me.detailsPanel.Location = New Point(CInt((Me.Width - detailsPanel.Width) / 2), CInt((Me.Height - detailsPanel.Height) / 2))
|
||||
Me.detailsPanel.Show()
|
||||
Me.detailsPanel.BringToFront()
|
||||
Me.detailsPanel.Focus()
|
||||
End Sub
|
||||
|
||||
Private Sub detailsPanel_VisibleChanged(ByVal sender As Object, ByVal e As EventArgs)
|
||||
Me.radCarousel1.EnableAutoLoop = Not Me.detailsPanel.Visible
|
||||
|
||||
If Me.detailsPanel.Visible Then
|
||||
Me.detailsPanel.PanelElement.PerformInitAnimation()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub radCarousel1_SelectedValueChanged(ByVal sender As Object, ByVal e As EventArgs)
|
||||
Me.SetSelectedItemText()
|
||||
End Sub
|
||||
|
||||
Private Sub CarouselElement_AnimationStarted(ByVal sender As Object, ByVal e As EventArgs)
|
||||
Dim setting As AnimatedPropertySetting = New AnimatedPropertySetting()
|
||||
setting.Property = VisualElement.ForeColorProperty
|
||||
setting.EndValue = Color.Transparent
|
||||
setting.NumFrames = 10
|
||||
setting.Interval = 40
|
||||
|
||||
If Not Me.carouselLabelElement Is Nothing Then
|
||||
setting.ApplyValue(Me.carouselLabelElement)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub SetSelectedItemText()
|
||||
If Me.carouselLabelElement Is Nothing Then
|
||||
Return
|
||||
End If
|
||||
|
||||
Dim selectedElement As PortfolioButtonElement = Nothing
|
||||
If Not Me.radCarousel1 Is Nothing Then
|
||||
selectedElement = TryCast(Me.radCarousel1.SelectedItem, PortfolioButtonElement)
|
||||
End If
|
||||
|
||||
Dim text As String
|
||||
If (Not selectedElement Is Nothing) Then
|
||||
text = selectedElement.Text
|
||||
Else
|
||||
text = "Select Item"
|
||||
End If
|
||||
Me.carouselLabelElement.Text = text
|
||||
|
||||
'Animate selected text
|
||||
|
||||
Dim setting As AnimatedPropertySetting = New AnimatedPropertySetting(VisualElement.ForeColorProperty, Color.Transparent, Color.White, 10, 40)
|
||||
|
||||
setting.ApplyValue(Me.carouselLabelElement)
|
||||
End Sub
|
||||
|
||||
Private Sub radCarousel1_KeyDown(ByVal sender As Object, ByVal e As KeyEventArgs) Handles radCarousel1.KeyDown
|
||||
If e.KeyCode = Keys.F11 Then
|
||||
If Me.WindowState = FormWindowState.Maximized Then
|
||||
Me.WindowState = FormWindowState.Normal
|
||||
Me.FormBorderStyle = FormBorderStyle.Sizable
|
||||
Else
|
||||
Me.FormBorderStyle = FormBorderStyle.None
|
||||
Me.WindowState = FormWindowState.Maximized
|
||||
End If
|
||||
ElseIf e.KeyCode = Keys.F5 Then
|
||||
Me.radCarousel1.EnableAutoLoop = Not Me.radCarousel1.EnableAutoLoop
|
||||
ElseIf e.KeyCode = Keys.Escape Then
|
||||
If Not Me.detailsPanel Is Nothing AndAlso Me.detailsPanel.Visible Then
|
||||
Me.detailsPanel.Hide()
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
|
@ -0,0 +1,124 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Diagnostics
|
||||
Imports System.IO
|
||||
Imports System.Reflection
|
||||
Imports System.Text
|
||||
Imports System.Windows.Forms
|
||||
Imports Telerik.WinControls.UI
|
||||
Imports System.Drawing
|
||||
|
||||
Namespace AppPortfolioVB
|
||||
Public Class PortfolioButtonElement
|
||||
Inherits RadButtonElement
|
||||
Private executeCommand_Renamed As String = String.Empty
|
||||
|
||||
Private productImageLocation_Renamed As String = String.Empty
|
||||
Private productDescription_Renamed As String = String.Empty
|
||||
Private productTitle_Renamed As String = String.Empty
|
||||
|
||||
Public Sub New()
|
||||
Me.ButtonFillElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed
|
||||
End Sub
|
||||
|
||||
<DefaultValue("")> _
|
||||
Public Property NavigateToURL() As String
|
||||
Get
|
||||
Return executeCommand_Renamed
|
||||
End Get
|
||||
Set(value As String)
|
||||
executeCommand_Renamed = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<DefaultValue("")> _
|
||||
Public Property ProductImageLocation() As String
|
||||
Get
|
||||
Return Me.productImageLocation_Renamed
|
||||
End Get
|
||||
Set(value As String)
|
||||
Me.productImageLocation_Renamed = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Public Function GetProductImage() As Image
|
||||
If String.IsNullOrEmpty(Me.productImageLocation_Renamed) Then
|
||||
Return Nothing
|
||||
End If
|
||||
|
||||
Dim executingAssembly As System.Reflection.Assembly = System.Reflection.Assembly.GetExecutingAssembly()
|
||||
Dim stream As Stream = executingAssembly.GetManifestResourceStream(Me.productImageLocation_Renamed)
|
||||
|
||||
Return New Bitmap(stream)
|
||||
End Function
|
||||
|
||||
<DefaultValue("")> _
|
||||
Public Property ProductDescription() As String
|
||||
Get
|
||||
Return Me.productDescription_Renamed
|
||||
End Get
|
||||
Set(value As String)
|
||||
Me.productDescription_Renamed = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<DefaultValue("")> _
|
||||
Public Property ProductTitle() As String
|
||||
Get
|
||||
Return Me.productTitle_Renamed
|
||||
End Get
|
||||
Set(value As String)
|
||||
Me.productTitle_Renamed = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Public Overridable Sub ExecuteCommand()
|
||||
Process.Start(Me.NavigateToURL, Nothing)
|
||||
|
||||
'string fileName = string.Empty;
|
||||
'if (!Path.IsPathRooted(this.NavigateToURL))
|
||||
'{
|
||||
' fileName = Path.Combine(basePath, this.NavigateToURL);
|
||||
'}
|
||||
'else
|
||||
'{
|
||||
' fileName = this.NavigateToURL;
|
||||
'}
|
||||
'if (!File.Exists(fileName))
|
||||
'{
|
||||
' MessageBox.Show("File not found: " + fileName);
|
||||
' return;
|
||||
'}
|
||||
|
||||
'ProcessStartInfo startInfo = new ProcessStartInfo(fileName);
|
||||
'startInfo.WorkingDirectory = Path.GetDirectoryName(fileName);
|
||||
'Process.Start(startInfo);
|
||||
|
||||
|
||||
|
||||
'formTypeName += this.NavigateToURL.Replace("/", ".");
|
||||
'formType = Assembly.GetEntryAssembly().GetType(formTypeName);
|
||||
'Control ctrl = Activator.CreateInstance(formType) as Control;
|
||||
|
||||
'Form ctrlForm = new Form();
|
||||
'if (ctrl != null)
|
||||
'{
|
||||
' ctrlForm.Controls.Add(ctrl);
|
||||
' ctrlForm.ShowDialog();
|
||||
'}
|
||||
|
||||
|
||||
'formTypeName = this.NavigateToURL.Replace("/", ".");
|
||||
'formType = Assembly.GetEntryAssembly().GetType(formTypeName);
|
||||
'Form form = Activator.CreateInstance(formType) as Form;
|
||||
'if (form != null)
|
||||
'{
|
||||
' form.ShowDialog();
|
||||
'}
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
End Namespace
|
|
@ -0,0 +1,20 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System
|
||||
Imports System.Collections.Generic
|
||||
Imports System.Windows.Forms
|
||||
|
||||
Namespace AppPortfolioVB
|
||||
Friend Class Program
|
||||
''' <summary>
|
||||
''' The main entry point for the application.
|
||||
''' </summary>
|
||||
Private Sub New()
|
||||
End Sub
|
||||
<STAThread()> _
|
||||
Shared Sub Main()
|
||||
Application.EnableVisualStyles()
|
||||
Application.SetCompatibleTextRenderingDefault(False)
|
||||
Application.Run(New Form1())
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
|
@ -0,0 +1,34 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.CompilerServices
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' General Information about an assembly is controlled through the following
|
||||
' set of attributes. Change these attribute values to modify the information
|
||||
' associated with an assembly.
|
||||
<Assembly: AssemblyTitle("AppPortfolio")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyConfiguration("")>
|
||||
<Assembly: AssemblyCompany("Telerik")>
|
||||
<Assembly: AssemblyProduct("AppPortfolio")>
|
||||
<Assembly: AssemblyCopyright("Copyright © Telerik 2008")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: AssemblyCulture("")>
|
||||
|
||||
' Setting ComVisible to false makes the types in this assembly not visible
|
||||
' to COM components. If you need to access a type in this assembly from
|
||||
' COM, set the ComVisible attribute to true on that type.
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
' The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
<Assembly: Guid("3e98d988-14aa-43b8-887c-07b1d12ad85e")>
|
||||
|
||||
' Version information for an assembly consists of the following four values:
|
||||
'
|
||||
' Major Version
|
||||
' Minor Version
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
225
Sample Applications/AppPortfolio App/AppPortfolioVB/Properties/Resources.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,225 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
|
||||
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
'class via a tool like ResGen or Visual Studio.
|
||||
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
'with the /str option, or rebuild your VS project.
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Class Resources
|
||||
|
||||
Private Shared resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private Shared resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
<Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||
Friend Sub New()
|
||||
MyBase.New
|
||||
End Sub
|
||||
|
||||
'''<summary>
|
||||
''' Returns the cached ResourceManager instance used by this class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Overrides the current thread's CurrentUICulture property for all
|
||||
''' resource lookups using this strongly typed resource class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Shared Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Byte[].
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property AppPortfolioTheme() As Byte()
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("AppPortfolioTheme", resourceCulture)
|
||||
Return CType(obj,Byte())
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property BackgroundItemBig() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("BackgroundItemBig", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property BookKiosk() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("BookKiosk", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property BugTracker() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("BugTracker", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property Checkers() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("Checkers", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property fileExplorer() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("fileExplorer", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property Helpdesk() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("Helpdesk", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property LeftArrowNormal() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("LeftArrowNormal", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property movieLab() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("movieLab", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property PhotoAlbum() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("PhotoAlbum", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property RightArrowNormal() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("RightArrowNormal", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property SalesDashBoard() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("SalesDashBoard", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property ScreenshotGrid() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("ScreenshotGrid", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property ScreenshotWinFormsQSF() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("ScreenshotWinFormsQSF", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property Telerik() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("Telerik", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property WinForms() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("WinForms", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
|
@ -0,0 +1,169 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="AppPortfolioTheme" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\AppPortfolioTheme.tssp;System.Byte[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="BackgroundItemBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BackgroundItemBig.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="BookKiosk" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\bookkiosk.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="BugTracker" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\bugtracker.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Checkers" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\checkers.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="fileExplorer" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\fileexplorer.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Helpdesk" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\helpdesk.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="LeftArrowNormal" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\LeftArrowNormal.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="movieLab" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\movielab.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="PhotoAlbum" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\photoalbum.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="RightArrowNormal" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\RightArrowNormal.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="SalesDashBoard" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\salesdashboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ScreenshotGrid" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\screenshotgrid.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ScreenshotWinFormsQSF" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\screenshotwinformsqsf.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Telerik" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Telerik.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinForms" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinForms.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
500
Sample Applications/AppPortfolio App/AppPortfolioVB/Properties/Settings.Designer.vb
сгенерированный
Normal file
|
@ -0,0 +1,500 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class Settings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As Settings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New Settings()),Settings)
|
||||
|
||||
#Region "My.Settings Auto-Save Functionality"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As Settings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")> _
|
||||
Public ReadOnly Property HelpDeskPath() As String
|
||||
Get
|
||||
Return CType(Me("HelpDeskPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\Busines"& _
|
||||
"sGrid\Furniture.mdb;Persist Security Info=True")> _
|
||||
Public ReadOnly Property FurnitureConnectionString() As String
|
||||
Get
|
||||
Return CType(Me("FurnitureConnectionString"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSou"& _
|
||||
"rces\Furniture.mdb;Persist Security Info=True")> _
|
||||
Public ReadOnly Property FurnitureConnectionString1() As String
|
||||
Get
|
||||
Return CType(Me("FurnitureConnectionString1"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("SalesDashBoard.png")> _
|
||||
Public ReadOnly Property SalesDashboardImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("SalesDashboardImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("BookKiosk.png")> _
|
||||
Public ReadOnly Property BookKioskImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("BookKioskImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("ScreenshotWinFormsQSF.png")> _
|
||||
Public ReadOnly Property QSFImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("QSFImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Helpdesk.png")> _
|
||||
Public ReadOnly Property HelpDeskImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("HelpDeskImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("BugTracker.png")> _
|
||||
Public ReadOnly Property BugTrackerImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("BugTrackerImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("PhotoAlbum.png")> _
|
||||
Public ReadOnly Property PhotoAlbumImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("PhotoAlbumImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("movieLab.png")> _
|
||||
Public ReadOnly Property MovieLabImageLocation() As String
|
||||
Get
|
||||
Return CType(Me("MovieLabImageLocation"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Telerik Help Desk")> _
|
||||
Public ReadOnly Property HelpDeskTitle() As String
|
||||
Get
|
||||
Return CType(Me("HelpDeskTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("HelpDesk demo application for WinForms integrates components from Telerik UI for "& _
|
||||
"WinForms suite. It simulates a contact management system, which is data-bound to"& _
|
||||
" a Microsoft SQL Server to show how to build rich user interfaces with Telerik U"& _
|
||||
"I for WinForms. It illustrates how to combine our award-winning components to de"& _
|
||||
"liver elaborate UIs.")> _
|
||||
Public ReadOnly Property HelpDeskDescription() As String
|
||||
Get
|
||||
Return CType(Me("HelpDeskDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Telerik Movie Lab")> _
|
||||
Public ReadOnly Property MovieLabTitle() As String
|
||||
Get
|
||||
Return CType(Me("MovieLabTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("MovieLab demo application demonstrates the capabilities of RadListView for WinFor"& _
|
||||
"ms. Give your users slick and modern lists, kinetic scrolling, and hot tracking."& _
|
||||
" The features of RadListView at a glance.")> _
|
||||
Public ReadOnly Property MovieLabDescription() As String
|
||||
Get
|
||||
Return CType(Me("MovieLabDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Bookstore Kiosk Demo")> _
|
||||
Public ReadOnly Property BookstoreKioskTitle() As String
|
||||
Get
|
||||
Return CType(Me("BookstoreKioskTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractivenes"& _
|
||||
"s of Telerik UIfor WinForms. It simulates a bookstore kiosk system, much like th"& _
|
||||
"e one you would use in your local bookstore. You can browse books, check for boo"& _
|
||||
"k availability, and even see the current book inventory through the Telerik Repo"& _
|
||||
"rting tool.")> _
|
||||
Public ReadOnly Property BookstoreKioskDescription() As String
|
||||
Get
|
||||
Return CType(Me("BookstoreKioskDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Photo Gallery Example")> _
|
||||
Public ReadOnly Property PhotoAlbumTitle() As String
|
||||
Get
|
||||
Return CType(Me("PhotoAlbumTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-"& _
|
||||
"like visual effects of Telerik UI for WinForms. It simulates a photo album viewe"& _
|
||||
"r that presents the photos using transitions. With the Telerik Presentation Fram"& _
|
||||
"ework that lies under Telerik UI for WinForms you can easily create cool transit"& _
|
||||
"ion effects.")> _
|
||||
Public ReadOnly Property PhotoAlbumDescription() As String
|
||||
Get
|
||||
Return CType(Me("PhotoAlbumDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Sales Dashboard")> _
|
||||
Public ReadOnly Property SalesDashboardTitle() As String
|
||||
Get
|
||||
Return CType(Me("SalesDashboardTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("The Sales Dashboard for Windows Forms is a composite business application for vis"& _
|
||||
"ualizing a company’s sales force performance. It provides senior management with"& _
|
||||
" a dynamic application that enables monitoring and evaluation of enterprise sale"& _
|
||||
"s. By using statistical data representation, detailed information about individu"& _
|
||||
"al sales, tools for filtering data by various parameters it greatly facilitates "& _
|
||||
"the decision-making process in a classic business scenario.")> _
|
||||
Public ReadOnly Property SalesDashBoardDescription() As String
|
||||
Get
|
||||
Return CType(Me("SalesDashBoardDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Demo Application")> _
|
||||
Public ReadOnly Property QSFTitle() As String
|
||||
Get
|
||||
Return CType(Me("QSFTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("The Demo Application of Telerik UI WinForms showcases all Telerik WinForms contro"& _
|
||||
"ls in a single application. Each product comes with several examples, each with "& _
|
||||
"full source code.")> _
|
||||
Public ReadOnly Property QSFDescription() As String
|
||||
Get
|
||||
Return CType(Me("QSFDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("The Bug Tracker demo is an excellent example of a real-world application that can"& _
|
||||
" be built with Telerik UI for WinForms. Thanks to the variety of navigation and "& _
|
||||
"data controls that this suite provides, you can easily set up a fully-functional"& _
|
||||
" application with a slick and finished look.")> _
|
||||
Public ReadOnly Property BugTrackerDescription() As String
|
||||
Get
|
||||
Return CType(Me("BugTrackerDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGri"& _
|
||||
"d\Furniture.mdb;Persist Security Info=True")> _
|
||||
Public ReadOnly Property FurnitureConnectionString2() As String
|
||||
Get
|
||||
Return CType(Me("FurnitureConnectionString2"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")> _
|
||||
Public ReadOnly Property MovieLabPath() As String
|
||||
Get
|
||||
Return CType(Me("MovieLabPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-ap"& _
|
||||
"plication.aspx")> _
|
||||
Public ReadOnly Property BugTrackerPath() As String
|
||||
Get
|
||||
Return CType(Me("BugTrackerPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/support/code-library/photoalbum-demo-application")> _
|
||||
Public ReadOnly Property PhotoAlbumPath() As String
|
||||
Get
|
||||
Return CType(Me("PhotoAlbumPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")> _
|
||||
Public ReadOnly Property SalesDashboardPath() As String
|
||||
Get
|
||||
Return CType(Me("SalesDashboardPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("BugTracker Demo Application")> _
|
||||
Public ReadOnly Property BugTrackerTitle() As String
|
||||
Get
|
||||
Return CType(Me("BugTrackerTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms/sample-applications.aspx")> _
|
||||
Public ReadOnly Property BookstorePath() As String
|
||||
Get
|
||||
Return CType(Me("BookstorePath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("25")> _
|
||||
Public ReadOnly Property CarouselAnimationDelay() As Integer
|
||||
Get
|
||||
Return CType(Me("CarouselAnimationDelay"),Integer)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("50")> _
|
||||
Public ReadOnly Property CarouselAnimationFrames() As Integer
|
||||
Get
|
||||
Return CType(Me("CarouselAnimationFrames"),Integer)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("The File Explorer Demo emulates the UI representation of the Windows 8's File Exp"& _
|
||||
"lorer demonstrating that with Telerik UI for WinForms you can build application "& _
|
||||
"according to the latest fashion trends in the UI design.")> _
|
||||
Public ReadOnly Property FileExplorerDescription() As String
|
||||
Get
|
||||
Return CType(Me("FileExplorerDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("fileExplorer.png")> _
|
||||
Public ReadOnly Property FileExplorerImage() As String
|
||||
Get
|
||||
Return CType(Me("FileExplorerImage"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("FileExplorer Demo Application")> _
|
||||
Public ReadOnly Property FileExplorerTitle() As String
|
||||
Get
|
||||
Return CType(Me("FileExplorerTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("FileExplorer Demo Application")> _
|
||||
Public ReadOnly Property FileExplorerText() As String
|
||||
Get
|
||||
Return CType(Me("FileExplorerText"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Telerik Checkers is an implementation of the standard Checkers game and follows m"& _
|
||||
"ost of its rules. The drag and drop restrictions and customizations are possible"& _
|
||||
" thanks to the capabilities of the RadDragDropService. This service allows you t"& _
|
||||
"o move a specific cell to a specific location, easily change the drag hint and h"& _
|
||||
"ave control over the data of the dragged cell and the target cell.")> _
|
||||
Public ReadOnly Property CheckersDescription() As String
|
||||
Get
|
||||
Return CType(Me("CheckersDescription"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Checkers.png")> _
|
||||
Public ReadOnly Property CheckersImage() As String
|
||||
Get
|
||||
Return CType(Me("CheckersImage"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Telerik Checkers")> _
|
||||
Public ReadOnly Property CheckersTitle() As String
|
||||
Get
|
||||
Return CType(Me("CheckersTitle"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Telerik Checkers")> _
|
||||
Public ReadOnly Property CheckersText() As String
|
||||
Get
|
||||
Return CType(Me("CheckersText"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/products/winforms.aspx#DownloadableDemos")> _
|
||||
Public ReadOnly Property QSFPath() As String
|
||||
Get
|
||||
Return CType(Me("QSFPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers."& _
|
||||
"aspx")> _
|
||||
Public ReadOnly Property CheckersPath() As String
|
||||
Get
|
||||
Return CType(Me("CheckersPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-"& _
|
||||
"application.aspx")> _
|
||||
Public ReadOnly Property FileExplorerPath() As String
|
||||
Get
|
||||
Return CType(Me("FileExplorerPath"),String)
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.My.Settings
|
||||
Get
|
||||
Return Global.My.Settings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
|
@ -0,0 +1,150 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="HelpDeskPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="FurnitureConnectionString" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="FurnitureConnectionString1" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashboardImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SalesDashBoard.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookKioskImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">BookKiosk.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">ScreenshotWinFormsQSF.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpDeskImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Helpdesk.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">BugTracker.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">PhotoAlbum.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabImageLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">movieLab.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpDeskTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Help Desk</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpDeskDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">HelpDesk demo application for WinForms integrates components from Telerik UI for WinForms suite. It simulates a contact management system, which is data-bound to a Microsoft SQL Server to show how to build rich user interfaces with Telerik UI for WinForms. It illustrates how to combine our award-winning components to deliver elaborate UIs.</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Movie Lab</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">MovieLab demo application demonstrates the capabilities of RadListView for WinForms. Give your users slick and modern lists, kinetic scrolling, and hot tracking. The features of RadListView at a glance.</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookstoreKioskTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Bookstore Kiosk Demo</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookstoreKioskDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractiveness of Telerik UIfor WinForms. It simulates a bookstore kiosk system, much like the one you would use in your local bookstore. You can browse books, check for book availability, and even see the current book inventory through the Telerik Reporting tool.</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Photo Gallery Example</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-like visual effects of Telerik UI for WinForms. It simulates a photo album viewer that presents the photos using transitions. With the Telerik Presentation Framework that lies under Telerik UI for WinForms you can easily create cool transition effects.</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashboardTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Sales Dashboard</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashBoardDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Sales Dashboard for Windows Forms is a composite business application for visualizing a company’s sales force performance. It provides senior management with a dynamic application that enables monitoring and evaluation of enterprise sales. By using statistical data representation, detailed information about individual sales, tools for filtering data by various parameters it greatly facilitates the decision-making process in a classic business scenario.</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Demo Application of Telerik UI WinForms showcases all Telerik WinForms controls in a single application. Each product comes with several examples, each with full source code.</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The Bug Tracker demo is an excellent example of a real-world application that can be built with Telerik UI for WinForms. Thanks to the variety of navigation and data controls that this suite provides, you can easily set up a fully-functional application with a slick and finished look.</Value>
|
||||
</Setting>
|
||||
<Setting Name="FurnitureConnectionString2" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="MovieLabPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-application.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="PhotoAlbumPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/support/code-library/photoalbum-demo-application</Value>
|
||||
</Setting>
|
||||
<Setting Name="SalesDashboardPath" Type="(Web Service URL)" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="BugTrackerTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">BugTracker Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="BookstorePath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms/sample-applications.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="CarouselAnimationDelay" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">25</Value>
|
||||
</Setting>
|
||||
<Setting Name="CarouselAnimationFrames" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">50</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The File Explorer Demo emulates the UI representation of the Windows 8's File Explorer demonstrating that with Telerik UI for WinForms you can build application according to the latest fashion trends in the UI design.</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerImage" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">fileExplorer.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">FileExplorer Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerText" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">FileExplorer Demo Application</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersDescription" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersImage" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Checkers.png</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersTitle" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Checkers</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersText" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Telerik Checkers</Value>
|
||||
</Setting>
|
||||
<Setting Name="QSFPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/products/winforms.aspx#DownloadableDemos</Value>
|
||||
</Setting>
|
||||
<Setting Name="CheckersPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers.aspx</Value>
|
||||
</Setting>
|
||||
<Setting Name="FileExplorerPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-application.aspx</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/BackgroundItemBig.png
Normal file
После Ширина: | Высота: | Размер: 194 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/BookKiosk.png
Normal file
После Ширина: | Высота: | Размер: 48 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/BugTracker.png
Normal file
После Ширина: | Высота: | Размер: 61 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/Checkers.png
Normal file
После Ширина: | Высота: | Размер: 137 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/Helpdesk.png
Normal file
После Ширина: | Высота: | Размер: 96 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/LeftArrowNormal.png
Normal file
После Ширина: | Высота: | Размер: 1.9 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/PhotoAlbum.png
Normal file
После Ширина: | Высота: | Размер: 186 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/RightArrowNormal.png
Normal file
После Ширина: | Высота: | Размер: 1.8 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/SalesDashBoard.png
Normal file
После Ширина: | Высота: | Размер: 101 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/ScreenshotGrid.png
Normal file
После Ширина: | Высота: | Размер: 77 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/ScreenshotWinFormsQSF.png
Normal file
После Ширина: | Высота: | Размер: 53 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/Telerik.png
Normal file
После Ширина: | Высота: | Размер: 3.3 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/WinForms.png
Normal file
После Ширина: | Высота: | Размер: 4.3 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/fileExplorer.png
Normal file
После Ширина: | Высота: | Размер: 57 KiB |
Двоичные данные
Sample Applications/AppPortfolio App/AppPortfolioVB/Resources/movieLab.png
Normal file
После Ширина: | Высота: | Размер: 117 KiB |
|
@ -0,0 +1,30 @@
|
|||
Imports Microsoft.VisualBasic
|
||||
Imports System
|
||||
Namespace My
|
||||
|
||||
|
||||
' This class allows you to handle specific events on the settings class:
|
||||
' The SettingChanging event is raised before a setting's value is changed.
|
||||
' The PropertyChanged event is raised after a setting's value is changed.
|
||||
' The SettingsLoaded event is raised after the setting values are loaded.
|
||||
' The SettingsSaving event is raised before the setting values are saved.
|
||||
Friend NotInheritable Partial Class Settings
|
||||
|
||||
Public Sub New()
|
||||
' // To add event handlers for saving and changing settings, uncomment the lines below:
|
||||
'
|
||||
' this.SettingChanging += this.SettingChangingEventHandler;
|
||||
'
|
||||
' this.SettingsSaving += this.SettingsSavingEventHandler;
|
||||
'
|
||||
End Sub
|
||||
|
||||
Private Sub SettingChangingEventHandler(ByVal sender As Object, ByVal e As System.Configuration.SettingChangingEventArgs)
|
||||
' Add code to handle the SettingChangingEvent event here.
|
||||
End Sub
|
||||
|
||||
Private Sub SettingsSavingEventHandler(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)
|
||||
' Add code to handle the SettingsSaving event here.
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
|
@ -0,0 +1,263 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
<section name="AppPortfolio.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="AppPortfolio.Properties.Settings.FurnitureConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="AppPortfolio.Properties.Settings.FurnitureConnectionString1" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="AppPortfolio.Properties.Settings.FurnitureConnectionString2" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="Settings.FurnitureConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\BusinessGrid\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="Settings.FurnitureConnectionString1" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Applications\DataSources\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="Settings.FurnitureConnectionString2" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Controls\BusinessGrid\Furniture.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
</connectionStrings>
|
||||
<applicationSettings>
|
||||
<Settings>
|
||||
<setting name="HelpDeskPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardImageLocation" serializeAs="String">
|
||||
<value>SalesDashBoard.png</value>
|
||||
</setting>
|
||||
<setting name="BookKioskImageLocation" serializeAs="String">
|
||||
<value>BookKiosk.png</value>
|
||||
</setting>
|
||||
<setting name="QSFImageLocation" serializeAs="String">
|
||||
<value>ScreenshotWinFormsQSF.png</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskImageLocation" serializeAs="String">
|
||||
<value>Helpdesk.png</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerImageLocation" serializeAs="String">
|
||||
<value>BugTracker.png</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumImageLocation" serializeAs="String">
|
||||
<value>PhotoAlbum.png</value>
|
||||
</setting>
|
||||
<setting name="MovieLabImageLocation" serializeAs="String">
|
||||
<value>movieLab.png</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskTitle" serializeAs="String">
|
||||
<value>Telerik Help Desk</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskDescription" serializeAs="String">
|
||||
<value>HelpDesk demo application for WinForms integrates components from Telerik UI for WinForms suite. It simulates a contact management system, which is data-bound to a Microsoft SQL Server to show how to build rich user interfaces with Telerik UI for WinForms. It illustrates how to combine our award-winning components to deliver elaborate UIs.</value>
|
||||
</setting>
|
||||
<setting name="MovieLabTitle" serializeAs="String">
|
||||
<value>Telerik Movie Lab</value>
|
||||
</setting>
|
||||
<setting name="MovieLabDescription" serializeAs="String">
|
||||
<value>MovieLab demo application demonstrates the capabilities of RadListView for WinForms. Give your users slick and modern lists, kinetic scrolling, and hot tracking. The features of RadListView at a glance.</value>
|
||||
</setting>
|
||||
<setting name="BookstoreKioskTitle" serializeAs="String">
|
||||
<value>Bookstore Kiosk Demo</value>
|
||||
</setting>
|
||||
<setting name="BookstoreKioskDescription" serializeAs="String">
|
||||
<value>The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractiveness of Telerik UIfor WinForms. It simulates a bookstore kiosk system, much like the one you would use in your local bookstore. You can browse books, check for book availability, and even see the current book inventory through the Telerik Reporting tool.</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumTitle" serializeAs="String">
|
||||
<value>Photo Gallery Example</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumDescription" serializeAs="String">
|
||||
<value>Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-like visual effects of Telerik UI for WinForms. It simulates a photo album viewer that presents the photos using transitions. With the Telerik Presentation Framework that lies under Telerik UI for WinForms you can easily create cool transition effects.</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardTitle" serializeAs="String">
|
||||
<value>Sales Dashboard</value>
|
||||
</setting>
|
||||
<setting name="SalesDashBoardDescription" serializeAs="String">
|
||||
<value>The Sales Dashboard for Windows Forms is a composite business application for visualizing a company’s sales force performance. It provides senior management with a dynamic application that enables monitoring and evaluation of enterprise sales. By using statistical data representation, detailed information about individual sales, tools for filtering data by various parameters it greatly facilitates the decision-making process in a classic business scenario.</value>
|
||||
</setting>
|
||||
<setting name="QSFTitle" serializeAs="String">
|
||||
<value>Demo Application</value>
|
||||
</setting>
|
||||
<setting name="QSFDescription" serializeAs="String">
|
||||
<value>The Demo Application of Telerik UI WinForms showcases all Telerik WinForms controls in a single application. Each product comes with several examples, each with full source code.</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerDescription" serializeAs="String">
|
||||
<value>The Bug Tracker demo is an excellent example of a real-world application that can be built with Telerik UI for WinForms. Thanks to the variety of navigation and data controls that this suite provides, you can easily set up a fully-functional application with a slick and finished look.</value>
|
||||
</setting>
|
||||
<setting name="MovieLabPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-application.aspx</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/support/code-library/photoalbum-demo-application</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerTitle" serializeAs="String">
|
||||
<value>BugTracker Demo Application</value>
|
||||
</setting>
|
||||
<setting name="BookstorePath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="CarouselAnimationDelay" serializeAs="String">
|
||||
<value>25</value>
|
||||
</setting>
|
||||
<setting name="CarouselAnimationFrames" serializeAs="String">
|
||||
<value>50</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerDescription" serializeAs="String">
|
||||
<value>The File Explorer Demo emulates the UI representation of the Windows 8's File Explorer demonstrating that with Telerik UI for WinForms you can build application according to the latest fashion trends in the UI design.</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerImage" serializeAs="String">
|
||||
<value>fileExplorer.png</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerTitle" serializeAs="String">
|
||||
<value>FileExplorer Demo Application</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerText" serializeAs="String">
|
||||
<value>FileExplorer Demo Application</value>
|
||||
</setting>
|
||||
<setting name="CheckersDescription" serializeAs="String">
|
||||
<value>Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.</value>
|
||||
</setting>
|
||||
<setting name="CheckersImage" serializeAs="String">
|
||||
<value>Checkers.png</value>
|
||||
</setting>
|
||||
<setting name="CheckersTitle" serializeAs="String">
|
||||
<value>Telerik Checkers</value>
|
||||
</setting>
|
||||
<setting name="CheckersText" serializeAs="String">
|
||||
<value>Telerik Checkers</value>
|
||||
</setting>
|
||||
<setting name="QSFPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms.aspx#DownloadableDemos</value>
|
||||
</setting>
|
||||
<setting name="CheckersPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers.aspx</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-application.aspx</value>
|
||||
</setting>
|
||||
</Settings>
|
||||
<AppPortfolio.Properties.Settings>
|
||||
<setting name="HelpDeskPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.SalesDashBoard.png</value>
|
||||
</setting>
|
||||
<setting name="BookKioskImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.BookKiosk.png</value>
|
||||
</setting>
|
||||
<setting name="QSFImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.ScreenshotWinFormsQSF.png</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.Helpdesk.png</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.BugTracker.png</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.PhotoAlbum.png</value>
|
||||
</setting>
|
||||
<setting name="MovieLabImageLocation" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.movieLab.png</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskTitle" serializeAs="String">
|
||||
<value>Telerik Help Desk</value>
|
||||
</setting>
|
||||
<setting name="HelpDeskDescription" serializeAs="String">
|
||||
<value>HelpDesk demo application for WinForms integrates components from Telerik UI for WinForms suite. It simulates a contact management system, which is data-bound to a Microsoft SQL Server to show how to build rich user interfaces with Telerik UI for WinForms. It illustrates how to combine our award-winning components to deliver elaborate UIs.</value>
|
||||
</setting>
|
||||
<!--<setting name="MovieLabTitle" serializeAs="String">
|
||||
<value>Telerik Movie Lab</value>
|
||||
</setting>
|
||||
<setting name="MovieLabDescription" serializeAs="String">
|
||||
<value>MovieLab demo application demonstrates the capabilities of RadListView for WinForms. Give your users slick and modern lists, kinetic scrolling, and hot tracking. The features of RadListView at a glance.</value>
|
||||
</setting>-->
|
||||
<setting name="BookstoreKioskTitle" serializeAs="String">
|
||||
<value>Bookstore Kiosk Demo</value>
|
||||
</setting>
|
||||
<setting name="BookstoreKioskDescription" serializeAs="String">
|
||||
<value>The Bookstore Kiosk Demo demonstrates the unmatched WPF-like visual attractiveness of Telerik UI for WinForms. It simulates a bookstore kiosk system, much like the one you would use in your local bookstore. You can browse books, check for book availability, and even see the current book inventory through the Telerik Reporting tool.</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumTitle" serializeAs="String">
|
||||
<value>Photo Gallery Example</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumDescription" serializeAs="String">
|
||||
<value>Similar to Bookstore Kiosk demo, this application demonstrates the unmatched WPF-like visual effects of Telerik UI for WinForms. It simulates a photo album viewer that presents the photos using transitions. With the Telerik Presentation Framework that lies under Telerik UI for WinForms you can easily create cool transition effects.</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardTitle" serializeAs="String">
|
||||
<value>Sales Dashboard</value>
|
||||
</setting>
|
||||
<setting name="SalesDashBoardDescription" serializeAs="String">
|
||||
<value>The Sales Dashboard for Windows Forms is a composite business application for visualizing a company’s sales force performance. It provides senior management with a dynamic application that enables monitoring and evaluation of enterprise sales. By using statistical data representation, detailed information about individual sales, tools for filtering data by various parameters it greatly facilitates the decision-making process in a classic business scenario.</value>
|
||||
</setting>
|
||||
<setting name="QSFTitle" serializeAs="String">
|
||||
<value>Demo Application</value>
|
||||
</setting>
|
||||
<setting name="QSFDescription" serializeAs="String">
|
||||
<value>The Demo Application of Telerik UI for WinForms showcases all Telerik WinForms controls in a single application. Each product comes with several examples, each with full source code.</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerDescription" serializeAs="String">
|
||||
<value>The Bug Tracker demo is an excellent example of a real-world application that can be built with Telerik UI for WinForms. Thanks to the variety of navigation and data controls that this suite provides, you can easily set up a fully-functional application with a slick and finished look.</value>
|
||||
</setting>
|
||||
<!--<setting name="MovieLabPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>-->
|
||||
<setting name="BugTrackerPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/general/bugtracker-demo-application.aspx</value>
|
||||
</setting>
|
||||
<setting name="PhotoAlbumPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/support/code-library/photoalbum-demo-application</value>
|
||||
</setting>
|
||||
<setting name="SalesDashboardPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="BugTrackerTitle" serializeAs="String">
|
||||
<value>BugTracker Demo Application</value>
|
||||
</setting>
|
||||
<setting name="BookstorePath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms/sample-applications.aspx</value>
|
||||
</setting>
|
||||
<setting name="CarouselAnimationDelay" serializeAs="String">
|
||||
<value>25</value>
|
||||
</setting>
|
||||
<setting name="CarouselAnimationFrames" serializeAs="String">
|
||||
<value>50</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerDescription" serializeAs="String">
|
||||
<value>The File Explorer Demo emulates the UI representation of the Windows 8's File Explorer demonstrating that with Telerik UI for WinForms you can build application according to the latest fashion trends in the UI design.</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerImage" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.fileExplorer.png</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerTitle" serializeAs="String">
|
||||
<value>FileExplorer Demo Application</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerText" serializeAs="String">
|
||||
<value>FileExplorer Demo Application</value>
|
||||
</setting>
|
||||
<setting name="CheckersDescription" serializeAs="String">
|
||||
<value>Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.</value>
|
||||
</setting>
|
||||
<setting name="CheckersImage" serializeAs="String">
|
||||
<value>AppPortfolio.Resources.Checkers.png</value>
|
||||
</setting>
|
||||
<setting name="CheckersTitle" serializeAs="String">
|
||||
<value>Telerik Checkers</value>
|
||||
</setting>
|
||||
<setting name="CheckersText" serializeAs="String">
|
||||
<value>Telerik Checkers</value>
|
||||
</setting>
|
||||
<setting name="QSFPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/products/winforms.aspx#DownloadableDemos</value>
|
||||
</setting>
|
||||
<setting name="CheckersPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/gridview/telerik-checkers.aspx</value>
|
||||
</setting>
|
||||
<setting name="FileExplorerPath" serializeAs="String">
|
||||
<value>http://www.telerik.com/community/code-library/winforms/general/fileexplorer-demo-application.aspx</value>
|
||||
</setting>
|
||||
</AppPortfolio.Properties.Settings>
|
||||
</applicationSettings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="UI.for.WinForms.AllControls.Net48" version="2024.2.514" targetFramework="net48" />
|
||||
</packages>
|
|
@ -0,0 +1,15 @@
|
|||
PROJECT DESCRIPTION
|
||||
The Application Portfolio demonstrates the full capabilities of RadCarousel for WinForms in a very innovative and interactive way. It simulates a portfolio of WinForms applications, each represented by an animated item in RadCarousel, which rotates on a predefined pseudo-3D trajectory.
|
||||
|
||||
|
||||
This project was first showcased on TechEd by the Telerik crew and is now available for general download.
|
||||
|
||||
The applications used in RadCarousel are independent of each other and can be started with a single click. These are:
|
||||
Telerik Checkers
|
||||
Sales Dashboard
|
||||
PhotoGallery
|
||||
File Explorer
|
||||
Telerik UI for WinForms Demo Application
|
||||
Bug Tracker
|
||||
Telerik HelpDesk application for WinForms
|
||||
Bookstore Kiosk Demo - WinForms with WPF flavor
|
|
@ -0,0 +1,368 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{90949FAB-50A5-4B72-A11D-726AD2D46716}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>CarouselImageGallery</RootNamespace>
|
||||
<AssemblyName>CarouselImageGallery</AssemblyName>
|
||||
<SccProjectName />
|
||||
<SccLocalPath />
|
||||
<SccAuxPath />
|
||||
<SccProvider />
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MediaFoundation, Version=3.1.0.32450, Culture=neutral, PublicKeyToken=36fa660e1d6ebf8d, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.MSXML.dll</HintPath>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Toolkit.Uwp.Notifications, Version=7.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Microsoft.Toolkit.Uwp.Notifications.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RadControlSpy, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\RadControlSpy.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Design" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Telerik.Documents.SpreadsheetStreaming, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Documents.SpreadsheetStreaming.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.ChartView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.ChartView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.GridView, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.GridView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PdfViewer, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PdfViewer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.PivotGrid, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.PivotGrid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadChart, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadChart.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDiagram, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDiagram.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadDock, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadDock.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMap, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMap.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadMarkupEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadMarkupEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadSpreadsheet, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadSpreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadToastNotification.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadToastNotification.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RadWebCam, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RadWebCam.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.RichTextEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.RichTextEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Scheduler, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Scheduler.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SpellChecker, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SpellChecker.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.SyntaxEditor, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.SyntaxEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Aqua, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Aqua.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Breeze, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Breeze.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Crystal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Crystal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.CrystalDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.CrystalDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Desert, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Desert.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Fluent, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Fluent.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.FluentDark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.FluentDark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.HighContrastBlack, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.HighContrastBlack.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Material, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Material.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialBlueGrey, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialBlueGrey.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialPink, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialPink.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.MaterialTeal, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.MaterialTeal.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2007Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2007Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Black, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Black.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Blue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Blue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2010Silver, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2010Silver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2013Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2013Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Office2019, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Office2019.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetro, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroBlue, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroBlue.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.TelerikMetroTouch, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.TelerikMetroTouch.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Dark, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Dark.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2012Light, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2012Light.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.VisualStudio2022, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.VisualStudio2022.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows11, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows11.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows7, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows7.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.Themes.Windows8, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.Themes.Windows8.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.WinControls.UI.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.WinControls.UI.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.CMapUtils, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.CMapUtils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Core, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.DrawingML, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.DrawingML.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Fixed, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Fixed.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Doc, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.MediaFoundation, Version=2024.2.510.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.MediaFoundation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Zip, Version=2024.2.426.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\Telerik.Windows.Zip.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikCommon, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikCommon.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikData, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikData.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TelerikExport, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\TelerikExport.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="VisualStyleBuilder.Design, Version=2024.2.514.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
||||
<HintPath>packages\UI.for.WinForms.AllControls.Net48.2024.2.514\lib\net462\VisualStyleBuilder.Design.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="GalleryLauncher.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="GalleryLauncher.Designer.cs">
|
||||
<DependentUpon>GalleryLauncher.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="GalleryView.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="GalleryView.Designer.cs">
|
||||
<DependentUpon>GalleryView.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="GalleryLauncher.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>GalleryLauncher.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="GalleryView.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>GalleryView.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="CarouselImageGallery.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.10.34916.146
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarouselImageGalleryCS", "CarouselImageGalleryCS.csproj", "{90949FAB-50A5-4B72-A11D-726AD2D46716}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{90949FAB-50A5-4B72-A11D-726AD2D46716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{90949FAB-50A5-4B72-A11D-726AD2D46716}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{90949FAB-50A5-4B72-A11D-726AD2D46716}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{90949FAB-50A5-4B72-A11D-726AD2D46716}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {D3017158-6E5D-494A-91A1-C53BBB086E1E}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
159
Sample Applications/CarouselImageGallery/CarouselImageGalleryCS/GalleryLauncher.Designer.cs
сгенерированный
Normal file
|
@ -0,0 +1,159 @@
|
|||
namespace CarouselImageGallery
|
||||
{
|
||||
partial class GalleryLauncher
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.btnBrowse = new Telerik.WinControls.UI.RadButton();
|
||||
this.radDropDownList1 = new Telerik.WinControls.UI.RadDropDownList();
|
||||
this.radButton2 = new Telerik.WinControls.UI.RadButton();
|
||||
this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
|
||||
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.office2010BlackTheme1 = new Telerik.WinControls.Themes.Office2010BlackTheme();
|
||||
((System.ComponentModel.ISupportInitialize)(this.btnBrowse)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).BeginInit();
|
||||
this.radDropDownList1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
|
||||
this.radPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnBrowse
|
||||
//
|
||||
this.btnBrowse.ForeColor = System.Drawing.Color.Teal;
|
||||
this.btnBrowse.Location = new System.Drawing.Point(153, 67);
|
||||
this.btnBrowse.Name = "btnBrowse";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.btnBrowse.RootElement.ForeColor = System.Drawing.Color.Teal;
|
||||
this.btnBrowse.Size = new System.Drawing.Size(102, 33);
|
||||
this.btnBrowse.TabIndex = 4;
|
||||
this.btnBrowse.Text = "Browse images";
|
||||
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
||||
//
|
||||
// radDropDownList1
|
||||
//
|
||||
this.radDropDownList1.Controls.Add(this.radButton2);
|
||||
this.radDropDownList1.DropDownAnimationEnabled = true;
|
||||
this.radDropDownList1.ForeColor = System.Drawing.Color.Teal;
|
||||
this.radDropDownList1.Location = new System.Drawing.Point(15, 36);
|
||||
this.radDropDownList1.Name = "radDropDownList1";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radDropDownList1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
||||
this.radDropDownList1.RootElement.ForeColor = System.Drawing.Color.Teal;
|
||||
this.radDropDownList1.ShowImageInEditorArea = true;
|
||||
this.radDropDownList1.Size = new System.Drawing.Size(388, 20);
|
||||
this.radDropDownList1.TabIndex = 3;
|
||||
this.radDropDownList1.Text = "radDropDownList1";
|
||||
//
|
||||
// radButton2
|
||||
//
|
||||
this.radButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radButton2.ForeColor = System.Drawing.Color.Teal;
|
||||
this.radButton2.Location = new System.Drawing.Point(369, 0);
|
||||
this.radButton2.Name = "radButton2";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radButton2.RootElement.ForeColor = System.Drawing.Color.Teal;
|
||||
this.radButton2.Size = new System.Drawing.Size(19, 20);
|
||||
this.radButton2.TabIndex = 6;
|
||||
this.radButton2.Text = "...";
|
||||
this.radButton2.Click += new System.EventHandler(this.radButton2_Click);
|
||||
//
|
||||
// radPanel1
|
||||
//
|
||||
this.radPanel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.radPanel1.Controls.Add(this.radLabel1);
|
||||
this.radPanel1.Controls.Add(this.btnBrowse);
|
||||
this.radPanel1.Controls.Add(this.radDropDownList1);
|
||||
this.radPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.radPanel1.ForeColor = System.Drawing.Color.Teal;
|
||||
this.radPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.radPanel1.Name = "radPanel1";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radPanel1.RootElement.ForeColor = System.Drawing.Color.Teal;
|
||||
this.radPanel1.Size = new System.Drawing.Size(415, 112);
|
||||
this.radPanel1.TabIndex = 5;
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(125)))), ((int)(((byte)(153)))));
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).GradientAngle = 45F;
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(56)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
|
||||
//
|
||||
// radLabel1
|
||||
//
|
||||
this.radLabel1.ForeColor = System.Drawing.Color.Turquoise;
|
||||
this.radLabel1.Location = new System.Drawing.Point(15, 12);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radLabel1.RootElement.ForeColor = System.Drawing.Color.Turquoise;
|
||||
this.radLabel1.Size = new System.Drawing.Size(68, 18);
|
||||
this.radLabel1.TabIndex = 5;
|
||||
this.radLabel1.Text = "Select folder";
|
||||
//
|
||||
// GalleryLauncher
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(415, 112);
|
||||
this.Controls.Add(this.radPanel1);
|
||||
this.Name = "GalleryLauncher";
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.GalleryLauncher_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.btnBrowse)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).EndInit();
|
||||
this.radDropDownList1.ResumeLayout(false);
|
||||
this.radDropDownList1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
|
||||
this.radPanel1.ResumeLayout(false);
|
||||
this.radPanel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadButton btnBrowse;
|
||||
private Telerik.WinControls.UI.RadDropDownList radDropDownList1;
|
||||
private Telerik.WinControls.UI.RadPanel radPanel1;
|
||||
private Telerik.WinControls.UI.RadButton radButton2;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel1;
|
||||
private Telerik.WinControls.Themes.Office2010BlackTheme office2010BlackTheme1;
|
||||
|
||||
}
|
||||
}
|
||||
|