DotNet 4.8.1 build of DotNetBar
This commit is contained in:
Binary file not shown.
33
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/MetroForm/Form.Designer.vb
generated
Normal file
33
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/MetroForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,33 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Metro.MetroForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(653, 436)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "MetroForm"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro Form</Name>
|
||||
<Description>DotNetBar Metro Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.MetroForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
29
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/Office2007Form/Form.Designer.vb
generated
Normal file
29
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/Office2007Form/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.OfficeForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Text = "$safeitemrootname$"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Office Form</Name>
|
||||
<Description>DotNetBar Office Style Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.Office2007Form</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
28
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/RibbonForm/Form.Designer.vb
generated
Normal file
28
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/RibbonForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.RibbonForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.Text = "$safeitemrootname$"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Ribbon Form</Name>
|
||||
<Description>DotNetBar Ribbon Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.RibbonForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
176
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/TabbedForm/Form.Designer.vb
generated
Normal file
176
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual Basic/TabbedForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,176 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Controls.TabParentForm
|
||||
|
||||
'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()
|
||||
Me.TabFormControl1 = New DevComponents.DotNetBar.Controls.TabFormControl()
|
||||
Me.TabFormPanel1 = New DevComponents.DotNetBar.Controls.TabFormPanel()
|
||||
Me.TabFormPanel2 = New DevComponents.DotNetBar.Controls.TabFormPanel()
|
||||
Me.TabFormItem1 = New DevComponents.DotNetBar.Controls.TabFormItem()
|
||||
Me.TabFormItem2 = New DevComponents.DotNetBar.Controls.TabFormItem()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.TabFormControl1.SuspendLayout
|
||||
Me.TabFormPanel1.SuspendLayout
|
||||
Me.TabFormPanel2.SuspendLayout
|
||||
Me.SuspendLayout
|
||||
'
|
||||
'TabFormControl1
|
||||
'
|
||||
Me.TabFormControl1.BackColor = System.Drawing.Color.White
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormControl1.Controls.Add(Me.TabFormPanel1)
|
||||
Me.TabFormControl1.Controls.Add(Me.TabFormPanel2)
|
||||
Me.TabFormControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormControl1.ForeColor = System.Drawing.Color.Black
|
||||
Me.TabFormControl1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.TabFormItem1, Me.TabFormItem2})
|
||||
Me.TabFormControl1.Location = New System.Drawing.Point(1, 1)
|
||||
Me.TabFormControl1.Name = "TabFormControl1"
|
||||
Me.TabFormControl1.Size = New System.Drawing.Size(444, 311)
|
||||
Me.TabFormControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"
|
||||
Me.TabFormControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"
|
||||
Me.TabFormControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"
|
||||
Me.TabFormControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."
|
||||
Me.TabFormControl1.SystemText.QatDialogAddButton = "&Add >>"
|
||||
Me.TabFormControl1.SystemText.QatDialogCancelButton = "Cancel"
|
||||
Me.TabFormControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"
|
||||
Me.TabFormControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"
|
||||
Me.TabFormControl1.SystemText.QatDialogOkButton = "OK"
|
||||
Me.TabFormControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatDialogRemoveButton = "&Remove"
|
||||
Me.TabFormControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"
|
||||
Me.TabFormControl1.TabIndex = 0
|
||||
Me.TabFormControl1.TabStripFont = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.TabFormControl1.Text = "TabFormControl1"
|
||||
'
|
||||
'TabFormPanel1
|
||||
'
|
||||
Me.TabFormPanel1.Controls.Add(Me.Label1)
|
||||
Me.TabFormPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormPanel1.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TabFormPanel1.Name = "TabFormPanel1"
|
||||
Me.TabFormPanel1.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.TabFormPanel1.Size = New System.Drawing.Size(444, 283)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.Style.Class = "TabFormPanel"
|
||||
Me.TabFormPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormPanel1.TabIndex = 1
|
||||
'
|
||||
'TabFormPanel2
|
||||
'
|
||||
Me.TabFormPanel2.Controls.Add(Me.Label2)
|
||||
Me.TabFormPanel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormPanel2.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TabFormPanel2.Name = "TabFormPanel2"
|
||||
Me.TabFormPanel2.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.TabFormPanel2.Size = New System.Drawing.Size(444, 283)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.Style.Class = "TabFormPanel"
|
||||
Me.TabFormPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormPanel2.TabIndex = 2
|
||||
Me.TabFormPanel2.Visible = false
|
||||
'
|
||||
'TabFormItem1
|
||||
'
|
||||
Me.TabFormItem1.Checked = true
|
||||
Me.TabFormItem1.Name = "TabFormItem1"
|
||||
Me.TabFormItem1.Panel = Me.TabFormPanel1
|
||||
Me.TabFormItem1.Text = "Document 1"
|
||||
'
|
||||
'TabFormItem2
|
||||
'
|
||||
Me.TabFormItem2.Name = "TabFormItem2"
|
||||
Me.TabFormItem2.Panel = Me.TabFormPanel2
|
||||
Me.TabFormItem2.Text = "Document 2"
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = true
|
||||
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label1.Location = New System.Drawing.Point(155, 127)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Your content here..."
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = true
|
||||
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label2.Location = New System.Drawing.Point(172, 135)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label2.TabIndex = 1
|
||||
Me.Label2.Text = "Your content here..."
|
||||
'
|
||||
'$safeitemrootname$
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(446, 313)
|
||||
Me.Controls.Add(Me.TabFormControl1)
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "DotNetBar Tabbed Form"
|
||||
Me.TabFormControl1.ResumeLayout(false)
|
||||
Me.TabFormControl1.PerformLayout
|
||||
Me.TabFormPanel1.ResumeLayout(false)
|
||||
Me.TabFormPanel1.PerformLayout
|
||||
Me.TabFormPanel2.ResumeLayout(false)
|
||||
Me.TabFormPanel2.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents TabFormControl1 As DevComponents.DotNetBar.Controls.TabFormControl
|
||||
Friend WithEvents TabFormPanel1 As DevComponents.DotNetBar.Controls.TabFormPanel
|
||||
Friend WithEvents TabFormPanel2 As DevComponents.DotNetBar.Controls.TabFormPanel
|
||||
Friend WithEvents TabFormItem1 As DevComponents.DotNetBar.Controls.TabFormItem
|
||||
Friend WithEvents TabFormItem2 As DevComponents.DotNetBar.Controls.TabFormItem
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
|
||||
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,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Tabbed Form</Name>
|
||||
<Description>DotNetBar Tabbed Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.TabbedForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>12</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using DevComponents.DotNetBar;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$: DevComponents.DotNetBar.Metro.MetroForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
42
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/MetroForm/form.designer.cs
generated
Normal file
42
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/MetroForm/form.designer.cs
generated
Normal file
@@ -0,0 +1,42 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(625, 396);
|
||||
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Name = "$safeitemrootname$";
|
||||
this.Text = "MetroForm";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro Form</Name>
|
||||
<Description>DotNetBar Metro Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.MetroForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using DevComponents.DotNetBar;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$: DevComponents.DotNetBar.OfficeForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/Office2007Form/form.designer.cs
generated
Normal file
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/Office2007Form/form.designer.cs
generated
Normal file
@@ -0,0 +1,37 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.Text = "$safeitemrootname$";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Office Form</Name>
|
||||
<Description>DotNetBar Office Style Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.Office2007Form</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using DevComponents.DotNetBar;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$: DevComponents.DotNetBar.RibbonForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/RibbonForm/form.designer.cs
generated
Normal file
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/RibbonForm/form.designer.cs
generated
Normal file
@@ -0,0 +1,37 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.Text = "$safeitemrootname$";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Ribbon Form</Name>
|
||||
<Description>DotNetBar Ribbon Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.RibbonForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
<DefaultName>RibbonForm.cs</DefaultName>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
175
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/TabbedForm/Form.Designer.cs
generated
Normal file
175
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2005/Visual C#/TabbedForm/Form.Designer.cs
generated
Normal file
@@ -0,0 +1,175 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.tabFormControl1 = new DevComponents.DotNetBar.Controls.TabFormControl();
|
||||
this.tabFormPanel1 = new DevComponents.DotNetBar.Controls.TabFormPanel();
|
||||
this.tabFormPanel2 = new DevComponents.DotNetBar.Controls.TabFormPanel();
|
||||
this.tabFormItem1 = new DevComponents.DotNetBar.Controls.TabFormItem();
|
||||
this.tabFormItem2 = new DevComponents.DotNetBar.Controls.TabFormItem();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.tabFormControl1.SuspendLayout();
|
||||
this.tabFormPanel1.SuspendLayout();
|
||||
this.tabFormPanel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabFormControl1
|
||||
//
|
||||
this.tabFormControl1.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.tabFormControl1.Controls.Add(this.tabFormPanel1);
|
||||
this.tabFormControl1.Controls.Add(this.tabFormPanel2);
|
||||
this.tabFormControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabFormControl1.ForeColor = System.Drawing.Color.Black;
|
||||
this.tabFormControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.tabFormItem1,
|
||||
this.tabFormItem2});
|
||||
this.tabFormControl1.Location = new System.Drawing.Point(1, 1);
|
||||
this.tabFormControl1.Name = "tabFormControl1";
|
||||
this.tabFormControl1.Size = new System.Drawing.Size(614, 412);
|
||||
this.tabFormControl1.TabIndex = 0;
|
||||
this.tabFormControl1.TabStripFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabFormControl1.Text = "tabFormControl1";
|
||||
//
|
||||
// tabFormPanel1
|
||||
//
|
||||
this.tabFormPanel1.Controls.Add(this.label1);
|
||||
this.tabFormPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabFormPanel1.Location = new System.Drawing.Point(0, 28);
|
||||
this.tabFormPanel1.Name = "tabFormPanel1";
|
||||
this.tabFormPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.tabFormPanel1.Size = new System.Drawing.Size(614, 384);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel1.Style.Class = "TabFormPanel";
|
||||
this.tabFormPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.tabFormPanel1.TabIndex = 1;
|
||||
//
|
||||
// tabFormPanel2
|
||||
//
|
||||
this.tabFormPanel2.Controls.Add(this.label2);
|
||||
this.tabFormPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabFormPanel2.Location = new System.Drawing.Point(0, 28);
|
||||
this.tabFormPanel2.Name = "tabFormPanel2";
|
||||
this.tabFormPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.tabFormPanel2.Size = new System.Drawing.Size(614, 384);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel2.Style.Class = "TabFormPanel";
|
||||
this.tabFormPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.tabFormPanel2.TabIndex = 2;
|
||||
this.tabFormPanel2.Visible = false;
|
||||
//
|
||||
// tabFormItem1
|
||||
//
|
||||
this.tabFormItem1.Checked = true;
|
||||
this.tabFormItem1.Name = "tabFormItem1";
|
||||
this.tabFormItem1.Panel = this.tabFormPanel1;
|
||||
this.tabFormItem1.Text = "Document 1";
|
||||
//
|
||||
// tabFormItem2
|
||||
//
|
||||
this.tabFormItem2.Name = "tabFormItem2";
|
||||
this.tabFormItem2.Panel = this.tabFormPanel2;
|
||||
this.tabFormItem2.Text = "Document 2";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label1.Location = new System.Drawing.Point(241, 175);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(101, 13);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Your content here...";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label2.Location = new System.Drawing.Point(257, 186);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(101, 13);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "Your content here...";
|
||||
//
|
||||
// $safeitemrootname$
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(616, 414);
|
||||
this.Controls.Add(this.tabFormControl1);
|
||||
this.ForeColor = System.Drawing.Color.Black;
|
||||
this.Name = "$safeitemrootname$";
|
||||
this.Text = "DotNetBar Tabbed App Form";
|
||||
this.tabFormControl1.ResumeLayout(false);
|
||||
this.tabFormControl1.PerformLayout();
|
||||
this.tabFormPanel1.ResumeLayout(false);
|
||||
this.tabFormPanel1.PerformLayout();
|
||||
this.tabFormPanel2.ResumeLayout(false);
|
||||
this.tabFormPanel2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.Controls.TabFormControl tabFormControl1;
|
||||
private DevComponents.DotNetBar.Controls.TabFormPanel tabFormPanel1;
|
||||
private DevComponents.DotNetBar.Controls.TabFormPanel tabFormPanel2;
|
||||
private DevComponents.DotNetBar.Controls.TabFormItem tabFormItem1;
|
||||
private DevComponents.DotNetBar.Controls.TabFormItem tabFormItem2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$ : DevComponents.DotNetBar.Controls.TabParentForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
@@ -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>
|
Binary file not shown.
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Tabbed Form</Name>
|
||||
<Description>DotNetBar Tabbed Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.TabbedForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
217
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/MetroAppForm/Form.Designer.vb
generated
Normal file
217
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/MetroAppForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,217 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Metro.MetroAppForm
|
||||
|
||||
'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()
|
||||
Me.components = New System.ComponentModel.Container
|
||||
Me.MetroShell1 = New DevComponents.DotNetBar.Metro.MetroShell
|
||||
Me.MetroTabItem1 = New DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Me.MetroTabPanel1 = New DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Me.MetroTabItem2 = New DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Me.MetroTabPanel2 = New DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Me.StyleManager1 = New DevComponents.DotNetBar.StyleManager(Me.components)
|
||||
Me.QatCustomizeItem1 = New DevComponents.DotNetBar.QatCustomizeItem
|
||||
Me.MetroAppButton1 = New DevComponents.DotNetBar.Metro.MetroAppButton
|
||||
Me.ButtonItem1 = New DevComponents.DotNetBar.ButtonItem
|
||||
Me.MetroStatusBar1 = New DevComponents.DotNetBar.Metro.MetroStatusBar
|
||||
Me.LabelItem1 = New DevComponents.DotNetBar.LabelItem
|
||||
Me.MetroShell1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'MetroShell1
|
||||
'
|
||||
Me.MetroShell1.BackColor = System.Drawing.Color.White
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroShell1.BackgroundStyle.Class = ""
|
||||
Me.MetroShell1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroShell1.CaptionVisible = True
|
||||
Me.MetroShell1.Controls.Add(Me.MetroTabPanel1)
|
||||
Me.MetroShell1.Controls.Add(Me.MetroTabPanel2)
|
||||
Me.MetroShell1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.MetroShell1.ForeColor = System.Drawing.Color.Black
|
||||
Me.MetroShell1.HelpButtonText = Nothing
|
||||
Me.MetroShell1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.MetroAppButton1, Me.MetroTabItem1, Me.MetroTabItem2})
|
||||
Me.MetroShell1.KeyTipsFont = New System.Drawing.Font("Tahoma", 7.0!)
|
||||
Me.MetroShell1.Location = New System.Drawing.Point(0, 1)
|
||||
Me.MetroShell1.Name = "MetroShell1"
|
||||
Me.MetroShell1.QuickToolbarItems.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.ButtonItem1, Me.QatCustomizeItem1})
|
||||
Me.MetroShell1.Size = New System.Drawing.Size(652, 234)
|
||||
Me.MetroShell1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"
|
||||
Me.MetroShell1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"
|
||||
Me.MetroShell1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"
|
||||
Me.MetroShell1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."
|
||||
Me.MetroShell1.SystemText.QatDialogAddButton = "&Add >>"
|
||||
Me.MetroShell1.SystemText.QatDialogCancelButton = "Cancel"
|
||||
Me.MetroShell1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"
|
||||
Me.MetroShell1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"
|
||||
Me.MetroShell1.SystemText.QatDialogOkButton = "OK"
|
||||
Me.MetroShell1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatDialogRemoveButton = "&Remove"
|
||||
Me.MetroShell1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"
|
||||
Me.MetroShell1.TabIndex = 0
|
||||
Me.MetroShell1.TabStripFont = New System.Drawing.Font("Segoe UI", 10.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.MetroShell1.Text = "MetroShell1"
|
||||
'
|
||||
'MetroTabItem1
|
||||
'
|
||||
Me.MetroTabItem1.Checked = True
|
||||
Me.MetroTabItem1.Name = "MetroTabItem1"
|
||||
Me.MetroTabItem1.Panel = Me.MetroTabPanel1
|
||||
Me.MetroTabItem1.Text = "&HOME"
|
||||
'
|
||||
'MetroTabPanel1
|
||||
'
|
||||
Me.MetroTabPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
|
||||
Me.MetroTabPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MetroTabPanel1.Location = New System.Drawing.Point(0, 51)
|
||||
Me.MetroTabPanel1.Name = "MetroTabPanel1"
|
||||
Me.MetroTabPanel1.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.MetroTabPanel1.Size = New System.Drawing.Size(652, 183)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel1.Style.Class = ""
|
||||
Me.MetroTabPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel1.StyleMouseDown.Class = ""
|
||||
Me.MetroTabPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel1.StyleMouseOver.Class = ""
|
||||
Me.MetroTabPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroTabPanel1.TabIndex = 1
|
||||
'
|
||||
'MetroTabItem2
|
||||
'
|
||||
Me.MetroTabItem2.Name = "MetroTabItem2"
|
||||
Me.MetroTabItem2.Panel = Me.MetroTabPanel2
|
||||
Me.MetroTabItem2.Text = "&VIEW"
|
||||
'
|
||||
'MetroTabPanel2
|
||||
'
|
||||
Me.MetroTabPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
|
||||
Me.MetroTabPanel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MetroTabPanel2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MetroTabPanel2.Name = "MetroTabPanel2"
|
||||
Me.MetroTabPanel2.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.MetroTabPanel2.Size = New System.Drawing.Size(200, 100)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel2.Style.Class = ""
|
||||
Me.MetroTabPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel2.StyleMouseDown.Class = ""
|
||||
Me.MetroTabPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel2.StyleMouseOver.Class = ""
|
||||
Me.MetroTabPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroTabPanel2.TabIndex = 2
|
||||
'
|
||||
'StyleManager1
|
||||
'
|
||||
Me.StyleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro
|
||||
Me.StyleManager1.MetroColorParameters = New DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(163, Byte), Integer), CType(CType(26, Byte), Integer)))
|
||||
'
|
||||
'QatCustomizeItem1
|
||||
'
|
||||
Me.QatCustomizeItem1.BeginGroup = True
|
||||
Me.QatCustomizeItem1.Name = "QatCustomizeItem1"
|
||||
'
|
||||
'MetroAppButton1
|
||||
'
|
||||
Me.MetroAppButton1.AutoExpandOnClick = True
|
||||
Me.MetroAppButton1.CanCustomize = False
|
||||
Me.MetroAppButton1.ImageFixedSize = New System.Drawing.Size(16, 16)
|
||||
Me.MetroAppButton1.ImagePaddingHorizontal = 0
|
||||
Me.MetroAppButton1.ImagePaddingVertical = 0
|
||||
Me.MetroAppButton1.Name = "MetroAppButton1"
|
||||
Me.MetroAppButton1.ShowSubItems = False
|
||||
Me.MetroAppButton1.Text = "&File"
|
||||
'
|
||||
'ButtonItem1
|
||||
'
|
||||
Me.ButtonItem1.Name = "ButtonItem1"
|
||||
Me.ButtonItem1.Text = "ButtonItem1"
|
||||
'
|
||||
'MetroStatusBar1
|
||||
'
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroStatusBar1.BackgroundStyle.Class = ""
|
||||
Me.MetroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroStatusBar1.ContainerControlProcessDialogKey = True
|
||||
Me.MetroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.MetroStatusBar1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.MetroStatusBar1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.LabelItem1})
|
||||
Me.MetroStatusBar1.Location = New System.Drawing.Point(0, 413)
|
||||
Me.MetroStatusBar1.Name = "MetroStatusBar1"
|
||||
Me.MetroStatusBar1.Size = New System.Drawing.Size(652, 22)
|
||||
Me.MetroStatusBar1.TabIndex = 1
|
||||
Me.MetroStatusBar1.Text = "MetroStatusBar1"
|
||||
'
|
||||
'LabelItem1
|
||||
'
|
||||
Me.LabelItem1.Name = "LabelItem1"
|
||||
Me.LabelItem1.Text = "READY"
|
||||
'
|
||||
'$safeitemrootname$
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(653, 436)
|
||||
Me.Controls.Add(Me.MetroStatusBar1)
|
||||
Me.Controls.Add(Me.MetroShell1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "DotNetBar Metro App Form"
|
||||
Me.MetroShell1.ResumeLayout(False)
|
||||
Me.MetroShell1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents MetroShell1 As DevComponents.DotNetBar.Metro.MetroShell
|
||||
Friend WithEvents MetroTabPanel1 As DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Friend WithEvents MetroTabPanel2 As DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Friend WithEvents MetroAppButton1 As DevComponents.DotNetBar.Metro.MetroAppButton
|
||||
Friend WithEvents MetroTabItem1 As DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Friend WithEvents MetroTabItem2 As DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Friend WithEvents ButtonItem1 As DevComponents.DotNetBar.ButtonItem
|
||||
Friend WithEvents QatCustomizeItem1 As DevComponents.DotNetBar.QatCustomizeItem
|
||||
Friend WithEvents StyleManager1 As DevComponents.DotNetBar.StyleManager
|
||||
Friend WithEvents MetroStatusBar1 As DevComponents.DotNetBar.Metro.MetroStatusBar
|
||||
Friend WithEvents LabelItem1 As DevComponents.DotNetBar.LabelItem
|
||||
|
||||
End Class
|
@@ -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="StyleManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro UI App Form</Name>
|
||||
<Description>DotNetBar Metro Application Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.MetroAppForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
33
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/MetroForm/Form.Designer.vb
generated
Normal file
33
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/MetroForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,33 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Metro.MetroForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(653, 436)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "MetroForm"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro Form</Name>
|
||||
<Description>DotNetBar Metro Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.MetroForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
29
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/Office2007Form/Form.Designer.vb
generated
Normal file
29
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/Office2007Form/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.OfficeForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Text = "$safeitemrootname$"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Office Form</Name>
|
||||
<Description>DotNetBar Office Style Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.Office2007Form</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
28
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/RibbonForm/Form.Designer.vb
generated
Normal file
28
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/RibbonForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.RibbonForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.Text = "$safeitemrootname$"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Ribbon Form</Name>
|
||||
<Description>DotNetBar Ribbon Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.RibbonForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
176
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/TabbedForm/Form.Designer.vb
generated
Normal file
176
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual Basic/TabbedForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,176 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Controls.TabParentForm
|
||||
|
||||
'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()
|
||||
Me.TabFormControl1 = New DevComponents.DotNetBar.Controls.TabFormControl()
|
||||
Me.TabFormPanel1 = New DevComponents.DotNetBar.Controls.TabFormPanel()
|
||||
Me.TabFormPanel2 = New DevComponents.DotNetBar.Controls.TabFormPanel()
|
||||
Me.TabFormItem1 = New DevComponents.DotNetBar.Controls.TabFormItem()
|
||||
Me.TabFormItem2 = New DevComponents.DotNetBar.Controls.TabFormItem()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.TabFormControl1.SuspendLayout
|
||||
Me.TabFormPanel1.SuspendLayout
|
||||
Me.TabFormPanel2.SuspendLayout
|
||||
Me.SuspendLayout
|
||||
'
|
||||
'TabFormControl1
|
||||
'
|
||||
Me.TabFormControl1.BackColor = System.Drawing.Color.White
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormControl1.Controls.Add(Me.TabFormPanel1)
|
||||
Me.TabFormControl1.Controls.Add(Me.TabFormPanel2)
|
||||
Me.TabFormControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormControl1.ForeColor = System.Drawing.Color.Black
|
||||
Me.TabFormControl1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.TabFormItem1, Me.TabFormItem2})
|
||||
Me.TabFormControl1.Location = New System.Drawing.Point(1, 1)
|
||||
Me.TabFormControl1.Name = "TabFormControl1"
|
||||
Me.TabFormControl1.Size = New System.Drawing.Size(444, 311)
|
||||
Me.TabFormControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"
|
||||
Me.TabFormControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"
|
||||
Me.TabFormControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"
|
||||
Me.TabFormControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."
|
||||
Me.TabFormControl1.SystemText.QatDialogAddButton = "&Add >>"
|
||||
Me.TabFormControl1.SystemText.QatDialogCancelButton = "Cancel"
|
||||
Me.TabFormControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"
|
||||
Me.TabFormControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"
|
||||
Me.TabFormControl1.SystemText.QatDialogOkButton = "OK"
|
||||
Me.TabFormControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatDialogRemoveButton = "&Remove"
|
||||
Me.TabFormControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"
|
||||
Me.TabFormControl1.TabIndex = 0
|
||||
Me.TabFormControl1.TabStripFont = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.TabFormControl1.Text = "TabFormControl1"
|
||||
'
|
||||
'TabFormPanel1
|
||||
'
|
||||
Me.TabFormPanel1.Controls.Add(Me.Label1)
|
||||
Me.TabFormPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormPanel1.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TabFormPanel1.Name = "TabFormPanel1"
|
||||
Me.TabFormPanel1.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.TabFormPanel1.Size = New System.Drawing.Size(444, 283)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.Style.Class = "TabFormPanel"
|
||||
Me.TabFormPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormPanel1.TabIndex = 1
|
||||
'
|
||||
'TabFormPanel2
|
||||
'
|
||||
Me.TabFormPanel2.Controls.Add(Me.Label2)
|
||||
Me.TabFormPanel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormPanel2.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TabFormPanel2.Name = "TabFormPanel2"
|
||||
Me.TabFormPanel2.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.TabFormPanel2.Size = New System.Drawing.Size(444, 283)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.Style.Class = "TabFormPanel"
|
||||
Me.TabFormPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormPanel2.TabIndex = 2
|
||||
Me.TabFormPanel2.Visible = false
|
||||
'
|
||||
'TabFormItem1
|
||||
'
|
||||
Me.TabFormItem1.Checked = true
|
||||
Me.TabFormItem1.Name = "TabFormItem1"
|
||||
Me.TabFormItem1.Panel = Me.TabFormPanel1
|
||||
Me.TabFormItem1.Text = "Document 1"
|
||||
'
|
||||
'TabFormItem2
|
||||
'
|
||||
Me.TabFormItem2.Name = "TabFormItem2"
|
||||
Me.TabFormItem2.Panel = Me.TabFormPanel2
|
||||
Me.TabFormItem2.Text = "Document 2"
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = true
|
||||
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label1.Location = New System.Drawing.Point(155, 127)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Your content here..."
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = true
|
||||
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label2.Location = New System.Drawing.Point(172, 135)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label2.TabIndex = 1
|
||||
Me.Label2.Text = "Your content here..."
|
||||
'
|
||||
'$safeitemrootname$
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(446, 313)
|
||||
Me.Controls.Add(Me.TabFormControl1)
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "DotNetBar Tabbed Form"
|
||||
Me.TabFormControl1.ResumeLayout(false)
|
||||
Me.TabFormControl1.PerformLayout
|
||||
Me.TabFormPanel1.ResumeLayout(false)
|
||||
Me.TabFormPanel1.PerformLayout
|
||||
Me.TabFormPanel2.ResumeLayout(false)
|
||||
Me.TabFormPanel2.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents TabFormControl1 As DevComponents.DotNetBar.Controls.TabFormControl
|
||||
Friend WithEvents TabFormPanel1 As DevComponents.DotNetBar.Controls.TabFormPanel
|
||||
Friend WithEvents TabFormPanel2 As DevComponents.DotNetBar.Controls.TabFormPanel
|
||||
Friend WithEvents TabFormItem1 As DevComponents.DotNetBar.Controls.TabFormItem
|
||||
Friend WithEvents TabFormItem2 As DevComponents.DotNetBar.Controls.TabFormItem
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
|
||||
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,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Tabbed Form</Name>
|
||||
<Description>DotNetBar Tabbed Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.TabbedForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>12</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
234
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/MetroAppForm/Form.Designer.cs
generated
Normal file
234
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/MetroAppForm/Form.Designer.cs
generated
Normal file
@@ -0,0 +1,234 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.metroShell1 = new DevComponents.DotNetBar.Metro.MetroShell();
|
||||
this.metroTabItem1 = new DevComponents.DotNetBar.Metro.MetroTabItem();
|
||||
this.metroTabPanel1 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
|
||||
this.metroTabItem2 = new DevComponents.DotNetBar.Metro.MetroTabItem();
|
||||
this.metroTabPanel2 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
|
||||
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
|
||||
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
|
||||
this.metroAppButton1 = new DevComponents.DotNetBar.Metro.MetroAppButton();
|
||||
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.metroStatusBar1 = new DevComponents.DotNetBar.Metro.MetroStatusBar();
|
||||
this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
|
||||
this.metroShell1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// metroShell1
|
||||
//
|
||||
this.metroShell1.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroShell1.BackgroundStyle.Class = "";
|
||||
this.metroShell1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.metroShell1.CaptionVisible = true;
|
||||
this.metroShell1.Controls.Add(this.metroTabPanel1);
|
||||
this.metroShell1.Controls.Add(this.metroTabPanel2);
|
||||
this.metroShell1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.metroShell1.ForeColor = System.Drawing.Color.Black;
|
||||
this.metroShell1.HelpButtonText = null;
|
||||
this.metroShell1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.metroAppButton1,
|
||||
this.metroTabItem1,
|
||||
this.metroTabItem2});
|
||||
this.metroShell1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
|
||||
this.metroShell1.Location = new System.Drawing.Point(0, 1);
|
||||
this.metroShell1.Name = "metroShell1";
|
||||
this.metroShell1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.buttonItem1,
|
||||
this.qatCustomizeItem1});
|
||||
this.metroShell1.Size = new System.Drawing.Size(624, 218);
|
||||
this.metroShell1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
|
||||
this.metroShell1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
|
||||
this.metroShell1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
|
||||
this.metroShell1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
|
||||
this.metroShell1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
|
||||
this.metroShell1.SystemText.QatDialogAddButton = "&Add >>";
|
||||
this.metroShell1.SystemText.QatDialogCancelButton = "Cancel";
|
||||
this.metroShell1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
|
||||
this.metroShell1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
|
||||
this.metroShell1.SystemText.QatDialogOkButton = "OK";
|
||||
this.metroShell1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
|
||||
this.metroShell1.SystemText.QatDialogRemoveButton = "&Remove";
|
||||
this.metroShell1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
|
||||
this.metroShell1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
|
||||
this.metroShell1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
|
||||
this.metroShell1.TabIndex = 0;
|
||||
this.metroShell1.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.metroShell1.Text = "metroShell1";
|
||||
//
|
||||
// metroTabItem1
|
||||
//
|
||||
this.metroTabItem1.Checked = true;
|
||||
this.metroTabItem1.Name = "metroTabItem1";
|
||||
this.metroTabItem1.Panel = this.metroTabPanel1;
|
||||
this.metroTabItem1.Text = "&HOME";
|
||||
//
|
||||
// metroTabPanel1
|
||||
//
|
||||
this.metroTabPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.metroTabPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.metroTabPanel1.Location = new System.Drawing.Point(0, 51);
|
||||
this.metroTabPanel1.Name = "metroTabPanel1";
|
||||
this.metroTabPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.metroTabPanel1.Size = new System.Drawing.Size(624, 167);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroTabPanel1.Style.Class = "";
|
||||
this.metroTabPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroTabPanel1.StyleMouseDown.Class = "";
|
||||
this.metroTabPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroTabPanel1.StyleMouseOver.Class = "";
|
||||
this.metroTabPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.metroTabPanel1.TabIndex = 1;
|
||||
//
|
||||
// metroTabItem2
|
||||
//
|
||||
this.metroTabItem2.Name = "metroTabItem2";
|
||||
this.metroTabItem2.Panel = this.metroTabPanel2;
|
||||
this.metroTabItem2.Text = "&VIEW";
|
||||
//
|
||||
// metroTabPanel2
|
||||
//
|
||||
this.metroTabPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.metroTabPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.metroTabPanel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.metroTabPanel2.Name = "metroTabPanel2";
|
||||
this.metroTabPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.metroTabPanel2.Size = new System.Drawing.Size(200, 100);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroTabPanel2.Style.Class = "";
|
||||
this.metroTabPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroTabPanel2.StyleMouseDown.Class = "";
|
||||
this.metroTabPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroTabPanel2.StyleMouseOver.Class = "";
|
||||
this.metroTabPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.metroTabPanel2.TabIndex = 2;
|
||||
//
|
||||
// styleManager1
|
||||
//
|
||||
this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro;
|
||||
this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26))))));
|
||||
//
|
||||
// qatCustomizeItem1
|
||||
//
|
||||
this.qatCustomizeItem1.BeginGroup = true;
|
||||
this.qatCustomizeItem1.Name = "qatCustomizeItem1";
|
||||
//
|
||||
// metroAppButton1
|
||||
//
|
||||
this.metroAppButton1.AutoExpandOnClick = true;
|
||||
this.metroAppButton1.CanCustomize = false;
|
||||
this.metroAppButton1.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.metroAppButton1.ImagePaddingHorizontal = 0;
|
||||
this.metroAppButton1.ImagePaddingVertical = 0;
|
||||
this.metroAppButton1.Name = "metroAppButton1";
|
||||
this.metroAppButton1.ShowSubItems = false;
|
||||
this.metroAppButton1.Text = "&File";
|
||||
//
|
||||
// buttonItem1
|
||||
//
|
||||
this.buttonItem1.Name = "buttonItem1";
|
||||
this.buttonItem1.Text = "buttonItem1";
|
||||
//
|
||||
// metroStatusBar1
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.metroStatusBar1.BackgroundStyle.Class = "";
|
||||
this.metroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.metroStatusBar1.ContainerControlProcessDialogKey = true;
|
||||
this.metroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.metroStatusBar1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.metroStatusBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.labelItem1});
|
||||
this.metroStatusBar1.Location = new System.Drawing.Point(0, 374);
|
||||
this.metroStatusBar1.Name = "metroStatusBar1";
|
||||
this.metroStatusBar1.Size = new System.Drawing.Size(624, 21);
|
||||
this.metroStatusBar1.TabIndex = 1;
|
||||
this.metroStatusBar1.Text = "metroStatusBar1";
|
||||
//
|
||||
// labelItem1
|
||||
//
|
||||
this.labelItem1.Name = "labelItem1";
|
||||
this.labelItem1.Text = "READY";
|
||||
//
|
||||
// $safeitemrootname$
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(625, 396);
|
||||
this.Controls.Add(this.metroStatusBar1);
|
||||
this.Controls.Add(this.metroShell1);
|
||||
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Name = "$safeitemrootname$";
|
||||
this.Text = "DotNetBar Metro App Form";
|
||||
this.metroShell1.ResumeLayout(false);
|
||||
this.metroShell1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.Metro.MetroShell metroShell1;
|
||||
private DevComponents.DotNetBar.Metro.MetroTabPanel metroTabPanel1;
|
||||
private DevComponents.DotNetBar.Metro.MetroTabPanel metroTabPanel2;
|
||||
private DevComponents.DotNetBar.Metro.MetroAppButton metroAppButton1;
|
||||
private DevComponents.DotNetBar.Metro.MetroTabItem metroTabItem1;
|
||||
private DevComponents.DotNetBar.Metro.MetroTabItem metroTabItem2;
|
||||
private DevComponents.DotNetBar.ButtonItem buttonItem1;
|
||||
private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
|
||||
private DevComponents.DotNetBar.StyleManager styleManager1;
|
||||
private DevComponents.DotNetBar.Metro.MetroStatusBar metroStatusBar1;
|
||||
private DevComponents.DotNetBar.LabelItem labelItem1;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$ : DevComponents.DotNetBar.Metro.MetroAppForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
@@ -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="styleManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
Binary file not shown.
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro App Form</Name>
|
||||
<Description>DotNetBar Metro Application Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.MetroAppForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using DevComponents.DotNetBar;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$: DevComponents.DotNetBar.Metro.MetroForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
42
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/MetroForm/form.designer.cs
generated
Normal file
42
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/MetroForm/form.designer.cs
generated
Normal file
@@ -0,0 +1,42 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(625, 396);
|
||||
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Name = "$safeitemrootname$";
|
||||
this.Text = "MetroForm";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro Form</Name>
|
||||
<Description>DotNetBar Metro Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.MetroForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using DevComponents.DotNetBar;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$: DevComponents.DotNetBar.OfficeForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/Office2007Form/form.designer.cs
generated
Normal file
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/Office2007Form/form.designer.cs
generated
Normal file
@@ -0,0 +1,37 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.Text = "$safeitemrootname$";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Office Form</Name>
|
||||
<Description>DotNetBar Office Style Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.Office2007Form</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using DevComponents.DotNetBar;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$: DevComponents.DotNetBar.RibbonForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/RibbonForm/form.designer.cs
generated
Normal file
37
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/RibbonForm/form.designer.cs
generated
Normal file
@@ -0,0 +1,37 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.Text = "$safeitemrootname$";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Ribbon Form</Name>
|
||||
<Description>DotNetBar Ribbon Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.RibbonForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
<DefaultName>RibbonForm.cs</DefaultName>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
175
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/TabbedForm/Form.Designer.cs
generated
Normal file
175
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2008/Visual C#/TabbedForm/Form.Designer.cs
generated
Normal file
@@ -0,0 +1,175 @@
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
partial class $safeitemrootname$
|
||||
{
|
||||
/// <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.tabFormControl1 = new DevComponents.DotNetBar.Controls.TabFormControl();
|
||||
this.tabFormPanel1 = new DevComponents.DotNetBar.Controls.TabFormPanel();
|
||||
this.tabFormPanel2 = new DevComponents.DotNetBar.Controls.TabFormPanel();
|
||||
this.tabFormItem1 = new DevComponents.DotNetBar.Controls.TabFormItem();
|
||||
this.tabFormItem2 = new DevComponents.DotNetBar.Controls.TabFormItem();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.tabFormControl1.SuspendLayout();
|
||||
this.tabFormPanel1.SuspendLayout();
|
||||
this.tabFormPanel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabFormControl1
|
||||
//
|
||||
this.tabFormControl1.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.tabFormControl1.Controls.Add(this.tabFormPanel1);
|
||||
this.tabFormControl1.Controls.Add(this.tabFormPanel2);
|
||||
this.tabFormControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabFormControl1.ForeColor = System.Drawing.Color.Black;
|
||||
this.tabFormControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.tabFormItem1,
|
||||
this.tabFormItem2});
|
||||
this.tabFormControl1.Location = new System.Drawing.Point(1, 1);
|
||||
this.tabFormControl1.Name = "tabFormControl1";
|
||||
this.tabFormControl1.Size = new System.Drawing.Size(614, 412);
|
||||
this.tabFormControl1.TabIndex = 0;
|
||||
this.tabFormControl1.TabStripFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabFormControl1.Text = "tabFormControl1";
|
||||
//
|
||||
// tabFormPanel1
|
||||
//
|
||||
this.tabFormPanel1.Controls.Add(this.label1);
|
||||
this.tabFormPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabFormPanel1.Location = new System.Drawing.Point(0, 28);
|
||||
this.tabFormPanel1.Name = "tabFormPanel1";
|
||||
this.tabFormPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.tabFormPanel1.Size = new System.Drawing.Size(614, 384);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel1.Style.Class = "TabFormPanel";
|
||||
this.tabFormPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.tabFormPanel1.TabIndex = 1;
|
||||
//
|
||||
// tabFormPanel2
|
||||
//
|
||||
this.tabFormPanel2.Controls.Add(this.label2);
|
||||
this.tabFormPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabFormPanel2.Location = new System.Drawing.Point(0, 28);
|
||||
this.tabFormPanel2.Name = "tabFormPanel2";
|
||||
this.tabFormPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.tabFormPanel2.Size = new System.Drawing.Size(614, 384);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel2.Style.Class = "TabFormPanel";
|
||||
this.tabFormPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tabFormPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.tabFormPanel2.TabIndex = 2;
|
||||
this.tabFormPanel2.Visible = false;
|
||||
//
|
||||
// tabFormItem1
|
||||
//
|
||||
this.tabFormItem1.Checked = true;
|
||||
this.tabFormItem1.Name = "tabFormItem1";
|
||||
this.tabFormItem1.Panel = this.tabFormPanel1;
|
||||
this.tabFormItem1.Text = "Document 1";
|
||||
//
|
||||
// tabFormItem2
|
||||
//
|
||||
this.tabFormItem2.Name = "tabFormItem2";
|
||||
this.tabFormItem2.Panel = this.tabFormPanel2;
|
||||
this.tabFormItem2.Text = "Document 2";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label1.Location = new System.Drawing.Point(241, 175);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(101, 13);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Your content here...";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label2.Location = new System.Drawing.Point(257, 186);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(101, 13);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "Your content here...";
|
||||
//
|
||||
// $safeitemrootname$
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(616, 414);
|
||||
this.Controls.Add(this.tabFormControl1);
|
||||
this.ForeColor = System.Drawing.Color.Black;
|
||||
this.Name = "$safeitemrootname$";
|
||||
this.Text = "DotNetBar Tabbed App Form";
|
||||
this.tabFormControl1.ResumeLayout(false);
|
||||
this.tabFormControl1.PerformLayout();
|
||||
this.tabFormPanel1.ResumeLayout(false);
|
||||
this.tabFormPanel1.PerformLayout();
|
||||
this.tabFormPanel2.ResumeLayout(false);
|
||||
this.tabFormPanel2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.Controls.TabFormControl tabFormControl1;
|
||||
private DevComponents.DotNetBar.Controls.TabFormPanel tabFormPanel1;
|
||||
private DevComponents.DotNetBar.Controls.TabFormPanel tabFormPanel2;
|
||||
private DevComponents.DotNetBar.Controls.TabFormItem tabFormItem1;
|
||||
private DevComponents.DotNetBar.Controls.TabFormItem tabFormItem2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$ : DevComponents.DotNetBar.Controls.TabParentForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
@@ -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>
|
Binary file not shown.
@@ -0,0 +1,38 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Tabbed Form</Name>
|
||||
<Description>DotNetBar Tabbed Form</Description>
|
||||
<Icon Package="{FAE04EC1-301F-11d3-BF4B-00C04F79EFBC}" ID="4535" />
|
||||
<TemplateID>DevComponents.CS.TabbedForm</TemplateID>
|
||||
<ProjectType>CSharp</ProjectType>
|
||||
<SortOrder>41</SortOrder>
|
||||
<DefaultName>Form.cs</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Data</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Xml</Assembly>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.cs</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.cs</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
217
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/MetroAppForm/Form.Designer.vb
generated
Normal file
217
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/MetroAppForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,217 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Metro.MetroAppForm
|
||||
|
||||
'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()
|
||||
Me.components = New System.ComponentModel.Container
|
||||
Me.MetroShell1 = New DevComponents.DotNetBar.Metro.MetroShell
|
||||
Me.MetroTabItem1 = New DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Me.MetroTabPanel1 = New DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Me.MetroTabItem2 = New DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Me.MetroTabPanel2 = New DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Me.StyleManager1 = New DevComponents.DotNetBar.StyleManager(Me.components)
|
||||
Me.QatCustomizeItem1 = New DevComponents.DotNetBar.QatCustomizeItem
|
||||
Me.MetroAppButton1 = New DevComponents.DotNetBar.Metro.MetroAppButton
|
||||
Me.ButtonItem1 = New DevComponents.DotNetBar.ButtonItem
|
||||
Me.MetroStatusBar1 = New DevComponents.DotNetBar.Metro.MetroStatusBar
|
||||
Me.LabelItem1 = New DevComponents.DotNetBar.LabelItem
|
||||
Me.MetroShell1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'MetroShell1
|
||||
'
|
||||
Me.MetroShell1.BackColor = System.Drawing.Color.White
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroShell1.BackgroundStyle.Class = ""
|
||||
Me.MetroShell1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroShell1.CaptionVisible = True
|
||||
Me.MetroShell1.Controls.Add(Me.MetroTabPanel1)
|
||||
Me.MetroShell1.Controls.Add(Me.MetroTabPanel2)
|
||||
Me.MetroShell1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.MetroShell1.ForeColor = System.Drawing.Color.Black
|
||||
Me.MetroShell1.HelpButtonText = Nothing
|
||||
Me.MetroShell1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.MetroAppButton1, Me.MetroTabItem1, Me.MetroTabItem2})
|
||||
Me.MetroShell1.KeyTipsFont = New System.Drawing.Font("Tahoma", 7.0!)
|
||||
Me.MetroShell1.Location = New System.Drawing.Point(0, 1)
|
||||
Me.MetroShell1.Name = "MetroShell1"
|
||||
Me.MetroShell1.QuickToolbarItems.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.ButtonItem1, Me.QatCustomizeItem1})
|
||||
Me.MetroShell1.Size = New System.Drawing.Size(652, 234)
|
||||
Me.MetroShell1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"
|
||||
Me.MetroShell1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"
|
||||
Me.MetroShell1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"
|
||||
Me.MetroShell1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."
|
||||
Me.MetroShell1.SystemText.QatDialogAddButton = "&Add >>"
|
||||
Me.MetroShell1.SystemText.QatDialogCancelButton = "Cancel"
|
||||
Me.MetroShell1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"
|
||||
Me.MetroShell1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"
|
||||
Me.MetroShell1.SystemText.QatDialogOkButton = "OK"
|
||||
Me.MetroShell1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatDialogRemoveButton = "&Remove"
|
||||
Me.MetroShell1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.MetroShell1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"
|
||||
Me.MetroShell1.TabIndex = 0
|
||||
Me.MetroShell1.TabStripFont = New System.Drawing.Font("Segoe UI", 10.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.MetroShell1.Text = "MetroShell1"
|
||||
'
|
||||
'MetroTabItem1
|
||||
'
|
||||
Me.MetroTabItem1.Checked = True
|
||||
Me.MetroTabItem1.Name = "MetroTabItem1"
|
||||
Me.MetroTabItem1.Panel = Me.MetroTabPanel1
|
||||
Me.MetroTabItem1.Text = "&HOME"
|
||||
'
|
||||
'MetroTabPanel1
|
||||
'
|
||||
Me.MetroTabPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
|
||||
Me.MetroTabPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MetroTabPanel1.Location = New System.Drawing.Point(0, 51)
|
||||
Me.MetroTabPanel1.Name = "MetroTabPanel1"
|
||||
Me.MetroTabPanel1.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.MetroTabPanel1.Size = New System.Drawing.Size(652, 183)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel1.Style.Class = ""
|
||||
Me.MetroTabPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel1.StyleMouseDown.Class = ""
|
||||
Me.MetroTabPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel1.StyleMouseOver.Class = ""
|
||||
Me.MetroTabPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroTabPanel1.TabIndex = 1
|
||||
'
|
||||
'MetroTabItem2
|
||||
'
|
||||
Me.MetroTabItem2.Name = "MetroTabItem2"
|
||||
Me.MetroTabItem2.Panel = Me.MetroTabPanel2
|
||||
Me.MetroTabItem2.Text = "&VIEW"
|
||||
'
|
||||
'MetroTabPanel2
|
||||
'
|
||||
Me.MetroTabPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
|
||||
Me.MetroTabPanel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MetroTabPanel2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MetroTabPanel2.Name = "MetroTabPanel2"
|
||||
Me.MetroTabPanel2.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.MetroTabPanel2.Size = New System.Drawing.Size(200, 100)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel2.Style.Class = ""
|
||||
Me.MetroTabPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel2.StyleMouseDown.Class = ""
|
||||
Me.MetroTabPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroTabPanel2.StyleMouseOver.Class = ""
|
||||
Me.MetroTabPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroTabPanel2.TabIndex = 2
|
||||
'
|
||||
'StyleManager1
|
||||
'
|
||||
Me.StyleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro
|
||||
Me.StyleManager1.MetroColorParameters = New DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(163, Byte), Integer), CType(CType(26, Byte), Integer)))
|
||||
'
|
||||
'QatCustomizeItem1
|
||||
'
|
||||
Me.QatCustomizeItem1.BeginGroup = True
|
||||
Me.QatCustomizeItem1.Name = "QatCustomizeItem1"
|
||||
'
|
||||
'MetroAppButton1
|
||||
'
|
||||
Me.MetroAppButton1.AutoExpandOnClick = True
|
||||
Me.MetroAppButton1.CanCustomize = False
|
||||
Me.MetroAppButton1.ImageFixedSize = New System.Drawing.Size(16, 16)
|
||||
Me.MetroAppButton1.ImagePaddingHorizontal = 0
|
||||
Me.MetroAppButton1.ImagePaddingVertical = 0
|
||||
Me.MetroAppButton1.Name = "MetroAppButton1"
|
||||
Me.MetroAppButton1.ShowSubItems = False
|
||||
Me.MetroAppButton1.Text = "&File"
|
||||
'
|
||||
'ButtonItem1
|
||||
'
|
||||
Me.ButtonItem1.Name = "ButtonItem1"
|
||||
Me.ButtonItem1.Text = "ButtonItem1"
|
||||
'
|
||||
'MetroStatusBar1
|
||||
'
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.MetroStatusBar1.BackgroundStyle.Class = ""
|
||||
Me.MetroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.MetroStatusBar1.ContainerControlProcessDialogKey = True
|
||||
Me.MetroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.MetroStatusBar1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.MetroStatusBar1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.LabelItem1})
|
||||
Me.MetroStatusBar1.Location = New System.Drawing.Point(0, 413)
|
||||
Me.MetroStatusBar1.Name = "MetroStatusBar1"
|
||||
Me.MetroStatusBar1.Size = New System.Drawing.Size(652, 22)
|
||||
Me.MetroStatusBar1.TabIndex = 1
|
||||
Me.MetroStatusBar1.Text = "MetroStatusBar1"
|
||||
'
|
||||
'LabelItem1
|
||||
'
|
||||
Me.LabelItem1.Name = "LabelItem1"
|
||||
Me.LabelItem1.Text = "READY"
|
||||
'
|
||||
'$safeitemrootname$
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(653, 436)
|
||||
Me.Controls.Add(Me.MetroStatusBar1)
|
||||
Me.Controls.Add(Me.MetroShell1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "DotNetBar Metro App Form"
|
||||
Me.MetroShell1.ResumeLayout(False)
|
||||
Me.MetroShell1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents MetroShell1 As DevComponents.DotNetBar.Metro.MetroShell
|
||||
Friend WithEvents MetroTabPanel1 As DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Friend WithEvents MetroTabPanel2 As DevComponents.DotNetBar.Metro.MetroTabPanel
|
||||
Friend WithEvents MetroAppButton1 As DevComponents.DotNetBar.Metro.MetroAppButton
|
||||
Friend WithEvents MetroTabItem1 As DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Friend WithEvents MetroTabItem2 As DevComponents.DotNetBar.Metro.MetroTabItem
|
||||
Friend WithEvents ButtonItem1 As DevComponents.DotNetBar.ButtonItem
|
||||
Friend WithEvents QatCustomizeItem1 As DevComponents.DotNetBar.QatCustomizeItem
|
||||
Friend WithEvents StyleManager1 As DevComponents.DotNetBar.StyleManager
|
||||
Friend WithEvents MetroStatusBar1 As DevComponents.DotNetBar.Metro.MetroStatusBar
|
||||
Friend WithEvents LabelItem1 As DevComponents.DotNetBar.LabelItem
|
||||
|
||||
End Class
|
@@ -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="StyleManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro UI App Form</Name>
|
||||
<Description>DotNetBar Metro Application Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.MetroAppForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
33
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/MetroForm/Form.Designer.vb
generated
Normal file
33
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/MetroForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,33 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Metro.MetroForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(653, 436)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "MetroForm"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Metro Form</Name>
|
||||
<Description>DotNetBar Metro Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.MetroForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
29
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/Office2007Form/Form.Designer.vb
generated
Normal file
29
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/Office2007Form/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.OfficeForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Text = "$safeitemrootname$"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Office Form</Name>
|
||||
<Description>DotNetBar Office Style Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.Office2007Form</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
Binary file not shown.
28
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/RibbonForm/Form.Designer.vb
generated
Normal file
28
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/RibbonForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.RibbonForm
|
||||
|
||||
'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()
|
||||
components = New System.ComponentModel.Container
|
||||
Me.Text = "$safeitemrootname$"
|
||||
End Sub
|
||||
End Class
|
@@ -0,0 +1,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
@@ -0,0 +1,36 @@
|
||||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
|
||||
<TemplateData>
|
||||
<Name>Ribbon Form</Name>
|
||||
<Description>DotNetBar Ribbon Form</Description>
|
||||
<Icon Package="{164B10B9-B200-11D0-8C61-00A0C91E29D5}" ID="4527" />
|
||||
<TemplateID>DevComponents.VB.RibbonForm</TemplateID>
|
||||
<ProjectType>VisualBasic</ProjectType>
|
||||
<SortOrder>11</SortOrder>
|
||||
<DefaultName>Form.vb</DefaultName>
|
||||
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
|
||||
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
||||
</TemplateData>
|
||||
<TemplateContent>
|
||||
<References>
|
||||
<Reference>
|
||||
<Assembly>System</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Drawing</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>System.Windows.Forms</Assembly>
|
||||
<URL>http://www.microsoft.com</URL>
|
||||
</Reference>
|
||||
<Reference>
|
||||
<Assembly>DevComponents.DotNetBar2</Assembly>
|
||||
<URL>http://www.devcomponents.com</URL>
|
||||
</Reference>
|
||||
</References>
|
||||
|
||||
<ProjectItem ReplaceParameters="true" SubType="Form">Form.vb</ProjectItem>
|
||||
<ProjectItem ReplaceParameters="true">Form.Designer.vb</ProjectItem>
|
||||
</TemplateContent>
|
||||
</VSTemplate>
|
176
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/TabbedForm/Form.Designer.vb
generated
Normal file
176
PROMS/DotNetBar Source Code/VSItemTemplates/VS.NET 2010/Visual Basic/TabbedForm/Form.Designer.vb
generated
Normal file
@@ -0,0 +1,176 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class $safeitemrootname$
|
||||
Inherits DevComponents.DotNetBar.Controls.TabParentForm
|
||||
|
||||
'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()
|
||||
Me.TabFormControl1 = New DevComponents.DotNetBar.Controls.TabFormControl()
|
||||
Me.TabFormPanel1 = New DevComponents.DotNetBar.Controls.TabFormPanel()
|
||||
Me.TabFormPanel2 = New DevComponents.DotNetBar.Controls.TabFormPanel()
|
||||
Me.TabFormItem1 = New DevComponents.DotNetBar.Controls.TabFormItem()
|
||||
Me.TabFormItem2 = New DevComponents.DotNetBar.Controls.TabFormItem()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.TabFormControl1.SuspendLayout
|
||||
Me.TabFormPanel1.SuspendLayout
|
||||
Me.TabFormPanel2.SuspendLayout
|
||||
Me.SuspendLayout
|
||||
'
|
||||
'TabFormControl1
|
||||
'
|
||||
Me.TabFormControl1.BackColor = System.Drawing.Color.White
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormControl1.Controls.Add(Me.TabFormPanel1)
|
||||
Me.TabFormControl1.Controls.Add(Me.TabFormPanel2)
|
||||
Me.TabFormControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormControl1.ForeColor = System.Drawing.Color.Black
|
||||
Me.TabFormControl1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.TabFormItem1, Me.TabFormItem2})
|
||||
Me.TabFormControl1.Location = New System.Drawing.Point(1, 1)
|
||||
Me.TabFormControl1.Name = "TabFormControl1"
|
||||
Me.TabFormControl1.Size = New System.Drawing.Size(444, 311)
|
||||
Me.TabFormControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"
|
||||
Me.TabFormControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"
|
||||
Me.TabFormControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"
|
||||
Me.TabFormControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."
|
||||
Me.TabFormControl1.SystemText.QatDialogAddButton = "&Add >>"
|
||||
Me.TabFormControl1.SystemText.QatDialogCancelButton = "Cancel"
|
||||
Me.TabFormControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"
|
||||
Me.TabFormControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"
|
||||
Me.TabFormControl1.SystemText.QatDialogOkButton = "OK"
|
||||
Me.TabFormControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatDialogRemoveButton = "&Remove"
|
||||
Me.TabFormControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"
|
||||
Me.TabFormControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"
|
||||
Me.TabFormControl1.TabIndex = 0
|
||||
Me.TabFormControl1.TabStripFont = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.TabFormControl1.Text = "TabFormControl1"
|
||||
'
|
||||
'TabFormPanel1
|
||||
'
|
||||
Me.TabFormPanel1.Controls.Add(Me.Label1)
|
||||
Me.TabFormPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormPanel1.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TabFormPanel1.Name = "TabFormPanel1"
|
||||
Me.TabFormPanel1.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.TabFormPanel1.Size = New System.Drawing.Size(444, 283)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.Style.Class = "TabFormPanel"
|
||||
Me.TabFormPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormPanel1.TabIndex = 1
|
||||
'
|
||||
'TabFormPanel2
|
||||
'
|
||||
Me.TabFormPanel2.Controls.Add(Me.Label2)
|
||||
Me.TabFormPanel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabFormPanel2.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TabFormPanel2.Name = "TabFormPanel2"
|
||||
Me.TabFormPanel2.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
|
||||
Me.TabFormPanel2.Size = New System.Drawing.Size(444, 283)
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.Style.Class = "TabFormPanel"
|
||||
Me.TabFormPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.TabFormPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.TabFormPanel2.TabIndex = 2
|
||||
Me.TabFormPanel2.Visible = false
|
||||
'
|
||||
'TabFormItem1
|
||||
'
|
||||
Me.TabFormItem1.Checked = true
|
||||
Me.TabFormItem1.Name = "TabFormItem1"
|
||||
Me.TabFormItem1.Panel = Me.TabFormPanel1
|
||||
Me.TabFormItem1.Text = "Document 1"
|
||||
'
|
||||
'TabFormItem2
|
||||
'
|
||||
Me.TabFormItem2.Name = "TabFormItem2"
|
||||
Me.TabFormItem2.Panel = Me.TabFormPanel2
|
||||
Me.TabFormItem2.Text = "Document 2"
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = true
|
||||
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label1.Location = New System.Drawing.Point(155, 127)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Your content here..."
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = true
|
||||
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label2.Location = New System.Drawing.Point(172, 135)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label2.TabIndex = 1
|
||||
Me.Label2.Text = "Your content here..."
|
||||
'
|
||||
'$safeitemrootname$
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(446, 313)
|
||||
Me.Controls.Add(Me.TabFormControl1)
|
||||
Me.Name = "$safeitemrootname$"
|
||||
Me.Text = "DotNetBar Tabbed Form"
|
||||
Me.TabFormControl1.ResumeLayout(false)
|
||||
Me.TabFormControl1.PerformLayout
|
||||
Me.TabFormPanel1.ResumeLayout(false)
|
||||
Me.TabFormPanel1.PerformLayout
|
||||
Me.TabFormPanel2.ResumeLayout(false)
|
||||
Me.TabFormPanel2.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents TabFormControl1 As DevComponents.DotNetBar.Controls.TabFormControl
|
||||
Friend WithEvents TabFormPanel1 As DevComponents.DotNetBar.Controls.TabFormPanel
|
||||
Friend WithEvents TabFormPanel2 As DevComponents.DotNetBar.Controls.TabFormPanel
|
||||
Friend WithEvents TabFormItem1 As DevComponents.DotNetBar.Controls.TabFormItem
|
||||
Friend WithEvents TabFormItem2 As DevComponents.DotNetBar.Controls.TabFormItem
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
|
||||
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,3 @@
|
||||
Public Class $safeitemrootname$
|
||||
|
||||
End Class
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user