DarkUI.Net5/Example/Forms/Dialogs/DialogAbout.Designer.cs
Robin 5a57b1011c Added DockPanel basics & updated example
Re-adding content currently broken. Need to add tabs too.
2015-09-19 11:32:11 +01:00

146 lines
7.6 KiB
C#

namespace Example
{
partial class DialogAbout
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogAbout));
this.pnlMain = new System.Windows.Forms.Panel();
this.lblVersion = new DarkUI.DarkLabel();
this.darkLabel3 = new DarkUI.DarkLabel();
this.darkLabel2 = new DarkUI.DarkLabel();
this.darkLabel1 = new DarkUI.DarkLabel();
this.lblHeader = new DarkUI.DarkLabel();
this.pnlMain.SuspendLayout();
this.SuspendLayout();
//
// pnlMain
//
this.pnlMain.Controls.Add(this.lblVersion);
this.pnlMain.Controls.Add(this.darkLabel3);
this.pnlMain.Controls.Add(this.darkLabel2);
this.pnlMain.Controls.Add(this.darkLabel1);
this.pnlMain.Controls.Add(this.lblHeader);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(0, 0);
this.pnlMain.Name = "pnlMain";
this.pnlMain.Padding = new System.Windows.Forms.Padding(15, 15, 15, 5);
this.pnlMain.Size = new System.Drawing.Size(343, 229);
this.pnlMain.TabIndex = 2;
//
// lblVersion
//
this.lblVersion.Dock = System.Windows.Forms.DockStyle.Top;
this.lblVersion.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.lblVersion.Location = new System.Drawing.Point(15, 192);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(313, 36);
this.lblVersion.TabIndex = 7;
this.lblVersion.Text = "Version: [version]";
this.lblVersion.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// darkLabel3
//
this.darkLabel3.Dock = System.Windows.Forms.DockStyle.Top;
this.darkLabel3.Font = new System.Drawing.Font("Segoe UI", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.darkLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.darkLabel3.Location = new System.Drawing.Point(15, 152);
this.darkLabel3.Name = "darkLabel3";
this.darkLabel3.Size = new System.Drawing.Size(313, 40);
this.darkLabel3.TabIndex = 6;
this.darkLabel3.Text = "(Also with a hardcoded dark theme because I totally could not figure out a clean " +
"way to have application-wide theme settings... so, you know, if you\'ve got an id" +
"ea, pull request me.)\r\n";
this.darkLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// darkLabel2
//
this.darkLabel2.Dock = System.Windows.Forms.DockStyle.Top;
this.darkLabel2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.darkLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.darkLabel2.Location = new System.Drawing.Point(15, 101);
this.darkLabel2.Name = "darkLabel2";
this.darkLabel2.Size = new System.Drawing.Size(313, 51);
this.darkLabel2.TabIndex = 5;
this.darkLabel2.Text = "Created because of all the little annoyances and issues with the default .NET con" +
"trol library.";
this.darkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// darkLabel1
//
this.darkLabel1.Dock = System.Windows.Forms.DockStyle.Top;
this.darkLabel1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.darkLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.darkLabel1.Location = new System.Drawing.Point(15, 47);
this.darkLabel1.Name = "darkLabel1";
this.darkLabel1.Size = new System.Drawing.Size(313, 54);
this.darkLabel1.TabIndex = 4;
this.darkLabel1.Text = "Dark themed control and docking library for .NET WinForms.";
this.darkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblHeader
//
this.lblHeader.Dock = System.Windows.Forms.DockStyle.Top;
this.lblHeader.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.lblHeader.Location = new System.Drawing.Point(15, 15);
this.lblHeader.Name = "lblHeader";
this.lblHeader.Size = new System.Drawing.Size(313, 32);
this.lblHeader.TabIndex = 3;
this.lblHeader.Text = "Dark UI";
this.lblHeader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// DialogAbout
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(343, 274);
this.Controls.Add(this.pnlMain);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DialogAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About Dark UI";
this.Controls.SetChildIndex(this.pnlMain, 0);
this.pnlMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlMain;
private DarkUI.DarkLabel lblHeader;
private DarkUI.DarkLabel darkLabel1;
private DarkUI.DarkLabel darkLabel3;
private DarkUI.DarkLabel darkLabel2;
private DarkUI.DarkLabel lblVersion;
}
}