188 lines
11 KiB
VB.net
188 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmFileflow_Duplicate
|
|
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(frmFileflow_Duplicate))
|
|
Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.LabelControlMessage = New DevExpress.XtraEditors.LabelControl()
|
|
Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
|
|
Me.SimpleButton5 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.SimpleButton4 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.SimpleButton3 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.GroupControl1 = New DevExpress.XtraEditors.GroupControl()
|
|
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GroupControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupControl1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SimpleButton2
|
|
'
|
|
Me.SimpleButton2.Appearance.BackColor = System.Drawing.SystemColors.Control
|
|
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(228, 87)
|
|
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 = System.Drawing.SystemColors.Control
|
|
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(118, 87)
|
|
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.Firebrick
|
|
Me.LabelControlMessage.Appearance.Options.UseFont = True
|
|
Me.LabelControlMessage.Appearance.Options.UseForeColor = True
|
|
Me.LabelControlMessage.LineVisible = True
|
|
Me.LabelControlMessage.Location = New System.Drawing.Point(118, 31)
|
|
Me.LabelControlMessage.Name = "LabelControlMessage"
|
|
Me.LabelControlMessage.Size = New System.Drawing.Size(152, 21)
|
|
Me.LabelControlMessage.TabIndex = 1
|
|
Me.LabelControlMessage.Text = "msgfrom_LoadForm"
|
|
'
|
|
'PictureEdit1
|
|
'
|
|
Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object)
|
|
Me.PictureEdit1.Location = New System.Drawing.Point(12, 31)
|
|
Me.PictureEdit1.Name = "PictureEdit1"
|
|
Me.PictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
|
|
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
|
|
'
|
|
'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(249, 85)
|
|
Me.SimpleButton5.Name = "SimpleButton5"
|
|
Me.SimpleButton5.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light
|
|
Me.SimpleButton5.Size = New System.Drawing.Size(143, 42)
|
|
Me.SimpleButton5.TabIndex = 6
|
|
Me.SimpleButton5.Text = "... nur von 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 = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.bo_appointment1
|
|
Me.SimpleButton4.Location = New System.Drawing.Point(20, 85)
|
|
Me.SimpleButton4.Name = "SimpleButton4"
|
|
Me.SimpleButton4.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light
|
|
Me.SimpleButton4.Size = New System.Drawing.Size(223, 42)
|
|
Me.SimpleButton4.TabIndex = 5
|
|
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(20, 37)
|
|
Me.SimpleButton3.Name = "SimpleButton3"
|
|
Me.SimpleButton3.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light
|
|
Me.SimpleButton3.Size = New System.Drawing.Size(154, 42)
|
|
Me.SimpleButton3.TabIndex = 4
|
|
Me.SimpleButton3.Text = "Datei anzeigen"
|
|
'
|
|
'GroupControl1
|
|
'
|
|
Me.GroupControl1.Controls.Add(Me.SimpleButton3)
|
|
Me.GroupControl1.Controls.Add(Me.SimpleButton5)
|
|
Me.GroupControl1.Controls.Add(Me.SimpleButton4)
|
|
Me.GroupControl1.Location = New System.Drawing.Point(12, 151)
|
|
Me.GroupControl1.Name = "GroupControl1"
|
|
Me.GroupControl1.Size = New System.Drawing.Size(401, 141)
|
|
Me.GroupControl1.TabIndex = 7
|
|
Me.GroupControl1.Text = "Dateisuchen"
|
|
'
|
|
'frmFileflow_Duplicate
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.ClientSize = New System.Drawing.Size(686, 304)
|
|
Me.Controls.Add(Me.GroupControl1)
|
|
Me.Controls.Add(Me.SimpleButton2)
|
|
Me.Controls.Add(Me.PictureEdit1)
|
|
Me.Controls.Add(Me.LabelControlMessage)
|
|
Me.Controls.Add(Me.SimpleButton1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 12.0!, 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(4, 5, 4, 5)
|
|
Me.Name = "frmFileflow_Duplicate"
|
|
Me.Text = "frmGlobix_Duplicate"
|
|
Me.TopMost = True
|
|
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GroupControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupControl1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
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 SimpleButton5 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents SimpleButton4 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents GroupControl1 As DevExpress.XtraEditors.GroupControl
|
|
End Class
|