_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.txt_A = New System.Windows.Forms.TextBox Me.txt_C = New System.Windows.Forms.TextBox Me.txt_B = New System.Windows.Forms.TextBox Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.txt_NOT_C = New System.Windows.Forms.TextBox Me.txt_NOT_V = New System.Windows.Forms.TextBox Me.txt_AND_NOT = New System.Windows.Forms.TextBox Me.txt_AND_B = New System.Windows.Forms.TextBox Me.txt_AND_A = New System.Windows.Forms.TextBox Me.txt_AND_V = New System.Windows.Forms.TextBox Me.txt_XOR_AND = New System.Windows.Forms.TextBox Me.txt_XOR_A = New System.Windows.Forms.TextBox Me.txt_OR_AND = New System.Windows.Forms.TextBox Me.txt_OR_NOT = New System.Windows.Forms.TextBox Me.txt_OR_C = New System.Windows.Forms.TextBox Me.txt_XOR_V = New System.Windows.Forms.TextBox Me.txt_OR_V = New System.Windows.Forms.TextBox Me.Button1 = New System.Windows.Forms.Button Me.SuspendLayout() ' 'txt_A ' Me.txt_A.Location = New System.Drawing.Point(593, 106) Me.txt_A.Name = "txt_A" Me.txt_A.Size = New System.Drawing.Size(20, 20) Me.txt_A.TabIndex = 0 ' 'txt_C ' Me.txt_C.Location = New System.Drawing.Point(645, 106) Me.txt_C.Name = "txt_C" Me.txt_C.Size = New System.Drawing.Size(20, 20) Me.txt_C.TabIndex = 1 ' 'txt_B ' Me.txt_B.Location = New System.Drawing.Point(619, 106) Me.txt_B.Name = "txt_B" Me.txt_B.Size = New System.Drawing.Size(20, 20) Me.txt_B.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(671, 224) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(30, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "NOT" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(678, 435) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(23, 13) Me.Label2.TabIndex = 4 Me.Label2.Text = "OR" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(552, 435) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(30, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "XOR" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(616, 329) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(30, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "AND" ' 'txt_NOT_C ' Me.txt_NOT_C.Location = New System.Drawing.Point(674, 201) Me.txt_NOT_C.Name = "txt_NOT_C" Me.txt_NOT_C.Size = New System.Drawing.Size(20, 20) Me.txt_NOT_C.TabIndex = 7 ' 'txt_NOT_V ' Me.txt_NOT_V.Location = New System.Drawing.Point(674, 240) Me.txt_NOT_V.Name = "txt_NOT_V" Me.txt_NOT_V.Size = New System.Drawing.Size(20, 20) Me.txt_NOT_V.TabIndex = 8 ' 'txt_AND_NOT ' Me.txt_AND_NOT.Location = New System.Drawing.Point(645, 306) Me.txt_AND_NOT.Name = "txt_AND_NOT" Me.txt_AND_NOT.Size = New System.Drawing.Size(20, 20) Me.txt_AND_NOT.TabIndex = 9 ' 'txt_AND_B ' Me.txt_AND_B.Location = New System.Drawing.Point(619, 306) Me.txt_AND_B.Name = "txt_AND_B" Me.txt_AND_B.Size = New System.Drawing.Size(20, 20) Me.txt_AND_B.TabIndex = 10 ' 'txt_AND_A ' Me.txt_AND_A.Location = New System.Drawing.Point(593, 306) Me.txt_AND_A.Name = "txt_AND_A" Me.txt_AND_A.Size = New System.Drawing.Size(20, 20) Me.txt_AND_A.TabIndex = 11 ' 'txt_AND_V ' Me.txt_AND_V.Location = New System.Drawing.Point(619, 345) Me.txt_AND_V.Name = "txt_AND_V" Me.txt_AND_V.Size = New System.Drawing.Size(20, 20) Me.txt_AND_V.TabIndex = 12 ' 'txt_XOR_AND ' Me.txt_XOR_AND.Location = New System.Drawing.Point(579, 412) Me.txt_XOR_AND.Name = "txt_XOR_AND" Me.txt_XOR_AND.Size = New System.Drawing.Size(20, 20) Me.txt_XOR_AND.TabIndex = 13 ' 'txt_XOR_A ' Me.txt_XOR_A.Location = New System.Drawing.Point(533, 412) Me.txt_XOR_A.Name = "txt_XOR_A" Me.txt_XOR_A.Size = New System.Drawing.Size(20, 20) Me.txt_XOR_A.TabIndex = 14 ' 'txt_OR_AND ' Me.txt_OR_AND.Location = New System.Drawing.Point(652, 412) Me.txt_OR_AND.Name = "txt_OR_AND" Me.txt_OR_AND.Size = New System.Drawing.Size(20, 20) Me.txt_OR_AND.TabIndex = 15 ' 'txt_OR_NOT ' Me.txt_OR_NOT.Location = New System.Drawing.Point(681, 412) Me.txt_OR_NOT.Name = "txt_OR_NOT" Me.txt_OR_NOT.Size = New System.Drawing.Size(20, 20) Me.txt_OR_NOT.TabIndex = 16 ' 'txt_OR_C ' Me.txt_OR_C.Location = New System.Drawing.Point(707, 412) Me.txt_OR_C.Name = "txt_OR_C" Me.txt_OR_C.Size = New System.Drawing.Size(20, 20) Me.txt_OR_C.TabIndex = 17 ' 'txt_XOR_V ' Me.txt_XOR_V.Location = New System.Drawing.Point(555, 451) Me.txt_XOR_V.Name = "txt_XOR_V" Me.txt_XOR_V.Size = New System.Drawing.Size(20, 20) Me.txt_XOR_V.TabIndex = 18 ' 'txt_OR_V ' Me.txt_OR_V.Location = New System.Drawing.Point(681, 451) Me.txt_OR_V.Name = "txt_OR_V" Me.txt_OR_V.Size = New System.Drawing.Size(20, 20) Me.txt_OR_V.TabIndex = 19 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(602, 463) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(50, 32) Me.Button1.TabIndex = 20 Me.Button1.Text = "Spusť" Me.Button1.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(737, 520) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.txt_OR_V) Me.Controls.Add(Me.txt_XOR_V) Me.Controls.Add(Me.txt_OR_C) Me.Controls.Add(Me.txt_OR_NOT) Me.Controls.Add(Me.txt_OR_AND) Me.Controls.Add(Me.txt_XOR_A) Me.Controls.Add(Me.txt_XOR_AND) Me.Controls.Add(Me.txt_AND_V) Me.Controls.Add(Me.txt_AND_A) Me.Controls.Add(Me.txt_AND_B) Me.Controls.Add(Me.txt_AND_NOT) Me.Controls.Add(Me.txt_NOT_V) Me.Controls.Add(Me.txt_NOT_C) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txt_B) Me.Controls.Add(Me.txt_C) Me.Controls.Add(Me.txt_A) Me.Name = "Form1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txt_A As System.Windows.Forms.TextBox Friend WithEvents txt_C As System.Windows.Forms.TextBox Friend WithEvents txt_B As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txt_NOT_C As System.Windows.Forms.TextBox Friend WithEvents txt_NOT_V As System.Windows.Forms.TextBox Friend WithEvents txt_AND_NOT As System.Windows.Forms.TextBox Friend WithEvents txt_AND_B As System.Windows.Forms.TextBox Friend WithEvents txt_AND_A As System.Windows.Forms.TextBox Friend WithEvents txt_AND_V As System.Windows.Forms.TextBox Friend WithEvents txt_XOR_AND As System.Windows.Forms.TextBox Friend WithEvents txt_XOR_A As System.Windows.Forms.TextBox Friend WithEvents txt_OR_AND As System.Windows.Forms.TextBox Friend WithEvents txt_OR_NOT As System.Windows.Forms.TextBox Friend WithEvents txt_OR_C As System.Windows.Forms.TextBox Friend WithEvents txt_XOR_V As System.Windows.Forms.TextBox Friend WithEvents txt_OR_V As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button End Class