namespace TradeIdeas.TIProGUI
{
partial class ConfigureSocial
{
///
/// 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(ConfigureSocial));
this.SocialImageList = new System.Windows.Forms.ImageList(this.components);
this.btnTwitterConfig = new System.Windows.Forms.Button();
this.btnLinkedInConfig = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.lblConfigure = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.chkTwitter = new System.Windows.Forms.CheckBox();
this.chkFaceBook = new System.Windows.Forms.CheckBox();
this.chkLinkeIn = new System.Windows.Forms.CheckBox();
this.btnOK = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// SocialImageList
//
this.SocialImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SocialImageList.ImageStream")));
this.SocialImageList.TransparentColor = System.Drawing.Color.Transparent;
this.SocialImageList.Images.SetKeyName(0, "twitter-H-120.png");
this.SocialImageList.Images.SetKeyName(1, "LI-final.png");
//
// btnTwitterConfig
//
this.btnTwitterConfig.ImageIndex = 0;
this.btnTwitterConfig.ImageList = this.SocialImageList;
this.btnTwitterConfig.Location = new System.Drawing.Point(40, 64);
this.btnTwitterConfig.Name = "btnTwitterConfig";
this.btnTwitterConfig.Size = new System.Drawing.Size(65, 65);
this.btnTwitterConfig.TabIndex = 1;
this.btnTwitterConfig.UseVisualStyleBackColor = true;
this.btnTwitterConfig.Click += new System.EventHandler(this.btnTwitterConfig_Click);
//
// btnLinkedInConfig
//
this.btnLinkedInConfig.ImageIndex = 1;
this.btnLinkedInConfig.ImageList = this.SocialImageList;
this.btnLinkedInConfig.Location = new System.Drawing.Point(40, 155);
this.btnLinkedInConfig.Name = "btnLinkedInConfig";
this.btnLinkedInConfig.Size = new System.Drawing.Size(65, 65);
this.btnLinkedInConfig.TabIndex = 4;
this.btnLinkedInConfig.UseVisualStyleBackColor = true;
this.btnLinkedInConfig.Click += new System.EventHandler(this.btnLinkedInConfig_Click);
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Location = new System.Drawing.Point(140, 67);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(258, 62);
this.textBox1.TabIndex = 5;
this.textBox1.Text = resources.GetString("textBox1.Text");
//
// textBox2
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.BackColor = System.Drawing.SystemColors.Control;
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox2.Location = new System.Drawing.Point(140, 158);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox2.Size = new System.Drawing.Size(258, 62);
this.textBox2.TabIndex = 6;
//
// lblConfigure
//
this.lblConfigure.AutoSize = true;
this.lblConfigure.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblConfigure.Location = new System.Drawing.Point(37, 20);
this.lblConfigure.Name = "lblConfigure";
this.lblConfigure.Size = new System.Drawing.Size(200, 13);
this.lblConfigure.TabIndex = 7;
this.lblConfigure.Text = "Configure your social networking:";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(40, 250);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(65, 65);
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// chkTwitter
//
this.chkTwitter.AutoSize = true;
this.chkTwitter.Location = new System.Drawing.Point(157, 239);
this.chkTwitter.Name = "chkTwitter";
this.chkTwitter.Size = new System.Drawing.Size(80, 17);
this.chkTwitter.TabIndex = 9;
this.chkTwitter.Text = "checkBox1";
this.chkTwitter.UseVisualStyleBackColor = true;
//
// chkFaceBook
//
this.chkFaceBook.AutoSize = true;
this.chkFaceBook.Location = new System.Drawing.Point(157, 277);
this.chkFaceBook.Name = "chkFaceBook";
this.chkFaceBook.Size = new System.Drawing.Size(80, 17);
this.chkFaceBook.TabIndex = 10;
this.chkFaceBook.Text = "checkBox2";
this.chkFaceBook.UseVisualStyleBackColor = true;
//
// chkLinkeIn
//
this.chkLinkeIn.AutoSize = true;
this.chkLinkeIn.Location = new System.Drawing.Point(157, 315);
this.chkLinkeIn.Name = "chkLinkeIn";
this.chkLinkeIn.Size = new System.Drawing.Size(80, 17);
this.chkLinkeIn.TabIndex = 11;
this.chkLinkeIn.Text = "checkBox3";
this.chkLinkeIn.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(162, 365);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(97, 29);
this.btnOK.TabIndex = 12;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// ConfigureSocial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(429, 406);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.chkLinkeIn);
this.Controls.Add(this.chkFaceBook);
this.Controls.Add(this.chkTwitter);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lblConfigure);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.btnLinkedInConfig);
this.Controls.Add(this.btnTwitterConfig);
this.Name = "ConfigureSocial";
this.Text = "Configure Social Settings";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ImageList SocialImageList;
private System.Windows.Forms.Button btnTwitterConfig;
private System.Windows.Forms.Button btnLinkedInConfig;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label lblConfigure;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.CheckBox chkTwitter;
private System.Windows.Forms.CheckBox chkFaceBook;
private System.Windows.Forms.CheckBox chkLinkeIn;
private System.Windows.Forms.Button btnOK;
}
}