namespace EchoChamber.Win { partial class Form1 { /// /// 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.fileImportButton = new System.Windows.Forms.Button(); this.generateButton = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.scrapeTwitterButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // fileImportButton // this.fileImportButton.Location = new System.Drawing.Point(6, 19); this.fileImportButton.Name = "fileImportButton"; this.fileImportButton.Size = new System.Drawing.Size(179, 23); this.fileImportButton.TabIndex = 0; this.fileImportButton.Text = "Import File"; this.fileImportButton.UseVisualStyleBackColor = true; this.fileImportButton.Click += new System.EventHandler(this.fileImportButton_Click); // // generateButton // this.generateButton.Location = new System.Drawing.Point(6, 19); this.generateButton.Name = "generateButton"; this.generateButton.Size = new System.Drawing.Size(179, 23); this.generateButton.TabIndex = 1; this.generateButton.Text = "Generate Nonsense"; this.generateButton.UseVisualStyleBackColor = true; this.generateButton.Click += new System.EventHandler(this.generateButton_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.scrapeTwitterButton); this.groupBox1.Controls.Add(this.fileImportButton); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(191, 100); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Input"; // // groupBox2 // this.groupBox2.Controls.Add(this.generateButton); this.groupBox2.Location = new System.Drawing.Point(12, 118); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(191, 100); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Output"; // // scrapeTwitterButton // this.scrapeTwitterButton.Location = new System.Drawing.Point(6, 48); this.scrapeTwitterButton.Name = "scrapeTwitterButton"; this.scrapeTwitterButton.Size = new System.Drawing.Size(179, 23); this.scrapeTwitterButton.TabIndex = 1; this.scrapeTwitterButton.Text = "Scrape Twitter"; this.scrapeTwitterButton.UseVisualStyleBackColor = true; this.scrapeTwitterButton.Click += new System.EventHandler(this.scrapeTwitterButton_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(215, 226); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "Form1"; this.Text = "The Echo Chamber"; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button fileImportButton; private System.Windows.Forms.Button generateButton; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button scrapeTwitterButton; } }