131 lines
6.8 KiB
VB.net
131 lines
6.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSplash
|
|
Inherits DevExpress.XtraSplashScreen.SplashScreen
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<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
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplash))
|
|
Me.labelControl2 = New DevExpress.XtraEditors.LabelControl()
|
|
Me.txtActionName = New DevExpress.XtraEditors.LabelControl()
|
|
Me.Version = New DevExpress.XtraEditors.LabelControl()
|
|
Me.ProgressBarControl1 = New DevExpress.XtraEditors.ProgressBarControl()
|
|
Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
|
|
Me.pictureEdit2 = New DevExpress.XtraEditors.PictureEdit()
|
|
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pictureEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
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.Name = "labelControl2"
|
|
Me.labelControl2.Size = New System.Drawing.Size(50, 13)
|
|
Me.labelControl2.TabIndex = 12
|
|
Me.labelControl2.Text = "Starting..."
|
|
'
|
|
'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.Name = "txtActionName"
|
|
Me.txtActionName.Size = New System.Drawing.Size(48, 13)
|
|
Me.txtActionName.TabIndex = 12
|
|
Me.txtActionName.Text = "Loading.."
|
|
'
|
|
'Version
|
|
'
|
|
Me.Version.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Version.Location = New System.Drawing.Point(12, 295)
|
|
Me.Version.Name = "Version"
|
|
Me.Version.Size = New System.Drawing.Size(54, 13)
|
|
Me.Version.TabIndex = 12
|
|
Me.Version.Text = "Version {0}"
|
|
'
|
|
'ProgressBarControl1
|
|
'
|
|
Me.ProgressBarControl1.Location = New System.Drawing.Point(12, 231)
|
|
Me.ProgressBarControl1.Name = "ProgressBarControl1"
|
|
Me.ProgressBarControl1.Properties.EndColor = System.Drawing.Color.Empty
|
|
Me.ProgressBarControl1.Properties.LookAndFeel.SkinName = "Office 2019 Colorful"
|
|
Me.ProgressBarControl1.Properties.LookAndFeel.UseDefaultLookAndFeel = False
|
|
Me.ProgressBarControl1.Properties.StartColor = System.Drawing.Color.Empty
|
|
Me.ProgressBarControl1.Size = New System.Drawing.Size(509, 18)
|
|
Me.ProgressBarControl1.TabIndex = 15
|
|
'
|
|
'PictureEdit1
|
|
'
|
|
Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object)
|
|
Me.PictureEdit1.Location = New System.Drawing.Point(247, 255)
|
|
Me.PictureEdit1.Name = "PictureEdit1"
|
|
Me.PictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
|
|
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(274, 53)
|
|
Me.PictureEdit1.TabIndex = 17
|
|
'
|
|
'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.Name = "pictureEdit2"
|
|
Me.pictureEdit2.Properties.AllowFocused = False
|
|
Me.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
|
|
Me.pictureEdit2.Properties.Appearance.Options.UseBackColor = True
|
|
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.TabIndex = 14
|
|
'
|
|
'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.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()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout
|
|
|
|
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
|
|
End Class
|