namespace TIProAutoTradeExtension { partial class Calendar { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pinnedToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(112, 26); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(111, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // Calendar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.ContextMenuStrip = this.contextMenuStrip1; this.Margin = new System.Windows.Forms.Padding(0); this.Name = "Calendar"; this.Size = new System.Drawing.Size(491, 280); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; } }