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.

129 lines
5.3 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmImportOffice2010
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(frmImportOffice2010))
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
Me.Label1 = New System.Windows.Forms.Label
Me.btnOpenfile = New System.Windows.Forms.Button
Me.txtFilename = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.cboxAnwendung = New System.Windows.Forms.ComboBox
Me.btnImport = New System.Windows.Forms.Button
Me.btnAbbruch = New System.Windows.Forms.Button
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog
Me.SuspendLayout()
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(24, 62)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(58, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Dateiname"
'
'btnOpenfile
'
Me.btnOpenfile.Image = CType(resources.GetObject("btnOpenfile.Image"), System.Drawing.Image)
Me.btnOpenfile.Location = New System.Drawing.Point(406, 59)
Me.btnOpenfile.Name = "btnOpenfile"
Me.btnOpenfile.Size = New System.Drawing.Size(41, 25)
Me.btnOpenfile.TabIndex = 1
Me.btnOpenfile.UseVisualStyleBackColor = True
'
'txtFilename
'
Me.txtFilename.Location = New System.Drawing.Point(101, 62)
Me.txtFilename.Name = "txtFilename"
Me.txtFilename.Size = New System.Drawing.Size(303, 20)
Me.txtFilename.TabIndex = 2
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(24, 31)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(70, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Dokumenttyp"
'
'cboxAnwendung
'
Me.cboxAnwendung.FormattingEnabled = True
Me.cboxAnwendung.Location = New System.Drawing.Point(101, 28)
Me.cboxAnwendung.Name = "cboxAnwendung"
Me.cboxAnwendung.Size = New System.Drawing.Size(303, 21)
Me.cboxAnwendung.TabIndex = 4
'
'btnImport
'
Me.btnImport.Location = New System.Drawing.Point(101, 108)
Me.btnImport.Name = "btnImport"
Me.btnImport.Size = New System.Drawing.Size(75, 23)
Me.btnImport.TabIndex = 5
Me.btnImport.Text = "Importieren"
Me.btnImport.UseVisualStyleBackColor = True
'
'btnAbbruch
'
Me.btnAbbruch.Location = New System.Drawing.Point(372, 108)
Me.btnAbbruch.Name = "btnAbbruch"
Me.btnAbbruch.Size = New System.Drawing.Size(75, 23)
Me.btnAbbruch.TabIndex = 6
Me.btnAbbruch.Text = "Abbruch"
Me.btnAbbruch.UseVisualStyleBackColor = True
'
'frmImportOffice2010
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(465, 152)
Me.Controls.Add(Me.btnAbbruch)
Me.Controls.Add(Me.btnImport)
Me.Controls.Add(Me.cboxAnwendung)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtFilename)
Me.Controls.Add(Me.btnOpenfile)
Me.Controls.Add(Me.Label1)
Me.Name = "frmImportOffice2010"
Me.Text = "Import Office 2010 Vorlage"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents btnOpenfile As System.Windows.Forms.Button
Friend WithEvents txtFilename As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents cboxAnwendung As System.Windows.Forms.ComboBox
Friend WithEvents btnImport As System.Windows.Forms.Button
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
End Class