DotNet 4.8.1 build of DotNetBar

This commit is contained in:
2025-02-07 10:35:23 -05:00
parent 33439b63a0
commit 6b0a5d60f4
2609 changed files with 989814 additions and 7 deletions

View 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;
}
}

View File

@@ -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();
}
}
}

View File

@@ -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>

View File

@@ -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>