Zooflow: small changes

This commit is contained in:
Jonathan Jenne
2021-12-15 16:06:24 +01:00
parent 4691542128
commit e7630d2d79
8 changed files with 129 additions and 51 deletions

View File

@@ -29,15 +29,18 @@ Partial Class frmSplash
Me.ProgressBarControl1 = New DevExpress.XtraEditors.ProgressBarControl()
Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
Me.pictureEdit2 = New DevExpress.XtraEditors.PictureEdit()
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pictureEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.PanelControl1.SuspendLayout()
Me.SuspendLayout()
'
'labelControl2
'
Me.labelControl2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.labelControl2.Location = New System.Drawing.Point(12, 212)
Me.labelControl2.Location = New System.Drawing.Point(12, 210)
Me.labelControl2.Name = "labelControl2"
Me.labelControl2.Size = New System.Drawing.Size(50, 13)
Me.labelControl2.TabIndex = 12
@@ -46,7 +49,7 @@ Partial Class frmSplash
'txtActionName
'
Me.txtActionName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.txtActionName.Location = New System.Drawing.Point(12, 255)
Me.txtActionName.Location = New System.Drawing.Point(12, 253)
Me.txtActionName.Name = "txtActionName"
Me.txtActionName.Size = New System.Drawing.Size(48, 13)
Me.txtActionName.TabIndex = 12
@@ -63,7 +66,7 @@ Partial Class frmSplash
'
'ProgressBarControl1
'
Me.ProgressBarControl1.Location = New System.Drawing.Point(12, 231)
Me.ProgressBarControl1.Location = New System.Drawing.Point(9, 229)
Me.ProgressBarControl1.Name = "ProgressBarControl1"
Me.ProgressBarControl1.Properties.EndColor = System.Drawing.Color.Empty
Me.ProgressBarControl1.Properties.LookAndFeel.SkinName = "Office 2019 Colorful"
@@ -75,7 +78,7 @@ Partial Class frmSplash
'PictureEdit1
'
Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object)
Me.PictureEdit1.Location = New System.Drawing.Point(247, 255)
Me.PictureEdit1.Location = New System.Drawing.Point(244, 253)
Me.PictureEdit1.Name = "PictureEdit1"
Me.PictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto]
@@ -85,12 +88,9 @@ Partial Class frmSplash
'
'pictureEdit2
'
Me.pictureEdit2.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.pictureEdit2.Cursor = System.Windows.Forms.Cursors.Default
Me.pictureEdit2.EditValue = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.ZooflowTitle
Me.pictureEdit2.Location = New System.Drawing.Point(12, 12)
Me.pictureEdit2.Location = New System.Drawing.Point(9, 10)
Me.pictureEdit2.Name = "pictureEdit2"
Me.pictureEdit2.Properties.AllowFocused = False
Me.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
@@ -98,33 +98,47 @@ Partial Class frmSplash
Me.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
Me.pictureEdit2.Properties.ShowMenu = False
Me.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom
Me.pictureEdit2.Size = New System.Drawing.Size(509, 194)
Me.pictureEdit2.Size = New System.Drawing.Size(509, 198)
Me.pictureEdit2.TabIndex = 14
'
'PanelControl1
'
Me.PanelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(49, Byte), Integer))
Me.PanelControl1.Appearance.Options.UseBackColor = True
Me.PanelControl1.Controls.Add(Me.pictureEdit2)
Me.PanelControl1.Controls.Add(Me.PictureEdit1)
Me.PanelControl1.Controls.Add(Me.labelControl2)
Me.PanelControl1.Controls.Add(Me.ProgressBarControl1)
Me.PanelControl1.Controls.Add(Me.txtActionName)
Me.PanelControl1.Controls.Add(Me.Version)
Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.PanelControl1.Location = New System.Drawing.Point(0, 0)
Me.PanelControl1.Name = "PanelControl1"
Me.PanelControl1.Size = New System.Drawing.Size(533, 320)
Me.PanelControl1.TabIndex = 18
'
'frmSplash
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(533, 320)
Me.Controls.Add(Me.PictureEdit1)
Me.Controls.Add(Me.ProgressBarControl1)
Me.Controls.Add(Me.pictureEdit2)
Me.Controls.Add(Me.Version)
Me.Controls.Add(Me.txtActionName)
Me.Controls.Add(Me.labelControl2)
Me.Controls.Add(Me.PanelControl1)
Me.Name = "frmSplash"
Me.Text = "Form1"
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pictureEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.PanelControl1.ResumeLayout(False)
Me.PanelControl1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout
End Sub
End Sub
Private WithEvents labelControl2 As DevExpress.XtraEditors.LabelControl
Private WithEvents txtActionName As DevExpress.XtraEditors.LabelControl
Private WithEvents Version As DevExpress.XtraEditors.LabelControl
Friend WithEvents ProgressBarControl1 As DevExpress.XtraEditors.ProgressBarControl
Private WithEvents pictureEdit2 As DevExpress.XtraEditors.PictureEdit
Friend WithEvents PictureEdit1 As DevExpress.XtraEditors.PictureEdit
Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl
End Class