namespace TradeIdeas.TIProGUI { partial class PleasePurchase { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PleasePurchase)); this.panel1 = new System.Windows.Forms.Panel(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnOK = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.linkLabel); this.panel1.Location = new System.Drawing.Point(12, 56); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(260, 91); this.panel1.TabIndex = 0; // // linkLabel // this.linkLabel.AutoSize = true; this.linkLabel.Location = new System.Drawing.Point(81, 60); this.linkLabel.Name = "linkLabel"; this.linkLabel.Size = new System.Drawing.Size(55, 13); this.linkLabel.TabIndex = 0; this.linkLabel.TabStop = true; this.linkLabel.Text = "linkLabel1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 11); this.label1.MaximumSize = new System.Drawing.Size(255, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 1; this.label1.Text = "label1"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(-2, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(288, 50); this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // btnOK // this.btnOK.Location = new System.Drawing.Point(105, 153); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 2; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // PleasePurchase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 185); this.Controls.Add(this.btnOK); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PleasePurchase"; this.Text = "Subscribe to Trade Ideas"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button btnOK; } }