namespace TradeIdeas.TIProGUI { partial class MainDockForm { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDockForm)); this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.SuspendLayout(); // // dockPanel // this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel.Location = new System.Drawing.Point(0, 0); this.dockPanel.Name = "dockPanel"; this.dockPanel.RightToLeftLayout = true; this.dockPanel.ShowAutoHideContentOnHover = false; this.dockPanel.ShowDocumentIcon = true; this.dockPanel.Size = new System.Drawing.Size(1037, 553); this.dockPanel.TabIndex = 0; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // MainDockForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1037, 553); this.Controls.Add(this.dockPanel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MinimumSize = new System.Drawing.Size(200, 200); this.Name = "MainDockForm"; this.Text = "Trade-Ideas Pro Dock"; this.Activated += new System.EventHandler(this.MainDockForm_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainDockForm_FormClosing); this.Load += new System.EventHandler(this.MainDockForm_Load); this.Resize += new System.EventHandler(this.MainDockForm_Resize); this.ResumeLayout(false); } #endregion private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel; private System.Windows.Forms.ToolTip toolTip1; private Informacija.FormSnapper formSnapper1; } }