MS Release TaskFlow

This commit is contained in:
2022-03-25 14:26:43 +01:00
parent 88a324bd7b
commit 063c299b1d
24 changed files with 1541 additions and 8206 deletions

View File

@@ -24,15 +24,14 @@ Partial Class frmAbout
'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(frmAbout))
Me.OKButton = New System.Windows.Forms.Button()
Me.lblProduktname = New System.Windows.Forms.Label()
Me.lblVersion = New System.Windows.Forms.Label()
Me.lblCompanyName = New System.Windows.Forms.Label()
Me.txtDescription = New System.Windows.Forms.TextBox()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.LinkLabel3 = New System.Windows.Forms.LinkLabel()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
@@ -40,9 +39,9 @@ Partial Class frmAbout
'
Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.OKButton.Location = New System.Drawing.Point(266, 262)
Me.OKButton.Location = New System.Drawing.Point(279, 272)
Me.OKButton.Name = "OKButton"
Me.OKButton.Size = New System.Drawing.Size(260, 27)
Me.OKButton.Size = New System.Drawing.Size(229, 27)
Me.OKButton.TabIndex = 0
Me.OKButton.Text = "&OK"
'
@@ -51,7 +50,7 @@ Partial Class frmAbout
Me.lblProduktname.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblProduktname.AutoSize = True
Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblProduktname.Location = New System.Drawing.Point(263, 5)
Me.lblProduktname.Location = New System.Drawing.Point(9, 147)
Me.lblProduktname.Name = "lblProduktname"
Me.lblProduktname.Size = New System.Drawing.Size(48, 17)
Me.lblProduktname.TabIndex = 2
@@ -61,7 +60,7 @@ Partial Class frmAbout
'
Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblVersion.AutoSize = True
Me.lblVersion.Location = New System.Drawing.Point(263, 29)
Me.lblVersion.Location = New System.Drawing.Point(9, 171)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(40, 13)
Me.lblVersion.TabIndex = 3
@@ -71,7 +70,7 @@ Partial Class frmAbout
'
Me.lblCompanyName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblCompanyName.AutoSize = True
Me.lblCompanyName.Location = New System.Drawing.Point(263, 51)
Me.lblCompanyName.Location = New System.Drawing.Point(9, 193)
Me.lblCompanyName.Name = "lblCompanyName"
Me.lblCompanyName.Size = New System.Drawing.Size(40, 13)
Me.lblCompanyName.TabIndex = 4
@@ -82,47 +81,47 @@ Partial Class frmAbout
Me.txtDescription.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtDescription.BackColor = System.Drawing.SystemColors.Control
Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtDescription.Location = New System.Drawing.Point(266, 77)
Me.txtDescription.Location = New System.Drawing.Point(12, 219)
Me.txtDescription.Multiline = True
Me.txtDescription.Name = "txtDescription"
Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtDescription.Size = New System.Drawing.Size(260, 103)
Me.txtDescription.Size = New System.Drawing.Size(246, 80)
Me.txtDescription.TabIndex = 5
'
'LinkLabel1
'
Me.LinkLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Location = New System.Drawing.Point(263, 183)
Me.LinkLabel1.Location = New System.Drawing.Point(276, 150)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(127, 13)
Me.LinkLabel1.TabIndex = 6
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "www.digitaldata.works"
'
'PictureBox1
'
Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(12, 5)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(246, 283)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 7
Me.PictureBox1.TabStop = False
'
'LinkLabel3
'
Me.LinkLabel3.AutoSize = True
Me.LinkLabel3.Location = New System.Drawing.Point(263, 205)
Me.LinkLabel3.Location = New System.Drawing.Point(276, 171)
Me.LinkLabel3.Name = "LinkLabel3"
Me.LinkLabel3.Size = New System.Drawing.Size(82, 13)
Me.LinkLabel3.TabIndex = 9
Me.LinkLabel3.TabStop = True
Me.LinkLabel3.Text = "Support Portal"
'
'PictureBox1
'
Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.PictureBox1.Image = Global.DD_ProcessManager.My.Resources.Resources.taskflow_boot
Me.PictureBox1.Location = New System.Drawing.Point(12, 5)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(496, 141)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 7
Me.PictureBox1.TabStop = False
'
'frmAbout
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -130,7 +129,7 @@ Partial Class frmAbout
Me.BackColor = System.Drawing.SystemColors.Window
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.CancelButton = Me.OKButton
Me.ClientSize = New System.Drawing.Size(532, 297)
Me.ClientSize = New System.Drawing.Size(532, 311)
Me.Controls.Add(Me.LinkLabel3)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.LinkLabel1)