_ Partial Class Finanzen Inherits System.Windows.Forms.UserControl 'UserControl ü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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Finanzen)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.GrpZahlung = New System.Windows.Forms.GroupBox() Me.Button1 = New System.Windows.Forms.Button() Me.btnBuchen = New System.Windows.Forms.Button() Me.chkVorauszahlung = New System.Windows.Forms.CheckBox() Me.lblVorauszahlung = New System.Windows.Forms.Label() Me.cbboxKonto = New DPM2016.MyCombobox() Me.lblKonto = New System.Windows.Forms.Label() Me.lblBetrag = New System.Windows.Forms.Label() Me.diBetrag = New DevComponents.Editors.DoubleInput() Me.lbldatum = New System.Windows.Forms.Label() Me.dtdatum = New DevComponents.Editors.DateTimeAdv.DateTimeInput() Me.txtRGNummer = New System.Windows.Forms.TextBox() Me.lblRechnungsnummer = New System.Windows.Forms.Label() Me.GrpZahlungen = New System.Windows.Forms.GroupBox() Me.C1Zahlungen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ZahlungStornierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.VorauszahlungVonBehandlungLösenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GrpBehandlungen = New System.Windows.Forms.GroupBox() Me.C1OffeneRechnungen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ZahlungBuchenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ErsteMahnungMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ZweiteMahnungMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LetzteMahnungMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnzurücksetzen3 = New System.Windows.Forms.Button() Me.btnzurücksetzen2 = New System.Windows.Forms.Button() Me.btnZurücksetzen1 = New System.Windows.Forms.Button() Me.Label10 = New System.Windows.Forms.Label() Me.Mahngebühr3 = New System.Windows.Forms.Label() Me.Mahnfaelligkeit3 = New System.Windows.Forms.Label() Me.Mahndatum3 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Mahngebühr2 = New System.Windows.Forms.Label() Me.Mahnfaelligkeit2 = New System.Windows.Forms.Label() Me.Mahndatum2 = New System.Windows.Forms.Label() Me.Mahngebühr1 = New System.Windows.Forms.Label() Me.Mahnfaelligkeit1 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Mahndatum1 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.GrpZahlung.SuspendLayout() CType(Me.diBetrag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dtdatum, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrpZahlungen.SuspendLayout() CType(Me.C1Zahlungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip2.SuspendLayout() Me.GrpBehandlungen.SuspendLayout() CType(Me.C1OffeneRechnungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(20, 20) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(990, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'GrpZahlung ' Me.GrpZahlung.Controls.Add(Me.Button1) Me.GrpZahlung.Controls.Add(Me.btnBuchen) Me.GrpZahlung.Controls.Add(Me.chkVorauszahlung) Me.GrpZahlung.Controls.Add(Me.lblVorauszahlung) Me.GrpZahlung.Controls.Add(Me.cbboxKonto) Me.GrpZahlung.Controls.Add(Me.lblKonto) Me.GrpZahlung.Controls.Add(Me.lblBetrag) Me.GrpZahlung.Controls.Add(Me.diBetrag) Me.GrpZahlung.Controls.Add(Me.lbldatum) Me.GrpZahlung.Controls.Add(Me.dtdatum) Me.GrpZahlung.Controls.Add(Me.txtRGNummer) Me.GrpZahlung.Controls.Add(Me.lblRechnungsnummer) Me.GrpZahlung.Dock = System.Windows.Forms.DockStyle.Left Me.GrpZahlung.Location = New System.Drawing.Point(0, 25) Me.GrpZahlung.Name = "GrpZahlung" Me.GrpZahlung.Size = New System.Drawing.Size(431, 562) Me.GrpZahlung.TabIndex = 1 Me.GrpZahlung.TabStop = False Me.GrpZahlung.Text = "Zahlung" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(309, 30) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(15, 23) Me.Button1.TabIndex = 20 Me.Button1.UseVisualStyleBackColor = True ' 'btnBuchen ' Me.btnBuchen.Location = New System.Drawing.Point(22, 165) Me.btnBuchen.Name = "btnBuchen" Me.btnBuchen.Size = New System.Drawing.Size(75, 23) Me.btnBuchen.TabIndex = 19 Me.btnBuchen.Text = "Buchen" Me.btnBuchen.UseVisualStyleBackColor = True ' 'chkVorauszahlung ' Me.chkVorauszahlung.AutoSize = True Me.chkVorauszahlung.Location = New System.Drawing.Point(147, 139) Me.chkVorauszahlung.Name = "chkVorauszahlung" Me.chkVorauszahlung.Size = New System.Drawing.Size(15, 14) Me.chkVorauszahlung.TabIndex = 18 Me.chkVorauszahlung.UseVisualStyleBackColor = True ' 'lblVorauszahlung ' Me.lblVorauszahlung.AutoSize = True Me.lblVorauszahlung.Location = New System.Drawing.Point(20, 139) Me.lblVorauszahlung.Name = "lblVorauszahlung" Me.lblVorauszahlung.Size = New System.Drawing.Size(77, 13) Me.lblVorauszahlung.TabIndex = 17 Me.lblVorauszahlung.Text = "Vorauszahlung" ' 'cbboxKonto ' Me.cbboxKonto.Dataselection = Nothing Me.cbboxKonto.Displaymember = Nothing Me.cbboxKonto.Location = New System.Drawing.Point(147, 109) Me.cbboxKonto.Name = "cbboxKonto" Me.cbboxKonto.Size = New System.Drawing.Size(177, 21) Me.cbboxKonto.TabIndex = 15 Me.cbboxKonto.Table = Nothing Me.cbboxKonto.TableAlias = "" Me.cbboxKonto.Valuemember = Nothing ' 'lblKonto ' Me.lblKonto.AutoSize = True Me.lblKonto.Location = New System.Drawing.Point(20, 112) Me.lblKonto.Name = "lblKonto" Me.lblKonto.Size = New System.Drawing.Size(66, 13) Me.lblKonto.TabIndex = 16 Me.lblKonto.Text = "Gegenkonto" ' 'lblBetrag ' Me.lblBetrag.AutoSize = True Me.lblBetrag.Location = New System.Drawing.Point(20, 87) Me.lblBetrag.Name = "lblBetrag" Me.lblBetrag.Size = New System.Drawing.Size(38, 13) Me.lblBetrag.TabIndex = 11 Me.lblBetrag.Text = "Betrag" ' 'diBetrag ' ' ' ' Me.diBetrag.BackgroundStyle.Class = "DateTimeInputBackground" Me.diBetrag.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.diBetrag.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2 Me.diBetrag.Increment = 1.0R Me.diBetrag.Location = New System.Drawing.Point(147, 81) Me.diBetrag.Name = "diBetrag" Me.diBetrag.ShowUpDown = True Me.diBetrag.Size = New System.Drawing.Size(86, 20) Me.diBetrag.TabIndex = 10 ' 'lbldatum ' Me.lbldatum.AutoSize = True Me.lbldatum.Location = New System.Drawing.Point(20, 62) Me.lbldatum.Name = "lbldatum" Me.lbldatum.Size = New System.Drawing.Size(38, 13) Me.lbldatum.TabIndex = 3 Me.lbldatum.Text = "Datum" ' 'dtdatum ' ' ' ' Me.dtdatum.BackgroundStyle.Class = "DateTimeInputBackground" Me.dtdatum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.dtdatum.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown Me.dtdatum.ButtonDropDown.Visible = True Me.dtdatum.IsPopupCalendarOpen = False Me.dtdatum.Location = New System.Drawing.Point(147, 55) ' ' ' ' ' ' Me.dtdatum.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.dtdatum.MonthCalendar.CalendarDimensions = New System.Drawing.Size(1, 1) Me.dtdatum.MonthCalendar.ClearButtonVisible = True ' ' ' Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2 Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90 Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1 Me.dtdatum.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.dtdatum.MonthCalendar.DisplayMonth = New Date(2015, 6, 1, 0, 0, 0, 0) Me.dtdatum.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday ' ' ' Me.dtdatum.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2 Me.dtdatum.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90 Me.dtdatum.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground Me.dtdatum.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.dtdatum.MonthCalendar.TodayButtonVisible = True Me.dtdatum.Name = "dtdatum" Me.dtdatum.Size = New System.Drawing.Size(177, 20) Me.dtdatum.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.dtdatum.TabIndex = 2 ' 'txtRGNummer ' Me.txtRGNummer.Location = New System.Drawing.Point(147, 32) Me.txtRGNummer.Name = "txtRGNummer" Me.txtRGNummer.Size = New System.Drawing.Size(161, 20) Me.txtRGNummer.TabIndex = 1 ' 'lblRechnungsnummer ' Me.lblRechnungsnummer.AutoSize = True Me.lblRechnungsnummer.Location = New System.Drawing.Point(20, 35) Me.lblRechnungsnummer.Name = "lblRechnungsnummer" Me.lblRechnungsnummer.Size = New System.Drawing.Size(99, 13) Me.lblRechnungsnummer.TabIndex = 0 Me.lblRechnungsnummer.Text = "Rechnungsnummer" ' 'GrpZahlungen ' Me.GrpZahlungen.Controls.Add(Me.C1Zahlungen) Me.GrpZahlungen.Dock = System.Windows.Forms.DockStyle.Top Me.GrpZahlungen.Location = New System.Drawing.Point(431, 25) Me.GrpZahlungen.Name = "GrpZahlungen" Me.GrpZahlungen.Size = New System.Drawing.Size(559, 247) Me.GrpZahlungen.TabIndex = 2 Me.GrpZahlungen.TabStop = False Me.GrpZahlungen.Text = "Verbuchte Zahlungen" ' 'C1Zahlungen ' Me.C1Zahlungen.AlternatingRows = True Me.C1Zahlungen.ContextMenuStrip = Me.ContextMenuStrip2 Me.C1Zahlungen.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Zahlungen.FilterBar = True Me.C1Zahlungen.GroupByCaption = "Drag a column header here to group by that column" Me.C1Zahlungen.Images.Add(CType(resources.GetObject("C1Zahlungen.Images"), System.Drawing.Image)) Me.C1Zahlungen.Location = New System.Drawing.Point(3, 16) Me.C1Zahlungen.Name = "C1Zahlungen" Me.C1Zahlungen.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Zahlungen.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Zahlungen.PreviewInfo.ZoomFactor = 75.0R Me.C1Zahlungen.PrintInfo.PageSettings = CType(resources.GetObject("C1Zahlungen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Zahlungen.Size = New System.Drawing.Size(553, 228) Me.C1Zahlungen.TabIndex = 3 Me.C1Zahlungen.Text = "C1TrueDBGrid1" Me.C1Zahlungen.PropBag = resources.GetString("C1Zahlungen.PropBag") ' 'ContextMenuStrip2 ' Me.ContextMenuStrip2.ImageScalingSize = New System.Drawing.Size(20, 20) Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZahlungStornierenToolStripMenuItem, Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem, Me.VorauszahlungVonBehandlungLösenToolStripMenuItem}) Me.ContextMenuStrip2.Name = "ContextMenuStrip2" Me.ContextMenuStrip2.Size = New System.Drawing.Size(286, 70) ' 'ZahlungStornierenToolStripMenuItem ' Me.ZahlungStornierenToolStripMenuItem.Name = "ZahlungStornierenToolStripMenuItem" Me.ZahlungStornierenToolStripMenuItem.Size = New System.Drawing.Size(285, 22) Me.ZahlungStornierenToolStripMenuItem.Text = "&Zahlung stornieren" ' 'VorauszahlungAnBehandlungZuweisenToolStripMenuItem ' Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Name = "VorauszahlungAnBehandlungZuweisenToolStripMenuItem" Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Size = New System.Drawing.Size(285, 22) Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Text = "Vorauszahlung an Behandlung zuweisen" ' 'VorauszahlungVonBehandlungLösenToolStripMenuItem ' Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Name = "VorauszahlungVonBehandlungLösenToolStripMenuItem" Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Size = New System.Drawing.Size(285, 22) Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Text = "Vorauszahlung von Behandlung lösen" ' 'GrpBehandlungen ' Me.GrpBehandlungen.Controls.Add(Me.C1OffeneRechnungen) Me.GrpBehandlungen.Dock = System.Windows.Forms.DockStyle.Top Me.GrpBehandlungen.Location = New System.Drawing.Point(431, 272) Me.GrpBehandlungen.Name = "GrpBehandlungen" Me.GrpBehandlungen.Size = New System.Drawing.Size(559, 174) Me.GrpBehandlungen.TabIndex = 3 Me.GrpBehandlungen.TabStop = False Me.GrpBehandlungen.Text = "Offene Rechnungen" ' 'C1OffeneRechnungen ' Me.C1OffeneRechnungen.AlternatingRows = True Me.C1OffeneRechnungen.ContextMenuStrip = Me.ContextMenuStrip1 Me.C1OffeneRechnungen.Dock = System.Windows.Forms.DockStyle.Fill Me.C1OffeneRechnungen.FilterBar = True Me.C1OffeneRechnungen.GroupByCaption = "Drag a column header here to group by that column" Me.C1OffeneRechnungen.Images.Add(CType(resources.GetObject("C1OffeneRechnungen.Images"), System.Drawing.Image)) Me.C1OffeneRechnungen.Location = New System.Drawing.Point(3, 16) Me.C1OffeneRechnungen.Name = "C1OffeneRechnungen" Me.C1OffeneRechnungen.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1OffeneRechnungen.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1OffeneRechnungen.PreviewInfo.ZoomFactor = 75.0R Me.C1OffeneRechnungen.PrintInfo.PageSettings = CType(resources.GetObject("C1OffeneRechnungen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1OffeneRechnungen.Size = New System.Drawing.Size(553, 155) Me.C1OffeneRechnungen.TabIndex = 4 Me.C1OffeneRechnungen.Text = "C1OffeneRechnungen" Me.C1OffeneRechnungen.PropBag = resources.GetString("C1OffeneRechnungen.PropBag") ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(20, 20) Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZahlungBuchenToolStripMenuItem, Me.ErsteMahnungMenuItem, Me.ZweiteMahnungMenuItem, Me.LetzteMahnungMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(201, 92) ' 'ZahlungBuchenToolStripMenuItem ' Me.ZahlungBuchenToolStripMenuItem.Name = "ZahlungBuchenToolStripMenuItem" Me.ZahlungBuchenToolStripMenuItem.Size = New System.Drawing.Size(200, 22) Me.ZahlungBuchenToolStripMenuItem.Text = "&Zahlung buchen" ' 'ErsteMahnungMenuItem ' Me.ErsteMahnungMenuItem.Name = "ErsteMahnungMenuItem" Me.ErsteMahnungMenuItem.Size = New System.Drawing.Size(200, 22) Me.ErsteMahnungMenuItem.Text = "Erste Mahnung drucken" ' 'ZweiteMahnungMenuItem ' Me.ZweiteMahnungMenuItem.Name = "ZweiteMahnungMenuItem" Me.ZweiteMahnungMenuItem.Size = New System.Drawing.Size(200, 22) Me.ZweiteMahnungMenuItem.Text = "Zweite Mahnung" ' 'LetzteMahnungMenuItem ' Me.LetzteMahnungMenuItem.Name = "LetzteMahnungMenuItem" Me.LetzteMahnungMenuItem.Size = New System.Drawing.Size(200, 22) Me.LetzteMahnungMenuItem.Text = "Letzte Mahnung" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnzurücksetzen3) Me.GroupBox1.Controls.Add(Me.btnzurücksetzen2) Me.GroupBox1.Controls.Add(Me.btnZurücksetzen1) Me.GroupBox1.Controls.Add(Me.Label10) Me.GroupBox1.Controls.Add(Me.Mahngebühr3) Me.GroupBox1.Controls.Add(Me.Mahnfaelligkeit3) Me.GroupBox1.Controls.Add(Me.Mahndatum3) Me.GroupBox1.Controls.Add(Me.Label9) Me.GroupBox1.Controls.Add(Me.Mahngebühr2) Me.GroupBox1.Controls.Add(Me.Mahnfaelligkeit2) Me.GroupBox1.Controls.Add(Me.Mahndatum2) Me.GroupBox1.Controls.Add(Me.Mahngebühr1) Me.GroupBox1.Controls.Add(Me.Mahnfaelligkeit1) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.Mahndatum1) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.Location = New System.Drawing.Point(431, 446) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(559, 141) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Mahnungen" ' 'btnzurücksetzen3 ' Me.btnzurücksetzen3.Location = New System.Drawing.Point(379, 85) Me.btnzurücksetzen3.Name = "btnzurücksetzen3" Me.btnzurücksetzen3.Size = New System.Drawing.Size(98, 23) Me.btnzurücksetzen3.TabIndex = 18 Me.btnzurücksetzen3.Text = "Zurücksetzen" Me.btnzurücksetzen3.UseVisualStyleBackColor = True ' 'btnzurücksetzen2 ' Me.btnzurücksetzen2.Location = New System.Drawing.Point(379, 62) Me.btnzurücksetzen2.Name = "btnzurücksetzen2" Me.btnzurücksetzen2.Size = New System.Drawing.Size(98, 23) Me.btnzurücksetzen2.TabIndex = 17 Me.btnzurücksetzen2.Text = "Zurücksetzen" Me.btnzurücksetzen2.UseVisualStyleBackColor = True ' 'btnZurücksetzen1 ' Me.btnZurücksetzen1.Location = New System.Drawing.Point(379, 39) Me.btnZurücksetzen1.Name = "btnZurücksetzen1" Me.btnZurücksetzen1.Size = New System.Drawing.Size(98, 23) Me.btnZurücksetzen1.TabIndex = 16 Me.btnZurücksetzen1.Text = "Zurücksetzen" Me.btnZurücksetzen1.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(7, 90) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(13, 13) Me.Label10.TabIndex = 15 Me.Label10.Text = "3" ' 'Mahngebühr3 ' Me.Mahngebühr3.AutoSize = True Me.Mahngebühr3.Location = New System.Drawing.Point(292, 90) Me.Mahngebühr3.Name = "Mahngebühr3" Me.Mahngebühr3.Size = New System.Drawing.Size(39, 13) Me.Mahngebühr3.TabIndex = 14 Me.Mahngebühr3.Text = "Label8" ' 'Mahnfaelligkeit3 ' Me.Mahnfaelligkeit3.AutoSize = True Me.Mahnfaelligkeit3.Location = New System.Drawing.Point(175, 89) Me.Mahnfaelligkeit3.Name = "Mahnfaelligkeit3" Me.Mahnfaelligkeit3.Size = New System.Drawing.Size(45, 13) Me.Mahnfaelligkeit3.TabIndex = 13 Me.Mahnfaelligkeit3.Text = "Label12" ' 'Mahndatum3 ' Me.Mahndatum3.AutoSize = True Me.Mahndatum3.Location = New System.Drawing.Point(77, 89) Me.Mahndatum3.Name = "Mahndatum3" Me.Mahndatum3.Size = New System.Drawing.Size(39, 13) Me.Mahndatum3.TabIndex = 12 Me.Mahndatum3.Text = "Label5" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(7, 67) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(13, 13) Me.Label9.TabIndex = 11 Me.Label9.Text = "2" ' 'Mahngebühr2 ' Me.Mahngebühr2.AutoSize = True Me.Mahngebühr2.Location = New System.Drawing.Point(292, 67) Me.Mahngebühr2.Name = "Mahngebühr2" Me.Mahngebühr2.Size = New System.Drawing.Size(39, 13) Me.Mahngebühr2.TabIndex = 10 Me.Mahngebühr2.Text = "Label8" ' 'Mahnfaelligkeit2 ' Me.Mahnfaelligkeit2.AutoSize = True Me.Mahnfaelligkeit2.Location = New System.Drawing.Point(175, 66) Me.Mahnfaelligkeit2.Name = "Mahnfaelligkeit2" Me.Mahnfaelligkeit2.Size = New System.Drawing.Size(39, 13) Me.Mahnfaelligkeit2.TabIndex = 9 Me.Mahnfaelligkeit2.Text = "Label7" ' 'Mahndatum2 ' Me.Mahndatum2.AutoSize = True Me.Mahndatum2.Location = New System.Drawing.Point(77, 66) Me.Mahndatum2.Name = "Mahndatum2" Me.Mahndatum2.Size = New System.Drawing.Size(39, 13) Me.Mahndatum2.TabIndex = 8 Me.Mahndatum2.Text = "Label5" ' 'Mahngebühr1 ' Me.Mahngebühr1.AutoSize = True Me.Mahngebühr1.Location = New System.Drawing.Point(292, 44) Me.Mahngebühr1.Name = "Mahngebühr1" Me.Mahngebühr1.Size = New System.Drawing.Size(39, 13) Me.Mahngebühr1.TabIndex = 7 Me.Mahngebühr1.Text = "Label8" ' 'Mahnfaelligkeit1 ' Me.Mahnfaelligkeit1.AutoSize = True Me.Mahnfaelligkeit1.Location = New System.Drawing.Point(175, 44) Me.Mahnfaelligkeit1.Name = "Mahnfaelligkeit1" Me.Mahnfaelligkeit1.Size = New System.Drawing.Size(39, 13) Me.Mahnfaelligkeit1.TabIndex = 6 Me.Mahnfaelligkeit1.Text = "Label7" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(7, 44) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(13, 13) Me.Label6.TabIndex = 5 Me.Label6.Text = "1" ' 'Mahndatum1 ' Me.Mahndatum1.AutoSize = True Me.Mahndatum1.Location = New System.Drawing.Point(77, 44) Me.Mahndatum1.Name = "Mahndatum1" Me.Mahndatum1.Size = New System.Drawing.Size(39, 13) Me.Mahndatum1.TabIndex = 4 Me.Mahndatum1.Text = "Label5" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(7, 16) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(37, 13) Me.Label4.TabIndex = 3 Me.Label4.Text = "Stufe" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(292, 16) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(77, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "Mahngebühr" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(175, 16) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(86, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Mahnfälligkeit" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(77, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(72, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Mahndatum" ' 'Finanzen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.GrpBehandlungen) Me.Controls.Add(Me.GrpZahlungen) Me.Controls.Add(Me.GrpZahlung) Me.Controls.Add(Me.ToolStrip1) Me.Name = "Finanzen" Me.Size = New System.Drawing.Size(990, 587) Me.GrpZahlung.ResumeLayout(False) Me.GrpZahlung.PerformLayout() CType(Me.diBetrag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dtdatum, System.ComponentModel.ISupportInitialize).EndInit() Me.GrpZahlungen.ResumeLayout(False) CType(Me.C1Zahlungen, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip2.ResumeLayout(False) Me.GrpBehandlungen.ResumeLayout(False) CType(Me.C1OffeneRechnungen, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents GrpZahlung As System.Windows.Forms.GroupBox Friend WithEvents GrpZahlungen As System.Windows.Forms.GroupBox Friend WithEvents GrpBehandlungen As System.Windows.Forms.GroupBox Friend WithEvents C1Zahlungen As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents txtRGNummer As System.Windows.Forms.TextBox Friend WithEvents lblRechnungsnummer As System.Windows.Forms.Label Friend WithEvents C1OffeneRechnungen As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents lbldatum As System.Windows.Forms.Label Friend WithEvents dtdatum As DevComponents.Editors.DateTimeAdv.DateTimeInput Friend WithEvents lblBetrag As System.Windows.Forms.Label Friend WithEvents diBetrag As DevComponents.Editors.DoubleInput Friend WithEvents btnBuchen As System.Windows.Forms.Button Friend WithEvents chkVorauszahlung As System.Windows.Forms.CheckBox Friend WithEvents lblVorauszahlung As System.Windows.Forms.Label Friend WithEvents cbboxKonto As DPM2016.MyCombobox Friend WithEvents lblKonto As System.Windows.Forms.Label Friend WithEvents ContextMenuStrip2 As ContextMenuStrip Friend WithEvents ZahlungStornierenToolStripMenuItem As ToolStripMenuItem Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents ZahlungBuchenToolStripMenuItem As ToolStripMenuItem Friend WithEvents Button1 As Button Friend WithEvents VorauszahlungAnBehandlungZuweisenToolStripMenuItem As ToolStripMenuItem Friend WithEvents VorauszahlungVonBehandlungLösenToolStripMenuItem As ToolStripMenuItem Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label10 As Label Friend WithEvents Mahngebühr3 As Label Friend WithEvents Mahnfaelligkeit3 As Label Friend WithEvents Mahndatum3 As Label Friend WithEvents Label9 As Label Friend WithEvents Mahngebühr2 As Label Friend WithEvents Mahnfaelligkeit2 As Label Friend WithEvents Mahndatum2 As Label Friend WithEvents Mahngebühr1 As Label Friend WithEvents Mahnfaelligkeit1 As Label Friend WithEvents Label6 As Label Friend WithEvents Mahndatum1 As Label Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents btnZurücksetzen1 As Button Friend WithEvents btnzurücksetzen3 As Button Friend WithEvents btnzurücksetzen2 As Button Friend WithEvents ErsteMahnungMenuItem As ToolStripMenuItem Friend WithEvents ZweiteMahnungMenuItem As ToolStripMenuItem Friend WithEvents LetzteMahnungMenuItem As ToolStripMenuItem End Class