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(); 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgv = new System.Windows.Forms.DataGridView(); this.ColumnIcon = new System.Windows.Forms.DataGridViewImageColumn(); this.ColumnText = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.labelTitle = new SystemTrayMenu.UserInterface.LabelNoCopy(); this.tableLayoutPanelSearch = new System.Windows.Forms.TableLayoutPanel(); this.textBoxSearch = new System.Windows.Forms.TextBox(); this.pictureBoxSearch = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.tableLayoutPanel.SuspendLayout(); this.tableLayoutPanelSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearch)).BeginInit(); this.SuspendLayout(); // // 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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnIcon, this.ColumnText}); this.dgv.Location = new System.Drawing.Point(0, 14); 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; dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.dgv.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgv.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dgv.RowTemplate.Height = 20; this.dgv.RowTemplate.ReadOnly = true; this.dgv.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 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(157, 145); this.dgv.TabIndex = 4; this.dgv.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.dgv_MouseWheel); // // ColumnIcon // this.ColumnIcon.DataPropertyName = "ColumnIcon"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.NullValue = "System.Drawing.Icon"; dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(3, 2, 6, 2); this.ColumnIcon.DefaultCellStyle = dataGridViewCellStyle1; this.ColumnIcon.Frozen = true; this.ColumnIcon.HeaderText = "ColumnIcon"; this.ColumnIcon.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; this.ColumnIcon.Name = "ColumnIcon"; this.ColumnIcon.ReadOnly = true; this.ColumnIcon.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ColumnIcon.Width = 25; // // ColumnText // this.ColumnText.DataPropertyName = "ColumnText"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.ColumnText.DefaultCellStyle = dataGridViewCellStyle2; this.ColumnText.Frozen = true; this.ColumnText.HeaderText = "ColumnText"; this.ColumnText.MaxInputLength = 40; this.ColumnText.Name = "ColumnText"; this.ColumnText.ReadOnly = true; this.ColumnText.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ColumnText.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; this.ColumnText.Width = 50; // // tableLayoutPanel // this.tableLayoutPanel.AutoScroll = true; this.tableLayoutPanel.AutoSize = true; this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel.ColumnCount = 1; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel.Controls.Add(this.dgv, 0, 1); this.tableLayoutPanel.Controls.Add(this.labelTitle, 0, 0); this.tableLayoutPanel.Controls.Add(this.tableLayoutPanelSearch, 0, 2); this.tableLayoutPanel.Location = new System.Drawing.Point(1, 1); this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 3; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.Size = new System.Drawing.Size(157, 182); this.tableLayoutPanel.TabIndex = 3; this.tableLayoutPanel.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.dgv_MouseWheel); // // labelTitle // this.labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.labelTitle.AutoSize = true; this.labelTitle.BackColor = System.Drawing.Color.Azure; this.labelTitle.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTitle.ForeColor = System.Drawing.Color.Black; this.labelTitle.Location = new System.Drawing.Point(0, 0); this.labelTitle.Margin = new System.Windows.Forms.Padding(0); this.labelTitle.Name = "labelTitle"; this.labelTitle.Padding = new System.Windows.Forms.Padding(3, 0, 0, 1); this.labelTitle.Size = new System.Drawing.Size(157, 14); this.labelTitle.TabIndex = 2; this.labelTitle.Text = "STM"; this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.labelTitle.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.LabelTitle_MouseDoubleClick); this.labelTitle.MouseEnter += new System.EventHandler(this.LabelTitle_MouseEnter); this.labelTitle.MouseLeave += new System.EventHandler(this.LabelTitle_MouseLeave); this.labelTitle.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.dgv_MouseWheel); // // 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 = 2; this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelSearch.Controls.Add(this.textBoxSearch, 1, 0); this.tableLayoutPanelSearch.Controls.Add(this.pictureBoxSearch, 0, 0); this.tableLayoutPanelSearch.Location = new System.Drawing.Point(0, 160); 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(157, 22); this.tableLayoutPanelSearch.TabIndex = 5; // // textBoxSearch // this.textBoxSearch.Anchor = System.Windows.Forms.AnchorStyles.Left; 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); this.textBoxSearch.Location = new System.Drawing.Point(25, 4); this.textBoxSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 2); this.textBoxSearch.Name = "textBoxSearch"; this.textBoxSearch.ShortcutsEnabled = false; this.textBoxSearch.Size = new System.Drawing.Size(129, 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(3, 3); this.pictureBoxSearch.Name = "pictureBoxSearch"; this.pictureBoxSearch.Size = new System.Drawing.Size(16, 16); this.pictureBoxSearch.TabIndex = 1; this.pictureBoxSearch.TabStop = false; // // 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(331, 360); this.Controls.Add(this.tableLayoutPanel); 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; ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); this.tableLayoutPanelSearch.ResumeLayout(false); this.tableLayoutPanelSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearch)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private SystemTrayMenu.UserInterface.LabelNoCopy labelTitle; private System.Windows.Forms.DataGridView dgv; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSearch; private System.Windows.Forms.TextBox textBoxSearch; private System.Windows.Forms.PictureBox pictureBoxSearch; private System.Windows.Forms.DataGridViewImageColumn ColumnIcon; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnText; } }