home *** CD-ROM | disk | FTP | other *** search
- Imports System
- Imports System.Windows.Forms
-
- 'This file was autogenerated by a tool.
- Namespace GeneratedForm
-
- '<summary>
- ' Add summary description for CreatedObject0
- '</summary>
- Public Class CreatedObject0
- Inherits System.Windows.Forms.Form
-
- Private button2 As System.Windows.Forms.Button
-
- Private button As System.Windows.Forms.Button
-
- Private label4 As System.Windows.Forms.Label
-
- Private label3 As System.Windows.Forms.Label
-
- Private textBox2 As System.Windows.Forms.TextBox
-
- Private textBox As System.Windows.Forms.TextBox
-
- Private label2 As System.Windows.Forms.Label
-
- Private label As System.Windows.Forms.Label
-
- Public Sub New()
- MyBase.New
- ' Must be called for initialization
- Me.InitializeComponents
- '
- ' TODO : Add constructor code after InitializeComponents
- '
- End Sub
-
- '<summary>
- ' This method was autogenerated - do not change the contents manually
- '</summary>
- Private Sub InitializeComponents()
- '
- ' Set up generated class CreatedObject0
- '
- Me.SuspendLayout
- Me.Name = "CreatedObject0"
- Me.MaximizeBox = false
- Me.Text = "Euro-Rechner (by G. Born)"
- Me.Size = New System.Drawing.Size(302, 178)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
-
- '
- ' Set up member button2
- '
- button2 = New System.Windows.Forms.Button
- button2.Name = "button2"
- button2.TabIndex = 7
- button2.Text = "Schließen"
- button2.Size = New System.Drawing.Size(104, 32)
- button2.Location = New System.Drawing.Point(160, 80)
- Me.Controls.Add(button2)
-
- '
- ' Set up member button
- '
- button = New System.Windows.Forms.Button
- button.Name = "button"
- button.TabIndex = 6
- button.Text = "Calc"
- button.Size = New System.Drawing.Size(112, 32)
- button.Location = New System.Drawing.Point(32, 80)
- Me.Controls.Add(button)
-
- '
- ' Set up member label4
- '
- label4 = New System.Windows.Forms.Label
- label4.Name = "label4"
- label4.Location = New System.Drawing.Point(184, 40)
- label4.Size = New System.Drawing.Size(64, 16)
- label4.TabIndex = 5
- label4.Text = "DM"
- Me.Controls.Add(label4)
-
- '
- ' Set up member label3
- '
- label3 = New System.Windows.Forms.Label
- label3.Name = "label3"
- label3.Location = New System.Drawing.Point(184, 8)
- label3.Size = New System.Drawing.Size(64, 23)
- label3.TabIndex = 4
- label3.Text = "Euro"
- Me.Controls.Add(label3)
-
- '
- ' Set up member textBox2
- '
- textBox2 = New System.Windows.Forms.TextBox
- textBox2.Name = "textBox2"
- textBox2.Text = "textBox2"
- textBox2.Size = New System.Drawing.Size(96, 20)
- textBox2.Location = New System.Drawing.Point(64, 40)
- textBox2.TabIndex = 3
- Me.Controls.Add(textBox2)
-
- '
- ' Set up member textBox
- '
- textBox = New System.Windows.Forms.TextBox
- textBox.Name = "textBox"
- textBox.Text = "textBox"
- textBox.Size = New System.Drawing.Size(96, 20)
- textBox.Location = New System.Drawing.Point(64, 8)
- textBox.TabIndex = 2
- Me.Controls.Add(textBox)
-
- '
- ' Set up member label2
- '
- label2 = New System.Windows.Forms.Label
- label2.Name = "label2"
- label2.Location = New System.Drawing.Point(16, 40)
- label2.Size = New System.Drawing.Size(48, 24)
- label2.TabIndex = 1
- label2 = New System.Drawing.Font("Microsoft Sans Serif", 8)
- label2.Text = "Euro"
- Me.Controls.Add(label2)
-
- '
- ' Set up member label
- '
- label = New System.Windows.Forms.Label
- label.Name = "label"
- label.Location = New System.Drawing.Point(16, 8)
- label.Size = New System.Drawing.Size(48, 16)
- label.TabIndex = 0
- label = New System.Drawing.Font("Microsoft Sans Serif", 8)
- label.Text = "DM"
- Me.Controls.Add(label)
- Me.ResumeLayout(false)
- End Sub
- End Class
- End Namespace
-