_ Partial Class frmMD 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(frmMD)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.ListBox2 = New System.Windows.Forms.ListBox() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.txtJahrbis = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtJahrvon = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtBPNr = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.DokList = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Panel1.SuspendLayout() CType(Me.DokList, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button5) Me.Panel1.Controls.Add(Me.Button4) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.ListBox2) Me.Panel1.Controls.Add(Me.ListBox1) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.txtJahrbis) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.txtJahrvon) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.txtBPNr) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(859, 155) Me.Panel1.TabIndex = 1 ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(220, 12) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(35, 23) Me.Button5.TabIndex = 16 Me.Button5.Text = "Import" Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(93, 12) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(33, 23) Me.Button4.TabIndex = 15 Me.Button4.Text = "Import" Me.Button4.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(132, 22) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(82, 13) Me.Label7.TabIndex = 14 Me.Label7.Text = "Dokumenttypen" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(9, 22) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(28, 13) Me.Label6.TabIndex = 13 Me.Label6.Text = "BP's" ' 'ListBox2 ' Me.ListBox2.FormattingEnabled = True Me.ListBox2.Location = New System.Drawing.Point(135, 41) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(120, 95) Me.ListBox2.TabIndex = 12 ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(9, 41) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(120, 95) Me.ListBox1.TabIndex = 11 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(623, 18) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(0, 13) Me.Label5.TabIndex = 10 Me.Label5.Tag = "[Kein Partner ausgwählt]" Me.Label5.Visible = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(544, 15) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(109, 13) Me.Label4.TabIndex = 9 Me.Label4.Text = "BP-Kurzbezeichnung:" Me.Label4.Visible = False ' 'Button3 ' Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image) Me.Button3.Location = New System.Drawing.Point(672, 15) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(34, 30) Me.Button3.TabIndex = 8 Me.Button3.UseVisualStyleBackColor = True Me.Button3.Visible = False ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(728, 38) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(107, 23) Me.Button2.TabIndex = 7 Me.Button2.Text = "Daten aufbereiten" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Enabled = False Me.Button1.Location = New System.Drawing.Point(728, 8) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(107, 23) Me.Button1.TabIndex = 6 Me.Button1.Text = "Daten auselsen" Me.Button1.UseVisualStyleBackColor = True ' 'txtJahrbis ' Me.txtJahrbis.Location = New System.Drawing.Point(569, 72) Me.txtJahrbis.Name = "txtJahrbis" Me.txtJahrbis.Size = New System.Drawing.Size(54, 20) Me.txtJahrbis.TabIndex = 5 Me.txtJahrbis.Text = "2011" Me.txtJahrbis.Visible = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(487, 75) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 13) Me.Label3.TabIndex = 4 Me.Label3.Text = "Jahr bis" Me.Label3.Visible = False ' 'txtJahrvon ' Me.txtJahrvon.Location = New System.Drawing.Point(569, 46) Me.txtJahrvon.Name = "txtJahrvon" Me.txtJahrvon.Size = New System.Drawing.Size(54, 20) Me.txtJahrvon.TabIndex = 3 Me.txtJahrvon.Text = "2002" Me.txtJahrvon.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(487, 49) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Jahr von" Me.Label2.Visible = False ' 'txtBPNr ' Me.txtBPNr.Location = New System.Drawing.Point(569, 20) Me.txtBPNr.Name = "txtBPNr" Me.txtBPNr.Size = New System.Drawing.Size(100, 20) Me.txtBPNr.TabIndex = 1 Me.txtBPNr.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(487, 23) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(38, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "BP-Nr." Me.Label1.Visible = False ' 'DokList ' Me.DokList.AllowSort = False Me.DokList.AlternatingRows = True Me.DokList.Dock = System.Windows.Forms.DockStyle.Fill Me.DokList.FetchRowStyles = True Me.DokList.FilterBar = True Me.DokList.GroupByCaption = "Drag a column header here to group by that column" Me.DokList.Images.Add(CType(resources.GetObject("DokList.Images"), System.Drawing.Image)) Me.DokList.Location = New System.Drawing.Point(0, 180) Me.DokList.Name = "DokList" Me.DokList.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.DokList.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.DokList.PreviewInfo.ZoomFactor = 75.0R Me.DokList.PrintInfo.PageSettings = CType(resources.GetObject("DokList.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.DokList.ScrollTips = True Me.DokList.Size = New System.Drawing.Size(859, 304) Me.DokList.TabIndex = 11 Me.DokList.Text = "C1TrueDBGrid2" Me.DokList.PropBag = resources.GetString("DokList.PropBag") ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(859, 25) Me.ToolStrip1.TabIndex = 12 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "Fenster schliessen" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(859, 484) Me.Controls.Add(Me.DokList) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.ToolStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Form1" Me.Text = "Dokumentaufbereitung" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.DokList, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents DokList As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents ListBox2 As System.Windows.Forms.ListBox Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents txtJahrbis As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtJahrvon As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtBPNr As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Button5 As System.Windows.Forms.Button End Class