namespace SystemTrayMenu.UserInterface { partial class Menu { /// /// 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(); } fading.Dispose(); customScrollbar.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.tableLayoutPanelDgvAndScrollbar = new System.Windows.Forms.TableLayoutPanel(); this.dgv = new System.Windows.Forms.DataGridView(); this.tableLayoutPanelSearch = new System.Windows.Forms.TableLayoutPanel(); this.labelFilesCount = new System.Windows.Forms.Label(); this.textBoxSearch = new System.Windows.Forms.TextBox(); this.pictureBoxSearch = new System.Windows.Forms.PictureBox(); this.pictureBoxFilesCount = new System.Windows.Forms.PictureBox(); this.pictureBoxFoldersCount = new System.Windows.Forms.PictureBox(); this.labelFoldersCount = new System.Windows.Forms.Label(); this.tableLayoutPanelMenu = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelTitle = new System.Windows.Forms.TableLayoutPanel(); this.pictureBoxOpenFolder = new System.Windows.Forms.PictureBox(); this.pictureBoxMenuAlwaysOpen = new System.Windows.Forms.PictureBox(); this.tableLayoutPanelDgvAndScrollbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.tableLayoutPanelSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearch)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFilesCount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFoldersCount)).BeginInit(); this.tableLayoutPanelMenu.SuspendLayout(); this.tableLayoutPanelTitle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolder)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMenuAlwaysOpen)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanelDgvAndScrollbar // this.tableLayoutPanelDgvAndScrollbar.AutoScroll = true; this.tableLayoutPanelDgvAndScrollbar.AutoSize = true; this.tableLayoutPanelDgvAndScrollbar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelDgvAndScrollbar.ColumnCount = 2; this.tableLayoutPanelDgvAndScrollbar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelDgvAndScrollbar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelDgvAndScrollbar.Controls.Add(this.dgv, 0, 0); this.tableLayoutPanelDgvAndScrollbar.Location = new System.Drawing.Point(0, 22); this.tableLayoutPanelDgvAndScrollbar.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelDgvAndScrollbar.Name = "tableLayoutPanelDgvAndScrollbar"; this.tableLayoutPanelDgvAndScrollbar.RowCount = 1; this.tableLayoutPanelDgvAndScrollbar.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelDgvAndScrollbar.Size = new System.Drawing.Size(55, 40); this.tableLayoutPanelDgvAndScrollbar.TabIndex = 3; this.tableLayoutPanelDgvAndScrollbar.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.DgvMouseWheel); // // dgv // this.dgv.AllowUserToAddRows = false; this.dgv.AllowUserToDeleteRows = false; this.dgv.AllowUserToResizeColumns = false; this.dgv.AllowUserToResizeRows = false; this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.dgv.BackgroundColor = System.Drawing.Color.White; this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dgv.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable; this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv.ColumnHeadersVisible = false; this.dgv.Location = new System.Drawing.Point(0, 0); this.dgv.Margin = new System.Windows.Forms.Padding(0); this.dgv.Name = "dgv"; this.dgv.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgv.RowHeadersVisible = false; this.dgv.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.dgv.RowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv.ScrollBars = System.Windows.Forms.ScrollBars.None; this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv.ShowCellErrors = false; this.dgv.ShowCellToolTips = false; this.dgv.ShowEditingIcon = false; this.dgv.ShowRowErrors = false; this.dgv.Size = new System.Drawing.Size(55, 40); this.dgv.TabIndex = 4; this.dgv.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.DgvMouseWheel); // // tableLayoutPanelSearch // this.tableLayoutPanelSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelSearch.AutoSize = true; this.tableLayoutPanelSearch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelSearch.BackColor = System.Drawing.Color.White; this.tableLayoutPanelSearch.ColumnCount = 6; this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.Controls.Add(this.labelFilesCount, 5, 0); this.tableLayoutPanelSearch.Controls.Add(this.textBoxSearch, 1, 0); this.tableLayoutPanelSearch.Controls.Add(this.pictureBoxSearch, 0, 0); this.tableLayoutPanelSearch.Controls.Add(this.pictureBoxFilesCount, 4, 0); this.tableLayoutPanelSearch.Controls.Add(this.pictureBoxFoldersCount, 2, 0); this.tableLayoutPanelSearch.Controls.Add(this.labelFoldersCount, 3, 0); this.tableLayoutPanelSearch.Location = new System.Drawing.Point(0, 63); this.tableLayoutPanelSearch.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0); this.tableLayoutPanelSearch.Name = "tableLayoutPanelSearch"; this.tableLayoutPanelSearch.RowCount = 1; this.tableLayoutPanelSearch.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelSearch.Size = new System.Drawing.Size(129, 22); this.tableLayoutPanelSearch.TabIndex = 5; this.tableLayoutPanelSearch.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.DgvMouseWheel); // // labelFilesCount // this.labelFilesCount.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelFilesCount.AutoSize = true; this.labelFilesCount.Location = new System.Drawing.Point(104, 3); this.labelFilesCount.Margin = new System.Windows.Forms.Padding(0); this.labelFilesCount.Name = "labelFilesCount"; this.labelFilesCount.Size = new System.Drawing.Size(25, 15); this.labelFilesCount.TabIndex = 2; this.labelFilesCount.Text = "999"; // // textBoxSearch // this.textBoxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxSearch.BackColor = System.Drawing.Color.White; this.textBoxSearch.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBoxSearch.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.textBoxSearch.Location = new System.Drawing.Point(25, 4); this.textBoxSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 2); this.textBoxSearch.MaxLength = 37; this.textBoxSearch.Name = "textBoxSearch"; this.textBoxSearch.Size = new System.Drawing.Size(15, 15); this.textBoxSearch.TabIndex = 0; this.textBoxSearch.TextChanged += new System.EventHandler(this.TextBoxSearch_TextChanged); // // pictureBoxSearch // this.pictureBoxSearch.BackColor = System.Drawing.Color.White; this.pictureBoxSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxSearch.Location = new System.Drawing.Point(1, 1); this.pictureBoxSearch.Margin = new System.Windows.Forms.Padding(1); this.pictureBoxSearch.Name = "pictureBoxSearch"; this.pictureBoxSearch.Size = new System.Drawing.Size(20, 20); this.pictureBoxSearch.TabIndex = 1; this.pictureBoxSearch.TabStop = false; this.pictureBoxSearch.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxSearch_Paint); this.pictureBoxSearch.Resize += new System.EventHandler(this.PictureBox_Resize); // // pictureBoxFilesCount // this.pictureBoxFilesCount.Anchor = System.Windows.Forms.AnchorStyles.Left; this.pictureBoxFilesCount.BackColor = System.Drawing.Color.White; this.pictureBoxFilesCount.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxFilesCount.Location = new System.Drawing.Point(86, 2); this.pictureBoxFilesCount.Margin = new System.Windows.Forms.Padding(0); this.pictureBoxFilesCount.Name = "pictureBoxFilesCount"; this.pictureBoxFilesCount.Size = new System.Drawing.Size(18, 18); this.pictureBoxFilesCount.TabIndex = 1; this.pictureBoxFilesCount.TabStop = false; this.pictureBoxFilesCount.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxFilesCount_Paint); this.pictureBoxFilesCount.Resize += new System.EventHandler(this.PictureBox_Resize); // // pictureBoxFoldersCount // this.pictureBoxFoldersCount.Anchor = System.Windows.Forms.AnchorStyles.Left; this.pictureBoxFoldersCount.BackColor = System.Drawing.Color.White; this.pictureBoxFoldersCount.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxFoldersCount.Location = new System.Drawing.Point(43, 2); this.pictureBoxFoldersCount.Margin = new System.Windows.Forms.Padding(0); this.pictureBoxFoldersCount.Name = "pictureBoxFoldersCount"; this.pictureBoxFoldersCount.Size = new System.Drawing.Size(18, 18); this.pictureBoxFoldersCount.TabIndex = 1; this.pictureBoxFoldersCount.TabStop = false; this.pictureBoxFoldersCount.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxFoldersCount_Paint); this.pictureBoxFoldersCount.Resize += new System.EventHandler(this.PictureBox_Resize); // // labelFoldersCount // this.labelFoldersCount.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelFoldersCount.AutoSize = true; this.labelFoldersCount.Location = new System.Drawing.Point(61, 3); this.labelFoldersCount.Margin = new System.Windows.Forms.Padding(0); this.labelFoldersCount.Name = "labelFoldersCount"; this.labelFoldersCount.Size = new System.Drawing.Size(25, 15); this.labelFoldersCount.TabIndex = 2; this.labelFoldersCount.Text = "999"; // // tableLayoutPanelMenu // this.tableLayoutPanelMenu.AutoSize = true; this.tableLayoutPanelMenu.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelMenu.ColumnCount = 1; this.tableLayoutPanelMenu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelMenu.Controls.Add(this.tableLayoutPanelTitle, 0, 0); this.tableLayoutPanelMenu.Controls.Add(this.tableLayoutPanelSearch, 0, 2); this.tableLayoutPanelMenu.Controls.Add(this.tableLayoutPanelDgvAndScrollbar, 0, 1); this.tableLayoutPanelMenu.Location = new System.Drawing.Point(1, 1); this.tableLayoutPanelMenu.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelMenu.Name = "tableLayoutPanelMenu"; this.tableLayoutPanelMenu.RowCount = 3; this.tableLayoutPanelMenu.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMenu.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMenu.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMenu.Size = new System.Drawing.Size(129, 85); this.tableLayoutPanelMenu.TabIndex = 4; this.tableLayoutPanelMenu.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.DgvMouseWheel); // // tableLayoutPanelTitle // this.tableLayoutPanelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelTitle.AutoSize = true; this.tableLayoutPanelTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelTitle.ColumnCount = 3; this.tableLayoutPanelTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelTitle.Controls.Add(this.pictureBoxOpenFolder, 0, 0); this.tableLayoutPanelTitle.Controls.Add(this.pictureBoxMenuAlwaysOpen, 2, 0); this.tableLayoutPanelTitle.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelTitle.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelTitle.Name = "tableLayoutPanelTitle"; this.tableLayoutPanelTitle.RowCount = 1; this.tableLayoutPanelTitle.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelTitle.Size = new System.Drawing.Size(129, 22); this.tableLayoutPanelTitle.TabIndex = 5; // // pictureBoxOpenFolder // this.pictureBoxOpenFolder.BackColor = System.Drawing.Color.Transparent; this.pictureBoxOpenFolder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxOpenFolder.Location = new System.Drawing.Point(1, 1); this.pictureBoxOpenFolder.Margin = new System.Windows.Forms.Padding(1); this.pictureBoxOpenFolder.Name = "pictureBoxOpenFolder"; this.pictureBoxOpenFolder.Size = new System.Drawing.Size(20, 20); this.pictureBoxOpenFolder.TabIndex = 1; this.pictureBoxOpenFolder.TabStop = false; this.pictureBoxOpenFolder.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxMenuOpenFolder_Paint); this.pictureBoxOpenFolder.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOpenFolder_Click); this.pictureBoxOpenFolder.MouseEnter += new System.EventHandler(this.PictureBox_MouseEnter); this.pictureBoxOpenFolder.MouseLeave += new System.EventHandler(this.PictureBox_MouseLeave); this.pictureBoxOpenFolder.Resize += new System.EventHandler(this.PictureBox_Resize); // // pictureBoxMenuAlwaysOpen // this.pictureBoxMenuAlwaysOpen.BackColor = System.Drawing.Color.Transparent; this.pictureBoxMenuAlwaysOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxMenuAlwaysOpen.Location = new System.Drawing.Point(108, 1); this.pictureBoxMenuAlwaysOpen.Margin = new System.Windows.Forms.Padding(1); this.pictureBoxMenuAlwaysOpen.Name = "pictureBoxMenuAlwaysOpen"; this.pictureBoxMenuAlwaysOpen.Size = new System.Drawing.Size(20, 20); this.pictureBoxMenuAlwaysOpen.TabIndex = 1; this.pictureBoxMenuAlwaysOpen.TabStop = false; this.pictureBoxMenuAlwaysOpen.Click += new System.EventHandler(this.PictureBoxMenuAlwaysOpen_Click); this.pictureBoxMenuAlwaysOpen.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxMenuAlwaysOpen_Paint); this.pictureBoxMenuAlwaysOpen.DoubleClick += new System.EventHandler(this.PictureBoxMenuAlwaysOpen_Click); this.pictureBoxMenuAlwaysOpen.MouseEnter += new System.EventHandler(this.PictureBox_MouseEnter); this.pictureBoxMenuAlwaysOpen.MouseLeave += new System.EventHandler(this.PictureBox_MouseLeave); this.pictureBoxMenuAlwaysOpen.Resize += new System.EventHandler(this.PictureBox_Resize); // // Controls like the scrollbar are removed when open the designer // When adding after InitializeComponent(), then e.g. scrollbar on high dpi not more working // InitializeComponentControlsTheDesignerRemoves(); // // Menu // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(302, 347); this.Controls.Add(this.tableLayoutPanelMenu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Menu"; this.Opacity = 0.01D; this.Padding = new System.Windows.Forms.Padding(1); this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "SystemTrayMenu"; this.TopMost = true; this.tableLayoutPanelDgvAndScrollbar.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.tableLayoutPanelSearch.ResumeLayout(false); this.tableLayoutPanelSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearch)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFilesCount)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFoldersCount)).EndInit(); this.tableLayoutPanelMenu.ResumeLayout(false); this.tableLayoutPanelMenu.PerformLayout(); this.tableLayoutPanelTitle.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolder)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMenuAlwaysOpen)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private SystemTrayMenu.UserInterface.LabelNoCopy labelTitle; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelDgvAndScrollbar; private System.Windows.Forms.DataGridView dgv; private System.Windows.Forms.DataGridViewImageColumn ColumnIcon; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnText; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSearch; private System.Windows.Forms.TextBox textBoxSearch; private System.Windows.Forms.PictureBox pictureBoxSearch; private UserInterface.CustomScrollbar customScrollbar; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMenu; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTitle; private System.Windows.Forms.PictureBox pictureBoxOpenFolder; private System.Windows.Forms.PictureBox pictureBoxMenuAlwaysOpen; private System.Windows.Forms.Label labelFilesCount; private System.Windows.Forms.PictureBox pictureBoxFilesCount; private System.Windows.Forms.PictureBox pictureBoxFoldersCount; private System.Windows.Forms.Label labelFoldersCount; } }