namespace AIStrategyWindow
{
partial class LongTermStrategyTradesForm
{
///
/// 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(LongTermStrategyTradesForm));
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.pnlMain = new System.Windows.Forms.Panel();
this.pnlMarketing.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.pnlMain);
this.pnlMarketing.Controls.Add(this.linkLabel);
this.pnlMarketing.Controls.Add(this.lblMessage);
this.pnlMarketing.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMarketing.Location = new System.Drawing.Point(0, 0);
this.pnlMarketing.Name = "pnlMarketing";
this.pnlMarketing.Size = new System.Drawing.Size(800, 450);
this.pnlMarketing.TabIndex = 2;
//
// linkLabel
//
this.linkLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
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(383, 229);
this.linkLabel.Name = "linkLabel";
this.linkLabel.Size = new System.Drawing.Size(110, 25);
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.Anchor = System.Windows.Forms.AnchorStyles.None;
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(253, 164);
this.lblMessage.MaximumSize = new System.Drawing.Size(350, 0);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(70, 25);
this.lblMessage.TabIndex = 0;
this.lblMessage.Text = "label1";
//
// pnlMain
//
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(0, 0);
this.pnlMain.Name = "pnlMain";
this.pnlMain.Size = new System.Drawing.Size(800, 450);
this.pnlMain.TabIndex = 2;
//
// LongTermStrategyTradesForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.pnlMarketing);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LongTermStrategyTradesForm";
this.Text = "Long Term Strategy Trades";
this.Activated += new System.EventHandler(this.LongTermStrategyTradesForm_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LongTermStrategyTradesForm_FormClosing);
this.pnlMarketing.ResumeLayout(false);
this.pnlMarketing.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Informacija.FormSnapper formSnapper1;
private TradeIdeas.TIProGUI.CustomPanel pnlMarketing;
private System.Windows.Forms.LinkLabel linkLabel;
private System.Windows.Forms.Label lblMessage;
private System.Windows.Forms.Panel pnlMain;
}
}