namespace Example { partial class DialogAbout { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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, 272); 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, 77); this.lblVersion.TabIndex = 7; this.lblVersion.Text = "Version: [version]"; this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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, 317); 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; } }