mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-06-30 22:29:29 +03:00
665 lines
41 KiB
C#
665 lines
41 KiB
C#
namespace Example
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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(MainForm));
|
|
this.mnuMain = new DarkUI.DarkMenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolMain = new DarkUI.DarkToolStrip();
|
|
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.darkStatusStrip1 = new DarkUI.DarkStatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.darkLabel1 = new DarkUI.DarkLabel();
|
|
this.darkScrollBar1 = new DarkUI.DarkScrollBar();
|
|
this.darkScrollBar2 = new DarkUI.DarkScrollBar();
|
|
this.mnuMain.SuspendLayout();
|
|
this.toolMain.SuspendLayout();
|
|
this.darkStatusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mnuMain
|
|
//
|
|
this.mnuMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
|
|
this.mnuMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.editToolStripMenuItem,
|
|
this.toolsToolStripMenuItem,
|
|
this.helpToolStripMenuItem});
|
|
this.mnuMain.Location = new System.Drawing.Point(0, 0);
|
|
this.mnuMain.Name = "mnuMain";
|
|
this.mnuMain.Padding = new System.Windows.Forms.Padding(3, 2, 0, 2);
|
|
this.mnuMain.Size = new System.Drawing.Size(784, 24);
|
|
this.mnuMain.TabIndex = 0;
|
|
this.mnuMain.Text = "darkMenuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newToolStripMenuItem,
|
|
this.openToolStripMenuItem,
|
|
this.toolStripSeparator,
|
|
this.saveToolStripMenuItem,
|
|
this.saveAsToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.printToolStripMenuItem,
|
|
this.printPreviewToolStripMenuItem,
|
|
this.toolStripSeparator2,
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// newToolStripMenuItem
|
|
//
|
|
this.newToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
|
|
this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
|
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.newToolStripMenuItem.Text = "&New";
|
|
//
|
|
// openToolStripMenuItem
|
|
//
|
|
this.openToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
|
|
this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
|
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.openToolStripMenuItem.Text = "&Open";
|
|
//
|
|
// toolStripSeparator
|
|
//
|
|
this.toolStripSeparator.Name = "toolStripSeparator";
|
|
this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
|
|
this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.saveToolStripMenuItem.Text = "&Save";
|
|
//
|
|
// saveAsToolStripMenuItem
|
|
//
|
|
this.saveAsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.saveAsToolStripMenuItem.Text = "Save &As";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// printToolStripMenuItem
|
|
//
|
|
this.printToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
|
|
this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
|
|
this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
|
this.printToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.printToolStripMenuItem.Text = "&Print";
|
|
//
|
|
// printPreviewToolStripMenuItem
|
|
//
|
|
this.printPreviewToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
|
|
this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
|
|
this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
//
|
|
// editToolStripMenuItem
|
|
//
|
|
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.undoToolStripMenuItem,
|
|
this.redoToolStripMenuItem,
|
|
this.toolStripSeparator3,
|
|
this.cutToolStripMenuItem,
|
|
this.copyToolStripMenuItem,
|
|
this.pasteToolStripMenuItem,
|
|
this.toolStripSeparator4,
|
|
this.selectAllToolStripMenuItem});
|
|
this.editToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
|
this.editToolStripMenuItem.Text = "&Edit";
|
|
//
|
|
// undoToolStripMenuItem
|
|
//
|
|
this.undoToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
|
|
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
|
this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.undoToolStripMenuItem.Text = "&Undo";
|
|
//
|
|
// redoToolStripMenuItem
|
|
//
|
|
this.redoToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
|
|
this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
|
|
this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.redoToolStripMenuItem.Text = "&Redo";
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(141, 6);
|
|
//
|
|
// cutToolStripMenuItem
|
|
//
|
|
this.cutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
|
|
this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
|
|
this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
|
|
this.cutToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.cutToolStripMenuItem.Text = "Cu&t";
|
|
//
|
|
// copyToolStripMenuItem
|
|
//
|
|
this.copyToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
|
|
this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
|
|
this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
|
this.copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.copyToolStripMenuItem.Text = "&Copy";
|
|
//
|
|
// pasteToolStripMenuItem
|
|
//
|
|
this.pasteToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
|
|
this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
|
|
this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
|
|
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.pasteToolStripMenuItem.Text = "&Paste";
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
|
|
//
|
|
// selectAllToolStripMenuItem
|
|
//
|
|
this.selectAllToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
|
|
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.selectAllToolStripMenuItem.Text = "Select &All";
|
|
//
|
|
// toolsToolStripMenuItem
|
|
//
|
|
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.customizeToolStripMenuItem,
|
|
this.optionsToolStripMenuItem});
|
|
this.toolsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
|
|
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
|
this.toolsToolStripMenuItem.Text = "&Tools";
|
|
//
|
|
// customizeToolStripMenuItem
|
|
//
|
|
this.customizeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
|
|
this.customizeToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
|
|
this.customizeToolStripMenuItem.Text = "&Customize";
|
|
//
|
|
// optionsToolStripMenuItem
|
|
//
|
|
this.optionsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
|
|
this.optionsToolStripMenuItem.Text = "&Options";
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.contentsToolStripMenuItem,
|
|
this.indexToolStripMenuItem,
|
|
this.searchToolStripMenuItem,
|
|
this.toolStripSeparator5,
|
|
this.aboutToolStripMenuItem});
|
|
this.helpToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.helpToolStripMenuItem.Text = "&Help";
|
|
//
|
|
// contentsToolStripMenuItem
|
|
//
|
|
this.contentsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
|
|
this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
this.contentsToolStripMenuItem.Text = "&Contents";
|
|
//
|
|
// indexToolStripMenuItem
|
|
//
|
|
this.indexToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
|
|
this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
this.indexToolStripMenuItem.Text = "&Index";
|
|
//
|
|
// searchToolStripMenuItem
|
|
//
|
|
this.searchToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
|
|
this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
this.searchToolStripMenuItem.Text = "&Search";
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
|
|
//
|
|
// aboutToolStripMenuItem
|
|
//
|
|
this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
this.aboutToolStripMenuItem.Text = "&About...";
|
|
//
|
|
// toolMain
|
|
//
|
|
this.toolMain.AutoSize = false;
|
|
this.toolMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
|
|
this.toolMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.toolMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newToolStripButton,
|
|
this.openToolStripButton,
|
|
this.saveToolStripButton,
|
|
this.printToolStripButton,
|
|
this.toolStripSeparator6,
|
|
this.cutToolStripButton,
|
|
this.copyToolStripButton,
|
|
this.pasteToolStripButton,
|
|
this.toolStripSeparator7,
|
|
this.helpToolStripButton});
|
|
this.toolMain.Location = new System.Drawing.Point(0, 24);
|
|
this.toolMain.Name = "toolMain";
|
|
this.toolMain.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
|
|
this.toolMain.Size = new System.Drawing.Size(784, 28);
|
|
this.toolMain.TabIndex = 1;
|
|
this.toolMain.Text = "darkToolStrip1";
|
|
//
|
|
// newToolStripButton
|
|
//
|
|
this.newToolStripButton.AutoSize = false;
|
|
this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.newToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
|
|
this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.newToolStripButton.Name = "newToolStripButton";
|
|
this.newToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.newToolStripButton.Text = "&New";
|
|
//
|
|
// openToolStripButton
|
|
//
|
|
this.openToolStripButton.AutoSize = false;
|
|
this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.openToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
|
|
this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.openToolStripButton.Name = "openToolStripButton";
|
|
this.openToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.openToolStripButton.Text = "&Open";
|
|
//
|
|
// saveToolStripButton
|
|
//
|
|
this.saveToolStripButton.AutoSize = false;
|
|
this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.saveToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
|
|
this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.saveToolStripButton.Name = "saveToolStripButton";
|
|
this.saveToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.saveToolStripButton.Text = "&Save";
|
|
//
|
|
// printToolStripButton
|
|
//
|
|
this.printToolStripButton.AutoSize = false;
|
|
this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.printToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
|
|
this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.printToolStripButton.Name = "printToolStripButton";
|
|
this.printToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.printToolStripButton.Text = "&Print";
|
|
//
|
|
// toolStripSeparator6
|
|
//
|
|
this.toolStripSeparator6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.toolStripSeparator6.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 28);
|
|
//
|
|
// cutToolStripButton
|
|
//
|
|
this.cutToolStripButton.AutoSize = false;
|
|
this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.cutToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
|
|
this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.cutToolStripButton.Name = "cutToolStripButton";
|
|
this.cutToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.cutToolStripButton.Text = "C&ut";
|
|
//
|
|
// copyToolStripButton
|
|
//
|
|
this.copyToolStripButton.AutoSize = false;
|
|
this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.copyToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
|
|
this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.copyToolStripButton.Name = "copyToolStripButton";
|
|
this.copyToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.copyToolStripButton.Text = "&Copy";
|
|
//
|
|
// pasteToolStripButton
|
|
//
|
|
this.pasteToolStripButton.AutoSize = false;
|
|
this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.pasteToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
|
|
this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.pasteToolStripButton.Name = "pasteToolStripButton";
|
|
this.pasteToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.pasteToolStripButton.Text = "&Paste";
|
|
//
|
|
// toolStripSeparator7
|
|
//
|
|
this.toolStripSeparator7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.toolStripSeparator7.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 28);
|
|
//
|
|
// helpToolStripButton
|
|
//
|
|
this.helpToolStripButton.AutoSize = false;
|
|
this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.helpToolStripButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
|
|
this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.helpToolStripButton.Name = "helpToolStripButton";
|
|
this.helpToolStripButton.Size = new System.Drawing.Size(24, 24);
|
|
this.helpToolStripButton.Text = "He&lp";
|
|
//
|
|
// darkStatusStrip1
|
|
//
|
|
this.darkStatusStrip1.AutoSize = false;
|
|
this.darkStatusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
|
|
this.darkStatusStrip1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.darkStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.toolStripStatusLabel2,
|
|
this.toolStripStatusLabel3,
|
|
this.toolStripStatusLabel4,
|
|
this.toolStripStatusLabel6,
|
|
this.toolStripStatusLabel5});
|
|
this.darkStatusStrip1.Location = new System.Drawing.Point(0, 538);
|
|
this.darkStatusStrip1.Name = "darkStatusStrip1";
|
|
this.darkStatusStrip1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 3);
|
|
this.darkStatusStrip1.Size = new System.Drawing.Size(784, 24);
|
|
this.darkStatusStrip1.SizingGrip = false;
|
|
this.darkStatusStrip1.TabIndex = 2;
|
|
this.darkStatusStrip1.Text = "darkStatusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.AutoSize = false;
|
|
this.toolStripStatusLabel1.Margin = new System.Windows.Forms.Padding(1, 0, 50, 0);
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(39, 16);
|
|
this.toolStripStatusLabel1.Text = "Ready";
|
|
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(25, 16);
|
|
this.toolStripStatusLabel2.Text = "0, 0";
|
|
this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(49, 16);
|
|
this.toolStripStatusLabel3.Text = "150, 200";
|
|
this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel4
|
|
//
|
|
this.toolStripStatusLabel4.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
|
|
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
|
|
this.toolStripStatusLabel4.Size = new System.Drawing.Size(112, 16);
|
|
this.toolStripStatusLabel4.Text = "Active layer: Default";
|
|
this.toolStripStatusLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel6
|
|
//
|
|
this.toolStripStatusLabel6.Margin = new System.Windows.Forms.Padding(0, 0, 50, 2);
|
|
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
|
|
this.toolStripStatusLabel6.Size = new System.Drawing.Size(261, 14);
|
|
this.toolStripStatusLabel6.Spring = true;
|
|
this.toolStripStatusLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel5
|
|
//
|
|
this.toolStripStatusLabel5.Margin = new System.Windows.Forms.Padding(0, 0, 1, 0);
|
|
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
|
|
this.toolStripStatusLabel5.Size = new System.Drawing.Size(46, 16);
|
|
this.toolStripStatusLabel5.Text = "120 MB";
|
|
this.toolStripStatusLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// darkLabel1
|
|
//
|
|
this.darkLabel1.AutoSize = false;
|
|
this.darkLabel1.AutoUpdateHeight = true;
|
|
this.darkLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.darkLabel1.Location = new System.Drawing.Point(281, 143);
|
|
this.darkLabel1.Name = "darkLabel1";
|
|
this.darkLabel1.Size = new System.Drawing.Size(149, 15);
|
|
this.darkLabel1.TabIndex = 3;
|
|
this.darkLabel1.Text = "dfsafsa";
|
|
//
|
|
// darkScrollBar1
|
|
//
|
|
this.darkScrollBar1.Location = new System.Drawing.Point(545, 93);
|
|
this.darkScrollBar1.Maximum = 100;
|
|
this.darkScrollBar1.Minimum = 0;
|
|
this.darkScrollBar1.Name = "darkScrollBar1";
|
|
this.darkScrollBar1.ScrollOrientation = DarkUI.DarkOrientation.Vertical;
|
|
this.darkScrollBar1.Size = new System.Drawing.Size(15, 251);
|
|
this.darkScrollBar1.TabIndex = 4;
|
|
this.darkScrollBar1.Text = "darkScrollBar1";
|
|
this.darkScrollBar1.Value = 0;
|
|
this.darkScrollBar1.ViewSize = 0;
|
|
//
|
|
// darkScrollBar2
|
|
//
|
|
this.darkScrollBar2.Location = new System.Drawing.Point(249, 329);
|
|
this.darkScrollBar2.Maximum = 100;
|
|
this.darkScrollBar2.Minimum = 0;
|
|
this.darkScrollBar2.Name = "darkScrollBar2";
|
|
this.darkScrollBar2.ScrollOrientation = DarkUI.DarkOrientation.Horizontal;
|
|
this.darkScrollBar2.Size = new System.Drawing.Size(290, 15);
|
|
this.darkScrollBar2.TabIndex = 5;
|
|
this.darkScrollBar2.Text = "darkScrollBar2";
|
|
this.darkScrollBar2.Value = 0;
|
|
this.darkScrollBar2.ViewSize = 0;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(784, 562);
|
|
this.Controls.Add(this.darkScrollBar2);
|
|
this.Controls.Add(this.darkScrollBar1);
|
|
this.Controls.Add(this.darkLabel1);
|
|
this.Controls.Add(this.darkStatusStrip1);
|
|
this.Controls.Add(this.toolMain);
|
|
this.Controls.Add(this.mnuMain);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MainMenuStrip = this.mnuMain;
|
|
this.MinimumSize = new System.Drawing.Size(640, 480);
|
|
this.Name = "MainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Dark UI - Example";
|
|
this.mnuMain.ResumeLayout(false);
|
|
this.mnuMain.PerformLayout();
|
|
this.toolMain.ResumeLayout(false);
|
|
this.toolMain.PerformLayout();
|
|
this.darkStatusStrip1.ResumeLayout(false);
|
|
this.darkStatusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DarkUI.DarkMenuStrip mnuMain;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
private DarkUI.DarkToolStrip toolMain;
|
|
private System.Windows.Forms.ToolStripButton newToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton openToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton saveToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton printToolStripButton;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
|
private System.Windows.Forms.ToolStripButton cutToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton copyToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton pasteToolStripButton;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
private System.Windows.Forms.ToolStripButton helpToolStripButton;
|
|
private DarkUI.DarkStatusStrip darkStatusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
|
|
private DarkUI.DarkLabel darkLabel1;
|
|
private DarkUI.DarkScrollBar darkScrollBar1;
|
|
private DarkUI.DarkScrollBar darkScrollBar2;
|
|
}
|
|
}
|
|
|