You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
228 lines
11 KiB
228 lines
11 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DokumenttypOwnerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ExcelImportToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.VerarbeitenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.OfficeVoralgeOwnerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ExcelImportToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.VerarbeitenToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.Splitter1 = New System.Windows.Forms.Splitter()
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.C1Daten = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.txtResultat = New System.Windows.Forms.TextBox()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SchliessenToolStripMenuItem, Me.DokumenttypOwnerToolStripMenuItem, Me.OfficeVoralgeOwnerToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(850, 24)
|
|
Me.MenuStrip1.TabIndex = 2
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'SchliessenToolStripMenuItem
|
|
'
|
|
Me.SchliessenToolStripMenuItem.Name = "SchliessenToolStripMenuItem"
|
|
Me.SchliessenToolStripMenuItem.Size = New System.Drawing.Size(73, 20)
|
|
Me.SchliessenToolStripMenuItem.Text = "Schliessen"
|
|
'
|
|
'DokumenttypOwnerToolStripMenuItem
|
|
'
|
|
Me.DokumenttypOwnerToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExcelImportToolStripMenuItem1, Me.VerarbeitenToolStripMenuItem1})
|
|
Me.DokumenttypOwnerToolStripMenuItem.Name = "DokumenttypOwnerToolStripMenuItem"
|
|
Me.DokumenttypOwnerToolStripMenuItem.Size = New System.Drawing.Size(132, 20)
|
|
Me.DokumenttypOwnerToolStripMenuItem.Text = "Dokumenttyp-Owner"
|
|
'
|
|
'ExcelImportToolStripMenuItem1
|
|
'
|
|
Me.ExcelImportToolStripMenuItem1.Name = "ExcelImportToolStripMenuItem1"
|
|
Me.ExcelImportToolStripMenuItem1.Size = New System.Drawing.Size(152, 22)
|
|
Me.ExcelImportToolStripMenuItem1.Text = "Excel-Import"
|
|
'
|
|
'VerarbeitenToolStripMenuItem1
|
|
'
|
|
Me.VerarbeitenToolStripMenuItem1.Enabled = False
|
|
Me.VerarbeitenToolStripMenuItem1.Name = "VerarbeitenToolStripMenuItem1"
|
|
Me.VerarbeitenToolStripMenuItem1.Size = New System.Drawing.Size(152, 22)
|
|
Me.VerarbeitenToolStripMenuItem1.Text = "Verarbeiten"
|
|
'
|
|
'OfficeVoralgeOwnerToolStripMenuItem
|
|
'
|
|
Me.OfficeVoralgeOwnerToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExcelImportToolStripMenuItem, Me.VerarbeitenToolStripMenuItem2})
|
|
Me.OfficeVoralgeOwnerToolStripMenuItem.Name = "OfficeVoralgeOwnerToolStripMenuItem"
|
|
Me.OfficeVoralgeOwnerToolStripMenuItem.Size = New System.Drawing.Size(135, 20)
|
|
Me.OfficeVoralgeOwnerToolStripMenuItem.Text = "Office-Voralge-Owner"
|
|
'
|
|
'ExcelImportToolStripMenuItem
|
|
'
|
|
Me.ExcelImportToolStripMenuItem.Name = "ExcelImportToolStripMenuItem"
|
|
Me.ExcelImportToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
|
|
Me.ExcelImportToolStripMenuItem.Text = "Excel-Import"
|
|
'
|
|
'VerarbeitenToolStripMenuItem2
|
|
'
|
|
Me.VerarbeitenToolStripMenuItem2.Enabled = False
|
|
Me.VerarbeitenToolStripMenuItem2.Name = "VerarbeitenToolStripMenuItem2"
|
|
Me.VerarbeitenToolStripMenuItem2.Size = New System.Drawing.Size(152, 22)
|
|
Me.VerarbeitenToolStripMenuItem2.Text = "Verarbeiten"
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'Splitter1
|
|
'
|
|
Me.Splitter1.Location = New System.Drawing.Point(0, 24)
|
|
Me.Splitter1.Name = "Splitter1"
|
|
Me.Splitter1.Size = New System.Drawing.Size(3, 359)
|
|
Me.Splitter1.TabIndex = 3
|
|
Me.Splitter1.TabStop = False
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(3, 24)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox1)
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox2)
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(847, 359)
|
|
Me.SplitContainer1.SplitterDistance = 282
|
|
Me.SplitContainer1.TabIndex = 4
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.C1Daten)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(282, 359)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Input"
|
|
'
|
|
'C1Daten
|
|
'
|
|
Me.C1Daten.AlternatingRows = True
|
|
Me.C1Daten.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.C1Daten.FetchRowStyles = True
|
|
Me.C1Daten.FilterBar = True
|
|
Me.C1Daten.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.C1Daten.Images.Add(CType(resources.GetObject("C1Daten.Images"), System.Drawing.Image))
|
|
Me.C1Daten.Location = New System.Drawing.Point(3, 16)
|
|
Me.C1Daten.Name = "C1Daten"
|
|
Me.C1Daten.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.C1Daten.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.C1Daten.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.C1Daten.PrintInfo.PageSettings = CType(resources.GetObject("C1Daten.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.C1Daten.RecordSelectorWidth = 16
|
|
Me.C1Daten.Size = New System.Drawing.Size(276, 340)
|
|
Me.C1Daten.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.C1Daten.TabIndex = 15
|
|
Me.C1Daten.Text = "C1Dokumenttypen"
|
|
Me.C1Daten.PropBag = resources.GetString("C1Daten.PropBag")
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.txtResultat)
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox2.Location = New System.Drawing.Point(0, 0)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(561, 359)
|
|
Me.GroupBox2.TabIndex = 1
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Resultat"
|
|
'
|
|
'txtResultat
|
|
'
|
|
Me.txtResultat.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.txtResultat.Location = New System.Drawing.Point(3, 16)
|
|
Me.txtResultat.Multiline = True
|
|
Me.txtResultat.Name = "txtResultat"
|
|
Me.txtResultat.Size = New System.Drawing.Size(555, 340)
|
|
Me.txtResultat.TabIndex = 0
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(850, 383)
|
|
Me.Controls.Add(Me.SplitContainer1)
|
|
Me.Controls.Add(Me.Splitter1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Name = "Form1"
|
|
Me.Text = "Dokumenttyp - Wechsel Owner"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents SchliessenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
|
Friend WithEvents Splitter1 As System.Windows.Forms.Splitter
|
|
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents C1Daten As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents txtResultat As System.Windows.Forms.TextBox
|
|
Friend WithEvents DokumenttypOwnerToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ExcelImportToolStripMenuItem1 As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents VerarbeitenToolStripMenuItem1 As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents OfficeVoralgeOwnerToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ExcelImportToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents VerarbeitenToolStripMenuItem2 As Windows.Forms.ToolStripMenuItem
|
|
End Class
|