aboutsummaryrefslogtreecommitdiff
path: root/Visual Basic Projects/Home Visual Basic Projects/WindowsApplication2/WindowsApplication2/Form1.Designer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'Visual Basic Projects/Home Visual Basic Projects/WindowsApplication2/WindowsApplication2/Form1.Designer.vb')
-rw-r--r--Visual Basic Projects/Home Visual Basic Projects/WindowsApplication2/WindowsApplication2/Form1.Designer.vb229
1 files changed, 0 insertions, 229 deletions
diff --git a/Visual Basic Projects/Home Visual Basic Projects/WindowsApplication2/WindowsApplication2/Form1.Designer.vb b/Visual Basic Projects/Home Visual Basic Projects/WindowsApplication2/WindowsApplication2/Form1.Designer.vb
deleted file mode 100644
index c16c582..0000000
--- a/Visual Basic Projects/Home Visual Basic Projects/WindowsApplication2/WindowsApplication2/Form1.Designer.vb
+++ /dev/null
@@ -1,229 +0,0 @@
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
-Partial Class Form
- Inherits System.Windows.Forms.Form
-
- 'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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.
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form))
- Me.lblHeader = New System.Windows.Forms.Label()
- Me.btnSolve = New System.Windows.Forms.Button()
- Me.btnClear = New System.Windows.Forms.Button()
- Me.txtC = New System.Windows.Forms.TextBox()
- Me.txtF = New System.Windows.Forms.TextBox()
- Me.ShapeContainer1 = New Microsoft.VisualBasic.PowerPacks.ShapeContainer()
- Me.RectangleShapeC = New Microsoft.VisualBasic.PowerPacks.RectangleShape()
- Me.RectangleShape2 = New Microsoft.VisualBasic.PowerPacks.RectangleShape()
- 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.Label5 = New System.Windows.Forms.Label()
- Me.SuspendLayout()
- '
- 'lblHeader
- '
- Me.lblHeader.AutoSize = True
- Me.lblHeader.Font = New System.Drawing.Font("Verdana", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblHeader.ForeColor = System.Drawing.Color.DimGray
- Me.lblHeader.Location = New System.Drawing.Point(3, 9)
- Me.lblHeader.Name = "lblHeader"
- Me.lblHeader.Size = New System.Drawing.Size(309, 64)
- Me.lblHeader.TabIndex = 0
- Me.lblHeader.Text = "Целзий - Фаренхайт " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "конвертор"
- Me.lblHeader.TextAlign = System.Drawing.ContentAlignment.TopCenter
- '
- 'btnSolve
- '
- Me.btnSolve.BackColor = System.Drawing.Color.LightGray
- Me.btnSolve.FlatAppearance.BorderColor = System.Drawing.Color.CornflowerBlue
- Me.btnSolve.FlatAppearance.BorderSize = 0
- Me.btnSolve.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnSolve.Font = New System.Drawing.Font("Verdana", 14.0!)
- Me.btnSolve.Location = New System.Drawing.Point(44, 282)
- Me.btnSolve.Name = "btnSolve"
- Me.btnSolve.Size = New System.Drawing.Size(100, 50)
- Me.btnSolve.TabIndex = 6
- Me.btnSolve.Text = "Изчисли"
- Me.btnSolve.UseVisualStyleBackColor = False
- '
- 'btnClear
- '
- Me.btnClear.BackColor = System.Drawing.Color.LightGray
- Me.btnClear.FlatAppearance.BorderSize = 0
- Me.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnClear.Font = New System.Drawing.Font("Verdana", 14.0!)
- Me.btnClear.Location = New System.Drawing.Point(162, 282)
- Me.btnClear.Name = "btnClear"
- Me.btnClear.Size = New System.Drawing.Size(100, 50)
- Me.btnClear.TabIndex = 7
- Me.btnClear.Text = "Изчисти"
- Me.btnClear.UseVisualStyleBackColor = False
- '
- 'txtC
- '
- Me.txtC.BackColor = System.Drawing.Color.CornflowerBlue
- Me.txtC.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtC.Font = New System.Drawing.Font("Verdana", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtC.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- Me.txtC.Location = New System.Drawing.Point(77, 86)
- Me.txtC.Name = "txtC"
- Me.txtC.Size = New System.Drawing.Size(150, 39)
- Me.txtC.TabIndex = 5
- Me.txtC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'txtF
- '
- Me.txtF.BackColor = System.Drawing.Color.CornflowerBlue
- Me.txtF.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtF.Font = New System.Drawing.Font("Verdana", 24.0!)
- Me.txtF.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- Me.txtF.Location = New System.Drawing.Point(77, 207)
- Me.txtF.Name = "txtF"
- Me.txtF.Size = New System.Drawing.Size(150, 39)
- Me.txtF.TabIndex = 4
- Me.txtF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'ShapeContainer1
- '
- Me.ShapeContainer1.Location = New System.Drawing.Point(0, 0)
- Me.ShapeContainer1.Margin = New System.Windows.Forms.Padding(0)
- Me.ShapeContainer1.Name = "ShapeContainer1"
- Me.ShapeContainer1.Shapes.AddRange(New Microsoft.VisualBasic.PowerPacks.Shape() {Me.RectangleShape2, Me.RectangleShapeC})
- Me.ShapeContainer1.Size = New System.Drawing.Size(304, 354)
- Me.ShapeContainer1.TabIndex = 3
- Me.ShapeContainer1.TabStop = False
- '
- 'RectangleShapeC
- '
- Me.RectangleShapeC.BackColor = System.Drawing.Color.CornflowerBlue
- Me.RectangleShapeC.BackStyle = Microsoft.VisualBasic.PowerPacks.BackStyle.Opaque
- Me.RectangleShapeC.BorderColor = System.Drawing.Color.CornflowerBlue
- Me.RectangleShapeC.CornerRadius = 10
- Me.RectangleShapeC.FillGradientColor = System.Drawing.Color.CornflowerBlue
- Me.RectangleShapeC.Location = New System.Drawing.Point(37, 77)
- Me.RectangleShapeC.Name = "RectangleShapeC"
- Me.RectangleShapeC.Size = New System.Drawing.Size(231, 63)
- '
- 'RectangleShape2
- '
- Me.RectangleShape2.BackColor = System.Drawing.Color.CornflowerBlue
- Me.RectangleShape2.BackStyle = Microsoft.VisualBasic.PowerPacks.BackStyle.Opaque
- Me.RectangleShape2.BorderColor = System.Drawing.Color.CornflowerBlue
- Me.RectangleShape2.CornerRadius = 10
- Me.RectangleShape2.Location = New System.Drawing.Point(37, 198)
- Me.RectangleShape2.Name = "RectangleShape2"
- Me.RectangleShape2.Size = New System.Drawing.Size(231, 63)
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.BackColor = System.Drawing.Color.Transparent
- Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 34.0!)
- Me.Label1.Location = New System.Drawing.Point(124, 143)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(56, 53)
- Me.Label1.TabIndex = 8
- Me.Label1.Text = "⇅"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.BackColor = System.Drawing.Color.CornflowerBlue
- Me.Label2.Font = New System.Drawing.Font("Verdana", 24.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label2.Location = New System.Drawing.Point(223, 87)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(46, 40)
- Me.Label2.TabIndex = 9
- Me.Label2.Text = "℃"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.BackColor = System.Drawing.Color.CornflowerBlue
- Me.Label3.Font = New System.Drawing.Font("Verdana", 24.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label3.Location = New System.Drawing.Point(37, 87)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(46, 40)
- Me.Label3.TabIndex = 10
- Me.Label3.Text = "℃"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.BackColor = System.Drawing.Color.CornflowerBlue
- Me.Label4.Font = New System.Drawing.Font("Verdana", 24.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label4.Location = New System.Drawing.Point(39, 208)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(42, 40)
- Me.Label4.TabIndex = 11
- Me.Label4.Text = "℉"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.BackColor = System.Drawing.Color.CornflowerBlue
- Me.Label5.Font = New System.Drawing.Font("Verdana", 24.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label5.Location = New System.Drawing.Point(224, 208)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(42, 40)
- Me.Label5.TabIndex = 12
- Me.Label5.Text = "℉"
- '
- 'Form
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.White
- Me.ClientSize = New System.Drawing.Size(304, 354)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.btnClear)
- Me.Controls.Add(Me.btnSolve)
- Me.Controls.Add(Me.txtC)
- Me.Controls.Add(Me.txtF)
- Me.Controls.Add(Me.lblHeader)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.ShapeContainer1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "Form"
- Me.Text = "Целзий - Фаренхайт конвертор"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents lblHeader As System.Windows.Forms.Label
- Friend WithEvents btnSolve As System.Windows.Forms.Button
- Friend WithEvents btnClear As System.Windows.Forms.Button
- Friend WithEvents txtC As System.Windows.Forms.TextBox
- Friend WithEvents txtF As System.Windows.Forms.TextBox
- Friend WithEvents ShapeContainer1 As Microsoft.VisualBasic.PowerPacks.ShapeContainer
- Friend WithEvents RectangleShape2 As Microsoft.VisualBasic.PowerPacks.RectangleShape
- Friend WithEvents RectangleShapeC As Microsoft.VisualBasic.PowerPacks.RectangleShape
- 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 Label5 As System.Windows.Forms.Label
-
-End Class