Exemple #1
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.m_tooltip  = new sc2i.win32.common.CToolTipTraductible(this.components);
     //
     // CPanelShowFormulaire
     //
     this.Name = "CPanelShowFormulaire";
     this.Size = new System.Drawing.Size(424, 176);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditComposantFiltreRechercheAvancee));
     this.label1                  = new System.Windows.Forms.Label();
     this.m_boutonDropList        = new System.Windows.Forms.Button();
     this.m_labelChamp            = new System.Windows.Forms.Label();
     this.m_panelComboChamp       = new System.Windows.Forms.Panel();
     this.m_wndAide               = new sc2i.win32.expression.CControlAideFormule();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.m_panelValeurAttendue   = new System.Windows.Forms.Panel();
     this.m_panelValeurFormule    = new System.Windows.Forms.Panel();
     this.m_txtFormule            = new sc2i.win32.expression.CControleEditeFormule();
     this.label4                  = new System.Windows.Forms.Label();
     this.m_txtCondition          = new sc2i.win32.expression.CControleEditeFormule();
     this.m_btnAnnuler            = new System.Windows.Forms.Button();
     this.m_btnOk                 = new System.Windows.Forms.Button();
     this.m_btnCreerVariable      = new System.Windows.Forms.LinkLabel();
     this.label3                  = new System.Windows.Forms.Label();
     this.splitter1               = new System.Windows.Forms.Splitter();
     this.m_menuNewVariable       = new System.Windows.Forms.ContextMenu();
     this.m_menuVariableSaisie    = new System.Windows.Forms.MenuItem();
     this.m_menuVariableCalculée  = new System.Windows.Forms.MenuItem();
     this.m_menuVariableSelection = new System.Windows.Forms.MenuItem();
     this.m_tooltip               = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.m_panelComboChamp.SuspendLayout();
     this.panel1.SuspendLayout();
     this.m_panelValeurAttendue.SuspendLayout();
     this.m_panelValeurFormule.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Test field|112";
     //
     // m_boutonDropList
     //
     this.m_boutonDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image")));
     this.m_boutonDropList.Location  = new System.Drawing.Point(300, 0);
     this.m_boutonDropList.Name      = "m_boutonDropList";
     this.m_boutonDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_boutonDropList.TabIndex  = 3;
     this.m_boutonDropList.TabStop   = false;
     this.m_boutonDropList.UseVisualStyleBackColor = false;
     this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_labelChamp
     //
     this.m_labelChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChamp.BackColor = System.Drawing.Color.White;
     this.m_labelChamp.Location  = new System.Drawing.Point(0, 0);
     this.m_labelChamp.Name      = "m_labelChamp";
     this.m_labelChamp.Size      = new System.Drawing.Size(300, 17);
     this.m_labelChamp.TabIndex  = 2;
     this.m_labelChamp.Text      = "Label|50";
     this.m_labelChamp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChamp, "Indiquez ici le champ à tester|161");
     this.m_labelChamp.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_panelComboChamp
     //
     this.m_panelComboChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChamp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChamp.Controls.Add(this.m_labelChamp);
     this.m_panelComboChamp.Controls.Add(this.m_boutonDropList);
     this.m_panelComboChamp.Location = new System.Drawing.Point(88, 8);
     this.m_panelComboChamp.Name     = "m_panelComboChamp";
     this.m_panelComboChamp.Size     = new System.Drawing.Size(320, 21);
     this.m_panelComboChamp.TabIndex = 4;
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_wndAide.Location        = new System.Drawing.Point(416, 0);
     this.m_wndAide.Name            = "m_wndAide";
     this.m_wndAide.SendIdChamps    = false;
     this.m_wndAide.Size            = new System.Drawing.Size(232, 326);
     this.m_wndAide.TabIndex        = 7;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.m_panelValeurAttendue);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_txtCondition);
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Controls.Add(this.m_btnCreerVariable);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.m_panelComboChamp);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(416, 326);
     this.panel1.TabIndex = 8;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // m_panelValeurAttendue
     //
     this.m_panelValeurAttendue.Controls.Add(this.m_panelValeurFormule);
     this.m_panelValeurAttendue.Location = new System.Drawing.Point(8, 64);
     this.m_panelValeurAttendue.Name     = "m_panelValeurAttendue";
     this.m_panelValeurAttendue.Size     = new System.Drawing.Size(392, 128);
     this.m_panelValeurAttendue.TabIndex = 15;
     //
     // m_panelValeurFormule
     //
     this.m_panelValeurFormule.Controls.Add(this.m_txtFormule);
     this.m_panelValeurFormule.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelValeurFormule.Location = new System.Drawing.Point(0, 0);
     this.m_panelValeurFormule.Name     = "m_panelValeurFormule";
     this.m_panelValeurFormule.Size     = new System.Drawing.Size(392, 128);
     this.m_panelValeurFormule.TabIndex = 1;
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(0, 0);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(392, 128);
     this.m_txtFormule.TabIndex    = 8;
     this.m_tooltip.SetToolTip(this.m_txtFormule, "Point here to the formula that return the expected value for the comparison test" +
                               "|159");
     this.m_txtFormule.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(5, 213);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(187, 16);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Enable condition|115";
     //
     // m_txtCondition
     //
     this.m_txtCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCondition.BackColor   = System.Drawing.Color.White;
     this.m_txtCondition.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtCondition.Formule     = null;
     this.m_txtCondition.Location    = new System.Drawing.Point(8, 232);
     this.m_txtCondition.LockEdition = false;
     this.m_txtCondition.Name        = "m_txtCondition";
     this.m_txtCondition.Size        = new System.Drawing.Size(400, 56);
     this.m_txtCondition.TabIndex    = 13;
     this.m_tooltip.SetToolTip(this.m_txtCondition, "This test will be incorporated to the filer only if the evaluation of the condition is equal to 1|160");
     this.m_txtCondition.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor               = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location                = new System.Drawing.Point(220, 296);
     this.m_btnAnnuler.Name                    = "m_btnAnnuler";
     this.m_btnAnnuler.Size                    = new System.Drawing.Size(80, 24);
     this.m_btnAnnuler.TabIndex                = 12;
     this.m_btnAnnuler.Text                    = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(92, 296);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_btnOk.TabIndex  = 11;
     this.m_btnOk.Text      = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnCreerVariable
     //
     this.m_btnCreerVariable.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCreerVariable.Location     = new System.Drawing.Point(247, 40);
     this.m_btnCreerVariable.Name         = "m_btnCreerVariable";
     this.m_btnCreerVariable.Size         = new System.Drawing.Size(161, 16);
     this.m_btnCreerVariable.TabIndex     = 10;
     this.m_btnCreerVariable.TabStop      = true;
     this.m_btnCreerVariable.Text         = "Create a new variable|114";
     this.m_btnCreerVariable.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnCreerVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_btnCreerVariable_LinkClicked);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(184, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Advanced research|113";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(413, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 326);
     this.splitter1.TabIndex = 7;
     this.splitter1.TabStop  = false;
     //
     // m_menuNewVariable
     //
     this.m_menuNewVariable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuVariableSaisie,
         this.m_menuVariableCalculée,
         this.m_menuVariableSelection
     });
     //
     // m_menuVariableSaisie
     //
     this.m_menuVariableSaisie.Index  = 0;
     this.m_menuVariableSaisie.Text   = "Entered|30010";
     this.m_menuVariableSaisie.Click += new System.EventHandler(this.m_menuVariableSaisie_Click);
     //
     // m_menuVariableCalculée
     //
     this.m_menuVariableCalculée.Index  = 1;
     this.m_menuVariableCalculée.Text   = "Computed|30011";
     this.m_menuVariableCalculée.Click += new System.EventHandler(this.m_menuVariableCalculée_Click);
     //
     // m_menuVariableSelection
     //
     this.m_menuVariableSelection.Index  = 2;
     this.m_menuVariableSelection.Text   = "Selection|30012";
     this.m_menuVariableSelection.Click += new System.EventHandler(this.m_menuVariableSelection_Click);
     //
     // CFormEditComposantFiltreRechercheAvancee
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(648, 326);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_wndAide);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditComposantFiltreRechercheAvancee";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Advanced Search|111";
     this.Load         += new System.EventHandler(this.CFormEditComposantFiltreRechercheAvancee_Load);
     this.m_panelComboChamp.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.m_panelValeurAttendue.ResumeLayout(false);
     this.m_panelValeurFormule.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.c2iPanelOmbre3       = new sc2i.win32.common.C2iPanelOmbre();
     this.m_chkSuiviDates      = new System.Windows.Forms.CheckBox();
     this.label4               = new System.Windows.Forms.Label();
     this.m_ToolTipTraductible = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.c2iPanelOmbre3.SuspendLayout();
     this.SuspendLayout();
     //
     // c2iPanelOmbre3
     //
     this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.c2iPanelOmbre3.Controls.Add(this.m_chkSuiviDates);
     this.c2iPanelOmbre3.Controls.Add(this.label4);
     this.c2iPanelOmbre3.Location    = new System.Drawing.Point(8, 304);
     this.c2iPanelOmbre3.LockEdition = false;
     this.c2iPanelOmbre3.Name        = "c2iPanelOmbre3";
     this.c2iPanelOmbre3.Size        = new System.Drawing.Size(184, 88);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre3.TabIndex = 11;
     //
     // m_chkSuiviDates
     //
     this.m_chkSuiviDates.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_chkSuiviDates.ForeColor = System.Drawing.Color.Maroon;
     this.m_chkSuiviDates.Location  = new System.Drawing.Point(16, 32);
     this.m_chkSuiviDates.Name      = "m_chkSuiviDates";
     this.m_chkSuiviDates.Size      = new System.Drawing.Size(104, 24);
     this.m_extStyle.SetStyleBackColor(this.m_chkSuiviDates, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkSuiviDates, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkSuiviDates.TabIndex = 5;
     this.m_chkSuiviDates.Text     = "Date reporting|30174";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Miscellaneous|30175";
     //
     // CFormAccueilVide
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(692, 474);
     this.Name = "CFormAccueilVide";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text       = "CFormAccueilVide";
     this.Load      += new System.EventHandler(this.CFormAccueil_Load);
     this.Activated += new System.EventHandler(this.CFormAccueil_Activated);
     this.Enter     += new System.EventHandler(this.CFormAccueil_Enter);
     this.c2iPanelOmbre3.ResumeLayout(false);
     this.c2iPanelOmbre3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditComposantFiltreTestNull));
     this.label1                  = new System.Windows.Forms.Label();
     this.m_boutonDropList        = new System.Windows.Forms.Button();
     this.m_labelChamp            = new System.Windows.Forms.Label();
     this.m_panelComboChamp       = new System.Windows.Forms.Panel();
     this.m_wndAide               = new sc2i.win32.expression.CControlAideFormule();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.panel2                  = new System.Windows.Forms.Panel();
     this.m_btnEstNonNull         = new System.Windows.Forms.RadioButton();
     this.m_btnEstNull            = new System.Windows.Forms.RadioButton();
     this.label2                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.m_txtCondition          = new sc2i.win32.expression.CControleEditeFormule();
     this.m_btnAnnuler            = new System.Windows.Forms.Button();
     this.m_btnOk                 = new System.Windows.Forms.Button();
     this.splitter1               = new System.Windows.Forms.Splitter();
     this.m_menuNewVariable       = new System.Windows.Forms.ContextMenu();
     this.m_menuVariableSaisie    = new System.Windows.Forms.MenuItem();
     this.m_menuVariableCalculée  = new System.Windows.Forms.MenuItem();
     this.m_menuVariableSelection = new System.Windows.Forms.MenuItem();
     this.m_tooltip               = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.m_panelComboChamp.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(90, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Tested field|112";
     //
     // m_boutonDropList
     //
     this.m_boutonDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image")));
     this.m_boutonDropList.Location  = new System.Drawing.Point(403, 0);
     this.m_boutonDropList.Name      = "m_boutonDropList";
     this.m_boutonDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_boutonDropList.TabIndex  = 3;
     this.m_boutonDropList.TabStop   = false;
     this.m_boutonDropList.UseVisualStyleBackColor = false;
     this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_labelChamp
     //
     this.m_labelChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChamp.BackColor = System.Drawing.Color.White;
     this.m_labelChamp.Location  = new System.Drawing.Point(0, 0);
     this.m_labelChamp.Name      = "m_labelChamp";
     this.m_labelChamp.Size      = new System.Drawing.Size(403, 17);
     this.m_labelChamp.TabIndex  = 2;
     this.m_labelChamp.Text      = "label1";
     this.m_labelChamp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChamp, "Enter the field to test|161");
     this.m_labelChamp.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_panelComboChamp
     //
     this.m_panelComboChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChamp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChamp.Controls.Add(this.m_labelChamp);
     this.m_panelComboChamp.Controls.Add(this.m_boutonDropList);
     this.m_panelComboChamp.Location = new System.Drawing.Point(88, 8);
     this.m_panelComboChamp.Name     = "m_panelComboChamp";
     this.m_panelComboChamp.Size     = new System.Drawing.Size(423, 21);
     this.m_panelComboChamp.TabIndex = 4;
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_wndAide.Location        = new System.Drawing.Point(519, 0);
     this.m_wndAide.Name            = "m_wndAide";
     this.m_wndAide.SendIdChamps    = false;
     this.m_wndAide.Size            = new System.Drawing.Size(201, 253);
     this.m_wndAide.TabIndex        = 7;
     this.m_wndAide.ObjetInterroge  = null;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_txtCondition);
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.m_panelComboChamp);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(519, 253);
     this.panel1.TabIndex = 8;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_btnEstNonNull);
     this.panel2.Controls.Add(this.m_btnEstNull);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Location = new System.Drawing.Point(8, 40);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(472, 32);
     this.panel2.TabIndex = 15;
     //
     // m_btnEstNonNull
     //
     this.m_btnEstNonNull.Location = new System.Drawing.Point(248, 5);
     this.m_btnEstNonNull.Name     = "m_btnEstNonNull";
     this.m_btnEstNonNull.Size     = new System.Drawing.Size(104, 24);
     this.m_btnEstNonNull.TabIndex = 2;
     this.m_btnEstNonNull.Text     = "Is not null|127";
     //
     // m_btnEstNull
     //
     this.m_btnEstNull.Location = new System.Drawing.Point(133, 5);
     this.m_btnEstNull.Name     = "m_btnEstNull";
     this.m_btnEstNull.Size     = new System.Drawing.Size(83, 24);
     this.m_btnEstNull.TabIndex = 1;
     this.m_btnEstNull.Text     = "Is null|126";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(1, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(101, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Test type|125";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 75);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(177, 20);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Enable condition|115";
     //
     // m_txtCondition
     //
     this.m_txtCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCondition.BackColor   = System.Drawing.Color.White;
     this.m_txtCondition.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtCondition.Formule     = null;
     this.m_txtCondition.Location    = new System.Drawing.Point(8, 95);
     this.m_txtCondition.LockEdition = false;
     this.m_txtCondition.Name        = "m_txtCondition";
     this.m_txtCondition.Size        = new System.Drawing.Size(503, 120);
     this.m_txtCondition.TabIndex    = 13;
     this.m_tooltip.SetToolTip(this.m_txtCondition, "This test would be applied to the filter only if the value \n is equal to 1 |160");
     this.m_txtCondition.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor               = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location                = new System.Drawing.Point(271, 223);
     this.m_btnAnnuler.Name                    = "m_btnAnnuler";
     this.m_btnAnnuler.Size                    = new System.Drawing.Size(80, 24);
     this.m_btnAnnuler.TabIndex                = 12;
     this.m_btnAnnuler.Text                    = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(143, 223);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_btnOk.TabIndex  = 11;
     this.m_btnOk.Text      = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(516, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 253);
     this.splitter1.TabIndex = 7;
     this.splitter1.TabStop  = false;
     //
     // m_menuNewVariable
     //
     this.m_menuNewVariable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuVariableSaisie,
         this.m_menuVariableCalculée,
         this.m_menuVariableSelection
     });
     //
     // m_menuVariableSaisie
     //
     this.m_menuVariableSaisie.Index  = 0;
     this.m_menuVariableSaisie.Text   = "Entered|30010";
     this.m_menuVariableSaisie.Click += new System.EventHandler(this.m_menuVariableSaisie_Click);
     //
     // m_menuVariableCalculée
     //
     this.m_menuVariableCalculée.Index  = 1;
     this.m_menuVariableCalculée.Text   = "Computed|30011";
     this.m_menuVariableCalculée.Click += new System.EventHandler(this.m_menuVariableCalculée_Click);
     //
     // m_menuVariableSelection
     //
     this.m_menuVariableSelection.Index  = 2;
     this.m_menuVariableSelection.Text   = "Selection|30012";
     this.m_menuVariableSelection.Click += new System.EventHandler(this.m_menuVariableSelection_Click);
     //
     // CFormEditComposantFiltreTestNull
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(720, 253);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_wndAide);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditComposantFiltreTestNull";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Nullity test|123";
     this.Load         += new System.EventHandler(this.CFormEditComposantFiltreTestNull_Load);
     this.m_panelComboChamp.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                   = new System.ComponentModel.Container();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.c2iPanelOmbre5               = new sc2i.win32.common.C2iPanelOmbre();
     this.pictureBox2                  = new System.Windows.Forms.PictureBox();
     this.m_lnkUtilisateurs            = new System.Windows.Forms.LinkLabel();
     this.m_lnkRestrictions            = new System.Windows.Forms.LinkLabel();
     this.label6                       = new System.Windows.Forms.Label();
     this.m_lnkFiltres                 = new System.Windows.Forms.LinkLabel();
     this.c2iPanelOmbre3               = new sc2i.win32.common.C2iPanelOmbre();
     this.m_chkSuiviDates              = new System.Windows.Forms.CheckBox();
     this.label4                       = new System.Windows.Forms.Label();
     this.c2iPanelOmbre4               = new sc2i.win32.common.C2iPanelOmbre();
     this.m_lnkEnseignes               = new System.Windows.Forms.LinkLabel();
     this.label5                       = new System.Windows.Forms.Label();
     this.linkLabel3                   = new System.Windows.Forms.LinkLabel();
     this.label1                       = new System.Windows.Forms.Label();
     this.c2iPanelOmbre2               = new sc2i.win32.common.C2iPanelOmbre();
     this.label3                       = new System.Windows.Forms.Label();
     this.linkLabel1                   = new System.Windows.Forms.LinkLabel();
     this.linkLabel2                   = new System.Windows.Forms.LinkLabel();
     this.m_lnkGroupesActeurs          = new System.Windows.Forms.LinkLabel();
     this.m_lnkEntiteOrganisationnelle = new System.Windows.Forms.LinkLabel();
     this.m_lnkTypeEO                  = new System.Windows.Forms.LinkLabel();
     this.m_panelX                     = new sc2i.win32.common.C2iPanelOmbre();
     this.m_lnkInterventions           = new System.Windows.Forms.LinkLabel();
     this.m_lnkFamilles                = new System.Windows.Forms.LinkLabel();
     this.label2                       = new System.Windows.Forms.Label();
     this.c2iPanelOmbre1               = new sc2i.win32.common.C2iPanelOmbre();
     this.m_lnkReceptionsColis         = new System.Windows.Forms.LinkLabel();
     this.label7                       = new System.Windows.Forms.Label();
     this.m_ToolTipTraductible1        = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.c2iPanelOmbre6               = new sc2i.win32.common.C2iPanelOmbre();
     this.linkLabel4                   = new System.Windows.Forms.LinkLabel();
     this.label8                       = new System.Windows.Forms.Label();
     this.linkLabel5                   = new System.Windows.Forms.LinkLabel();
     this.panel1.SuspendLayout();
     this.c2iPanelOmbre5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.c2iPanelOmbre3.SuspendLayout();
     this.c2iPanelOmbre4.SuspendLayout();
     this.c2iPanelOmbre2.SuspendLayout();
     this.m_panelX.SuspendLayout();
     this.c2iPanelOmbre1.SuspendLayout();
     this.c2iPanelOmbre6.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.c2iPanelOmbre5);
     this.panel1.Location = new System.Drawing.Point(614, 415);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(200, 176);
     this.m_extStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 8;
     //
     // c2iPanelOmbre5
     //
     this.c2iPanelOmbre5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.c2iPanelOmbre5.Controls.Add(this.pictureBox2);
     this.c2iPanelOmbre5.Controls.Add(this.m_lnkUtilisateurs);
     this.c2iPanelOmbre5.Controls.Add(this.m_lnkRestrictions);
     this.c2iPanelOmbre5.Controls.Add(this.label6);
     this.c2iPanelOmbre5.Controls.Add(this.m_lnkFiltres);
     this.c2iPanelOmbre5.Location    = new System.Drawing.Point(8, 48);
     this.c2iPanelOmbre5.LockEdition = false;
     this.c2iPanelOmbre5.Name        = "c2iPanelOmbre5";
     this.c2iPanelOmbre5.Size        = new System.Drawing.Size(184, 120);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre5.TabIndex = 7;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Black;
     this.pictureBox2.Location  = new System.Drawing.Point(8, 56);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(152, 1);
     this.m_extStyle.SetStyleBackColor(this.pictureBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.pictureBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.pictureBox2.TabIndex = 8;
     this.pictureBox2.TabStop  = false;
     //
     // m_lnkUtilisateurs
     //
     this.m_lnkUtilisateurs.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_lnkUtilisateurs.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkUtilisateurs.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkUtilisateurs.Location          = new System.Drawing.Point(8, 64);
     this.m_lnkUtilisateurs.Name = "m_lnkUtilisateurs";
     this.m_lnkUtilisateurs.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkUtilisateurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkUtilisateurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkUtilisateurs.TabIndex     = 7;
     this.m_lnkUtilisateurs.TabStop      = true;
     this.m_lnkUtilisateurs.Text         = "Users|30171";
     this.m_lnkUtilisateurs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkUtilisateurs_LinkClicked);
     //
     // m_lnkRestrictions
     //
     this.m_lnkRestrictions.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_lnkRestrictions.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkRestrictions.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkRestrictions.Location          = new System.Drawing.Point(8, 80);
     this.m_lnkRestrictions.Name = "m_lnkRestrictions";
     this.m_lnkRestrictions.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkRestrictions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkRestrictions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkRestrictions.TabIndex     = 6;
     this.m_lnkRestrictions.TabStop      = true;
     this.m_lnkRestrictions.Text         = "User groups|30172";
     this.m_lnkRestrictions.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkRestrictions_LinkClicked);
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 8);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(112, 23);
     this.m_extStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 4;
     this.label6.Text     = "Administration|715";
     //
     // m_lnkFiltres
     //
     this.m_lnkFiltres.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_lnkFiltres.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkFiltres.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkFiltres.Location          = new System.Drawing.Point(8, 32);
     this.m_lnkFiltres.Name = "m_lnkFiltres";
     this.m_lnkFiltres.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkFiltres, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkFiltres, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkFiltres.TabIndex     = 5;
     this.m_lnkFiltres.TabStop      = true;
     this.m_lnkFiltres.Text         = "Filters|30170";
     this.m_lnkFiltres.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkFiltres_LinkClicked);
     //
     // c2iPanelOmbre3
     //
     this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.c2iPanelOmbre3.Controls.Add(this.m_chkSuiviDates);
     this.c2iPanelOmbre3.Controls.Add(this.label4);
     this.c2iPanelOmbre3.Location    = new System.Drawing.Point(8, 304);
     this.c2iPanelOmbre3.LockEdition = false;
     this.c2iPanelOmbre3.Name        = "c2iPanelOmbre3";
     this.c2iPanelOmbre3.Size        = new System.Drawing.Size(184, 88);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre3.TabIndex = 11;
     //
     // m_chkSuiviDates
     //
     this.m_chkSuiviDates.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_chkSuiviDates.ForeColor = System.Drawing.Color.Maroon;
     this.m_chkSuiviDates.Location  = new System.Drawing.Point(16, 32);
     this.m_chkSuiviDates.Name      = "m_chkSuiviDates";
     this.m_chkSuiviDates.Size      = new System.Drawing.Size(104, 24);
     this.m_extStyle.SetStyleBackColor(this.m_chkSuiviDates, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkSuiviDates, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkSuiviDates.TabIndex = 5;
     this.m_chkSuiviDates.Text     = "Suivi des dates";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Divers";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.c2iPanelOmbre4.Controls.Add(this.m_lnkEnseignes);
     this.c2iPanelOmbre4.Controls.Add(this.label5);
     this.c2iPanelOmbre4.Controls.Add(this.linkLabel3);
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(395, 146);
     this.c2iPanelOmbre4.LockEdition = false;
     this.c2iPanelOmbre4.Name        = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size        = new System.Drawing.Size(184, 116);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre4.TabIndex = 9;
     //
     // m_lnkEnseignes
     //
     this.m_lnkEnseignes.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_lnkEnseignes.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkEnseignes.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkEnseignes.Location          = new System.Drawing.Point(8, 32);
     this.m_lnkEnseignes.Name = "m_lnkEnseignes";
     this.m_lnkEnseignes.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkEnseignes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkEnseignes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkEnseignes.TabIndex     = 6;
     this.m_lnkEnseignes.TabStop      = true;
     this.m_lnkEnseignes.Text         = "Nameplates|30169";
     this.m_lnkEnseignes.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkEnseignes_LinkClicked);
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(8, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 23);
     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 = 4;
     this.label5.Text     = "Shops|30168";
     //
     // linkLabel3
     //
     this.linkLabel3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.linkLabel3.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkLabel3.LinkColor         = System.Drawing.Color.Black;
     this.linkLabel3.Location          = new System.Drawing.Point(8, 48);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.linkLabel3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.linkLabel3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.linkLabel3.TabIndex = 0;
     this.linkLabel3.TabStop  = true;
     this.linkLabel3.Text     = "Shops|30168";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(15, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(301, 48);
     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     = "Test page|30163";
     //
     // c2iPanelOmbre2
     //
     this.c2iPanelOmbre2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre2.Controls.Add(this.label3);
     this.c2iPanelOmbre2.Controls.Add(this.linkLabel1);
     this.c2iPanelOmbre2.Controls.Add(this.linkLabel2);
     this.c2iPanelOmbre2.Controls.Add(this.m_lnkGroupesActeurs);
     this.c2iPanelOmbre2.Controls.Add(this.m_lnkEntiteOrganisationnelle);
     this.c2iPanelOmbre2.Controls.Add(this.m_lnkTypeEO);
     this.c2iPanelOmbre2.Location    = new System.Drawing.Point(16, 99);
     this.c2iPanelOmbre2.LockEdition = false;
     this.c2iPanelOmbre2.Name        = "c2iPanelOmbre2";
     this.c2iPanelOmbre2.Size        = new System.Drawing.Size(184, 182);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre2.TabIndex = 10;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Beige;
     this.label3.Location  = new System.Drawing.Point(8, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(160, 23);
     this.m_extStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTitrePanel);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Tests|30164";
     //
     // linkLabel1
     //
     this.linkLabel1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.linkLabel1.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkLabel1.ForeColor         = System.Drawing.Color.Black;
     this.linkLabel1.LinkColor         = System.Drawing.Color.Black;
     this.linkLabel1.Location          = new System.Drawing.Point(8, 31);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.linkLabel1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.linkLabel1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.linkLabel1.TabIndex = 7;
     this.linkLabel1.TabStop  = true;
     this.linkLabel1.Text     = "Members|736";
     this.m_ToolTipTraductible1.SetToolTip(this.linkLabel1, "Gestion des acteurs|300");
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.linkLabel2.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkLabel2.ForeColor         = System.Drawing.Color.Black;
     this.linkLabel2.LinkColor         = System.Drawing.Color.Black;
     this.linkLabel2.Location          = new System.Drawing.Point(8, 72);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.linkLabel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.linkLabel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.linkLabel2.TabIndex     = 7;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Text         = "Contracts|640";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // m_lnkGroupesActeurs
     //
     this.m_lnkGroupesActeurs.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_lnkGroupesActeurs.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkGroupesActeurs.ForeColor         = System.Drawing.Color.Black;
     this.m_lnkGroupesActeurs.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkGroupesActeurs.Location          = new System.Drawing.Point(8, 47);
     this.m_lnkGroupesActeurs.Name = "m_lnkGroupesActeurs";
     this.m_lnkGroupesActeurs.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkGroupesActeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_lnkGroupesActeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_lnkGroupesActeurs.TabIndex     = 8;
     this.m_lnkGroupesActeurs.TabStop      = true;
     this.m_lnkGroupesActeurs.Text         = "Members Groups|737";
     this.m_lnkGroupesActeurs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkContacts_LinkClicked);
     //
     // m_lnkEntiteOrganisationnelle
     //
     this.m_lnkEntiteOrganisationnelle.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_lnkEntiteOrganisationnelle.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkEntiteOrganisationnelle.ForeColor         = System.Drawing.Color.Black;
     this.m_lnkEntiteOrganisationnelle.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkEntiteOrganisationnelle.Location          = new System.Drawing.Point(8, 114);
     this.m_lnkEntiteOrganisationnelle.Name = "m_lnkEntiteOrganisationnelle";
     this.m_lnkEntiteOrganisationnelle.Size = new System.Drawing.Size(144, 28);
     this.m_extStyle.SetStyleBackColor(this.m_lnkEntiteOrganisationnelle, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_lnkEntiteOrganisationnelle, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_lnkEntiteOrganisationnelle.TabIndex     = 10;
     this.m_lnkEntiteOrganisationnelle.TabStop      = true;
     this.m_lnkEntiteOrganisationnelle.Text         = "Organisational Entities|132";
     this.m_lnkEntiteOrganisationnelle.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkEntiteOrganisationnelle_LinkClicked);
     //
     // m_lnkTypeEO
     //
     this.m_lnkTypeEO.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_lnkTypeEO.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkTypeEO.ForeColor         = System.Drawing.Color.Black;
     this.m_lnkTypeEO.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkTypeEO.Location          = new System.Drawing.Point(8, 98);
     this.m_lnkTypeEO.Name = "m_lnkTypeEO";
     this.m_lnkTypeEO.Size = new System.Drawing.Size(160, 40);
     this.m_extStyle.SetStyleBackColor(this.m_lnkTypeEO, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_lnkTypeEO, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_lnkTypeEO.TabIndex     = 9;
     this.m_lnkTypeEO.TabStop      = true;
     this.m_lnkTypeEO.Text         = "Organisational Entity Type|131";
     this.m_lnkTypeEO.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkTypeEO_LinkClicked);
     //
     // m_panelX
     //
     this.m_panelX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_panelX.Controls.Add(this.m_lnkInterventions);
     this.m_panelX.Controls.Add(this.m_lnkFamilles);
     this.m_panelX.Controls.Add(this.label2);
     this.m_panelX.Location    = new System.Drawing.Point(208, 99);
     this.m_panelX.LockEdition = false;
     this.m_panelX.Name        = "m_panelX";
     this.m_panelX.Size        = new System.Drawing.Size(184, 88);
     this.m_extStyle.SetStyleBackColor(this.m_panelX, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelX, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelX.TabIndex = 10;
     //
     // m_lnkInterventions
     //
     this.m_lnkInterventions.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_lnkInterventions.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkInterventions.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkInterventions.Location          = new System.Drawing.Point(8, 48);
     this.m_lnkInterventions.Name = "m_lnkInterventions";
     this.m_lnkInterventions.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkInterventions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkInterventions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkInterventions.TabIndex     = 7;
     this.m_lnkInterventions.TabStop      = true;
     this.m_lnkInterventions.Text         = "Tasks|938";
     this.m_lnkInterventions.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkInterventions_LinkClicked);
     //
     // m_lnkFamilles
     //
     this.m_lnkFamilles.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(212)))), ((int)(((byte)(89)))));
     this.m_lnkFamilles.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkFamilles.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkFamilles.Location          = new System.Drawing.Point(8, 32);
     this.m_lnkFamilles.Name = "m_lnkFamilles";
     this.m_lnkFamilles.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkFamilles, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkFamilles, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkFamilles.TabIndex     = 6;
     this.m_lnkFamilles.TabStop      = true;
     this.m_lnkFamilles.Text         = "Test|30113";
     this.m_lnkFamilles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkFamilles_LinkClicked);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(8, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 23);
     this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Tasks|930";
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_lnkReceptionsColis);
     this.c2iPanelOmbre1.Controls.Add(this.label7);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(208, 193);
     this.c2iPanelOmbre1.LockEdition = false;
     this.c2iPanelOmbre1.Name        = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size        = new System.Drawing.Size(184, 88);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre1.TabIndex = 11;
     //
     // m_lnkReceptionsColis
     //
     this.m_lnkReceptionsColis.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.m_lnkReceptionsColis.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.m_lnkReceptionsColis.LinkColor         = System.Drawing.Color.Black;
     this.m_lnkReceptionsColis.Location          = new System.Drawing.Point(8, 32);
     this.m_lnkReceptionsColis.Name = "m_lnkReceptionsColis";
     this.m_lnkReceptionsColis.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkReceptionsColis, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkReceptionsColis, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkReceptionsColis.TabIndex     = 6;
     this.m_lnkReceptionsColis.TabStop      = true;
     this.m_lnkReceptionsColis.Text         = "Parcel receptions|30166";
     this.m_lnkReceptionsColis.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkReceptionsColis_LinkClicked);
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(8, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 23);
     this.m_extStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 4;
     this.label7.Text     = "Receptions|30165";
     //
     // c2iPanelOmbre6
     //
     this.c2iPanelOmbre6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre6.Controls.Add(this.linkLabel4);
     this.c2iPanelOmbre6.Controls.Add(this.label8);
     this.c2iPanelOmbre6.Controls.Add(this.linkLabel5);
     this.c2iPanelOmbre6.ForeColor   = System.Drawing.Color.Black;
     this.c2iPanelOmbre6.Location    = new System.Drawing.Point(398, 58);
     this.c2iPanelOmbre6.LockEdition = false;
     this.c2iPanelOmbre6.Name        = "c2iPanelOmbre6";
     this.c2iPanelOmbre6.Size        = new System.Drawing.Size(184, 88);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre6, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre6, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre6.TabIndex = 11;
     //
     // linkLabel4
     //
     this.linkLabel4.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkLabel4.LinkColor         = System.Drawing.Color.Black;
     this.linkLabel4.Location          = new System.Drawing.Point(8, 32);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.linkLabel4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.linkLabel4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.linkLabel4.TabIndex     = 6;
     this.linkLabel4.TabStop      = true;
     this.linkLabel4.Text         = "New Ticket|10028";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location  = new System.Drawing.Point(8, 8);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(100, 23);
     this.m_extStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 4;
     this.label8.Text     = "Tickets|30167";
     //
     // linkLabel5
     //
     this.linkLabel5.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkLabel5.LinkColor         = System.Drawing.Color.Black;
     this.linkLabel5.Location          = new System.Drawing.Point(8, 48);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(144, 16);
     this.m_extStyle.SetStyleBackColor(this.linkLabel5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.linkLabel5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.linkLabel5.TabIndex     = 6;
     this.linkLabel5.TabStop      = true;
     this.linkLabel5.Text         = "Ticket List|730";
     this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
     //
     // CFormAccueil
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(826, 603);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.c2iPanelOmbre2);
     this.Controls.Add(this.m_panelX);
     this.Controls.Add(this.c2iPanelOmbre6);
     this.Controls.Add(this.c2iPanelOmbre1);
     this.Name = "CFormAccueil";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text       = "CFormAccueil";
     this.Enter     += new System.EventHandler(this.CFormAccueil_Enter);
     this.Activated += new System.EventHandler(this.CFormAccueil_Activated);
     this.Load      += new System.EventHandler(this.CFormAccueil_Load);
     this.panel1.ResumeLayout(false);
     this.c2iPanelOmbre5.ResumeLayout(false);
     this.c2iPanelOmbre5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.c2iPanelOmbre3.ResumeLayout(false);
     this.c2iPanelOmbre3.PerformLayout();
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.c2iPanelOmbre2.ResumeLayout(false);
     this.c2iPanelOmbre2.PerformLayout();
     this.m_panelX.ResumeLayout(false);
     this.m_panelX.PerformLayout();
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.c2iPanelOmbre6.ResumeLayout(false);
     this.c2iPanelOmbre6.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormPlanifierInterventions));
     this.c2iPanelOmbre3            = new sc2i.win32.common.C2iPanelOmbre();
     this.m_chkSuiviDates           = new System.Windows.Forms.CheckBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.m_ToolTipTraductible1     = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.m_panelTop                = new timos.interventions.CPanelPlanification();
     this.m_panelMenu               = new System.Windows.Forms.Panel();
     this.m_btnEditerObjet          = new System.Windows.Forms.Button();
     this.m_btnValiderModifications = new System.Windows.Forms.Button();
     this.m_btnAnnulerModifications = new System.Windows.Forms.Button();
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.c2iPanelOmbre3.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // c2iPanelOmbre3
     //
     this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.c2iPanelOmbre3.Controls.Add(this.m_chkSuiviDates);
     this.c2iPanelOmbre3.Controls.Add(this.label4);
     this.c2iPanelOmbre3.Location    = new System.Drawing.Point(8, 304);
     this.c2iPanelOmbre3.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.c2iPanelOmbre3.Name = "c2iPanelOmbre3";
     this.c2iPanelOmbre3.Size = new System.Drawing.Size(184, 88);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre3.TabIndex = 11;
     //
     // m_chkSuiviDates
     //
     this.m_chkSuiviDates.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_chkSuiviDates.ForeColor = System.Drawing.Color.Maroon;
     this.m_chkSuiviDates.Location  = new System.Drawing.Point(16, 32);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_chkSuiviDates, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_chkSuiviDates.Name = "m_chkSuiviDates";
     this.m_chkSuiviDates.Size = new System.Drawing.Size(104, 24);
     this.m_extStyle.SetStyleBackColor(this.m_chkSuiviDates, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkSuiviDates, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkSuiviDates.TabIndex = 5;
     this.m_chkSuiviDates.Text     = "Suivi des dates";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 23);
     this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Divers";
     //
     // m_panelTop
     //
     this.m_panelTop.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_panelTop.Location    = new System.Drawing.Point(0, 28);
     this.m_panelTop.LockEdition = true;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelTop, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_panelTop.Name = "m_panelTop";
     this.m_panelTop.Size = new System.Drawing.Size(724, 272);
     this.m_extStyle.SetStyleBackColor(this.m_panelTop, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelTop, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelTop.TabIndex = 0;
     //
     // m_panelMenu
     //
     this.m_panelMenu.BackColor = System.Drawing.Color.White;
     this.m_panelMenu.Controls.Add(this.m_btnEditerObjet);
     this.m_panelMenu.Controls.Add(this.m_btnValiderModifications);
     this.m_panelMenu.Controls.Add(this.m_btnAnnulerModifications);
     this.m_panelMenu.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelMenu.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelMenu, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelMenu.Name = "m_panelMenu";
     this.m_panelMenu.Size = new System.Drawing.Size(724, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelMenu.TabIndex = 4001;
     //
     // m_btnEditerObjet
     //
     this.m_btnEditerObjet.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btnEditerObjet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnEditerObjet.ForeColor = System.Drawing.Color.White;
     this.m_btnEditerObjet.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnEditerObjet.Image")));
     this.m_btnEditerObjet.Location  = new System.Drawing.Point(8, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnEditerObjet, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_btnEditerObjet.Name = "m_btnEditerObjet";
     this.m_btnEditerObjet.Size = new System.Drawing.Size(24, 26);
     this.m_extStyle.SetStyleBackColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnEditerObjet.TabIndex = 0;
     this.m_btnEditerObjet.TabStop  = false;
     this.m_btnEditerObjet.Click   += new System.EventHandler(this.m_btnEditerObjet_Click);
     //
     // m_btnValiderModifications
     //
     this.m_btnValiderModifications.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btnValiderModifications.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnValiderModifications.ForeColor = System.Drawing.Color.White;
     this.m_btnValiderModifications.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnValiderModifications.Image")));
     this.m_btnValiderModifications.Location  = new System.Drawing.Point(80, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnValiderModifications, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_btnValiderModifications.Name = "m_btnValiderModifications";
     this.m_btnValiderModifications.Size = new System.Drawing.Size(24, 26);
     this.m_extStyle.SetStyleBackColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnValiderModifications.TabIndex = 2;
     this.m_btnValiderModifications.TabStop  = false;
     this.m_btnValiderModifications.Click   += new System.EventHandler(this.m_btnValiderModifications_Click);
     //
     // m_btnAnnulerModifications
     //
     this.m_btnAnnulerModifications.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.m_btnAnnulerModifications.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnulerModifications.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnAnnulerModifications.ForeColor    = System.Drawing.Color.White;
     this.m_btnAnnulerModifications.Image        = ((System.Drawing.Image)(resources.GetObject("m_btnAnnulerModifications.Image")));
     this.m_btnAnnulerModifications.Location     = new System.Drawing.Point(112, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnAnnulerModifications, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_btnAnnulerModifications.Name = "m_btnAnnulerModifications";
     this.m_btnAnnulerModifications.Size = new System.Drawing.Size(24, 26);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnulerModifications.TabIndex = 3;
     this.m_btnAnnulerModifications.TabStop  = false;
     this.m_btnAnnulerModifications.Click   += new System.EventHandler(this.m_btnAnnulerModifications_Click);
     //
     // CFormPlanifierInterventions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(724, 300);
     this.Controls.Add(this.m_panelTop);
     this.Controls.Add(this.m_panelMenu);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CFormPlanifierInterventions";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text         = "CFormAccueil";
     this.Enter       += new System.EventHandler(this.CFormAccueil_Enter);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CFormPlanifierInterventions_FormClosing);
     this.Load        += new System.EventHandler(this.CFormPlanifierInterventions_Load);
     this.c2iPanelOmbre3.ResumeLayout(false);
     this.c2iPanelOmbre3.PerformLayout();
     this.m_panelMenu.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(CFormEditComposantFiltreValeurChamp));
     this.label1                      = new System.Windows.Forms.Label();
     this.m_boutonDropList            = new System.Windows.Forms.Button();
     this.m_labelChamp                = new System.Windows.Forms.Label();
     this.m_panelComboChamp           = new System.Windows.Forms.Panel();
     this.label2                      = new System.Windows.Forms.Label();
     this.m_cmbOperateur              = new System.Windows.Forms.ComboBox();
     this.m_wndAide                   = new sc2i.win32.expression.CControlAideFormule();
     this.m_panelFiltre               = new System.Windows.Forms.Panel();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.m_btnValeur                 = new System.Windows.Forms.RadioButton();
     this.m_btnChamp                  = new System.Windows.Forms.RadioButton();
     this.m_panelValeurAttendue       = new System.Windows.Forms.Panel();
     this.m_panelValeurFormule        = new System.Windows.Forms.Panel();
     this.m_txtFormule                = new sc2i.win32.expression.CControleEditeFormule();
     this.m_panelValeurChamp          = new System.Windows.Forms.Panel();
     this.m_panelComboChampValeur     = new System.Windows.Forms.Panel();
     this.m_labelChampValeur          = new System.Windows.Forms.Label();
     this.m_boutonChampValeurDropList = new System.Windows.Forms.Button();
     this.label4                      = new System.Windows.Forms.Label();
     this.m_txtCondition              = new sc2i.win32.expression.CControleEditeFormule();
     this.m_btnAnnuler                = new System.Windows.Forms.Button();
     this.m_btnOk                     = new System.Windows.Forms.Button();
     this.m_btnCreerVariable          = new System.Windows.Forms.LinkLabel();
     this.label3                      = new System.Windows.Forms.Label();
     this.m_menuNewVariable           = new System.Windows.Forms.ContextMenu();
     this.m_menuVariableSaisie        = new System.Windows.Forms.MenuItem();
     this.m_menuVariableCalculée      = new System.Windows.Forms.MenuItem();
     this.m_menuVariableSelection     = new System.Windows.Forms.MenuItem();
     this.m_tooltip                   = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.m_splitContainer            = new System.Windows.Forms.SplitContainer();
     this.m_panelComboChamp.SuspendLayout();
     this.m_panelFiltre.SuspendLayout();
     this.panel2.SuspendLayout();
     this.m_panelValeurAttendue.SuspendLayout();
     this.m_panelValeurFormule.SuspendLayout();
     this.m_panelValeurChamp.SuspendLayout();
     this.m_panelComboChampValeur.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(116, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Tested field|124";
     //
     // m_boutonDropList
     //
     this.m_boutonDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image")));
     this.m_boutonDropList.Location  = new System.Drawing.Point(374, 0);
     this.m_boutonDropList.Name      = "m_boutonDropList";
     this.m_boutonDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_boutonDropList.TabIndex  = 3;
     this.m_boutonDropList.TabStop   = false;
     this.m_boutonDropList.UseVisualStyleBackColor = false;
     this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_labelChamp
     //
     this.m_labelChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChamp.BackColor = System.Drawing.Color.White;
     this.m_labelChamp.Location  = new System.Drawing.Point(0, 0);
     this.m_labelChamp.Name      = "m_labelChamp";
     this.m_labelChamp.Size      = new System.Drawing.Size(374, 17);
     this.m_labelChamp.TabIndex  = 2;
     this.m_labelChamp.Text      = "label1";
     this.m_labelChamp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChamp, "Enter the field to test|161");
     this.m_labelChamp.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_panelComboChamp
     //
     this.m_panelComboChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChamp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChamp.Controls.Add(this.m_labelChamp);
     this.m_panelComboChamp.Controls.Add(this.m_boutonDropList);
     this.m_panelComboChamp.Location = new System.Drawing.Point(88, 8);
     this.m_panelComboChamp.Name     = "m_panelComboChamp";
     this.m_panelComboChamp.Size     = new System.Drawing.Size(394, 21);
     this.m_panelComboChamp.TabIndex = 4;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 41);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Operator|128";
     //
     // m_cmbOperateur
     //
     this.m_cmbOperateur.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbOperateur.Location      = new System.Drawing.Point(88, 40);
     this.m_cmbOperateur.Name          = "m_cmbOperateur";
     this.m_cmbOperateur.Size          = new System.Drawing.Size(120, 21);
     this.m_cmbOperateur.TabIndex      = 6;
     this.m_tooltip.SetToolTip(this.m_cmbOperateur, "Selected coparison operator|162");
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_wndAide.Location        = new System.Drawing.Point(0, 0);
     this.m_wndAide.Name            = "m_wndAide";
     this.m_wndAide.SendIdChamps    = false;
     this.m_wndAide.Size            = new System.Drawing.Size(221, 415);
     this.m_wndAide.TabIndex        = 7;
     this.m_wndAide.ObjetInterroge  = null;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     this.m_wndAide.Load           += new System.EventHandler(this.m_wndAide_Load);
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.BackColor = System.Drawing.SystemColors.Control;
     this.m_panelFiltre.Controls.Add(this.panel2);
     this.m_panelFiltre.Controls.Add(this.m_panelValeurAttendue);
     this.m_panelFiltre.Controls.Add(this.label4);
     this.m_panelFiltre.Controls.Add(this.m_txtCondition);
     this.m_panelFiltre.Controls.Add(this.m_btnAnnuler);
     this.m_panelFiltre.Controls.Add(this.m_btnOk);
     this.m_panelFiltre.Controls.Add(this.m_btnCreerVariable);
     this.m_panelFiltre.Controls.Add(this.label3);
     this.m_panelFiltre.Controls.Add(this.label2);
     this.m_panelFiltre.Controls.Add(this.m_panelComboChamp);
     this.m_panelFiltre.Controls.Add(this.m_cmbOperateur);
     this.m_panelFiltre.Controls.Add(this.label1);
     this.m_panelFiltre.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_panelFiltre.Location = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.Name     = "m_panelFiltre";
     this.m_panelFiltre.Size     = new System.Drawing.Size(490, 415);
     this.m_panelFiltre.TabIndex = 8;
     this.m_panelFiltre.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_btnValeur);
     this.panel2.Controls.Add(this.m_btnChamp);
     this.panel2.Location = new System.Drawing.Point(8, 80);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(248, 16);
     this.panel2.TabIndex = 18;
     //
     // m_btnValeur
     //
     this.m_btnValeur.Location        = new System.Drawing.Point(6, 0);
     this.m_btnValeur.Name            = "m_btnValeur";
     this.m_btnValeur.Size            = new System.Drawing.Size(104, 16);
     this.m_btnValeur.TabIndex        = 16;
     this.m_btnValeur.Text            = "Value|61";
     this.m_btnValeur.CheckedChanged += new System.EventHandler(this.m_btnValeur_CheckedChanged);
     //
     // m_btnChamp
     //
     this.m_btnChamp.Location        = new System.Drawing.Point(113, 0);
     this.m_btnChamp.Name            = "m_btnChamp";
     this.m_btnChamp.Size            = new System.Drawing.Size(104, 16);
     this.m_btnChamp.TabIndex        = 17;
     this.m_btnChamp.Text            = "Field|60";
     this.m_btnChamp.CheckedChanged += new System.EventHandler(this.m_btnChamp_CheckedChanged);
     //
     // m_panelValeurAttendue
     //
     this.m_panelValeurAttendue.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_panelValeurAttendue.Controls.Add(this.m_panelValeurFormule);
     this.m_panelValeurAttendue.Controls.Add(this.m_panelValeurChamp);
     this.m_panelValeurAttendue.Location = new System.Drawing.Point(8, 96);
     this.m_panelValeurAttendue.Name     = "m_panelValeurAttendue";
     this.m_panelValeurAttendue.Size     = new System.Drawing.Size(473, 197);
     this.m_panelValeurAttendue.TabIndex = 15;
     //
     // m_panelValeurFormule
     //
     this.m_panelValeurFormule.Controls.Add(this.m_txtFormule);
     this.m_panelValeurFormule.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_panelValeurFormule.Location = new System.Drawing.Point(0, 32);
     this.m_panelValeurFormule.Name     = "m_panelValeurFormule";
     this.m_panelValeurFormule.Size     = new System.Drawing.Size(473, 165);
     this.m_panelValeurFormule.TabIndex = 1;
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(0, 0);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(470, 162);
     this.m_txtFormule.TabIndex    = 8;
     this.m_tooltip.SetToolTip(this.m_txtFormule, "Enter the formula returning the expected value for the comparison test" +
                               "|159");
     this.m_txtFormule.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_panelValeurChamp
     //
     this.m_panelValeurChamp.Controls.Add(this.m_panelComboChampValeur);
     this.m_panelValeurChamp.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelValeurChamp.Location = new System.Drawing.Point(0, 0);
     this.m_panelValeurChamp.Name     = "m_panelValeurChamp";
     this.m_panelValeurChamp.Size     = new System.Drawing.Size(473, 32);
     this.m_panelValeurChamp.TabIndex = 0;
     //
     // m_panelComboChampValeur
     //
     this.m_panelComboChampValeur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChampValeur.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChampValeur.Controls.Add(this.m_labelChampValeur);
     this.m_panelComboChampValeur.Controls.Add(this.m_boutonChampValeurDropList);
     this.m_panelComboChampValeur.Location = new System.Drawing.Point(4, 5);
     this.m_panelComboChampValeur.Name     = "m_panelComboChampValeur";
     this.m_panelComboChampValeur.Size     = new System.Drawing.Size(457, 21);
     this.m_panelComboChampValeur.TabIndex = 5;
     //
     // m_labelChampValeur
     //
     this.m_labelChampValeur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChampValeur.BackColor = System.Drawing.Color.White;
     this.m_labelChampValeur.Location  = new System.Drawing.Point(1, 0);
     this.m_labelChampValeur.Name      = "m_labelChampValeur";
     this.m_labelChampValeur.Size      = new System.Drawing.Size(437, 17);
     this.m_labelChampValeur.TabIndex  = 2;
     this.m_labelChampValeur.Text      = "label1";
     this.m_labelChampValeur.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChampValeur, "Enter the field to test161");
     //
     // m_boutonChampValeurDropList
     //
     this.m_boutonChampValeurDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonChampValeurDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonChampValeurDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonChampValeurDropList.Image")));
     this.m_boutonChampValeurDropList.Location  = new System.Drawing.Point(437, 0);
     this.m_boutonChampValeurDropList.Name      = "m_boutonChampValeurDropList";
     this.m_boutonChampValeurDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_boutonChampValeurDropList.TabIndex  = 3;
     this.m_boutonChampValeurDropList.TabStop   = false;
     this.m_boutonChampValeurDropList.UseVisualStyleBackColor = false;
     this.m_boutonChampValeurDropList.Click += new System.EventHandler(this.m_boutonChampValeurDropList_Click);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 305);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(172, 16);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Enable condition|115";
     //
     // m_txtCondition
     //
     this.m_txtCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCondition.BackColor   = System.Drawing.Color.White;
     this.m_txtCondition.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtCondition.Formule     = null;
     this.m_txtCondition.Location    = new System.Drawing.Point(8, 321);
     this.m_txtCondition.LockEdition = false;
     this.m_txtCondition.Name        = "m_txtCondition";
     this.m_txtCondition.Size        = new System.Drawing.Size(470, 56);
     this.m_txtCondition.TabIndex    = 13;
     this.m_tooltip.SetToolTip(this.m_txtCondition, "This test will be integrated to the filter only if the value condition is equal to 1|160");
     this.m_txtCondition.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor               = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location                = new System.Drawing.Point(257, 385);
     this.m_btnAnnuler.Name                    = "m_btnAnnuler";
     this.m_btnAnnuler.Size                    = new System.Drawing.Size(80, 24);
     this.m_btnAnnuler.TabIndex                = 12;
     this.m_btnAnnuler.Text                    = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(129, 385);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_btnOk.TabIndex  = 11;
     this.m_btnOk.Text      = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnCreerVariable
     //
     this.m_btnCreerVariable.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCreerVariable.Location     = new System.Drawing.Point(289, 80);
     this.m_btnCreerVariable.Name         = "m_btnCreerVariable";
     this.m_btnCreerVariable.Size         = new System.Drawing.Size(169, 16);
     this.m_btnCreerVariable.TabIndex     = 10;
     this.m_btnCreerVariable.TabStop      = true;
     this.m_btnCreerVariable.Text         = "Create new variable|130";
     this.m_btnCreerVariable.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnCreerVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_btnCreerVariable_LinkClicked);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 64);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(139, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Expected value|129";
     //
     // m_menuNewVariable
     //
     this.m_menuNewVariable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuVariableSaisie,
         this.m_menuVariableCalculée,
         this.m_menuVariableSelection
     });
     //
     // m_menuVariableSaisie
     //
     this.m_menuVariableSaisie.Index  = 0;
     this.m_menuVariableSaisie.Text   = "Entered|30010";
     this.m_menuVariableSaisie.Click += new System.EventHandler(this.m_menuVariableSaisie_Click);
     //
     // m_menuVariableCalculée
     //
     this.m_menuVariableCalculée.Index  = 1;
     this.m_menuVariableCalculée.Text   = "Computed|30011";
     this.m_menuVariableCalculée.Click += new System.EventHandler(this.m_menuVariableCalculée_Click);
     //
     // m_menuVariableSelection
     //
     this.m_menuVariableSelection.Index  = 2;
     this.m_menuVariableSelection.Text   = "Selection|30012";
     this.m_menuVariableSelection.Click += new System.EventHandler(this.m_menuVariableSelection_Click);
     //
     // m_tooltip
     //
     this.m_tooltip.Popup += new System.Windows.Forms.PopupEventHandler(this.m_tooltip_Popup);
     //
     // 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_panelFiltre);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAide);
     this.m_splitContainer.Size             = new System.Drawing.Size(723, 419);
     this.m_splitContainer.SplitterDistance = 494;
     this.m_splitContainer.TabIndex         = 9;
     //
     // CFormEditComposantFiltreValeurChamp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(723, 419);
     this.Controls.Add(this.m_splitContainer);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditComposantFiltreValeurChamp";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Field test|248";
     this.Load         += new System.EventHandler(this.CFormEditComposantFiltreValeurChamp_Load);
     this.m_panelComboChamp.ResumeLayout(false);
     this.m_panelFiltre.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.m_panelValeurAttendue.ResumeLayout(false);
     this.m_panelValeurFormule.ResumeLayout(false);
     this.m_panelValeurChamp.ResumeLayout(false);
     this.m_panelComboChampValeur.ResumeLayout(false);
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditComposantFiltreSousFiltre));
     this.label1                      = new System.Windows.Forms.Label();
     this.m_boutonDropList            = new System.Windows.Forms.Button();
     this.m_labelChamp                = new System.Windows.Forms.Label();
     this.m_panelComboChamp           = new System.Windows.Forms.Panel();
     this.m_wndAide                   = new sc2i.win32.expression.CControlAideFormule();
     this.m_panelFiltre               = new System.Windows.Forms.Panel();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.m_btnIn                     = new System.Windows.Forms.RadioButton();
     this.m_btnNotIn                  = new System.Windows.Forms.RadioButton();
     this.m_panelValeurAttendue       = new System.Windows.Forms.Panel();
     this.m_panelValeurFormule        = new System.Windows.Forms.Panel();
     this.m_panelSousFiltre           = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique();
     this.m_panelValeurChamp          = new System.Windows.Forms.Panel();
     this.m_panelComboChampValeur     = new System.Windows.Forms.Panel();
     this.m_labelChampValeur          = new System.Windows.Forms.Label();
     this.m_boutonChampValeurDropList = new System.Windows.Forms.Button();
     this.label4                      = new System.Windows.Forms.Label();
     this.m_txtCondition              = new sc2i.win32.expression.CControleEditeFormule();
     this.m_btnAnnuler                = new System.Windows.Forms.Button();
     this.m_btnOk                     = new System.Windows.Forms.Button();
     this.m_btnCreerVariable          = new System.Windows.Forms.LinkLabel();
     this.m_menuNewVariable           = new System.Windows.Forms.ContextMenu();
     this.m_menuVariableSaisie        = new System.Windows.Forms.MenuItem();
     this.m_menuVariableCalculée      = new System.Windows.Forms.MenuItem();
     this.m_menuVariableSelection     = new System.Windows.Forms.MenuItem();
     this.m_tooltip                   = new sc2i.win32.common.CToolTipTraductible(this.components);
     this.m_splitContainer            = new System.Windows.Forms.SplitContainer();
     this.label2                      = new System.Windows.Forms.Label();
     this.m_extStyle                  = new sc2i.win32.common.CExtStyle();
     this.m_panelComboChamp.SuspendLayout();
     this.m_panelFiltre.SuspendLayout();
     this.panel2.SuspendLayout();
     this.m_panelValeurAttendue.SuspendLayout();
     this.m_panelValeurFormule.SuspendLayout();
     this.m_panelValeurChamp.SuspendLayout();
     this.m_panelComboChampValeur.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(116, 19);
     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 = 0;
     this.label1.Text     = "Tested field|124";
     //
     // m_boutonDropList
     //
     this.m_boutonDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image")));
     this.m_boutonDropList.Location  = new System.Drawing.Point(374, 0);
     this.m_boutonDropList.Name      = "m_boutonDropList";
     this.m_boutonDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_extStyle.SetStyleBackColor(this.m_boutonDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_boutonDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_boutonDropList.TabIndex = 3;
     this.m_boutonDropList.TabStop  = false;
     this.m_boutonDropList.UseVisualStyleBackColor = false;
     this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_labelChamp
     //
     this.m_labelChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChamp.BackColor = System.Drawing.Color.White;
     this.m_labelChamp.Location  = new System.Drawing.Point(0, 0);
     this.m_labelChamp.Name      = "m_labelChamp";
     this.m_labelChamp.Size      = new System.Drawing.Size(374, 17);
     this.m_extStyle.SetStyleBackColor(this.m_labelChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_labelChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_labelChamp.TabIndex  = 2;
     this.m_labelChamp.Text      = "label1";
     this.m_labelChamp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChamp, "Enter the field to test|161");
     this.m_labelChamp.Click += new System.EventHandler(this.m_boutonDropList_Click);
     //
     // m_panelComboChamp
     //
     this.m_panelComboChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChamp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChamp.Controls.Add(this.m_labelChamp);
     this.m_panelComboChamp.Controls.Add(this.m_boutonDropList);
     this.m_panelComboChamp.Location = new System.Drawing.Point(88, 8);
     this.m_panelComboChamp.Name     = "m_panelComboChamp";
     this.m_panelComboChamp.Size     = new System.Drawing.Size(394, 21);
     this.m_extStyle.SetStyleBackColor(this.m_panelComboChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelComboChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelComboChamp.TabIndex = 4;
     //
     // m_wndAide
     //
     this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_wndAide.FournisseurProprietes = null;
     this.m_wndAide.Location       = new System.Drawing.Point(0, 0);
     this.m_wndAide.Name           = "m_wndAide";
     this.m_wndAide.ObjetInterroge = null;
     this.m_wndAide.SendIdChamps   = false;
     this.m_wndAide.Size           = new System.Drawing.Size(221, 415);
     this.m_extStyle.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAide.TabIndex        = 7;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelFiltre.Controls.Add(this.panel2);
     this.m_panelFiltre.Controls.Add(this.m_panelValeurAttendue);
     this.m_panelFiltre.Controls.Add(this.label4);
     this.m_panelFiltre.Controls.Add(this.m_txtCondition);
     this.m_panelFiltre.Controls.Add(this.m_btnAnnuler);
     this.m_panelFiltre.Controls.Add(this.m_btnOk);
     this.m_panelFiltre.Controls.Add(this.m_btnCreerVariable);
     this.m_panelFiltre.Controls.Add(this.m_panelComboChamp);
     this.m_panelFiltre.Controls.Add(this.label1);
     this.m_panelFiltre.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_panelFiltre.ForeColor = System.Drawing.Color.Black;
     this.m_panelFiltre.Location  = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.Name      = "m_panelFiltre";
     this.m_panelFiltre.Size      = new System.Drawing.Size(490, 415);
     this.m_extStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_panelFiltre.TabIndex = 8;
     this.m_panelFiltre.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_btnIn);
     this.panel2.Controls.Add(this.m_btnNotIn);
     this.panel2.Location = new System.Drawing.Point(88, 30);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(248, 16);
     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 = 18;
     //
     // m_btnIn
     //
     this.m_btnIn.Location = new System.Drawing.Point(6, 0);
     this.m_btnIn.Name     = "m_btnIn";
     this.m_btnIn.Size     = new System.Drawing.Size(104, 16);
     this.m_extStyle.SetStyleBackColor(this.m_btnIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnIn.TabIndex = 16;
     this.m_btnIn.Text     = "In|20095";
     //
     // m_btnNotIn
     //
     this.m_btnNotIn.Location = new System.Drawing.Point(113, 0);
     this.m_btnNotIn.Name     = "m_btnNotIn";
     this.m_btnNotIn.Size     = new System.Drawing.Size(104, 16);
     this.m_extStyle.SetStyleBackColor(this.m_btnNotIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnNotIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnNotIn.TabIndex = 17;
     this.m_btnNotIn.Text     = "Not in|20096";
     //
     // m_panelValeurAttendue
     //
     this.m_panelValeurAttendue.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_panelValeurAttendue.Controls.Add(this.m_panelValeurFormule);
     this.m_panelValeurAttendue.Controls.Add(this.m_panelValeurChamp);
     this.m_panelValeurAttendue.Location = new System.Drawing.Point(8, 52);
     this.m_panelValeurAttendue.Name     = "m_panelValeurAttendue";
     this.m_panelValeurAttendue.Size     = new System.Drawing.Size(473, 241);
     this.m_extStyle.SetStyleBackColor(this.m_panelValeurAttendue, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelValeurAttendue, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelValeurAttendue.TabIndex = 15;
     //
     // m_panelValeurFormule
     //
     this.m_panelValeurFormule.Controls.Add(this.m_panelSousFiltre);
     this.m_panelValeurFormule.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_panelValeurFormule.Location = new System.Drawing.Point(0, 0);
     this.m_panelValeurFormule.Name     = "m_panelValeurFormule";
     this.m_panelValeurFormule.Size     = new System.Drawing.Size(473, 209);
     this.m_extStyle.SetStyleBackColor(this.m_panelValeurFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelValeurFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelValeurFormule.TabIndex = 1;
     //
     // m_panelSousFiltre
     //
     this.m_panelSousFiltre.BackColor = System.Drawing.Color.White;
     this.m_panelSousFiltre.DefinitionRacineDeChampsFiltres = null;
     this.m_panelSousFiltre.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.m_panelSousFiltre.FiltreDynamique      = null;
     this.m_panelSousFiltre.Location             = new System.Drawing.Point(0, 0);
     this.m_panelSousFiltre.LockEdition          = false;
     this.m_panelSousFiltre.ModeFiltreExpression = false;
     this.m_panelSousFiltre.ModeSansType         = false;
     this.m_panelSousFiltre.Name                 = "m_panelSousFiltre";
     this.m_panelSousFiltre.Size                 = new System.Drawing.Size(473, 209);
     this.m_extStyle.SetStyleBackColor(this.m_panelSousFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelSousFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelSousFiltre.TabIndex              = 0;
     this.m_panelSousFiltre.OnChangeTypeElements += new sc2i.win32.data.dynamic.ChangeTypeElementsEventHandler(this.m_panelSousFiltre_OnChangeTypeElements);
     //
     // m_panelValeurChamp
     //
     this.m_panelValeurChamp.Controls.Add(this.label2);
     this.m_panelValeurChamp.Controls.Add(this.m_panelComboChampValeur);
     this.m_panelValeurChamp.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.m_panelValeurChamp.Location = new System.Drawing.Point(0, 209);
     this.m_panelValeurChamp.Name     = "m_panelValeurChamp";
     this.m_panelValeurChamp.Size     = new System.Drawing.Size(473, 32);
     this.m_extStyle.SetStyleBackColor(this.m_panelValeurChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelValeurChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelValeurChamp.TabIndex = 0;
     //
     // m_panelComboChampValeur
     //
     this.m_panelComboChampValeur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelComboChampValeur.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_panelComboChampValeur.Controls.Add(this.m_labelChampValeur);
     this.m_panelComboChampValeur.Controls.Add(this.m_boutonChampValeurDropList);
     this.m_panelComboChampValeur.Location = new System.Drawing.Point(86, 5);
     this.m_panelComboChampValeur.Name     = "m_panelComboChampValeur";
     this.m_panelComboChampValeur.Size     = new System.Drawing.Size(375, 21);
     this.m_extStyle.SetStyleBackColor(this.m_panelComboChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelComboChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelComboChampValeur.TabIndex = 5;
     //
     // m_labelChampValeur
     //
     this.m_labelChampValeur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_labelChampValeur.BackColor = System.Drawing.Color.White;
     this.m_labelChampValeur.Location  = new System.Drawing.Point(1, 0);
     this.m_labelChampValeur.Name      = "m_labelChampValeur";
     this.m_labelChampValeur.Size      = new System.Drawing.Size(355, 17);
     this.m_extStyle.SetStyleBackColor(this.m_labelChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_labelChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_labelChampValeur.TabIndex  = 2;
     this.m_labelChampValeur.Text      = "label1";
     this.m_labelChampValeur.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_tooltip.SetToolTip(this.m_labelChampValeur, "Enter the field to test161");
     //
     // m_boutonChampValeurDropList
     //
     this.m_boutonChampValeurDropList.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_boutonChampValeurDropList.BackColor = System.Drawing.SystemColors.Control;
     this.m_boutonChampValeurDropList.Image     = ((System.Drawing.Image)(resources.GetObject("m_boutonChampValeurDropList.Image")));
     this.m_boutonChampValeurDropList.Location  = new System.Drawing.Point(355, 0);
     this.m_boutonChampValeurDropList.Name      = "m_boutonChampValeurDropList";
     this.m_boutonChampValeurDropList.Size      = new System.Drawing.Size(17, 17);
     this.m_extStyle.SetStyleBackColor(this.m_boutonChampValeurDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_boutonChampValeurDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_boutonChampValeurDropList.TabIndex = 3;
     this.m_boutonChampValeurDropList.TabStop  = false;
     this.m_boutonChampValeurDropList.UseVisualStyleBackColor = false;
     this.m_boutonChampValeurDropList.Click += new System.EventHandler(this.m_boutonChampValeurDropList_Click);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 305);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(172, 16);
     this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Enable condition|115";
     //
     // m_txtCondition
     //
     this.m_txtCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCondition.BackColor   = System.Drawing.Color.White;
     this.m_txtCondition.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtCondition.Formule     = null;
     this.m_txtCondition.Location    = new System.Drawing.Point(8, 321);
     this.m_txtCondition.LockEdition = false;
     this.m_txtCondition.Name        = "m_txtCondition";
     this.m_txtCondition.Size        = new System.Drawing.Size(470, 56);
     this.m_extStyle.SetStyleBackColor(this.m_txtCondition, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtCondition, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtCondition.TabIndex = 13;
     this.m_tooltip.SetToolTip(this.m_txtCondition, "This test will be integrated to the filter only if the value condition is equal t" +
                               "o 1|160");
     this.m_txtCondition.Enter += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor    = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location     = new System.Drawing.Point(257, 385);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(80, 24);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 12;
     this.m_btnAnnuler.Text     = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.m_btnOk.Location  = new System.Drawing.Point(129, 385);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_extStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 11;
     this.m_btnOk.Text     = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnCreerVariable
     //
     this.m_btnCreerVariable.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCreerVariable.Location = new System.Drawing.Point(342, 30);
     this.m_btnCreerVariable.Name     = "m_btnCreerVariable";
     this.m_btnCreerVariable.Size     = new System.Drawing.Size(140, 16);
     this.m_extStyle.SetStyleBackColor(this.m_btnCreerVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnCreerVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnCreerVariable.TabIndex     = 10;
     this.m_btnCreerVariable.TabStop      = true;
     this.m_btnCreerVariable.Text         = "Create new variable|130";
     this.m_btnCreerVariable.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_btnCreerVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_btnCreerVariable_LinkClicked);
     //
     // m_menuNewVariable
     //
     this.m_menuNewVariable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_menuVariableSaisie,
         this.m_menuVariableCalculée,
         this.m_menuVariableSelection
     });
     //
     // m_menuVariableSaisie
     //
     this.m_menuVariableSaisie.Index  = 0;
     this.m_menuVariableSaisie.Text   = "Entered|30010";
     this.m_menuVariableSaisie.Click += new System.EventHandler(this.m_menuVariableSaisie_Click);
     //
     // m_menuVariableCalculée
     //
     this.m_menuVariableCalculée.Index  = 1;
     this.m_menuVariableCalculée.Text   = "Computed|30011";
     this.m_menuVariableCalculée.Click += new System.EventHandler(this.m_menuVariableCalculée_Click);
     //
     // m_menuVariableSelection
     //
     this.m_menuVariableSelection.Index  = 2;
     this.m_menuVariableSelection.Text   = "Selection|30012";
     this.m_menuVariableSelection.Click += new System.EventHandler(this.m_menuVariableSelection_Click);
     //
     // 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_panelFiltre);
     this.m_extStyle.SetStyleBackColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAide);
     this.m_extStyle.SetStyleBackColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_splitContainer.Size             = new System.Drawing.Size(723, 419);
     this.m_splitContainer.SplitterDistance = 494;
     this.m_extStyle.SetStyleBackColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_splitContainer.TabIndex = 9;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3, 5);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 27);
     this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Sub filter value|20099";
     //
     // CFormEditComposantFiltreSousFiltre
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(723, 419);
     this.Controls.Add(this.m_splitContainer);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditComposantFiltreSousFiltre";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Sub filter|20100";
     this.Load += new System.EventHandler(this.CFormEditComposantFiltreSousFiltre_Load);
     this.m_panelComboChamp.ResumeLayout(false);
     this.m_panelFiltre.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.m_panelValeurAttendue.ResumeLayout(false);
     this.m_panelValeurFormule.ResumeLayout(false);
     this.m_panelValeurChamp.ResumeLayout(false);
     this.m_panelComboChampValeur.ResumeLayout(false);
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }