Partial Class XafSplashScreen Inherits DevExpress.XtraSplashScreen.SplashScreen 'Form overrides dispose to clean up the component list. 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. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(XafSplashScreen)) Me.labelCopyright = New DevExpress.XtraEditors.LabelControl() Me.pictureEdit1 = New DevExpress.XtraEditors.PictureEdit() Me.pcApplicationName = New DevExpress.XtraEditors.PanelControl() Me.labelSubtitle = New DevExpress.XtraEditors.LabelControl() Me.labelApplicationName = New DevExpress.XtraEditors.LabelControl() Me.labelStatus = New DevExpress.XtraEditors.LabelControl() Me.progressBarControl = New DevExpress.XtraEditors.MarqueeProgressBarControl() CType(Me.pictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pcApplicationName, System.ComponentModel.ISupportInitialize).BeginInit() Me.pcApplicationName.SuspendLayout() CType(Me.progressBarControl.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'labelCopyright ' Me.labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.labelCopyright.Location = New System.Drawing.Point(24, 292) Me.labelCopyright.Name = "labelCopyright" Me.labelCopyright.Size = New System.Drawing.Size(47, 13) Me.labelCopyright.TabIndex = 11 Me.labelCopyright.Text = "Copyright" ' 'pictureEdit1 ' Me.pictureEdit1.EditValue = CType(resources.GetObject("pictureEdit1.EditValue"), Object) Me.pictureEdit1.Location = New System.Drawing.Point(347, 304) 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.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom Me.pictureEdit1.Size = New System.Drawing.Size(126, 35) Me.pictureEdit1.TabIndex = 15 ' 'pcApplicationName ' Me.pcApplicationName.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(187, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(11, Byte), Integer)) Me.pcApplicationName.Appearance.Options.UseBackColor = True Me.pcApplicationName.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.pcApplicationName.Controls.Add(Me.labelSubtitle) Me.pcApplicationName.Controls.Add(Me.labelApplicationName) Me.pcApplicationName.Dock = System.Windows.Forms.DockStyle.Top Me.pcApplicationName.Location = New System.Drawing.Point(1, 1) Me.pcApplicationName.LookAndFeel.UseDefaultLookAndFeel = False Me.pcApplicationName.Name = "pcApplicationName" Me.pcApplicationName.Size = New System.Drawing.Size(490, 220) Me.pcApplicationName.TabIndex = 16 ' 'labelSubtitle ' Me.labelSubtitle.Appearance.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.labelSubtitle.Appearance.ForeColor = System.Drawing.Color.White Me.labelSubtitle.Appearance.Options.UseFont = True Me.labelSubtitle.Appearance.Options.UseForeColor = True Me.labelSubtitle.Location = New System.Drawing.Point(154, 148) Me.labelSubtitle.Name = "labelSubtitle" Me.labelSubtitle.Size = New System.Drawing.Size(176, 25) Me.labelSubtitle.TabIndex = 1 Me.labelSubtitle.Text = "by Dorlin-System Kft." ' 'labelApplicationName ' Me.labelApplicationName.Appearance.Font = New System.Drawing.Font("Segoe UI", 26.25!) Me.labelApplicationName.Appearance.ForeColor = System.Drawing.SystemColors.Window Me.labelApplicationName.Appearance.Options.UseFont = True Me.labelApplicationName.Appearance.Options.UseForeColor = True Me.labelApplicationName.Location = New System.Drawing.Point(23, 84) Me.labelApplicationName.Name = "labelApplicationName" Me.labelApplicationName.Size = New System.Drawing.Size(430, 47) Me.labelApplicationName.TabIndex = 0 Me.labelApplicationName.Text = "Nuvolar Accounting System" ' 'labelStatus ' Me.labelStatus.Location = New System.Drawing.Point(67, 241) Me.labelStatus.Name = "labelStatus" Me.labelStatus.Size = New System.Drawing.Size(50, 13) Me.labelStatus.TabIndex = 18 Me.labelStatus.Text = "Starting..." ' 'progressBarControl ' Me.progressBarControl.EditValue = 0 Me.progressBarControl.Location = New System.Drawing.Point(66, 259) Me.progressBarControl.Name = "progressBarControl" Me.progressBarControl.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(195, Byte), Integer), CType(CType(194, Byte), Integer), CType(CType(194, Byte), Integer)) Me.progressBarControl.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple Me.progressBarControl.Properties.EndColor = System.Drawing.Color.FromArgb(CType(CType(197, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(11, Byte), Integer)) Me.progressBarControl.Properties.LookAndFeel.SkinName = "Visual Studio 2013 Blue" Me.progressBarControl.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat Me.progressBarControl.Properties.LookAndFeel.UseDefaultLookAndFeel = False Me.progressBarControl.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid Me.progressBarControl.Properties.StartColor = System.Drawing.Color.FromArgb(CType(CType(197, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(11, Byte), Integer)) Me.progressBarControl.Size = New System.Drawing.Size(350, 16) Me.progressBarControl.TabIndex = 17 ' 'XafSplashScreen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(492, 343) Me.Controls.Add(Me.labelStatus) Me.Controls.Add(Me.progressBarControl) Me.Controls.Add(Me.pcApplicationName) Me.Controls.Add(Me.pictureEdit1) Me.Controls.Add(Me.labelCopyright) Me.Name = "XafSplashScreen" Me.Padding = New System.Windows.Forms.Padding(1) Me.Text = "XafSplashScreen" CType(Me.pictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pcApplicationName, System.ComponentModel.ISupportInitialize).EndInit() Me.pcApplicationName.ResumeLayout(False) Me.pcApplicationName.PerformLayout() CType(Me.progressBarControl.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Private WithEvents labelCopyright As DevExpress.XtraEditors.LabelControl Private WithEvents pictureEdit1 As DevExpress.XtraEditors.PictureEdit Private WithEvents pcApplicationName As DevExpress.XtraEditors.PanelControl Private WithEvents labelSubtitle As DevExpress.XtraEditors.LabelControl Private WithEvents labelApplicationName As DevExpress.XtraEditors.LabelControl Private WithEvents labelStatus As DevExpress.XtraEditors.LabelControl Private WithEvents progressBarControl As DevExpress.XtraEditors.MarqueeProgressBarControl End Class