_ Partial Class frmDentotarDetails Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.MenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.AllowMerge = False Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SchliessenToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(584, 24) Me.MenuStrip1.TabIndex = 1 Me.MenuStrip1.Text = "MenuStrip1" ' 'SchliessenToolStripMenuItem ' Me.SchliessenToolStripMenuItem.Name = "SchliessenToolStripMenuItem" Me.SchliessenToolStripMenuItem.Size = New System.Drawing.Size(73, 20) Me.SchliessenToolStripMenuItem.Text = "&Schliessen" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(13, 38) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(89, 13) Me.Label1.TabIndex = 2 Me.Label1.Text = "Leistungsnummer" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(123, 35) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 20) Me.TextBox1.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 62) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(47, 13) Me.Label2.TabIndex = 4 Me.Label2.Text = "Leistung" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(123, 62) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(430, 48) Me.TextBox2.TabIndex = 5 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(123, 119) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.TextBox3.Size = New System.Drawing.Size(430, 121) Me.TextBox3.TabIndex = 7 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(6, 119) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(69, 13) Me.Label3.TabIndex = 6 Me.Label3.Text = "Interpretation" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(123, 246) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(100, 20) Me.TextBox4.TabIndex = 9 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(13, 249) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(101, 13) Me.Label4.TabIndex = 8 Me.Label4.Text = "Abrechnungseinheit" ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(123, 272) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(100, 20) Me.TextBox5.TabIndex = 11 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(13, 275) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(75, 13) Me.Label5.TabIndex = 10 Me.Label5.Text = "TP UV/MV/IV" ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(123, 298) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(100, 20) Me.TextBox6.TabIndex = 13 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(13, 301) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(44, 13) Me.Label6.TabIndex = 12 Me.Label6.Text = "PP_Min" ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(123, 324) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(100, 20) Me.TextBox7.TabIndex = 15 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(13, 327) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(54, 13) Me.Label7.TabIndex = 14 Me.Label7.Text = "PP_Privat" ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(123, 350) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(100, 20) Me.TextBox8.TabIndex = 17 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(13, 353) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(47, 13) Me.Label8.TabIndex = 16 Me.Label8.Text = "PP_Max" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(7, 408) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 18 Me.Button1.Text = "Schliessen" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox9 ' Me.TextBox9.Location = New System.Drawing.Point(123, 376) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(100, 20) Me.TextBox9.TabIndex = 20 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(13, 379) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(62, 13) Me.Label9.TabIndex = 19 Me.Label9.Text = "Betrag CHF" ' 'frmDentotarDetails ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(584, 432) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.MenuStrip1) Me.Name = "frmDentotarDetails" Me.Text = "Dentotar Details" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents SchliessenToolStripMenuItem As ToolStripMenuItem Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents Label8 As Label Friend WithEvents Button1 As Button Friend WithEvents TextBox9 As TextBox Friend WithEvents Label9 As Label End Class