_ Partial Class frmLifeCiclyReporting 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLifeCiclyReporting)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.GrpParameter = New System.Windows.Forms.GroupBox() Me.GrpIDVAuswertungen = New System.Windows.Forms.GroupBox() Me.Button5 = New System.Windows.Forms.Button() Me.Label12 = New System.Windows.Forms.Label() Me.cbboxidvauswertungen = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label11 = New System.Windows.Forms.Label() Me.cbboxProdukttyp1 = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.Button4 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.txtbis1 = New System.Windows.Forms.MaskedTextBox() Me.dtbis1 = New System.Windows.Forms.DateTimePicker() Me.txtvon1 = New System.Windows.Forms.MaskedTextBox() Me.dtvon1 = New System.Windows.Forms.DateTimePicker() Me.chkLBProdukte = New System.Windows.Forms.CheckedListBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.lblProdukttyp = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.cbboxProdukteInTagen = New System.Windows.Forms.ComboBox() Me.cbboxProdukttyp = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.txtbis = New System.Windows.Forms.MaskedTextBox() Me.dtbis = New System.Windows.Forms.DateTimePicker() Me.txtvon = New System.Windows.Forms.MaskedTextBox() Me.dtvon = New System.Windows.Forms.DateTimePicker() Me.chklbPhasen = New System.Windows.Forms.CheckedListBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnEntscheidungInTagen = New System.Windows.Forms.Button() Me.btnUeberpruefungInTagen = New System.Windows.Forms.Button() Me.cbboxEntscheidungInTagen = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.cbboxUeberpruefungInTagen = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.btnEntscheidungAbgelaufen = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.btnUeberpruefungAbgelaufen = New System.Windows.Forms.Button() Me.C1Result = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() Me.TSBtnExcelExport = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.ToolStrip1.SuspendLayout() Me.GrpParameter.SuspendLayout() Me.GrpIDVAuswertungen.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.C1Result, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip2.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(721, 25) Me.ToolStrip1.TabIndex = 19 Me.ToolStrip1.Text = "ToolStrip1" ' 'TSBtnQuit ' Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnQuit.Name = "TSBtnQuit" Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) Me.TSBtnQuit.Text = "Fenster schliessen" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'GrpParameter ' Me.GrpParameter.Controls.Add(Me.GrpIDVAuswertungen) Me.GrpParameter.Controls.Add(Me.GroupBox3) Me.GrpParameter.Controls.Add(Me.GroupBox2) Me.GrpParameter.Controls.Add(Me.GroupBox1) Me.GrpParameter.Dock = System.Windows.Forms.DockStyle.Top Me.GrpParameter.Location = New System.Drawing.Point(0, 25) Me.GrpParameter.Name = "GrpParameter" Me.GrpParameter.Size = New System.Drawing.Size(721, 366) Me.GrpParameter.TabIndex = 20 Me.GrpParameter.TabStop = False Me.GrpParameter.Text = "Parameter" ' 'GrpIDVAuswertungen ' Me.GrpIDVAuswertungen.Controls.Add(Me.Button5) Me.GrpIDVAuswertungen.Controls.Add(Me.Label12) Me.GrpIDVAuswertungen.Controls.Add(Me.cbboxidvauswertungen) Me.GrpIDVAuswertungen.Location = New System.Drawing.Point(373, 193) Me.GrpIDVAuswertungen.Name = "GrpIDVAuswertungen" Me.GrpIDVAuswertungen.Size = New System.Drawing.Size(335, 167) Me.GrpIDVAuswertungen.TabIndex = 3 Me.GrpIDVAuswertungen.TabStop = False Me.GrpIDVAuswertungen.Text = "Individuelle Auswertungen" ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(203, 59) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(126, 23) Me.Button5.TabIndex = 45 Me.Button5.Text = "Aufbereiten" Me.Button5.UseVisualStyleBackColor = True ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(11, 22) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(75, 13) Me.Label12.TabIndex = 44 Me.Label12.Text = "Auswertungen" ' 'cbboxidvauswertungen ' Me.cbboxidvauswertungen.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cbboxidvauswertungen.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbboxidvauswertungen.DisplayMember = "Text" Me.cbboxidvauswertungen.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxidvauswertungen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbboxidvauswertungen.FormattingEnabled = True Me.cbboxidvauswertungen.ItemHeight = 14 Me.cbboxidvauswertungen.Location = New System.Drawing.Point(92, 19) Me.cbboxidvauswertungen.Name = "cbboxidvauswertungen" Me.cbboxidvauswertungen.Size = New System.Drawing.Size(237, 20) Me.cbboxidvauswertungen.TabIndex = 43 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label11) Me.GroupBox3.Controls.Add(Me.cbboxProdukttyp1) Me.GroupBox3.Controls.Add(Me.Button4) Me.GroupBox3.Controls.Add(Me.Button2) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.txtbis1) Me.GroupBox3.Controls.Add(Me.dtbis1) Me.GroupBox3.Controls.Add(Me.txtvon1) Me.GroupBox3.Controls.Add(Me.dtvon1) Me.GroupBox3.Controls.Add(Me.chkLBProdukte) Me.GroupBox3.Location = New System.Drawing.Point(370, 19) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(338, 168) Me.GroupBox3.TabIndex = 2 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Roadmap nach Produkten" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(0, 22) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(65, 13) Me.Label11.TabIndex = 43 Me.Label11.Text = "Produkt-Typ" ' 'cbboxProdukttyp1 ' Me.cbboxProdukttyp1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cbboxProdukttyp1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbboxProdukttyp1.DisplayMember = "Text" Me.cbboxProdukttyp1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxProdukttyp1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbboxProdukttyp1.FormattingEnabled = True Me.cbboxProdukttyp1.ItemHeight = 14 Me.cbboxProdukttyp1.Location = New System.Drawing.Point(71, 18) Me.cbboxProdukttyp1.Name = "cbboxProdukttyp1" Me.cbboxProdukttyp1.Size = New System.Drawing.Size(120, 20) Me.cbboxProdukttyp1.TabIndex = 42 ' 'Button4 ' Me.Button4.Image = CType(resources.GetObject("Button4.Image"), System.Drawing.Image) Me.Button4.Location = New System.Drawing.Point(200, 45) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(23, 20) Me.Button4.TabIndex = 41 Me.Button4.Text = "Auswählen" Me.Button4.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(200, 132) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(126, 23) Me.Button2.TabIndex = 10 Me.Button2.Text = "Aufbereiten" Me.Button2.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(199, 104) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(20, 13) Me.Label3.TabIndex = 9 Me.Label3.Text = "bis" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(199, 82) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(25, 13) Me.Label4.TabIndex = 8 Me.Label4.Text = "von" ' 'txtbis1 ' Me.txtbis1.Location = New System.Drawing.Point(245, 101) Me.txtbis1.Mask = "00/00/0000" Me.txtbis1.Name = "txtbis1" Me.txtbis1.Size = New System.Drawing.Size(66, 20) Me.txtbis1.TabIndex = 6 Me.txtbis1.ValidatingType = GetType(Date) ' 'dtbis1 ' Me.dtbis1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtbis1.Location = New System.Drawing.Point(311, 102) Me.dtbis1.Name = "dtbis1" Me.dtbis1.Size = New System.Drawing.Size(17, 20) Me.dtbis1.TabIndex = 7 ' 'txtvon1 ' Me.txtvon1.Location = New System.Drawing.Point(245, 75) Me.txtvon1.Mask = "00/00/0000" Me.txtvon1.Name = "txtvon1" Me.txtvon1.Size = New System.Drawing.Size(66, 20) Me.txtvon1.TabIndex = 4 Me.txtvon1.ValidatingType = GetType(Date) ' 'dtvon1 ' Me.dtvon1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtvon1.Location = New System.Drawing.Point(311, 75) Me.dtvon1.Name = "dtvon1" Me.dtvon1.Size = New System.Drawing.Size(17, 20) Me.dtvon1.TabIndex = 5 ' 'chkLBProdukte ' Me.chkLBProdukte.FormattingEnabled = True Me.chkLBProdukte.Location = New System.Drawing.Point(3, 46) Me.chkLBProdukte.Name = "chkLBProdukte" Me.chkLBProdukte.Size = New System.Drawing.Size(188, 109) Me.chkLBProdukte.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.lblProdukttyp) Me.GroupBox2.Controls.Add(Me.Button3) Me.GroupBox2.Controls.Add(Me.cbboxProdukteInTagen) Me.GroupBox2.Controls.Add(Me.cbboxProdukttyp) Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.Button1) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.txtbis) Me.GroupBox2.Controls.Add(Me.dtbis) Me.GroupBox2.Controls.Add(Me.txtvon) Me.GroupBox2.Controls.Add(Me.dtvon) Me.GroupBox2.Controls.Add(Me.chklbPhasen) Me.GroupBox2.Location = New System.Drawing.Point(12, 19) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(338, 168) Me.GroupBox2.TabIndex = 1 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Roadmap nach Phasen " ' 'lblProdukttyp ' Me.lblProdukttyp.AutoSize = True Me.lblProdukttyp.Location = New System.Drawing.Point(4, 22) Me.lblProdukttyp.Name = "lblProdukttyp" Me.lblProdukttyp.Size = New System.Drawing.Size(65, 13) Me.lblProdukttyp.TabIndex = 41 Me.lblProdukttyp.Text = "Produkt-Typ" ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(203, 132) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(126, 23) Me.Button3.TabIndex = 10 Me.Button3.Text = "Aufbereiten" Me.Button3.UseVisualStyleBackColor = True ' 'cbboxProdukteInTagen ' Me.cbboxProdukteInTagen.FormattingEnabled = True Me.cbboxProdukteInTagen.Items.AddRange(New Object() {"5", "10", "30", "60", "90", "180", "270", "360"}) Me.cbboxProdukteInTagen.Location = New System.Drawing.Point(221, 105) Me.cbboxProdukteInTagen.Name = "cbboxProdukteInTagen" Me.cbboxProdukteInTagen.Size = New System.Drawing.Size(61, 21) Me.cbboxProdukteInTagen.TabIndex = 13 ' 'cbboxProdukttyp ' Me.cbboxProdukttyp.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cbboxProdukttyp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbboxProdukttyp.DisplayMember = "Text" Me.cbboxProdukttyp.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxProdukttyp.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbboxProdukttyp.FormattingEnabled = True Me.cbboxProdukttyp.ItemHeight = 14 Me.cbboxProdukttyp.Location = New System.Drawing.Point(75, 20) Me.cbboxProdukttyp.Name = "cbboxProdukttyp" Me.cbboxProdukttyp.Size = New System.Drawing.Size(116, 20) Me.cbboxProdukttyp.Sorted = True Me.cbboxProdukttyp.TabIndex = 40 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(288, 108) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(38, 13) Me.Label6.TabIndex = 12 Me.Label6.Text = "Tagen" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(200, 108) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(15, 13) Me.Label5.TabIndex = 11 Me.Label5.Text = "in" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(203, 68) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(126, 23) Me.Button1.TabIndex = 10 Me.Button1.Text = "Aufbereiten" Me.Button1.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(197, 48) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(20, 13) Me.Label2.TabIndex = 9 Me.Label2.Text = "bis" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(197, 25) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(25, 13) Me.Label1.TabIndex = 8 Me.Label1.Text = "von" ' 'txtbis ' Me.txtbis.Location = New System.Drawing.Point(243, 45) Me.txtbis.Mask = "00/00/0000" Me.txtbis.Name = "txtbis" Me.txtbis.Size = New System.Drawing.Size(66, 20) Me.txtbis.TabIndex = 6 Me.txtbis.ValidatingType = GetType(Date) ' 'dtbis ' Me.dtbis.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtbis.Location = New System.Drawing.Point(309, 46) Me.dtbis.Name = "dtbis" Me.dtbis.Size = New System.Drawing.Size(17, 20) Me.dtbis.TabIndex = 7 ' 'txtvon ' Me.txtvon.Location = New System.Drawing.Point(243, 19) Me.txtvon.Mask = "00/00/0000" Me.txtvon.Name = "txtvon" Me.txtvon.Size = New System.Drawing.Size(66, 20) Me.txtvon.TabIndex = 4 Me.txtvon.ValidatingType = GetType(Date) ' 'dtvon ' Me.dtvon.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtvon.Location = New System.Drawing.Point(309, 19) Me.dtvon.Name = "dtvon" Me.dtvon.Size = New System.Drawing.Size(17, 20) Me.dtvon.TabIndex = 5 ' 'chklbPhasen ' Me.chklbPhasen.FormattingEnabled = True Me.chklbPhasen.Location = New System.Drawing.Point(3, 46) Me.chklbPhasen.Name = "chklbPhasen" Me.chklbPhasen.Size = New System.Drawing.Size(188, 109) Me.chklbPhasen.TabIndex = 0 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnEntscheidungInTagen) Me.GroupBox1.Controls.Add(Me.btnUeberpruefungInTagen) Me.GroupBox1.Controls.Add(Me.cbboxEntscheidungInTagen) Me.GroupBox1.Controls.Add(Me.Label9) Me.GroupBox1.Controls.Add(Me.Label10) Me.GroupBox1.Controls.Add(Me.cbboxUeberpruefungInTagen) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.btnEntscheidungAbgelaufen) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.btnUeberpruefungAbgelaufen) Me.GroupBox1.Location = New System.Drawing.Point(15, 193) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(335, 168) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Produkte mit Handlungsbearf" ' 'btnEntscheidungInTagen ' Me.btnEntscheidungInTagen.Location = New System.Drawing.Point(208, 102) Me.btnEntscheidungInTagen.Name = "btnEntscheidungInTagen" Me.btnEntscheidungInTagen.Size = New System.Drawing.Size(115, 23) Me.btnEntscheidungInTagen.TabIndex = 20 Me.btnEntscheidungInTagen.Text = "Aufbereiten" Me.btnEntscheidungInTagen.UseVisualStyleBackColor = True ' 'btnUeberpruefungInTagen ' Me.btnUeberpruefungInTagen.Location = New System.Drawing.Point(208, 17) Me.btnUeberpruefungInTagen.Name = "btnUeberpruefungInTagen" Me.btnUeberpruefungInTagen.Size = New System.Drawing.Size(115, 23) Me.btnUeberpruefungInTagen.TabIndex = 11 Me.btnUeberpruefungInTagen.Text = "Aufbereiten" Me.btnUeberpruefungInTagen.UseVisualStyleBackColor = True ' 'cbboxEntscheidungInTagen ' Me.cbboxEntscheidungInTagen.FormattingEnabled = True Me.cbboxEntscheidungInTagen.Items.AddRange(New Object() {"5", "10", "30", "60", "90", "180", "270", "360"}) Me.cbboxEntscheidungInTagen.Location = New System.Drawing.Point(97, 102) Me.cbboxEntscheidungInTagen.Name = "cbboxEntscheidungInTagen" Me.cbboxEntscheidungInTagen.Size = New System.Drawing.Size(61, 21) Me.cbboxEntscheidungInTagen.TabIndex = 19 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(164, 105) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(38, 13) Me.Label9.TabIndex = 18 Me.Label9.Text = "Tagen" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(14, 105) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(83, 13) Me.Label10.TabIndex = 17 Me.Label10.Text = "Entscheidung in" ' 'cbboxUeberpruefungInTagen ' Me.cbboxUeberpruefungInTagen.FormattingEnabled = True Me.cbboxUeberpruefungInTagen.Items.AddRange(New Object() {"5", "10", "30", "60", "90", "180", "270", "360"}) Me.cbboxUeberpruefungInTagen.Location = New System.Drawing.Point(97, 19) Me.cbboxUeberpruefungInTagen.Name = "cbboxUeberpruefungInTagen" Me.cbboxUeberpruefungInTagen.Size = New System.Drawing.Size(61, 21) Me.cbboxUeberpruefungInTagen.TabIndex = 16 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(164, 22) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(38, 13) Me.Label7.TabIndex = 15 Me.Label7.Text = "Tagen" ' 'btnEntscheidungAbgelaufen ' Me.btnEntscheidungAbgelaufen.Location = New System.Drawing.Point(162, 131) Me.btnEntscheidungAbgelaufen.Name = "btnEntscheidungAbgelaufen" Me.btnEntscheidungAbgelaufen.Size = New System.Drawing.Size(161, 23) Me.btnEntscheidungAbgelaufen.TabIndex = 15 Me.btnEntscheidungAbgelaufen.Text = "abgelaufeme Entscheidungen" Me.btnEntscheidungAbgelaufen.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(14, 22) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(77, 13) Me.Label8.TabIndex = 14 Me.Label8.Text = "Überprüfung in" ' 'btnUeberpruefungAbgelaufen ' Me.btnUeberpruefungAbgelaufen.Location = New System.Drawing.Point(162, 48) Me.btnUeberpruefungAbgelaufen.Name = "btnUeberpruefungAbgelaufen" Me.btnUeberpruefungAbgelaufen.Size = New System.Drawing.Size(161, 23) Me.btnUeberpruefungAbgelaufen.TabIndex = 14 Me.btnUeberpruefungAbgelaufen.Text = "abgelaufeme Überprüfungen" Me.btnUeberpruefungAbgelaufen.UseVisualStyleBackColor = True ' 'C1Result ' Me.C1Result.AllowDrop = True Me.C1Result.AllowUpdate = False Me.C1Result.AllowUpdateOnBlur = False Me.C1Result.AlternatingRows = True Me.C1Result.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Anchored Me.C1Result.CellTipsDelay = 200 Me.C1Result.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Result.FetchRowStyles = True Me.C1Result.FilterBar = True Me.C1Result.GroupByCaption = "Drag a column header here to group by that column" Me.C1Result.Images.Add(CType(resources.GetObject("C1Result.Images"), System.Drawing.Image)) Me.C1Result.Location = New System.Drawing.Point(0, 416) Me.C1Result.Name = "C1Result" Me.C1Result.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Result.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Result.PreviewInfo.ZoomFactor = 75.0R Me.C1Result.PrintInfo.PageSettings = CType(resources.GetObject("C1Result.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Result.Size = New System.Drawing.Size(721, 237) Me.C1Result.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Result.TabIndex = 21 Me.C1Result.Text = "C1TrueDBGrid1" Me.C1Result.PropBag = resources.GetString("C1Result.PropBag") ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnExcelExport, Me.ToolStripButton2}) Me.ToolStrip2.Location = New System.Drawing.Point(0, 391) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(721, 25) Me.ToolStrip2.TabIndex = 22 Me.ToolStrip2.Text = "ToolStrip2" ' 'TSBtnExcelExport ' Me.TSBtnExcelExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnExcelExport.Image = CType(resources.GetObject("TSBtnExcelExport.Image"), System.Drawing.Image) Me.TSBtnExcelExport.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnExcelExport.Name = "TSBtnExcelExport" Me.TSBtnExcelExport.Size = New System.Drawing.Size(23, 22) Me.TSBtnExcelExport.Text = "Export" ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton2.Text = "Als Excel-Datei speichern" ' 'frmLifeCiclyReporting ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(721, 653) Me.Controls.Add(Me.C1Result) Me.Controls.Add(Me.ToolStrip2) Me.Controls.Add(Me.GrpParameter) Me.Controls.Add(Me.ToolStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmLifeCiclyReporting" Me.Text = "LifeCycle-Reporting" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.GrpParameter.ResumeLayout(False) Me.GrpIDVAuswertungen.ResumeLayout(False) Me.GrpIDVAuswertungen.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.C1Result, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents GrpParameter As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents chklbPhasen As System.Windows.Forms.CheckedListBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtbis1 As System.Windows.Forms.MaskedTextBox Friend WithEvents dtbis1 As System.Windows.Forms.DateTimePicker Friend WithEvents txtvon1 As System.Windows.Forms.MaskedTextBox Friend WithEvents dtvon1 As System.Windows.Forms.DateTimePicker Friend WithEvents chkLBProdukte As System.Windows.Forms.CheckedListBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtbis As System.Windows.Forms.MaskedTextBox Friend WithEvents dtbis As System.Windows.Forms.DateTimePicker Friend WithEvents txtvon As System.Windows.Forms.MaskedTextBox Friend WithEvents dtvon As System.Windows.Forms.DateTimePicker Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents cbboxProdukteInTagen As System.Windows.Forms.ComboBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents btnEntscheidungInTagen As System.Windows.Forms.Button Friend WithEvents btnUeberpruefungInTagen As System.Windows.Forms.Button Friend WithEvents cbboxEntscheidungInTagen As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents cbboxUeberpruefungInTagen As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents btnEntscheidungAbgelaufen As System.Windows.Forms.Button Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents btnUeberpruefungAbgelaufen As System.Windows.Forms.Button Friend WithEvents C1Result As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnExcelExport As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog Friend WithEvents GrpIDVAuswertungen As System.Windows.Forms.GroupBox Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents lblProdukttyp As System.Windows.Forms.Label Private WithEvents cbboxProdukttyp1 As DevComponents.DotNetBar.Controls.ComboBoxEx Private WithEvents cbboxProdukttyp As DevComponents.DotNetBar.Controls.ComboBoxEx Private WithEvents cbboxidvauswertungen As DevComponents.DotNetBar.Controls.ComboBoxEx End Class