160 lines
6.3 KiB
VB.net
160 lines
6.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class CSVImportieren
|
|
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()
|
|
Me.LblQuelle = New System.Windows.Forms.Label()
|
|
Me.CmdQuelle = New System.Windows.Forms.Button()
|
|
Me.dgvImport = New System.Windows.Forms.DataGridView()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.LblInfo = New System.Windows.Forms.Label()
|
|
Me.CmdImport = New System.Windows.Forms.Button()
|
|
Me.ChkSkip = New System.Windows.Forms.CheckBox()
|
|
Me.CmdTest = New System.Windows.Forms.Button()
|
|
Me.LstAllgemein = New System.Windows.Forms.ListBox()
|
|
CType(Me.dgvImport, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'LblQuelle
|
|
'
|
|
Me.LblQuelle.AutoSize = True
|
|
Me.LblQuelle.Location = New System.Drawing.Point(93, 49)
|
|
Me.LblQuelle.Name = "LblQuelle"
|
|
Me.LblQuelle.Size = New System.Drawing.Size(97, 13)
|
|
Me.LblQuelle.TabIndex = 5
|
|
Me.LblQuelle.Text = "bitte Quelle wählen"
|
|
'
|
|
'CmdQuelle
|
|
'
|
|
Me.CmdQuelle.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.CmdQuelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdQuelle.Location = New System.Drawing.Point(12, 44)
|
|
Me.CmdQuelle.Name = "CmdQuelle"
|
|
Me.CmdQuelle.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdQuelle.TabIndex = 4
|
|
Me.CmdQuelle.Text = "Quelle"
|
|
Me.CmdQuelle.UseVisualStyleBackColor = False
|
|
'
|
|
'dgvImport
|
|
'
|
|
Me.dgvImport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvImport.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvImport.Location = New System.Drawing.Point(211, 0)
|
|
Me.dgvImport.Name = "dgvImport"
|
|
Me.dgvImport.Size = New System.Drawing.Size(964, 676)
|
|
Me.dgvImport.TabIndex = 6
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.Panel1.Controls.Add(Me.LblInfo)
|
|
Me.Panel1.Controls.Add(Me.CmdImport)
|
|
Me.Panel1.Controls.Add(Me.ChkSkip)
|
|
Me.Panel1.Controls.Add(Me.CmdTest)
|
|
Me.Panel1.Controls.Add(Me.LstAllgemein)
|
|
Me.Panel1.Controls.Add(Me.CmdQuelle)
|
|
Me.Panel1.Controls.Add(Me.LblQuelle)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(211, 676)
|
|
Me.Panel1.TabIndex = 7
|
|
'
|
|
'LblInfo
|
|
'
|
|
Me.LblInfo.AutoSize = True
|
|
Me.LblInfo.Location = New System.Drawing.Point(12, 130)
|
|
Me.LblInfo.Name = "LblInfo"
|
|
Me.LblInfo.Size = New System.Drawing.Size(25, 13)
|
|
Me.LblInfo.TabIndex = 16
|
|
Me.LblInfo.Text = "Info"
|
|
'
|
|
'CmdImport
|
|
'
|
|
Me.CmdImport.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.CmdImport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdImport.Location = New System.Drawing.Point(115, 96)
|
|
Me.CmdImport.Name = "CmdImport"
|
|
Me.CmdImport.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdImport.TabIndex = 15
|
|
Me.CmdImport.Text = "Importieren"
|
|
Me.CmdImport.UseVisualStyleBackColor = False
|
|
'
|
|
'ChkSkip
|
|
'
|
|
Me.ChkSkip.AutoSize = True
|
|
Me.ChkSkip.Location = New System.Drawing.Point(12, 73)
|
|
Me.ChkSkip.Name = "ChkSkip"
|
|
Me.ChkSkip.Size = New System.Drawing.Size(147, 17)
|
|
Me.ChkSkip.TabIndex = 14
|
|
Me.ChkSkip.Text = "vorhandene überspringen"
|
|
Me.ChkSkip.UseVisualStyleBackColor = True
|
|
'
|
|
'CmdTest
|
|
'
|
|
Me.CmdTest.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.CmdTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.CmdTest.Location = New System.Drawing.Point(21, 528)
|
|
Me.CmdTest.Name = "CmdTest"
|
|
Me.CmdTest.Size = New System.Drawing.Size(75, 23)
|
|
Me.CmdTest.TabIndex = 13
|
|
Me.CmdTest.Text = "Test"
|
|
Me.CmdTest.UseVisualStyleBackColor = False
|
|
Me.CmdTest.Visible = False
|
|
'
|
|
'LstAllgemein
|
|
'
|
|
Me.LstAllgemein.FormattingEnabled = True
|
|
Me.LstAllgemein.Location = New System.Drawing.Point(21, 557)
|
|
Me.LstAllgemein.Name = "LstAllgemein"
|
|
Me.LstAllgemein.Size = New System.Drawing.Size(151, 95)
|
|
Me.LstAllgemein.TabIndex = 12
|
|
Me.LstAllgemein.Visible = False
|
|
'
|
|
'CSVImportieren
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1175, 676)
|
|
Me.Controls.Add(Me.dgvImport)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Name = "CSVImportieren"
|
|
Me.Text = "CSVImportieren"
|
|
CType(Me.dgvImport, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents LblQuelle As Label
|
|
Friend WithEvents CmdQuelle As Button
|
|
Friend WithEvents dgvImport As DataGridView
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents LstAllgemein As ListBox
|
|
Friend WithEvents CmdTest As Button
|
|
Friend WithEvents ChkSkip As CheckBox
|
|
Friend WithEvents CmdImport As Button
|
|
Friend WithEvents LblInfo As Label
|
|
End Class
|