namespace TIProAutoTradeExtension { partial class FormWithSingleControl { /// /// 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(FormWithSingleControl)); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); this.customPanel1 = new TradeIdeas.TIProGUI.CustomPanel(); this.pnlMarketing.SuspendLayout(); this.customPanel1.SuspendLayout(); this.SuspendLayout(); // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // pnlMarketing // this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage"))); this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlMarketing.Controls.Add(this.customPanel1); this.pnlMarketing.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMarketing.Location = new System.Drawing.Point(0, 0); this.pnlMarketing.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.pnlMarketing.Name = "pnlMarketing"; this.pnlMarketing.Size = new System.Drawing.Size(1806, 877); this.pnlMarketing.TabIndex = 0; // // linkLabel // this.linkLabel.AutoSize = true; this.linkLabel.BackColor = System.Drawing.Color.Transparent; this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel.Location = new System.Drawing.Point(391, 182); this.linkLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.linkLabel.Name = "linkLabel"; this.linkLabel.Size = new System.Drawing.Size(209, 48); this.linkLabel.TabIndex = 1; this.linkLabel.TabStop = true; this.linkLabel.Text = "linkLabel1"; this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); // // lblMessage // this.lblMessage.AutoSize = true; this.lblMessage.BackColor = System.Drawing.Color.Transparent; this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMessage.ForeColor = System.Drawing.Color.White; this.lblMessage.Location = new System.Drawing.Point(208, 81); this.lblMessage.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.lblMessage.MaximumSize = new System.Drawing.Size(700, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(132, 48); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "label1"; // // customPanel1 // this.customPanel1.Anchor = System.Windows.Forms.AnchorStyles.None; this.customPanel1.BackColor = System.Drawing.Color.Transparent; this.customPanel1.Controls.Add(this.lblMessage); this.customPanel1.Controls.Add(this.linkLabel); this.customPanel1.Location = new System.Drawing.Point(279, 264); this.customPanel1.Name = "customPanel1"; this.customPanel1.Size = new System.Drawing.Size(1120, 273); this.customPanel1.TabIndex = 2; // // FormWithSingleControl // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1806, 877); this.Controls.Add(this.pnlMarketing); this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "FormWithSingleControl"; this.Text = "FormWithSingleControl"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormWithSingleControl_FormClosing); this.pnlMarketing.ResumeLayout(false); this.customPanel1.ResumeLayout(false); this.customPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private Informacija.FormSnapper formSnapper1; private TradeIdeas.TIProGUI.CustomPanel pnlMarketing; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private TradeIdeas.TIProGUI.CustomPanel customPanel1; } }