namespace TradeIdeas.TIProGUI
{
partial class CollaborateForm
{
///
/// 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(CollaborateForm));
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.btnCopyAll = new System.Windows.Forms.Button();
this.btnPasteAll = new System.Windows.Forms.Button();
this.btnTwitter = new System.Windows.Forms.Button();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.btnFacebook = new System.Windows.Forms.Button();
this.btnLinkedIn = new System.Windows.Forms.Button();
this.btnStockTwits = new System.Windows.Forms.Button();
this.labelQrStatus = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.textBox1 = new System.Windows.Forms.TextBox();
this.txtMessage = new TradeIdeas.TIProGUI.WaterMarkTextBox();
this.txtComments = new System.Windows.Forms.TextBox();
this.btnSocial = new System.Windows.Forms.Button();
this.qrPictureBox = new TradeIdeas.TIProGUI.InterpolatedBox();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.qrPictureBox)).BeginInit();
this.SuspendLayout();
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(163, 152);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 1;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(406, 152);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 2;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// btnCopyAll
//
this.btnCopyAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCopyAll.Location = new System.Drawing.Point(244, 152);
this.btnCopyAll.Name = "btnCopyAll";
this.btnCopyAll.Size = new System.Drawing.Size(75, 23);
this.btnCopyAll.TabIndex = 3;
this.btnCopyAll.Text = "Copy All";
this.btnCopyAll.UseVisualStyleBackColor = true;
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
//
// btnPasteAll
//
this.btnPasteAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnPasteAll.Location = new System.Drawing.Point(325, 152);
this.btnPasteAll.Name = "btnPasteAll";
this.btnPasteAll.Size = new System.Drawing.Size(75, 23);
this.btnPasteAll.TabIndex = 4;
this.btnPasteAll.Text = "Paste All";
this.btnPasteAll.UseVisualStyleBackColor = true;
this.btnPasteAll.Click += new System.EventHandler(this.btnPasteAll_Click);
//
// btnTwitter
//
this.btnTwitter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnTwitter.ImageIndex = 0;
this.btnTwitter.ImageList = this.imageList1;
this.btnTwitter.Location = new System.Drawing.Point(163, 106);
this.btnTwitter.Name = "btnTwitter";
this.btnTwitter.Size = new System.Drawing.Size(40, 40);
this.btnTwitter.TabIndex = 6;
this.btnTwitter.UseVisualStyleBackColor = true;
this.btnTwitter.Click += new System.EventHandler(this.btnTwitter_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "twitter-x-seeklogo.com.png");
this.imageList1.Images.SetKeyName(1, "facebookCAQLB9WI - Copy.png");
this.imageList1.Images.SetKeyName(2, "linkedin-icon.png");
this.imageList1.Images.SetKeyName(3, "bigST.png");
this.imageList1.Images.SetKeyName(4, "twitter-H-120.png");
//
// btnFacebook
//
this.btnFacebook.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnFacebook.ImageIndex = 1;
this.btnFacebook.ImageList = this.imageList1;
this.btnFacebook.Location = new System.Drawing.Point(255, 106);
this.btnFacebook.Name = "btnFacebook";
this.btnFacebook.Size = new System.Drawing.Size(40, 40);
this.btnFacebook.TabIndex = 7;
this.btnFacebook.UseVisualStyleBackColor = true;
this.btnFacebook.Visible = false;
this.btnFacebook.Click += new System.EventHandler(this.btnFacebook_Click);
//
// btnLinkedIn
//
this.btnLinkedIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnLinkedIn.ImageIndex = 2;
this.btnLinkedIn.ImageList = this.imageList1;
this.btnLinkedIn.Location = new System.Drawing.Point(301, 106);
this.btnLinkedIn.Name = "btnLinkedIn";
this.btnLinkedIn.Size = new System.Drawing.Size(40, 40);
this.btnLinkedIn.TabIndex = 8;
this.btnLinkedIn.UseVisualStyleBackColor = true;
this.btnLinkedIn.Visible = false;
this.btnLinkedIn.Click += new System.EventHandler(this.btnLinkedIn_Click);
//
// btnStockTwits
//
this.btnStockTwits.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnStockTwits.ImageIndex = 3;
this.btnStockTwits.ImageList = this.imageList1;
this.btnStockTwits.Location = new System.Drawing.Point(209, 106);
this.btnStockTwits.Name = "btnStockTwits";
this.btnStockTwits.Size = new System.Drawing.Size(40, 40);
this.btnStockTwits.TabIndex = 9;
this.btnStockTwits.UseVisualStyleBackColor = true;
this.btnStockTwits.Visible = false;
this.btnStockTwits.Click += new System.EventHandler(this.btnStockTwits_Click);
//
// labelQrStatus
//
this.labelQrStatus.AutoSize = true;
this.labelQrStatus.Location = new System.Drawing.Point(56, 159);
this.labelQrStatus.Name = "labelQrStatus";
this.labelQrStatus.Size = new System.Drawing.Size(0, 13);
this.labelQrStatus.TabIndex = 6;
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(163, 6);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.textBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.txtMessage);
this.splitContainer1.Size = new System.Drawing.Size(491, 99);
this.splitContainer1.SplitterDistance = 48;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 10;
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.HideSelection = false;
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(491, 48);
this.textBox1.TabIndex = 0;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// txtMessage
//
this.txtMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtMessage.Location = new System.Drawing.Point(0, 0);
this.txtMessage.Multiline = true;
this.txtMessage.Name = "txtMessage";
this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtMessage.Size = new System.Drawing.Size(491, 50);
this.txtMessage.TabIndex = 10;
this.txtMessage.WaterMarkColor = System.Drawing.Color.DarkGray;
this.txtMessage.WaterMarkText = "ENTER MESSAGE";
//
// txtComments
//
this.txtComments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtComments.BackColor = System.Drawing.SystemColors.Control;
this.txtComments.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtComments.ForeColor = System.Drawing.Color.Red;
this.txtComments.Location = new System.Drawing.Point(442, 111);
this.txtComments.Multiline = true;
this.txtComments.Name = "txtComments";
this.txtComments.ReadOnly = true;
this.txtComments.Size = new System.Drawing.Size(212, 35);
this.txtComments.TabIndex = 11;
//
// btnSocial
//
this.btnSocial.Location = new System.Drawing.Point(347, 107);
this.btnSocial.Name = "btnSocial";
this.btnSocial.Size = new System.Drawing.Size(89, 40);
this.btnSocial.TabIndex = 12;
this.btnSocial.Text = "Configure Netoworking";
this.btnSocial.UseVisualStyleBackColor = true;
this.btnSocial.Click += new System.EventHandler(this.btnSocial_Click);
//
// qrPictureBox
//
this.qrPictureBox.ErrorImage = ((System.Drawing.Image)(resources.GetObject("qrPictureBox.ErrorImage")));
this.qrPictureBox.Location = new System.Drawing.Point(12, 6);
this.qrPictureBox.Name = "qrPictureBox";
this.qrPictureBox.Size = new System.Drawing.Size(145, 145);
this.qrPictureBox.TabIndex = 5;
this.qrPictureBox.TabStop = false;
//
// CollaborateForm
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(666, 180);
this.Controls.Add(this.btnSocial);
this.Controls.Add(this.txtComments);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.btnStockTwits);
this.Controls.Add(this.btnLinkedIn);
this.Controls.Add(this.btnFacebook);
this.Controls.Add(this.btnTwitter);
this.Controls.Add(this.labelQrStatus);
this.Controls.Add(this.qrPictureBox);
this.Controls.Add(this.btnPasteAll);
this.Controls.Add(this.btnCopyAll);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Name = "CollaborateForm";
this.Text = "Collaborate";
this.Activated += new System.EventHandler(this.CollaborateForm_Activated);
this.VisibleChanged += new System.EventHandler(this.CollaborateForm_VisibleChanged);
this.Layout += new System.Windows.Forms.LayoutEventHandler(this.CollaborateForm_Layout);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.qrPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button btnCopyAll;
private System.Windows.Forms.Button btnPasteAll;
private InterpolatedBox qrPictureBox;
private System.Windows.Forms.Button btnTwitter;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Button btnFacebook;
private System.Windows.Forms.Button btnLinkedIn;
private System.Windows.Forms.Button btnStockTwits;
private System.Windows.Forms.Label labelQrStatus;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox textBox1;
private WaterMarkTextBox txtMessage;
private System.Windows.Forms.TextBox txtComments;
private System.Windows.Forms.Button btnSocial;
}
}