namespace Proiect
{
partial class Test
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.d1 = new System.Windows.Forms.RadioButton();
this.c1 = new System.Windows.Forms.RadioButton();
this.b1 = new System.Windows.Forms.RadioButton();
this.a1 = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.d2 = new System.Windows.Forms.RadioButton();
this.c2 = new System.Windows.Forms.RadioButton();
this.b2 = new System.Windows.Forms.RadioButton();
this.a2 = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.d3 = new System.Windows.Forms.RadioButton();
this.c3 = new System.Windows.Forms.RadioButton();
this.b3 = new System.Windows.Forms.RadioButton();
this.a3 = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.d4 = new System.Windows.Forms.CheckBox();
this.c4 = new System.Windows.Forms.CheckBox();
this.b4 = new System.Windows.Forms.CheckBox();
this.a4 = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.a5 = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.labelTime = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.groupBox1.Controls.Add(this.d1);
this.groupBox1.Controls.Add(this.c1);
this.groupBox1.Controls.Add(this.b1);
this.groupBox1.Controls.Add(this.a1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.groupBox1.Location = new System.Drawing.Point(12, 34);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(260, 139);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Intrebare 1";
//
// d1
//
this.d1.AutoSize = true;
this.d1.Location = new System.Drawing.Point(165, 113);
this.d1.Name = "d1";
this.d1.Size = new System.Drawing.Size(60, 20);
this.d1.TabIndex = 4;
this.d1.TabStop = true;
this.d1.Text = "10 biti";
this.d1.UseVisualStyleBackColor = true;
this.d1.CheckedChanged += new System.EventHandler(this.d1_CheckedChanged);
//
// c1
//
this.c1.AutoSize = true;
this.c1.Location = new System.Drawing.Point(165, 70);
this.c1.Name = "c1";
this.c1.Size = new System.Drawing.Size(53, 20);
this.c1.TabIndex = 3;
this.c1.TabStop = true;
this.c1.Text = "8 biti";
this.c1.UseVisualStyleBackColor = true;
this.c1.CheckedChanged += new System.EventHandler(this.c1_CheckedChanged);
//
// b1
//
this.b1.AutoSize = true;
this.b1.Location = new System.Drawing.Point(18, 113);
this.b1.Name = "b1";
this.b1.Size = new System.Drawing.Size(91, 20);
this.b1.TabIndex = 2;
this.b1.TabStop = true;
this.b1.Text = "1000 Bytes";
this.b1.UseVisualStyleBackColor = true;
this.b1.CheckedChanged += new System.EventHandler(this.b1_CheckedChanged);
//
// a1
//
this.a1.AutoCheck = false;
this.a1.AutoSize = true;
this.a1.Location = new System.Drawing.Point(18, 71);
this.a1.Name = "a1";
this.a1.Size = new System.Drawing.Size(91, 20);
this.a1.TabIndex = 1;
this.a1.TabStop = true;
this.a1.Text = "1024 Bytes";
this.a1.UseVisualStyleBackColor = true;
this.a1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(147, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Un octet este format din";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.groupBox2.Controls.Add(this.d2);
this.groupBox2.Controls.Add(this.c2);
this.groupBox2.Controls.Add(this.b2);
this.groupBox2.Controls.Add(this.a2);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.groupBox2.Location = new System.Drawing.Point(320, 34);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(422, 139);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Intrebare 2";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// d2
//
this.d2.AutoSize = true;
this.d2.Location = new System.Drawing.Point(194, 113);
this.d2.Name = "d2";
this.d2.Size = new System.Drawing.Size(185, 20);
this.d2.TabIndex = 4;
this.d2.TabStop = true;
this.d2.Text = "Binary Internet Technology";
this.d2.UseVisualStyleBackColor = true;
//
// c2
//
this.c2.AutoSize = true;
this.c2.Location = new System.Drawing.Point(194, 70);
this.c2.Name = "c2";
this.c2.Size = new System.Drawing.Size(139, 20);
this.c2.TabIndex = 3;
this.c2.TabStop = true;
this.c2.Text = "Binary Technology";
this.c2.UseVisualStyleBackColor = true;
//
// b2
//
this.b2.AutoSize = true;
this.b2.Location = new System.Drawing.Point(18, 113);
this.b2.Name = "b2";
this.b2.Size = new System.Drawing.Size(94, 20);
this.b2.TabIndex = 2;
this.b2.TabStop = true;
this.b2.Text = "Binary Digit";
this.b2.UseVisualStyleBackColor = true;
//
// a2
//
this.a2.AutoSize = true;
this.a2.Location = new System.Drawing.Point(18, 70);
this.a2.Name = "a2";
this.a2.Size = new System.Drawing.Size(112, 20);
this.a2.TabIndex = 1;
this.a2.TabStop = true;
this.a2.Text = "Binary System";
this.a2.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(179, 16);
this.label2.TabIndex = 0;
this.label2.Text = "Ce reprezinta acronimul BIT?";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.groupBox3.Controls.Add(this.d3);
this.groupBox3.Controls.Add(this.c3);
this.groupBox3.Controls.Add(this.b3);
this.groupBox3.Controls.Add(this.a3);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.groupBox3.Location = new System.Drawing.Point(12, 213);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(270, 139);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Intrebare 3";
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
//
// d3
//
this.d3.AutoSize = true;
this.d3.Location = new System.Drawing.Point(158, 114);
this.d3.Name = "d3";
this.d3.Size = new System.Drawing.Size(47, 20);
this.d3.TabIndex = 4;
this.d3.TabStop = true;
this.d3.Text = "Dpi";
this.d3.UseVisualStyleBackColor = true;
this.d3.CheckedChanged += new System.EventHandler(this.radioButton12_CheckedChanged);
//
// c3
//
this.c3.AutoSize = true;
this.c3.Location = new System.Drawing.Point(158, 74);
this.c3.Name = "c3";
this.c3.Size = new System.Drawing.Size(42, 20);
this.c3.TabIndex = 3;
this.c3.TabStop = true;
this.c3.Text = "Hz";
this.c3.UseVisualStyleBackColor = true;
//
// b3
//
this.b3.AutoSize = true;
this.b3.Location = new System.Drawing.Point(18, 113);
this.b3.Name = "b3";
this.b3.Size = new System.Drawing.Size(44, 20);
this.b3.TabIndex = 2;
this.b3.TabStop = true;
this.b3.Text = "cm";
this.b3.UseVisualStyleBackColor = true;
this.b3.CheckedChanged += new System.EventHandler(this.radioButton10_CheckedChanged);
//
// a3
//
this.a3.AutoSize = true;
this.a3.Location = new System.Drawing.Point(18, 74);
this.a3.Name = "a3";
this.a3.Size = new System.Drawing.Size(50, 20);
this.a3.TabIndex = 1;
this.a3.TabStop = true;
this.a3.Text = "Inch";
this.a3.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(255, 16);
this.label3.TabIndex = 0;
this.label3.Text = "Rezoluţia unei imprimante se măsoara în: ";
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.groupBox4.Controls.Add(this.d4);
this.groupBox4.Controls.Add(this.c4);
this.groupBox4.Controls.Add(this.b4);
this.groupBox4.Controls.Add(this.a4);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.groupBox4.Location = new System.Drawing.Point(320, 213);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(422, 139);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Intrebare 4";
this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
//
// d4
//
this.d4.AutoSize = true;
this.d4.Location = new System.Drawing.Point(222, 113);
this.d4.Name = "d4";
this.d4.Size = new System.Drawing.Size(84, 20);
this.d4.TabIndex = 4;
this.d4.Text = "Tastatura";
this.d4.UseVisualStyleBackColor = true;
//
// c4
//
this.c4.AutoSize = true;
this.c4.Location = new System.Drawing.Point(222, 75);
this.c4.Name = "c4";
this.c4.Size = new System.Drawing.Size(93, 20);
this.c4.TabIndex = 3;
this.c4.Text = "Imprimanta";
this.c4.UseVisualStyleBackColor = true;
//
// b4
//
this.b4.AutoSize = true;
this.b4.Location = new System.Drawing.Point(18, 114);
this.b4.Name = "b4";
this.b4.Size = new System.Drawing.Size(71, 20);
this.b4.TabIndex = 2;
this.b4.Text = "Monitor";
this.b4.UseVisualStyleBackColor = true;
//
// a4
//
this.a4.AutoSize = true;
this.a4.Location = new System.Drawing.Point(18, 74);
this.a4.Name = "a4";
this.a4.Size = new System.Drawing.Size(68, 20);
this.a4.TabIndex = 1;
this.a4.Text = "Mouse";
this.a4.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(259, 16);
this.label4.TabIndex = 0;
this.label4.Text = "Selectati dispozitivele periferice de intrare";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 30);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(303, 16);
this.label5.TabIndex = 0;
this.label5.Text = "Stabiliti valoarea de adevar a urmatoarei afirmatii:";
//
// groupBox5
//
this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.groupBox5.Controls.Add(this.a5);
this.groupBox5.Controls.Add(this.label6);
this.groupBox5.Controls.Add(this.label5);
this.groupBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.groupBox5.Location = new System.Drawing.Point(12, 385);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(730, 122);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Intrebare 5";
this.groupBox5.Enter += new System.EventHandler(this.groupBox5_Enter);
//
// a5
//
this.a5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.a5.FormattingEnabled = true;
this.a5.Items.AddRange(new object[] {
"Adevarat",
"Fals"});
this.a5.Location = new System.Drawing.Point(326, 65);
this.a5.Name = "a5";
this.a5.Size = new System.Drawing.Size(121, 24);
this.a5.TabIndex = 2;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 65);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(236, 16);
this.label6.TabIndex = 1;
this.label6.Text = "Memoria RAM este o memorie volatila";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.button1.Location = new System.Drawing.Point(297, 530);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(153, 44);
this.button1.TabIndex = 5;
this.button1.Text = "Incheiere test";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// labelTime
//
this.labelTime.AutoSize = true;
this.labelTime.Location = new System.Drawing.Point(643, 530);
this.labelTime.Name = "labelTime";
this.labelTime.Size = new System.Drawing.Size(9, 13);
this.labelTime.TabIndex = 6;
this.labelTime.Text = "l";
//
// Test
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(766, 367);
this.Controls.Add(this.labelTime);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Test";
this.Text = "Test";
this.Load += new System.EventHandler(this.Test_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RadioButton d1;
private System.Windows.Forms.RadioButton c1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton d2;
private System.Windows.Forms.RadioButton c2;
private System.Windows.Forms.RadioButton b2;
private System.Windows.Forms.RadioButton a2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton b3;
private System.Windows.Forms.RadioButton a3;
private System.Windows.Forms.RadioButton d3;
private System.Windows.Forms.RadioButton c3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox d4;
private System.Windows.Forms.CheckBox c4;
private System.Windows.Forms.CheckBox b4;
private System.Windows.Forms.CheckBox a4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.ComboBox a5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RadioButton b1;
private System.Windows.Forms.RadioButton a1;
private System.Windows.Forms.Label labelTime;
}
}