_ Partial Class frmTarifDetail 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.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() 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.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.txtnrtarif = New System.Windows.Forms.TextBox() Me.cbboxTarifgruppe = New System.Windows.Forms.ComboBox() Me.txtNummer = New System.Windows.Forms.TextBox() Me.txtBezd = New System.Windows.Forms.TextBox() Me.txtBezf = New System.Windows.Forms.TextBox() Me.txtBezi = New System.Windows.Forms.TextBox() Me.txtprivat = New System.Windows.Forms.TextBox() Me.txtsuva = New System.Windows.Forms.TextBox() Me.txtmin = New System.Windows.Forms.TextBox() Me.txtmax = New System.Windows.Forms.TextBox() Me.cbboxmitlabor = New System.Windows.Forms.CheckBox() Me.txtfrankenwert = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(18, 330) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "Speichern" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(293, 330) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 1 Me.Button2.Text = "Abbruch" Me.Button2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(70, 13) Me.Label1.TabIndex = 2 Me.Label1.Text = "Tarif-Nummer" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 32) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(42, 13) Me.Label2.TabIndex = 3 Me.Label2.Text = "Gruppe" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 55) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(46, 13) Me.Label3.TabIndex = 4 Me.Label3.Text = "Nummer" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 81) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(80, 13) Me.Label4.TabIndex = 5 Me.Label4.Text = "Bezeichnung D" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(14, 127) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(78, 13) Me.Label5.TabIndex = 6 Me.Label5.Text = "Bezeichnung F" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(14, 149) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(75, 13) Me.Label6.TabIndex = 7 Me.Label6.Text = "Bezeichnung I" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(14, 174) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(34, 13) Me.Label7.TabIndex = 8 Me.Label7.Text = "Privat" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(14, 198) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(36, 13) Me.Label8.TabIndex = 9 Me.Label8.Text = "SUVA" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(15, 222) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(24, 13) Me.Label9.TabIndex = 10 Me.Label9.Text = "Min" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(15, 247) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(27, 13) Me.Label10.TabIndex = 11 Me.Label10.Text = "Max" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(15, 271) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(51, 13) Me.Label11.TabIndex = 12 Me.Label11.Text = "Mit Labor" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(15, 297) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(66, 13) Me.Label12.TabIndex = 13 Me.Label12.Text = "Frankenwert" ' 'txtnrtarif ' Me.txtnrtarif.Location = New System.Drawing.Point(101, 6) Me.txtnrtarif.Name = "txtnrtarif" Me.txtnrtarif.ReadOnly = True Me.txtnrtarif.Size = New System.Drawing.Size(100, 20) Me.txtnrtarif.TabIndex = 14 ' 'cbboxTarifgruppe ' Me.cbboxTarifgruppe.FormattingEnabled = True Me.cbboxTarifgruppe.Location = New System.Drawing.Point(101, 29) Me.cbboxTarifgruppe.Name = "cbboxTarifgruppe" Me.cbboxTarifgruppe.Size = New System.Drawing.Size(121, 21) Me.cbboxTarifgruppe.TabIndex = 15 ' 'txtNummer ' Me.txtNummer.Location = New System.Drawing.Point(101, 52) Me.txtNummer.Name = "txtNummer" Me.txtNummer.Size = New System.Drawing.Size(100, 20) Me.txtNummer.TabIndex = 16 ' 'txtBezd ' Me.txtBezd.Location = New System.Drawing.Point(101, 78) Me.txtBezd.Multiline = True Me.txtBezd.Name = "txtBezd" Me.txtBezd.Size = New System.Drawing.Size(267, 44) Me.txtBezd.TabIndex = 17 ' 'txtBezf ' Me.txtBezf.Location = New System.Drawing.Point(101, 124) Me.txtBezf.Name = "txtBezf" Me.txtBezf.Size = New System.Drawing.Size(267, 20) Me.txtBezf.TabIndex = 18 ' 'txtBezi ' Me.txtBezi.Location = New System.Drawing.Point(101, 146) Me.txtBezi.Name = "txtBezi" Me.txtBezi.Size = New System.Drawing.Size(267, 20) Me.txtBezi.TabIndex = 19 ' 'txtprivat ' Me.txtprivat.Location = New System.Drawing.Point(101, 171) Me.txtprivat.Name = "txtprivat" Me.txtprivat.Size = New System.Drawing.Size(100, 20) Me.txtprivat.TabIndex = 20 ' 'txtsuva ' Me.txtsuva.Location = New System.Drawing.Point(101, 195) Me.txtsuva.Name = "txtsuva" Me.txtsuva.Size = New System.Drawing.Size(100, 20) Me.txtsuva.TabIndex = 21 ' 'txtmin ' Me.txtmin.Location = New System.Drawing.Point(101, 219) Me.txtmin.Name = "txtmin" Me.txtmin.Size = New System.Drawing.Size(100, 20) Me.txtmin.TabIndex = 22 ' 'txtmax ' Me.txtmax.Location = New System.Drawing.Point(101, 244) Me.txtmax.Name = "txtmax" Me.txtmax.Size = New System.Drawing.Size(100, 20) Me.txtmax.TabIndex = 23 ' 'cbboxmitlabor ' Me.cbboxmitlabor.AutoSize = True Me.cbboxmitlabor.Location = New System.Drawing.Point(101, 271) Me.cbboxmitlabor.Name = "cbboxmitlabor" Me.cbboxmitlabor.Size = New System.Drawing.Size(15, 14) Me.cbboxmitlabor.TabIndex = 24 Me.cbboxmitlabor.UseVisualStyleBackColor = True ' 'txtfrankenwert ' Me.txtfrankenwert.Location = New System.Drawing.Point(101, 291) Me.txtfrankenwert.Name = "txtfrankenwert" Me.txtfrankenwert.Size = New System.Drawing.Size(100, 20) Me.txtfrankenwert.TabIndex = 25 ' 'frmTarifDetail ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(380, 361) Me.Controls.Add(Me.txtfrankenwert) Me.Controls.Add(Me.cbboxmitlabor) Me.Controls.Add(Me.txtmax) Me.Controls.Add(Me.txtmin) Me.Controls.Add(Me.txtsuva) Me.Controls.Add(Me.txtprivat) Me.Controls.Add(Me.txtBezi) Me.Controls.Add(Me.txtBezf) Me.Controls.Add(Me.txtBezd) Me.Controls.Add(Me.txtNummer) Me.Controls.Add(Me.cbboxTarifgruppe) Me.Controls.Add(Me.txtnrtarif) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Name = "frmTarifDetail" Me.Text = "Tarifdetail" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents txtnrtarif As TextBox Friend WithEvents cbboxTarifgruppe As ComboBox Friend WithEvents txtNummer As TextBox Friend WithEvents txtBezd As TextBox Friend WithEvents txtBezf As TextBox Friend WithEvents txtBezi As TextBox Friend WithEvents txtprivat As TextBox Friend WithEvents txtsuva As TextBox Friend WithEvents txtmin As TextBox Friend WithEvents txtmax As TextBox Friend WithEvents cbboxmitlabor As CheckBox Friend WithEvents txtfrankenwert As TextBox End Class