Example #1
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.m_btnZoom    = new System.Windows.Forms.Button();
     this.m_btnGraphic = new System.Windows.Forms.Button();
     this.m_txtFormule = new sc2i.win32.expression.CControleEditeFormule();
     this.m_tooltip    = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // m_btnZoom
     //
     this.m_btnZoom.AutoSize  = true;
     this.m_btnZoom.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnZoom.Dock      = System.Windows.Forms.DockStyle.Right;
     this.m_btnZoom.Location  = new System.Drawing.Point(132, 0);
     this.m_btnZoom.Name      = "m_btnZoom";
     this.m_btnZoom.Size      = new System.Drawing.Size(26, 20);
     this.m_btnZoom.TabIndex  = 1;
     this.m_btnZoom.Text      = "...";
     this.m_btnZoom.UseVisualStyleBackColor = false;
     this.m_btnZoom.Click += new System.EventHandler(this.m_btnZoom_Click);
     this.m_btnZoom.Enter += new System.EventHandler(this.ChildControl_Enter);
     //
     // m_btnGraphic
     //
     this.m_btnGraphic.AutoSize  = true;
     this.m_btnGraphic.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnGraphic.Dock      = System.Windows.Forms.DockStyle.Right;
     this.m_btnGraphic.Image     = global::sc2i.win32.expression.Resource1.binary_tree;
     this.m_btnGraphic.Location  = new System.Drawing.Point(158, 0);
     this.m_btnGraphic.Name      = "m_btnGraphic";
     this.m_btnGraphic.Size      = new System.Drawing.Size(26, 20);
     this.m_btnGraphic.TabIndex  = 2;
     this.m_btnGraphic.UseVisualStyleBackColor = false;
     this.m_btnGraphic.Click   += new System.EventHandler(this.m_btnGraphic_Click);
     this.m_btnGraphic.MouseUp += new System.Windows.Forms.MouseEventHandler(this.m_btnGraphic_MouseUp);
     //
     // m_txtFormule
     //
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(0, 0);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(132, 20);
     this.m_txtFormule.TabIndex    = 0;
     this.m_txtFormule.Enter      += new System.EventHandler(this.ChildControl_Enter);
     //
     // CTextBoxZoomFormule
     //
     this.Controls.Add(this.m_txtFormule);
     this.Controls.Add(this.m_btnZoom);
     this.Controls.Add(this.m_btnGraphic);
     this.Name = "CTextBoxZoomFormule";
     this.Size = new System.Drawing.Size(184, 20);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 private void OnEnterZoneEdition(object sender, System.EventArgs e)
 {
     if (sender is sc2i.win32.expression.CControleEditeFormule)
     {
         if (m_txtFormule != null)
         {
             m_txtFormule.BackColor = Color.White;
         }
         m_txtFormule           = (sc2i.win32.expression.CControleEditeFormule)sender;
         m_txtFormule.BackColor = Color.LightGreen;
         if (m_txtFormule == m_txtConditionDest)
         {
             if (m_expressionDest != null)
             {
                 m_wndAideFormule.FournisseurProprietes = new CFournisseurPropDynStd(true);
                 m_wndAideFormule.ObjetInterroge        = m_expressionDest.TypeDonnee.TypeDotNetNatif;
             }
             else
             {
                 m_wndAideFormule.FournisseurProprietes = ActionSynchronisme.Process;
                 m_wndAideFormule.ObjetInterroge        = typeof(CProcess);
             }
             m_txtConditionDest.Init(m_wndAideFormule.FournisseurProprietes, m_wndAideFormule.ObjetInterroge);
         }
         else
         {
             m_wndAideFormule.FournisseurProprietes = ActionSynchronisme.Process;
             m_wndAideFormule.ObjetInterroge        = typeof(CProcess);
         }
     }
 }
        private void CFormEditActionChangerOptionsImpression_Load(object sender, System.EventArgs e)
        {
            // Traduit le formulaire
            sc2i.win32.common.CWin32Traducteur.Translate(this);

            m_txtFormule = m_txtFormuleClient;
            m_txtFormuleClient_Enter(m_txtFormuleClient, new EventArgs());
        }
Example #4
0
        public CFormEditActionAttenteUtilisateur()
        {
            // Cet appel est requis par le Concepteur Windows Form.
            InitializeComponent();
            m_txtFormuleEnCours = m_txtFormule;

            // TODO : ajoutez les initialisations après l'appel à InitializeComponent
        }
Example #5
0
        public CFormEditActionCreerSqueletteProjet()
        {
            // Cet appel est requis par le Concepteur Windows Form.
            InitializeComponent();
            m_txtFormuleEnCours            = m_txtFormuleWorkflow;
            m_txtFormuleWorkflow.BackColor = Color.LightGreen;

            // TODO : ajoutez les initialisations après l'appel à InitializeComponent
        }
Example #6
0
        /// //////////////////////////////////////////
        private CResultAErreur GetFormule(sc2i.win32.expression.CControleEditeFormule textBox)
        {
            CResultAErreur result = CResultAErreur.True;
            CContexteAnalyse2iExpression   contexte  = new CContexteAnalyse2iExpression(ObjetEdite.Process, typeof(CProcess));
            CAnalyseurSyntaxiqueExpression analyseur = new CAnalyseurSyntaxiqueExpression(contexte);

            result = analyseur.AnalyseChaine(textBox.Text);
            return(result);
        }
 private void m_txtValeur_Enter(object sender, System.EventArgs e)
 {
     if (sender is sc2i.win32.expression.CControleEditeFormule)
     {
         m_textBoxReceiveFormules.BackColor = Color.White;
         m_textBoxReceiveFormules           = (sc2i.win32.expression.CControleEditeFormule)sender;
         m_textBoxReceiveFormules.BackColor = Color.LightGreen;
     }
 }
Example #8
0
        public CFormEditActionImporterTable()
        {
            // Cet appel est requis par le Concepteur Windows Form.
            InitializeComponent();
            m_txtFormuleEnCours           = m_txtFormuleFichier;
            m_txtFormuleFichier.BackColor = Color.LightGreen;

            // TODO : ajoutez les initialisations après l'appel à InitializeComponent
        }
Example #9
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_lblLibelle = new System.Windows.Forms.Label();
     this.m_txtFormule = new sc2i.win32.expression.CControleEditeFormule();
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // m_lblLibelle
     //
     this.m_lblLibelle.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lblLibelle, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_lblLibelle.Name     = "m_lblLibelle";
     this.m_lblLibelle.Size     = new System.Drawing.Size(128, 16);
     this.m_lblLibelle.TabIndex = 0;
     this.m_lblLibelle.Text     = "[Link]|1059";
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(128, 0);
     this.m_txtFormule.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtFormule, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtFormule.Name     = "m_txtFormule";
     this.m_txtFormule.Size     = new System.Drawing.Size(304, 56);
     this.m_txtFormule.TabIndex = 1;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Black;
     this.pictureBox1.Location  = new System.Drawing.Point(8, 58);
     this.m_gestionnaireModeEdition.SetModeEdition(this.pictureBox1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(416, 1);
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // CPanelLibelleEtFormule
     //
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.m_txtFormule);
     this.Controls.Add(this.m_lblLibelle);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name  = "CPanelLibelleEtFormule";
     this.Size  = new System.Drawing.Size(432, 64);
     this.Load += new System.EventHandler(this.CPanelLibelleEtFormule_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 private void m_txtFormuleClient_Enter(object sender, System.EventArgs e)
 {
     if (m_txtFormule != null)
     {
         m_txtFormule.BackColor = Color.White;
     }
     m_txtFormule           = (sc2i.win32.expression.CControleEditeFormule)sender;
     m_txtFormule.BackColor = Color.LightGreen;
 }
Example #11
0
 //--------------------------------------------------------------------------------
 private sc2i.win32.expression.CControleEditeFormule AddTextBox(Control parent)
 {
     sc2i.win32.expression.CControleEditeFormule txt = new sc2i.win32.expression.CControleEditeFormule();
     txt.Init(m_wndAideFormule.FournisseurProprietes, m_wndAideFormule.ObjetInterroge);
     txt.Height = 60;
     txt.Enter += new EventHandler(OnEnterTexteFormule);
     txt.CreateControl();
     parent.Controls.Add(txt);
     txt.Dock = DockStyle.Top;
     return(txt);
 }
Example #12
0
 private void m_txtFormule_Enter(object sender, EventArgs e)
 {
     if (sender is sc2i.win32.expression.CControleEditeFormule)
     {
         if (m_txtFormuleEnCours != null)
         {
             m_txtFormuleEnCours.BackColor = Color.White;
         }
         m_txtFormuleEnCours           = (sc2i.win32.expression.CControleEditeFormule)sender;
         m_txtFormuleEnCours.BackColor = Color.LightGreen;
     }
 }
 private void m_txtFormule_Enter(object sender, System.EventArgs e)
 {
     if (!(sender is sc2i.win32.expression.CControleEditeFormule))
     {
         return;
     }
     if (m_lastTextBox != null)
     {
         m_lastTextBox.BackColor = Color.White;
     }
     m_lastTextBox           = (sc2i.win32.expression.CControleEditeFormule)sender;
     m_lastTextBox.BackColor = Color.LightGreen;
 }
Example #14
0
 /// //////////////////////////////////////////
 private void m_txtFormuleNomFichier_Enter(object sender, EventArgs e)
 {
     if (sender is sc2i.win32.expression.CControleEditeFormule)
     {
         if (m_txtFormuleEnCours != null)
         {
             m_txtFormuleEnCours.BackColor = Color.White;
         }
         m_txtFormuleEnCours             = (sc2i.win32.expression.CControleEditeFormule)sender;
         m_txtFormuleEnCours.BackColor   = Color.LightGreen;
         m_wndAideFormule.ObjetInterroge = typeof(CDocumentGED);
     }
 }
Example #15
0
 /// //////////////////////////////////////////
 private void OnEnterTextBoxFormuleSurProcess(object sender, System.EventArgs e)
 {
     if (sender is sc2i.win32.expression.CControleEditeFormule)
     {
         if (m_txtFormuleEnCours != null)
         {
             m_txtFormuleEnCours.BackColor = Color.White;
         }
         m_txtFormuleEnCours             = (sc2i.win32.expression.CControleEditeFormule)sender;
         m_txtFormuleEnCours.BackColor   = Color.LightGreen;
         m_wndAideFormule.ObjetInterroge = typeof(CProcess);
     }
 }
        public CFormEditComposantFiltreRechercheAvancee()
        {
            //
            // Requis pour la prise en charge du Concepteur Windows Forms
            //
            InitializeComponent();
            m_lastTextBox          = m_txtFormule;
            m_txtFormule.BackColor = Color.LightGreen;

            //
            // TODO : ajoutez le code du constructeur après l'appel à InitializeComponent
            //
        }
Example #17
0
        //--------------------------------------------------------------------------------
        private void OnEnterTexteFormule(object sender, System.EventArgs e)
        {
            if (m_txtFormule != null)
            {
                m_txtFormule.BackColor = Color.White;
            }

            m_txtFormule = sender as sc2i.win32.expression.CControleEditeFormule;
            if (m_txtFormule != null)
            {
                m_txtFormule.BackColor = Color.LightGreen;
            }
            //if ( sender is sc2i.win32.expression.CControleEditeFormule )
            //{
            //    m_txtFormule = (sc2i.win32.expression.CControleEditeFormule)sender;
            //    m_txtFormule.BackColor = Color.LightGreen;
            //}
        }
Example #18
0
        /// ////////////////////////////////////////////////////
        protected override void InitChamps()
        {
            base.InitChamps();

            m_wndAideFormule.FournisseurProprietes = ActionEnvoyerSMS.Process;
            m_wndAideFormule.ObjetInterroge        = typeof(CProcess);

            m_txtMessage.Init(m_wndAideFormule.FournisseurProprietes, m_wndAideFormule.ObjetInterroge);


            if (ActionEnvoyerSMS.FormuleMessage != null)
            {
                m_txtMessage.Text = ActionEnvoyerSMS.FormuleMessage.GetString();
            }
            else
            {
                m_txtMessage.Text = "\"\"";
            }

            // Supprime tous les controles présents
            ArrayList lst = new ArrayList(m_panelDestinataires.Controls);

            foreach (Control ctrl in lst)
            {
                if (ctrl == m_txtFormule)
                {
                    m_txtFormule = null;
                }
                ctrl.Hide();
                m_panelDestinataires.Controls.Remove(ctrl);
                ctrl.Dispose();
            }



            foreach (C2iExpression expression in ActionEnvoyerSMS.ListeFormulesDestinataires)
            {
                if (expression != null)
                {
                    AddTextBox(m_panelDestinataires).Text = expression.GetString();
                }
            }
        }
        /// //////////////////////////////////////////////////
        private void Init(CVariableDynamiqueSelectionObjetDonnee variable)
        {
            m_wndAideFormule.FournisseurProprietes = new CFournisseurPropDynStd(true);
            m_variable = variable;
            //Clone le filtre
            m_filtreDynamique = (CFiltreDynamique)CCloner2iSerializable.Clone(m_variable.FiltreSelection);
            if (m_filtreDynamique == null)
            {
                m_filtreDynamique = new CFiltreDynamique(CSc2iWin32DataClient.ContexteCourant);
            }
            if (m_variable.FiltreSelection != null)
            {
                m_filtreDynamique.ElementAVariablesExterne = m_variable.FiltreSelection.ElementAVariablesExterne;
            }
            m_wndAideFormule.ObjetInterroge = m_filtreDynamique.TypeElements;

            m_txtValeurAffichee.Init(m_wndAideFormule.FournisseurProprietes, m_wndAideFormule.ObjetInterroge);
            m_panelFiltre.InitSansVariables(m_filtreDynamique);
            if (m_variable.ExpressionAffichee != null)
            {
                m_txtValeurAffichee.Text = m_variable.ExpressionAffichee.GetString();
            }
            else
            {
                m_txtValeurAffichee.Text = "";
            }
            if (m_variable.ExpressionRetournee != null)
            {
                m_txtValeurStockee.Text = m_variable.ExpressionRetournee.GetString();
            }
            else
            {
                m_txtValeurStockee.Text = "";
            }
            m_txtValeurStockee.Init(m_wndAideFormule.FournisseurProprietes, m_wndAideFormule.ObjetInterroge);
            m_textBoxReceiveFormules      = m_txtValeurAffichee;
            m_txtValeurAffichee.BackColor = Color.LightGreen;
            m_chkCanBeNull.Checked        = m_variable.CanBeNull;
            m_txtNullValue.Text           = m_variable.TextNull;
            m_txtNullValue.Visible        = m_chkCanBeNull.Checked;
            m_chkRechercheRapide.Checked  = m_variable.UtiliserRechercheRapide;
        }
Example #20
0
 /// //////////////////////////////////////////////////////////////////////
 private void OnEnterTextBoxFormule(object sender, System.EventArgs e)
 {
     if (sender is sc2i.win32.expression.CControleEditeFormule)
     {
         if (m_textBoxFormule != null)
         {
             m_textBoxFormule.BackColor = Color.White;
         }
         m_textBoxFormule           = (sc2i.win32.expression.CControleEditeFormule)sender;
         m_textBoxFormule.BackColor = Color.LightGreen;
         if (m_textBoxFormule == m_txtFormuleValidation)
         {
             m_wndAide.ObjetInterroge = typeof(CObjetForTestValeurChampCustomString);
         }
         else
         {
             m_wndAide.ObjetInterroge = null;
         }
     }
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditComposantFiltreRechercheAvancee));
     this.label1                  = new System.Windows.Forms.Label();
     this.m_boutonDropList        = new System.Windows.Forms.Button();
     this.m_labelChamp            = new System.Windows.Forms.Label();
     this.m_panelComboChamp       = new System.Windows.Forms.Panel();
     this.m_wndAide               = new sc2i.win32.expression.CControlAideFormule();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.m_panelValeurAttendue   = new System.Windows.Forms.Panel();
     this.m_panelValeurFormule    = new System.Windows.Forms.Panel();
     this.m_txtFormule            = new sc2i.win32.expression.CControleEditeFormule();
     this.label4                  = new System.Windows.Forms.Label();
     this.m_txtCondition          = new sc2i.win32.expression.CControleEditeFormule();
     this.m_btnAnnuler            = new System.Windows.Forms.Button();
     this.m_btnOk                 = new System.Windows.Forms.Button();
     this.m_btnCreerVariable      = new System.Windows.Forms.LinkLabel();
     this.label3                  = new System.Windows.Forms.Label();
     this.splitter1               = new System.Windows.Forms.Splitter();
     this.m_menuNewVariable       = new System.Windows.Forms.ContextMenu();
     this.m_menuVariableSaisie    = new System.Windows.Forms.MenuItem();
     this.m_menuVariableCalculée  = new System.Windows.Forms.MenuItem();
     this.m_menuVariableSelection = new System.Windows.Forms.MenuItem();
     this.m_tooltip               = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.m_panelComboChamp.SuspendLayout();
     this.panel1.SuspendLayout();
     this.m_panelValeurAttendue.SuspendLayout();
     this.m_panelValeurFormule.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Test field|112";
     //
     // m_boutonDropList
     //
     this.m_boutonDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image")));
     this.m_boutonDropList.Location  = new System.Drawing.Point(300, 0);
     this.m_boutonDropList.Name      = "m_boutonDropList";
     this.m_boutonDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_boutonDropList.TabIndex  = 3;
     this.m_boutonDropList.TabStop   = false;
     this.m_boutonDropList.UseVisualStyleBackColor = false;
     this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_labelChamp
     //
     this.m_labelChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChamp.BackColor = System.Drawing.Color.White;
     this.m_labelChamp.Location  = new System.Drawing.Point(0, 0);
     this.m_labelChamp.Name      = "m_labelChamp";
     this.m_labelChamp.Size      = new System.Drawing.Size(300, 17);
     this.m_labelChamp.TabIndex  = 2;
     this.m_labelChamp.Text      = "Label|50";
     this.m_labelChamp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChamp, "Indiquez ici le champ à tester|161");
     this.m_labelChamp.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_panelComboChamp
     //
     this.m_panelComboChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChamp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChamp.Controls.Add(this.m_labelChamp);
     this.m_panelComboChamp.Controls.Add(this.m_boutonDropList);
     this.m_panelComboChamp.Location = new System.Drawing.Point(88, 8);
     this.m_panelComboChamp.Name     = "m_panelComboChamp";
     this.m_panelComboChamp.Size     = new System.Drawing.Size(320, 21);
     this.m_panelComboChamp.TabIndex = 4;
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_wndAide.Location        = new System.Drawing.Point(416, 0);
     this.m_wndAide.Name            = "m_wndAide";
     this.m_wndAide.SendIdChamps    = false;
     this.m_wndAide.Size            = new System.Drawing.Size(232, 326);
     this.m_wndAide.TabIndex        = 7;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.m_panelValeurAttendue);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_txtCondition);
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Controls.Add(this.m_btnCreerVariable);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.m_panelComboChamp);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(416, 326);
     this.panel1.TabIndex = 8;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // m_panelValeurAttendue
     //
     this.m_panelValeurAttendue.Controls.Add(this.m_panelValeurFormule);
     this.m_panelValeurAttendue.Location = new System.Drawing.Point(8, 64);
     this.m_panelValeurAttendue.Name     = "m_panelValeurAttendue";
     this.m_panelValeurAttendue.Size     = new System.Drawing.Size(392, 128);
     this.m_panelValeurAttendue.TabIndex = 15;
     //
     // m_panelValeurFormule
     //
     this.m_panelValeurFormule.Controls.Add(this.m_txtFormule);
     this.m_panelValeurFormule.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelValeurFormule.Location = new System.Drawing.Point(0, 0);
     this.m_panelValeurFormule.Name     = "m_panelValeurFormule";
     this.m_panelValeurFormule.Size     = new System.Drawing.Size(392, 128);
     this.m_panelValeurFormule.TabIndex = 1;
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(0, 0);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(392, 128);
     this.m_txtFormule.TabIndex    = 8;
     this.m_tooltip.SetToolTip(this.m_txtFormule, "Point here to the formula that return the expected value for the comparison test" +
                               "|159");
     this.m_txtFormule.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(5, 213);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(187, 16);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Enable condition|115";
     //
     // m_txtCondition
     //
     this.m_txtCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCondition.BackColor   = System.Drawing.Color.White;
     this.m_txtCondition.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtCondition.Formule     = null;
     this.m_txtCondition.Location    = new System.Drawing.Point(8, 232);
     this.m_txtCondition.LockEdition = false;
     this.m_txtCondition.Name        = "m_txtCondition";
     this.m_txtCondition.Size        = new System.Drawing.Size(400, 56);
     this.m_txtCondition.TabIndex    = 13;
     this.m_tooltip.SetToolTip(this.m_txtCondition, "This test will be incorporated to the filer only if the evaluation of the condition is equal to 1|160");
     this.m_txtCondition.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor               = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location                = new System.Drawing.Point(220, 296);
     this.m_btnAnnuler.Name                    = "m_btnAnnuler";
     this.m_btnAnnuler.Size                    = new System.Drawing.Size(80, 24);
     this.m_btnAnnuler.TabIndex                = 12;
     this.m_btnAnnuler.Text                    = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(92, 296);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_btnOk.TabIndex  = 11;
     this.m_btnOk.Text      = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnCreerVariable
     //
     this.m_btnCreerVariable.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCreerVariable.Location     = new System.Drawing.Point(247, 40);
     this.m_btnCreerVariable.Name         = "m_btnCreerVariable";
     this.m_btnCreerVariable.Size         = new System.Drawing.Size(161, 16);
     this.m_btnCreerVariable.TabIndex     = 10;
     this.m_btnCreerVariable.TabStop      = true;
     this.m_btnCreerVariable.Text         = "Create a new variable|114";
     this.m_btnCreerVariable.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnCreerVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_btnCreerVariable_LinkClicked);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(184, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Advanced research|113";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(413, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 326);
     this.splitter1.TabIndex = 7;
     this.splitter1.TabStop  = false;
     //
     // m_menuNewVariable
     //
     this.m_menuNewVariable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuVariableSaisie,
         this.m_menuVariableCalculée,
         this.m_menuVariableSelection
     });
     //
     // m_menuVariableSaisie
     //
     this.m_menuVariableSaisie.Index  = 0;
     this.m_menuVariableSaisie.Text   = "Entered|30010";
     this.m_menuVariableSaisie.Click += new System.EventHandler(this.m_menuVariableSaisie_Click);
     //
     // m_menuVariableCalculée
     //
     this.m_menuVariableCalculée.Index  = 1;
     this.m_menuVariableCalculée.Text   = "Computed|30011";
     this.m_menuVariableCalculée.Click += new System.EventHandler(this.m_menuVariableCalculée_Click);
     //
     // m_menuVariableSelection
     //
     this.m_menuVariableSelection.Index  = 2;
     this.m_menuVariableSelection.Text   = "Selection|30012";
     this.m_menuVariableSelection.Click += new System.EventHandler(this.m_menuVariableSelection_Click);
     //
     // CFormEditComposantFiltreRechercheAvancee
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(648, 326);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_wndAide);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditComposantFiltreRechercheAvancee";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Advanced Search|111";
     this.Load         += new System.EventHandler(this.CFormEditComposantFiltreRechercheAvancee_Load);
     this.m_panelComboChamp.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.m_panelValeurAttendue.ResumeLayout(false);
     this.m_panelValeurFormule.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #22
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2           = new System.Windows.Forms.Panel();
     this.m_txtFormule     = new sc2i.win32.expression.CControleEditeFormule();
     this.label1           = new System.Windows.Forms.Label();
     this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.m_txtFormule);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(560, 280);
     this.panel2.TabIndex = 2;
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(368, 252);
     this.m_txtFormule.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(5, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(236, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Change  current version|215";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location        = new System.Drawing.Point(384, 0);
     this.m_wndAideFormule.Name            = "m_wndAideFormule";
     this.m_wndAideFormule.SendIdChamps    = false;
     this.m_wndAideFormule.Size            = new System.Drawing.Size(176, 280);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.ObjetInterroge  = null;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // CFormEditActionChangeVersionDonnees
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(560, 326);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionChangeVersionDonnees";
     this.Text  = "Change current version|215";
     this.Load += new System.EventHandler(this.CFormEditActionChangeVersionDonnees_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 //-------------------------------------------------------------------------
 #region Designer generated code
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditionChampCalcule));
     this.label1                 = new System.Windows.Forms.Label();
     this.m_txtNom               = new sc2i.win32.common.C2iTextBox();
     this.label3                 = new System.Windows.Forms.Label();
     this.m_txtDescription       = new sc2i.win32.common.C2iTextBox();
     this.label6                 = new System.Windows.Forms.Label();
     this.c2iPanelOmbre1         = new sc2i.win32.common.C2iPanelOmbre();
     this.m_cmbTypeElement       = new sc2i.win32.common.C2iComboSelectDynamicClass(this.components);
     this.m_panelFond            = new System.Windows.Forms.Panel();
     this.m_panelDonnees         = new System.Windows.Forms.Panel();
     this.c2iPanelOmbre3         = new sc2i.win32.common.C2iPanelOmbre();
     this.m_txtFormule           = new sc2i.win32.expression.CControleEditeFormule();
     this.m_btnSelectElementTest = new System.Windows.Forms.Button();
     this.m_btnTest              = new System.Windows.Forms.Button();
     this.label8                 = new System.Windows.Forms.Label();
     this.m_lnkTest              = new System.Windows.Forms.LinkLabel();
     this.splitter1              = new System.Windows.Forms.Splitter();
     this.m_wndAide              = new sc2i.win32.expression.CControlAideFormule();
     this.m_cmbCategorie         = new sc2i.win32.common.C2iComboBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.m_panelNavigation.SuspendLayout();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).BeginInit();
     this.c2iPanelOmbre1.SuspendLayout();
     this.m_panelFond.SuspendLayout();
     this.m_panelDonnees.SuspendLayout();
     this.c2iPanelOmbre3.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnAnnulerModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnAnnulerModifications, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnAnnulerModifications, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnAnnulerModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnValiderModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnValiderModifications, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnValiderModifications, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnValiderModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSupprimerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnSupprimerObjet, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnSupprimerObjet, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSupprimerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnEditerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnEditerObjet, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnEditerObjet, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnEditerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelNavigation
     //
     this.m_panelNavigation.Location = new System.Drawing.Point(617, 0);
     this.m_panelNavigation.Size     = new System.Drawing.Size(175, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblNbListes
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnPrecedent
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSuivant
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnAjout
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblId
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelCle
     //
     this.m_panelCle.Location = new System.Drawing.Point(509, 0);
     this.m_panelCle.Size     = new System.Drawing.Size(108, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelMenu
     //
     this.m_panelMenu.Size = new System.Drawing.Size(792, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnHistorique
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_imageCle
     //
     this.m_extStyle.SetStyleBackColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnChercherObjet
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label1, false);
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label1, "");
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(49, 13);
     this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Name|82";
     //
     // m_txtNom
     //
     this.m_txtNom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtNom.EmptyText = "";
     this.m_extLinkField.SetLinkField(this.m_txtNom, "Nom");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtNom, true);
     this.m_txtNom.Location    = new System.Drawing.Point(88, 8);
     this.m_txtNom.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtNom, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtNom, "");
     this.m_txtNom.Name = "m_txtNom";
     this.m_txtNom.Size = new System.Drawing.Size(323, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNom.TabIndex = 0;
     this.m_txtNom.Text     = "[Nom]";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label3, false);
     this.label3.Location = new System.Drawing.Point(8, 59);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label3, "");
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(80, 13);
     this.m_extStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Description|655";
     //
     // m_txtDescription
     //
     this.m_txtDescription.AcceptsReturn = true;
     this.m_txtDescription.Anchor        = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDescription.EmptyText = "";
     this.m_extLinkField.SetLinkField(this.m_txtDescription, "Description");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtDescription, true);
     this.m_txtDescription.Location    = new System.Drawing.Point(88, 54);
     this.m_txtDescription.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtDescription, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtDescription, "");
     this.m_txtDescription.Multiline = true;
     this.m_txtDescription.Name      = "m_txtDescription";
     this.m_txtDescription.Size      = new System.Drawing.Size(323, 48);
     this.m_extStyle.SetStyleBackColor(this.m_txtDescription, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtDescription, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtDescription.TabIndex = 2;
     this.m_txtDescription.Text     = "[Description]";
     //
     // label6
     //
     this.m_extLinkField.SetLinkField(this.label6, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label6, false);
     this.label6.Location = new System.Drawing.Point(8, 108);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label6, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label6, "");
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(80, 23);
     this.m_extStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 4001;
     this.label6.Text     = "Application|893";
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbCategorie);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbTypeElement);
     this.c2iPanelOmbre1.Controls.Add(this.label1);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtNom);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtDescription);
     this.c2iPanelOmbre1.Controls.Add(this.label6);
     this.c2iPanelOmbre1.Controls.Add(this.label3);
     this.c2iPanelOmbre1.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.c2iPanelOmbre1, false);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(8, 8);
     this.c2iPanelOmbre1.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iPanelOmbre1, "");
     this.c2iPanelOmbre1.Name = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size = new System.Drawing.Size(443, 146);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre1.TabIndex = 0;
     //
     // m_cmbTypeElement
     //
     this.m_cmbTypeElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeElement.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeElement.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbTypeElement.FormattingEnabled = true;
     this.m_cmbTypeElement.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbTypeElement, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbTypeElement, false);
     this.m_cmbTypeElement.Location    = new System.Drawing.Point(88, 105);
     this.m_cmbTypeElement.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElement, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbTypeElement, "");
     this.m_cmbTypeElement.Name = "m_cmbTypeElement";
     this.m_cmbTypeElement.Size = new System.Drawing.Size(323, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbTypeElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbTypeElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeElement.TabIndex              = 3;
     this.m_cmbTypeElement.TypeSelectionne       = null;
     this.m_cmbTypeElement.SelectedIndexChanged += new System.EventHandler(this.m_cmbTypeElements_SelectedIndexChanged);
     //
     // m_panelFond
     //
     this.m_panelFond.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelFond.Controls.Add(this.m_panelDonnees);
     this.m_panelFond.Controls.Add(this.splitter1);
     this.m_panelFond.Controls.Add(this.m_wndAide);
     this.m_extLinkField.SetLinkField(this.m_panelFond, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelFond, false);
     this.m_panelFond.Location = new System.Drawing.Point(8, 48);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelFond, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_panelFond, "");
     this.m_panelFond.Name = "m_panelFond";
     this.m_panelFond.Size = new System.Drawing.Size(776, 408);
     this.m_extStyle.SetStyleBackColor(this.m_panelFond, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelFond, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFond.TabIndex = 4001;
     //
     // m_panelDonnees
     //
     this.m_panelDonnees.Controls.Add(this.c2iPanelOmbre3);
     this.m_panelDonnees.Controls.Add(this.c2iPanelOmbre1);
     this.m_panelDonnees.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_extLinkField.SetLinkField(this.m_panelDonnees, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelDonnees, false);
     this.m_panelDonnees.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelDonnees, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_panelDonnees, "");
     this.m_panelDonnees.Name = "m_panelDonnees";
     this.m_panelDonnees.Size = new System.Drawing.Size(569, 408);
     this.m_extStyle.SetStyleBackColor(this.m_panelDonnees, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelDonnees, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelDonnees.TabIndex = 2;
     //
     // c2iPanelOmbre3
     //
     this.c2iPanelOmbre3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre3.Controls.Add(this.m_txtFormule);
     this.c2iPanelOmbre3.Controls.Add(this.m_btnSelectElementTest);
     this.c2iPanelOmbre3.Controls.Add(this.m_btnTest);
     this.c2iPanelOmbre3.Controls.Add(this.label8);
     this.c2iPanelOmbre3.Controls.Add(this.m_lnkTest);
     this.c2iPanelOmbre3.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre3, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.c2iPanelOmbre3, false);
     this.c2iPanelOmbre3.Location    = new System.Drawing.Point(8, 160);
     this.c2iPanelOmbre3.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iPanelOmbre3, "");
     this.c2iPanelOmbre3.Name = "c2iPanelOmbre3";
     this.c2iPanelOmbre3.Size = new System.Drawing.Size(553, 245);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre3.TabIndex = 1;
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor = System.Drawing.Color.White;
     this.m_txtFormule.Font      = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule   = null;
     this.m_extLinkField.SetLinkField(this.m_txtFormule, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtFormule, false);
     this.m_txtFormule.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormule.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtFormule, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtFormule, "");
     this.m_txtFormule.Name = "m_txtFormule";
     this.m_txtFormule.Size = new System.Drawing.Size(522, 168);
     this.m_extStyle.SetStyleBackColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormule.TabIndex = 0;
     //
     // m_btnSelectElementTest
     //
     this.m_btnSelectElementTest.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnSelectElementTest.BackColor = System.Drawing.SystemColors.Control;
     this.m_extLinkField.SetLinkField(this.m_btnSelectElementTest, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnSelectElementTest, false);
     this.m_btnSelectElementTest.Location = new System.Drawing.Point(40, 197);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSelectElementTest, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_btnSelectElementTest, "");
     this.m_btnSelectElementTest.Name = "m_btnSelectElementTest";
     this.m_btnSelectElementTest.Size = new System.Drawing.Size(224, 24);
     this.m_extStyle.SetStyleBackColor(this.m_btnSelectElementTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSelectElementTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnSelectElementTest.TabIndex = 1;
     this.m_btnSelectElementTest.Text     = "Select an element to test|894";
     this.m_btnSelectElementTest.UseVisualStyleBackColor = false;
     this.m_btnSelectElementTest.Click += new System.EventHandler(this.m_btnSelectElementTest_Click);
     //
     // m_btnTest
     //
     this.m_btnTest.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnTest.BackColor = System.Drawing.SystemColors.Control;
     this.m_extLinkField.SetLinkField(this.m_btnTest, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnTest, false);
     this.m_btnTest.Location = new System.Drawing.Point(272, 197);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnTest, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_btnTest, "");
     this.m_btnTest.Name = "m_btnTest";
     this.m_btnTest.Size = new System.Drawing.Size(224, 24);
     this.m_extStyle.SetStyleBackColor(this.m_btnTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnTest.TabIndex = 2;
     this.m_btnTest.Text     = "Test|895";
     this.m_btnTest.UseVisualStyleBackColor = false;
     this.m_btnTest.Click += new System.EventHandler(this.m_btnTest_Click);
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_extLinkField.SetLinkField(this.label8, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label8, false);
     this.label8.Location = new System.Drawing.Point(8, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label8, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label8, "");
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(104, 16);
     this.m_extStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 3;
     this.label8.Text     = "Formula|582";
     //
     // m_lnkTest
     //
     this.m_lnkTest.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lnkTest.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.m_lnkTest, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_lnkTest, false);
     this.m_lnkTest.Location = new System.Drawing.Point(8, 203);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkTest, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_lnkTest, "");
     this.m_lnkTest.Name = "m_lnkTest";
     this.m_lnkTest.Size = new System.Drawing.Size(16, 13);
     this.m_extStyle.SetStyleBackColor(this.m_lnkTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkTest.TabIndex     = 4;
     this.m_lnkTest.TabStop      = true;
     this.m_lnkTest.Text         = "...";
     this.m_lnkTest.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkTest_LinkClicked);
     //
     // splitter1
     //
     this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitter1.Dock        = System.Windows.Forms.DockStyle.Right;
     this.m_extLinkField.SetLinkField(this.splitter1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.splitter1, false);
     this.splitter1.Location = new System.Drawing.Point(569, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.splitter1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.splitter1, "");
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(5, 408);
     this.m_extStyle.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_extLinkField.SetLinkField(this.m_wndAide, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_wndAide, false);
     this.m_wndAide.Location = new System.Drawing.Point(574, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndAide, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_wndAide, "");
     this.m_wndAide.Name           = "m_wndAide";
     this.m_wndAide.ObjetInterroge = null;
     this.m_wndAide.SendIdChamps   = false;
     this.m_wndAide.Size           = new System.Drawing.Size(202, 408);
     this.m_extStyle.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAide.TabIndex        = 3;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // m_cmbCategorie
     //
     this.m_cmbCategorie.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbCategorie.IsLink = false;
     this.m_extLinkField.SetLinkField(this.m_cmbCategorie, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbCategorie, false);
     this.m_cmbCategorie.Location    = new System.Drawing.Point(88, 30);
     this.m_cmbCategorie.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbCategorie, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbCategorie, "");
     this.m_cmbCategorie.Name = "m_cmbCategorie";
     this.m_cmbCategorie.Size = new System.Drawing.Size(216, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbCategorie, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbCategorie, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbCategorie.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label2, false);
     this.label2.Location = new System.Drawing.Point(8, 33);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label2, "");
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(68, 13);
     this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 4009;
     this.label2.Text     = "Folder|20043";
     //
     // CFormEditionChampCalcule
     //
     this.AffectationsPourNouvelElement = ((System.Collections.Generic.IEnumerable <sc2i.formulaire.CAffectationsProprietes>)(resources.GetObject("$this.AffectationsPourNouvelElement")));
     this.ClientSize = new System.Drawing.Size(792, 456);
     this.Controls.Add(this.m_panelFond);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this, "");
     this.Name = "CFormEditionChampCalcule";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Load += new System.EventHandler(this.CFormEditionChampCalcule_Load);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.m_panelFond, 0);
     this.m_panelNavigation.ResumeLayout(false);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).EndInit();
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.m_panelFond.ResumeLayout(false);
     this.m_panelDonnees.ResumeLayout(false);
     this.c2iPanelOmbre3.ResumeLayout(false);
     this.c2iPanelOmbre3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #24
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.panel2             = new System.Windows.Forms.Panel();
     this.c2iTabControl1     = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage1           = new Crownwood.Magic.Controls.TabPage();
     this.m_cmbChampDest     = new sc2i.win32.common.CComboboxAutoFilled();
     this.label2             = new System.Windows.Forms.Label();
     this.m_txtConditionDest = new sc2i.win32.expression.CControleEditeFormule();
     this.label1             = new System.Windows.Forms.Label();
     this.m_txtDest          = new sc2i.win32.expression.CControleEditeFormule();
     this.tabPage2           = new Crownwood.Magic.Controls.TabPage();
     this.m_cmbChampSource   = new sc2i.win32.common.CComboboxAutoFilled();
     this.label3             = new System.Windows.Forms.Label();
     this.m_txtSource        = new sc2i.win32.expression.CControleEditeFormule();
     this.splitter1          = new System.Windows.Forms.Splitter();
     this.m_wndAideFormule   = new sc2i.win32.expression.CControlAideFormule();
     this.m_ExtStyle1        = new sc2i.win32.common.CExtStyle();
     this.panel2.SuspendLayout();
     this.c2iTabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.c2iTabControl1);
     this.panel2.Controls.Add(this.splitter1);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(672, 391);
     this.m_ExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel2.TabIndex = 2;
     //
     // c2iTabControl1
     //
     this.c2iTabControl1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iTabControl1.BoldSelectedPage    = true;
     this.c2iTabControl1.ControlBottomOffset = 16;
     this.c2iTabControl1.ControlRightOffset  = 16;
     this.c2iTabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c2iTabControl1.IDEPixelArea  = false;
     this.c2iTabControl1.Location      = new System.Drawing.Point(0, 0);
     this.c2iTabControl1.Name          = "c2iTabControl1";
     this.c2iTabControl1.Ombre         = true;
     this.c2iTabControl1.PositionTop   = true;
     this.c2iTabControl1.SelectedIndex = 1;
     this.c2iTabControl1.SelectedTab   = this.tabPage2;
     this.c2iTabControl1.Size          = new System.Drawing.Size(493, 391);
     this.m_ExtStyle1.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle1.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iTabControl1.TabIndex = 3;
     this.c2iTabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2
     });
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_cmbChampDest);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.m_txtConditionDest);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.m_txtDest);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Selected = false;
     this.tabPage1.Size     = new System.Drawing.Size(477, 350);
     this.m_ExtStyle1.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Synchronized element|162";
     //
     // m_cmbChampDest
     //
     this.m_cmbChampDest.DisplayMember     = "NomConvivialPropOuChamp";
     this.m_cmbChampDest.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbChampDest.IsLink            = false;
     this.m_cmbChampDest.ListDonnees       = null;
     this.m_cmbChampDest.Location          = new System.Drawing.Point(75, 152);
     this.m_cmbChampDest.LockEdition       = false;
     this.m_cmbChampDest.Name              = "m_cmbChampDest";
     this.m_cmbChampDest.NullAutorise      = false;
     this.m_cmbChampDest.ProprieteAffichee = "NomConvivialPropOuChamp";
     this.m_cmbChampDest.Size              = new System.Drawing.Size(328, 21);
     this.m_ExtStyle1.SetStyleBackColor(this.m_cmbChampDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_cmbChampDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbChampDest.TabIndex    = 9;
     this.m_cmbChampDest.TextNull    = I.T("(empty)|30018");
     this.m_cmbChampDest.Tri         = true;
     this.m_cmbChampDest.ValueMember = "NomChamp";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 176);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(224, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Synchronization condition|161";
     //
     // m_txtConditionDest
     //
     this.m_txtConditionDest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtConditionDest.BackColor   = System.Drawing.Color.White;
     this.m_txtConditionDest.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtConditionDest.Formule     = null;
     this.m_txtConditionDest.Location    = new System.Drawing.Point(8, 192);
     this.m_txtConditionDest.LockEdition = false;
     this.m_txtConditionDest.Name        = "m_txtConditionDest";
     this.m_txtConditionDest.Size        = new System.Drawing.Size(464, 152);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtConditionDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtConditionDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtConditionDest.TabIndex = 5;
     this.m_txtConditionDest.Enter   += new System.EventHandler(this.OnEnterZoneEdition);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 155);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Field|160";
     //
     // m_txtDest
     //
     this.m_txtDest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDest.BackColor   = System.Drawing.Color.White;
     this.m_txtDest.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtDest.Formule     = null;
     this.m_txtDest.Location    = new System.Drawing.Point(8, 8);
     this.m_txtDest.LockEdition = false;
     this.m_txtDest.Name        = "m_txtDest";
     this.m_txtDest.Size        = new System.Drawing.Size(464, 136);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtDest.TabIndex     = 2;
     this.m_txtDest.Enter       += new System.EventHandler(this.OnEnterZoneEdition);
     this.m_txtDest.Load        += new System.EventHandler(this.m_txtDest_Load);
     this.m_txtDest.Validated   += new System.EventHandler(this.m_txtDest_Validated);
     this.m_txtDest.TextChanged += new System.EventHandler(this.m_txtDest_Validated);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_cmbChampSource);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.m_txtSource);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(477, 350);
     this.m_ExtStyle1.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "Watched event|163";
     //
     // m_cmbChampSource
     //
     this.m_cmbChampSource.DisplayMember     = "NomConvivialPropOuChamp";
     this.m_cmbChampSource.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbChampSource.IsLink            = false;
     this.m_cmbChampSource.ListDonnees       = null;
     this.m_cmbChampSource.Location          = new System.Drawing.Point(97, 150);
     this.m_cmbChampSource.LockEdition       = false;
     this.m_cmbChampSource.Name              = "m_cmbChampSource";
     this.m_cmbChampSource.NullAutorise      = false;
     this.m_cmbChampSource.ProprieteAffichee = "NomConvivialPropOuChamp";
     this.m_cmbChampSource.Size              = new System.Drawing.Size(328, 21);
     this.m_ExtStyle1.SetStyleBackColor(this.m_cmbChampSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_cmbChampSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbChampSource.TabIndex    = 8;
     this.m_cmbChampSource.TextNull    = I.T("(empty)|30018");
     this.m_cmbChampSource.Tri         = true;
     this.m_cmbChampSource.ValueMember = "NomChamp";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(24, 155);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(67, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Field|160";
     //
     // m_txtSource
     //
     this.m_txtSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtSource.BackColor   = System.Drawing.Color.White;
     this.m_txtSource.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtSource.Formule     = null;
     this.m_txtSource.Location    = new System.Drawing.Point(8, 8);
     this.m_txtSource.LockEdition = false;
     this.m_txtSource.Name        = "m_txtSource";
     this.m_txtSource.Size        = new System.Drawing.Size(464, 136);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtSource.TabIndex     = 5;
     this.m_txtSource.Enter       += new System.EventHandler(this.OnEnterZoneEdition);
     this.m_txtSource.Validated   += new System.EventHandler(this.m_txtSource_Validated);
     this.m_txtSource.TextChanged += new System.EventHandler(this.m_txtSource_Validated);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(493, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 391);
     this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location     = new System.Drawing.Point(496, 0);
     this.m_wndAideFormule.Name         = "m_wndAideFormule";
     this.m_wndAideFormule.SendIdChamps = false;
     this.m_wndAideFormule.Size         = new System.Drawing.Size(176, 391);
     this.m_ExtStyle1.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.ObjetInterroge  = null;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // CFormEditActionSynchronisme
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(672, 437);
     this.Controls.Add(this.panel2);
     this.Name = "CFormEditActionSynchronisme";
     this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Synchronization|159";
     this.Load += new System.EventHandler(this.CFormEditActionSynchronisme_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.c2iTabControl1.ResumeLayout(false);
     this.c2iTabControl1.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #25
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre();
     this.m_txtNomChamp  = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.m_wndAide      = new sc2i.win32.expression.CControlAideFormule();
     this.panel1         = new System.Windows.Forms.Panel();
     this.m_btnAnnuler   = new System.Windows.Forms.Button();
     this.m_btnOk        = new System.Windows.Forms.Button();
     this.c2iPanelOmbre2 = new sc2i.win32.common.C2iPanelOmbre();
     this.m_txtFormule   = new sc2i.win32.expression.CControleEditeFormule();
     this.label3         = new System.Windows.Forms.Label();
     this.splitter1      = new System.Windows.Forms.Splitter();
     this.m_ExtStyle1    = new sc2i.win32.common.CExtStyle();
     this.c2iPanelOmbre1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.c2iPanelOmbre2.SuspendLayout();
     this.SuspendLayout();
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_txtNomChamp);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Controls.Add(this.label1);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(8, 8);
     this.c2iPanelOmbre1.LockEdition = false;
     this.c2iPanelOmbre1.Name        = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size        = new System.Drawing.Size(472, 80);
     this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre1.TabIndex = 18;
     //
     // m_txtNomChamp
     //
     this.m_txtNomChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtNomChamp.Location = new System.Drawing.Point(112, 28);
     this.m_txtNomChamp.Name     = "m_txtNomChamp";
     this.m_txtNomChamp.Size     = new System.Drawing.Size(336, 20);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNomChamp.TabIndex = 2;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Field name|101";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(328, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Champ calculé|100";
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_wndAide.Location     = new System.Drawing.Point(488, 0);
     this.m_wndAide.Name         = "m_wndAide";
     this.m_wndAide.SendIdChamps = false;
     this.m_wndAide.Size         = new System.Drawing.Size(216, 302);
     this.m_ExtStyle1.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAide.TabIndex        = 19;
     this.m_wndAide.ObjetInterroge  = null;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Controls.Add(this.c2iPanelOmbre2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.c2iPanelOmbre1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(488, 302);
     this.m_ExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 20;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor    = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location     = new System.Drawing.Point(256, 272);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(80, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 22;
     this.m_btnAnnuler.Text     = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(128, 272);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 21;
     this.m_btnOk.Text     = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // c2iPanelOmbre2
     //
     this.c2iPanelOmbre2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre2.Controls.Add(this.m_txtFormule);
     this.c2iPanelOmbre2.Controls.Add(this.label3);
     this.c2iPanelOmbre2.Location    = new System.Drawing.Point(8, 88);
     this.c2iPanelOmbre2.LockEdition = false;
     this.c2iPanelOmbre2.Name        = "c2iPanelOmbre2";
     this.c2iPanelOmbre2.Size        = new System.Drawing.Size(472, 176);
     this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre2.TabIndex = 20;
     this.c2iPanelOmbre2.Paint   += new System.Windows.Forms.PaintEventHandler(this.c2iPanelOmbre2_Paint);
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(440, 128);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormule.TabIndex = 4;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(328, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Formula|102";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(485, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 302);
     this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 19;
     this.splitter1.TabStop  = false;
     //
     // CFormEditChampCalcule
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(704, 302);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_wndAide);
     this.Name = "CFormEditChampCalcule";
     this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Computed field|100";
     this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load);
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.c2iPanelOmbre2.ResumeLayout(false);
     this.c2iPanelOmbre2.PerformLayout();
     this.ResumeLayout(false);
 }
Example #26
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2              = new System.Windows.Forms.Panel();
     this.label3              = new System.Windows.Forms.Label();
     this.m_rbtDelete         = new System.Windows.Forms.RadioButton();
     this.m_rbtReset          = new System.Windows.Forms.RadioButton();
     this.m_rbtUpdate         = new System.Windows.Forms.RadioButton();
     this.m_txtFormuleTable   = new sc2i.win32.expression.CControleEditeFormule();
     this.label2              = new System.Windows.Forms.Label();
     this.m_txtFormuleFichier = new sc2i.win32.expression.CControleEditeFormule();
     this.label1              = new System.Windows.Forms.Label();
     this.m_wndAideFormule    = new sc2i.win32.expression.CControlAideFormule();
     this.m_splitContainer    = new System.Windows.Forms.SplitContainer();
     this.panel2.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.m_splitContainer);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.m_rbtDelete);
     this.panel2.Controls.Add(this.m_rbtReset);
     this.panel2.Controls.Add(this.m_rbtUpdate);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(674, 409);
     this.panel2.TabIndex = 2;
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(5, 372);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(533, 16);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Import mode|1288";
     //
     // m_rbtDelete
     //
     this.m_rbtDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_rbtDelete.AutoSize = true;
     this.m_rbtDelete.Location = new System.Drawing.Point(383, 386);
     this.m_rbtDelete.Name     = "m_rbtDelete";
     this.m_rbtDelete.Size     = new System.Drawing.Size(70, 17);
     this.m_rbtDelete.TabIndex = 10;
     this.m_rbtDelete.Text     = "Remove|18";
     this.m_rbtDelete.UseVisualStyleBackColor = true;
     //
     // m_rbtReset
     //
     this.m_rbtReset.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_rbtReset.AutoSize = true;
     this.m_rbtReset.Location = new System.Drawing.Point(195, 386);
     this.m_rbtReset.Name     = "m_rbtReset";
     this.m_rbtReset.Size     = new System.Drawing.Size(132, 17);
     this.m_rbtReset.TabIndex = 9;
     this.m_rbtReset.Text     = "Reset and Import|1290";
     this.m_rbtReset.UseVisualStyleBackColor = true;
     //
     // m_rbtUpdate
     //
     this.m_rbtUpdate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_rbtUpdate.AutoSize = true;
     this.m_rbtUpdate.Checked  = true;
     this.m_rbtUpdate.Location = new System.Drawing.Point(8, 386);
     this.m_rbtUpdate.Name     = "m_rbtUpdate";
     this.m_rbtUpdate.Size     = new System.Drawing.Size(132, 17);
     this.m_rbtUpdate.TabIndex = 8;
     this.m_rbtUpdate.TabStop  = true;
     this.m_rbtUpdate.Text     = "Update or Create|1289";
     this.m_rbtUpdate.UseVisualStyleBackColor = true;
     //
     // m_txtFormuleTable
     //
     this.m_txtFormuleTable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleTable.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleTable.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleTable.Formule     = null;
     this.m_txtFormuleTable.Location    = new System.Drawing.Point(7, 228);
     this.m_txtFormuleTable.LockEdition = false;
     this.m_txtFormuleTable.Name        = "m_txtFormuleTable";
     this.m_txtFormuleTable.Size        = new System.Drawing.Size(476, 137);
     this.m_txtFormuleTable.TabIndex    = 4;
     this.m_txtFormuleTable.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(3, 210);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(440, 15);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Custom table|20011";
     //
     // m_txtFormuleFichier
     //
     this.m_txtFormuleFichier.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleFichier.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleFichier.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleFichier.Formule     = null;
     this.m_txtFormuleFichier.Location    = new System.Drawing.Point(6, 25);
     this.m_txtFormuleFichier.LockEdition = false;
     this.m_txtFormuleFichier.Name        = "m_txtFormuleFichier";
     this.m_txtFormuleFichier.Size        = new System.Drawing.Size(477, 171);
     this.m_txtFormuleFichier.TabIndex    = 2;
     this.m_txtFormuleFichier.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(3, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(362, 15);
     this.label1.TabIndex = 1;
     this.label1.Text     = "File name (from server)|20010";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location        = new System.Drawing.Point(0, 0);
     this.m_wndAideFormule.Name            = "m_wndAideFormule";
     this.m_wndAideFormule.SendIdChamps    = false;
     this.m_wndAideFormule.Size            = new System.Drawing.Size(170, 368);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.ObjetInterroge  = null;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_splitContainer
     //
     this.m_splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer.Location    = new System.Drawing.Point(3, 0);
     this.m_splitContainer.Name        = "m_splitContainer";
     //
     // m_splitContainer.Panel1
     //
     this.m_splitContainer.Panel1.Controls.Add(this.m_txtFormuleTable);
     this.m_splitContainer.Panel1.Controls.Add(this.label2);
     this.m_splitContainer.Panel1.Controls.Add(this.m_txtFormuleFichier);
     this.m_splitContainer.Panel1.Controls.Add(this.label1);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer.Size             = new System.Drawing.Size(668, 372);
     this.m_splitContainer.SplitterDistance = 490;
     this.m_splitContainer.TabIndex         = 12;
     //
     // CFormEditActionImporterTable
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(674, 455);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionImporterTable";
     this.Text  = "Custom Table Import|20009";
     this.Load += new System.EventHandler(this.CFormEditActionImporterTable_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #27
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.m_tabControl = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage1     = new Crownwood.Magic.Controls.TabPage();
     this.m_splitterFormulesOnglet1  = new System.Windows.Forms.SplitContainer();
     this.m_txtFormuleListeDocuments = new sc2i.win32.expression.CControleEditeFormule();
     this.label1 = new System.Windows.Forms.Label();
     this.m_txtFormuleNomFichier = new sc2i.win32.expression.CControleEditeFormule();
     this.label2                    = new System.Windows.Forms.Label();
     this.tabPage2                  = new Crownwood.Magic.Controls.TabPage();
     this.label3                    = new System.Windows.Forms.Label();
     this.m_wndListeCategories      = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.tabPage3                  = new Crownwood.Magic.Controls.TabPage();
     this.m_txtFormuleCle           = new sc2i.win32.expression.CControleEditeFormule();
     this.label7                    = new System.Windows.Forms.Label();
     this.m_txtFormuleDescriptif    = new sc2i.win32.expression.CControleEditeFormule();
     this.label5                    = new System.Windows.Forms.Label();
     this.m_txtFormuleLibelle       = new sc2i.win32.expression.CControleEditeFormule();
     this.label4                    = new System.Windows.Forms.Label();
     this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.m_wndAideFormule          = new sc2i.win32.expression.CControlAideFormule();
     this.m_exStyle                 = new sc2i.win32.common.CExtStyle();
     this.m_tabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.m_splitterFormulesOnglet1.Panel1.SuspendLayout();
     this.m_splitterFormulesOnglet1.Panel2.SuspendLayout();
     this.m_splitterFormulesOnglet1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_exStyle.SetStyleBackColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblStockerResIn.Text = "Store the result in|112";
     //
     // m_tabControl
     //
     this.m_tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ControlBottomOffset = 16;
     this.m_tabControl.ControlRightOffset  = 16;
     this.m_tabControl.ForeColor           = System.Drawing.Color.Black;
     this.m_tabControl.IDEPixelArea        = false;
     this.m_tabControl.Location            = new System.Drawing.Point(8, 38);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 0;
     this.m_tabControl.SelectedTab   = this.tabPage1;
     this.m_tabControl.Size          = new System.Drawing.Size(476, 358);
     this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tabControl.TabIndex = 7;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2,
         this.tabPage3
     });
     this.m_tabControl.TextColor = System.Drawing.Color.Black;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_splitterFormulesOnglet1);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(460, 317);
     this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Content|20016";
     //
     // m_splitterFormulesOnglet1
     //
     this.m_splitterFormulesOnglet1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitterFormulesOnglet1.Location    = new System.Drawing.Point(0, 0);
     this.m_splitterFormulesOnglet1.Name        = "m_splitterFormulesOnglet1";
     this.m_splitterFormulesOnglet1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // m_splitterFormulesOnglet1.Panel1
     //
     this.m_splitterFormulesOnglet1.Panel1.Controls.Add(this.m_txtFormuleListeDocuments);
     this.m_splitterFormulesOnglet1.Panel1.Controls.Add(this.label1);
     this.m_exStyle.SetStyleBackColor(this.m_splitterFormulesOnglet1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_splitterFormulesOnglet1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_splitterFormulesOnglet1.Panel2
     //
     this.m_splitterFormulesOnglet1.Panel2.Controls.Add(this.m_txtFormuleNomFichier);
     this.m_splitterFormulesOnglet1.Panel2.Controls.Add(this.label2);
     this.m_exStyle.SetStyleBackColor(this.m_splitterFormulesOnglet1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_splitterFormulesOnglet1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_splitterFormulesOnglet1.Size             = new System.Drawing.Size(460, 317);
     this.m_splitterFormulesOnglet1.SplitterDistance = 146;
     this.m_exStyle.SetStyleBackColor(this.m_splitterFormulesOnglet1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_splitterFormulesOnglet1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_splitterFormulesOnglet1.TabIndex = 5;
     //
     // m_txtFormuleListeDocuments
     //
     this.m_txtFormuleListeDocuments.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleListeDocuments.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtFormuleListeDocuments.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleListeDocuments.Formule     = null;
     this.m_txtFormuleListeDocuments.Location    = new System.Drawing.Point(0, 13);
     this.m_txtFormuleListeDocuments.LockEdition = false;
     this.m_txtFormuleListeDocuments.Name        = "m_txtFormuleListeDocuments";
     this.m_txtFormuleListeDocuments.Size        = new System.Drawing.Size(460, 133);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleListeDocuments, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleListeDocuments, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleListeDocuments.TabIndex = 2;
     this.m_txtFormuleListeDocuments.Enter   += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess);
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(460, 13);
     this.m_exStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 3;
     this.label1.Text     = "EDM document list|20041";
     //
     // m_txtFormuleNomFichier
     //
     this.m_txtFormuleNomFichier.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleNomFichier.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtFormuleNomFichier.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleNomFichier.Formule     = null;
     this.m_txtFormuleNomFichier.Location    = new System.Drawing.Point(0, 13);
     this.m_txtFormuleNomFichier.LockEdition = false;
     this.m_txtFormuleNomFichier.Name        = "m_txtFormuleNomFichier";
     this.m_txtFormuleNomFichier.Size        = new System.Drawing.Size(460, 154);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleNomFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleNomFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleNomFichier.TabIndex = 5;
     this.m_txtFormuleNomFichier.Enter   += new System.EventHandler(this.m_txtFormuleNomFichier_Enter);
     //
     // label2
     //
     this.label2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(460, 13);
     this.m_exStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 4;
     this.label2.Text     = "file name for each document|20042";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.m_wndListeCategories);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(460, 317);
     this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "EDM category|176";
     this.tabPage2.Visible  = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(322, 16);
     this.m_exStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 1;
     this.label3.Text     = "The document will be stored in the following categories|30244";
     //
     // m_wndListeCategories
     //
     this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeCategories.CheckBoxes = true;
     this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn2
     });
     this.m_wndListeCategories.EnableCustomisation = true;
     this.m_wndListeCategories.FullRowSelect       = true;
     this.m_wndListeCategories.Location            = new System.Drawing.Point(8, 40);
     this.m_wndListeCategories.MultiSelect         = false;
     this.m_wndListeCategories.Name = "m_wndListeCategories";
     this.m_wndListeCategories.Size = new System.Drawing.Size(296, 270);
     this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeCategories.TabIndex = 0;
     this.m_wndListeCategories.UseCompatibleStateImageBehavior = false;
     this.m_wndListeCategories.View = System.Windows.Forms.View.Details;
     //
     // listViewAutoFilledColumn2
     //
     this.listViewAutoFilledColumn2.Field             = "Libelle";
     this.listViewAutoFilledColumn2.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn2.ProportionnalSize = false;
     this.listViewAutoFilledColumn2.Text    = "Category|30245";
     this.listViewAutoFilledColumn2.Visible = true;
     this.listViewAutoFilledColumn2.Width   = 279;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.m_txtFormuleCle);
     this.tabPage3.Controls.Add(this.label7);
     this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif);
     this.tabPage3.Controls.Add(this.label5);
     this.tabPage3.Controls.Add(this.m_txtFormuleLibelle);
     this.tabPage3.Controls.Add(this.label4);
     this.tabPage3.Location = new System.Drawing.Point(0, 25);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Selected = false;
     this.tabPage3.Size     = new System.Drawing.Size(460, 317);
     this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage3.TabIndex = 12;
     this.tabPage3.Title    = "Document characteristics|1039";
     this.tabPage3.Visible  = false;
     //
     // m_txtFormuleCle
     //
     this.m_txtFormuleCle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleCle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleCle.Formule     = null;
     this.m_txtFormuleCle.Location    = new System.Drawing.Point(8, 224);
     this.m_txtFormuleCle.LockEdition = false;
     this.m_txtFormuleCle.Name        = "m_txtFormuleCle";
     this.m_txtFormuleCle.Size        = new System.Drawing.Size(444, 86);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCle.TabIndex = 7;
     this.m_txtFormuleCle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 208);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(120, 16);
     this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Key (unique Id)|1043";
     //
     // m_txtFormuleDescriptif
     //
     this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleDescriptif.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleDescriptif.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleDescriptif.Formule     = null;
     this.m_txtFormuleDescriptif.Location    = new System.Drawing.Point(8, 136);
     this.m_txtFormuleDescriptif.LockEdition = false;
     this.m_txtFormuleDescriptif.Name        = "m_txtFormuleDescriptif";
     this.m_txtFormuleDescriptif.Size        = new System.Drawing.Size(444, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleDescriptif.TabIndex = 3;
     this.m_txtFormuleDescriptif.Enter   += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(162, 16);
     this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Document description|1042";
     //
     // m_txtFormuleLibelle
     //
     this.m_txtFormuleLibelle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleLibelle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleLibelle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleLibelle.Formule     = null;
     this.m_txtFormuleLibelle.Location    = new System.Drawing.Point(8, 48);
     this.m_txtFormuleLibelle.LockEdition = false;
     this.m_txtFormuleLibelle.Name        = "m_txtFormuleLibelle";
     this.m_txtFormuleLibelle.Size        = new System.Drawing.Size(444, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleLibelle.TabIndex = 1;
     this.m_txtFormuleLibelle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 32);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(112, 16);
     this.m_exStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Document label|1041";
     //
     // listViewAutoFilledColumn1
     //
     this.listViewAutoFilledColumn1.Field             = "Nom";
     this.listViewAutoFilledColumn1.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn1.ProportionnalSize = false;
     this.listViewAutoFilledColumn1.Text    = "Name |164";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 176;
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(484, 32);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(176, 361);
     this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 4;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // CFormEditZipGedDansGed
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(660, 441);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.m_wndAideFormule);
     this.Name = "CFormEditZipGedDansGed";
     this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Create zip file from edm documents|20040";
     this.Load += new System.EventHandler(this.CFormEditZipGedDansGedCode_Load);
     this.Controls.SetChildIndex(this.m_wndAideFormule, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.m_splitterFormulesOnglet1.Panel1.ResumeLayout(false);
     this.m_splitterFormulesOnglet1.Panel2.ResumeLayout(false);
     this.m_splitterFormulesOnglet1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #28
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2             = new System.Windows.Forms.Panel();
     this.label3             = new System.Windows.Forms.Label();
     this.m_txtCodeAttente   = new sc2i.win32.expression.CControleEditeFormule();
     this.m_txtFormule       = new sc2i.win32.expression.CControleEditeFormule();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.m_wndAideFormule   = new sc2i.win32.expression.CControlAideFormule();
     this.m_txtIdUtilisateur = new sc2i.win32.expression.CControleEditeFormule();
     this.label4             = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.m_txtIdUtilisateur);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.m_txtCodeAttente);
     this.panel2.Controls.Add(this.m_txtFormule);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(590, 287);
     this.panel2.TabIndex = 2;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location = new System.Drawing.Point(8, 160);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(398, 44);
     this.label3.TabIndex = 4;
     this.label3.Text     = "WARNING : the waiting code must be unique in the whole database \n If a waiting ac" +
                            "tion having the same code already exists it will be deleted|30004";
     //
     // m_txtCodeAttente
     //
     this.m_txtCodeAttente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCodeAttente.BackColor   = System.Drawing.Color.White;
     this.m_txtCodeAttente.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtCodeAttente.Formule     = null;
     this.m_txtCodeAttente.Location    = new System.Drawing.Point(8, 98);
     this.m_txtCodeAttente.LockEdition = false;
     this.m_txtCodeAttente.Name        = "m_txtCodeAttente";
     this.m_txtCodeAttente.Size        = new System.Drawing.Size(398, 59);
     this.m_txtCodeAttente.TabIndex    = 3;
     this.m_txtCodeAttente.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(398, 57);
     this.m_txtFormule.TabIndex    = 2;
     this.m_txtFormule.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(5, 84);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(232, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Waiting code|30003";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(232, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Message to display to the user|104";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location        = new System.Drawing.Point(414, 0);
     this.m_wndAideFormule.Name            = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge  = null;
     this.m_wndAideFormule.SendIdChamps    = false;
     this.m_wndAideFormule.Size            = new System.Drawing.Size(176, 287);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_txtIdUtilisateur
     //
     this.m_txtIdUtilisateur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtIdUtilisateur.BackColor   = System.Drawing.Color.White;
     this.m_txtIdUtilisateur.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtIdUtilisateur.Formule     = null;
     this.m_txtIdUtilisateur.Location    = new System.Drawing.Point(11, 223);
     this.m_txtIdUtilisateur.LockEdition = false;
     this.m_txtIdUtilisateur.Name        = "m_txtIdUtilisateur";
     this.m_txtIdUtilisateur.Size        = new System.Drawing.Size(398, 59);
     this.m_txtIdUtilisateur.TabIndex    = 6;
     this.m_txtIdUtilisateur.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 206);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(371, 16);
     this.label4.TabIndex = 5;
     this.label4.Text     = "User id (let null for current user)|20115";
     //
     // CFormEditActionAttenteUtilisateur
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(590, 333);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionAttenteUtilisateur";
     this.Text  = "User waiting|103";
     this.Load += new System.EventHandler(this.CFormEditActionAttenteUtilisateur_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #29
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.m_tabControl        = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage1            = new Crownwood.Magic.Controls.TabPage();
     this.m_txtFormuleFichier = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                    = new System.Windows.Forms.Label();
     this.panel3                    = new System.Windows.Forms.Panel();
     this.m_rbtnText                = new System.Windows.Forms.RadioButton();
     this.m_rbtnFichier             = new System.Windows.Forms.RadioButton();
     this.tabPage2                  = new Crownwood.Magic.Controls.TabPage();
     this.label3                    = new System.Windows.Forms.Label();
     this.m_wndListeCategories      = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn2 = ((sc2i.win32.common.ListViewAutoFilledColumn)(new sc2i.win32.common.ListViewAutoFilledColumn()));
     this.tabPage3                  = new Crownwood.Magic.Controls.TabPage();
     this.m_txtFormuleCle           = new sc2i.win32.expression.CControleEditeFormule();
     this.label7                    = new System.Windows.Forms.Label();
     this.m_txtFormuleDescriptif    = new sc2i.win32.expression.CControleEditeFormule();
     this.label5                    = new System.Windows.Forms.Label();
     this.m_txtFormuleLibelle       = new sc2i.win32.expression.CControleEditeFormule();
     this.label4                    = new System.Windows.Forms.Label();
     this.listViewAutoFilledColumn1 = ((sc2i.win32.common.ListViewAutoFilledColumn)(new sc2i.win32.common.ListViewAutoFilledColumn()));
     this.m_wndAideFormule          = new sc2i.win32.expression.CControlAideFormule();
     this.m_exStyle                 = new sc2i.win32.common.CExtStyle();
     this.panel4                    = new System.Windows.Forms.Panel();
     this.label2                    = new System.Windows.Forms.Label();
     this.panel5                    = new System.Windows.Forms.Panel();
     this.label6                    = new System.Windows.Forms.Label();
     this.m_txtFormuleUser          = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.panel6                    = new System.Windows.Forms.Panel();
     this.m_txtFormulePassword      = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label8                    = new System.Windows.Forms.Label();
     this.m_tabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_exStyle.SetStyleBackColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblStockerResIn.Text = "Store the result in|30239";
     //
     // m_tabControl
     //
     this.m_tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ControlBottomOffset = 16;
     this.m_tabControl.ControlRightOffset  = 16;
     this.m_tabControl.ForeColor           = System.Drawing.Color.Black;
     this.m_tabControl.IDEPixelArea        = false;
     this.m_tabControl.Location            = new System.Drawing.Point(8, 38);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 0;
     this.m_tabControl.SelectedTab   = this.tabPage1;
     this.m_tabControl.Size          = new System.Drawing.Size(476, 358);
     this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tabControl.TabIndex = 7;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2,
         this.tabPage3
     });
     this.m_tabControl.TextColor = System.Drawing.Color.Black;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_txtFormuleFichier);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.panel3);
     this.tabPage1.Controls.Add(this.panel4);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(460, 317);
     this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Content|20016";
     //
     // m_txtFormuleFichier
     //
     this.m_txtFormuleFichier.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleFichier.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtFormuleFichier.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleFichier.Formule     = null;
     this.m_txtFormuleFichier.Location    = new System.Drawing.Point(0, 48);
     this.m_txtFormuleFichier.LockEdition = false;
     this.m_txtFormuleFichier.Name        = "m_txtFormuleFichier";
     this.m_txtFormuleFichier.Size        = new System.Drawing.Size(460, 194);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleFichier.TabIndex = 2;
     this.m_txtFormuleFichier.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 35);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(460, 13);
     this.m_exStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Content|20017";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_rbtnText);
     this.panel3.Controls.Add(this.m_rbtnFichier);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(460, 35);
     this.m_exStyle.SetStyleBackColor(this.panel3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.panel3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel3.TabIndex = 4;
     //
     // m_rbtnText
     //
     this.m_rbtnText.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_rbtnText.Location = new System.Drawing.Point(0, 17);
     this.m_rbtnText.Name     = "m_rbtnText";
     this.m_rbtnText.Size     = new System.Drawing.Size(460, 17);
     this.m_exStyle.SetStyleBackColor(this.m_rbtnText, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_rbtnText, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_rbtnText.TabIndex = 1;
     this.m_rbtnText.TabStop  = true;
     this.m_rbtnText.Text     = "Create text file from content|20039";
     this.m_rbtnText.UseVisualStyleBackColor = true;
     //
     // m_rbtnFichier
     //
     this.m_rbtnFichier.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_rbtnFichier.Location = new System.Drawing.Point(0, 0);
     this.m_rbtnFichier.Name     = "m_rbtnFichier";
     this.m_rbtnFichier.Size     = new System.Drawing.Size(460, 17);
     this.m_exStyle.SetStyleBackColor(this.m_rbtnFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_rbtnFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_rbtnFichier.TabIndex = 0;
     this.m_rbtnFichier.TabStop  = true;
     this.m_rbtnFichier.Text     = "Content is a file name (on client disk)|20038";
     this.m_rbtnFichier.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.m_wndListeCategories);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(460, 317);
     this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "EDM category|176";
     this.tabPage2.Visible  = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(322, 16);
     this.m_exStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 1;
     this.label3.Text     = "The document will be stored in the following categories|30244";
     //
     // m_wndListeCategories
     //
     this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeCategories.CheckBoxes = true;
     this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn2
     });
     this.m_wndListeCategories.EnableCustomisation = true;
     this.m_wndListeCategories.FullRowSelect       = true;
     this.m_wndListeCategories.Location            = new System.Drawing.Point(8, 40);
     this.m_wndListeCategories.MultiSelect         = false;
     this.m_wndListeCategories.Name = "m_wndListeCategories";
     this.m_wndListeCategories.Size = new System.Drawing.Size(296, 270);
     this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeCategories.TabIndex = 0;
     this.m_wndListeCategories.UseCompatibleStateImageBehavior = false;
     this.m_wndListeCategories.View = System.Windows.Forms.View.Details;
     //
     // listViewAutoFilledColumn2
     //
     this.listViewAutoFilledColumn2.Field             = "Libelle";
     this.listViewAutoFilledColumn2.PrecisionWidth    = 0D;
     this.listViewAutoFilledColumn2.ProportionnalSize = false;
     this.listViewAutoFilledColumn2.Text    = "Category|30245";
     this.listViewAutoFilledColumn2.Visible = true;
     this.listViewAutoFilledColumn2.Width   = 279;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.m_txtFormuleCle);
     this.tabPage3.Controls.Add(this.label7);
     this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif);
     this.tabPage3.Controls.Add(this.label5);
     this.tabPage3.Controls.Add(this.m_txtFormuleLibelle);
     this.tabPage3.Controls.Add(this.label4);
     this.tabPage3.Location = new System.Drawing.Point(0, 25);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Selected = false;
     this.tabPage3.Size     = new System.Drawing.Size(460, 317);
     this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage3.TabIndex = 12;
     this.tabPage3.Title    = "Document characteristics|1039";
     this.tabPage3.Visible  = false;
     //
     // m_txtFormuleCle
     //
     this.m_txtFormuleCle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleCle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleCle.Formule     = null;
     this.m_txtFormuleCle.Location    = new System.Drawing.Point(8, 224);
     this.m_txtFormuleCle.LockEdition = false;
     this.m_txtFormuleCle.Name        = "m_txtFormuleCle";
     this.m_txtFormuleCle.Size        = new System.Drawing.Size(444, 86);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCle.TabIndex = 7;
     this.m_txtFormuleCle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 208);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(120, 16);
     this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Key (unique Id)|1043";
     //
     // m_txtFormuleDescriptif
     //
     this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleDescriptif.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleDescriptif.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleDescriptif.Formule     = null;
     this.m_txtFormuleDescriptif.Location    = new System.Drawing.Point(8, 136);
     this.m_txtFormuleDescriptif.LockEdition = false;
     this.m_txtFormuleDescriptif.Name        = "m_txtFormuleDescriptif";
     this.m_txtFormuleDescriptif.Size        = new System.Drawing.Size(444, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleDescriptif.TabIndex = 3;
     this.m_txtFormuleDescriptif.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(162, 16);
     this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Document description|1042";
     //
     // m_txtFormuleLibelle
     //
     this.m_txtFormuleLibelle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleLibelle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleLibelle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleLibelle.Formule     = null;
     this.m_txtFormuleLibelle.Location    = new System.Drawing.Point(8, 48);
     this.m_txtFormuleLibelle.LockEdition = false;
     this.m_txtFormuleLibelle.Name        = "m_txtFormuleLibelle";
     this.m_txtFormuleLibelle.Size        = new System.Drawing.Size(444, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleLibelle.TabIndex = 1;
     this.m_txtFormuleLibelle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 32);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(112, 16);
     this.m_exStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Document label|1041";
     //
     // listViewAutoFilledColumn1
     //
     this.listViewAutoFilledColumn1.Field             = "Nom";
     this.listViewAutoFilledColumn1.PrecisionWidth    = 0D;
     this.listViewAutoFilledColumn1.ProportionnalSize = false;
     this.listViewAutoFilledColumn1.Text    = "Name |164";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 176;
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(484, 32);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(176, 361);
     this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 4;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel6);
     this.panel4.Controls.Add(this.panel5);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 242);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(460, 75);
     this.m_exStyle.SetStyleBackColor(this.panel4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.panel4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel4.TabIndex = 5;
     //
     // label2
     //
     this.label2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(460, 26);
     this.m_exStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 0;
     this.label2.Text     = "For ftp files (Content starts with \'ftp://\'), enter user and passord|20147";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.m_txtFormuleUser);
     this.panel5.Controls.Add(this.label6);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 26);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(460, 22);
     this.m_exStyle.SetStyleBackColor(this.panel5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.panel5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel5.TabIndex = 1;
     //
     // label6
     //
     this.label6.Dock     = System.Windows.Forms.DockStyle.Left;
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(119, 22);
     this.m_exStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 0;
     this.label6.Text     = "User|20148";
     //
     // m_txtFormuleUser
     //
     this.m_txtFormuleUser.AllowGraphic     = true;
     this.m_txtFormuleUser.AllowNullFormula = true;
     this.m_txtFormuleUser.AllowSaisieTexte = true;
     this.m_txtFormuleUser.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_txtFormuleUser.Formule          = null;
     this.m_txtFormuleUser.Location         = new System.Drawing.Point(119, 0);
     this.m_txtFormuleUser.LockEdition      = false;
     this.m_txtFormuleUser.LockZoneTexte    = false;
     this.m_txtFormuleUser.Name             = "m_txtFormuleUser";
     this.m_txtFormuleUser.Size             = new System.Drawing.Size(341, 22);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleUser, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleUser, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleUser.TabIndex = 1;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.m_txtFormulePassword);
     this.panel6.Controls.Add(this.label8);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(0, 48);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(460, 22);
     this.m_exStyle.SetStyleBackColor(this.panel6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.panel6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel6.TabIndex = 2;
     //
     // m_txtFormulePassword
     //
     this.m_txtFormulePassword.AllowGraphic     = true;
     this.m_txtFormulePassword.AllowNullFormula = true;
     this.m_txtFormulePassword.AllowSaisieTexte = true;
     this.m_txtFormulePassword.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_txtFormulePassword.Formule          = null;
     this.m_txtFormulePassword.Location         = new System.Drawing.Point(119, 0);
     this.m_txtFormulePassword.LockEdition      = false;
     this.m_txtFormulePassword.LockZoneTexte    = false;
     this.m_txtFormulePassword.Name             = "m_txtFormulePassword";
     this.m_txtFormulePassword.Size             = new System.Drawing.Size(341, 22);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormulePassword, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormulePassword, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormulePassword.TabIndex = 1;
     //
     // label8
     //
     this.label8.Dock     = System.Windows.Forms.DockStyle.Left;
     this.label8.Location = new System.Drawing.Point(0, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(119, 22);
     this.m_exStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Password|20149";
     //
     // CFormEditCopierLocalDansGed
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(660, 441);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.m_wndAideFormule);
     this.Name = "CFormEditCopierLocalDansGed";
     this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Copy local file into EDM|20018";
     this.Load += new System.EventHandler(this.CFormEditCopierLocalDansGedCode_Load);
     this.Controls.SetChildIndex(this.m_wndAideFormule, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                = new System.ComponentModel.Container();
     this.m_tabControl              = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage3                  = new Crownwood.Magic.Controls.TabPage();
     this.m_cmbFormat               = new sc2i.win32.common.C2iComboBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.m_txtFormuleCle           = new sc2i.win32.expression.CControleEditeFormule();
     this.label7                    = new System.Windows.Forms.Label();
     this.m_txtFormuleDescriptif    = new sc2i.win32.expression.CControleEditeFormule();
     this.label5                    = new System.Windows.Forms.Label();
     this.m_txtFormuleLibelle       = new sc2i.win32.expression.CControleEditeFormule();
     this.label4                    = new System.Windows.Forms.Label();
     this.tabPage1                  = new Crownwood.Magic.Controls.TabPage();
     this.m_lblNomVariable          = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.m_txtFormuleVariable      = new sc2i.win32.expression.CControleEditeFormule();
     this.m_wndListeVariables       = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.tabPage2                  = new Crownwood.Magic.Controls.TabPage();
     this.m_chkStocker              = new System.Windows.Forms.CheckBox();
     this.label3                    = new System.Windows.Forms.Label();
     this.m_wndListeCategories      = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.m_comboModeleEtat         = new sc2i.win32.common.CComboboxAutoFilled();
     this.label8                    = new System.Windows.Forms.Label();
     this.m_wndAideFormule          = new sc2i.win32.expression.CControlAideFormule();
     this.m_chkImprimer             = new System.Windows.Forms.CheckBox();
     this.m_exStyle                 = new sc2i.win32.common.CExtStyle();
     this.m_tabControl.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_exStyle.SetStyleBackColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblStockerResIn.Text = "Store the result in|30239";
     //
     // m_tabControl
     //
     this.m_tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ControlBottomOffset = 16;
     this.m_tabControl.ControlRightOffset  = 16;
     this.m_tabControl.ForeColor           = System.Drawing.Color.Black;
     this.m_tabControl.IDEPixelArea        = false;
     this.m_tabControl.Location            = new System.Drawing.Point(8, 80);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 2;
     this.m_tabControl.SelectedTab   = this.tabPage3;
     this.m_tabControl.Size          = new System.Drawing.Size(456, 312);
     this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tabControl.TabIndex = 7;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2,
         this.tabPage3
     });
     this.m_tabControl.TextColor = System.Drawing.Color.Black;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.m_cmbFormat);
     this.tabPage3.Controls.Add(this.label6);
     this.tabPage3.Controls.Add(this.m_txtFormuleCle);
     this.tabPage3.Controls.Add(this.label7);
     this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif);
     this.tabPage3.Controls.Add(this.label5);
     this.tabPage3.Controls.Add(this.m_txtFormuleLibelle);
     this.tabPage3.Controls.Add(this.label4);
     this.tabPage3.Location = new System.Drawing.Point(0, 25);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(440, 271);
     this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage3.TabIndex = 12;
     this.tabPage3.Title    = "Document properties|1039";
     this.tabPage3.Visible  = false;
     //
     // m_cmbFormat
     //
     this.m_cmbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbFormat.IsLink        = false;
     this.m_cmbFormat.Location      = new System.Drawing.Point(80, 8);
     this.m_cmbFormat.LockEdition   = false;
     this.m_cmbFormat.Name          = "m_cmbFormat";
     this.m_cmbFormat.Size          = new System.Drawing.Size(176, 21);
     this.m_exStyle.SetStyleBackColor(this.m_cmbFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_cmbFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbFormat.TabIndex = 9;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 8);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(72, 16);
     this.m_exStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 8;
     this.label6.Text     = "Format|30246";
     //
     // m_txtFormuleCle
     //
     this.m_txtFormuleCle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleCle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleCle.Formule     = null;
     this.m_txtFormuleCle.Location    = new System.Drawing.Point(8, 224);
     this.m_txtFormuleCle.LockEdition = false;
     this.m_txtFormuleCle.Name        = "m_txtFormuleCle";
     this.m_txtFormuleCle.Size        = new System.Drawing.Size(424, 40);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCle.TabIndex = 7;
     this.m_txtFormuleCle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 208);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(120, 16);
     this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Key (unique ID)|1043";
     //
     // m_txtFormuleDescriptif
     //
     this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleDescriptif.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleDescriptif.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleDescriptif.Formule     = null;
     this.m_txtFormuleDescriptif.Location    = new System.Drawing.Point(8, 136);
     this.m_txtFormuleDescriptif.LockEdition = false;
     this.m_txtFormuleDescriptif.Name        = "m_txtFormuleDescriptif";
     this.m_txtFormuleDescriptif.Size        = new System.Drawing.Size(424, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleDescriptif.TabIndex = 3;
     this.m_txtFormuleDescriptif.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(162, 16);
     this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Document description|1042";
     //
     // m_txtFormuleLibelle
     //
     this.m_txtFormuleLibelle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleLibelle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleLibelle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleLibelle.Formule     = null;
     this.m_txtFormuleLibelle.Location    = new System.Drawing.Point(8, 48);
     this.m_txtFormuleLibelle.LockEdition = false;
     this.m_txtFormuleLibelle.Name        = "m_txtFormuleLibelle";
     this.m_txtFormuleLibelle.Size        = new System.Drawing.Size(424, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleLibelle.TabIndex = 1;
     this.m_txtFormuleLibelle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 32);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(112, 16);
     this.m_exStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Document label|1041";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_lblNomVariable);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.m_txtFormuleVariable);
     this.tabPage1.Controls.Add(this.m_wndListeVariables);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(440, 271);
     this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Filter|47";
     //
     // m_lblNomVariable
     //
     this.m_lblNomVariable.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblNomVariable.Location = new System.Drawing.Point(208, 8);
     this.m_lblNomVariable.Name     = "m_lblNomVariable";
     this.m_lblNomVariable.Size     = new System.Drawing.Size(232, 16);
     this.m_exStyle.SetStyleBackColor(this.m_lblNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblNomVariable.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(208, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(160, 16);
     this.m_exStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Variable value|30242";
     //
     // m_txtFormuleVariable
     //
     this.m_txtFormuleVariable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleVariable.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleVariable.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleVariable.Formule     = null;
     this.m_txtFormuleVariable.Location    = new System.Drawing.Point(208, 40);
     this.m_txtFormuleVariable.LockEdition = false;
     this.m_txtFormuleVariable.Name        = "m_txtFormuleVariable";
     this.m_txtFormuleVariable.Size        = new System.Drawing.Size(224, 224);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleVariable.TabIndex = 1;
     this.m_txtFormuleVariable.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // m_wndListeVariables
     //
     this.m_wndListeVariables.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeVariables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn1
     });
     this.m_wndListeVariables.EnableCustomisation = true;
     this.m_wndListeVariables.FullRowSelect       = true;
     this.m_wndListeVariables.Location            = new System.Drawing.Point(8, 8);
     this.m_wndListeVariables.MultiSelect         = false;
     this.m_wndListeVariables.Name = "m_wndListeVariables";
     this.m_wndListeVariables.Size = new System.Drawing.Size(192, 256);
     this.m_exStyle.SetStyleBackColor(this.m_wndListeVariables, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndListeVariables, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeVariables.TabIndex = 0;
     this.m_wndListeVariables.UseCompatibleStateImageBehavior = false;
     this.m_wndListeVariables.View = System.Windows.Forms.View.Details;
     this.m_wndListeVariables.SelectedIndexChanged += new System.EventHandler(this.m_wndListeVariables_SelectedIndexChanged);
     //
     // listViewAutoFilledColumn1
     //
     this.listViewAutoFilledColumn1.Field             = "Nom";
     this.listViewAutoFilledColumn1.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn1.ProportionnalSize = false;
     this.listViewAutoFilledColumn1.Text    = "Name |164";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 176;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_chkStocker);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.m_wndListeCategories);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(440, 271);
     this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "EDM category|176";
     this.tabPage2.Visible  = false;
     //
     // m_chkStocker
     //
     this.m_chkStocker.Location = new System.Drawing.Point(8, 8);
     this.m_chkStocker.Name     = "m_chkStocker";
     this.m_chkStocker.Size     = new System.Drawing.Size(296, 16);
     this.m_exStyle.SetStyleBackColor(this.m_chkStocker, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_chkStocker, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkStocker.TabIndex = 9;
     this.m_chkStocker.Text     = "Store EDM document|30243";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(322, 16);
     this.m_exStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 1;
     this.label3.Text     = "The document will be stored in the following categories|30244";
     //
     // m_wndListeCategories
     //
     this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeCategories.CheckBoxes = true;
     this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn2
     });
     this.m_wndListeCategories.EnableCustomisation = true;
     this.m_wndListeCategories.FullRowSelect       = true;
     this.m_wndListeCategories.Location            = new System.Drawing.Point(8, 40);
     this.m_wndListeCategories.MultiSelect         = false;
     this.m_wndListeCategories.Name = "m_wndListeCategories";
     this.m_wndListeCategories.Size = new System.Drawing.Size(296, 224);
     this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeCategories.TabIndex = 0;
     this.m_wndListeCategories.UseCompatibleStateImageBehavior = false;
     this.m_wndListeCategories.View = System.Windows.Forms.View.Details;
     //
     // listViewAutoFilledColumn2
     //
     this.listViewAutoFilledColumn2.Field             = "Libelle";
     this.listViewAutoFilledColumn2.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn2.ProportionnalSize = false;
     this.listViewAutoFilledColumn2.Text    = "Category|30245";
     this.listViewAutoFilledColumn2.Visible = true;
     this.listViewAutoFilledColumn2.Width   = 279;
     //
     // m_comboModeleEtat
     //
     this.m_comboModeleEtat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_comboModeleEtat.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_comboModeleEtat.IsLink            = false;
     this.m_comboModeleEtat.ListDonnees       = null;
     this.m_comboModeleEtat.Location          = new System.Drawing.Point(120, 40);
     this.m_comboModeleEtat.LockEdition       = false;
     this.m_comboModeleEtat.Name              = "m_comboModeleEtat";
     this.m_comboModeleEtat.NullAutorise      = true;
     this.m_comboModeleEtat.ProprieteAffichee = "Libelle";
     this.m_comboModeleEtat.Size              = new System.Drawing.Size(336, 21);
     this.m_exStyle.SetStyleBackColor(this.m_comboModeleEtat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_comboModeleEtat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_comboModeleEtat.TabIndex              = 6;
     this.m_comboModeleEtat.TextNull              = I.T("(None)|30291");
     this.m_comboModeleEtat.Tri                   = true;
     this.m_comboModeleEtat.SelectedIndexChanged += new System.EventHandler(this.m_comboModeleEtat_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 40);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(106, 21);
     this.m_exStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 5;
     this.label8.Text     = "Report model|30228";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(464, 32);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(176, 357);
     this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 4;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_chkImprimer
     //
     this.m_chkImprimer.Location = new System.Drawing.Point(8, 64);
     this.m_chkImprimer.Name     = "m_chkImprimer";
     this.m_chkImprimer.Size     = new System.Drawing.Size(296, 16);
     this.m_exStyle.SetStyleBackColor(this.m_chkImprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_chkImprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkImprimer.TabIndex = 8;
     this.m_chkImprimer.Text     = "Server printing|30241";
     //
     // CFormEditActionGenererEtat
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(640, 437);
     this.Controls.Add(this.m_chkImprimer);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.m_comboModeleEtat);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.m_wndAideFormule);
     this.Name = "CFormEditActionGenererEtat";
     this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Function|30240";
     this.Load += new System.EventHandler(this.CFormEditActionGenererEtatCode_Load);
     this.Controls.SetChildIndex(this.m_wndAideFormule, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.m_comboModeleEtat, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.Controls.SetChildIndex(this.m_chkImprimer, 0);
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }