splash screen
This commit is contained in:
82
EnvelopeGenerator.Form/frmSplashScreen.Designer.vb
generated
82
EnvelopeGenerator.Form/frmSplashScreen.Designer.vb
generated
@@ -22,19 +22,95 @@ Partial Class frmSplashScreen
|
||||
'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(frmSplashScreen))
|
||||
Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
|
||||
Me.lblCopyright = New System.Windows.Forms.Label()
|
||||
Me.lblVersion = New System.Windows.Forms.Label()
|
||||
Me.pbStatus = New System.Windows.Forms.ProgressBar()
|
||||
Me.lblStatus = New System.Windows.Forms.Label()
|
||||
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'PictureEdit1
|
||||
'
|
||||
Me.PictureEdit1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object)
|
||||
Me.PictureEdit1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.PictureEdit1.Name = "PictureEdit1"
|
||||
Me.PictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
|
||||
Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto]
|
||||
Me.PictureEdit1.Size = New System.Drawing.Size(800, 204)
|
||||
Me.PictureEdit1.TabIndex = 0
|
||||
'
|
||||
'lblCopyright
|
||||
'
|
||||
Me.lblCopyright.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblCopyright.AutoSize = True
|
||||
Me.lblCopyright.Location = New System.Drawing.Point(137, 226)
|
||||
Me.lblCopyright.Name = "lblCopyright"
|
||||
Me.lblCopyright.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||||
Me.lblCopyright.Size = New System.Drawing.Size(68, 13)
|
||||
Me.lblCopyright.TabIndex = 9
|
||||
Me.lblCopyright.Tag = "Copyright {0}"
|
||||
Me.lblCopyright.Text = "Copyright {0}"
|
||||
'
|
||||
'lblVersion
|
||||
'
|
||||
Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblVersion.AutoSize = True
|
||||
Me.lblVersion.Location = New System.Drawing.Point(12, 226)
|
||||
Me.lblVersion.Name = "lblVersion"
|
||||
Me.lblVersion.Size = New System.Drawing.Size(91, 13)
|
||||
Me.lblVersion.TabIndex = 8
|
||||
Me.lblVersion.Tag = "Version {0}.{1:00}"
|
||||
Me.lblVersion.Text = "Version {0}.{1:00}"
|
||||
'
|
||||
'pbStatus
|
||||
'
|
||||
Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.pbStatus.Location = New System.Drawing.Point(0, 280)
|
||||
Me.pbStatus.Name = "pbStatus"
|
||||
Me.pbStatus.Size = New System.Drawing.Size(800, 23)
|
||||
Me.pbStatus.TabIndex = 6
|
||||
'
|
||||
'lblStatus
|
||||
'
|
||||
Me.lblStatus.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblStatus.AutoSize = True
|
||||
Me.lblStatus.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblStatus.Location = New System.Drawing.Point(12, 253)
|
||||
Me.lblStatus.Name = "lblStatus"
|
||||
Me.lblStatus.Size = New System.Drawing.Size(47, 15)
|
||||
Me.lblStatus.TabIndex = 7
|
||||
Me.lblStatus.Text = "{Status}"
|
||||
Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'frmSplashScreen
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(365, 204)
|
||||
Me.ClientSize = New System.Drawing.Size(800, 303)
|
||||
Me.Controls.Add(Me.lblCopyright)
|
||||
Me.Controls.Add(Me.lblVersion)
|
||||
Me.Controls.Add(Me.lblStatus)
|
||||
Me.Controls.Add(Me.pbStatus)
|
||||
Me.Controls.Add(Me.PictureEdit1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.Name = "frmSplashScreen"
|
||||
Me.Opacity = 0R
|
||||
Me.ShowIcon = False
|
||||
Me.ShowInTaskbar = False
|
||||
Me.Text = "frmSplashScreen"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "signFLOW"
|
||||
CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents PictureEdit1 As DevExpress.XtraEditors.PictureEdit
|
||||
Friend WithEvents lblCopyright As Label
|
||||
Friend WithEvents lblVersion As Label
|
||||
Friend WithEvents pbStatus As ProgressBar
|
||||
Friend WithEvents lblStatus As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user