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 à ne pas rater :
Display One Piece Card Game Japon OP-08 – Two Legends : où la ...
Voir le deal

2 participants

    [RESOLU] tableau de structure problème

    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty [RESOLU] tableau de structure problème

    Message par polien Mer 20 Mar 2013 - 18:11

    Bonsoir,

    Pour simplifier mon programme, j'ai créé une structure, j'ai ensuite déclaré une variable tableau de ce type (dans le même onglet, celui de la "racine"), j'utilise ensuite ses structures dans mes actions mais j'ai une série d'erreur:
    Code:

    Error === Line 428, Column 0, Error BC30451
    Description : 'ActionSoftwareZator' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.


    Error === Line 434, Column 0, Error BC30451
    Description : 'ActionSoftwareZator' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.


    Error === Line 439, Column 0, Error BC30451
    Description : 'ActionSoftwareZator' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.


    Error === Line 444, Column 0, Error BC30451
    Description : 'ActionSoftwareZator' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.


    Error === Line 465, Column 0, Error BC30451
    Description : 'ActionSoftwareZator' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.

    la structure et la variable de ce type sont déclarés comme Public

    quel est le problème?
    Merci Smile


    Dernière édition par polien le Lun 1 Avr 2013 - 20:15, édité 1 fois
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 9:23

    up please !
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 10:01

    Bonjour,

    "ActionSoftwareZator" est le nom de la variable ou de la structure? Smile
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 10:11

    Bonjour Smile ,

    s'est le nom de la variable

    merci
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 10:15

    D'accord Smile

    As-tu bien déclaré la variable de la manière suivante dans le tout premier onglet de ton document :
    Code:
    Public ActionSZ As NomDeTaStructure
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 10:18

    oui, j'ai mit:

    Code:
    Public ActionSoftwareZator As New System.Collections.Generic.List(Of ActionSZ)
    (ActionSZ étant le nom de la structure)
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 10:20

    Huuum, d'accord, ça semble correcte.
    Et du coup, dans les fonctions, tu les as utilisés avec quoi et comment?
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 10:25

    j'ai deux fenêtres dans mon projet, voici un des codes qui ne marche pas:
    Code:
    ActionSoftwareZator.A_Description = Me.kryptonTextBox1.Text

    PS: s'est peut être à cause de la 2ème fenetre?
    EDIT: pour simplifier j'ai une fenetre où est déclaré la structure et sa variable mais je l'utilise dans 2 fenetres
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 10:43

    Ah c'est pour ça ! Smile

    Il faudrait plutôt faire comme ça (pour la 2ème fenêtre uniquement) :
    Code:
    NomDeLaFenetre.ActionSoftwareZator.A_Description = Me.kryptonTextBox1.Text
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 11:07

    nouvelle erreur après modification:
    Code:
    Project : SZ2012PluginCreator
    File : Fenêtre_Krypton1.szw
    Function : kryptonButton2_Click
    Action : Obtenir une propriété d'un contrôle
    Error number : BC30469
    Description : Une référence à un membre non partagé requiert une référence d'objet.
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 11:13

    Comment est configuré l'action "Obtenir une propriété d'un contrôleé" dans "kryptonButton2_Click" de Fenêtre_Krypton1.szw? Smile
    Sinon, envois-nous le code du projet (après une erreur de génération, clic droit sur le projet dans l'explorateur de solution, ouvrir le dernier rapport de génération).
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 11:41

    (désolé du temps de réponse)
    le rapport:
    Code:

    Error === Line 428, Column 0, Error BC30469
    Description : Une référence à un membre non partagé requiert une référence d'objet.


    Error === Line 435, Column 0, Error BC30469
    Description : Une référence à un membre non partagé requiert une référence d'objet.


    Error === Line 441, Column 0, Error BC30469
    Description : Une référence à un membre non partagé requiert une référence d'objet.


    Error === Line 447, Column 0, Error BC30469
    Description : Une référence à un membre non partagé requiert une référence d'objet.


    Error === Line 469, Column 0, Error BC30451
    Description : 'ActionSoftwareZator' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.






    '------------------------------------------------------------------------------
    ' <auto-generated>
    '    Ce code a été généré par un outil.
    '    Version du runtime :4.0.30319.296
    '
    '    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 Microsoft.VisualBasic
    Imports System
    Imports System.Drawing
    Imports System.Windows.Forms
    <Assembly: System.Reflection.AssemblyTitleAttribute("SZ2012PluginCreator"),  _
     Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"),  _
     Assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright ©  2012"),  _
     Assembly: System.Reflection.AssemblyDescriptionAttribute(""),  _
     Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"),  _
     Assembly: System.Runtime.InteropServices.GuidAttribute("16a07c89-cba5-4c2c-aafb-cdfed58152e6"),  _
     Assembly: System.Reflection.AssemblyTrademarkAttribute("SZ2012PluginCreator™"),  _
     Assembly: System.Reflection.AssemblyProductAttribute("SZ2012PluginCreator"),  _
     Assembly: System.Reflection.AssemblyCompanyAttribute(""),  _
     Assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)>

    '----------------------------------------------------------------------
    'This code was generated by SoftwareZator 2012 Edition Professionnelle (3.0.0.3)
    'The jeudi 21 mars 2013 at 12:04:58
    '----------------------------------------------------------------------
    Namespace SZ2012PluginCreator
       
        <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>  _
        Partial Public Class Contrôle_utilisateur1
            Inherits System.Windows.Forms.UserControl
           
            Public Sub New()
                MyBase.New
                Me.InitializeComponent
            End Sub
           
            Public Sub InitializeComponent()
                Me.SuspendLayout
                '
                'Contrôle_utilisateur1
                '
                Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.Name = "Contrôle_utilisateur1"
                Me.Size = New System.Drawing.Size(537, 319)
                Me.ResumeLayout(false)
                'project:SZ2012PluginCreator|function:UserControl_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Contrôle_utilisateur1.szw|actionid:|actionname:UserControl_Load
                AddHandler Me.Load, AddressOf Me.UserControl_Load
            End Sub
        End Class
       
        Public Class Contrôle_utilisateur1
           
            'Fonction UserControl_Load
            'project:SZ2012PluginCreator|function:UserControl_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Contrôle_utilisateur1.szw|actionid:|actionname:UserControl_Load
            Public Sub UserControl_Load(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:UserControl_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Contrôle_utilisateur1.szw|actionid:|actionname:Commentaire
                'Cette fonction se déclenche à l'ouverture du contrôle utilisateur.
                '
                'This function is launched during opening.
            End Sub
        End Class
       
        <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>  _
        Partial Public Class Fenêtre_Krypton2
            Inherits ComponentFactory.Krypton.Toolkit.KryptonForm
           
            Public kryptonLabel4 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonLabel3 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonTextBox1 As ComponentFactory.Krypton.Toolkit.KryptonTextBox
           
            Public kryptonLabel2 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonButton1 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public kryptonLabel1 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonComboBox2 As ComponentFactory.Krypton.Toolkit.KryptonComboBox
           
            Public kryptonGroupBox1 As ComponentFactory.Krypton.Toolkit.KryptonGroupBox
           
            Public label1 As System.Windows.Forms.Label
           
            Public kryptonButton3 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public kryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public openFileDialog1 As System.Windows.Forms.OpenFileDialog
           
            Public kryptonComboBox1 As ComponentFactory.Krypton.Toolkit.KryptonComboBox
           
            Public kryptonLabel5 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonComboBox3 As ComponentFactory.Krypton.Toolkit.KryptonComboBox
           
            Public kryptonButton4 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public kryptonPanel1 As ComponentFactory.Krypton.Toolkit.KryptonPanel
           
            Public Sub New()
                MyBase.New
                Me.InitializeComponent
            End Sub
           
            Public Sub InitializeComponent()
                Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Fenêtre_Krypton2))
                Me.kryptonPanel1 = New ComponentFactory.Krypton.Toolkit.KryptonPanel()
                Me.kryptonComboBox1 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox()
                Me.kryptonLabel4 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonLabel3 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonTextBox1 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox()
                Me.kryptonLabel2 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonButton1 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                Me.kryptonLabel1 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonComboBox2 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox()
                Me.kryptonButton3 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                Me.kryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                Me.kryptonLabel5 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonComboBox3 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox()
                Me.kryptonGroupBox1 = New ComponentFactory.Krypton.Toolkit.KryptonGroupBox()
                Me.label1 = New System.Windows.Forms.Label()
                Me.openFileDialog1 = New System.Windows.Forms.OpenFileDialog()
                Me.kryptonButton4 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                CType(Me.kryptonPanel1,System.ComponentModel.ISupportInitialize).BeginInit
                Me.kryptonPanel1.SuspendLayout
                CType(Me.kryptonComboBox1,System.ComponentModel.ISupportInitialize).BeginInit
                CType(Me.kryptonComboBox2,System.ComponentModel.ISupportInitialize).BeginInit
                CType(Me.kryptonComboBox3,System.ComponentModel.ISupportInitialize).BeginInit
                CType(Me.kryptonGroupBox1,System.ComponentModel.ISupportInitialize).BeginInit
                CType(Me.kryptonGroupBox1.Panel,System.ComponentModel.ISupportInitialize).BeginInit
                Me.kryptonGroupBox1.Panel.SuspendLayout
                Me.kryptonGroupBox1.SuspendLayout
                Me.SuspendLayout
                '
                'kryptonPanel1
                '
                Me.kryptonPanel1.Controls.Add(Me.kryptonButton4)
                Me.kryptonPanel1.Controls.Add(Me.kryptonComboBox1)
                Me.kryptonPanel1.Controls.Add(Me.kryptonLabel4)
                Me.kryptonPanel1.Controls.Add(Me.kryptonLabel3)
                Me.kryptonPanel1.Controls.Add(Me.kryptonTextBox1)
                Me.kryptonPanel1.Controls.Add(Me.kryptonLabel2)
                Me.kryptonPanel1.Controls.Add(Me.kryptonButton1)
                Me.kryptonPanel1.Controls.Add(Me.kryptonLabel1)
                Me.kryptonPanel1.Controls.Add(Me.kryptonComboBox2)
                Me.kryptonPanel1.Controls.Add(Me.kryptonButton3)
                Me.kryptonPanel1.Controls.Add(Me.kryptonButton2)
                Me.kryptonPanel1.Controls.Add(Me.kryptonLabel5)
                Me.kryptonPanel1.Controls.Add(Me.kryptonComboBox3)
                Me.kryptonPanel1.Controls.Add(Me.kryptonGroupBox1)
                Me.kryptonPanel1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill
                Me.kryptonPanel1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonPanel1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonPanel1.Location = New System.Drawing.Point(0, 0)
                Me.kryptonPanel1.Name = "kryptonPanel1"
                Me.kryptonPanel1.Size = New System.Drawing.Size(593, 319)
                Me.kryptonPanel1.StateCommon.Color1 = System.Drawing.Color.White
                Me.kryptonPanel1.TabIndex = 0
                '
                'kryptonComboBox1
                '
                Me.kryptonComboBox1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonComboBox1.DropDownWidth = 121
                Me.kryptonComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonComboBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonComboBox1.Items.AddRange(New Object() {"Oui", "Non"})
                Me.kryptonComboBox1.Location = New System.Drawing.Point(430, 88)
                Me.kryptonComboBox1.Name = "kryptonComboBox1"
                Me.kryptonComboBox1.Size = New System.Drawing.Size(121, 21)
                Me.kryptonComboBox1.TabIndex = 16
                Me.kryptonComboBox1.Text = "Oui"
                '
                'kryptonLabel4
                '
                Me.kryptonLabel4.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonLabel4.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel4.Location = New System.Drawing.Point(409, 153)
                Me.kryptonLabel4.Name = "kryptonLabel4"
                Me.kryptonLabel4.Size = New System.Drawing.Size(181, 20)
                Me.kryptonLabel4.TabIndex = 5
                Me.kryptonLabel4.Values.Text = "Compatibles avec les fonctions:"
                '
                'kryptonLabel3
                '
                Me.kryptonLabel3.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonLabel3.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel3.Location = New System.Drawing.Point(409, 62)
                Me.kryptonLabel3.Name = "kryptonLabel3"
                Me.kryptonLabel3.Size = New System.Drawing.Size(191, 20)
                Me.kryptonLabel3.TabIndex = 4
                Me.kryptonLabel3.Values.Text = "Compatible avec les déclarations:"
                '
                'kryptonTextBox1
                '
                Me.kryptonTextBox1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonTextBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonTextBox1.Location = New System.Drawing.Point(78, 21)
                Me.kryptonTextBox1.Multiline = true
                Me.kryptonTextBox1.Name = "kryptonTextBox1"
                Me.kryptonTextBox1.Size = New System.Drawing.Size(503, 20)
                Me.kryptonTextBox1.TabIndex = 3
                Me.kryptonTextBox1.Text = "..."
                '
                'kryptonLabel2
                '
                Me.kryptonLabel2.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonLabel2.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel2.Location = New System.Drawing.Point(78, 3)
                Me.kryptonLabel2.Name = "kryptonLabel2"
                Me.kryptonLabel2.Size = New System.Drawing.Size(75, 20)
                Me.kryptonLabel2.TabIndex = 2
                Me.kryptonLabel2.Values.Text = "Description:"
                '
                'kryptonButton1
                '
                Me.kryptonButton1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonButton1.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton1.Location = New System.Drawing.Point(12, 25)
                Me.kryptonButton1.Name = "kryptonButton1"
                Me.kryptonButton1.Size = New System.Drawing.Size(16, 16)
                Me.kryptonButton1.StateCommon.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Stretch
                Me.kryptonButton1.TabIndex = 1
                Me.kryptonButton1.Values.Text = "kryptonButton1"
                '
                'kryptonLabel1
                '
                Me.kryptonLabel1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonLabel1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel1.Location = New System.Drawing.Point(3, 3)
                Me.kryptonLabel1.Name = "kryptonLabel1"
                Me.kryptonLabel1.Size = New System.Drawing.Size(43, 20)
                Me.kryptonLabel1.TabIndex = 0
                Me.kryptonLabel1.Values.Text = "Icone:"
                '
                'kryptonComboBox2
                '
                Me.kryptonComboBox2.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonComboBox2.DropDownWidth = 121
                Me.kryptonComboBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonComboBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonComboBox2.Items.AddRange(New Object() {"Oui", "Non"})
                Me.kryptonComboBox2.Location = New System.Drawing.Point(430, 179)
                Me.kryptonComboBox2.Name = "kryptonComboBox2"
                Me.kryptonComboBox2.Size = New System.Drawing.Size(121, 21)
                Me.kryptonComboBox2.TabIndex = 7
                Me.kryptonComboBox2.Text = "Oui"
                '
                'kryptonButton3
                '
                Me.kryptonButton3.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton3.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonButton3.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton3.Location = New System.Drawing.Point(206, 275)
                Me.kryptonButton3.Name = "kryptonButton3"
                Me.kryptonButton3.Size = New System.Drawing.Size(200, 32)
                Me.kryptonButton3.StateCommon.Back.Image = CType(resources.GetObject("kryptonButton3.StateCommon.Back.Image"),System.Drawing.Image)
                Me.kryptonButton3.StateCommon.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.CenterLeft
                Me.kryptonButton3.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonButton3.StateCommon.Border.Rounding = 15
                Me.kryptonButton3.TabIndex = 15
                Me.kryptonButton3.Values.Text = "Annuler"
                '
                'kryptonButton2
                '
                Me.kryptonButton2.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton2.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonButton2.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton2.Location = New System.Drawing.Point(5, 275)
                Me.kryptonButton2.Name = "kryptonButton2"
                Me.kryptonButton2.OverrideDefault.Back.Image = CType(resources.GetObject("kryptonButton2.OverrideDefault.Back.Image"),System.Drawing.Image)
                Me.kryptonButton2.OverrideDefault.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.CenterLeft
                Me.kryptonButton2.Size = New System.Drawing.Size(195, 32)
                Me.kryptonButton2.StateCommon.Back.Image = CType(resources.GetObject("kryptonButton2.StateCommon.Back.Image"),System.Drawing.Image)
                Me.kryptonButton2.StateCommon.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.CenterLeft
                Me.kryptonButton2.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonButton2.StateCommon.Border.Rounding = 15
                Me.kryptonButton2.TabIndex = 14
                Me.kryptonButton2.Values.Text = "Ajouter une action"
                '
                'kryptonLabel5
                '
                Me.kryptonLabel5.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonLabel5.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel5.Location = New System.Drawing.Point(13, 216)
                Me.kryptonLabel5.Name = "kryptonLabel5"
                Me.kryptonLabel5.Size = New System.Drawing.Size(150, 20)
                Me.kryptonLabel5.TabIndex = 17
                Me.kryptonLabel5.Values.Text = "Catégorie de cette action:"
                '
                'kryptonComboBox3
                '
                Me.kryptonComboBox3.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonComboBox3.DropDownWidth = 121
                Me.kryptonComboBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonComboBox3.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonComboBox3.Items.AddRange(New Object() {"Access", "Application", "Arborescence", "Assistant", "Autre", "Calendrier", "Console", "Date et heure", "Diagramme", "Excel", "Fenêtre", "Fichiers", "Fonctions", "FTP (File Transfer Protocol)", "Général", "Grille de donnée", "Groupe", "Icone d'avertissement", "Impression", "Interaction", "Interface", "Internet", "Liste de case à cocher", "Liste d'éléments", "Liste d'éléments avancé", "Liste déroulante", "Liste d'image", "Mathématique", "Menu contextuel", "Minuteur", "Multimédia", "MySQL", "Navigateur Web", "Panneau", "Panneau de configuration de débit", "Panneau d'onglets", "Paramètres", "Ports séries", "Processus d'arrière-plan", "Propiétés", "Reconnaissance vocale", "Registre Windows", "Sérialisation", "SQL Server", "Texte", "Variables", "Variables Tableaux", "Windows", "Zone de texte, enrichi ou masqué "})
                Me.kryptonComboBox3.Location = New System.Drawing.Point(13, 242)
                Me.kryptonComboBox3.Name = "kryptonComboBox3"
                Me.kryptonComboBox3.Size = New System.Drawing.Size(384, 21)
                Me.kryptonComboBox3.TabIndex = 18
                Me.kryptonComboBox3.Text = "Access"
                '
                'kryptonGroupBox1
                '
                Me.kryptonGroupBox1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonGroupBox1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonGroupBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonGroupBox1.Location = New System.Drawing.Point(3, 47)
                Me.kryptonGroupBox1.Name = "kryptonGroupBox1"
                '
                'kryptonGroupBox1.Panel
                '
                Me.kryptonGroupBox1.Panel.Controls.Add(Me.label1)
                Me.kryptonGroupBox1.Panel.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonGroupBox1.Panel.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonGroupBox1.Panel.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonGroupBox1.Size = New System.Drawing.Size(403, 163)
                Me.kryptonGroupBox1.StateCommon.Back.Color1 = System.Drawing.Color.FromArgb(CType(CType(187,Byte),Integer), CType(CType(206,Byte),Integer), CType(CType(230,Byte),Integer))
                Me.kryptonGroupBox1.StateCommon.Border.Color1 = System.Drawing.Color.FromArgb(CType(CType(108,Byte),Integer), CType(CType(108,Byte),Integer), CType(CType(108,Byte),Integer))
                Me.kryptonGroupBox1.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonGroupBox1.StateCommon.Border.Rounding = 15
                Me.kryptonGroupBox1.StateCommon.Content.ShortText.Color1 = System.Drawing.Color.DarkBlue
                Me.kryptonGroupBox1.TabIndex = 13
                Me.kryptonGroupBox1.Values.Heading = "Aide/Astuce"
                Me.kryptonGroupBox1.Values.Image = CType(resources.GetObject("kryptonGroupBox1.Values.Image"),System.Drawing.Image)
                '
                'label1
                '
                Me.label1.BackColor = System.Drawing.Color.Transparent
                Me.label1.Cursor = System.Windows.Forms.Cursors.Default
                Me.label1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.label1.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.label1.Location = New System.Drawing.Point(4, 5)
                Me.label1.Name = "label1"
                Me.label1.Size = New System.Drawing.Size(384, 112)
                Me.label1.TabIndex = 0
                Me.label1.Text = resources.GetString("label1.Text")
                '
                'openFileDialog1
                '
                Me.openFileDialog1.FileName = "openFileDialog1"
                '
                'kryptonButton4
                '
                Me.kryptonButton4.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonButton4.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton4.Location = New System.Drawing.Point(403, 242)
                Me.kryptonButton4.Name = "kryptonButton4"
                Me.kryptonButton4.Size = New System.Drawing.Size(186, 21)
                Me.kryptonButton4.StateCommon.Content.ShortText.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
                Me.kryptonButton4.TabIndex = 19
                Me.kryptonButton4.Values.Text = "Ajouter une catégorie"
                '
                'Fenêtre_Krypton2
                '
                Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.BackColor = System.Drawing.Color.White
                Me.ClientSize = New System.Drawing.Size(593, 319)
                Me.Controls.Add(Me.kryptonPanel1)
                Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
                Me.Name = "Fenêtre_Krypton2"
                Me.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Blue
                Me.Text = "Ajouter une action"
                CType(Me.kryptonPanel1,System.ComponentModel.ISupportInitialize).EndInit
                Me.kryptonPanel1.ResumeLayout(false)
                Me.kryptonPanel1.PerformLayout
                CType(Me.kryptonComboBox1,System.ComponentModel.ISupportInitialize).EndInit
                CType(Me.kryptonComboBox2,System.ComponentModel.ISupportInitialize).EndInit
                CType(Me.kryptonComboBox3,System.ComponentModel.ISupportInitialize).EndInit
                CType(Me.kryptonGroupBox1.Panel,System.ComponentModel.ISupportInitialize).EndInit
                Me.kryptonGroupBox1.Panel.ResumeLayout(false)
                CType(Me.kryptonGroupBox1,System.ComponentModel.ISupportInitialize).EndInit
                Me.kryptonGroupBox1.ResumeLayout(false)
                Me.ResumeLayout(false)
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:|actionname:KryptonForm_Load
                AddHandler Me.Load, AddressOf Me.KryptonForm_Load
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:fosa4sgn5lrx3n2uaahokeg76n1xvtstmj4t327zngupo100wx|actionname:kryptonButton2_Click
                AddHandler kryptonButton2.Click, AddressOf Me.kryptonButton2_Click
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:c7drw1r9rv4oe5xmd3wk8sbvw56wf1aelxv62l4xn85h6gc3u9|actionname:kryptonButton1_Click
                AddHandler kryptonButton1.Click, AddressOf Me.kryptonButton1_Click
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:cgi547n62ieq1prau6za314121k0adco54yybhxndypzr1czeh|actionname:kryptonButton3_Click
                AddHandler kryptonButton3.Click, AddressOf Me.kryptonButton3_Click
                'project:SZ2012PluginCreator|function:kryptonButton4_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:pmtxa461wrvtv12w2jinrpbl2rpw1m52nlizrrxb43ftu819df|actionname:kryptonButton4_Click
                AddHandler kryptonButton4.Click, AddressOf Me.kryptonButton4_Click
            End Sub
        End Class
       
        Public Class Fenêtre_Krypton2
           
            'Fonction KryptonForm_Load
            'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:|actionname:KryptonForm_Load
            Public Sub KryptonForm_Load(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:|actionname:Commentaire
                'Cette fonction se déclenche à l'ouverture de la fenêtre.
                '
                'This function is launched during opening.
            End Sub
           
            'Fonction kryptonButton2_Click
            'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:fosa4sgn5lrx3n2uaahokeg76n1xvtstmj4t327zngupo100wx|actionname:kryptonButton2_Click
            Public Sub kryptonButton2_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:5youk089w5ejfe00s2hezrfes8u0836zfnx4spnn8bhdoanx6l|actionname:Obtenir une propriété d'un contrôle
    Fenêtre_Krypton1.ActionSoftwareZator.A_Description = Me.kryptonTextBox1.Text





                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:irtl0aacruq1v7vb8tdx5yi1v6vg5oixnncn8zituwg2aku5nv|actionname:Obtenir une propriété d'un contrôle
    Fenêtre_Krypton1.ActionSoftwareZator.A_Declaration = Me.kryptonComboBox1.SelectedItem




                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:a8exbtwy5zxhu5uvg4p0onr7w07gq4zdcc82hnf4eygfcg9jzw|actionname:Obtenir une propriété d'un contrôle
    Fenêtre_Krypton1.ActionSoftwareZator.A_Fonction = Me.kryptonComboBox2.SelectedItem




                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:avbd5jzk8k0sjrctxkg0hb33kub2s6srcfeulem7xpxmsviw24|actionname:Obtenir une propriété d'un contrôle
    Fenêtre_Krypton1.ActionSoftwareZator.A_Categorie = Me.kryptonComboBox3.SelectedItem




                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:uzywptj1t03175ov3jk5rekoo7rkq1h6xsgj2tc6wlbmjo61x5|actionname:Modifier la valeur d'une variable
                ANNULER = "False"
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:l3a8eunddpzplngjjn97yr522mba11mgoqklhs7intr8plup35|actionname:Fermer une fenêtre
                Me.DialogResult = System.Windows.Forms.DialogResult.None : Me.Close()
            End Sub
           
            'Fonction kryptonButton1_Click
            'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:c7drw1r9rv4oe5xmd3wk8sbvw56wf1aelxv62l4xn85h6gc3u9|actionname:kryptonButton1_Click
            Public Sub kryptonButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:205ycuzlv41ajyz4bg90dvmhqts88wj09dmtg9lh6h3m5k88o0|actionname:Ouvrir une Boîte de sélection de fichier à ouvrir
                actionicon = Me.openFileDialog1.ShowDialog().ToString()
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:ch4jz86122w988rpobzp8lyl56ce1sxk8p2tts5p1ylteqsuo9|actionname:Si ... Alors ... Sinon
                If (actionicon = "Cancel") Then
                    'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:iap9fzmnxic30v8qvq1kvf5qyo35h02bs12pp7ywhv3durrb8a|actionname:Sortir d'une fonction pouvant être liée à un déclencheur
    Exit Sub
                End If
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:d5eegw1ve0iueypmznn39d0z05oywrdcm6sksj9k20wm5h5enj|actionname:Obtenir une propriété d'un contrôle
    ActionSoftwareZator(compteur).A_CheminIcone = Me.openFileDialog1.FileName



                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:gshqs6mt4nzi7cex40yqippj5zsra0rj3r65d1aaemf4g612r7|actionname:Obtenir une propriété d'un contrôle
                actionicon = Me.openFileDialog1.FileName
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:b5qs8ke5ad8c5jrq17a2k4wazlbgbeyrzxzzoyt6g5vc10gz9d|actionname:Charger une image à partir d'un fichier
                actionicon = System.Drawing.Image.FromFile("" & actionicon & "", true)
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:vurlhxsm6vflrtnw51gx0chvhl517jlygigee60xaik7664bpuz46bgyui74x1la3op3rqaailq22s2uz0uwny2w5eetjyl2rvas|actionname:Modifier une propriété d'un contrôle
    Me.kryptonButton1.StateCommon.Back.Image = actionicon



            End Sub
           
            'Fonction kryptonButton3_Click
            'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:cgi547n62ieq1prau6za314121k0adco54yybhxndypzr1czeh|actionname:kryptonButton3_Click
            Public Sub kryptonButton3_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:ui2w6ciofp3f480t6oan0tnn976sdi3fhan7vdtop51rjnlt8a|actionname:Modifier la valeur d'une variable
                ANNULER = "True"
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:hl2wb34murj1toetk0emtkl72h5rune5l30djfravhtu9jeyfj|actionname:Fermer une fenêtre
                Me.DialogResult = System.Windows.Forms.DialogResult.None : Me.Close()
            End Sub
           
            'Fonction kryptonButton4_Click
            'project:SZ2012PluginCreator|function:kryptonButton4_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:pmtxa461wrvtv12w2jinrpbl2rpw1m52nlizrrxb43ftu819df|actionname:kryptonButton4_Click
            Public Sub kryptonButton4_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton4_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:skbrhk9eirvyt8r1owbpoqgm9fjwyuoloe4gdyrlkrlvvoc3wv|actionname:Commandes Visual Basic.Net
    nouvellecategorie = InputBox("Entrez votre nouvelle catégorie")
                'project:SZ2012PluginCreator|function:kryptonButton4_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:snyd7v0qmklt0vywn8uxt51v1qszi3kimzej3329l123pzdmuj|actionname:Si ... Alors ... Sinon
                If (nouvellecategorie = "") Then
                    'project:SZ2012PluginCreator|function:kryptonButton4_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:ayyulln9ejup2oipaguyz7gxtkufhe6hwoxiwsloy3qnbjs0dy|actionname:Sortir d'une fonction pouvant être liée à un déclencheur
    Exit Sub
                Else
                    'project:SZ2012PluginCreator|function:kryptonButton4_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\Fenêtre_Krypton1.szw|actionid:cq8b1vr4u9deomo05m468b94eofytrkuld6zo2qno5cj96e5bjxbokpqlkqup4tsqpzlkrmijulaj8osxiczx1o17jhlk0xobb4b|actionname:Ajouter un élément à une Liste déroulante
                    Me.kryptonComboBox3.Items.Add("" & nouvellecategorie & "")
                End If
            End Sub
        End Class
       
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 11:44

    2ème partie:
    Code:

        <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>  _
        Partial Public Class Fenêtre_Krypton1
            Inherits ComponentFactory.Krypton.Toolkit.KryptonForm
           
            Public components As System.ComponentModel.IContainer
           
            Public qTabControl1 As Qios.DevSuite.Components.QTabControl
           
            Public qTabPage1 As Qios.DevSuite.Components.QTabPage
           
            Public qTabPage6 As Qios.DevSuite.Components.QTabPage
           
            Public qTabPage5 As Qios.DevSuite.Components.QTabPage
           
            Public qTabPage4 As Qios.DevSuite.Components.QTabPage
           
            Public qTabPage3 As Qios.DevSuite.Components.QTabPage
           
            Public qTabPage2 As Qios.DevSuite.Components.QTabPage
           
            Public kryptonLabel4 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonButton1 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public kryptonTextBox3 As ComponentFactory.Krypton.Toolkit.KryptonTextBox
           
            Public kryptonLabel3 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonTextBox2 As ComponentFactory.Krypton.Toolkit.KryptonTextBox
           
            Public kryptonLabel2 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonTextBox1 As ComponentFactory.Krypton.Toolkit.KryptonTextBox
           
            Public kryptonLabel1 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonButton3 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public kryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton
           
            Public kryptonLabel5 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public listView1 As System.Windows.Forms.ListView
           
            Public columnHeader1 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader2 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader3 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader4 As System.Windows.Forms.ColumnHeader
           
            Public kryptonGroupBox1 As ComponentFactory.Krypton.Toolkit.KryptonGroupBox
           
            Public label1 As System.Windows.Forms.Label
           
            Public openFileDialog1 As System.Windows.Forms.OpenFileDialog
           
            Public qTabPage7 As Qios.DevSuite.Components.QTabPage
           
            Public columnHeader5 As System.Windows.Forms.ColumnHeader
           
            Public listView2 As System.Windows.Forms.ListView
           
            Public columnHeader6 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader7 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader8 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader9 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader10 As System.Windows.Forms.ColumnHeader
           
            Public toolStrip1 As System.Windows.Forms.ToolStrip
           
            Public kryptonLabel6 As ComponentFactory.Krypton.Toolkit.KryptonLabel
           
            Public kryptonRichTextBox1 As ComponentFactory.Krypton.Toolkit.KryptonRichTextBox
           
            Public couperToolStripButton As System.Windows.Forms.ToolStripButton
           
            Public copierToolStripButton As System.Windows.Forms.ToolStripButton
           
            Public collerToolStripButton As System.Windows.Forms.ToolStripButton
           
            Public toolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
           
            Public toolStripButton1 As System.Windows.Forms.ToolStripButton
           
            Public toolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
           
            Public toolStripButton2 As System.Windows.Forms.ToolStripButton
           
            Public toolStripButton3 As System.Windows.Forms.ToolStripButton
           
            Public toolStripButton8 As System.Windows.Forms.ToolStripButton
           
            Public toolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
           
            Public toolStripButton4 As System.Windows.Forms.ToolStripButton
           
            Public toolStripButton5 As System.Windows.Forms.ToolStripButton
           
            Public toolStripButton6 As System.Windows.Forms.ToolStripButton
           
            Public toolStripButton7 As System.Windows.Forms.ToolStripButton
           
            Public listView3 As System.Windows.Forms.ListView
           
            Public columnHeader11 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader12 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader13 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader14 As System.Windows.Forms.ColumnHeader
           
            Public columnHeader15 As System.Windows.Forms.ColumnHeader
           
            Public kryptonPanel1 As ComponentFactory.Krypton.Toolkit.KryptonPanel
           
            Public Sub New()
                MyBase.New
                Me.InitializeComponent
            End Sub
           
            Public Sub InitializeComponent()
                Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Fenêtre_Krypton1))
                Me.kryptonPanel1 = New ComponentFactory.Krypton.Toolkit.KryptonPanel()
                Me.qTabControl1 = New Qios.DevSuite.Components.QTabControl()
                Me.qTabPage1 = New Qios.DevSuite.Components.QTabPage()
                Me.kryptonGroupBox1 = New ComponentFactory.Krypton.Toolkit.KryptonGroupBox()
                Me.label1 = New System.Windows.Forms.Label()
                Me.kryptonButton3 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                Me.kryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                Me.kryptonLabel5 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.listView1 = New System.Windows.Forms.ListView()
                Me.columnHeader1 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader2 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader3 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader4 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader5 = New System.Windows.Forms.ColumnHeader()
                Me.kryptonLabel4 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonButton1 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
                Me.kryptonTextBox3 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox()
                Me.kryptonLabel3 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonTextBox2 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox()
                Me.kryptonLabel2 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonTextBox1 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox()
                Me.kryptonLabel1 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.qTabPage7 = New Qios.DevSuite.Components.QTabPage()
                Me.qTabPage6 = New Qios.DevSuite.Components.QTabPage()
                Me.qTabPage5 = New Qios.DevSuite.Components.QTabPage()
                Me.toolStrip1 = New System.Windows.Forms.ToolStrip()
                Me.couperToolStripButton = New System.Windows.Forms.ToolStripButton()
                Me.copierToolStripButton = New System.Windows.Forms.ToolStripButton()
                Me.collerToolStripButton = New System.Windows.Forms.ToolStripButton()
                Me.toolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
                Me.toolStripButton1 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
                Me.toolStripButton2 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripButton8 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripButton3 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
                Me.toolStripButton4 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripButton5 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripButton6 = New System.Windows.Forms.ToolStripButton()
                Me.toolStripButton7 = New System.Windows.Forms.ToolStripButton()
                Me.kryptonLabel6 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
                Me.kryptonRichTextBox1 = New ComponentFactory.Krypton.Toolkit.KryptonRichTextBox()
                Me.listView3 = New System.Windows.Forms.ListView()
                Me.columnHeader11 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader12 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader13 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader14 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader15 = New System.Windows.Forms.ColumnHeader()
                Me.qTabPage4 = New Qios.DevSuite.Components.QTabPage()
                Me.qTabPage3 = New Qios.DevSuite.Components.QTabPage()
                Me.qTabPage2 = New Qios.DevSuite.Components.QTabPage()
                Me.listView2 = New System.Windows.Forms.ListView()
                Me.columnHeader6 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader7 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader8 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader9 = New System.Windows.Forms.ColumnHeader()
                Me.columnHeader10 = New System.Windows.Forms.ColumnHeader()
                Me.openFileDialog1 = New System.Windows.Forms.OpenFileDialog()
                CType(Me.kryptonPanel1,System.ComponentModel.ISupportInitialize).BeginInit
                Me.kryptonPanel1.SuspendLayout
                CType(Me.qTabControl1,System.ComponentModel.ISupportInitialize).BeginInit
                Me.qTabControl1.SuspendLayout
                Me.qTabPage1.SuspendLayout
                CType(Me.kryptonGroupBox1,System.ComponentModel.ISupportInitialize).BeginInit
                CType(Me.kryptonGroupBox1.Panel,System.ComponentModel.ISupportInitialize).BeginInit
                Me.kryptonGroupBox1.Panel.SuspendLayout
                Me.kryptonGroupBox1.SuspendLayout
                Me.qTabPage5.SuspendLayout
                Me.toolStrip1.SuspendLayout
                Me.qTabPage2.SuspendLayout
                Me.SuspendLayout
                '
                'kryptonPanel1
                '
                Me.kryptonPanel1.Controls.Add(Me.qTabControl1)
                Me.kryptonPanel1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill
                Me.kryptonPanel1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.kryptonPanel1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonPanel1.Location = New System.Drawing.Point(0, 0)
                Me.kryptonPanel1.Name = "kryptonPanel1"
                Me.kryptonPanel1.Size = New System.Drawing.Size(1066, 566)
                Me.kryptonPanel1.TabIndex = 0
                '
                'qTabControl1
                '
                Me.qTabControl1.ActiveTabPage = Me.qTabPage1
                Me.qTabControl1.Appearance.BackgroundStyle = Qios.DevSuite.Components.QColorStyle.Solid
                Me.qTabControl1.Appearance.BorderWidth = 0
                Me.qTabControl1.Appearance.GradientAngle = 0
                Me.qTabControl1.Appearance.GradientBlendFactor = 100
                Me.qTabControl1.Appearance.GradientBlendPosition = 100
                Me.qTabControl1.Appearance.MetallicAutomaticColorOrder = true
                Me.qTabControl1.Appearance.MetallicDirection = Qios.DevSuite.Components.QMetallicAppearanceDirection.Horizontal
                Me.qTabControl1.Appearance.MetallicFarIntensity = 50
                Me.qTabControl1.Appearance.MetallicInnerGlowWidth = 0
                Me.qTabControl1.Appearance.MetallicNearIntensity = 50
                Me.qTabControl1.Appearance.MetallicOffset = 40
                Me.qTabControl1.Appearance.MetallicOffsetUnit = Qios.DevSuite.Components.QAppearanceUnit.Percent
                Me.qTabControl1.Appearance.MetallicShineIntensity = 70
                Me.qTabControl1.Appearance.MetallicShineSaturation = 100
                Me.qTabControl1.Appearance.ShowBorderBottom = true
                Me.qTabControl1.Appearance.ShowBorderLeft = true
                Me.qTabControl1.Appearance.ShowBorderRight = true
                Me.qTabControl1.Appearance.ShowBorders = true
                Me.qTabControl1.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabControl1.ColorScheme.DisabledTextColor.SetColor("VistaBlack", System.Drawing.Color.Gray, false)
                Me.qTabControl1.ColorScheme.TabButtonActiveBackground1.SetColor("VistaBlack", System.Drawing.Color.FromArgb(CType(CType(248,Byte),Integer), CType(CType(225,Byte),Integer), CType(CType(135,Byte),Integer)), false)
                Me.qTabControl1.ColorScheme.TabButtonActiveBackground2.SetColor("VistaBlack", System.Drawing.Color.FromArgb(CType(CType(248,Byte),Integer), CType(CType(225,Byte),Integer), CType(CType(135,Byte),Integer)), false)
                Me.qTabControl1.ColorScheme.TabButtonActiveBorder.SetColor("VistaBlack", System.Drawing.Color.FromArgb(CType(CType(255,Byte),Integer), CType(CType(128,Byte),Integer), CType(CType(0,Byte),Integer)), false)
                Me.qTabControl1.ColorScheme.TabButtonBackground1.SetColor("VistaBlack", System.Drawing.Color.FromArgb(CType(CType(209,Byte),Integer), CType(CType(224,Byte),Integer), CType(CType(239,Byte),Integer)), false)
                Me.qTabControl1.ColorScheme.TabButtonBackground2.SetColor("VistaBlack", System.Drawing.Color.FromArgb(CType(CType(225,Byte),Integer), CType(CType(237,Byte),Integer), CType(CType(250,Byte),Integer)), false)
                Me.qTabControl1.ColorScheme.TabButtonBorder.SetColor("VistaBlack", System.Drawing.Color.FromArgb(CType(CType(171,Byte),Integer), CType(CType(186,Byte),Integer), CType(CType(208,Byte),Integer)), false)
                Me.qTabControl1.ColorScheme.TabControlBackground1.SetColor("VistaBlack", System.Drawing.Color.Empty, false)
                Me.qTabControl1.ColorScheme.TabControlBackground2.SetColor("VistaBlack", System.Drawing.Color.Transparent, false)
                Me.qTabControl1.ColorScheme.TabControlBorder.SetColor("VistaBlack", System.Drawing.Color.Empty, false)
                Me.qTabControl1.Controls.Add(Me.qTabPage7)
                Me.qTabControl1.Controls.Add(Me.qTabPage6)
                Me.qTabControl1.Controls.Add(Me.qTabPage5)
                Me.qTabControl1.Controls.Add(Me.qTabPage4)
                Me.qTabControl1.Controls.Add(Me.qTabPage3)
                Me.qTabControl1.Controls.Add(Me.qTabPage2)
                Me.qTabControl1.Controls.Add(Me.qTabPage1)
                Me.qTabControl1.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
                Me.qTabControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabControl1.Location = New System.Drawing.Point(0, 0)
                Me.qTabControl1.Name = "qTabControl1"
                Me.qTabControl1.PersistGuid = New System.Guid("9ae0c795-087d-4a6f-8fd2-ed90c63ec3bc")
                Me.qTabControl1.Size = New System.Drawing.Size(1066, 566)
                Me.qTabControl1.TabIndex = 8
                Me.qTabControl1.Text = "Paramétra"
                '
                'qTabPage1
                '
                Me.qTabPage1.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabPage1.ButtonOrder = 0
                Me.qTabPage1.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage1.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage1.ColorScheme.TabPageBorder.SetColor("VistaBlack", System.Drawing.Color.Empty, false)
                Me.qTabPage1.Controls.Add(Me.kryptonGroupBox1)
                Me.qTabPage1.Controls.Add(Me.kryptonButton3)
                Me.qTabPage1.Controls.Add(Me.kryptonButton2)
                Me.qTabPage1.Controls.Add(Me.kryptonLabel5)
                Me.qTabPage1.Controls.Add(Me.listView1)
                Me.qTabPage1.Controls.Add(Me.kryptonLabel4)
                Me.qTabPage1.Controls.Add(Me.kryptonButton1)
                Me.qTabPage1.Controls.Add(Me.kryptonTextBox3)
                Me.qTabPage1.Controls.Add(Me.kryptonLabel3)
                Me.qTabPage1.Controls.Add(Me.kryptonTextBox2)
                Me.qTabPage1.Controls.Add(Me.kryptonLabel2)
                Me.qTabPage1.Controls.Add(Me.kryptonTextBox1)
                Me.qTabPage1.Controls.Add(Me.kryptonLabel1)
                Me.qTabPage1.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage1.Icon = CType(resources.GetObject("qTabPage1.Icon"),System.Drawing.Icon)
                Me.qTabPage1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage1.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage1.Name = "qTabPage1"
                Me.qTabPage1.PersistGuid = New System.Guid("50e03a40-1b53-44fc-9e62-2afbb144dd34")
                Me.qTabPage1.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage1.Text = "Paramétrage"
                '
                'kryptonGroupBox1
                '
                Me.kryptonGroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
                            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.kryptonGroupBox1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonGroupBox1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonGroupBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonGroupBox1.Location = New System.Drawing.Point(549, 0)
                Me.kryptonGroupBox1.Name = "kryptonGroupBox1"
                '
                'kryptonGroupBox1.Panel
                '
                Me.kryptonGroupBox1.Panel.Controls.Add(Me.label1)
                Me.kryptonGroupBox1.Panel.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonGroupBox1.Panel.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonGroupBox1.Panel.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonGroupBox1.Size = New System.Drawing.Size(517, 280)
                Me.kryptonGroupBox1.StateCommon.Back.Color1 = System.Drawing.Color.FromArgb(CType(CType(187,Byte),Integer), CType(CType(206,Byte),Integer), CType(CType(230,Byte),Integer))
                Me.kryptonGroupBox1.StateCommon.Border.Color1 = System.Drawing.Color.FromArgb(CType(CType(108,Byte),Integer), CType(CType(108,Byte),Integer), CType(CType(108,Byte),Integer))
                Me.kryptonGroupBox1.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonGroupBox1.StateCommon.Border.Rounding = 15
                Me.kryptonGroupBox1.StateCommon.Content.ShortText.Color1 = System.Drawing.Color.DarkBlue
                Me.kryptonGroupBox1.TabIndex = 12
                Me.kryptonGroupBox1.Values.Heading = "Aide/Astuce"
                Me.kryptonGroupBox1.Values.Image = CType(resources.GetObject("kryptonGroupBox1.Values.Image"),System.Drawing.Image)
                '
                'label1
                '
                Me.label1.BackColor = System.Drawing.Color.Transparent
                Me.label1.Cursor = System.Windows.Forms.Cursors.Default
                Me.label1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.label1.ForeColor = System.Drawing.Color.Black
                Me.label1.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.label1.Location = New System.Drawing.Point(3, 0)
                Me.label1.Name = "label1"
                Me.label1.Size = New System.Drawing.Size(496, 216)
                Me.label1.TabIndex = 0
                Me.label1.Text = resources.GetString("label1.Text")
                '
                'kryptonButton3
                '
                Me.kryptonButton3.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton3.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonButton3.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton3.Location = New System.Drawing.Point(205, 480)
                Me.kryptonButton3.Name = "kryptonButton3"
                Me.kryptonButton3.Size = New System.Drawing.Size(231, 32)
                Me.kryptonButton3.StateCommon.Back.Image = CType(resources.GetObject("kryptonButton3.StateCommon.Back.Image"),System.Drawing.Image)
                Me.kryptonButton3.StateCommon.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.CenterLeft
                Me.kryptonButton3.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonButton3.StateCommon.Border.Rounding = 15
                Me.kryptonButton3.TabIndex = 11
                Me.kryptonButton3.Values.Text = "Supprimer toutes les actions"
                '
                'kryptonButton2
                '
                Me.kryptonButton2.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton2.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonButton2.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton2.Location = New System.Drawing.Point(4, 480)
                Me.kryptonButton2.Name = "kryptonButton2"
                Me.kryptonButton2.OverrideDefault.Back.Image = CType(resources.GetObject("kryptonButton2.OverrideDefault.Back.Image"),System.Drawing.Image)
                Me.kryptonButton2.OverrideDefault.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.CenterLeft
                Me.kryptonButton2.Size = New System.Drawing.Size(195, 32)
                Me.kryptonButton2.StateCommon.Back.Image = CType(resources.GetObject("kryptonButton2.StateCommon.Back.Image"),System.Drawing.Image)
                Me.kryptonButton2.StateCommon.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.CenterLeft
                Me.kryptonButton2.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonButton2.StateCommon.Border.Rounding = 15
                Me.kryptonButton2.TabIndex = 10
                Me.kryptonButton2.Values.Text = "Ajouter une action"
                '
                'kryptonLabel5
                '
                Me.kryptonLabel5.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel5.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonLabel5.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel5.Location = New System.Drawing.Point(4, 286)
                Me.kryptonLabel5.Name = "kryptonLabel5"
                Me.kryptonLabel5.Size = New System.Drawing.Size(190, 20)
                Me.kryptonLabel5.TabIndex = 9
                Me.kryptonLabel5.Values.Text = "Actions que contiendra le plugin:"
                '
                'listView1
                '
                Me.listView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
                            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.listView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader1, Me.columnHeader2, Me.columnHeader3, Me.columnHeader4, Me.columnHeader5})
                Me.listView1.Cursor = System.Windows.Forms.Cursors.Default
                Me.listView1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.listView1.GridLines = true
                Me.listView1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.listView1.Location = New System.Drawing.Point(11, 312)
                Me.listView1.Name = "listView1"
                Me.listView1.Size = New System.Drawing.Size(992, 162)
                Me.listView1.TabIndex = 8
                Me.listView1.UseCompatibleStateImageBehavior = false
                Me.listView1.View = System.Windows.Forms.View.Details
                '
                'columnHeader1
                '
                Me.columnHeader1.Text = "Chemin de l'icone"
                Me.columnHeader1.Width = 352
                '
                'columnHeader2
                '
                Me.columnHeader2.Text = "Description"
                Me.columnHeader2.Width = 266
                '
                'columnHeader3
                '
                Me.columnHeader3.Text = "Déclaration"
                Me.columnHeader3.Width = 73
                '
                'columnHeader4
                '
                Me.columnHeader4.Text = "Fonction"
                '
                'columnHeader5
                '
                Me.columnHeader5.Text = "Catégorie"
                Me.columnHeader5.Width = 229
                '
                'kryptonLabel4
                '
                Me.kryptonLabel4.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel4.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonLabel4.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel4.Location = New System.Drawing.Point(415, 73)
                Me.kryptonLabel4.Name = "kryptonLabel4"
                Me.kryptonLabel4.Size = New System.Drawing.Size(41, 20)
                Me.kryptonLabel4.TabIndex = 7
                Me.kryptonLabel4.Values.Text = "Logo:"
                '
                'kryptonButton1
                '
                Me.kryptonButton1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonButton1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonButton1.ImeMode = System.Windows.Forms.ImeMode.Disable
                Me.kryptonButton1.Location = New System.Drawing.Point(415, 99)
                Me.kryptonButton1.Name = "kryptonButton1"
                Me.kryptonButton1.Size = New System.Drawing.Size(128, 128)
                Me.kryptonButton1.StateCommon.Back.Image = CType(resources.GetObject("kryptonButton1.StateCommon.Back.Image"),System.Drawing.Image)
                Me.kryptonButton1.StateCommon.Back.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Stretch
                Me.kryptonButton1.StateCommon.Content.ShortText.Color1 = System.Drawing.Color.White
                Me.kryptonButton1.TabIndex = 6
                Me.kryptonButton1.Values.Text = "Changer le logo "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"du plugin"
                '
                'kryptonTextBox3
                '
                Me.kryptonTextBox3.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonTextBox3.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonTextBox3.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonTextBox3.Location = New System.Drawing.Point(415, 29)
                Me.kryptonTextBox3.Name = "kryptonTextBox3"
                Me.kryptonTextBox3.Size = New System.Drawing.Size(128, 20)
                Me.kryptonTextBox3.TabIndex = 5
                '
                'kryptonLabel3
                '
                Me.kryptonLabel3.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel3.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonLabel3.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel3.Location = New System.Drawing.Point(415, 3)
                Me.kryptonLabel3.Name = "kryptonLabel3"
                Me.kryptonLabel3.Size = New System.Drawing.Size(106, 20)
                Me.kryptonLabel3.TabIndex = 4
                Me.kryptonLabel3.Values.Text = "Auteur du plugin:"
                '
                'kryptonTextBox2
                '
                Me.kryptonTextBox2.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonTextBox2.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonTextBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonTextBox2.Location = New System.Drawing.Point(11, 99)
                Me.kryptonTextBox2.Multiline = true
                Me.kryptonTextBox2.Name = "kryptonTextBox2"
                Me.kryptonTextBox2.Size = New System.Drawing.Size(359, 181)
                Me.kryptonTextBox2.TabIndex = 3
                '
                'kryptonLabel2
                '
                Me.kryptonLabel2.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel2.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonLabel2.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel2.Location = New System.Drawing.Point(11, 73)
                Me.kryptonLabel2.Name = "kryptonLabel2"
                Me.kryptonLabel2.Size = New System.Drawing.Size(131, 20)
                Me.kryptonLabel2.TabIndex = 2
                Me.kryptonLabel2.Values.Text = "Description du plugin:"
                '
                'kryptonTextBox1
                '
                Me.kryptonTextBox1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonTextBox1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonTextBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonTextBox1.Location = New System.Drawing.Point(11, 29)
                Me.kryptonTextBox1.Name = "kryptonTextBox1"
                Me.kryptonTextBox1.Size = New System.Drawing.Size(359, 20)
                Me.kryptonTextBox1.TabIndex = 1
                '
                'kryptonLabel1
                '
                Me.kryptonLabel1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonLabel1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel1.Location = New System.Drawing.Point(11, 3)
                Me.kryptonLabel1.Name = "kryptonLabel1"
                Me.kryptonLabel1.Size = New System.Drawing.Size(96, 20)
                Me.kryptonLabel1.TabIndex = 0
                Me.kryptonLabel1.Values.Text = "Nom du plugin:"
                '
                'qTabPage7
                '
                Me.qTabPage7.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange
                Me.qTabPage7.ButtonOrder = 6
                Me.qTabPage7.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage7.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage7.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage7.Icon = CType(resources.GetObject("qTabPage7.Icon"),System.Drawing.Icon)
                Me.qTabPage7.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage7.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage7.Name = "qTabPage7"
                Me.qTabPage7.PersistGuid = New System.Guid("c3812098-da80-4b32-bcb1-cfb1954995ad")
                Me.qTabPage7.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage7.Text = "Aide"
                '
                'qTabPage6
                '
                Me.qTabPage6.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabPage6.ButtonOrder = 5
                Me.qTabPage6.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage6.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage6.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage6.Icon = CType(resources.GetObject("qTabPage6.Icon"),System.Drawing.Icon)
                Me.qTabPage6.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage6.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage6.Name = "qTabPage6"
                Me.qTabPage6.PersistGuid = New System.Guid("0486c5c7-db99-4bcb-bf6f-93fbc155433a")
                Me.qTabPage6.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage6.Text = "Finalisation"
                '
                'qTabPage5
                '
                Me.qTabPage5.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabPage5.ButtonOrder = 4
                Me.qTabPage5.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage5.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage5.Controls.Add(Me.toolStrip1)
                Me.qTabPage5.Controls.Add(Me.kryptonLabel6)
                Me.qTabPage5.Controls.Add(Me.kryptonRichTextBox1)
                Me.qTabPage5.Controls.Add(Me.listView3)
                Me.qTabPage5.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage5.Icon = CType(resources.GetObject("qTabPage5.Icon"),System.Drawing.Icon)
                Me.qTabPage5.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage5.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage5.Name = "qTabPage5"
                Me.qTabPage5.PersistGuid = New System.Guid("58d4ef27-ef3b-4d20-994b-b22415d72596")
                Me.qTabPage5.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage5.Text = "Assistance"
                '
                'toolStrip1
                '
                Me.toolStrip1.Dock = System.Windows.Forms.DockStyle.None
                Me.toolStrip1.Font = New System.Drawing.Font("Segoe UI", 9!)
                Me.toolStrip1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.couperToolStripButton, Me.copierToolStripButton, Me.collerToolStripButton, Me.toolStripSeparator1, Me.toolStripButton1, Me.toolStripSeparator2, Me.toolStripButton2, Me.toolStripButton8, Me.toolStripButton3, Me.toolStripSeparator3, Me.toolStripButton4, Me.toolStripButton5, Me.toolStripButton6, Me.toolStripButton7})
                Me.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
                Me.toolStrip1.Location = New System.Drawing.Point(21, 36)
                Me.toolStrip1.Name = "toolStrip1"
                Me.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
                Me.toolStrip1.Size = New System.Drawing.Size(283, 25)
                Me.toolStrip1.TabIndex = 2
                Me.toolStrip1.Text = "toolStrip1"
                '
                'couperToolStripButton
                '
                Me.couperToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.couperToolStripButton.Image = CType(resources.GetObject("couperToolStripButton.Image"),System.Drawing.Image)
                Me.couperToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.couperToolStripButton.Name = "couperToolStripButton"
                Me.couperToolStripButton.Size = New System.Drawing.Size(23, 22)
                Me.couperToolStripButton.Text = "C&ouper"
                '
                'copierToolStripButton
                '
                Me.copierToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.copierToolStripButton.Image = CType(resources.GetObject("copierToolStripButton.Image"),System.Drawing.Image)
                Me.copierToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.copierToolStripButton.Name = "copierToolStripButton"
                Me.copierToolStripButton.Size = New System.Drawing.Size(23, 22)
                Me.copierToolStripButton.Text = "Co&pier"
                '
                'collerToolStripButton
                '
                Me.collerToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.collerToolStripButton.Image = CType(resources.GetObject("collerToolStripButton.Image"),System.Drawing.Image)
                Me.collerToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.collerToolStripButton.Name = "collerToolStripButton"
                Me.collerToolStripButton.Size = New System.Drawing.Size(23, 22)
                Me.collerToolStripButton.Text = "Co&ller"
                '
                'toolStripSeparator1
                '
                Me.toolStripSeparator1.Name = "toolStripSeparator1"
                Me.toolStripSeparator1.Size = New System.Drawing.Size(6, 25)
                '
                'toolStripButton1
                '
                Me.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton1.Image = CType(resources.GetObject("toolStripButton1.Image"),System.Drawing.Image)
                Me.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton1.Name = "toolStripButton1"
                Me.toolStripButton1.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton1.Text = "toolStripButton1"
                '
                'toolStripSeparator2
                '
                Me.toolStripSeparator2.Name = "toolStripSeparator2"
                Me.toolStripSeparator2.Size = New System.Drawing.Size(6, 25)
                '
                'toolStripButton2
                '
                Me.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton2.Image = CType(resources.GetObject("toolStripButton2.Image"),System.Drawing.Image)
                Me.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton2.Name = "toolStripButton2"
                Me.toolStripButton2.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton2.Text = "toolStripButton2"
                '
                'toolStripButton8
                '
                Me.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton8.Image = CType(resources.GetObject("toolStripButton8.Image"),System.Drawing.Image)
                Me.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton8.Name = "toolStripButton8"
                Me.toolStripButton8.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton8.Text = "toolStripButton8"
                '
                'toolStripButton3
                '
                Me.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton3.Image = CType(resources.GetObject("toolStripButton3.Image"),System.Drawing.Image)
                Me.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton3.Name = "toolStripButton3"
                Me.toolStripButton3.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton3.Text = "toolStripButton3"
                '
                'toolStripSeparator3
                '
                Me.toolStripSeparator3.Name = "toolStripSeparator3"
                Me.toolStripSeparator3.Size = New System.Drawing.Size(6, 25)
                '
                'toolStripButton4
                '
                Me.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton4.Image = CType(resources.GetObject("toolStripButton4.Image"),System.Drawing.Image)
                Me.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton4.Name = "toolStripButton4"
                Me.toolStripButton4.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton4.Text = "toolStripButton4"
                '
                'toolStripButton5
                '
                Me.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton5.Image = CType(resources.GetObject("toolStripButton5.Image"),System.Drawing.Image)
                Me.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton5.Name = "toolStripButton5"
                Me.toolStripButton5.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton5.Text = "toolStripButton5"
                '
                'toolStripButton6
                '
                Me.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton6.Image = CType(resources.GetObject("toolStripButton6.Image"),System.Drawing.Image)
                Me.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton6.Name = "toolStripButton6"
                Me.toolStripButton6.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton6.Text = "toolStripButton6"
                '
                'toolStripButton7
                '
                Me.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
                Me.toolStripButton7.Image = CType(resources.GetObject("toolStripButton7.Image"),System.Drawing.Image)
                Me.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta
                Me.toolStripButton7.Name = "toolStripButton7"
                Me.toolStripButton7.Size = New System.Drawing.Size(23, 22)
                Me.toolStripButton7.Text = "toolStripButton7"
                '
                'kryptonLabel6
                '
                Me.kryptonLabel6.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonLabel6.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonLabel6.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonLabel6.Location = New System.Drawing.Point(13, 7)
                Me.kryptonLabel6.Name = "kryptonLabel6"
                Me.kryptonLabel6.Size = New System.Drawing.Size(247, 20)
                Me.kryptonLabel6.TabIndex = 1
                Me.kryptonLabel6.Values.Text = "Rédigez ci-dessous l'aide de chaque action:"
                '
                'kryptonRichTextBox1
                '
                Me.kryptonRichTextBox1.Cursor = System.Windows.Forms.Cursors.Default
                Me.kryptonRichTextBox1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.kryptonRichTextBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.kryptonRichTextBox1.Location = New System.Drawing.Point(12, 62)
                Me.kryptonRichTextBox1.Name = "kryptonRichTextBox1"
                Me.kryptonRichTextBox1.Size = New System.Drawing.Size(1042, 262)
                Me.kryptonRichTextBox1.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.kryptonRichTextBox1.StateCommon.Border.Rounding = 15
                Me.kryptonRichTextBox1.TabIndex = 0
                Me.kryptonRichTextBox1.Text = "kryptonRichTextBox1"
                '
                'listView3
                '
                Me.listView3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
                            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.listView3.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader11, Me.columnHeader12, Me.columnHeader13, Me.columnHeader14, Me.columnHeader15})
                Me.listView3.Cursor = System.Windows.Forms.Cursors.Default
                Me.listView3.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.listView3.GridLines = true
                Me.listView3.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.listView3.Location = New System.Drawing.Point(12, 330)
                Me.listView3.Name = "listView3"
                Me.listView3.Size = New System.Drawing.Size(1042, 162)
                Me.listView3.TabIndex = 10
                Me.listView3.UseCompatibleStateImageBehavior = false
                Me.listView3.View = System.Windows.Forms.View.Details
                '
                'columnHeader11
                '
                Me.columnHeader11.Text = "Chemin de l'icone"
                Me.columnHeader11.Width = 352
                '
                'columnHeader12
                '
                Me.columnHeader12.Text = "Description"
                Me.columnHeader12.Width = 266
                '
                'columnHeader13
                '
                Me.columnHeader13.Text = "Déclaration"
                Me.columnHeader13.Width = 73
                '
                'columnHeader14
                '
                Me.columnHeader14.Text = "Fonction"
                '
                'columnHeader15
                '
                Me.columnHeader15.Text = "Catégorie"
                Me.columnHeader15.Width = 290
                '
                'qTabPage4
                '
                Me.qTabPage4.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabPage4.ButtonOrder = 3
                Me.qTabPage4.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage4.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage4.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage4.Icon = CType(resources.GetObject("qTabPage4.Icon"),System.Drawing.Icon)
                Me.qTabPage4.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage4.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage4.Name = "qTabPage4"
                Me.qTabPage4.PersistGuid = New System.Guid("b6b7e1e7-3847-4f4c-b281-227f1181a00b")
                Me.qTabPage4.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage4.Text = "Correction d'erreur"
                '
                'qTabPage3
                '
                Me.qTabPage3.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabPage3.ButtonOrder = 2
                Me.qTabPage3.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage3.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage3.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage3.Icon = CType(resources.GetObject("qTabPage3.Icon"),System.Drawing.Icon)
                Me.qTabPage3.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage3.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage3.Name = "qTabPage3"
                Me.qTabPage3.PersistGuid = New System.Guid("c5fc5619-22b8-4d80-b33b-bc30ae6436c6")
                Me.qTabPage3.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage3.Text = "Fonction"
                '
                'qTabPage2
                '
                Me.qTabPage2.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.qTabPage2.ButtonOrder = 1
                Me.qTabPage2.ColorScheme.TabPageBackground1.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage2.ColorScheme.TabPageBackground2.SetColor("VistaBlack", System.Drawing.Color.White, false)
                Me.qTabPage2.Controls.Add(Me.listView2)
                Me.qTabPage2.Cursor = System.Windows.Forms.Cursors.Default
                Me.qTabPage2.Icon = CType(resources.GetObject("qTabPage2.Icon"),System.Drawing.Icon)
                Me.qTabPage2.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.qTabPage2.Location = New System.Drawing.Point(0, 30)
                Me.qTabPage2.Name = "qTabPage2"
                Me.qTabPage2.PersistGuid = New System.Guid("9c9a5cbc-0030-4404-be98-635630c234a9")
                Me.qTabPage2.Size = New System.Drawing.Size(1066, 536)
                Me.qTabPage2.Text = "Interface"
                '
                'listView2
                '
                Me.listView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
                            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
                Me.listView2.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader6, Me.columnHeader7, Me.columnHeader8, Me.columnHeader9, Me.columnHeader10})
                Me.listView2.Cursor = System.Windows.Forms.Cursors.Default
                Me.listView2.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World)
                Me.listView2.GridLines = true
                Me.listView2.ImeMode = System.Windows.Forms.ImeMode.NoControl
                Me.listView2.Location = New System.Drawing.Point(12, 13)
                Me.listView2.Name = "listView2"
                Me.listView2.Size = New System.Drawing.Size(992, 162)
                Me.listView2.TabIndex = 9
                Me.listView2.UseCompatibleStateImageBehavior = false
                Me.listView2.View = System.Windows.Forms.View.Details
                '
                'columnHeader6
                '
                Me.columnHeader6.Text = "Chemin de l'icone"
                Me.columnHeader6.Width = 352
                '
                'columnHeader7
                '
                Me.columnHeader7.Text = "Description"
                Me.columnHeader7.Width = 266
                '
                'columnHeader8
                '
                Me.columnHeader8.Text = "Déclaration"
                Me.columnHeader8.Width = 73
                '
                'columnHeader9
                '
                Me.columnHeader9.Text = "Fonction"
                '
                'columnHeader10
                '
                Me.columnHeader10.Text = "Catégorie"
                Me.columnHeader10.Width = 229
                '
                'openFileDialog1
                '
                Me.openFileDialog1.FileName = "openFileDialog1"
                '
               
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 11:45

    3ème et dernière partie:
    Code:

                'Fenêtre_Krypton1
                '
                Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange
                Me.ClientSize = New System.Drawing.Size(1066, 566)
                Me.Controls.Add(Me.kryptonPanel1)
                Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
                Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
                Me.KeyPreview = true
                Me.Name = "Fenêtre_Krypton1"
                Me.StateCommon.Border.DrawBorders = CType((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)  _
                            Or ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right),ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)
                Me.Text = "Assistant de création  de Plugin pour SZ2012"
                CType(Me.kryptonPanel1,System.ComponentModel.ISupportInitialize).EndInit
                Me.kryptonPanel1.ResumeLayout(false)
                CType(Me.qTabControl1,System.ComponentModel.ISupportInitialize).EndInit
                Me.qTabControl1.ResumeLayout(false)
                Me.qTabPage1.ResumeLayout(false)
                Me.qTabPage1.PerformLayout
                CType(Me.kryptonGroupBox1.Panel,System.ComponentModel.ISupportInitialize).EndInit
                Me.kryptonGroupBox1.Panel.ResumeLayout(false)
                CType(Me.kryptonGroupBox1,System.ComponentModel.ISupportInitialize).EndInit
                Me.kryptonGroupBox1.ResumeLayout(false)
                Me.qTabPage5.ResumeLayout(false)
                Me.qTabPage5.PerformLayout
                Me.toolStrip1.ResumeLayout(false)
                Me.toolStrip1.PerformLayout
                Me.qTabPage2.ResumeLayout(false)
                Me.ResumeLayout(false)
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:|actionname:KryptonForm_Load
                AddHandler Me.Load, AddressOf Me.KryptonForm_Load
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:8eo4arxn9mk0yxc44pq183zndg9v591deexmwkowqa6u6kyxqk|actionname:kryptonButton1_Click
                AddHandler kryptonButton1.Click, AddressOf Me.kryptonButton1_Click
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:oskrxnhu80ceji6lieg36lrn1080jzkyh4cf18digwe0wt6vnu|actionname:kryptonButton2_Click
                AddHandler kryptonButton2.Click, AddressOf Me.kryptonButton2_Click
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:13hf28gjy3g4vzy2whzne93inbkzkryvuaoa0ayqb95kyz1oqr|actionname:kryptonButton3_Click
                AddHandler kryptonButton3.Click, AddressOf Me.kryptonButton3_Click
            End Sub
           
            <System.STAThreadAttribute()>  _
            Public Shared Sub Main()
                _manager.Run(System.Environment.GetCommandLineArgs())
            End Sub
        End Class
       
        Public Class Fenêtre_Krypton1
           
            'project:SZ2012PluginCreator|function:Fenêtre_Krypton1|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:1me2d65aksnkn9m4uk7x3szav6v4fydztorgq3970tgnv625v4|actionname:Commandes Visual Basic.Net
    Public Structure ActionSZ
      Dim A_CheminIcone As String
      Dim A_Description As String
      Dim A_Fonction As String
      Dim A_Declaration As String
      Dim A_Categorie As String
    End Structure
    Public ActionSoftwareZator As New System.Collections.Generic.List(Of ActionSZ)
           
            'Fonction KryptonForm_Load
            'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:|actionname:KryptonForm_Load
            Public Sub KryptonForm_Load(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:|actionname:Commentaire
                'Cette fonction se déclenche à l'ouverture de la fenêtre.
                '
                'This function is launched during opening.
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:w24x72pc5pg471hiqzpmf6ohi4q6id4hcqrjcf15sssdpcq1ko|actionname:Modifier la valeur d'une variable
                compteur = CInt(0)
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:opupeuonff5x4b8rr3srl8th5ssvk4b8yp9ewrq50fun0q4oyh|actionname:Modifier la valeur d'une variable
                nombreaction = CInt(0)
                'project:SZ2012PluginCreator|function:KryptonForm_Load|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:36qcs29rydqrj7vvx3fzkfnnt4nty17njago1gi9ixj1vwm359|actionname:Modifier la valeur d'une variable
                compeurimage = CInt(0)
            End Sub
           
            'Fonction kryptonButton1_Click
            'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:8eo4arxn9mk0yxc44pq183zndg9v591deexmwkowqa6u6kyxqk|actionname:kryptonButton1_Click
            Public Sub kryptonButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:b0nw2fk35sv61vmf1mdctrlyc9zix36dg8n86z808h14zdngey|actionname:Ouvrir une Boîte de sélection de fichier à ouvrir
                logo = Me.openFileDialog1.ShowDialog().ToString()
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:ueacrpg1iflmpzryj4r9z98l6bev4lrmnodes4t8zsaeu4uj9u|actionname:Si ... Alors ... Sinon
                If (logo = "Cancel") Then
                    'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:4pcru684etblrlpg8f4x5vat6xzffynp8yolq72q6tq93yx1xz|actionname:Sortir d'une fonction pouvant être liée à un déclencheur
    Exit Sub
                End If
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:3zz2dubrju59n1chekiqlgscrbbp8mqm535q55zdw3lg71muwf|actionname:Obtenir une propriété d'un contrôle
                logo = Me.openFileDialog1.FileName
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:9kc8o4hqe085vyxsk7pijzbmgo46u4hbeadgwg9uw3t577xp17|actionname:Charger une image à partir d'un fichier
                logo = System.Drawing.Image.FromFile("" & logo & "", true)
                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:vurlhxsm6vflrtnw51gx0chvhl517jlygigee60xaik7664bpu|actionname:Modifier une propriété d'un contrôle
    Me.kryptonButton1.StateCommon.Back.Image = logo

                'project:SZ2012PluginCreator|function:kryptonButton1_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:ij2my02cpaaz5fveinjse1jp93vf6aqp1s8lsg9i77ura9j7wb|actionname:Modifier une propriété d'un contrôle
                Me.kryptonButton1.Text = ""
            End Sub
           
            'Fonction kryptonButton2_Click
            'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:oskrxnhu80ceji6lieg36lrn1080jzkyh4cf18digwe0wt6vnu|actionname:kryptonButton2_Click
            Public Sub kryptonButton2_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:aocaax87op1fx5jqkuuq89v0uqez8iy1fc0y5rrchgivtv6e78|actionname:Modifier la valeur d'une variable
                ANNULER = "True"
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:64m15azb9a9z7voextggws9g786a9p1skhtfw4c4jj6cuiut6t|actionname:Ouvrir une fenêtre
                Variables.Fenêtre_Krypton2.ShowDialog
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:q45jvpeptpwqav1xfi0xftn2ec4xcs2jm1g5da6sit2zniyhiz|actionname:Si ... Alors ... Sinon
                If (ANNULER = "True") Then
                    'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:mjius7j7ox4ctok2uttdqo3mb2uvy6h2hwl4ezvpduaxvb957w|actionname:Sortir d'une fonction pouvant être liée à un déclencheur
    Exit Sub
                End If
                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:tp0vdcnzedjqc88gai9t60a3dxgaq3n5c49m486h5py8qmc3e9|actionname:Ajouter un élément à une Liste d'éléments avancé
    Me.listView1.Items.Add(VelerSoftware_GeneralPlugin.AddItemListView("action", "" & ActionSoftwareZator(compteur).A_CheminIcone & "", "", 0, False))


                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:2es238zwj3qrtpjhj41jd1bm5tyq3hl3kudks20kxfwlfhdkl4|actionname:Ajouter un sous-élément à une Liste d'éléments avancé
    Me.listView1.Items(compteur).SubItems.Add("" & ActionSoftwareZator(compteur).A_Description & "")


                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:k6e3khmzcy52pefijij49f4rdomtq032g4schnhdatlot1swqn|actionname:Ajouter un sous-élément à une Liste d'éléments avancé
    Me.listView1.Items(compteur).SubItems.Add("" & ActionSoftwareZator(compteur).A_Declaration & "")


                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:zctq7lmq1rkt5j357uyeuj734fu5tldqruwqcg1m0brkx2tz9l|actionname:Ajouter un sous-élément à une Liste d'éléments avancé
    Me.listView1.Items(compteur).SubItems.Add("" & ActionSoftwareZator(compteur).A_Fonction & "")


                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:zctq7lmq1rkt5j357uyeuj734fu5tldqruwqcg1m0brkx2tz9l9siotdvfcuoitbogcygc5d8g20tvad9mcjzw852lsnw1ooxy3y|actionname:Ajouter un sous-élément à une Liste d'éléments avancé
    Me.listView1.Items(compteur).SubItems.Add("" & ActionSoftwareZator(compteur).A_Categorie & "")



                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:ki1jzzp5ffazah0trh04do5mspd31gyyn27pezv42xwvd5unnrh92f46kc2i534trlds1qf0q04ob09f7qnlhop6zzn2cylslzi06m1wsewubq4oq5c2ie3ik2yqkfvx0kvsazkc1rlcu2npmnc9ax|actionname:Calcul
    compteur = compteur + 1

                'project:SZ2012PluginCreator|function:kryptonButton2_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:17akohoqhaqap6wv1bfhyfi9qaqgz7dt73jyxe30suuq5mghen|actionname:Calcul
                nombreaction = CInt( nombreaction ) + 1
            End Sub
           
            'Fonction kryptonButton3_Click
            'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:13hf28gjy3g4vzy2whzne93inbkzkryvuaoa0ayqb95kyz1oqr|actionname:kryptonButton3_Click
            Public Sub kryptonButton3_Click(ByVal sender As Object, ByVal e As System.EventArgs)
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:s15dzk764x3rmlud4k1vuomct4vlhzm6eolektctgyvtx89kng|actionname:Vider une Liste d'éléments avancé
                Me.listView1.Items.Clear
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:345r16nb6ji20l44uy09ntte6w8hhegma8hlifebca9vmw3jit|actionname:Modifier la valeur d'une variable
                compteur = CInt(0)
                'project:SZ2012PluginCreator|function:kryptonButton3_Click|file:C:\Users\Jean-noël\Documents\Mes Projets SoftwareZator\SZ2012 Plugin Créator\SZ2012PluginCreator\KryptonForm1.szw|actionid:345r16nb6ji20l44uy09ntte6w8hhegma8hlifebca9vmw3jit1zjg83qtkta47uwiet3u20vakjskr33ejyz62nqlu1a6smlaj6|actionname:Modifier la valeur d'une variable
                nombreaction = CInt(0)
            End Sub
        End Class
    End Namespace

    Namespace SZ2012PluginCreator.My
       
        Partial Friend Class MyApplication
            Inherits Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase
           
            <System.Diagnostics.DebuggerStepThroughAttribute()>  _
            Public Sub New()
                MyBase.New(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
                Me.IsSingleInstance = false
                Me.EnableVisualStyles = true
                Me.SaveMySettingsOnExit = true
                Me.ShutdownStyle = Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
            End Sub
           
            <System.Diagnostics.DebuggerStepThroughAttribute()>  _
            Protected Overrides Sub OnCreateMainForm()
                Me.MainForm = Variables.Fenêtre_Krypton1
            End Sub
        End Class
    End Namespace


    Partial Public Class VelerSoftware_GeneralPlugin

        Shared Function AddItemListView(ByVal Nom As String, ByVal Texte As String, ByVal InfoBulle As String, ByVal Img As Integer, ByVal Coche As Boolean) As System.Windows.Forms.ListViewItem
            Dim ite As New System.Windows.Forms.ListViewItem
            With ite
                .Name = Nom
                .Text = Texte
                .ToolTipText = InfoBulle
                .ImageKey = Img
                .StateImageIndex = Img
                .Checked = Coche
            End With
            Return ite
        End Function

    End Class




    NameSpace SZ2012PluginCreator
      Module Variables
          Public _manager As My.MyApplication = New My.MyApplication
          Public _computer As Microsoft.VisualBasic.Devices.Computer = New Microsoft.VisualBasic.Devices.Computer
          Public actioncatégorie As New System.Object '
          Public actiondeclaration As New System.Object '
          Public actiondescription As New System.Object '
          Public actionfonction As New System.Object '
          Public actionicon As New System.Object '
          Public actioniconb As New System.Object '
          Public actionmiseàjours As New System.Collections.Generic.List(Of System.Object) '
          Public ANNULER As New System.Object '
          Public auteur As New System.Object '
          Public codehtml As New System.Object '
          Public compeurimage As New System.Object '
          Public compteur As New System.Object '
          Public description As New System.Object '
          Public logo As New System.Object '
          Public nom As New System.Object '
          Public nombreaction As New System.Object '
          Public nouvellecategorie As New System.Object '
          Public quantité_d_action As New System.Object '
          Private _Contrôle_utilisateur1 As New Global.SZ2012PluginCreator.Contrôle_utilisateur1()
          Public Property Contrôle_utilisateur1 As Global.SZ2012PluginCreator.Contrôle_utilisateur1 ' Window Contrôle_utilisateur1
              Get
                  If _Contrôle_utilisateur1.IsDisposed Then _Contrôle_utilisateur1 = New Global.SZ2012PluginCreator.Contrôle_utilisateur1()
                  Return _Contrôle_utilisateur1
              End Get
              Set(ByVal value As Global.SZ2012PluginCreator.Contrôle_utilisateur1)
                  _Contrôle_utilisateur1 = value
              End Set
          End Property
          Private _Fenêtre_Krypton2 As New Global.SZ2012PluginCreator.Fenêtre_Krypton2()
          Public Property Fenêtre_Krypton2 As Global.SZ2012PluginCreator.Fenêtre_Krypton2 ' Window Fenêtre_Krypton2
              Get
                  If _Fenêtre_Krypton2.IsDisposed Then _Fenêtre_Krypton2 = New Global.SZ2012PluginCreator.Fenêtre_Krypton2()
                  Return _Fenêtre_Krypton2
              End Get
              Set(ByVal value As Global.SZ2012PluginCreator.Fenêtre_Krypton2)
                  _Fenêtre_Krypton2 = value
              End Set
          End Property
          Private _Fenêtre_Krypton1 As New Global.SZ2012PluginCreator.Fenêtre_Krypton1()
          Public Property Fenêtre_Krypton1 As Global.SZ2012PluginCreator.Fenêtre_Krypton1 ' Window Fenêtre_Krypton1
              Get
                  If _Fenêtre_Krypton1.IsDisposed Then _Fenêtre_Krypton1 = New Global.SZ2012PluginCreator.Fenêtre_Krypton1()
                  Return _Fenêtre_Krypton1
              End Get
              Set(ByVal value As Global.SZ2012PluginCreator.Fenêtre_Krypton1)
                  _Fenêtre_Krypton1 = value
              End Set
          End Property
      End Module
    End NameSpace
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 12:19

    Autant pour moi, j'ai dit une bêtise tout à l'heure, c'est :

    Code:
    Variables.NomDeLaFenetre.ActionSoftwareZator.A_Description = Me.kryptonTextBox1.Text

    Note : laisser "Variables" en "Variables" Wink

    Tu as oublié de faire la modification sur une action dans kryptonButton1_Click dans Fenetre_Krypton1 Smile
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Jeu 21 Mar 2013 - 15:30

    merci Wink mais... une erreur corrigé en ramène toujours une autre:

    Code:
    Error === Line 428, Column 0, Error BC30456
    Description : 'A_Description' n'est pas un membre de 'System.Collections.Generic.List(Of SZ2012PluginCreator.Fenêtre_Krypton1.ActionSZ)'.


    Error === Line 438, Column 0, Error BC30456
    Description : 'A_Declaration' n'est pas un membre de 'System.Collections.Generic.List(Of SZ2012PluginCreator.Fenêtre_Krypton1.ActionSZ)'.


    Error === Line 445, Column 0, Error BC30456
    Description : 'A_Fonction' n'est pas un membre de 'System.Collections.Generic.List(Of SZ2012PluginCreator.Fenêtre_Krypton1.ActionSZ)'.


    Error === Line 453, Column 0, Error BC30456
    Description : 'A_Categorie' n'est pas un membre de 'System.Collections.Generic.List(Of SZ2012PluginCreator.Fenêtre_Krypton1.ActionSZ)'.


    Error === Line 476, Column 0, Error BC30456
    Description : 'A_CheminIcone' n'est pas un membre de 'System.Collections.Generic.List(Of SZ2012PluginCreator.Fenêtre_Krypton1.ActionSZ)'.


    les erreurs si dessu concernent des actions de ce types:
    Code:
    Variables.Fenêtre_Krypton1.ActionSoftwareZator.A_Description = Me.kryptonTextBox1.Text
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 31
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Admin Jeu 21 Mar 2013 - 20:11

    Ah bah oui, on a pas mi d'index à "ActionSoftwareZator"

    Exemple :
    ActionSoftwareZator(3).A_Description

    Bon... Soit je suis pas concentré, soit je suis pas réveillé... ou peut-être les deux...
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Ven 22 Mar 2013 - 12:31

    bonjour,

    je dois pas être réveillé non plus Laughing
    erreur:
    Code:
    Error === Line 428, Column 0, Error BC30068
    Description : Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.


    Error === Line 439, Column 0, Error BC30068
    Description : Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.


    Error === Line 447, Column 0, Error BC30068
    Description : Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.


    Error === Line 456, Column 0, Error BC30068
    Description : Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.


    Error === Line 480, Column 0, Error BC30068
    Description : Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.
    polien
    polien



    Masculin Nombre de messages : 3002
    Age : 27
    Localisation : Bouches du Rhones
    Emploi/loisirs : velo, informatique, électronique, robotique, modélisme feroviaire
    Humeur : Je commence tout mais ne finit rien :P
    Date d'inscription : 19/05/2011

    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par polien Lun 1 Avr 2013 - 20:15

    Bonsoir,

    J'ai résolu le problème en transformant ma structure... en class! (si quelqu'un y comprend quelques choses pale )
    Sujet résolu comme sa marche Wink

    Merci Etienne

    Contenu sponsorisé


    [RESOLU] tableau de structure problème Empty Re: [RESOLU] tableau de structure problème

    Message par Contenu sponsorisé


      La date/heure actuelle est Ven 26 Avr 2024 - 9:56