namespace Test { 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.operatiiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sustinereTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.despreAplicatieToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.iesireToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label4 = new System.Windows.Forms.Label(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.radioButton6 = new System.Windows.Forms.RadioButton(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.radioButton7 = new System.Windows.Forms.RadioButton(); this.radioButton8 = new System.Windows.Forms.RadioButton(); this.radioButton9 = new System.Windows.Forms.RadioButton(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.operatiiToolStripMenuItem, this.iesireToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(795, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // operatiiToolStripMenuItem // this.operatiiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sustinereTestToolStripMenuItem, this.despreAplicatieToolStripMenuItem}); this.operatiiToolStripMenuItem.Name = "operatiiToolStripMenuItem"; this.operatiiToolStripMenuItem.Size = new System.Drawing.Size(57, 20); this.operatiiToolStripMenuItem.Text = "Operatii"; // // sustinereTestToolStripMenuItem // this.sustinereTestToolStripMenuItem.Name = "sustinereTestToolStripMenuItem"; this.sustinereTestToolStripMenuItem.Size = new System.Drawing.Size(161, 22); this.sustinereTestToolStripMenuItem.Text = "Sustinere test"; this.sustinereTestToolStripMenuItem.Click += new System.EventHandler(this.sustinereTestToolStripMenuItem_Click); // // despreAplicatieToolStripMenuItem // this.despreAplicatieToolStripMenuItem.Name = "despreAplicatieToolStripMenuItem"; this.despreAplicatieToolStripMenuItem.Size = new System.Drawing.Size(161, 22); this.despreAplicatieToolStripMenuItem.Text = "Despre aplicatie"; this.despreAplicatieToolStripMenuItem.Click += new System.EventHandler(this.despreAplicatieToolStripMenuItem_Click); // // iesireToolStripMenuItem // this.iesireToolStripMenuItem.Name = "iesireToolStripMenuItem"; this.iesireToolStripMenuItem.Size = new System.Drawing.Size(46, 20); this.iesireToolStripMenuItem.Text = "Iesire"; this.iesireToolStripMenuItem.Click += new System.EventHandler(this.iesireToolStripMenuItem_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(312, 152); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 16); this.label1.TabIndex = 1; this.label1.Text = "Nume"; this.label1.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(312, 198); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 16); this.label2.TabIndex = 2; this.label2.Text = "Prenume"; this.label2.Visible = false; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(392, 152); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(122, 22); this.textBox1.TabIndex = 3; this.textBox1.Visible = false; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(392, 198); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(122, 22); this.textBox2.TabIndex = 4; this.textBox2.Visible = false; // // button1 // this.button1.Location = new System.Drawing.Point(315, 251); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(199, 41); this.button1.TabIndex = 5; this.button1.Text = "Incepe test"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 34); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(120, 16); this.label3.TabIndex = 6; this.label3.Text = "Alege disciplina"; this.label3.Visible = false; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "Matematica", "Informatica", "Limba Romana"}); this.comboBox1.Location = new System.Drawing.Point(138, 31); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 24); this.comboBox1.TabIndex = 7; this.comboBox1.Visible = false; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(24, 61); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(749, 196); this.richTextBox1.TabIndex = 8; this.richTextBox1.Text = ""; this.richTextBox1.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 272); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(86, 16); this.label4.TabIndex = 9; this.label4.Text = "Raspunsuri"; this.label4.Visible = false; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(10, 15); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(31, 17); this.radioButton1.TabIndex = 10; this.radioButton1.TabStop = true; this.radioButton1.Text = "a"; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(10, 41); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(31, 17); this.radioButton2.TabIndex = 11; this.radioButton2.TabStop = true; this.radioButton2.Text = "b"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(10, 67); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(31, 17); this.radioButton3.TabIndex = 12; this.radioButton3.TabStop = true; this.radioButton3.Text = "c"; this.radioButton3.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Location = new System.Drawing.Point(28, 298); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(128, 100); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Intrebare 1"; this.groupBox1.Visible = false; // // groupBox2 // this.groupBox2.Controls.Add(this.radioButton4); this.groupBox2.Controls.Add(this.radioButton5); this.groupBox2.Controls.Add(this.radioButton6); this.groupBox2.Location = new System.Drawing.Point(197, 298); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(128, 100); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; this.groupBox2.Text = "Intrebare 2"; this.groupBox2.Visible = false; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(10, 67); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(31, 17); this.radioButton4.TabIndex = 12; this.radioButton4.TabStop = true; this.radioButton4.Text = "c"; this.radioButton4.UseVisualStyleBackColor = true; // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Location = new System.Drawing.Point(10, 41); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(31, 17); this.radioButton5.TabIndex = 11; this.radioButton5.TabStop = true; this.radioButton5.Text = "b"; this.radioButton5.UseVisualStyleBackColor = true; // // radioButton6 // this.radioButton6.AutoSize = true; this.radioButton6.Location = new System.Drawing.Point(10, 15); this.radioButton6.Name = "radioButton6"; this.radioButton6.Size = new System.Drawing.Size(31, 17); this.radioButton6.TabIndex = 10; this.radioButton6.TabStop = true; this.radioButton6.Text = "a"; this.radioButton6.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.radioButton7); this.groupBox3.Controls.Add(this.radioButton8); this.groupBox3.Controls.Add(this.radioButton9); this.groupBox3.Location = new System.Drawing.Point(356, 298); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(128, 100); this.groupBox3.TabIndex = 15; this.groupBox3.TabStop = false; this.groupBox3.Text = "Intrebare 3"; this.groupBox3.Visible = false; // // radioButton7 // this.radioButton7.AutoSize = true; this.radioButton7.Location = new System.Drawing.Point(10, 67); this.radioButton7.Name = "radioButton7"; this.radioButton7.Size = new System.Drawing.Size(31, 17); this.radioButton7.TabIndex = 12; this.radioButton7.TabStop = true; this.radioButton7.Text = "c"; this.radioButton7.UseVisualStyleBackColor = true; // // radioButton8 // this.radioButton8.AutoSize = true; this.radioButton8.Location = new System.Drawing.Point(10, 41); this.radioButton8.Name = "radioButton8"; this.radioButton8.Size = new System.Drawing.Size(31, 17); this.radioButton8.TabIndex = 11; this.radioButton8.TabStop = true; this.radioButton8.Text = "b"; this.radioButton8.UseVisualStyleBackColor = true; // // radioButton9 // this.radioButton9.AutoSize = true; this.radioButton9.Location = new System.Drawing.Point(10, 15); this.radioButton9.Name = "radioButton9"; this.radioButton9.Size = new System.Drawing.Size(31, 17); this.radioButton9.TabIndex = 10; this.radioButton9.TabStop = true; this.radioButton9.Text = "a"; this.radioButton9.UseVisualStyleBackColor = true; // // button2 // this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.Location = new System.Drawing.Point(556, 311); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(186, 35); this.button2.TabIndex = 16; this.button2.Text = "Evalueaza !"; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; this.button2.Click += new System.EventHandler(this.button2_Click); this.button2.MouseLeave += new System.EventHandler(this.button2_MouseLeave); this.button2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button2_MouseMove); // // button3 // this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.Location = new System.Drawing.Point(556, 365); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(186, 33); this.button3.TabIndex = 17; this.button3.Text = "Impresii"; this.button3.UseVisualStyleBackColor = true; this.button3.Visible = false; this.button3.Click += new System.EventHandler(this.button3_Click); this.button3.MouseLeave += new System.EventHandler(this.button3_MouseLeave); this.button3.MouseHover += new System.EventHandler(this.button3_MouseHover); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(25, 412); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 16); this.label5.TabIndex = 18; this.label5.Text = "label5"; this.label5.Visible = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(135, 412); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(51, 16); this.label6.TabIndex = 19; this.label6.Text = "label6"; this.label6.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(255, 412); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(16, 16); this.label7.TabIndex = 20; this.label7.Text = "7"; this.label7.Visible = false; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(722, 34); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(0, 16); this.label8.TabIndex = 21; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(622, 34); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(94, 16); this.label9.TabIndex = 22; this.label9.Text = "Timp ramas:"; this.label9.Visible = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(795, 446); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label4); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label3); this.Controls.Add(this.button1); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.menuStrip1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.SystemColors.Desktop; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.Text = "Test"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem operatiiToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sustinereTestToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem despreAplicatieToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem iesireToolStripMenuItem; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.RadioButton radioButton6; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.RadioButton radioButton7; private System.Windows.Forms.RadioButton radioButton8; private System.Windows.Forms.RadioButton radioButton9; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; } }