_ Partial Class SplashScreen1 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ 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 'Requise par le Concepteur Windows Form Private components As System.ComponentModel.IContainer 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form 'Elle peut être modifiée à l'aide du Concepteur Windows Form. 'Ne la modifiez pas à l'aide de l'éditeur de code. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SplashScreen1)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.ApplicationTitle = New System.Windows.Forms.Label() Me.DetailsLayoutPanel = New System.Windows.Forms.TableLayoutPanel() Me.Version = New System.Windows.Forms.Label() Me.Copyright = New System.Windows.Forms.Label() Me.MainLayoutPanel = New System.Windows.Forms.TableLayoutPanel() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.DetailsLayoutPanel.SuspendLayout() Me.MainLayoutPanel.SuspendLayout() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = Nothing Me.PictureBox1.Location = New System.Drawing.Point(3, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(237, 212) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 2 Me.PictureBox1.TabStop = False ' 'ApplicationTitle ' Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent Me.ApplicationTitle.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ApplicationTitle.Location = New System.Drawing.Point(246, 3) Me.ApplicationTitle.Name = "ApplicationTitle" Me.ApplicationTitle.Size = New System.Drawing.Size(247, 212) Me.ApplicationTitle.TabIndex = 0 Me.ApplicationTitle.Text = "CLM" Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft ' 'DetailsLayoutPanel ' Me.DetailsLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.None Me.DetailsLayoutPanel.BackColor = System.Drawing.Color.Transparent Me.DetailsLayoutPanel.ColumnCount = 1 Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 247.0!)) Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 142.0!)) Me.DetailsLayoutPanel.Controls.Add(Me.Version, 0, 0) Me.DetailsLayoutPanel.Controls.Add(Me.Copyright, 0, 1) Me.DetailsLayoutPanel.Location = New System.Drawing.Point(246, 221) Me.DetailsLayoutPanel.Name = "DetailsLayoutPanel" Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.0!)) Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.0!)) Me.DetailsLayoutPanel.Size = New System.Drawing.Size(247, 79) Me.DetailsLayoutPanel.TabIndex = 1 ' 'Version ' Me.Version.Anchor = System.Windows.Forms.AnchorStyles.None Me.Version.BackColor = System.Drawing.Color.Transparent Me.Version.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Version.Location = New System.Drawing.Point(3, 9) Me.Version.Name = "Version" Me.Version.Size = New System.Drawing.Size(241, 20) Me.Version.TabIndex = 1 Me.Version.Text = "Version {0}.{1:00}" ' 'Copyright ' Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None Me.Copyright.BackColor = System.Drawing.Color.Transparent Me.Copyright.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Copyright.Location = New System.Drawing.Point(3, 39) Me.Copyright.Name = "Copyright" Me.Copyright.Size = New System.Drawing.Size(241, 40) Me.Copyright.TabIndex = 2 Me.Copyright.Text = "Copyright" ' 'MainLayoutPanel ' Me.MainLayoutPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.MainLayoutPanel.ColumnCount = 2 Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 243.0!)) Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100.0!)) Me.MainLayoutPanel.Controls.Add(Me.DetailsLayoutPanel, 1, 1) Me.MainLayoutPanel.Controls.Add(Me.ApplicationTitle, 1, 0) Me.MainLayoutPanel.Controls.Add(Me.PictureBox1, 0, 0) Me.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill Me.MainLayoutPanel.Location = New System.Drawing.Point(0, 0) Me.MainLayoutPanel.Name = "MainLayoutPanel" Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 218.0!)) Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38.0!)) Me.MainLayoutPanel.Size = New System.Drawing.Size(496, 303) Me.MainLayoutPanel.TabIndex = 0 ' 'Timer1 ' Me.Timer1.Interval = 1000 ' 'SplashScreen1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(496, 303) Me.ControlBox = False Me.Controls.Add(Me.MainLayoutPanel) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "SplashScreen1" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.DetailsLayoutPanel.ResumeLayout(False) Me.MainLayoutPanel.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents PictureBox1 As PictureBox Friend WithEvents ApplicationTitle As Label Friend WithEvents DetailsLayoutPanel As TableLayoutPanel Friend WithEvents Version As Label Friend WithEvents Copyright As Label Friend WithEvents MainLayoutPanel As TableLayoutPanel Friend WithEvents Timer1 As Timer End Class