namespace WindowsFormsApp15 { 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.SlackerLL = new System.Windows.Forms.LinkLabel(); this.Slacker_Label = new System.Windows.Forms.Label(); this.fontDialog1 = new System.Windows.Forms.FontDialog(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.topItemLevel1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.topItemLevel2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.level3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.subMenuItem1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.subMenuItem2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.subMenuItem1ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.subMenuItem2ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox7 = new System.Windows.Forms.TextBox(); this.textBox8 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.button3 = new System.Windows.Forms.Button(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // SlackerLL // this.SlackerLL.AutoSize = true; this.SlackerLL.Location = new System.Drawing.Point(12, 66); this.SlackerLL.Name = "SlackerLL"; this.SlackerLL.Size = new System.Drawing.Size(94, 13); this.SlackerLL.TabIndex = 0; this.SlackerLL.TabStop = true; this.SlackerLL.Text = "Let\'s go to niu.edu"; this.SlackerLL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SlackerLL_LinkClicked); // // Slacker_Label // this.Slacker_Label.AutoSize = true; this.Slacker_Label.ForeColor = System.Drawing.Color.White; this.Slacker_Label.Location = new System.Drawing.Point(13, 103); this.Slacker_Label.Name = "Slacker_Label"; this.Slacker_Label.Size = new System.Drawing.Size(133, 13); this.Slacker_Label.TabIndex = 1; this.Slacker_Label.Text = "Here\'s some text to modify!"; // // fontDialog1 // this.fontDialog1.Color = System.Drawing.Color.Red; this.fontDialog1.Apply += new System.EventHandler(this.fontDialog1_Apply); // // button1 // this.button1.Location = new System.Drawing.Point(13, 155); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "Font Dialog"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.fontDialog1_Apply); // // button2 // this.button2.Location = new System.Drawing.Point(15, 185); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 3; this.button2.Text = "Color Dialog"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.topItemLevel1ToolStripMenuItem, this.subMenuItem1ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(800, 24); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuStrip1"; // // topItemLevel1ToolStripMenuItem // this.topItemLevel1ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.topItemLevel2ToolStripMenuItem, this.level3ToolStripMenuItem}); this.topItemLevel1ToolStripMenuItem.Name = "topItemLevel1ToolStripMenuItem"; this.topItemLevel1ToolStripMenuItem.Size = new System.Drawing.Size(105, 20); this.topItemLevel1ToolStripMenuItem.Text = "Top Item Level 1"; // // topItemLevel2ToolStripMenuItem // this.topItemLevel2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.subMenuItem1ToolStripMenuItem1, this.subMenuItem2ToolStripMenuItem1}); this.topItemLevel2ToolStripMenuItem.Name = "topItemLevel2ToolStripMenuItem"; this.topItemLevel2ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.topItemLevel2ToolStripMenuItem.Text = "Top Item Level 2"; // // level3ToolStripMenuItem // this.level3ToolStripMenuItem.Name = "level3ToolStripMenuItem"; this.level3ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.level3ToolStripMenuItem.Text = "... Level 3"; this.level3ToolStripMenuItem.Click += new System.EventHandler(this.level3ToolStripMenuItem_Click); // // subMenuItem1ToolStripMenuItem // this.subMenuItem1ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.subMenuItem2ToolStripMenuItem}); this.subMenuItem1ToolStripMenuItem.Name = "subMenuItem1ToolStripMenuItem"; this.subMenuItem1ToolStripMenuItem.Size = new System.Drawing.Size(109, 20); this.subMenuItem1ToolStripMenuItem.Text = "Sub Menu Item 1"; this.subMenuItem1ToolStripMenuItem.Click += new System.EventHandler(this.subMenuItem1ToolStripMenuItem_Click); // // subMenuItem2ToolStripMenuItem // this.subMenuItem2ToolStripMenuItem.Name = "subMenuItem2ToolStripMenuItem"; this.subMenuItem2ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.subMenuItem2ToolStripMenuItem.Text = "Sub Menu Item 2"; // // subMenuItem1ToolStripMenuItem1 // this.subMenuItem1ToolStripMenuItem1.Name = "subMenuItem1ToolStripMenuItem1"; this.subMenuItem1ToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.subMenuItem1ToolStripMenuItem1.Text = "Sub Menu Item 1"; // // subMenuItem2ToolStripMenuItem1 // this.subMenuItem2ToolStripMenuItem1.Name = "subMenuItem2ToolStripMenuItem1"; this.subMenuItem2ToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.subMenuItem2ToolStripMenuItem1.Text = "Sub Menu Item 2"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.ForeColor = System.Drawing.Color.Gray; this.textBox1.Location = new System.Drawing.Point(270, 201); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(298, 26); this.textBox1.TabIndex = 5; this.textBox1.Text = "(XXX) XXX-XXXX"; this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter); this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(267, 185); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 13); this.label1.TabIndex = 6; this.label1.Text = "Phone Number"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(270, 306); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 7; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(270, 403); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 8; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(270, 377); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(100, 20); this.textBox4.TabIndex = 9; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(382, 351); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(100, 20); this.textBox5.TabIndex = 10; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(270, 351); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(100, 20); this.textBox6.TabIndex = 11; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(488, 306); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(100, 20); this.textBox7.TabIndex = 12; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(382, 306); this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(100, 20); this.textBox8.TabIndex = 13; // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton4); this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(270, 66); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 100); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "Sample"; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(7, 20); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(85, 17); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "radioButton1"; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(7, 43); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(85, 17); this.radioButton2.TabIndex = 1; this.radioButton2.TabStop = true; this.radioButton2.Text = "radioButton2"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(7, 66); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(85, 17); this.radioButton3.TabIndex = 2; this.radioButton3.TabStop = true; this.radioButton3.Text = "radioButton3"; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Enabled = false; this.radioButton4.Location = new System.Drawing.Point(124, 37); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(14, 13); this.radioButton4.TabIndex = 3; this.radioButton4.TabStop = true; this.radioButton4.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(71, 286); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 15; this.button3.Text = "Go to Form2"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button3); this.Controls.Add(this.groupBox1); this.Controls.Add(this.textBox8); this.Controls.Add(this.textBox7); this.Controls.Add(this.textBox6); this.Controls.Add(this.textBox5); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.Slacker_Label); this.Controls.Add(this.SlackerLL); this.Controls.Add(this.menuStrip1); this.ForeColor = System.Drawing.Color.Black; this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.LinkLabel SlackerLL; private System.Windows.Forms.Label Slacker_Label; private System.Windows.Forms.FontDialog fontDialog1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem topItemLevel1ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem topItemLevel2ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem level3ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem subMenuItem1ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem subMenuItem2ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem subMenuItem1ToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem subMenuItem2ToolStripMenuItem1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.TextBox textBox8; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Button button3; } }