Example #1
0
 /// ///////////////////////////////////////////////////////
 private void SetTexteFormule(sc2i.win32.expression.CControleEditeFormule txt)
 {
     if (m_txtFormule != null)
     {
         m_txtFormule.BackColor = Color.White;
     }
     m_txtFormule           = txt;
     m_txtFormule.BackColor = Color.LightGreen;
 }
        //--------------------------------------------------------------------------------
        private CResultAErreur GetFormule(CControleEditeFormule textBox)
        {
            CResultAErreur result = CResultAErreur.True;
            CContexteAnalyse2iExpression contexte = new CContexteAnalyse2iExpression(
                m_wndAideFormuleParametre.FournisseurProprietes,
                m_objetPourSousProprietes);
            CAnalyseurSyntaxiqueExpression analyseur = new CAnalyseurSyntaxiqueExpression(contexte);

            result = analyseur.AnalyseChaine(textBox.Text);
            return(result);
        }
 /// //////////////////////////////////////////
 private void OnEnterZoneFormule(object sender, EventArgs args)
 {
     if (sender is CControleEditeFormule)
     {
         if (m_txtFormule != null)
         {
             m_txtFormule.BackColor = Color.White;
         }
         m_txtFormule           = (CControleEditeFormule)sender;
         m_txtFormule.BackColor = Color.LightGreen;
     }
 }
Example #4
0
 void m_txtFormule_Enter(object sender, EventArgs e)
 {
     if (m_txtFormule != null)
     {
         m_txtFormule.BackColor = Color.White;
     }
     if (sender is CControleEditeFormule)
     {
         m_txtFormule           = (CControleEditeFormule)sender;
         m_txtFormule.BackColor = Color.LightGreen;
     }
 }
 private void OnEnterTexteFormule(object sender, System.EventArgs e)
 {
     if (m_txtFormule != null)
     {
         m_txtFormule.BackColor = Color.White;
     }
     if (sender is CControleEditeFormule)
     {
         m_txtFormule           = (CControleEditeFormule)sender;
         m_txtFormule.BackColor = Color.LightGreen;
     }
 }
 /// <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_chkForSave                  = new System.Windows.Forms.CheckBox();
     this.label3                        = new System.Windows.Forms.Label();
     this.m_txtFormuleFiltre            = new sc2i.win32.expression.CControleEditeFormule();
     this.label2                        = new System.Windows.Forms.Label();
     this.m_txtFormuleTitre             = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                        = new System.Windows.Forms.Label();
     this.m_wndAideFormule              = new sc2i.win32.expression.CControlAideFormule();
     this.label4                        = new System.Windows.Forms.Label();
     this.m_txtFormuleRepertoireInitial = new sc2i.win32.expression.CControleEditeFormule();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Text = "Store the result in";
     //
     // 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_chkForSave);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.m_txtFormuleRepertoireInitial);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.m_txtFormuleFiltre);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.m_txtFormuleTitre);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(720, 359);
     this.panel2.TabIndex = 2;
     //
     // m_chkForSave
     //
     this.m_chkForSave.AutoSize = true;
     this.m_chkForSave.Location = new System.Drawing.Point(10, 8);
     this.m_chkForSave.Name     = "m_chkForSave";
     this.m_chkForSave.Size     = new System.Drawing.Size(145, 17);
     this.m_chkForSave.TabIndex = 3;
     this.m_chkForSave.Text     = "Select file for save|20021";
     this.m_chkForSave.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Location = new System.Drawing.Point(90, 198);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(381, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "(ex:File text|*.*|All files|*.*)|20024";
     //
     // m_txtFormuleFiltre
     //
     this.m_txtFormuleFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleFiltre.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleFiltre.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleFiltre.Formule     = null;
     this.m_txtFormuleFiltre.Location    = new System.Drawing.Point(9, 215);
     this.m_txtFormuleFiltre.LockEdition = false;
     this.m_txtFormuleFiltre.Name        = "m_txtFormuleFiltre";
     this.m_txtFormuleFiltre.Size        = new System.Drawing.Size(528, 52);
     this.m_txtFormuleFiltre.TabIndex    = 4;
     this.m_txtFormuleFiltre.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(11, 198);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Filter|20023";
     //
     // m_txtFormuleTitre
     //
     this.m_txtFormuleTitre.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_txtFormuleTitre.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleTitre.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleTitre.Formule     = null;
     this.m_txtFormuleTitre.Location    = new System.Drawing.Point(8, 47);
     this.m_txtFormuleTitre.LockEdition = false;
     this.m_txtFormuleTitre.Name        = "m_txtFormuleTitre";
     this.m_txtFormuleTitre.Size        = new System.Drawing.Size(528, 148);
     this.m_txtFormuleTitre.TabIndex    = 2;
     this.m_txtFormuleTitre.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // 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(7, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Title|20022";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location        = new System.Drawing.Point(544, 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, 359);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // 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(7, 273);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(304, 16);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Initial Directory|20025";
     //
     // m_txtFormuleRepertoireInitial
     //
     this.m_txtFormuleRepertoireInitial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleRepertoireInitial.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleRepertoireInitial.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleRepertoireInitial.Formule     = null;
     this.m_txtFormuleRepertoireInitial.Location    = new System.Drawing.Point(8, 289);
     this.m_txtFormuleRepertoireInitial.LockEdition = false;
     this.m_txtFormuleRepertoireInitial.Name        = "m_txtFormuleRepertoireInitial";
     this.m_txtFormuleRepertoireInitial.Size        = new System.Drawing.Size(528, 52);
     this.m_txtFormuleRepertoireInitial.TabIndex    = 4;
     this.m_txtFormuleRepertoireInitial.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // CFormEditActionSelectionFichierClient
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(720, 437);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionSelectionFichierClient";
     this.Text  = "Select file on client|20020";
     this.Load += new System.EventHandler(this.CFormEditActionSelectionFichierClient_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditActionClonerEntite));
     this.panel2                  = new System.Windows.Forms.Panel();
     this.m_splitContainer        = new System.Windows.Forms.SplitContainer();
     this.m_wndArbreProprietes    = new System.Windows.Forms.TreeView();
     this.m_imageList             = new System.Windows.Forms.ImageList(this.components);
     this.m_txtFormuleObjetSource = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                  = new System.Windows.Forms.Label();
     this.m_wndAideFormule        = new sc2i.win32.expression.CControlAideFormule();
     this.panel2.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Text = "Store result in :|112";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_splitContainer);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(788, 403);
     this.panel2.TabIndex = 2;
     //
     // m_splitContainer
     //
     this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer.Location    = new System.Drawing.Point(0, 0);
     this.m_splitContainer.Name        = "m_splitContainer";
     //
     // m_splitContainer.Panel1
     //
     this.m_splitContainer.Panel1.Controls.Add(this.m_wndArbreProprietes);
     this.m_splitContainer.Panel1.Controls.Add(this.m_txtFormuleObjetSource);
     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(788, 403);
     this.m_splitContainer.SplitterDistance = 573;
     this.m_splitContainer.TabIndex         = 6;
     //
     // m_wndArbreProprietes
     //
     this.m_wndArbreProprietes.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_wndArbreProprietes.CheckBoxes         = true;
     this.m_wndArbreProprietes.ImageIndex         = 0;
     this.m_wndArbreProprietes.ImageList          = this.m_imageList;
     this.m_wndArbreProprietes.Location           = new System.Drawing.Point(6, 88);
     this.m_wndArbreProprietes.Name               = "m_wndArbreProprietes";
     this.m_wndArbreProprietes.SelectedImageIndex = 0;
     this.m_wndArbreProprietes.Size               = new System.Drawing.Size(553, 307);
     this.m_wndArbreProprietes.TabIndex           = 7;
     this.m_wndArbreProprietes.AfterCheck        += new System.Windows.Forms.TreeViewEventHandler(this.m_wndArbreProprietes_AfterCheck);
     this.m_wndArbreProprietes.BeforeExpand      += new System.Windows.Forms.TreeViewCancelEventHandler(this.m_wndArbreProprietes_BeforeExpand);
     this.m_wndArbreProprietes.BeforeCheck       += new System.Windows.Forms.TreeViewCancelEventHandler(this.m_wndArbreProprietes_BeforeCheck);
     //
     // m_imageList
     //
     this.m_imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imageList.ImageStream")));
     this.m_imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imageList.Images.SetKeyName(0, "dossier.gif");
     this.m_imageList.Images.SetKeyName(1, "Table.gif");
     //
     // m_txtFormuleObjetSource
     //
     this.m_txtFormuleObjetSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleObjetSource.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleObjetSource.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleObjetSource.Formule     = null;
     this.m_txtFormuleObjetSource.Location    = new System.Drawing.Point(6, 22);
     this.m_txtFormuleObjetSource.LockEdition = false;
     this.m_txtFormuleObjetSource.Name        = "m_txtFormuleObjetSource";
     this.m_txtFormuleObjetSource.Size        = new System.Drawing.Size(553, 60);
     this.m_txtFormuleObjetSource.TabIndex    = 6;
     this.m_txtFormuleObjetSource.Leave      += new System.EventHandler(this.m_txtFormuleObjetDestination_Leave);
     this.m_txtFormuleObjetSource.Enter      += new System.EventHandler(this.OnEnterTexteFormule);
     //
     // 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(3, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(212, 19);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Source Entity|208";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     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.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(207, 399);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // CFormEditActionClonerEntite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(788, 483);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionClonerEntite";
     this.Text  = "Clone an entity|20035";
     this.Load += new System.EventHandler(this.CFormEditActionClonerEntite_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
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_splitContainer                   = new System.Windows.Forms.SplitContainer();
     this.m_panelDefinisseurChamps           = new System.Windows.Forms.Panel();
     this.m_txtSelectDefinisseurChampsCustom = new sc2i.win32.data.navigation.C2iTextBoxSelectionne();
     this.label3                             = new System.Windows.Forms.Label();
     this.m_txtFormuleObjetDestination       = new sc2i.win32.expression.CControleEditeFormule();
     this.m_txtFormuleObjetSource            = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                             = new System.Windows.Forms.Label();
     this.label2                             = new System.Windows.Forms.Label();
     this.m_wndListePropietes                = new System.Windows.Forms.ListView();
     this.m_colNomPropriete                  = new System.Windows.Forms.ColumnHeader();
     this.m_wndAideFormule                   = new sc2i.win32.expression.CControlAideFormule();
     this.m_chkFullCopy                      = new System.Windows.Forms.CheckBox();
     this.panel2.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.m_panelDefinisseurChamps.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.Location = new System.Drawing.Point(0, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(735, 435);
     this.panel2.TabIndex = 2;
     //
     // m_splitContainer
     //
     this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer.Location    = new System.Drawing.Point(0, 0);
     this.m_splitContainer.Name        = "m_splitContainer";
     //
     // m_splitContainer.Panel1
     //
     this.m_splitContainer.Panel1.Controls.Add(this.m_chkFullCopy);
     this.m_splitContainer.Panel1.Controls.Add(this.m_panelDefinisseurChamps);
     this.m_splitContainer.Panel1.Controls.Add(this.m_txtFormuleObjetDestination);
     this.m_splitContainer.Panel1.Controls.Add(this.m_txtFormuleObjetSource);
     this.m_splitContainer.Panel1.Controls.Add(this.label1);
     this.m_splitContainer.Panel1.Controls.Add(this.label2);
     this.m_splitContainer.Panel1.Controls.Add(this.m_wndListePropietes);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer.Size             = new System.Drawing.Size(735, 435);
     this.m_splitContainer.SplitterDistance = 535;
     this.m_splitContainer.TabIndex         = 6;
     //
     // m_panelDefinisseurChamps
     //
     this.m_panelDefinisseurChamps.Controls.Add(this.m_txtSelectDefinisseurChampsCustom);
     this.m_panelDefinisseurChamps.Controls.Add(this.label3);
     this.m_panelDefinisseurChamps.Location = new System.Drawing.Point(8, 194);
     this.m_panelDefinisseurChamps.Name     = "m_panelDefinisseurChamps";
     this.m_panelDefinisseurChamps.Size     = new System.Drawing.Size(513, 26);
     this.m_panelDefinisseurChamps.TabIndex = 8;
     //
     // m_txtSelectDefinisseurChampsCustom
     //
     this.m_txtSelectDefinisseurChampsCustom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtSelectDefinisseurChampsCustom.ElementSelectionne = null;
     this.m_txtSelectDefinisseurChampsCustom.FonctionTextNull   = null;
     this.m_txtSelectDefinisseurChampsCustom.HasLink            = true;
     this.m_txtSelectDefinisseurChampsCustom.Location           = new System.Drawing.Point(130, 2);
     this.m_txtSelectDefinisseurChampsCustom.LockEdition        = false;
     this.m_txtSelectDefinisseurChampsCustom.Name                       = "m_txtSelectDefinisseurChampsCustom";
     this.m_txtSelectDefinisseurChampsCustom.SelectedObject             = null;
     this.m_txtSelectDefinisseurChampsCustom.Size                       = new System.Drawing.Size(380, 21);
     this.m_txtSelectDefinisseurChampsCustom.TabIndex                   = 9;
     this.m_txtSelectDefinisseurChampsCustom.TextNull                   = "";
     this.m_txtSelectDefinisseurChampsCustom.ElementSelectionneChanged += new System.EventHandler(this.m_txtSelectDefinisseurChampsCustom_ElementSelectionneChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 2);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(128, 21);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Custom fields filter|214";
     //
     // m_txtFormuleObjetDestination
     //
     this.m_txtFormuleObjetDestination.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleObjetDestination.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleObjetDestination.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleObjetDestination.Formule     = null;
     this.m_txtFormuleObjetDestination.Location    = new System.Drawing.Point(6, 23);
     this.m_txtFormuleObjetDestination.LockEdition = false;
     this.m_txtFormuleObjetDestination.Name        = "m_txtFormuleObjetDestination";
     this.m_txtFormuleObjetDestination.Size        = new System.Drawing.Size(515, 60);
     this.m_txtFormuleObjetDestination.TabIndex    = 6;
     this.m_txtFormuleObjetDestination.Leave      += new System.EventHandler(this.m_txtFormuleObjetDestination_Leave);
     this.m_txtFormuleObjetDestination.Enter      += new System.EventHandler(this.OnEnterTexteFormule);
     //
     // m_txtFormuleObjetSource
     //
     this.m_txtFormuleObjetSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleObjetSource.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleObjetSource.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleObjetSource.Formule     = null;
     this.m_txtFormuleObjetSource.Location    = new System.Drawing.Point(6, 111);
     this.m_txtFormuleObjetSource.LockEdition = false;
     this.m_txtFormuleObjetSource.Name        = "m_txtFormuleObjetSource";
     this.m_txtFormuleObjetSource.Size        = new System.Drawing.Size(515, 60);
     this.m_txtFormuleObjetSource.TabIndex    = 6;
     this.m_txtFormuleObjetSource.Enter      += new System.EventHandler(this.OnEnterTexteFormule);
     //
     // 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(3, 93);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(212, 19);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Source Entity|208";
     //
     // label2
     //
     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, 6);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(212, 19);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Destination Entity|213";
     //
     // m_wndListePropietes
     //
     this.m_wndListePropietes.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_wndListePropietes.CheckBoxes = true;
     this.m_wndListePropietes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_colNomPropriete
     });
     this.m_wndListePropietes.Location = new System.Drawing.Point(8, 221);
     this.m_wndListePropietes.Name     = "m_wndListePropietes";
     this.m_wndListePropietes.Size     = new System.Drawing.Size(513, 204);
     this.m_wndListePropietes.TabIndex = 0;
     this.m_wndListePropietes.UseCompatibleStateImageBehavior = false;
     this.m_wndListePropietes.View = System.Windows.Forms.View.Details;
     //
     // m_colNomPropriete
     //
     this.m_colNomPropriete.Text  = "Properties to copy|210";
     this.m_colNomPropriete.Width = 247;
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     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.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(192, 431);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_chkFullCopy
     //
     this.m_chkFullCopy.AutoSize = true;
     this.m_chkFullCopy.Location = new System.Drawing.Point(14, 171);
     this.m_chkFullCopy.Name     = "m_chkFullCopy";
     this.m_chkFullCopy.Size     = new System.Drawing.Size(100, 17);
     this.m_chkFullCopy.TabIndex = 9;
     this.m_chkFullCopy.Text     = "Full copy|20010";
     this.m_chkFullCopy.UseVisualStyleBackColor = true;
     this.m_chkFullCopy.CheckedChanged         += new System.EventHandler(this.m_chkFullCopy_CheckedChanged);
     //
     // CFormEditActionCopierEntite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(735, 483);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionCopierEntite";
     this.Text  = "Copy an entity|209";
     this.Load += new System.EventHandler(this.CFormEditActionCopierEntite_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel1.PerformLayout();
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.m_panelDefinisseurChamps.ResumeLayout(false);
     this.ResumeLayout(false);
 }