namespace LinkedInDesktopUI { partial class LinkedInUI { /// /// 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.label3 = new System.Windows.Forms.Label(); this.tvGroups = new System.Windows.Forms.TreeView(); this.btnComment = new System.Windows.Forms.Button(); this.tbComment = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbInfo = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.label3); this.splitContainer1.Panel1.Controls.Add(this.tvGroups); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.btnComment); this.splitContainer1.Panel2.Controls.Add(this.tbComment); this.splitContainer1.Panel2.Controls.Add(this.label2); this.splitContainer1.Panel2.Controls.Add(this.label1); this.splitContainer1.Panel2.Controls.Add(this.tbInfo); this.splitContainer1.Size = new System.Drawing.Size(548, 559); this.splitContainer1.SplitterDistance = 231; this.splitContainer1.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 8); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(134, 13); this.label3.TabIndex = 1; this.label3.Text = "Groups, Posts, & Comments:"; // // tvGroups // this.tvGroups.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.tvGroups.HideSelection = false; this.tvGroups.Location = new System.Drawing.Point(0, 25); this.tvGroups.Name = "tvGroups"; this.tvGroups.Size = new System.Drawing.Size(231, 534); this.tvGroups.TabIndex = 0; this.tvGroups.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnNodeMouseClick); this.tvGroups.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnNodeMouseDoubleClick); // // btnComment // this.btnComment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnComment.Location = new System.Drawing.Point(202, 277); this.btnComment.Name = "btnComment"; this.btnComment.Size = new System.Drawing.Size(99, 23); this.btnComment.TabIndex = 4; this.btnComment.Text = "Post Comment"; this.btnComment.UseVisualStyleBackColor = true; this.btnComment.Click += new System.EventHandler(this.MakeComment); // // tbComment // this.tbComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbComment.Location = new System.Drawing.Point(18, 303); this.tbComment.Multiline = true; this.tbComment.Name = "tbComment"; this.tbComment.Size = new System.Drawing.Size(283, 244); this.tbComment.TabIndex = 3; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 287); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 13); this.label2.TabIndex = 2; this.label2.Text = "Comment:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(28, 13); this.label1.TabIndex = 1; this.label1.Text = "Info:"; // // tbInfo // this.tbInfo.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.tbInfo.Location = new System.Drawing.Point(15, 25); this.tbInfo.Multiline = true; this.tbInfo.Name = "tbInfo"; this.tbInfo.ReadOnly = true; this.tbInfo.Size = new System.Drawing.Size(286, 243); this.tbInfo.TabIndex = 0; // // LinkedInUI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(548, 559); this.Controls.Add(this.splitContainer1); this.Name = "LinkedInUI"; this.Text = "LinkedIn Desktop UI"; 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); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView tvGroups; private System.Windows.Forms.TextBox tbComment; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbInfo; private System.Windows.Forms.Button btnComment; private System.Windows.Forms.Label label3; } }