Files
Nuvolar/momoERP.Win.HA/MomoSplash.Designer.vb
T

123 lines
6.2 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MomoSplash
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(MomoSplash))
Me.pictureEdit1 = New DevExpress.XtraEditors.PictureEdit()
Me.labelControl2 = New DevExpress.XtraEditors.LabelControl()
Me.labelControl1 = New DevExpress.XtraEditors.LabelControl()
Me.marqueeProgressBarControl1 = New DevExpress.XtraEditors.MarqueeProgressBarControl()
Me.pictureEdit2 = New DevExpress.XtraEditors.PictureEdit()
CType(Me.pictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.marqueeProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pictureEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pictureEdit1
'
Me.pictureEdit1.Cursor = System.Windows.Forms.Cursors.WaitCursor
Me.pictureEdit1.EditValue = CType(resources.GetObject("pictureEdit1.EditValue"), Object)
Me.pictureEdit1.Location = New System.Drawing.Point(347, 359)
Me.pictureEdit1.Name = "pictureEdit1"
Me.pictureEdit1.Properties.AllowFocused = False
Me.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
Me.pictureEdit1.Properties.Appearance.Options.UseBackColor = True
Me.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
Me.pictureEdit1.Properties.ShowMenu = False
Me.pictureEdit1.Size = New System.Drawing.Size(160, 48)
Me.pictureEdit1.TabIndex = 13
Me.pictureEdit1.UseWaitCursor = True
'
'labelControl2
'
Me.labelControl2.Location = New System.Drawing.Point(23, 206)
Me.labelControl2.Name = "labelControl2"
Me.labelControl2.Size = New System.Drawing.Size(50, 13)
Me.labelControl2.TabIndex = 12
Me.labelControl2.Text = "Starting..."
Me.labelControl2.UseWaitCursor = True
'
'labelControl1
'
Me.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
Me.labelControl1.Location = New System.Drawing.Point(23, 379)
Me.labelControl1.Name = "labelControl1"
Me.labelControl1.Size = New System.Drawing.Size(168, 13)
Me.labelControl1.TabIndex = 11
Me.labelControl1.Text = "Copyright © 2017-2018 momo ERP"
Me.labelControl1.UseWaitCursor = True
'
'marqueeProgressBarControl1
'
Me.marqueeProgressBarControl1.EditValue = 0
Me.marqueeProgressBarControl1.Location = New System.Drawing.Point(23, 341)
Me.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1"
Me.marqueeProgressBarControl1.Properties.MarqueeAnimationSpeed = 1
Me.marqueeProgressBarControl1.Properties.ProgressAnimationMode = DevExpress.Utils.Drawing.ProgressAnimationMode.PingPong
Me.marqueeProgressBarControl1.Size = New System.Drawing.Size(484, 12)
Me.marqueeProgressBarControl1.TabIndex = 10
Me.marqueeProgressBarControl1.UseWaitCursor = True
'
'pictureEdit2
'
Me.pictureEdit2.Cursor = System.Windows.Forms.Cursors.WaitCursor
Me.pictureEdit2.EditValue = CType(resources.GetObject("pictureEdit2.EditValue"), Object)
Me.pictureEdit2.Location = New System.Drawing.Point(23, 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.Squeeze
Me.pictureEdit2.Size = New System.Drawing.Size(484, 323)
Me.pictureEdit2.TabIndex = 14
Me.pictureEdit2.UseWaitCursor = True
'
'MomoSplash
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(525, 428)
Me.Controls.Add(Me.pictureEdit2)
Me.Controls.Add(Me.pictureEdit1)
Me.Controls.Add(Me.labelControl2)
Me.Controls.Add(Me.labelControl1)
Me.Controls.Add(Me.marqueeProgressBarControl1)
Me.Name = "MomoSplash"
Me.Text = "Form1"
Me.UseWaitCursor = True
CType(Me.pictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.marqueeProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pictureEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents pictureEdit1 As DevExpress.XtraEditors.PictureEdit
Private WithEvents labelControl2 As DevExpress.XtraEditors.LabelControl
Private WithEvents labelControl1 As DevExpress.XtraEditors.LabelControl
Private WithEvents marqueeProgressBarControl1 As DevExpress.XtraEditors.MarqueeProgressBarControl
Private WithEvents pictureEdit2 As DevExpress.XtraEditors.PictureEdit
End Class