93 lines
4.0 KiB
VB.net
93 lines
4.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmOrderFiles
|
|
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(frmOrderFiles))
|
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.ListView1 = New System.Windows.Forms.ListView()
|
|
Me.Dateiname = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.SuspendLayout()
|
|
'
|
|
'SimpleButton1
|
|
'
|
|
resources.ApplyResources(Me.SimpleButton1, "SimpleButton1")
|
|
Me.SimpleButton1.Appearance.Font = CType(resources.GetObject("SimpleButton1.Appearance.Font"), System.Drawing.Font)
|
|
Me.SimpleButton1.Appearance.Options.UseFont = True
|
|
Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.SimpleButton1.Name = "SimpleButton1"
|
|
'
|
|
'SimpleButton2
|
|
'
|
|
resources.ApplyResources(Me.SimpleButton2, "SimpleButton2")
|
|
Me.SimpleButton2.Appearance.Font = CType(resources.GetObject("SimpleButton2.Appearance.Font"), System.Drawing.Font)
|
|
Me.SimpleButton2.Appearance.Options.UseFont = True
|
|
Me.SimpleButton2.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.SimpleButton2.Name = "SimpleButton2"
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
resources.ApplyResources(Me.OpenFileDialog1, "OpenFileDialog1")
|
|
Me.OpenFileDialog1.Multiselect = True
|
|
'
|
|
'ListView1
|
|
'
|
|
resources.ApplyResources(Me.ListView1, "ListView1")
|
|
Me.ListView1.AllowDrop = True
|
|
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.Dateiname})
|
|
Me.ListView1.FullRowSelect = True
|
|
Me.ListView1.GridLines = True
|
|
Me.ListView1.HideSelection = False
|
|
Me.ListView1.Name = "ListView1"
|
|
Me.ListView1.UseCompatibleStateImageBehavior = False
|
|
Me.ListView1.View = System.Windows.Forms.View.Details
|
|
'
|
|
'Dateiname
|
|
'
|
|
resources.ApplyResources(Me.Dateiname, "Dateiname")
|
|
'
|
|
'frmOrderFiles
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.ListView1)
|
|
Me.Controls.Add(Me.SimpleButton2)
|
|
Me.Controls.Add(Me.SimpleButton1)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmOrderFiles"
|
|
Me.ShowIcon = False
|
|
Me.TopMost = True
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents ListView1 As ListView
|
|
Friend WithEvents Dateiname As ColumnHeader
|
|
End Class
|