Partial Class frmFileFlow_Duplicate 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(frmFileFlow_Duplicate)) Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl() Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.LabelControlMessage = New DevExpress.XtraEditors.LabelControl() Me.PanelControl2 = New DevExpress.XtraEditors.PanelControl() Me.SimpleButton5 = New DevExpress.XtraEditors.SimpleButton() Me.SimpleButton4 = New DevExpress.XtraEditors.SimpleButton() Me.SimpleButton3 = New DevExpress.XtraEditors.SimpleButton() Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit() CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl1.SuspendLayout() CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl2.SuspendLayout() CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PanelControl1 ' Me.PanelControl1.Appearance.BackColor = System.Drawing.Color.DarkRed Me.PanelControl1.Appearance.Options.UseBackColor = True Me.PanelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.PanelControl1.Controls.Add(Me.SimpleButton2) Me.PanelControl1.Controls.Add(Me.SimpleButton1) Me.PanelControl1.Controls.Add(Me.LabelControlMessage) Me.PanelControl1.Controls.Add(Me.PictureEdit1) Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Top Me.PanelControl1.Location = New System.Drawing.Point(0, 0) Me.PanelControl1.Name = "PanelControl1" Me.PanelControl1.Size = New System.Drawing.Size(718, 133) Me.PanelControl1.TabIndex = 0 ' 'SimpleButton2 ' Me.SimpleButton2.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning Me.SimpleButton2.Appearance.BorderColor = System.Drawing.Color.Black Me.SimpleButton2.Appearance.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SimpleButton2.Appearance.Options.UseBackColor = True Me.SimpleButton2.Appearance.Options.UseBorderColor = True Me.SimpleButton2.Appearance.Options.UseFont = True Me.SimpleButton2.DialogResult = System.Windows.Forms.DialogResult.No Me.SimpleButton2.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton2.Location = New System.Drawing.Point(563, 78) Me.SimpleButton2.Name = "SimpleButton2" Me.SimpleButton2.Size = New System.Drawing.Size(143, 40) Me.SimpleButton2.TabIndex = 3 Me.SimpleButton2.Text = "Nein" ' 'SimpleButton1 ' Me.SimpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success Me.SimpleButton1.Appearance.BorderColor = System.Drawing.Color.Black Me.SimpleButton1.Appearance.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SimpleButton1.Appearance.Options.UseBackColor = True Me.SimpleButton1.Appearance.Options.UseBorderColor = True Me.SimpleButton1.Appearance.Options.UseFont = True Me.SimpleButton1.DialogResult = System.Windows.Forms.DialogResult.Yes Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton1.Location = New System.Drawing.Point(127, 78) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.Size = New System.Drawing.Size(101, 40) Me.SimpleButton1.TabIndex = 2 Me.SimpleButton1.Text = "Ja" ' 'LabelControlMessage ' Me.LabelControlMessage.Appearance.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelControlMessage.Appearance.ForeColor = System.Drawing.Color.White Me.LabelControlMessage.Appearance.Options.UseFont = True Me.LabelControlMessage.Appearance.Options.UseForeColor = True Me.LabelControlMessage.Location = New System.Drawing.Point(127, 22) Me.LabelControlMessage.Name = "LabelControlMessage" Me.LabelControlMessage.Size = New System.Drawing.Size(291, 21) Me.LabelControlMessage.TabIndex = 1 Me.LabelControlMessage.Text = "Diese Datei ist doppelt....Text aus New" ' 'PanelControl2 ' Me.PanelControl2.Appearance.BackColor = System.Drawing.SystemColors.Info Me.PanelControl2.Appearance.Options.UseBackColor = True Me.PanelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.PanelControl2.Controls.Add(Me.SimpleButton5) Me.PanelControl2.Controls.Add(Me.SimpleButton4) Me.PanelControl2.Controls.Add(Me.SimpleButton3) Me.PanelControl2.Dock = System.Windows.Forms.DockStyle.Fill Me.PanelControl2.Location = New System.Drawing.Point(0, 133) Me.PanelControl2.Name = "PanelControl2" Me.PanelControl2.Size = New System.Drawing.Size(718, 154) Me.PanelControl2.TabIndex = 1 ' 'SimpleButton5 ' Me.SimpleButton5.Appearance.BackColor = System.Drawing.Color.WhiteSmoke Me.SimpleButton5.Appearance.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SimpleButton5.Appearance.ForeColor = System.Drawing.Color.Black Me.SimpleButton5.Appearance.Options.UseBackColor = True Me.SimpleButton5.Appearance.Options.UseFont = True Me.SimpleButton5.Appearance.Options.UseForeColor = True Me.SimpleButton5.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton5.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton5.Location = New System.Drawing.Point(424, 42) Me.SimpleButton5.Name = "SimpleButton5" Me.SimpleButton5.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light Me.SimpleButton5.Size = New System.Drawing.Size(143, 60) Me.SimpleButton5.TabIndex = 3 Me.SimpleButton5.Text = "... und mir" ' 'SimpleButton4 ' Me.SimpleButton4.Appearance.BackColor = System.Drawing.Color.Wheat Me.SimpleButton4.Appearance.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SimpleButton4.Appearance.ForeColor = System.Drawing.Color.Black Me.SimpleButton4.Appearance.Options.UseBackColor = True Me.SimpleButton4.Appearance.Options.UseFont = True Me.SimpleButton4.Appearance.Options.UseForeColor = True Me.SimpleButton4.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton4.Location = New System.Drawing.Point(195, 42) Me.SimpleButton4.Name = "SimpleButton4" Me.SimpleButton4.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light Me.SimpleButton4.Size = New System.Drawing.Size(223, 60) Me.SimpleButton4.TabIndex = 2 Me.SimpleButton4.Text = "Alle Dateien von heute" ' 'SimpleButton3 ' Me.SimpleButton3.Appearance.BackColor = System.Drawing.Color.WhiteSmoke Me.SimpleButton3.Appearance.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SimpleButton3.Appearance.ForeColor = System.Drawing.Color.Black Me.SimpleButton3.Appearance.Options.UseBackColor = True Me.SimpleButton3.Appearance.Options.UseFont = True Me.SimpleButton3.Appearance.Options.UseForeColor = True Me.SimpleButton3.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton3.Location = New System.Drawing.Point(12, 47) Me.SimpleButton3.Name = "SimpleButton3" Me.SimpleButton3.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light Me.SimpleButton3.Size = New System.Drawing.Size(154, 49) Me.SimpleButton3.TabIndex = 1 Me.SimpleButton3.Text = "Datei anzeigen" ' 'PictureEdit1 ' Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object) Me.PictureEdit1.Location = New System.Drawing.Point(12, 22) Me.PictureEdit1.Name = "PictureEdit1" Me.PictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.DarkRed Me.PictureEdit1.Properties.Appearance.Options.UseBackColor = True Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto] Me.PictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom Me.PictureEdit1.Size = New System.Drawing.Size(100, 96) Me.PictureEdit1.TabIndex = 0 ' 'frmFileFlow_Duplicate ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(718, 287) Me.Controls.Add(Me.PanelControl2) Me.Controls.Add(Me.PanelControl1) Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmFileFlow_Duplicate" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Hinweis" Me.TopMost = True CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelControl1.ResumeLayout(False) Me.PanelControl1.PerformLayout() CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelControl2.ResumeLayout(False) CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton Friend WithEvents LabelControlMessage As DevExpress.XtraEditors.LabelControl Friend WithEvents PictureEdit1 As DevExpress.XtraEditors.PictureEdit Friend WithEvents PanelControl2 As DevExpress.XtraEditors.PanelControl Friend WithEvents SimpleButton5 As DevExpress.XtraEditors.SimpleButton Friend WithEvents SimpleButton4 As DevExpress.XtraEditors.SimpleButton Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton End Class