Etienne BAUDOUX

Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Etienne BAUDOUX

Forum sur les projets de Etienne BAUDOUX

Le Deal du moment : -28%
Brandt LVE127J – Lave-vaisselle encastrable 12 ...
Voir le deal
279.99 €

2 participants

    [résolu]impossible d'utiliser le logiciel

    djthesound
    djthesound
    Nouveau
    Nouveau


    Masculin Nombre de messages : 22
    Date d'inscription : 11/12/2016

    [résolu]impossible d'utiliser le logiciel Empty [résolu]impossible d'utiliser le logiciel

    Message par djthesound Mer 21 Déc 2016 - 17:50

    Bonjour,

    voila 
    j'utiliser software Zatox 2011 standard edition 
    depuis quelque temps il m'est devenu impossible de continuer l'avancement de mon projet 
    je m'explique 
    j'ai cree une page, deux pages, j'ai cree mes conditions et tout ce que je voulais 
    je compile et ca marche
    je continu et je re-compile 
    et la erreur de generation 
    alors je regarde l'erreur, pas d'erreur d'afficher 
    je supprime je re-compile et ca fonctionne 
    jusque la c'est pt une erreur de programme 
    je decide de mettre juste un texte simple sans fonction rien 
    erreur de generation sans me dire ce qu'il y a 
    apres desinstallation et reinstallation du logiciel meme probleme 
    est ce que je fait mal quelque chose ? y'a t il un bug logiciel ? 
    aider moi pplz


    Dernière édition par polien le Mer 21 Déc 2016 - 21:55, édité 2 fois (Raison : un petit bonjour en plus et s'est parfait ^^)
    lereparateurdepc
    lereparateurdepc



    Masculin Nombre de messages : 5621
    Age : 31
    Localisation : Calvados
    Emploi/loisirs : Electrotechnicien / électricité, HAUTE TENSION, électronique, informatique, automatisme , Arduino, bref le BRICOLAGE , ...
    Humeur : toujours cool
    Date d'inscription : 31/01/2010

    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par lereparateurdepc Mer 21 Déc 2016 - 18:04

    re,

    Dans un premier temps, il faut nous donner le contenu du rapport de génération.
    Il n'est pas rare d'avoir une erreur de compilation sans erreurs d'affichés.
    Faire un clique droit dans le panneau "erreurs de génération" et poser en balise code le contenu.

    Dans un second temps, si le projet n'est pas trop avancé, il est préférable de passer à SZ2012; mais là attention, il faut refaire le projet de 0.

    Cordialement,
    Le réparateur de PC
    djthesound
    djthesound
    Nouveau
    Nouveau


    Masculin Nombre de messages : 22
    Date d'inscription : 11/12/2016

    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par djthesound Mer 21 Déc 2016 - 18:43

    alors je vais vous donner ca
    ou puis je trouver sz2012 ?

    EDIT : le code

    Code:
    Project : gestiondemaintenance
    Last build the mercredi 21 décembre 2016 at 19:37

    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
    ----------------------------------------------------------------
        8 - Line 0, Column 0, Error BC2007 : option 'win32manifest:"C:\Users\Thomas\Desktop\gestiondemaintenance\Bin\gestiondemaintenance.manifest"'; non reconnue ignorée
        9 - Line 701, Column 0, Error BC30183 : Mot clé non valide en tant qu'identificateur.
    ----------------------------------------------------------------

    ' NOTE :
    ' TOUTES MODIFICATIONS APPORTEES A CE FICHIER CODE NE SERONT PAS PRISES EN COMPTE LORS DE LA REGENERATION DU PROJET.

    '------------------------------------------------------------------------------
    ' <auto-generated>
    '     Ce code a été généré par un outil.
    '     Version du runtime :2.0.50727.5485
    '
    '     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
    '     le code est régénéré.
    ' </auto-generated>
    '------------------------------------------------------------------------------

    Option Strict Off
    Option Explicit On

    Imports System

    Imports System.ComponentModel

    Imports System.Windows.Forms

    <Assembly: Reflection.AssemblyTitle("gestiondemaintenance")>
    <Assembly: Reflection.AssemblyDescription("")>
    <Assembly: Reflection.AssemblyCompany("")>
    <Assembly: Reflection.AssemblyProduct("")>
    <Assembly: Reflection.AssemblyCopyright("Copyright © 2016")>
    <Assembly: Reflection.AssemblyTrademark("")>
    <Assembly: Reflection.AssemblyVersion("1.0.0.0")>
    <Assembly: Reflection.AssemblyFileVersion("1.0.0.0")>
    <Assembly: Runtime.InteropServices.ComVisible(True)>


    'Ce Namespace a été généré par SoftwareZator 2011 Edition Standard (2.0.0.0)
    Namespace gestiondemaintenance
        
        Public Class maintenance_f
            Inherits System.Windows.Forms.Form
            
            Public WithEvents label1 As System.Windows.Forms.Label
            
            Public WithEvents quitter As System.Windows.Forms.Button
            
            Public WithEvents dates As System.Windows.Forms.DateTimePicker
            
            Public WithEvents label2 As System.Windows.Forms.Label
            
            Public WithEvents label3 As System.Windows.Forms.Label
            
            Public WithEvents label4 As System.Windows.Forms.Label
            
            Public WithEvents intervenant As System.Windows.Forms.MaskedTextBox
            
            Public WithEvents comboBox1 As System.Windows.Forms.ComboBox
            
            Public WithEvents rampescn As System.Windows.Forms.CheckBox
            
            Public WithEvents pompeavide As System.Windows.Forms.CheckBox
            
            Public WithEvents encollage As System.Windows.Forms.CheckBox
            
            Public WithEvents tractioncn As System.Windows.Forms.CheckBox
            
            Public WithEvents pinces As System.Windows.Forms.CheckBox
            
            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(maintenance_f))
                Me.label1 = New System.Windows.Forms.Label
                Me.quitter = New System.Windows.Forms.Button
                Me.dates = New System.Windows.Forms.DateTimePicker
                Me.label2 = New System.Windows.Forms.Label
                Me.label3 = New System.Windows.Forms.Label
                Me.label4 = New System.Windows.Forms.Label
                Me.intervenant = New System.Windows.Forms.MaskedTextBox
                Me.comboBox1 = New System.Windows.Forms.ComboBox
                Me.rampescn = New System.Windows.Forms.CheckBox
                Me.pompeavide = New System.Windows.Forms.CheckBox
                Me.encollage = New System.Windows.Forms.CheckBox
                Me.tractioncn = New System.Windows.Forms.CheckBox
                Me.pinces = New System.Windows.Forms.CheckBox
                Me.SuspendLayout
                '
                'label1
                '
                Me.label1.Font = New System.Drawing.Font("Segoe UI", 48!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline),System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.label1.Location = New System.Drawing.Point(12, 9)
                Me.label1.Name = "label1"
                Me.label1.Size = New System.Drawing.Size(1560, 116)
                Me.label1.TabIndex = 1
                Me.label1.Text = "ENTRER UNE NOUVELLE MAINTENANCE"
                Me.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
                '
                'quitter
                '
                Me.quitter.Location = New System.Drawing.Point(12, 517)
                Me.quitter.Name = "quitter"
                Me.quitter.Size = New System.Drawing.Size(137, 35)
                Me.quitter.TabIndex = 2
                Me.quitter.Text = "QUITTER"
                Me.quitter.UseVisualStyleBackColor = true
                '
                'dates
                '
                Me.dates.Location = New System.Drawing.Point(12, 291)
                Me.dates.Name = "dates"
                Me.dates.Size = New System.Drawing.Size(358, 22)
                Me.dates.TabIndex = 4
                Me.dates.Value = New Date(2016, 12, 10, 0, 0, 0, 0)
                '
                'label2
                '
                Me.label2.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.label2.Location = New System.Drawing.Point(12, 164)
                Me.label2.Name = "label2"
                Me.label2.Size = New System.Drawing.Size(109, 34)
                Me.label2.TabIndex = 5
                Me.label2.Text = "Machine "
                '
                'label3
                '
                Me.label3.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.label3.Location = New System.Drawing.Point(12, 254)
                Me.label3.Name = "label3"
                Me.label3.Size = New System.Drawing.Size(109, 34)
                Me.label3.TabIndex = 5
                Me.label3.Text = "Date "
                '
                'label4
                '
                Me.label4.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.label4.Location = New System.Drawing.Point(12, 369)
                Me.label4.Name = "label4"
                Me.label4.Size = New System.Drawing.Size(156, 34)
                Me.label4.TabIndex = 5
                Me.label4.Text = "Intervenant(s) "
                '
                'intervenant
                '
                Me.intervenant.Location = New System.Drawing.Point(12, 415)
                Me.intervenant.Name = "intervenant"
                Me.intervenant.Size = New System.Drawing.Size(218, 22)
                Me.intervenant.TabIndex = 6
                '
                'comboBox1
                '
                Me.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System
                Me.comboBox1.FormattingEnabled = true
                Me.comboBox1.ItemHeight = 13
                Me.comboBox1.Items.AddRange(New Object() {"Scie 1", "Scie 2", "Scie 3", "CN1", "CN2", "CN3", "CN4", "CN5", "BAZ 1", "BAZ 2", "BAZ 3", "PLAQUEUSE 2", "PLAQUEUSE 3", "PLAQUEUSE 4", "BHX 1", "BHX 2", "BHX 3"})
                Me.comboBox1.Location = New System.Drawing.Point(13, 202)
                Me.comboBox1.MaxDropDownItems = 20
                Me.comboBox1.Name = "comboBox1"
                Me.comboBox1.Size = New System.Drawing.Size(512, 21)
                Me.comboBox1.TabIndex = 12
                '
                'rampescn
                '
                Me.rampescn.Location = New System.Drawing.Point(683, 156)
                Me.rampescn.Name = "rampescn"
                Me.rampescn.Size = New System.Drawing.Size(241, 37)
                Me.rampescn.TabIndex = 9
                Me.rampescn.Text = "GRAISSAGE DES RAMPES"
                Me.rampescn.UseVisualStyleBackColor = true
                Me.rampescn.Visible = false
                '
                'pompeavide
                '
                Me.pompeavide.Location = New System.Drawing.Point(683, 316)
                Me.pompeavide.Name = "pompeavide"
                Me.pompeavide.Size = New System.Drawing.Size(241, 37)
                Me.pompeavide.TabIndex = 9
                Me.pompeavide.Text = "CHANGEMENT POMPES A VIDES"
                Me.pompeavide.UseVisualStyleBackColor = true
                Me.pompeavide.Visible = false
                '
                'encollage
                '
                Me.encollage.Location = New System.Drawing.Point(683, 273)
                Me.encollage.Name = "encollage"
                Me.encollage.Size = New System.Drawing.Size(241, 37)
                Me.encollage.TabIndex = 9
                Me.encollage.Text = "VERIFICATION TETE D'ENCOLLAGE "
                Me.encollage.UseVisualStyleBackColor = true
                Me.encollage.Visible = false
                '
                'tractioncn
                '
                Me.tractioncn.Location = New System.Drawing.Point(683, 237)
                Me.tractioncn.Name = "tractioncn"
                Me.tractioncn.Size = New System.Drawing.Size(241, 37)
                Me.tractioncn.TabIndex = 9
                Me.tractioncn.Text = "TRACTION HSK"
                Me.tractioncn.UseVisualStyleBackColor = true
                Me.tractioncn.Visible = false
                '
                'pinces
                '
                Me.pinces.Location = New System.Drawing.Point(683, 199)
                Me.pinces.Name = "pinces"
                Me.pinces.Size = New System.Drawing.Size(340, 25)
                Me.pinces.TabIndex = 7
                Me.pinces.Text = "GRAISSAGE DES PINCES "
                Me.pinces.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
                Me.pinces.UseVisualStyleBackColor = true
                Me.pinces.Visible = false
                '
                'maintenance
                '
                Me.ClientSize = New System.Drawing.Size(1584, 564)
                Me.Controls.Add(Me.pompeavide)
                Me.Controls.Add(Me.encollage)
                Me.Controls.Add(Me.tractioncn)
                Me.Controls.Add(Me.rampescn)
                Me.Controls.Add(Me.comboBox1)
                Me.Controls.Add(Me.pinces)
                Me.Controls.Add(Me.intervenant)
                Me.Controls.Add(Me.label4)
                Me.Controls.Add(Me.label3)
                Me.Controls.Add(Me.label2)
                Me.Controls.Add(Me.dates)
                Me.Controls.Add(Me.label1)
                Me.Controls.Add(Me.quitter)
                Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
                Me.Name = "maintenance"
                Me.Text = "maintenance"
                Me.ResumeLayout(false)
                Me.PerformLayout
            End Sub
        End Class
        
        Public Class GMAO_f
            Inherits System.Windows.Forms.Form
            
            Public WithEvents label1 As System.Windows.Forms.Label
            
            Public WithEvents button1 As System.Windows.Forms.Button
            
            Public WithEvents quitter As System.Windows.Forms.Button
            
            Public WithEvents button5 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(GMAO_f))
                Me.label1 = New System.Windows.Forms.Label
                Me.button1 = New System.Windows.Forms.Button
                Me.quitter = New System.Windows.Forms.Button
                Me.button5 = New System.Windows.Forms.Button
                Me.button2 = New System.Windows.Forms.Button
                Me.SuspendLayout
                '
                'label1
                '
                Me.label1.Font = New System.Drawing.Font("Segoe UI", 72!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline),System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.label1.Location = New System.Drawing.Point(327, 24)
                Me.label1.Name = "label1"
                Me.label1.Size = New System.Drawing.Size(993, 134)
                Me.label1.TabIndex = 0
                Me.label1.Text = "ACCUEIL"
                Me.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
                '
                'button1
                '
                Me.button1.Font = New System.Drawing.Font("Segoe UI", 36!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.button1.ForeColor = System.Drawing.Color.Blue
                Me.button1.Location = New System.Drawing.Point(327, 197)
                Me.button1.Name = "button1"
                Me.button1.Size = New System.Drawing.Size(993, 82)
                Me.button1.TabIndex = 1
                Me.button1.Text = "TABLEAU DE BORD"
                Me.button1.UseVisualStyleBackColor = true
                '
                'quitter
                '
                Me.quitter.Location = New System.Drawing.Point(22, 815)
                Me.quitter.Name = "quitter"
                Me.quitter.Size = New System.Drawing.Size(137, 35)
                Me.quitter.TabIndex = 1
                Me.quitter.Text = "QUITTER"
                Me.quitter.UseVisualStyleBackColor = true
                '
                'button5
                '
                Me.button5.Font = New System.Drawing.Font("Segoe UI", 36!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.button5.ForeColor = System.Drawing.Color.Blue
                Me.button5.Location = New System.Drawing.Point(327, 599)
                Me.button5.Name = "button5"
                Me.button5.Size = New System.Drawing.Size(993, 82)
                Me.button5.TabIndex = 1
                Me.button5.Text = "PARAMETRES"
                Me.button5.UseVisualStyleBackColor = true
                '
                'button2
                '
                Me.button2.Font = New System.Drawing.Font("Segoe UI", 36!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.button2.ForeColor = System.Drawing.Color.Blue
                Me.button2.Location = New System.Drawing.Point(327, 397)
                Me.button2.Name = "button2"
                Me.button2.Size = New System.Drawing.Size(993, 82)
                Me.button2.TabIndex = 1
                Me.button2.Text = "NOUVELLE MAINTENANCE"
                Me.button2.UseVisualStyleBackColor = true
                '
                'GMAO
                '
                Me.ClientSize = New System.Drawing.Size(1584, 862)
                Me.Controls.Add(Me.quitter)
                Me.Controls.Add(Me.button2)
                Me.Controls.Add(Me.button5)
                Me.Controls.Add(Me.button1)
                Me.Controls.Add(Me.label1)
                Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
                Me.Name = "GMAO"
                Me.Text = "Gestion de Maintenance"
                Me.ResumeLayout(false)
            End Sub
            
            <System.STAThreadAttribute()>  _
            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. gestiondemaintenance can't start without it. Please install the .Net Framework 3.5 and try again.", "gestiondemaintenance", 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 GMAO_f)
            End Sub
        End Class
        
        Public Class Accueil_f
            Inherits System.Windows.Forms.Form
            
            Public WithEvents label1 As System.Windows.Forms.Label
            
            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(Accueil_f))
                Me.label1 = New System.Windows.Forms.Label
                Me.SuspendLayout
                '
                'label1
                '
                Me.label1.Location = New System.Drawing.Point(143, 109)
                Me.label1.Name = "label1"
                Me.label1.Size = New System.Drawing.Size(415, 260)
                Me.label1.TabIndex = 0
                Me.label1.Text = "sssai"
                '
                'Accueil
                '
                Me.ClientSize = New System.Drawing.Size(784, 562)
                Me.Controls.Add(Me.label1)
                Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
                Me.Name = "Accueil"
                Me.Text = "Accueil"
                Me.ResumeLayout(false)
            End Sub
        End Class
        
        Public Class SplashScreen1_f
            Inherits System.Windows.Forms.Form
            
            Public WithEvents DetailsLayoutPanel As System.Windows.Forms.TableLayoutPanel
            
            Public WithEvents Version As System.Windows.Forms.Label
            
            Public WithEvents Copyright As System.Windows.Forms.Label
            
            Public WithEvents MainLayoutPanel As System.Windows.Forms.TableLayoutPanel
            
            Public WithEvents ApplicationTitle As System.Windows.Forms.Label
            
            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(SplashScreen1_f))
                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.ApplicationTitle = New System.Windows.Forms.Label
                Me.DetailsLayoutPanel.SuspendLayout
                Me.MainLayoutPanel.SuspendLayout
                Me.SuspendLayout
                '
                '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!))
                Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 142!))
                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!))
                Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33!))
                Me.DetailsLayoutPanel.Size = New System.Drawing.Size(239, 71)
                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("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.Version.Location = New System.Drawing.Point(3, 7)
                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("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.Copyright.Location = New System.Drawing.Point(3, 35)
                Me.Copyright.Name = "Copyright"
                Me.Copyright.Size = New System.Drawing.Size(241, 36)
                Me.Copyright.TabIndex = 2
                Me.Copyright.Text = "Copyright"
                '
                'MainLayoutPanel
                '
                Me.MainLayoutPanel.BackgroundImage = CType(resources.GetObject("MainLayoutPanel.BackgroundImage"),System.Drawing.Image)
                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!))
                Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 245!))
                Me.MainLayoutPanel.Controls.Add(Me.DetailsLayoutPanel, 1, 1)
                Me.MainLayoutPanel.Controls.Add(Me.ApplicationTitle, 1, 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!))
                Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38!))
                Me.MainLayoutPanel.Size = New System.Drawing.Size(488, 295)
                Me.MainLayoutPanel.TabIndex = 1
                '
                'ApplicationTitle
                '
                Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None
                Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent
                Me.ApplicationTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 18!, 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(239, 212)
                Me.ApplicationTitle.TabIndex = 0
                Me.ApplicationTitle.Text = "Gestion de Maintenance GP SAS"
                Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft
                '
                'SplashScreen1
                '
                Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
                Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
                Me.ClientSize = New System.Drawing.Size(488, 295)
                Me.ControlBox = false
                Me.Controls.Add(Me.MainLayoutPanel)
                Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
                Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
                Me.MaximizeBox = false
                Me.MinimizeBox = false
                Me.Name = "SplashScreen1"
                Me.ShowIcon = false
                Me.ShowInTaskbar = false
                Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
                Me.Text = "SplashScreen1"
                Me.DetailsLayoutPanel.ResumeLayout(false)
                Me.MainLayoutPanel.ResumeLayout(false)
                Me.ResumeLayout(false)
            End Sub
        End Class
        
        Public Class VistaDialog1_f
            Inherits System.Windows.Forms.Form
            
            Public WithEvents LabelBevel As System.Windows.Forms.Label
            
            Public WithEvents Center_Panel As System.Windows.Forms.Panel
            
            Public WithEvents Label1 As System.Windows.Forms.Label
            
            Public WithEvents LabelTitle As System.Windows.Forms.Label
            
            Public WithEvents OK_Button As System.Windows.Forms.Button
            
            Public WithEvents Cancel_Button As System.Windows.Forms.Button
            
            Public WithEvents Foot_Panel As System.Windows.Forms.Panel
            
            Public WithEvents Control_Panel As System.Windows.Forms.Panel
            
            Public WithEvents label2 As System.Windows.Forms.Label
            
            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(VistaDialog1_f))
                Me.LabelBevel = New System.Windows.Forms.Label
                Me.Center_Panel = New System.Windows.Forms.Panel
                Me.LabelTitle = New System.Windows.Forms.Label
                Me.Control_Panel = New System.Windows.Forms.Panel
                Me.Label1 = New System.Windows.Forms.Label
                Me.OK_Button = New System.Windows.Forms.Button
                Me.Cancel_Button = New System.Windows.Forms.Button
                Me.Foot_Panel = New System.Windows.Forms.Panel
                Me.label2 = New System.Windows.Forms.Label
                Me.Center_Panel.SuspendLayout
                Me.Control_Panel.SuspendLayout
                Me.Foot_Panel.SuspendLayout
                Me.SuspendLayout
                '
                'LabelBevel
                '
                Me.LabelBevel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
                Me.LabelBevel.Dock = System.Windows.Forms.DockStyle.Bottom
                Me.LabelBevel.Location = New System.Drawing.Point(0, 271)
                Me.LabelBevel.Name = "LabelBevel"
                Me.LabelBevel.Size = New System.Drawing.Size(476, 2)
                Me.LabelBevel.TabIndex = 17
                '
                'Center_Panel
                '
                Me.Center_Panel.BackColor = System.Drawing.SystemColors.Window
                Me.Center_Panel.Controls.Add(Me.LabelBevel)
                Me.Center_Panel.Controls.Add(Me.LabelTitle)
                Me.Center_Panel.Controls.Add(Me.Control_Panel)
                Me.Center_Panel.Dock = System.Windows.Forms.DockStyle.Fill
                Me.Center_Panel.Location = New System.Drawing.Point(0, 0)
                Me.Center_Panel.Name = "Center_Panel"
                Me.Center_Panel.Size = New System.Drawing.Size(476, 273)
                Me.Center_Panel.TabIndex = 4
                '
                'LabelTitle
                '
                Me.LabelTitle.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
                            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.LabelTitle.AutoEllipsis = true
                Me.LabelTitle.BackColor = System.Drawing.Color.Transparent
                Me.LabelTitle.Font = New System.Drawing.Font("Tahoma", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238,Byte))
                Me.LabelTitle.ForeColor = System.Drawing.SystemColors.HotTrack
                Me.LabelTitle.Location = New System.Drawing.Point(18, 25)
                Me.LabelTitle.Margin = New System.Windows.Forms.Padding(9, 16, 16, 16)
                Me.LabelTitle.Name = "LabelTitle"
                Me.LabelTitle.Size = New System.Drawing.Size(442, 19)
                Me.LabelTitle.TabIndex = 5
                Me.LabelTitle.Text = "Titre de votre fenêtre"
                '
                'Control_Panel
                '
                Me.Control_Panel.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.Control_Panel.Controls.Add(Me.label2)
                Me.Control_Panel.Controls.Add(Me.Label1)
                Me.Control_Panel.Location = New System.Drawing.Point(51, 63)
                Me.Control_Panel.Name = "Control_Panel"
                Me.Control_Panel.Size = New System.Drawing.Size(372, 168)
                Me.Control_Panel.TabIndex = 18
                '
                'Label1
                '
                Me.Label1.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.Label1.Location = New System.Drawing.Point(14, 12)
                Me.Label1.Name = "Label1"
                Me.Label1.Size = New System.Drawing.Size(344, 145)
                Me.Label1.TabIndex = 16
                Me.Label1.Text = "Ici les divers contrôles de votre fenêtre"
                Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
                '
                'OK_Button
                '
                Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.OK_Button.DialogResult = System.Windows.Forms.DialogResult.OK
                Me.OK_Button.FlatStyle = System.Windows.Forms.FlatStyle.System
                Me.OK_Button.Location = New System.Drawing.Point(284, 14)
                Me.OK_Button.Name = "OK_Button"
                Me.OK_Button.Size = New System.Drawing.Size(87, 22)
                Me.OK_Button.TabIndex = 0
                Me.OK_Button.Text = "OK"
                Me.OK_Button.UseVisualStyleBackColor = true
                '
                'Cancel_Button
                '
                Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
                Me.Cancel_Button.FlatStyle = System.Windows.Forms.FlatStyle.System
                Me.Cancel_Button.Location = New System.Drawing.Point(377, 14)
                Me.Cancel_Button.Name = "Cancel_Button"
                Me.Cancel_Button.Size = New System.Drawing.Size(87, 22)
                Me.Cancel_Button.TabIndex = 1
                Me.Cancel_Button.Text = "Annuler"
                Me.Cancel_Button.UseVisualStyleBackColor = true
                '
                'Foot_Panel
                '
                Me.Foot_Panel.Controls.Add(Me.OK_Button)
                Me.Foot_Panel.Controls.Add(Me.Cancel_Button)
                Me.Foot_Panel.Dock = System.Windows.Forms.DockStyle.Bottom
                Me.Foot_Panel.Location = New System.Drawing.Point(0, 273)
                Me.Foot_Panel.Name = "Foot_Panel"
                Me.Foot_Panel.Size = New System.Drawing.Size(476, 48)
                Me.Foot_Panel.TabIndex = 5
                '
                'label2
                '
                Me.label2.Location = New System.Drawing.Point(31, 23)
                Me.label2.Name = "label2"
                Me.label2.Size = New System.Drawing.Size(314, 121)
                Me.label2.TabIndex = 17
                Me.label2.Text = "ESSAIS"
                '
                'VistaDialog1
                '
                Me.AcceptButton = Me.OK_Button
                Me.CancelButton = Me.Cancel_Button
                Me.ClientSize = New System.Drawing.Size(476, 321)
                Me.Controls.Add(Me.Center_Panel)
                Me.Controls.Add(Me.Foot_Panel)
                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 = "VistaDialog1"
                Me.ShowIcon = false
                Me.ShowInTaskbar = false
                Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
                Me.Text = "VistaDialog1"
                Me.Center_Panel.ResumeLayout(false)
                Me.Control_Panel.ResumeLayout(false)
                Me.Foot_Panel.ResumeLayout(false)
                Me.ResumeLayout(false)
            End Sub
        End Class
        
        Public Class WindowsForm1_f
            Inherits System.Windows.Forms.Form
            
            Public WithEvents components As System.ComponentModel.IContainer
            
            Public Sub New()
                MyBase.New
                Me.InitializeComponent
            End Sub
            
            Private Sub InitializeComponent()
                Me.SuspendLayout
                '
                'WindowsForm1
                '
                Me.ClientSize = New System.Drawing.Size(284, 262)
                Me.Name = "WindowsForm1"
                Me.Text = "WindowsForm1"
                Me.ResumeLayout(false)
            End Sub
        End Class

        Public Module VARIABLES_AZERTY_ABCDE_ALPHA_BETA_DELTA_SOFTWAREZATOR_VARIABLES
            Public VARIABLES_SOFTWAREZATOR_CURRENT_PLUGIN_VARIABLES As String
            Public date As Object '
            Public graissagepince As Object '
            Public machine As Object '
            Public ALL_ARGUMENTS_APPLICATIONS() As Object = New Object(-1){}
            Public ALLUSERPROFILE As Object = CStr(Environment.GetEnvironmentVariable("ALLUSERPROFILE"))
            Public APPDATA As Object = CStr(Environment.GetEnvironmentVariable("APPDATA"))
            Public CLASSPATH As Object = CStr(Environment.GetEnvironmentVariable("CLASSPATH"))
            Public CommonProgramFiles As Object = CStr(Environment.GetEnvironmentVariable("CommonProgramFiles"))
            Public COMPUTERNAME As Object = CStr(Environment.GetEnvironmentVariable("COMPUTERNAME"))
            Public ComSpec As Object = CStr(Environment.GetEnvironmentVariable("ComSpec"))
            Public FP_NO_HOST_CHECK As Object = CStr(Environment.GetEnvironmentVariable("FP_NO_HOST_CHECK"))
            Public HOMEDRIVE As Object = CStr(Environment.GetEnvironmentVariable("HOMEDRIVE"))
            Public HOMEPATH As Object = CStr(Environment.GetEnvironmentVariable("HOMEPATH"))
            Public LOCALAPPDATA As Object = CStr(Environment.GetEnvironmentVariable("LOCALAPPDATA"))
            Public LOGONSERVER As Object = CStr(Environment.GetEnvironmentVariable("LOGONSERVER"))
            Public NUMBER_OF_PROCESSORS As Object = CStr(Environment.GetEnvironmentVariable("NUMBER_OF_PROCESSORS"))
            Public OS As Object = CStr(Environment.GetEnvironmentVariable("OS"))
            Public PATH As Object = CStr(Environment.GetEnvironmentVariable("PATH"))
            Public PATHEXT As Object = CStr(Environment.GetEnvironmentVariable("PATHEXT"))
            Public PROCESSOR_ARCHITECTURE As Object = CStr(Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE"))
            Public PROCESSOR_IDENTIFIER As Object = CStr(Environment.GetEnvironmentVariable("PROCESSOR_IDENTIFIER"))
            Public PROCESSOR_LEVEL As Object = CStr(Environment.GetEnvironmentVariable("PROCESSOR_LEVEL"))
            Public PROCESSOR_REVISION As Object = CStr(Environment.GetEnvironmentVariable("PROCESSOR_REVISION"))
            Public ProgramData As Object = CStr(Environment.GetEnvironmentVariable("ProgramData"))
            Public ProgramFiles As Object = CStr(Environment.GetEnvironmentVariable("ProgramFiles"))
            Public [PUBLIC] As Object = CStr(Environment.GetEnvironmentVariable("PUBLIC"))
            Public SESSIONNAME As Object = CStr(Environment.GetEnvironmentVariable("SESSIONNAME"))
            Public SystemDrive As Object = CStr(Environment.GetEnvironmentVariable("SystemDrive"))
            Public SystemRoot As Object = CStr(Environment.GetEnvironmentVariable("SystemRoot"))
            Public TEMP As Object = CStr(Environment.GetEnvironmentVariable("TEMP"))
            Public TMP As Object = CStr(Environment.GetEnvironmentVariable("TMP"))
            Public USERDOMAIN As Object = CStr(Environment.GetEnvironmentVariable("USERDOMAIN"))
            Public USERNAME As Object = CStr(Environment.GetEnvironmentVariable("USERNAME"))
            Public USERPROFILE As Object = CStr(Environment.GetEnvironmentVariable("USERPROFILES"))
            Public windir As Object = CStr(Environment.GetEnvironmentVariable("windir"))
        End Module

        Public Module VARIABLES_AZERTY_ABCDE_ALPHA_BETA_DELTA_FORMS_SOFTWAREZATOR_VARIABLES
    Private _maintenance As maintenance_f = New maintenance_f
    Public Property maintenance As maintenance_f
    Get
    Return _maintenance
    End Get
    Set(ByVal value As maintenance_f)
    _maintenance = value
    End Set
    End Property
    Private _GMAO As GMAO_f = New GMAO_f
    Public Property GMAO As GMAO_f
    Get
    Return _GMAO
    End Get
    Set(ByVal value As GMAO_f)
    _GMAO = value
    End Set
    End Property
    Private _Accueil As Accueil_f = New Accueil_f
    Public Property Accueil As Accueil_f
    Get
    Return _Accueil
    End Get
    Set(ByVal value As Accueil_f)
    _Accueil = value
    End Set
    End Property
    Private _SplashScreen1 As SplashScreen1_f = New SplashScreen1_f
    Public Property SplashScreen1 As SplashScreen1_f
    Get
    Return _SplashScreen1
    End Get
    Set(ByVal value As SplashScreen1_f)
    _SplashScreen1 = value
    End Set
    End Property
    Private _VistaDialog1 As VistaDialog1_f = New VistaDialog1_f
    Public Property VistaDialog1 As VistaDialog1_f
    Get
    Return _VistaDialog1
    End Get
    Set(ByVal value As VistaDialog1_f)
    _VistaDialog1 = value
    End Set
    End Property
    Private _WindowsForm1 As WindowsForm1_f = New WindowsForm1_f
    Public Property WindowsForm1 As WindowsForm1_f
    Get
    Return _WindowsForm1
    End Get
    Set(ByVal value As WindowsForm1_f)
    _WindowsForm1 = value
    End Set
    End Property
        End Module



        Partial Public Class maintenance_f


     Public Sub quitter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles quitter.Click
    Try
    Application.Exit()
    Catch err As Exception
    System.Windows.Forms.MessageBox.Show(Err.Message, "gestiondemaintenance", MessageBoxButtons.OK, MessageBoxIcon.Error)
    End Try
    End Sub

     Public Sub comboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles comboBox1.SelectedIndexChanged
    Try
    machine = Me.comboBox1.SelectedItem
    ' affichage option scie
    If machine = "Scie 1" Then
    Me.pinces.Visible = true
    Else
    If machine = "Scie 2" Then
    Me.pinces.Visible = true
    Else
    If machine = "Scie 3" Then
    Me.pinces.Visible = true
    Else
    Me.pinces.Visible = false
    End If
    End If
    End If
    ' affichage option cn
    If machine = "CN1" Then
    Me.rampescn.Visible = true
    Me.tractioncn.Visible = true
    Else
    If machine = "CN2" Then
    Me.rampescn.Visible = true
    Me.tractioncn.Visible = true
    Else
    If machine = "CN3" Then
    Me.rampescn.Visible = true
    Me.tractioncn.Visible = true
    Else
    If machine = "CN4" Then
    Me.rampescn.Visible = true
    Me.tractioncn.Visible = true
    Else
    If machine = "CN5" Then
    Me.tractioncn.Visible = true
    Me.rampescn.Visible = true
    Else
    Me.tractioncn.Visible = false
    Me.rampescn.Visible = "false"
    End If
    End If
    End If
    End If
    End If
    ' SELECTION OPTION BAZ
    If machine = "BAZ 1" Then
    Me.tractioncn.Visible = true
    Me.rampescn.Visible = true
    Me.pompeavide.Visible = true
    Me.encollage.Visible = true
    Else
    If machine = "BAZ 2" Then
    Me.rampescn.Visible = true
    Me.tractioncn.Visible = true
    Me.pompeavide.Visible = true
    Me.encollage.Visible = true
    Else
    If machine = "BAZ 3" Then
    Me.encollage.Visible = true
    Me.pompeavide.Visible = true
    Me.tractioncn.Visible = true
    Me.rampescn.Visible = true
    Else
    Me.encollage.Visible = false
    Me.pompeavide.Visible = false
    End If
    End If
    End If
    Catch err As Exception
    System.Windows.Forms.MessageBox.Show(Err.Message, "gestiondemaintenance", MessageBoxButtons.OK, MessageBoxIcon.Error)
    End Try
    End Sub

        End Class

        Partial Public Class GMAO_f

     Public Sub quitter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles quitter.Click
    Try
    Application.Exit()
    Catch err As Exception
    System.Windows.Forms.MessageBox.Show(Err.Message, "gestiondemaintenance", MessageBoxButtons.OK, MessageBoxIcon.Error)
    End Try
    End Sub

     Public Sub button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles button2.Click
    Try
    If "Dialog" <> "Dialog" Then maintenance = New maintenance_f
     maintenance.ShowDialog()
    Catch err As Exception
    System.Windows.Forms.MessageBox.Show(Err.Message, "gestiondemaintenance", MessageBoxButtons.OK, MessageBoxIcon.Error)
    End Try
    End Sub

        End Class

        Partial Public Class Accueil_f

        End Class

        Public Class Classe1

        End Class

        Partial Public Class SplashScreen1_f

        End Class

        Partial Public Class VistaDialog1_f

     Public Sub OK_Button_Click(ByVal sender As Object, ByVal e As System.EventArgs)Handles OK_Button.Click
    Try
    ' Fermeture de la fenêtre lorsqu'on clique sur OK
    Me.DialogResult = System.Windows.Forms.DialogResult.OK : Me.Close()
    Catch err As Exception
    System.Windows.Forms.MessageBox.Show(Err.Message, "gestiondemaintenance", MessageBoxButtons.OK, MessageBoxIcon.Error)
    End Try
    End Sub

     Public Sub Cancel_Button_Click(ByVal sender As Object, ByVal e As System.EventArgs)Handles Cancel_Button.Click
    Try
    ' Fermeture de la fenêtre lorsqu'on clique sur Annuler
    Me.DialogResult = System.Windows.Forms.DialogResult.Cancel : Me.Close()
    Catch err As Exception
    System.Windows.Forms.MessageBox.Show(Err.Message, "gestiondemaintenance", MessageBoxButtons.OK, MessageBoxIcon.Error)
    End Try
    End Sub

        End Class

        Partial Public Class WindowsForm1_f

        End Class

    End Namespace

    Namespace My.Resources

        'Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder.
        '''<summary>
        '''  Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
        '''</summary>
        <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
         Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
         Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
         Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
        Public Module Resources

            Private resourceMan As Global.System.Resources.ResourceManager

            Private resourceCulture As Global.System.Globalization.CultureInfo

            '''<summary>
            '''  Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
            '''</summary>
            <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
            Public ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
                Get
                    If Object.ReferenceEquals(resourceMan, Nothing) Then
                        Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("gestiondemaintenance.Resources", GetType(Resources).Assembly)
                        resourceMan = temp
                    End If
                    Return resourceMan
                End Get
            End Property

            '''<summary>
            '''  Remplace la propriété CurrentUICulture du thread actuel pour toutes
            '''  les recherches de ressources à l'aide de cette classe de ressource fortement typée.
            '''</summary>
            <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
            Public Property Culture() As Global.System.Globalization.CultureInfo
                Get
                    Return resourceCulture
                End Get
                Set(ByVal value As Global.System.Globalization.CultureInfo)
                    resourceCulture = value
                End Set
            End Property


    End Module
    End Namespace
    [erreur][/erreur]

    Voici le code de generation

    Edité par LRDPC
    lereparateurdepc
    lereparateurdepc



    Masculin Nombre de messages : 5621
    Age : 31
    Localisation : Calvados
    Emploi/loisirs : Electrotechnicien / électricité, HAUTE TENSION, électronique, informatique, automatisme , Arduino, bref le BRICOLAGE , ...
    Humeur : toujours cool
    Date d'inscription : 31/01/2010

    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par lereparateurdepc Mer 21 Déc 2016 - 19:04

    re,

    L'erreur se trouve ici :
    Code:
    Public date As Object '
    Un variable se nome "date" or c'est aussi un type de donnée et donc, erreur Sad
    Il faut trouver un autre nom.

    EDIT :
    Pour SZ 2012, voici le lien http://softwarezator.velersoftware.com/?lang=fr
    SZ2012 se trouve dans la zone de droite sous "Ancienne version"


    Cordialement,
    Le réparateur de PC


    Dernière édition par lereparateurdepc le Mer 21 Déc 2016 - 19:09, édité 1 fois
    djthesound
    djthesound
    Nouveau
    Nouveau


    Masculin Nombre de messages : 22
    Date d'inscription : 11/12/2016

    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par djthesound Mer 21 Déc 2016 - 19:08

    yess merci bcp 
    ou puis je voir ou son les erreur histoire c'eviter de vous demander a chaque fois ou sont les erreur 
    ?
    lereparateurdepc
    lereparateurdepc



    Masculin Nombre de messages : 5621
    Age : 31
    Localisation : Calvados
    Emploi/loisirs : Electrotechnicien / électricité, HAUTE TENSION, électronique, informatique, automatisme , Arduino, bref le BRICOLAGE , ...
    Humeur : toujours cool
    Date d'inscription : 31/01/2010

    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par lereparateurdepc Mer 21 Déc 2016 - 19:12

    re,

    Tout en haut du code donné :
    Code:

    ----------------------------------------------------------------
        8 - Line 0, Column 0, Error BC2007 : option 'win32manifest:"C:\Users\Thomas\Desktop\gestiondemaintenance\Bin\gestiondemaintenance.manifest"'; non reconnue ignorée
        9 - Line 701, Column 0, Error BC30183 : Mot clé non valide en tant qu'identificateur.
    ----------------------------------------------------------------
    La première erreur est ignoré et est "normale"; le seconde c'est l'erreur.
    Elle se trouve "en gros" à la ligne 701 il peut y avoir un décalage.

    Cordialement,
    Le réparateur de PC
    djthesound
    djthesound
    Nouveau
    Nouveau


    Masculin Nombre de messages : 22
    Date d'inscription : 11/12/2016

    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par djthesound Mer 21 Déc 2016 - 19:14

    merci des conseils

    Contenu sponsorisé


    [résolu]impossible d'utiliser le logiciel Empty Re: [résolu]impossible d'utiliser le logiciel

    Message par Contenu sponsorisé


      La date/heure actuelle est Ven 26 Avr 2024 - 13:24