_ Partial Class usrctlBuergschaft 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.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.Label48 = New System.Windows.Forms.Label() Me.pnlKalender = New System.Windows.Forms.Panel() Me.lblMonat = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.cbxSplitATLASZOLARIS = New System.Windows.Forms.CheckBox() Me.cbxNEU = New System.Windows.Forms.CheckBox() Me.cbxNKD = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.cboSystemAuswertungJahrWo = New System.Windows.Forms.ComboBox() Me.cbxDURMAZ = New System.Windows.Forms.CheckBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Button10 = New System.Windows.Forms.Button() Me.btnExcel = New System.Windows.Forms.Button() Me.cboTage = New System.Windows.Forms.ComboBox() Me.cbxATAustellung = New System.Windows.Forms.CheckBox() Me.cbxGesamt = New System.Windows.Forms.CheckBox() Me.datAuswertungStartdatum = New System.Windows.Forms.DateTimePicker() Me.Button9 = New System.Windows.Forms.Button() Me.cbxWAI = New System.Windows.Forms.CheckBox() Me.cbxSBG = New System.Windows.Forms.CheckBox() Me.cbxATILLA = New System.Windows.Forms.CheckBox() Me.cbxSUB = New System.Windows.Forms.CheckBox() Me.Label17 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.cboAtillaDurmazYear = New System.Windows.Forms.ComboBox() Me.cboAtillaDurmazKw = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button4 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.datEinlesenBis = New System.Windows.Forms.DateTimePicker() Me.datEinlesenVon = New System.Windows.Forms.DateTimePicker() Me.Button3 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.btnAtillaDurmaz = New System.Windows.Forms.Button() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.dgvData = New System.Windows.Forms.DataGridView() Me.Panel2 = New System.Windows.Forms.Panel() Me.lblRows = New System.Windows.Forms.Label() Me.lblSum = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button8 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.cboDataNL = New System.Windows.Forms.ComboBox() Me.cboDataBuerg = New System.Windows.Forms.ComboBox() Me.Label10 = New System.Windows.Forms.Label() Me.cboDataStatBis = New System.Windows.Forms.ComboBox() Me.cboDataStatVon = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.datDataBis = New System.Windows.Forms.DateTimePicker() Me.datDataVon = New System.Windows.Forms.DateTimePicker() Me.Button5 = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.dgvData, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Location = New System.Drawing.Point(3, 15) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(958, 668) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.Label48) Me.TabPage1.Controls.Add(Me.pnlKalender) Me.TabPage1.Controls.Add(Me.lblMonat) Me.TabPage1.Controls.Add(Me.Button2) Me.TabPage1.Controls.Add(Me.Button1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(950, 642) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Kalender" Me.TabPage1.UseVisualStyleBackColor = True ' 'Label48 ' Me.Label48.AutoSize = True Me.Label48.Location = New System.Drawing.Point(568, 21) Me.Label48.Name = "Label48" Me.Label48.Size = New System.Drawing.Size(367, 13) Me.Label48.TabIndex = 3 Me.Label48.Text = "Doppelklick auf Tag, um neue Daten einzugeben oder Eintrag zu bearbeiten" ' 'pnlKalender ' Me.pnlKalender.Location = New System.Drawing.Point(3, 41) Me.pnlKalender.Name = "pnlKalender" Me.pnlKalender.Size = New System.Drawing.Size(946, 701) Me.pnlKalender.TabIndex = 2 ' 'lblMonat ' Me.lblMonat.AutoSize = True Me.lblMonat.Location = New System.Drawing.Point(172, 21) Me.lblMonat.Name = "lblMonat" Me.lblMonat.Size = New System.Drawing.Size(39, 13) Me.lblMonat.TabIndex = 1 Me.lblMonat.Text = "Label1" Me.lblMonat.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(243, 16) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(126, 23) Me.Button2.TabIndex = 0 Me.Button2.Text = "nächstes Monat" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(28, 16) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(115, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "vorheriges Monat" Me.Button1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.cbxSplitATLASZOLARIS) Me.TabPage2.Controls.Add(Me.cbxNEU) Me.TabPage2.Controls.Add(Me.cbxNKD) Me.TabPage2.Controls.Add(Me.Label2) Me.TabPage2.Controls.Add(Me.cboSystemAuswertungJahrWo) Me.TabPage2.Controls.Add(Me.cbxDURMAZ) Me.TabPage2.Controls.Add(Me.GroupBox1) Me.TabPage2.Controls.Add(Me.Button9) Me.TabPage2.Controls.Add(Me.cbxWAI) Me.TabPage2.Controls.Add(Me.cbxSBG) Me.TabPage2.Controls.Add(Me.cbxATILLA) Me.TabPage2.Controls.Add(Me.cbxSUB) Me.TabPage2.Controls.Add(Me.Label17) Me.TabPage2.Controls.Add(Me.ComboBox2) Me.TabPage2.Controls.Add(Me.Label16) Me.TabPage2.Controls.Add(Me.Label13) Me.TabPage2.Controls.Add(Me.Label12) Me.TabPage2.Controls.Add(Me.cboAtillaDurmazYear) Me.TabPage2.Controls.Add(Me.cboAtillaDurmazKw) Me.TabPage2.Controls.Add(Me.ComboBox1) Me.TabPage2.Controls.Add(Me.Button4) Me.TabPage2.Controls.Add(Me.Label3) Me.TabPage2.Controls.Add(Me.datEinlesenBis) Me.TabPage2.Controls.Add(Me.datEinlesenVon) Me.TabPage2.Controls.Add(Me.Button3) Me.TabPage2.Controls.Add(Me.Label4) Me.TabPage2.Controls.Add(Me.Label11) Me.TabPage2.Controls.Add(Me.Label1) Me.TabPage2.Controls.Add(Me.btnAtillaDurmaz) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(950, 642) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Auswertung" Me.TabPage2.UseVisualStyleBackColor = True ' 'cbxSplitATLASZOLARIS ' Me.cbxSplitATLASZOLARIS.AutoSize = True Me.cbxSplitATLASZOLARIS.Location = New System.Drawing.Point(638, 262) Me.cbxSplitATLASZOLARIS.Name = "cbxSplitATLASZOLARIS" Me.cbxSplitATLASZOLARIS.Size = New System.Drawing.Size(162, 17) Me.cbxSplitATLASZOLARIS.TabIndex = 38 Me.cbxSplitATLASZOLARIS.Text = "ATLAS / ZOLARIS gesplittet" Me.cbxSplitATLASZOLARIS.UseVisualStyleBackColor = True ' 'cbxNEU ' Me.cbxNEU.AutoSize = True Me.cbxNEU.Location = New System.Drawing.Point(519, 235) Me.cbxNEU.Name = "cbxNEU" Me.cbxNEU.Size = New System.Drawing.Size(49, 17) Me.cbxNEU.TabIndex = 37 Me.cbxNEU.Text = "NEU" Me.cbxNEU.UseVisualStyleBackColor = True ' 'cbxNKD ' Me.cbxNKD.AutoSize = True Me.cbxNKD.Location = New System.Drawing.Point(460, 235) Me.cbxNKD.Name = "cbxNKD" Me.cbxNKD.Size = New System.Drawing.Size(49, 17) Me.cbxNKD.TabIndex = 36 Me.cbxNKD.Text = "NKD" Me.cbxNKD.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(593, 188) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(44, 13) Me.Label2.TabIndex = 31 Me.Label2.Text = "System:" ' 'cboSystemAuswertungJahrWo ' Me.cboSystemAuswertungJahrWo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboSystemAuswertungJahrWo.FormattingEnabled = True Me.cboSystemAuswertungJahrWo.Items.AddRange(New Object() {"-BEIDE-", "ATLAS", "ZOLARIS"}) Me.cboSystemAuswertungJahrWo.Location = New System.Drawing.Point(638, 185) Me.cboSystemAuswertungJahrWo.Name = "cboSystemAuswertungJahrWo" Me.cboSystemAuswertungJahrWo.Size = New System.Drawing.Size(68, 21) Me.cboSystemAuswertungJahrWo.TabIndex = 30 ' 'cbxDURMAZ ' Me.cbxDURMAZ.AutoSize = True Me.cbxDURMAZ.Location = New System.Drawing.Point(638, 213) Me.cbxDURMAZ.Name = "cbxDURMAZ" Me.cbxDURMAZ.Size = New System.Drawing.Size(73, 17) Me.cbxDURMAZ.TabIndex = 29 Me.cbxDURMAZ.Text = "DURMAZ" Me.cbxDURMAZ.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button10) Me.GroupBox1.Controls.Add(Me.btnExcel) Me.GroupBox1.Controls.Add(Me.cboTage) Me.GroupBox1.Controls.Add(Me.cbxATAustellung) Me.GroupBox1.Controls.Add(Me.cbxGesamt) Me.GroupBox1.Controls.Add(Me.datAuswertungStartdatum) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(18, 16) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(397, 130) Me.GroupBox1.TabIndex = 28 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Auswertung Wochenreferenz" ' 'Button10 ' Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button10.Location = New System.Drawing.Point(181, 100) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(75, 23) Me.Button10.TabIndex = 27 Me.Button10.Text = "Als E-Mail" Me.Button10.UseVisualStyleBackColor = True ' 'btnExcel ' Me.btnExcel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnExcel.Location = New System.Drawing.Point(6, 100) Me.btnExcel.Name = "btnExcel" Me.btnExcel.Size = New System.Drawing.Size(169, 23) Me.btnExcel.TabIndex = 9 Me.btnExcel.Text = "Auswertung Excel (Woche)" Me.btnExcel.UseVisualStyleBackColor = True ' 'cboTage ' Me.cboTage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboTage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cboTage.FormattingEnabled = True Me.cboTage.Items.AddRange(New Object() {"7 Tage", "8 Tage"}) Me.cboTage.Location = New System.Drawing.Point(212, 18) Me.cboTage.Name = "cboTage" Me.cboTage.Size = New System.Drawing.Size(121, 21) Me.cboTage.TabIndex = 10 ' 'cbxATAustellung ' Me.cbxATAustellung.AutoSize = True Me.cbxATAustellung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbxATAustellung.Location = New System.Drawing.Point(6, 46) Me.cbxATAustellung.Name = "cbxATAustellung" Me.cbxATAustellung.Size = New System.Drawing.Size(291, 17) Me.cbxATAustellung.TabIndex = 11 Me.cbxATAustellung.Text = "Auftellung der Kosten für Bürgschaft AT (Atlas + Zolaris) " Me.cbxATAustellung.UseVisualStyleBackColor = True ' 'cbxGesamt ' Me.cbxGesamt.AutoSize = True Me.cbxGesamt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbxGesamt.Location = New System.Drawing.Point(6, 69) Me.cbxGesamt.Name = "cbxGesamt" Me.cbxGesamt.Size = New System.Drawing.Size(193, 17) Me.cbxGesamt.TabIndex = 11 Me.cbxGesamt.Text = "Gesamtsumme beider Bürgschaften" Me.cbxGesamt.UseVisualStyleBackColor = True ' 'datAuswertungStartdatum ' Me.datAuswertungStartdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.datAuswertungStartdatum.Location = New System.Drawing.Point(6, 19) Me.datAuswertungStartdatum.Name = "datAuswertungStartdatum" Me.datAuswertungStartdatum.Size = New System.Drawing.Size(200, 20) Me.datAuswertungStartdatum.TabIndex = 12 ' 'Button9 ' Me.Button9.Location = New System.Drawing.Point(461, 258) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(144, 23) Me.Button9.TabIndex = 26 Me.Button9.Text = "Auswertung Excel (Jahr)" Me.Button9.UseVisualStyleBackColor = True ' 'cbxWAI ' Me.cbxWAI.AutoSize = True Me.cbxWAI.Location = New System.Drawing.Point(573, 213) Me.cbxWAI.Name = "cbxWAI" Me.cbxWAI.Size = New System.Drawing.Size(47, 17) Me.cbxWAI.TabIndex = 25 Me.cbxWAI.Text = "WAI" Me.cbxWAI.UseVisualStyleBackColor = True ' 'cbxSBG ' Me.cbxSBG.AutoSize = True Me.cbxSBG.Location = New System.Drawing.Point(519, 213) Me.cbxSBG.Name = "cbxSBG" Me.cbxSBG.Size = New System.Drawing.Size(48, 17) Me.cbxSBG.TabIndex = 25 Me.cbxSBG.Text = "SBG" Me.cbxSBG.UseVisualStyleBackColor = True ' 'cbxATILLA ' Me.cbxATILLA.AutoSize = True Me.cbxATILLA.Location = New System.Drawing.Point(638, 236) Me.cbxATILLA.Name = "cbxATILLA" Me.cbxATILLA.Size = New System.Drawing.Size(62, 17) Me.cbxATILLA.TabIndex = 25 Me.cbxATILLA.Text = "ATILLA" Me.cbxATILLA.UseVisualStyleBackColor = True ' 'cbxSUB ' Me.cbxSUB.AutoSize = True Me.cbxSUB.Location = New System.Drawing.Point(461, 212) Me.cbxSUB.Name = "cbxSUB" Me.cbxSUB.Size = New System.Drawing.Size(48, 17) Me.cbxSUB.TabIndex = 25 Me.cbxSUB.Text = "SUB" Me.cbxSUB.UseVisualStyleBackColor = True ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(458, 188) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(30, 13) Me.Label17.TabIndex = 24 Me.Label17.Text = "Jahr:" ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"2016", "2015", "2014", "2013", "2012", "2011", "2010"}) Me.ComboBox2.Location = New System.Drawing.Point(494, 185) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(68, 21) Me.ComboBox2.TabIndex = 23 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(458, 169) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(209, 13) Me.Label16.TabIndex = 22 Me.Label16.Text = "Auswertung Wochensumme ATLAS:" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(119, 188) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(30, 13) Me.Label13.TabIndex = 21 Me.Label13.Text = "Jahr:" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(27, 188) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(28, 13) Me.Label12.TabIndex = 21 Me.Label12.Text = "KW:" ' 'cboAtillaDurmazYear ' Me.cboAtillaDurmazYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboAtillaDurmazYear.FormattingEnabled = True Me.cboAtillaDurmazYear.Items.AddRange(New Object() {"2012", "2013", "2014", "2015", "2016"}) Me.cboAtillaDurmazYear.Location = New System.Drawing.Point(155, 185) Me.cboAtillaDurmazYear.Name = "cboAtillaDurmazYear" Me.cboAtillaDurmazYear.Size = New System.Drawing.Size(68, 21) Me.cboAtillaDurmazYear.TabIndex = 20 ' 'cboAtillaDurmazKw ' Me.cboAtillaDurmazKw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboAtillaDurmazKw.FormattingEnabled = True Me.cboAtillaDurmazKw.Location = New System.Drawing.Point(61, 185) Me.cboAtillaDurmazKw.Name = "cboAtillaDurmazKw" Me.cboAtillaDurmazKw.Size = New System.Drawing.Size(52, 21) Me.cboAtillaDurmazKw.TabIndex = 20 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"2016", "2015", "2014", "2013", "2012", "2011", "2010"}) Me.ComboBox1.Location = New System.Drawing.Point(461, 39) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(144, 21) Me.ComboBox1.TabIndex = 19 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(461, 66) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(144, 23) Me.Button4.TabIndex = 18 Me.Button4.Text = "Auswertung Excel (Jahr)" Me.Button4.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(234, 318) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(10, 13) Me.Label3.TabIndex = 17 Me.Label3.Text = "-" ' 'datEinlesenBis ' Me.datEinlesenBis.Location = New System.Drawing.Point(248, 314) Me.datEinlesenBis.Name = "datEinlesenBis" Me.datEinlesenBis.Size = New System.Drawing.Size(200, 20) Me.datEinlesenBis.TabIndex = 16 ' 'datEinlesenVon ' Me.datEinlesenVon.Location = New System.Drawing.Point(29, 314) Me.datEinlesenVon.Name = "datEinlesenVon" Me.datEinlesenVon.Size = New System.Drawing.Size(200, 20) Me.datEinlesenVon.TabIndex = 16 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(29, 340) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(169, 23) Me.Button3.TabIndex = 15 Me.Button3.Text = "Daten einlesen" Me.Button3.UseVisualStyleBackColor = True ' '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(458, 16) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(109, 13) Me.Label4.TabIndex = 14 Me.Label4.Text = "Jahresauswertung" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(24, 169) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(159, 13) Me.Label11.TabIndex = 14 Me.Label11.Text = "Auswertung Atilla - Durmaz" ' '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(24, 283) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 13) Me.Label1.TabIndex = 13 Me.Label1.Text = "Einlesen" ' 'btnAtillaDurmaz ' Me.btnAtillaDurmaz.Location = New System.Drawing.Point(27, 213) Me.btnAtillaDurmaz.Name = "btnAtillaDurmaz" Me.btnAtillaDurmaz.Size = New System.Drawing.Size(169, 23) Me.btnAtillaDurmaz.TabIndex = 9 Me.btnAtillaDurmaz.Text = "Auswertung Excel" Me.btnAtillaDurmaz.UseVisualStyleBackColor = True ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.dgvData) Me.TabPage3.Controls.Add(Me.Panel2) Me.TabPage3.Controls.Add(Me.Panel1) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) Me.TabPage3.Size = New System.Drawing.Size(950, 642) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Daten ATLAS" Me.TabPage3.UseVisualStyleBackColor = True ' 'dgvData ' Me.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvData.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvData.Location = New System.Drawing.Point(3, 117) Me.dgvData.Name = "dgvData" Me.dgvData.Size = New System.Drawing.Size(944, 481) Me.dgvData.TabIndex = 0 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.lblRows) Me.Panel2.Controls.Add(Me.lblSum) Me.Panel2.Controls.Add(Me.Button6) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(3, 598) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(944, 41) Me.Panel2.TabIndex = 2 ' 'lblRows ' Me.lblRows.AutoSize = True Me.lblRows.Location = New System.Drawing.Point(747, 23) Me.lblRows.Name = "lblRows" Me.lblRows.Size = New System.Drawing.Size(39, 13) Me.lblRows.TabIndex = 22 Me.lblRows.Text = "Zeilen:" ' 'lblSum ' Me.lblSum.AutoSize = True Me.lblSum.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSum.Location = New System.Drawing.Point(747, 3) Me.lblSum.Name = "lblSum" Me.lblSum.Size = New System.Drawing.Size(74, 20) Me.lblSum.TabIndex = 22 Me.lblSum.Text = "Summe:" ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(3, 6) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(169, 30) Me.Button6.TabIndex = 21 Me.Button6.Text = "In Excel konvertieren" Me.Button6.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button8) Me.Panel1.Controls.Add(Me.Button7) Me.Panel1.Controls.Add(Me.cboDataNL) Me.Panel1.Controls.Add(Me.cboDataBuerg) Me.Panel1.Controls.Add(Me.Label10) Me.Panel1.Controls.Add(Me.cboDataStatBis) Me.Panel1.Controls.Add(Me.cboDataStatVon) Me.Panel1.Controls.Add(Me.Label9) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.datDataBis) Me.Panel1.Controls.Add(Me.datDataVon) Me.Panel1.Controls.Add(Me.Button5) Me.Panel1.Controls.Add(Me.Label14) Me.Panel1.Controls.Add(Me.Label8) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.Label15) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(3, 3) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(944, 114) Me.Panel1.TabIndex = 1 ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(7, 45) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(131, 20) Me.Button8.TabIndex = 29 Me.Button8.Text = "Tagessaldo DE ATLAS" Me.Button8.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(7, 20) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(131, 20) Me.Button7.TabIndex = 29 Me.Button7.Text = "Tagessaldo AT ATLAS" Me.Button7.UseVisualStyleBackColor = True ' 'cboDataNL ' Me.cboDataNL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboDataNL.FormattingEnabled = True Me.cboDataNL.Items.AddRange(New Object() {"ALLE", "SUB", "SUW (Atilla & Durmaz)", "SBG", "WAI"}) Me.cboDataNL.Location = New System.Drawing.Point(529, 49) Me.cboDataNL.Name = "cboDataNL" Me.cboDataNL.Size = New System.Drawing.Size(121, 21) Me.cboDataNL.TabIndex = 28 ' 'cboDataBuerg ' Me.cboDataBuerg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboDataBuerg.FormattingEnabled = True Me.cboDataBuerg.Items.AddRange(New Object() {"05AT510000G000FP7", "05DE0000000009345", "17DE0000000071678"}) Me.cboDataBuerg.Location = New System.Drawing.Point(231, 77) Me.cboDataBuerg.Name = "cboDataBuerg" Me.cboDataBuerg.Size = New System.Drawing.Size(200, 21) Me.cboDataBuerg.TabIndex = 26 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(170, 80) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(61, 13) Me.Label10.TabIndex = 25 Me.Label10.Text = "Bürgschaft:" ' 'cboDataStatBis ' Me.cboDataStatBis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboDataStatBis.FormattingEnabled = True Me.cboDataStatBis.Items.AddRange(New Object() {"50", "53", "60", "61", "65", "69", "80"}) Me.cboDataStatBis.Location = New System.Drawing.Point(343, 49) Me.cboDataStatBis.Name = "cboDataStatBis" Me.cboDataStatBis.Size = New System.Drawing.Size(88, 21) Me.cboDataStatBis.TabIndex = 24 ' 'cboDataStatVon ' Me.cboDataStatVon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboDataStatVon.FormattingEnabled = True Me.cboDataStatVon.Items.AddRange(New Object() {"50", "53", "60", "61", "65", "69", "80"}) Me.cboDataStatVon.Location = New System.Drawing.Point(231, 49) Me.cboDataStatVon.Name = "cboDataStatVon" Me.cboDataStatVon.Size = New System.Drawing.Size(88, 21) Me.cboDataStatVon.TabIndex = 24 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(325, 52) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(10, 13) Me.Label9.TabIndex = 23 Me.Label9.Text = "-" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(436, 24) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(10, 13) Me.Label7.TabIndex = 23 Me.Label7.Text = "-" ' 'datDataBis ' Me.datDataBis.Location = New System.Drawing.Point(450, 20) Me.datDataBis.Name = "datDataBis" Me.datDataBis.Size = New System.Drawing.Size(200, 20) Me.datDataBis.TabIndex = 21 ' 'datDataVon ' Me.datDataVon.Location = New System.Drawing.Point(231, 20) Me.datDataVon.Name = "datDataVon" Me.datDataVon.Size = New System.Drawing.Size(200, 20) Me.datDataVon.TabIndex = 22 ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(481, 77) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(169, 30) Me.Button5.TabIndex = 20 Me.Button5.Text = "Daten einlesen" Me.Button5.UseVisualStyleBackColor = True ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(447, 52) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(77, 13) Me.Label14.TabIndex = 1 Me.Label14.Text = "Niederlassung:" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(170, 52) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(40, 13) Me.Label8.TabIndex = 1 Me.Label8.Text = "Status:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(170, 24) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(51, 13) Me.Label6.TabIndex = 1 Me.Label6.Text = "Zeitraum:" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(170, 4) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(39, 13) Me.Label15.TabIndex = 0 Me.Label15.Text = "Filter:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(4, 4) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(80, 13) Me.Label5.TabIndex = 0 Me.Label5.Text = "Filter setzen:" ' 'usrctlBuergschaft ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.TabControl1) Me.Name = "usrctlBuergschaft" Me.Size = New System.Drawing.Size(964, 683) Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.TabPage3.ResumeLayout(False) CType(Me.dgvData, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents lblMonat As System.Windows.Forms.Label Friend WithEvents pnlKalender As System.Windows.Forms.Panel Friend WithEvents btnExcel As System.Windows.Forms.Button Friend WithEvents Label48 As System.Windows.Forms.Label Friend WithEvents cboTage As System.Windows.Forms.ComboBox Friend WithEvents cbxGesamt As System.Windows.Forms.CheckBox Friend WithEvents cbxATAustellung As System.Windows.Forms.CheckBox Friend WithEvents datAuswertungStartdatum As System.Windows.Forms.DateTimePicker Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents datEinlesenBis As System.Windows.Forms.DateTimePicker Friend WithEvents datEinlesenVon As System.Windows.Forms.DateTimePicker Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TabPage3 As System.Windows.Forms.TabPage Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents cboDataBuerg As System.Windows.Forms.ComboBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents cboDataStatBis As System.Windows.Forms.ComboBox Friend WithEvents cboDataStatVon As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents datDataBis As System.Windows.Forms.DateTimePicker Friend WithEvents datDataVon As System.Windows.Forms.DateTimePicker Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents dgvData As System.Windows.Forms.DataGridView Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents cboAtillaDurmazKw As System.Windows.Forms.ComboBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents btnAtillaDurmaz As System.Windows.Forms.Button Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents cboAtillaDurmazYear As System.Windows.Forms.ComboBox Friend WithEvents cboDataNL As System.Windows.Forms.ComboBox Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents lblSum As System.Windows.Forms.Label Friend WithEvents lblRows As System.Windows.Forms.Label Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents cbxWAI As System.Windows.Forms.CheckBox Friend WithEvents cbxSBG As System.Windows.Forms.CheckBox Friend WithEvents cbxATILLA As System.Windows.Forms.CheckBox Friend WithEvents cbxSUB As System.Windows.Forms.CheckBox Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents cbxDURMAZ As System.Windows.Forms.CheckBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents cboSystemAuswertungJahrWo As System.Windows.Forms.ComboBox Friend WithEvents cbxNKD As System.Windows.Forms.CheckBox Friend WithEvents cbxNEU As System.Windows.Forms.CheckBox Friend WithEvents cbxSplitATLASZOLARIS As System.Windows.Forms.CheckBox End Class