_ Partial Class Recall 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(Recall)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.Panel1 = New System.Windows.Forms.Panel() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.DateTimeInput2 = New DevComponents.Editors.DateTimeAdv.DateTimeInput() Me.Label3 = New System.Windows.Forms.Label() Me.DateTimeInput1 = New DevComponents.Editors.DateTimeAdv.DateTimeInput() Me.Label2 = New System.Windows.Forms.Label() Me.btnInsert = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.txtRechnungsbemerkung = New System.Windows.Forms.TextBox() Me.DDTTermin = New DevComponents.Editors.DateTimeAdv.DateTimeInput() Me.lblDatum = New System.Windows.Forms.Label() Me.cbboxnrbehandler = New DPM2016.MyCombobox() Me.Label7 = New System.Windows.Forms.Label() Me.C1Recall = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.EintragLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Panel1.SuspendLayout() CType(Me.DateTimeInput2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DateTimeInput1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DDTTermin, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1Recall, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(632, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.ListBox1) Me.Panel1.Controls.Add(Me.DateTimeInput2) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.DateTimeInput1) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.btnInsert) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.txtRechnungsbemerkung) Me.Panel1.Controls.Add(Me.DDTTermin) Me.Panel1.Controls.Add(Me.lblDatum) Me.Panel1.Controls.Add(Me.cbboxnrbehandler) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(314, 358) Me.Panel1.TabIndex = 1 ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Items.AddRange(New Object() {"heute + Pat-Definition", "heute + 3 Monate", "heute + 6 Monate", "heute + 9 Monate", "heute + 12 Monate", "heute + 24 Monate"}) Me.ListBox1.Location = New System.Drawing.Point(75, 76) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(162, 82) Me.ListBox1.TabIndex = 48 ' 'DateTimeInput2 ' ' ' ' Me.DateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground" Me.DateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown Me.DateTimeInput2.ButtonDropDown.Visible = True Me.DateTimeInput2.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime Me.DateTimeInput2.IsPopupCalendarOpen = False Me.DateTimeInput2.Location = New System.Drawing.Point(75, 190) ' ' ' ' ' ' Me.DateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput2.MonthCalendar.CalendarDimensions = New System.Drawing.Size(1, 1) Me.DateTimeInput2.MonthCalendar.ClearButtonVisible = True ' ' ' Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2 Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90 Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1 Me.DateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput2.MonthCalendar.DisplayMonth = New Date(2015, 5, 1, 0, 0, 0, 0) Me.DateTimeInput2.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday ' ' ' Me.DateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2 Me.DateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90 Me.DateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground Me.DateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput2.MonthCalendar.TodayButtonVisible = True Me.DateTimeInput2.MonthCalendar.Visible = False Me.DateTimeInput2.Name = "DateTimeInput2" Me.DateTimeInput2.Size = New System.Drawing.Size(69, 20) Me.DateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.DateTimeInput2.TabIndex = 47 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(9, 190) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(20, 13) Me.Label3.TabIndex = 46 Me.Label3.Text = "bis" ' 'DateTimeInput1 ' ' ' ' Me.DateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground" Me.DateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown Me.DateTimeInput1.ButtonDropDown.Visible = True Me.DateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime Me.DateTimeInput1.IsPopupCalendarOpen = False Me.DateTimeInput1.Location = New System.Drawing.Point(75, 164) ' ' ' ' ' ' Me.DateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput1.MonthCalendar.CalendarDimensions = New System.Drawing.Size(1, 1) Me.DateTimeInput1.MonthCalendar.ClearButtonVisible = True ' ' ' Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2 Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90 Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1 Me.DateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput1.MonthCalendar.DisplayMonth = New Date(2015, 5, 1, 0, 0, 0, 0) Me.DateTimeInput1.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday ' ' ' Me.DateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2 Me.DateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90 Me.DateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground Me.DateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DateTimeInput1.MonthCalendar.TodayButtonVisible = True Me.DateTimeInput1.MonthCalendar.Visible = False Me.DateTimeInput1.Name = "DateTimeInput1" Me.DateTimeInput1.Size = New System.Drawing.Size(69, 20) Me.DateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.DateTimeInput1.TabIndex = 45 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(9, 164) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(25, 13) Me.Label2.TabIndex = 44 Me.Label2.Text = "von" ' 'btnInsert ' Me.btnInsert.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnInsert.Location = New System.Drawing.Point(12, 305) Me.btnInsert.Name = "btnInsert" Me.btnInsert.Size = New System.Drawing.Size(75, 23) Me.btnInsert.TabIndex = 43 Me.btnInsert.Text = "Einfügen" Me.btnInsert.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 229) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(61, 13) Me.Label1.TabIndex = 42 Me.Label1.Text = "Bemerkung" ' 'txtRechnungsbemerkung ' Me.txtRechnungsbemerkung.Location = New System.Drawing.Point(75, 226) Me.txtRechnungsbemerkung.Multiline = True Me.txtRechnungsbemerkung.Name = "txtRechnungsbemerkung" Me.txtRechnungsbemerkung.Size = New System.Drawing.Size(216, 54) Me.txtRechnungsbemerkung.TabIndex = 41 ' 'DDTTermin ' ' ' ' Me.DDTTermin.BackgroundStyle.Class = "DateTimeInputBackground" Me.DDTTermin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DDTTermin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown Me.DDTTermin.ButtonDropDown.Visible = True Me.DDTTermin.IsPopupCalendarOpen = False Me.DDTTermin.Location = New System.Drawing.Point(75, 49) ' ' ' ' ' ' Me.DDTTermin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DDTTermin.MonthCalendar.CalendarDimensions = New System.Drawing.Size(1, 1) Me.DDTTermin.MonthCalendar.ClearButtonVisible = True ' ' ' Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2 Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90 Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1 Me.DDTTermin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DDTTermin.MonthCalendar.DisplayMonth = New Date(2015, 5, 1, 0, 0, 0, 0) Me.DDTTermin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday ' ' ' Me.DDTTermin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2 Me.DDTTermin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90 Me.DDTTermin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground Me.DDTTermin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.DDTTermin.MonthCalendar.TodayButtonVisible = True Me.DDTTermin.Name = "DDTTermin" Me.DDTTermin.Size = New System.Drawing.Size(162, 20) Me.DDTTermin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.DDTTermin.TabIndex = 40 ' 'lblDatum ' Me.lblDatum.AutoSize = True Me.lblDatum.Location = New System.Drawing.Point(9, 49) Me.lblDatum.Name = "lblDatum" Me.lblDatum.Size = New System.Drawing.Size(38, 13) Me.lblDatum.TabIndex = 23 Me.lblDatum.Text = "Datum" ' 'cbboxnrbehandler ' Me.cbboxnrbehandler.Dataselection = Nothing Me.cbboxnrbehandler.Displaymember = Nothing Me.cbboxnrbehandler.Location = New System.Drawing.Point(75, 15) Me.cbboxnrbehandler.Name = "cbboxnrbehandler" Me.cbboxnrbehandler.Size = New System.Drawing.Size(216, 21) Me.cbboxnrbehandler.TabIndex = 22 Me.cbboxnrbehandler.Table = Nothing Me.cbboxnrbehandler.TableAlias = "" Me.cbboxnrbehandler.Valuemember = Nothing ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(9, 19) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(55, 13) Me.Label7.TabIndex = 21 Me.Label7.Text = "Behandler" ' 'C1Recall ' Me.C1Recall.AlternatingRows = True Me.C1Recall.ContextMenuStrip = Me.ContextMenuStrip1 Me.C1Recall.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Recall.FilterBar = True Me.C1Recall.GroupByCaption = "Drag a column header here to group by that column" Me.C1Recall.Images.Add(CType(resources.GetObject("C1Recall.Images"), System.Drawing.Image)) Me.C1Recall.Location = New System.Drawing.Point(314, 25) Me.C1Recall.Name = "C1Recall" Me.C1Recall.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Recall.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Recall.PreviewInfo.ZoomFactor = 75.0R Me.C1Recall.PrintInfo.PageSettings = CType(resources.GetObject("C1Recall.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Recall.Size = New System.Drawing.Size(318, 358) Me.C1Recall.TabIndex = 5 Me.C1Recall.Text = "C1OffeneRechnungen" Me.C1Recall.PropBag = resources.GetString("C1Recall.PropBag") ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EintragLöschenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(156, 26) ' 'EintragLöschenToolStripMenuItem ' Me.EintragLöschenToolStripMenuItem.Name = "EintragLöschenToolStripMenuItem" Me.EintragLöschenToolStripMenuItem.Size = New System.Drawing.Size(155, 22) Me.EintragLöschenToolStripMenuItem.Text = "Eintrag löschen" ' 'Recall ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.C1Recall) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.ToolStrip1) Me.Name = "Recall" Me.Size = New System.Drawing.Size(632, 383) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.DateTimeInput2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DateTimeInput1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DDTTermin, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1Recall, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents Panel1 As Panel Friend WithEvents C1Recall As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents cbboxnrbehandler As MyCombobox Friend WithEvents Label7 As Label Friend WithEvents lblDatum As Label Friend WithEvents DDTTermin As DevComponents.Editors.DateTimeAdv.DateTimeInput Friend WithEvents btnInsert As Button Friend WithEvents Label1 As Label Friend WithEvents txtRechnungsbemerkung As TextBox Friend WithEvents DateTimeInput2 As DevComponents.Editors.DateTimeAdv.DateTimeInput Friend WithEvents Label3 As Label Friend WithEvents DateTimeInput1 As DevComponents.Editors.DateTimeAdv.DateTimeInput Friend WithEvents Label2 As Label Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents EintragLöschenToolStripMenuItem As ToolStripMenuItem Friend WithEvents ListBox1 As ListBox End Class