/// <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.label2           = new System.Windows.Forms.Label();
     this.m_cmbAction      = new sc2i.win32.common.C2iComboBox();
     this.panel2           = new System.Windows.Forms.Panel();
     this.m_panelFormules  = new System.Windows.Forms.Panel();
     this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Action to start|132";
     //
     // m_cmbAction
     //
     this.m_cmbAction.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbAction.IsLink                = false;
     this.m_cmbAction.Location              = new System.Drawing.Point(120, 8);
     this.m_cmbAction.LockEdition           = false;
     this.m_cmbAction.Name                  = "m_cmbAction";
     this.m_cmbAction.Size                  = new System.Drawing.Size(456, 21);
     this.m_cmbAction.TabIndex              = 4;
     this.m_cmbAction.SelectedValueChanged += new System.EventHandler(this.m_cmbAction_SelectedValueChanged);
     //
     // 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_panelFormules);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(3, 35);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(636, 361);
     this.panel2.TabIndex = 5;
     //
     // m_panelFormules
     //
     this.m_panelFormules.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_panelFormules.AutoScroll = true;
     this.m_panelFormules.Location   = new System.Drawing.Point(16, 3);
     this.m_panelFormules.Name       = "m_panelFormules";
     this.m_panelFormules.Size       = new System.Drawing.Size(444, 358);
     this.m_panelFormules.TabIndex   = 5;
     //
     // 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(460, 0);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(176, 361);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // CFormEditActionLancerActionServeur
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 448);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.m_cmbAction);
     this.Controls.Add(this.label2);
     this.Name  = "CFormEditActionLancerActionServeur";
     this.Text  = "Start an action on the server|131";
     this.Load += new System.EventHandler(this.CFormEditActionLancerActionServeur_Load);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.m_cmbAction, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
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_panelFormules     = new System.Windows.Forms.Panel();
     this.label2              = new System.Windows.Forms.Label();
     this.m_cmbTypeEntite     = new sc2i.win32.common.C2iComboBox();
     this.m_wndAideFormule    = new sc2i.win32.expression.CControlAideFormule();
     this.m_wndListeVariables = new System.Windows.Forms.ListView();
     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.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, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(736, 288);
     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_panelFormules);
     this.m_splitContainer.Panel1.Controls.Add(this.label2);
     this.m_splitContainer.Panel1.Controls.Add(this.m_cmbTypeEntite);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer.Size             = new System.Drawing.Size(736, 288);
     this.m_splitContainer.SplitterDistance = 536;
     this.m_splitContainer.TabIndex         = 6;
     //
     // m_panelFormules
     //
     this.m_panelFormules.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_panelFormules.AutoScroll = true;
     this.m_panelFormules.Location   = new System.Drawing.Point(4, 33);
     this.m_panelFormules.Name       = "m_panelFormules";
     this.m_panelFormules.Size       = new System.Drawing.Size(525, 248);
     this.m_panelFormules.TabIndex   = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(117, 19);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Entity type|113";
     //
     // m_cmbTypeEntite
     //
     this.m_cmbTypeEntite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeEntite.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeEntite.IsLink                = false;
     this.m_cmbTypeEntite.Location              = new System.Drawing.Point(133, 6);
     this.m_cmbTypeEntite.LockEdition           = false;
     this.m_cmbTypeEntite.Name                  = "m_cmbTypeEntite";
     this.m_cmbTypeEntite.Size                  = new System.Drawing.Size(396, 21);
     this.m_cmbTypeEntite.TabIndex              = 4;
     this.m_cmbTypeEntite.SelectedValueChanged += new System.EventHandler(this.m_cmbTypeEntite_SelectedValueChanged);
     //
     // 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.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(192, 284);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_wndListeVariables
     //
     this.m_wndListeVariables.Location = new System.Drawing.Point(8, 8);
     this.m_wndListeVariables.Name     = "m_wndListeVariables";
     this.m_wndListeVariables.Size     = new System.Drawing.Size(544, 256);
     this.m_wndListeVariables.TabIndex = 0;
     this.m_wndListeVariables.UseCompatibleStateImageBehavior = false;
     this.m_wndListeVariables.View = System.Windows.Forms.View.Details;
     //
     // CFormEditActionCreerEntite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(736, 366);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionCreerEntite";
     this.Text  = "Create|111";
     this.Load += new System.EventHandler(this.CFormEditActionCreerEntite_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);
 }
 /// <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);
 }
Ejemplo n.º 4
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_splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.m_chkSurServeur       = new System.Windows.Forms.CheckBox();
     this.m_chkWaitForExit      = new System.Windows.Forms.CheckBox();
     this.m_txtFormuleFileName  = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                = new System.Windows.Forms.Label();
     this.m_txtFormuleArguments = new sc2i.win32.expression.CControleEditeFormule();
     this.label2                = new System.Windows.Forms.Label();
     this.m_wndAideFormule      = new sc2i.win32.expression.CControlAideFormule();
     this.m_panelVariable       = new System.Windows.Forms.Panel();
     this.m_lnkNouvelleVariable = new System.Windows.Forms.LinkLabel();
     this.m_comboBoxVariables   = new sc2i.win32.common.CComboboxAutoFilled();
     this.m_lblStockerResIn     = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.m_splitContainer2.Panel1.SuspendLayout();
     this.m_splitContainer2.Panel2.SuspendLayout();
     this.m_splitContainer2.SuspendLayout();
     this.m_panelVariable.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.m_panelVariable);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(648, 393);
     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, 25);
     this.m_splitContainer.Name        = "m_splitContainer";
     //
     // m_splitContainer.Panel1
     //
     this.m_splitContainer.Panel1.Controls.Add(this.m_splitContainer2);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer.Size             = new System.Drawing.Size(648, 368);
     this.m_splitContainer.SplitterDistance = 428;
     this.m_splitContainer.TabIndex         = 3;
     //
     // m_splitContainer2
     //
     this.m_splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.m_splitContainer2.Name        = "m_splitContainer2";
     this.m_splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // m_splitContainer2.Panel1
     //
     this.m_splitContainer2.Panel1.Controls.Add(this.m_chkSurServeur);
     this.m_splitContainer2.Panel1.Controls.Add(this.m_chkWaitForExit);
     this.m_splitContainer2.Panel1.Controls.Add(this.m_txtFormuleFileName);
     this.m_splitContainer2.Panel1.Controls.Add(this.label1);
     //
     // m_splitContainer2.Panel2
     //
     this.m_splitContainer2.Panel2.Controls.Add(this.m_txtFormuleArguments);
     this.m_splitContainer2.Panel2.Controls.Add(this.label2);
     this.m_splitContainer2.Size             = new System.Drawing.Size(428, 368);
     this.m_splitContainer2.SplitterDistance = 170;
     this.m_splitContainer2.TabIndex         = 3;
     //
     // m_chkSurServeur
     //
     this.m_chkSurServeur.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkSurServeur.Location = new System.Drawing.Point(234, 150);
     this.m_chkSurServeur.Name     = "m_chkSurServeur";
     this.m_chkSurServeur.Size     = new System.Drawing.Size(133, 16);
     this.m_chkSurServeur.TabIndex = 3;
     this.m_chkSurServeur.Text     = "On server|20007";
     this.m_chkSurServeur.UseVisualStyleBackColor = true;
     //
     // m_chkWaitForExit
     //
     this.m_chkWaitForExit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkWaitForExit.Location = new System.Drawing.Point(6, 150);
     this.m_chkWaitForExit.Name     = "m_chkWaitForExit";
     this.m_chkWaitForExit.Size     = new System.Drawing.Size(173, 16);
     this.m_chkWaitForExit.TabIndex = 1;
     this.m_chkWaitForExit.Text     = "Wait for exit|20003";
     this.m_chkWaitForExit.UseVisualStyleBackColor = true;
     //
     // m_txtFormuleFileName
     //
     this.m_txtFormuleFileName.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_txtFormuleFileName.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleFileName.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleFileName.Formule     = null;
     this.m_txtFormuleFileName.Location    = new System.Drawing.Point(6, 19);
     this.m_txtFormuleFileName.LockEdition = false;
     this.m_txtFormuleFileName.Name        = "m_txtFormuleFileName";
     this.m_txtFormuleFileName.Size        = new System.Drawing.Size(415, 129);
     this.m_txtFormuleFileName.TabIndex    = 2;
     this.m_txtFormuleFileName.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(3, 1);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(236, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Open a File or an URL|153";
     //
     // m_txtFormuleArguments
     //
     this.m_txtFormuleArguments.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_txtFormuleArguments.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleArguments.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleArguments.Formule     = null;
     this.m_txtFormuleArguments.Location    = new System.Drawing.Point(6, 19);
     this.m_txtFormuleArguments.LockEdition = false;
     this.m_txtFormuleArguments.Name        = "m_txtFormuleArguments";
     this.m_txtFormuleArguments.Size        = new System.Drawing.Size(415, 152);
     this.m_txtFormuleArguments.TabIndex    = 2;
     this.m_txtFormuleArguments.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // 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, 1);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(236, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Arguments|218";
     //
     // 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.ObjetInterroge  = null;
     this.m_wndAideFormule.SendIdChamps    = false;
     this.m_wndAideFormule.Size            = new System.Drawing.Size(212, 364);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_panelVariable
     //
     this.m_panelVariable.Controls.Add(this.m_lnkNouvelleVariable);
     this.m_panelVariable.Controls.Add(this.m_comboBoxVariables);
     this.m_panelVariable.Controls.Add(this.m_lblStockerResIn);
     this.m_panelVariable.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelVariable.Location = new System.Drawing.Point(0, 0);
     this.m_panelVariable.Name     = "m_panelVariable";
     this.m_panelVariable.Size     = new System.Drawing.Size(648, 25);
     this.m_panelVariable.TabIndex = 3;
     //
     // m_lnkNouvelleVariable
     //
     this.m_lnkNouvelleVariable.Location     = new System.Drawing.Point(361, 7);
     this.m_lnkNouvelleVariable.Name         = "m_lnkNouvelleVariable";
     this.m_lnkNouvelleVariable.Size         = new System.Drawing.Size(112, 16);
     this.m_lnkNouvelleVariable.TabIndex     = 5;
     this.m_lnkNouvelleVariable.TabStop      = true;
     this.m_lnkNouvelleVariable.Text         = "New variable|127";
     this.m_lnkNouvelleVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkNouvelleVariable_LinkClicked);
     //
     // m_comboBoxVariables
     //
     this.m_comboBoxVariables.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_comboBoxVariables.IsLink            = false;
     this.m_comboBoxVariables.ListDonnees       = null;
     this.m_comboBoxVariables.Location          = new System.Drawing.Point(146, 4);
     this.m_comboBoxVariables.LockEdition       = false;
     this.m_comboBoxVariables.Name              = "m_comboBoxVariables";
     this.m_comboBoxVariables.NullAutorise      = true;
     this.m_comboBoxVariables.ProprieteAffichee = null;
     this.m_comboBoxVariables.Size              = new System.Drawing.Size(209, 21);
     this.m_comboBoxVariables.TabIndex          = 4;
     this.m_comboBoxVariables.TextNull          = "(to affect)";
     this.m_comboBoxVariables.Tri = true;
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Location = new System.Drawing.Point(5, 6);
     this.m_lblStockerResIn.Name     = "m_lblStockerResIn";
     this.m_lblStockerResIn.Size     = new System.Drawing.Size(141, 16);
     this.m_lblStockerResIn.TabIndex = 3;
     this.m_lblStockerResIn.Text     = "Store the result in|125";
     //
     // CFormEditActionOuvrirFichier
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 439);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionOuvrirFichier";
     this.Text  = "Open a File or an URL|153";
     this.Load += new System.EventHandler(this.CFormEditActionOuvrirFichier_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.m_splitContainer2.Panel1.ResumeLayout(false);
     this.m_splitContainer2.Panel2.ResumeLayout(false);
     this.m_splitContainer2.ResumeLayout(false);
     this.m_panelVariable.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();
     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);
 }
Ejemplo n.º 6
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);
 }
 /// <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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditeParametrageRemplissageTypeActivite));
     this.panel2           = new System.Windows.Forms.Panel();
     this.m_panelFormules  = new System.Windows.Forms.Panel();
     this.m_wndAideFormule = 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.cExtStyle1       = new sc2i.win32.common.CExtStyle();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.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.splitContainer1);
     this.panel2.Location = new System.Drawing.Point(3, 4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(723, 416);
     this.cExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel2.TabIndex = 5;
     //
     // m_panelFormules
     //
     this.m_panelFormules.AutoScroll = true;
     this.m_panelFormules.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.m_panelFormules.Location   = new System.Drawing.Point(0, 0);
     this.m_panelFormules.Name       = "m_panelFormules";
     this.m_panelFormules.Size       = new System.Drawing.Size(474, 412);
     this.cExtStyle1.SetStyleBackColor(this.m_panelFormules, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_panelFormules, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFormules.TabIndex = 5;
     //
     // 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(237, 412);
     this.cExtStyle1.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre);
     this.cExtStyle1.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 424);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(729, 48);
     this.cExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 6;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnAnnuler.ForeColor    = System.Drawing.Color.White;
     this.m_btnAnnuler.Image        = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image")));
     this.m_btnAnnuler.Location     = new System.Drawing.Point(371, 2);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(40, 40);
     this.cExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 3;
     this.m_btnAnnuler.Click   += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnOk.ForeColor = System.Drawing.Color.White;
     this.m_btnOk.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnOk.Image")));
     this.m_btnOk.Location  = new System.Drawing.Point(317, 2);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(40, 40);
     this.cExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 2;
     this.m_btnOk.Click   += new System.EventHandler(this.m_btnOk_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.m_panelFormules);
     this.cExtStyle1.SetStyleBackColor(this.splitContainer1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.splitContainer1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.m_wndAideFormule);
     this.cExtStyle1.SetStyleBackColor(this.splitContainer1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.splitContainer1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitContainer1.Size             = new System.Drawing.Size(723, 416);
     this.splitContainer1.SplitterDistance = 478;
     this.cExtStyle1.SetStyleBackColor(this.splitContainer1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.splitContainer1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitContainer1.TabIndex = 6;
     //
     // CFormEditeParametrageRemplissageTypeActivite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(729, 472);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "CFormEditeParametrageRemplissageTypeActivite";
     this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre);
     this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre);
     this.Text  = "Activity parameters|549";
     this.Load += new System.EventHandler(this.CFormEditeParametrageRemplissageTypeActivite_Load);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.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.c2iTabControl1    = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_chkFiltreDefaut = new System.Windows.Forms.CheckBox();
     this.m_panelFiltre     = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique();
     this.c2iTabControl2    = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage2          = new Crownwood.Magic.Controls.TabPage();
     this.panel2            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.m_txtFormuleContexteUtilisation = new sc2i.win32.expression.CControleEditeFormule();
     this.label1            = new System.Windows.Forms.Label();
     this.m_txtFormuleTitre = new sc2i.win32.expression.CControleEditeFormule();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.m_wndAideFormule  = new sc2i.win32.expression.CControlAideFormule();
     this.tabPage1          = new Crownwood.Magic.Controls.TabPage();
     this.m_tmp             = new sc2i.win32.common.C2iPanel(this.components);
     this.m_ExtStyle        = new sc2i.win32.common.CExtStyle();
     this.c2iTabControl2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // c2iTabControl1
     //
     this.c2iTabControl1.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.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.ForeColor           = System.Drawing.Color.Black;
     this.c2iTabControl1.IDEPixelArea        = false;
     this.c2iTabControl1.Location            = new System.Drawing.Point(0, 32);
     this.c2iTabControl1.Name        = "c2iTabControl1";
     this.c2iTabControl1.Ombre       = true;
     this.c2iTabControl1.PositionTop = true;
     this.c2iTabControl1.Size        = new System.Drawing.Size(712, 328);
     this.m_ExtStyle.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iTabControl1.TabIndex  = 2;
     this.c2iTabControl1.TextColor = System.Drawing.Color.Black;
     //
     // m_chkFiltreDefaut
     //
     this.m_chkFiltreDefaut.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkFiltreDefaut.BackColor = System.Drawing.Color.White;
     this.m_chkFiltreDefaut.Location  = new System.Drawing.Point(8, 272);
     this.m_chkFiltreDefaut.Name      = "m_chkFiltreDefaut";
     this.m_chkFiltreDefaut.Size      = new System.Drawing.Size(184, 16);
     this.m_ExtStyle.SetStyleBackColor(this.m_chkFiltreDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_chkFiltreDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkFiltreDefaut.TabIndex = 5;
     this.m_chkFiltreDefaut.Text     = "Apply default filter|30252";
     this.m_chkFiltreDefaut.UseVisualStyleBackColor = false;
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.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_panelFiltre.BackColor = System.Drawing.Color.White;
     this.m_panelFiltre.DefinitionRacineDeChampsFiltres = null;
     this.m_panelFiltre.FiltreDynamique = null;
     this.m_panelFiltre.Location        = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.LockEdition     = false;
     this.m_panelFiltre.ModeSansType    = false;
     this.m_panelFiltre.Name            = "m_panelFiltre";
     this.m_panelFiltre.Size            = new System.Drawing.Size(592, 296);
     this.m_ExtStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFiltre.TabIndex              = 3;
     this.m_panelFiltre.OnChangeTypeElements += new sc2i.win32.data.dynamic.ChangeTypeElementsEventHandler(this.m_panelFiltre_OnChangeTypeElements);
     //
     // c2iTabControl2
     //
     this.c2iTabControl2.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.c2iTabControl2.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iTabControl2.BoldSelectedPage    = true;
     this.c2iTabControl2.ControlBottomOffset = 16;
     this.c2iTabControl2.ControlRightOffset  = 16;
     this.c2iTabControl2.ForeColor           = System.Drawing.Color.Black;
     this.c2iTabControl2.IDEPixelArea        = false;
     this.c2iTabControl2.Location            = new System.Drawing.Point(8, 8);
     this.c2iTabControl2.Name          = "c2iTabControl2";
     this.c2iTabControl2.Ombre         = true;
     this.c2iTabControl2.PositionTop   = true;
     this.c2iTabControl2.SelectedIndex = 0;
     this.c2iTabControl2.SelectedTab   = this.tabPage1;
     this.c2iTabControl2.Size          = new System.Drawing.Size(608, 336);
     this.m_ExtStyle.SetStyleBackColor(this.c2iTabControl2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.c2iTabControl2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iTabControl2.TabIndex = 4004;
     this.c2iTabControl2.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2
     });
     this.c2iTabControl2.TextColor = System.Drawing.Color.Black;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.panel2);
     this.tabPage2.Controls.Add(this.splitter1);
     this.tabPage2.Controls.Add(this.m_wndAideFormule);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(592, 295);
     this.m_ExtStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "Options|56";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.m_txtFormuleContexteUtilisation);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_txtFormuleTitre);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(397, 295);
     this.m_ExtStyle.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel2.TabIndex = 0;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(152, 16);
     this.m_ExtStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Using context|1056";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // m_txtFormuleContexteUtilisation
     //
     this.m_txtFormuleContexteUtilisation.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_txtFormuleContexteUtilisation.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleContexteUtilisation.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleContexteUtilisation.Formule     = null;
     this.m_txtFormuleContexteUtilisation.Location    = new System.Drawing.Point(6, 136);
     this.m_txtFormuleContexteUtilisation.LockEdition = false;
     this.m_txtFormuleContexteUtilisation.Name        = "m_txtFormuleContexteUtilisation";
     this.m_txtFormuleContexteUtilisation.Size        = new System.Drawing.Size(384, 152);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtFormuleContexteUtilisation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtFormuleContexteUtilisation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleContexteUtilisation.TabIndex = 12;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(224, 16);
     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 = 11;
     this.label1.Text     = "Window title|1055";
     //
     // m_txtFormuleTitre
     //
     this.m_txtFormuleTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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, 24);
     this.m_txtFormuleTitre.LockEdition = false;
     this.m_txtFormuleTitre.Name        = "m_txtFormuleTitre";
     this.m_txtFormuleTitre.Size        = new System.Drawing.Size(384, 88);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtFormuleTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtFormuleTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleTitre.TabIndex = 10;
     this.m_txtFormuleTitre.Enter   += new System.EventHandler(this.m_txtFormuleTitre_Enter);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(397, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 295);
     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 = 6;
     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(400, 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, 295);
     this.m_ExtStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 5;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_chkFiltreDefaut);
     this.tabPage1.Controls.Add(this.m_panelFiltre);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(592, 295);
     this.m_ExtStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Filter|581";
     //
     // m_tmp
     //
     this.m_tmp.Location    = new System.Drawing.Point(144, 64);
     this.m_tmp.LockEdition = false;
     this.m_tmp.Name        = "m_tmp";
     this.m_tmp.Size        = new System.Drawing.Size(80, 32);
     this.m_ExtStyle.SetStyleBackColor(this.m_tmp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_tmp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_tmp.TabIndex = 0;
     //
     // CFormEditActionVisualiserListeObjetsDonnee
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(616, 390);
     this.Controls.Add(this.c2iTabControl2);
     this.Name = "CFormEditActionVisualiserListeObjetsDonnee";
     this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Displaying a list of objects|1054";
     this.Load += new System.EventHandler(this.CFormEditActionVisualiserListeObjetsDonnee_Load);
     this.Controls.SetChildIndex(this.c2iTabControl2, 0);
     this.c2iTabControl2.ResumeLayout(false);
     this.c2iTabControl2.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }