Project : SPace
Last build the vendredi 20 avril 2012 at 17:47
Building failed : errors number: 2
File code : C:\Program Files (x86)\Veler Software\SoftwareZator 2011\Temp\Code.vb
Project setting :
Type : ApplicationWindows
Debug : Classique
FormStart : WindowsForm1.szw
SplashScreen :
Optimize : True
----------------------------------------------------------------
24 - Line 0, Column 0, Error BC2007 : option 'win32manifest:"C:\Users\Leonard\Documents\Mes Projets SoftwareZator\SPace\Bin\SPace.manifest"'; non reconnue ignorée
25 - Line 4913, Column 0, Error BC30311 : Une valeur de type 'String' ne peut pas être convertie en 'System.Drawing.
Image'.
----------------------------------------------------------------
' NOTE :
' TOUTES MODIFICATIONS APPORTEES A CE FICHIER CODE NE SERONT PAS PRISES EN COMPTE LORS DE LA REGENERATION DU PROJET.
'------------------------------------------------------------------------------
'
' Ce code a été généré par un outil.
' Version du runtime :2.0.50727.5448
'
' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
' le code est régénéré.
' '------------------------------------------------------------------------------
Option Strict Off
Option Explicit On
Imports System
Imports System.ComponentModel
Imports System.Windows.Forms
2012")>
'Ce Namespace a été généré par SoftwareZator 2011 Edition Standard (2.0.0.0)
Namespace SPace
Public Class AboutBox1_f
Inherits System.Windows.Forms.Form
Public WithEvents LabelVersion As System.Windows.Forms.Label
Public WithEvents LabelCopyright As System.Windows.Forms.Label
Public WithEvents LabelCompanyName As System.Windows.Forms.Label
Public WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
Public WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Public WithEvents LabelProductName As System.Windows.Forms.Label
Public WithEvents TextBoxDescription As System.Windows.Forms.TextBox
Public WithEvents OKButton As System.Windows.Forms.Button
Public WithEvents linkLabel1 As System.Windows.Forms.LinkLabel
Public WithEvents components As System.ComponentModel.IContainer
Public Sub New()
MyBase.New
Me.InitializeComponent
End Sub
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AboutBox1_f))
Me.LabelVersion = New System.Windows.Forms.Label
Me.LabelCopyright = New System.Windows.Forms.Label
Me.LabelCompanyName = New System.Windows.Forms.Label
Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel
Me.LabelProductName = New System.Windows.Forms.Label
Me.TextBoxDescription = New System.Windows.Forms.TextBox
Me.OKButton = New System.Windows.Forms.Button
Me.linkLabel1 = New System.Windows.Forms.LinkLabel
Me.LogoPictureBox = New System.Windows.Forms.PictureBox
Me.TableLayoutPanel.SuspendLayout
CType(Me.LogoPictureBox,System.ComponentModel.ISupportInitialize).BeginInit
Me.SuspendLayout
'
'LabelVersion
'
Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelVersion.Location = New System.Drawing.Point(133, 26)
Me.LabelVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelVersion.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelVersion.Name = "LabelVersion"
Me.LabelVersion.Size = New System.Drawing.Size(250, 17)
Me.LabelVersion.TabIndex = 0
Me.LabelVersion.Text = "2.0.0"
Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelCopyright
'
Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelCopyright.Location = New System.Drawing.Point(133, 52)
Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelCopyright.Name = "LabelCopyright"
Me.LabelCopyright.Size = New System.Drawing.Size(250, 17)
Me.LabelCopyright.TabIndex = 0
Me.LabelCopyright.Text = "Copyright 2011-2012"
Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelCompanyName
'
Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelCompanyName.Location = New System.Drawing.Point(133, 78)
Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelCompanyName.Name = "LabelCompanyName"
Me.LabelCompanyName.Size = New System.Drawing.Size(250, 17)
Me.LabelCompanyName.TabIndex = 0
Me.LabelCompanyName.Text = "Saracax Production"
Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TableLayoutPanel
'
Me.TableLayoutPanel.ColumnCount = 2
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33!))
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67!))
Me.TableLayoutPanel.Controls.Add(Me.LabelProductName, 1, 0)
Me.TableLayoutPanel.Controls.Add(Me.LabelVersion, 1, 1)
Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright, 1, 2)
Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName, 1, 3)
Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription, 1, 4)
Me.TableLayoutPanel.Controls.Add(Me.OKButton, 1, 6)
Me.TableLayoutPanel.Controls.Add(Me.linkLabel1, 1, 5)
Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel.Location = New System.Drawing.Point(9, 9)
Me.TableLayoutPanel.Name = "TableLayoutPanel"
Me.TableLayoutPanel.RowCount = 7
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.5!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5!))
Me.TableLayoutPanel.Size = New System.Drawing.Size(386, 248)
Me.TableLayoutPanel.TabIndex = 1
'
'LabelProductName
'
Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelProductName.Location = New System.Drawing.Point(133, 0)
Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelProductName.Name = "LabelProductName"
Me.LabelProductName.Size = New System.Drawing.Size(250, 17)
Me.LabelProductName.TabIndex = 0
Me.LabelProductName.Text = "SPace"
Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxDescription
'
Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBoxDescription.Location = New System.Drawing.Point(133, 107)
Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3)
Me.TextBoxDescription.Multiline = true
Me.TextBoxDescription.Name = "TextBoxDescription"
Me.TextBoxDescription.ReadOnly = true
Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBoxDescription.Size = New System.Drawing.Size(250, 72)
Me.TextBoxDescription.TabIndex = 0
Me.TextBoxDescription.TabStop = false
Me.TextBoxDescription.Text = "Description :"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" SPace est une application utilitaire regroupant plusieurs service"& _
"s dotés des dernières technologies de Saracax Production."
'
'OKButton
'
Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.OKButton.Location = New System.Drawing.Point(308, 225)
Me.OKButton.Name = "OKButton"
Me.OKButton.Size = New System.Drawing.Size(75, 20)
Me.OKButton.TabIndex = 0
Me.OKButton.Text = "&OK"
'
'linkLabel1
'
Me.linkLabel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.linkLabel1.Location = New System.Drawing.Point(130, 182)
Me.linkLabel1.Name = "linkLabel1"
Me.linkLabel1.Size = New System.Drawing.Size(253, 40)
Me.linkLabel1.TabIndex = 1
Me.linkLabel1.TabStop = true
Me.linkLabel1.Text = "Site Officiel de Saracax >"
'
'LogoPictureBox
'
Me.LogoPictureBox.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.LogoPictureBox.ErrorImage = CType(resources.GetObject("LogoPictureBox.ErrorImage"),System.Drawing.Image)
Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"),System.Drawing.Image)
Me.LogoPictureBox.InitialImage = CType(resources.GetObject("LogoPictureBox.InitialImage"),System.Drawing.Image)
Me.LogoPictureBox.Location = New System.Drawing.Point(3, 3)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox, 7)
Me.LogoPictureBox.Size = New System.Drawing.Size(121, 242)
Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.LogoPictureBox.TabIndex = 0
Me.LogoPictureBox.TabStop = false
'
'AboutBox1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.OKButton
Me.ClientSize = New System.Drawing.Size(404, 266)
Me.Controls.Add(Me.TableLayoutPanel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
Me.MaximizeBox = false
Me.MinimizeBox = false
Me.Name = "AboutBox1"
Me.Padding = New System.Windows.Forms.Padding(9)
Me.ShowIcon = false
Me.ShowInTaskbar = false
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "A Propos de SPace"
Me.TableLayoutPanel.ResumeLayout(false)
Me.TableLayoutPanel.PerformLayout
CType(Me.LogoPictureBox,System.ComponentModel.ISupportInitialize).EndInit
Me.ResumeLayout(false)
End Sub
End Class
Public Class WindowsForm1_f
Inherits System.Windows.Forms.Form
Public WithEvents label1 As System.Windows.Forms.Label
Public WithEvents button1 As System.Windows.Forms.Button
Public WithEvents button2 As System.Windows.Forms.Button
Public WithEvents components As System.ComponentModel.IContainer
Public Sub New()
MyBase.New
Me.InitializeComponent
End Sub
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(WindowsForm1_f))
Me.label1 = New System.Windows.Forms.Label
Me.button1 = New System.Windows.Forms.Button
Me.button2 = New System.Windows.Forms.Button
Me.SuspendLayout
'
'label1
'
Me.label1.Font = New System.Drawing.Font("Segoe UI", 24!, System.Drawing.FontStyle.Italic)
Me.label1.ForeColor = System.Drawing.Color.DarkTurquoise
Me.label1.Location = New System.Drawing.Point(12, 28)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(392, 50)
Me.label1.TabIndex = 0
Me.label1.Text = "Bienvenue sur SPace 2.0"
'
'button1
'
Me.button1.Font = New System.Drawing.Font("Segoe UI", 12.25!)
Me.button1.Location = New System.Drawing.Point(208, 115)
Me.button1.Name = "button1"
Me.button1.Size = New System.Drawing.Size(235, 60)
Me.button1.TabIndex = 1
Me.button1.Text = "Entrer dans l'interface"
Me.button1.UseVisualStyleBackColor = true
'
'button2
'
Me.button2.Font = New System.Drawing.Font("Segoe UI", 10.25!)
Me.button2.Location = New System.Drawing.Point(12, 122)
Me.button2.Name = "button2"
Me.button2.Size = New System.Drawing.Size(103, 49)
Me.button2.TabIndex = 2
Me.button2.Text = "Quitter"
Me.button2.UseVisualStyleBackColor = true
'
'WindowsForm1
'
Me.ClientSize = New System.Drawing.Size(455, 184)
Me.ControlBox = false
Me.Controls.Add(Me.button2)
Me.Controls.Add(Me.button1)
Me.Controls.Add(Me.label1)
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
Me.MaximumSize = New System.Drawing.Size(471, 222)
Me.MinimumSize = New System.Drawing.Size(471, 222)
Me.Name = "WindowsForm1"
Me.Text = "SPace 2"
Me.ResumeLayout(false)
End Sub
_
Public Shared Sub Main()
System.Windows.Forms.Application.EnableVisualStyles()
If My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5", "Version", Nothing) Is Nothing Then
System.Windows.Forms.MessageBox.Show("The .Net Framework 3.5 was not found. SPace can't start without it. Please install the .Net Framework 3.5 and try again.", "SPace", MessageBoxButtons.OK, MessageBoxIcon.Error)
System.Diagnostics.Process.Start("http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=fr")
End
End If
My.Resources.Culture = Globalization.CultureInfo.InvariantCulture : My.Resources.Culture = My.Resources.Culture
System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(False)
For Each arg As String In System.Environment.GetCommandLineArgs
If Not arg = System.Windows.Forms.Application.ExecutablePath Then
Redim Preserve ALL_ARGUMENTS_APPLICATIONS(ALL_ARGUMENTS_APPLICATIONS.Length) : ALL_ARGUMENTS_APPLICATIONS(ALL_ARGUMENTS_APPLICATIONS.Length - 1) = arg
End If
Next
System.Windows.Forms.Application.Run(New WindowsForm1_f)
End Sub
End Class
Public Class WindowsForm10_f
Inherits System.Windows.Forms.Form
Public WithEvents label1 As System.Windows.Forms.Label
Public WithEvents textBox1 As System.Windows.Forms.TextBox
Public WithEvents button1 As System.Windows.Forms.Button
Public WithEvents button2 As System.Windows.Forms.Button
Public WithEvents components As System.ComponentModel.IContainer
Public Sub New()
MyBase.New
Me.InitializeComponent
End Sub
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(WindowsForm10_f))
Me.label1 = New System.Windows.Forms.Label
Me.textBox1 = New System.Windows.Forms.TextBox
Me.button1 = New System.Windows.Forms.Button
Me.button2 = New System.Windows.Forms.Button
Me.SuspendLayout
'
'label1
'
Me.label1.Location = New System.Drawing.Point(13, 13)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(192, 23)
Me.label1.TabIndex = 0
Me.label1.Text = "Changer la page d'accueil :"
'
'textBox1
'
Me.textBox1.Location = New System.Drawing.Point(13, 49)
Me.textBox1.Name = "textBox1"
Me.textBox1.Size = New System.Drawing.Size(394, 26)
Me.textBox1.TabIndex = 1
'
'button1
'
Me.button1.Location = N