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

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.Controls.TabParentForm
{
public $safeitemrootname$()
{
InitializeComponent();
}
}
}

View File

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

View File

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