Example #1
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2                 = new System.Windows.Forms.Label();
     this.m_txtNomVariable       = new System.Windows.Forms.TextBox();
     this.label3                 = new System.Windows.Forms.Label();
     this.m_cmbType              = new sc2i.win32.common.C2iComboBox();
     this.c2iPanelOmbre3         = new sc2i.win32.common.C2iPanelOmbre();
     this.m_txtValeurDefaut      = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label8                 = new System.Windows.Forms.Label();
     this.c2iPanelOmbre1         = new sc2i.win32.common.C2iPanelOmbre();
     this.m_panelUnite           = new System.Windows.Forms.Panel();
     this.m_txtFormatUnite       = new sc2i.win32.common.C2iTextBox();
     this.label15                = new System.Windows.Forms.Label();
     this.m_cmbSelectClasseUnite = new sc2i.win32.common.CComboboxAutoFilled();
     this.label14                = new System.Windows.Forms.Label();
     this.m_btnAnnuler           = new System.Windows.Forms.Button();
     this.m_btnOk                = new System.Windows.Forms.Button();
     this.cExtStyle1             = new sc2i.win32.common.CExtStyle();
     this.c2iPanelOmbre3.SuspendLayout();
     this.c2iPanelOmbre1.SuspendLayout();
     this.m_panelUnite.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 7);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(132, 20);
     this.cExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Name|20025";
     //
     // m_txtNomVariable
     //
     this.m_txtNomVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtNomVariable.Location = new System.Drawing.Point(112, 7);
     this.m_txtNomVariable.Name     = "m_txtNomVariable";
     this.m_txtNomVariable.Size     = new System.Drawing.Size(392, 20);
     this.cExtStyle1.SetStyleBackColor(this.m_txtNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNomVariable.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 29);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(117, 21);
     this.cExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Data type|20026";
     //
     // m_cmbType
     //
     this.m_cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbType.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbType.IsLink        = false;
     this.m_cmbType.Location      = new System.Drawing.Point(112, 29);
     this.m_cmbType.LockEdition   = false;
     this.m_cmbType.Name          = "m_cmbType";
     this.m_cmbType.Size          = new System.Drawing.Size(392, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbType.TabIndex              = 1;
     this.m_cmbType.SelectedValueChanged += new System.EventHandler(this.m_cmbType_SelectedValueChanged);
     //
     // c2iPanelOmbre3
     //
     this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre3.Controls.Add(this.m_txtValeurDefaut);
     this.c2iPanelOmbre3.Controls.Add(this.label8);
     this.c2iPanelOmbre3.Location    = new System.Drawing.Point(11, 121);
     this.c2iPanelOmbre3.LockEdition = false;
     this.c2iPanelOmbre3.Name        = "c2iPanelOmbre3";
     this.c2iPanelOmbre3.Size        = new System.Drawing.Size(528, 104);
     this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre3.TabIndex = 3;
     //
     // m_txtValeurDefaut
     //
     this.m_txtValeurDefaut.AllowGraphic     = true;
     this.m_txtValeurDefaut.AllowNullFormula = false;
     this.m_txtValeurDefaut.AllowSaisieTexte = true;
     this.m_txtValeurDefaut.Formule          = null;
     this.m_txtValeurDefaut.Location         = new System.Drawing.Point(11, 28);
     this.m_txtValeurDefaut.LockEdition      = false;
     this.m_txtValeurDefaut.LockZoneTexte    = false;
     this.m_txtValeurDefaut.Name             = "m_txtValeurDefaut";
     this.m_txtValeurDefaut.Size             = new System.Drawing.Size(493, 51);
     this.cExtStyle1.SetStyleBackColor(this.m_txtValeurDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtValeurDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtValeurDefaut.TabIndex = 4;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 8);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(167, 16);
     this.cExtStyle1.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 3;
     this.label8.Text     = "Default value|20030";
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_panelUnite);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtNomVariable);
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbType);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Controls.Add(this.label3);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(11, 12);
     this.c2iPanelOmbre1.LockEdition = false;
     this.c2iPanelOmbre1.Name        = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size        = new System.Drawing.Size(528, 112);
     this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre1.TabIndex = 0;
     //
     // m_panelUnite
     //
     this.m_panelUnite.Controls.Add(this.m_txtFormatUnite);
     this.m_panelUnite.Controls.Add(this.label15);
     this.m_panelUnite.Controls.Add(this.m_cmbSelectClasseUnite);
     this.m_panelUnite.Controls.Add(this.label14);
     this.m_panelUnite.Location = new System.Drawing.Point(20, 53);
     this.m_panelUnite.Name     = "m_panelUnite";
     this.m_panelUnite.Size     = new System.Drawing.Size(407, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelUnite.TabIndex = 19;
     //
     // m_txtFormatUnite
     //
     this.m_txtFormatUnite.EmptyText   = "";
     this.m_txtFormatUnite.Location    = new System.Drawing.Point(312, 0);
     this.m_txtFormatUnite.LockEdition = false;
     this.m_txtFormatUnite.Name        = "m_txtFormatUnite";
     this.m_txtFormatUnite.Size        = new System.Drawing.Size(92, 20);
     this.cExtStyle1.SetStyleBackColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormatUnite.TabIndex = 22;
     this.m_txtFormatUnite.Text     = "[FormatAffichageUnite]";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(216, 2);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(89, 19);
     this.cExtStyle1.SetStyleBackColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label15.TabIndex = 21;
     this.label15.Text     = "Display format|20029";
     //
     // m_cmbSelectClasseUnite
     //
     this.m_cmbSelectClasseUnite.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbSelectClasseUnite.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbSelectClasseUnite.FormattingEnabled = true;
     this.m_cmbSelectClasseUnite.IsLink            = false;
     this.m_cmbSelectClasseUnite.ListDonnees       = null;
     this.m_cmbSelectClasseUnite.Location          = new System.Drawing.Point(93, 0);
     this.m_cmbSelectClasseUnite.LockEdition       = false;
     this.m_cmbSelectClasseUnite.Name              = "m_cmbSelectClasseUnite";
     this.m_cmbSelectClasseUnite.NullAutorise      = true;
     this.m_cmbSelectClasseUnite.ProprieteAffichee = null;
     this.m_cmbSelectClasseUnite.Size              = new System.Drawing.Size(121, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbSelectClasseUnite.TabIndex = 20;
     this.m_cmbSelectClasseUnite.TextNull = "(empty)";
     this.m_cmbSelectClasseUnite.Tri      = true;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(3, 2);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(89, 19);
     this.cExtStyle1.SetStyleBackColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label14.TabIndex = 19;
     this.label14.Text     = "Unit type|20028";
     //
     // 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(293, 224);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(80, 24);
     this.cExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 5;
     this.m_btnAnnuler.Text     = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // 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(149, 224);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.cExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 4;
     this.m_btnOk.Text     = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // CFormEditVariableDynamiqueSaisie
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(545, 260);
     this.Controls.Add(this.c2iPanelOmbre3);
     this.Controls.Add(this.c2iPanelOmbre1);
     this.Controls.Add(this.m_btnOk);
     this.Controls.Add(this.m_btnAnnuler);
     this.ForeColor     = System.Drawing.Color.Black;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditVariableDynamiqueSaisie";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre);
     this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre);
     this.Text  = "Variable|20024";
     this.Load += new System.EventHandler(this.CFormEditVariableDynamiqueSaisie_Load);
     this.c2iPanelOmbre3.ResumeLayout(false);
     this.c2iPanelOmbre3.PerformLayout();
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.m_panelUnite.ResumeLayout(false);
     this.m_panelUnite.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                = new System.ComponentModel.Container();
     this.m_tabControl              = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage3                  = new Crownwood.Magic.Controls.TabPage();
     this.m_cmbFormat               = new sc2i.win32.common.C2iComboBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.m_txtFormuleCle           = new sc2i.win32.expression.CControleEditeFormule();
     this.label7                    = new System.Windows.Forms.Label();
     this.m_txtFormuleDescriptif    = new sc2i.win32.expression.CControleEditeFormule();
     this.label5                    = new System.Windows.Forms.Label();
     this.m_txtFormuleLibelle       = new sc2i.win32.expression.CControleEditeFormule();
     this.label4                    = new System.Windows.Forms.Label();
     this.tabPage1                  = new Crownwood.Magic.Controls.TabPage();
     this.m_lblNomVariable          = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.m_txtFormuleVariable      = new sc2i.win32.expression.CControleEditeFormule();
     this.m_wndListeVariables       = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.tabPage2                  = new Crownwood.Magic.Controls.TabPage();
     this.m_chkStocker              = new System.Windows.Forms.CheckBox();
     this.label3                    = new System.Windows.Forms.Label();
     this.m_wndListeCategories      = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.m_comboModeleEtat         = new sc2i.win32.common.CComboboxAutoFilled();
     this.label8                    = new System.Windows.Forms.Label();
     this.m_wndAideFormule          = new sc2i.win32.expression.CControlAideFormule();
     this.m_chkImprimer             = new System.Windows.Forms.CheckBox();
     this.m_exStyle                 = new sc2i.win32.common.CExtStyle();
     this.m_tabControl.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_exStyle.SetStyleBackColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblStockerResIn.Text = "Store the result in|30239";
     //
     // m_tabControl
     //
     this.m_tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ControlBottomOffset = 16;
     this.m_tabControl.ControlRightOffset  = 16;
     this.m_tabControl.ForeColor           = System.Drawing.Color.Black;
     this.m_tabControl.IDEPixelArea        = false;
     this.m_tabControl.Location            = new System.Drawing.Point(8, 80);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 2;
     this.m_tabControl.SelectedTab   = this.tabPage3;
     this.m_tabControl.Size          = new System.Drawing.Size(456, 312);
     this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tabControl.TabIndex = 7;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2,
         this.tabPage3
     });
     this.m_tabControl.TextColor = System.Drawing.Color.Black;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.m_cmbFormat);
     this.tabPage3.Controls.Add(this.label6);
     this.tabPage3.Controls.Add(this.m_txtFormuleCle);
     this.tabPage3.Controls.Add(this.label7);
     this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif);
     this.tabPage3.Controls.Add(this.label5);
     this.tabPage3.Controls.Add(this.m_txtFormuleLibelle);
     this.tabPage3.Controls.Add(this.label4);
     this.tabPage3.Location = new System.Drawing.Point(0, 25);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(440, 271);
     this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage3.TabIndex = 12;
     this.tabPage3.Title    = "Document properties|1039";
     this.tabPage3.Visible  = false;
     //
     // m_cmbFormat
     //
     this.m_cmbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbFormat.IsLink        = false;
     this.m_cmbFormat.Location      = new System.Drawing.Point(80, 8);
     this.m_cmbFormat.LockEdition   = false;
     this.m_cmbFormat.Name          = "m_cmbFormat";
     this.m_cmbFormat.Size          = new System.Drawing.Size(176, 21);
     this.m_exStyle.SetStyleBackColor(this.m_cmbFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_cmbFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbFormat.TabIndex = 9;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 8);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(72, 16);
     this.m_exStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 8;
     this.label6.Text     = "Format|30246";
     //
     // m_txtFormuleCle
     //
     this.m_txtFormuleCle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleCle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleCle.Formule     = null;
     this.m_txtFormuleCle.Location    = new System.Drawing.Point(8, 224);
     this.m_txtFormuleCle.LockEdition = false;
     this.m_txtFormuleCle.Name        = "m_txtFormuleCle";
     this.m_txtFormuleCle.Size        = new System.Drawing.Size(424, 40);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCle.TabIndex = 7;
     this.m_txtFormuleCle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 208);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(120, 16);
     this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Key (unique ID)|1043";
     //
     // m_txtFormuleDescriptif
     //
     this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleDescriptif.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleDescriptif.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleDescriptif.Formule     = null;
     this.m_txtFormuleDescriptif.Location    = new System.Drawing.Point(8, 136);
     this.m_txtFormuleDescriptif.LockEdition = false;
     this.m_txtFormuleDescriptif.Name        = "m_txtFormuleDescriptif";
     this.m_txtFormuleDescriptif.Size        = new System.Drawing.Size(424, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleDescriptif.TabIndex = 3;
     this.m_txtFormuleDescriptif.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(162, 16);
     this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Document description|1042";
     //
     // m_txtFormuleLibelle
     //
     this.m_txtFormuleLibelle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleLibelle.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleLibelle.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleLibelle.Formule     = null;
     this.m_txtFormuleLibelle.Location    = new System.Drawing.Point(8, 48);
     this.m_txtFormuleLibelle.LockEdition = false;
     this.m_txtFormuleLibelle.Name        = "m_txtFormuleLibelle";
     this.m_txtFormuleLibelle.Size        = new System.Drawing.Size(424, 64);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleLibelle.TabIndex = 1;
     this.m_txtFormuleLibelle.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 32);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(112, 16);
     this.m_exStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Document label|1041";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_lblNomVariable);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.m_txtFormuleVariable);
     this.tabPage1.Controls.Add(this.m_wndListeVariables);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(440, 271);
     this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Filter|47";
     //
     // m_lblNomVariable
     //
     this.m_lblNomVariable.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblNomVariable.Location = new System.Drawing.Point(208, 8);
     this.m_lblNomVariable.Name     = "m_lblNomVariable";
     this.m_lblNomVariable.Size     = new System.Drawing.Size(232, 16);
     this.m_exStyle.SetStyleBackColor(this.m_lblNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblNomVariable.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(208, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(160, 16);
     this.m_exStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Variable value|30242";
     //
     // m_txtFormuleVariable
     //
     this.m_txtFormuleVariable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleVariable.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleVariable.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleVariable.Formule     = null;
     this.m_txtFormuleVariable.Location    = new System.Drawing.Point(208, 40);
     this.m_txtFormuleVariable.LockEdition = false;
     this.m_txtFormuleVariable.Name        = "m_txtFormuleVariable";
     this.m_txtFormuleVariable.Size        = new System.Drawing.Size(224, 224);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleVariable.TabIndex = 1;
     this.m_txtFormuleVariable.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // m_wndListeVariables
     //
     this.m_wndListeVariables.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeVariables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn1
     });
     this.m_wndListeVariables.EnableCustomisation = true;
     this.m_wndListeVariables.FullRowSelect       = true;
     this.m_wndListeVariables.Location            = new System.Drawing.Point(8, 8);
     this.m_wndListeVariables.MultiSelect         = false;
     this.m_wndListeVariables.Name = "m_wndListeVariables";
     this.m_wndListeVariables.Size = new System.Drawing.Size(192, 256);
     this.m_exStyle.SetStyleBackColor(this.m_wndListeVariables, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndListeVariables, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeVariables.TabIndex = 0;
     this.m_wndListeVariables.UseCompatibleStateImageBehavior = false;
     this.m_wndListeVariables.View = System.Windows.Forms.View.Details;
     this.m_wndListeVariables.SelectedIndexChanged += new System.EventHandler(this.m_wndListeVariables_SelectedIndexChanged);
     //
     // listViewAutoFilledColumn1
     //
     this.listViewAutoFilledColumn1.Field             = "Nom";
     this.listViewAutoFilledColumn1.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn1.ProportionnalSize = false;
     this.listViewAutoFilledColumn1.Text    = "Name |164";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 176;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_chkStocker);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.m_wndListeCategories);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(440, 271);
     this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "EDM category|176";
     this.tabPage2.Visible  = false;
     //
     // m_chkStocker
     //
     this.m_chkStocker.Location = new System.Drawing.Point(8, 8);
     this.m_chkStocker.Name     = "m_chkStocker";
     this.m_chkStocker.Size     = new System.Drawing.Size(296, 16);
     this.m_exStyle.SetStyleBackColor(this.m_chkStocker, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_chkStocker, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkStocker.TabIndex = 9;
     this.m_chkStocker.Text     = "Store EDM document|30243";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(322, 16);
     this.m_exStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 1;
     this.label3.Text     = "The document will be stored in the following categories|30244";
     //
     // m_wndListeCategories
     //
     this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)));
     this.m_wndListeCategories.CheckBoxes = true;
     this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn2
     });
     this.m_wndListeCategories.EnableCustomisation = true;
     this.m_wndListeCategories.FullRowSelect       = true;
     this.m_wndListeCategories.Location            = new System.Drawing.Point(8, 40);
     this.m_wndListeCategories.MultiSelect         = false;
     this.m_wndListeCategories.Name = "m_wndListeCategories";
     this.m_wndListeCategories.Size = new System.Drawing.Size(296, 224);
     this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeCategories.TabIndex = 0;
     this.m_wndListeCategories.UseCompatibleStateImageBehavior = false;
     this.m_wndListeCategories.View = System.Windows.Forms.View.Details;
     //
     // listViewAutoFilledColumn2
     //
     this.listViewAutoFilledColumn2.Field             = "Libelle";
     this.listViewAutoFilledColumn2.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn2.ProportionnalSize = false;
     this.listViewAutoFilledColumn2.Text    = "Category|30245";
     this.listViewAutoFilledColumn2.Visible = true;
     this.listViewAutoFilledColumn2.Width   = 279;
     //
     // m_comboModeleEtat
     //
     this.m_comboModeleEtat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_comboModeleEtat.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_comboModeleEtat.IsLink            = false;
     this.m_comboModeleEtat.ListDonnees       = null;
     this.m_comboModeleEtat.Location          = new System.Drawing.Point(120, 40);
     this.m_comboModeleEtat.LockEdition       = false;
     this.m_comboModeleEtat.Name              = "m_comboModeleEtat";
     this.m_comboModeleEtat.NullAutorise      = true;
     this.m_comboModeleEtat.ProprieteAffichee = "Libelle";
     this.m_comboModeleEtat.Size              = new System.Drawing.Size(336, 21);
     this.m_exStyle.SetStyleBackColor(this.m_comboModeleEtat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_comboModeleEtat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_comboModeleEtat.TabIndex              = 6;
     this.m_comboModeleEtat.TextNull              = I.T("(None)|30291");
     this.m_comboModeleEtat.Tri                   = true;
     this.m_comboModeleEtat.SelectedIndexChanged += new System.EventHandler(this.m_comboModeleEtat_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 40);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(106, 21);
     this.m_exStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 5;
     this.label8.Text     = "Report model|30228";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(464, 32);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(176, 357);
     this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 4;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_chkImprimer
     //
     this.m_chkImprimer.Location = new System.Drawing.Point(8, 64);
     this.m_chkImprimer.Name     = "m_chkImprimer";
     this.m_chkImprimer.Size     = new System.Drawing.Size(296, 16);
     this.m_exStyle.SetStyleBackColor(this.m_chkImprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_chkImprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkImprimer.TabIndex = 8;
     this.m_chkImprimer.Text     = "Server printing|30241";
     //
     // CFormEditActionGenererEtat
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(640, 437);
     this.Controls.Add(this.m_chkImprimer);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.m_comboModeleEtat);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.m_wndAideFormule);
     this.Name = "CFormEditActionGenererEtat";
     this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Function|30240";
     this.Load += new System.EventHandler(this.CFormEditActionGenererEtatCode_Load);
     this.Controls.SetChildIndex(this.m_wndAideFormule, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.m_comboModeleEtat, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.Controls.SetChildIndex(this.m_chkImprimer, 0);
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2           = new System.Windows.Forms.Label();
     this.m_cmbAction      = new sc2i.win32.common.C2iComboBox();
     this.panel2           = new System.Windows.Forms.Panel();
     this.m_panelFormules  = new System.Windows.Forms.Panel();
     this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Action to start|132";
     //
     // m_cmbAction
     //
     this.m_cmbAction.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbAction.IsLink                = false;
     this.m_cmbAction.Location              = new System.Drawing.Point(120, 8);
     this.m_cmbAction.LockEdition           = false;
     this.m_cmbAction.Name                  = "m_cmbAction";
     this.m_cmbAction.Size                  = new System.Drawing.Size(456, 21);
     this.m_cmbAction.TabIndex              = 4;
     this.m_cmbAction.SelectedValueChanged += new System.EventHandler(this.m_cmbAction_SelectedValueChanged);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.m_panelFormules);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(3, 35);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(636, 361);
     this.panel2.TabIndex = 5;
     //
     // m_panelFormules
     //
     this.m_panelFormules.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelFormules.AutoScroll = true;
     this.m_panelFormules.Location   = new System.Drawing.Point(16, 3);
     this.m_panelFormules.Name       = "m_panelFormules";
     this.m_panelFormules.Size       = new System.Drawing.Size(444, 358);
     this.m_panelFormules.TabIndex   = 5;
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(460, 0);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(176, 361);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // CFormEditActionLancerActionServeur
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 448);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.m_cmbAction);
     this.Controls.Add(this.label2);
     this.Name  = "CFormEditActionLancerActionServeur";
     this.Text  = "Start an action on the server|131";
     this.Load += new System.EventHandler(this.CFormEditActionLancerActionServeur_Load);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.m_cmbAction, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(CFormEditNomVariable));
     this.label1            = new System.Windows.Forms.Label();
     this.m_txtNomVariable  = new System.Windows.Forms.TextBox();
     this.panel1            = new System.Windows.Forms.Panel();
     this.m_btnAnnuler      = new System.Windows.Forms.Button();
     this.m_btnOk           = new System.Windows.Forms.Button();
     this.label2            = new System.Windows.Forms.Label();
     this.m_cmbTypeElements = new sc2i.win32.common.C2iComboBox();
     this.m_panelType       = new sc2i.win32.common.C2iPanel(this.components);
     this.m_chkTableau      = new System.Windows.Forms.CheckBox();
     this.m_panelIdInitial  = new System.Windows.Forms.Panel();
     this.label3            = new System.Windows.Forms.Label();
     this.m_txtKeyInitiale  = new sc2i.win32.common.C2iTextBox();
     this.panel1.SuspendLayout();
     this.m_panelType.SuspendLayout();
     this.m_panelIdInitial.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Name|164";
     //
     // m_txtNomVariable
     //
     this.m_txtNomVariable.Location = new System.Drawing.Point(56, 8);
     this.m_txtNomVariable.Name     = "m_txtNomVariable";
     this.m_txtNomVariable.Size     = new System.Drawing.Size(280, 20);
     this.m_txtNomVariable.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 103);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(346, 48);
     this.panel1.TabIndex = 2;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnAnnuler.ForeColor    = System.Drawing.Color.White;
     this.m_btnAnnuler.Image        = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image")));
     this.m_btnAnnuler.Location     = new System.Drawing.Point(180, 2);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(40, 40);
     this.m_btnAnnuler.TabIndex     = 3;
     this.m_btnAnnuler.Click       += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnOk.ForeColor = System.Drawing.Color.White;
     this.m_btnOk.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnOk.Image")));
     this.m_btnOk.Location  = new System.Drawing.Point(126, 6);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(40, 40);
     this.m_btnOk.TabIndex  = 2;
     this.m_btnOk.Click    += new System.EventHandler(this.m_btnOk_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Type|165";
     //
     // m_cmbTypeElements
     //
     this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeElements.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbTypeElements.IsLink        = false;
     this.m_cmbTypeElements.Location      = new System.Drawing.Point(48, 8);
     this.m_cmbTypeElements.LockEdition   = false;
     this.m_cmbTypeElements.Name          = "m_cmbTypeElements";
     this.m_cmbTypeElements.Size          = new System.Drawing.Size(280, 21);
     this.m_cmbTypeElements.TabIndex      = 4;
     //
     // m_panelType
     //
     this.m_panelType.Controls.Add(this.m_chkTableau);
     this.m_panelType.Controls.Add(this.m_cmbTypeElements);
     this.m_panelType.Controls.Add(this.label2);
     this.m_panelType.Location    = new System.Drawing.Point(8, 32);
     this.m_panelType.LockEdition = false;
     this.m_panelType.Name        = "m_panelType";
     this.m_panelType.Size        = new System.Drawing.Size(336, 48);
     this.m_panelType.TabIndex    = 5;
     //
     // m_chkTableau
     //
     this.m_chkTableau.Location        = new System.Drawing.Point(56, 32);
     this.m_chkTableau.Name            = "m_chkTableau";
     this.m_chkTableau.Size            = new System.Drawing.Size(128, 16);
     this.m_chkTableau.TabIndex        = 5;
     this.m_chkTableau.Text            = "Array|166";
     this.m_chkTableau.CheckedChanged += new System.EventHandler(this.m_chkTableau_CheckedChanged);
     //
     // m_panelIdInitial
     //
     this.m_panelIdInitial.Controls.Add(this.m_txtKeyInitiale);
     this.m_panelIdInitial.Controls.Add(this.label3);
     this.m_panelIdInitial.Location = new System.Drawing.Point(8, 80);
     this.m_panelIdInitial.Name     = "m_panelIdInitial";
     this.m_panelIdInitial.Size     = new System.Drawing.Size(296, 24);
     this.m_panelIdInitial.TabIndex = 8;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(-3, 3);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Initial Id|167";
     //
     // m_txtKeyInitiale
     //
     this.m_txtKeyInitiale.EmptyText   = "";
     this.m_txtKeyInitiale.Location    = new System.Drawing.Point(62, 2);
     this.m_txtKeyInitiale.LockEdition = false;
     this.m_txtKeyInitiale.Name        = "m_txtKeyInitiale";
     this.m_txtKeyInitiale.Size        = new System.Drawing.Size(231, 20);
     this.m_txtKeyInitiale.TabIndex    = 8;
     //
     // CFormEditNomVariable
     //
     this.AcceptButton      = this.m_btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(346, 151);
     this.ControlBox        = false;
     this.Controls.Add(this.m_panelType);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_txtNomVariable);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_panelIdInitial);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "CFormEditNomVariable";
     this.ShowInTaskbar   = false;
     this.Text            = "Variable|152";
     this.Load           += new System.EventHandler(this.CFormEditNomVariable_Load);
     this.panel1.ResumeLayout(false);
     this.m_panelType.ResumeLayout(false);
     this.m_panelIdInitial.ResumeLayout(false);
     this.m_panelIdInitial.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.label1       = new System.Windows.Forms.Label();
     this.m_txtLibelle = new sc2i.win32.common.C2iTextBox();
     this.m_listViewRelationsComptabilites = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn8        = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.c2iPanelOmbre1            = new sc2i.win32.common.C2iPanelOmbre();
     this.m_cmbTypeElements         = new sc2i.win32.common.C2iComboBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.m_tab                     = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_pageEvenements          = new Crownwood.Magic.Controls.TabPage();
     this.m_panelEvenements         = new sc2i.win32.process.CPanelDefinisseurEvenements();
     this.m_tabPageToRemove         = new Crownwood.Magic.Controls.TabPage();
     this.m_listViewRelationElement = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.listViewAutoFilledColumn5 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.m_extLinkField            = new sc2i.win32.common.CExtLinkField();
     this.m_extStyle                = new sc2i.win32.common.CExtStyle();
     this.c2iPanelOmbre1.SuspendLayout();
     this.m_tab.SuspendLayout();
     this.m_pageEvenements.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label1, false);
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 61;
     this.label1.Text     = "Label|50";
     //
     // m_txtLibelle
     //
     this.m_txtLibelle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtLibelle, true);
     this.m_txtLibelle.Location    = new System.Drawing.Point(88, 8);
     this.m_txtLibelle.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtLibelle, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtLibelle.Name = "m_txtLibelle";
     this.m_txtLibelle.Size = new System.Drawing.Size(464, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtLibelle.TabIndex = 2;
     this.m_txtLibelle.Text     = "[Libelle]";
     //
     // m_listViewRelationsComptabilites
     //
     this.m_listViewRelationsComptabilites.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this.m_listViewRelationsComptabilites.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn8
     });
     this.m_listViewRelationsComptabilites.EnableCustomisation = true;
     this.m_listViewRelationsComptabilites.FullRowSelect       = true;
     this.m_listViewRelationsComptabilites.HideSelection       = false;
     this.m_extLinkField.SetLinkField(this.m_listViewRelationsComptabilites, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_listViewRelationsComptabilites, false);
     this.m_listViewRelationsComptabilites.Location = new System.Drawing.Point(8, 40);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_listViewRelationsComptabilites, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_listViewRelationsComptabilites.Name = "m_listViewRelationsComptabilites";
     this.m_listViewRelationsComptabilites.Size = new System.Drawing.Size(360, 208);
     this.m_extStyle.SetStyleBackColor(this.m_listViewRelationsComptabilites, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_listViewRelationsComptabilites, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_listViewRelationsComptabilites.TabIndex = 3;
     this.m_listViewRelationsComptabilites.UseCompatibleStateImageBehavior = false;
     this.m_listViewRelationsComptabilites.View = System.Windows.Forms.View.Details;
     //
     // listViewAutoFilledColumn8
     //
     this.listViewAutoFilledColumn8.Field             = "Comptabilite.Libelle";
     this.listViewAutoFilledColumn8.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn8.ProportionnalSize = false;
     this.listViewAutoFilledColumn8.Text    = "Comptabilité.Libellé";
     this.listViewAutoFilledColumn8.Visible = true;
     this.listViewAutoFilledColumn8.Width   = 300;
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbTypeElements);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre1.Controls.Add(this.label1);
     this.c2iPanelOmbre1.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.c2iPanelOmbre1, false);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(8, 3);
     this.c2iPanelOmbre1.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.c2iPanelOmbre1.Name = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size = new System.Drawing.Size(634, 72);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre1.TabIndex = 0;
     //
     // m_cmbTypeElements
     //
     this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeElements.IsLink        = false;
     this.m_extLinkField.SetLinkField(this.m_cmbTypeElements, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbTypeElements, false);
     this.m_cmbTypeElements.Location    = new System.Drawing.Point(88, 32);
     this.m_cmbTypeElements.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElements, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_cmbTypeElements.Name = "m_cmbTypeElements";
     this.m_cmbTypeElements.Size = new System.Drawing.Size(464, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeElements.TabIndex = 4007;
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label2, false);
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 16);
     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 = 4006;
     this.label2.Text     = "Target|20106";
     //
     // m_tab
     //
     this.m_tab.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_tab.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tab.BoldSelectedPage    = true;
     this.m_tab.ControlBottomOffset = 16;
     this.m_tab.ControlRightOffset  = 16;
     this.m_tab.ForeColor           = System.Drawing.Color.Black;
     this.m_tab.IDEPixelArea        = false;
     this.m_extLinkField.SetLinkField(this.m_tab, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_tab, false);
     this.m_tab.Location = new System.Drawing.Point(8, 81);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_tab, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_tab.Name          = "m_tab";
     this.m_tab.Ombre         = true;
     this.m_tab.PositionTop   = true;
     this.m_tab.SelectedIndex = 0;
     this.m_tab.SelectedTab   = this.m_tabPageToRemove;
     this.m_tab.Size          = new System.Drawing.Size(822, 449);
     this.m_extStyle.SetStyleBackColor(this.m_tab, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_tab, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tab.TabIndex = 4003;
     this.m_tab.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.m_tabPageToRemove,
         this.m_pageEvenements
     });
     this.m_tab.TextColor = System.Drawing.Color.Black;
     //
     // m_pageEvenements
     //
     this.m_pageEvenements.Controls.Add(this.m_panelEvenements);
     this.m_extLinkField.SetLinkField(this.m_pageEvenements, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageEvenements, false);
     this.m_pageEvenements.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageEvenements, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_pageEvenements.Name     = "m_pageEvenements";
     this.m_pageEvenements.Selected = false;
     this.m_pageEvenements.Size     = new System.Drawing.Size(806, 408);
     this.m_extStyle.SetStyleBackColor(this.m_pageEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageEvenements.TabIndex = 10;
     this.m_pageEvenements.Title    = "Event|20108";
     //
     // m_panelEvenements
     //
     this.m_panelEvenements.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_extLinkField.SetLinkField(this.m_panelEvenements, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelEvenements, false);
     this.m_panelEvenements.Location    = new System.Drawing.Point(0, 0);
     this.m_panelEvenements.LockEdition = true;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEvenements, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_panelEvenements.Name = "m_panelEvenements";
     this.m_panelEvenements.Size = new System.Drawing.Size(806, 408);
     this.m_extStyle.SetStyleBackColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelEvenements.TabIndex = 0;
     //
     // m_tabPageToRemove
     //
     this.m_extLinkField.SetLinkField(this.m_tabPageToRemove, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_tabPageToRemove, false);
     this.m_tabPageToRemove.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_tabPageToRemove, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_tabPageToRemove.Name = "m_tabPageToRemove";
     this.m_tabPageToRemove.Size = new System.Drawing.Size(806, 408);
     this.m_extStyle.SetStyleBackColor(this.m_tabPageToRemove, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_tabPageToRemove, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_tabPageToRemove.TabIndex = 2;
     this.m_tabPageToRemove.Title    = "Page|20107";
     //
     // m_listViewRelationElement
     //
     this.m_listViewRelationElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.m_listViewRelationElement.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.listViewAutoFilledColumn1,
         this.listViewAutoFilledColumn5
     });
     this.m_listViewRelationElement.EnableCustomisation = false;
     this.m_listViewRelationElement.FullRowSelect       = true;
     this.m_listViewRelationElement.HideSelection       = false;
     this.m_extLinkField.SetLinkField(this.m_listViewRelationElement, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_listViewRelationElement, false);
     this.m_listViewRelationElement.Location = new System.Drawing.Point(8, 32);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_listViewRelationElement, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_listViewRelationElement.MultiSelect = false;
     this.m_listViewRelationElement.Name        = "m_listViewRelationElement";
     this.m_listViewRelationElement.Size        = new System.Drawing.Size(376, 272);
     this.m_extStyle.SetStyleBackColor(this.m_listViewRelationElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_listViewRelationElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_listViewRelationElement.TabIndex = 14;
     this.m_listViewRelationElement.UseCompatibleStateImageBehavior = false;
     this.m_listViewRelationElement.View = System.Windows.Forms.View.Details;
     //
     // listViewAutoFilledColumn1
     //
     this.listViewAutoFilledColumn1.Field             = "Libelle";
     this.listViewAutoFilledColumn1.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn1.ProportionnalSize = false;
     this.listViewAutoFilledColumn1.Text    = "Label|50";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 203;
     //
     // listViewAutoFilledColumn5
     //
     this.listViewAutoFilledColumn5.Field             = "TypeElementsConvivial";
     this.listViewAutoFilledColumn5.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn5.ProportionnalSize = false;
     this.listViewAutoFilledColumn5.Text    = "Type|20109";
     this.listViewAutoFilledColumn5.Visible = true;
     this.listViewAutoFilledColumn5.Width   = 156;
     //
     // m_extLinkField
     //
     this.m_extLinkField.SourceTypeString = "";
     //
     // CPanelEditionComportementGenerique
     //
     this.Controls.Add(this.m_tab);
     this.Controls.Add(this.c2iPanelOmbre1);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CPanelEditionComportementGenerique";
     this.Size = new System.Drawing.Size(830, 530);
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Load += new System.EventHandler(this.CPanelEditionComportementGenerique_Load);
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.m_tab.ResumeLayout(false);
     this.m_tab.PerformLayout();
     this.m_pageEvenements.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2              = new System.Windows.Forms.Panel();
     this.m_splitContainer    = new System.Windows.Forms.SplitContainer();
     this.m_panelFormules     = new System.Windows.Forms.Panel();
     this.label2              = new System.Windows.Forms.Label();
     this.m_cmbTypeEntite     = new sc2i.win32.common.C2iComboBox();
     this.m_wndAideFormule    = new sc2i.win32.expression.CControlAideFormule();
     this.m_wndListeVariables = new System.Windows.Forms.ListView();
     this.panel2.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Text = "Store result in :|112";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.m_splitContainer);
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(736, 288);
     this.panel2.TabIndex = 2;
     //
     // m_splitContainer
     //
     this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer.Location    = new System.Drawing.Point(0, 0);
     this.m_splitContainer.Name        = "m_splitContainer";
     //
     // m_splitContainer.Panel1
     //
     this.m_splitContainer.Panel1.Controls.Add(this.m_panelFormules);
     this.m_splitContainer.Panel1.Controls.Add(this.label2);
     this.m_splitContainer.Panel1.Controls.Add(this.m_cmbTypeEntite);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer.Size             = new System.Drawing.Size(736, 288);
     this.m_splitContainer.SplitterDistance = 536;
     this.m_splitContainer.TabIndex         = 6;
     //
     // m_panelFormules
     //
     this.m_panelFormules.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelFormules.AutoScroll = true;
     this.m_panelFormules.Location   = new System.Drawing.Point(4, 33);
     this.m_panelFormules.Name       = "m_panelFormules";
     this.m_panelFormules.Size       = new System.Drawing.Size(525, 248);
     this.m_panelFormules.TabIndex   = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(117, 19);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Entity type|113";
     //
     // m_cmbTypeEntite
     //
     this.m_cmbTypeEntite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeEntite.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeEntite.IsLink                = false;
     this.m_cmbTypeEntite.Location              = new System.Drawing.Point(133, 6);
     this.m_cmbTypeEntite.LockEdition           = false;
     this.m_cmbTypeEntite.Name                  = "m_cmbTypeEntite";
     this.m_cmbTypeEntite.Size                  = new System.Drawing.Size(396, 21);
     this.m_cmbTypeEntite.TabIndex              = 4;
     this.m_cmbTypeEntite.SelectedValueChanged += new System.EventHandler(this.m_cmbTypeEntite_SelectedValueChanged);
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(0, 0);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(192, 284);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_wndListeVariables
     //
     this.m_wndListeVariables.Location = new System.Drawing.Point(8, 8);
     this.m_wndListeVariables.Name     = "m_wndListeVariables";
     this.m_wndListeVariables.Size     = new System.Drawing.Size(544, 256);
     this.m_wndListeVariables.TabIndex = 0;
     this.m_wndListeVariables.UseCompatibleStateImageBehavior = false;
     this.m_wndListeVariables.View = System.Windows.Forms.View.Details;
     //
     // CFormEditActionCreerEntite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(736, 366);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionCreerEntite";
     this.Text  = "Create|111";
     this.Load += new System.EventHandler(this.CFormEditActionCreerEntite_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #7
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.label1                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.m_txtNomVariable        = new System.Windows.Forms.TextBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.m_cmbType               = new sc2i.win32.common.C2iComboBox();
     this.m_wndAide               = new sc2i.win32.expression.CControlAideFormule();
     this.label4                  = new System.Windows.Forms.Label();
     this.m_txtFormuleValidation  = new sc2i.win32.expression.CControleEditeFormule();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.c2iPanelOmbre3          = new sc2i.win32.common.C2iPanelOmbre();
     this.m_txtValeurParDefaut    = new sc2i.win32.expression.CControleEditeFormule();
     this.label8                  = new System.Windows.Forms.Label();
     this.m_panelValeursPossibles = new sc2i.win32.common.C2iPanelOmbre();
     this.label7                  = new System.Windows.Forms.Label();
     this.m_gridValeurs           = new System.Windows.Forms.DataGrid();
     this.c2iPanelOmbre2          = new sc2i.win32.common.C2iPanelOmbre();
     this.m_btnTester             = new System.Windows.Forms.Button();
     this.m_txtTest               = new System.Windows.Forms.TextBox();
     this.m_txtDescriptionFormat  = new System.Windows.Forms.TextBox();
     this.label6                  = new System.Windows.Forms.Label();
     this.label5                  = new System.Windows.Forms.Label();
     this.c2iPanelOmbre1          = new sc2i.win32.common.C2iPanelOmbre();
     this.m_btnAnnuler            = new System.Windows.Forms.Button();
     this.m_btnOk                 = new System.Windows.Forms.Button();
     this.cExtStyle1              = new sc2i.win32.common.CExtStyle();
     this.m_splitContainer        = new System.Windows.Forms.SplitContainer();
     this.m_panelUnite            = new System.Windows.Forms.Panel();
     this.m_txtFormatUnite        = new sc2i.win32.common.C2iTextBox();
     this.label15                 = new System.Windows.Forms.Label();
     this.m_cmbSelectClasseUnite  = new sc2i.win32.common.CComboboxAutoFilled();
     this.label14                 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.c2iPanelOmbre3.SuspendLayout();
     this.m_panelValeursPossibles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_gridValeurs)).BeginInit();
     this.c2iPanelOmbre2.SuspendLayout();
     this.c2iPanelOmbre1.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.m_panelUnite.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(328, 16);
     this.cExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 0;
     this.label1.Text     = "User-defined variable|146";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 25);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(132, 20);
     this.cExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Variable name|143";
     //
     // m_txtNomVariable
     //
     this.m_txtNomVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtNomVariable.Location = new System.Drawing.Point(112, 25);
     this.m_txtNomVariable.Name     = "m_txtNomVariable";
     this.m_txtNomVariable.Size     = new System.Drawing.Size(392, 20);
     this.cExtStyle1.SetStyleBackColor(this.m_txtNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNomVariable.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 47);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(117, 21);
     this.cExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Data type|147";
     //
     // m_cmbType
     //
     this.m_cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbType.IsLink        = false;
     this.m_cmbType.Location      = new System.Drawing.Point(112, 47);
     this.m_cmbType.LockEdition   = false;
     this.m_cmbType.Name          = "m_cmbType";
     this.m_cmbType.Size          = new System.Drawing.Size(392, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbType.TabIndex              = 1;
     this.m_cmbType.SelectedValueChanged += new System.EventHandler(this.m_cmbType_SelectedValueChanged);
     //
     // 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(191, 461);
     this.cExtStyle1.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAide.TabIndex        = 5;
     this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande);
     //
     // 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, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(167, 13);
     this.cExtStyle1.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Validation formula|148";
     //
     // m_txtFormuleValidation
     //
     this.m_txtFormuleValidation.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_txtFormuleValidation.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleValidation.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleValidation.Formule     = null;
     this.m_txtFormuleValidation.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormuleValidation.LockEdition = false;
     this.m_txtFormuleValidation.Name        = "m_txtFormuleValidation";
     this.m_txtFormuleValidation.Size        = new System.Drawing.Size(240, 48);
     this.cExtStyle1.SetStyleBackColor(this.m_txtFormuleValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtFormuleValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleValidation.TabIndex = 0;
     this.m_txtFormuleValidation.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.c2iPanelOmbre3);
     this.panel1.Controls.Add(this.m_panelValeursPossibles);
     this.panel1.Controls.Add(this.c2iPanelOmbre2);
     this.panel1.Controls.Add(this.c2iPanelOmbre1);
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     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(542, 461);
     this.cExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 8;
     //
     // c2iPanelOmbre3
     //
     this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre3.Controls.Add(this.m_txtValeurParDefaut);
     this.c2iPanelOmbre3.Controls.Add(this.label8);
     this.c2iPanelOmbre3.Location    = new System.Drawing.Point(8, 320);
     this.c2iPanelOmbre3.LockEdition = false;
     this.c2iPanelOmbre3.Name        = "c2iPanelOmbre3";
     this.c2iPanelOmbre3.Size        = new System.Drawing.Size(528, 104);
     this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre3.TabIndex = 3;
     //
     // m_txtValeurParDefaut
     //
     this.m_txtValeurParDefaut.BackColor   = System.Drawing.Color.White;
     this.m_txtValeurParDefaut.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtValeurParDefaut.Formule     = null;
     this.m_txtValeurParDefaut.Location    = new System.Drawing.Point(8, 24);
     this.m_txtValeurParDefaut.LockEdition = false;
     this.m_txtValeurParDefaut.Name        = "m_txtValeurParDefaut";
     this.m_txtValeurParDefaut.Size        = new System.Drawing.Size(496, 56);
     this.cExtStyle1.SetStyleBackColor(this.m_txtValeurParDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtValeurParDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtValeurParDefaut.TabIndex = 4;
     this.m_txtValeurParDefaut.Enter   += new System.EventHandler(this.OnEnterTextBoxFormule);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 8);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(167, 16);
     this.cExtStyle1.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 3;
     this.label8.Text     = "Default value|152";
     //
     // m_panelValeursPossibles
     //
     this.m_panelValeursPossibles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelValeursPossibles.Controls.Add(this.label7);
     this.m_panelValeursPossibles.Controls.Add(this.m_gridValeurs);
     this.m_panelValeursPossibles.Location    = new System.Drawing.Point(280, 120);
     this.m_panelValeursPossibles.LockEdition = false;
     this.m_panelValeursPossibles.Name        = "m_panelValeursPossibles";
     this.m_panelValeursPossibles.Size        = new System.Drawing.Size(256, 200);
     this.cExtStyle1.SetStyleBackColor(this.m_panelValeursPossibles, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.m_panelValeursPossibles, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelValeursPossibles.TabIndex = 2;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(119, 13);
     this.cExtStyle1.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 19;
     this.label7.Text     = "Possible values|149";
     //
     // m_gridValeurs
     //
     this.m_gridValeurs.BackgroundColor    = System.Drawing.Color.White;
     this.m_gridValeurs.CaptionVisible     = false;
     this.m_gridValeurs.DataMember         = "";
     this.m_gridValeurs.HeaderForeColor    = System.Drawing.SystemColors.ControlText;
     this.m_gridValeurs.Location           = new System.Drawing.Point(8, 24);
     this.m_gridValeurs.Name               = "m_gridValeurs";
     this.m_gridValeurs.PreferredRowHeight = 20;
     this.m_gridValeurs.Size               = new System.Drawing.Size(224, 152);
     this.cExtStyle1.SetStyleBackColor(this.m_gridValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_gridValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_gridValeurs.TabIndex = 0;
     //
     // c2iPanelOmbre2
     //
     this.c2iPanelOmbre2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre2.Controls.Add(this.m_btnTester);
     this.c2iPanelOmbre2.Controls.Add(this.m_txtTest);
     this.c2iPanelOmbre2.Controls.Add(this.label4);
     this.c2iPanelOmbre2.Controls.Add(this.m_txtFormuleValidation);
     this.c2iPanelOmbre2.Controls.Add(this.m_txtDescriptionFormat);
     this.c2iPanelOmbre2.Controls.Add(this.label6);
     this.c2iPanelOmbre2.Controls.Add(this.label5);
     this.c2iPanelOmbre2.Location    = new System.Drawing.Point(8, 120);
     this.c2iPanelOmbre2.LockEdition = false;
     this.c2iPanelOmbre2.Name        = "c2iPanelOmbre2";
     this.c2iPanelOmbre2.Size        = new System.Drawing.Size(272, 200);
     this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre2.TabIndex = 1;
     //
     // m_btnTester
     //
     this.m_btnTester.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnTester.Location = new System.Drawing.Point(200, 150);
     this.m_btnTester.Name     = "m_btnTester";
     this.m_btnTester.Size     = new System.Drawing.Size(48, 24);
     this.cExtStyle1.SetStyleBackColor(this.m_btnTester, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnTester, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnTester.TabIndex = 3;
     this.m_btnTester.Text     = "Test|25";
     this.m_btnTester.Click   += new System.EventHandler(this.m_btnTester_Click);
     //
     // m_txtTest
     //
     this.m_txtTest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtTest.Location = new System.Drawing.Point(80, 152);
     this.m_txtTest.Name     = "m_txtTest";
     this.m_txtTest.Size     = new System.Drawing.Size(120, 20);
     this.cExtStyle1.SetStyleBackColor(this.m_txtTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtTest.TabIndex = 2;
     //
     // m_txtDescriptionFormat
     //
     this.m_txtDescriptionFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDescriptionFormat.Location  = new System.Drawing.Point(8, 96);
     this.m_txtDescriptionFormat.Multiline = true;
     this.m_txtDescriptionFormat.Name      = "m_txtDescriptionFormat";
     this.m_txtDescriptionFormat.Size      = new System.Drawing.Size(240, 40);
     this.cExtStyle1.SetStyleBackColor(this.m_txtDescriptionFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtDescriptionFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtDescriptionFormat.TabIndex = 1;
     //
     // label6
     //
     this.label6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.Location = new System.Drawing.Point(5, 152);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(87, 24);
     this.cExtStyle1.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Test zone|151";
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.Location = new System.Drawing.Point(8, 80);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(192, 16);
     this.cExtStyle1.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 15;
     this.label5.Text     = "Format error message|150";
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_panelUnite);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtNomVariable);
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbType);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Controls.Add(this.label3);
     this.c2iPanelOmbre1.Controls.Add(this.label1);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(8, 8);
     this.c2iPanelOmbre1.LockEdition = false;
     this.c2iPanelOmbre1.Name        = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size        = new System.Drawing.Size(528, 112);
     this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre1.TabIndex = 0;
     //
     // 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(291, 431);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(80, 24);
     this.cExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 5;
     this.m_btnAnnuler.Text     = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // 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(163, 431);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.cExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 4;
     this.m_btnOk.Text     = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_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.panel1);
     this.cExtStyle1.SetStyleBackColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAide);
     this.cExtStyle1.SetStyleBackColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_splitContainer.Size             = new System.Drawing.Size(745, 465);
     this.m_splitContainer.SplitterDistance = 546;
     this.cExtStyle1.SetStyleBackColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_splitContainer.TabIndex = 9;
     //
     // m_panelUnite
     //
     this.m_panelUnite.Controls.Add(this.m_txtFormatUnite);
     this.m_panelUnite.Controls.Add(this.label15);
     this.m_panelUnite.Controls.Add(this.m_cmbSelectClasseUnite);
     this.m_panelUnite.Controls.Add(this.label14);
     this.m_panelUnite.Location = new System.Drawing.Point(20, 71);
     this.m_panelUnite.Name     = "m_panelUnite";
     this.m_panelUnite.Size     = new System.Drawing.Size(407, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelUnite.TabIndex = 19;
     //
     // m_txtFormatUnite
     //
     this.m_txtFormatUnite.Location    = new System.Drawing.Point(312, 0);
     this.m_txtFormatUnite.LockEdition = false;
     this.m_txtFormatUnite.Name        = "m_txtFormatUnite";
     this.m_txtFormatUnite.Size        = new System.Drawing.Size(92, 20);
     this.cExtStyle1.SetStyleBackColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormatUnite.TabIndex = 22;
     this.m_txtFormatUnite.Text     = "[FormatAffichageUnite]";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(216, 2);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(89, 19);
     this.cExtStyle1.SetStyleBackColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label15.TabIndex = 21;
     this.label15.Text     = "Display format|20088";
     //
     // m_cmbSelectClasseUnite
     //
     this.m_cmbSelectClasseUnite.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbSelectClasseUnite.FormattingEnabled = true;
     this.m_cmbSelectClasseUnite.IsLink            = false;
     this.m_cmbSelectClasseUnite.ListDonnees       = null;
     this.m_cmbSelectClasseUnite.Location          = new System.Drawing.Point(93, 0);
     this.m_cmbSelectClasseUnite.LockEdition       = false;
     this.m_cmbSelectClasseUnite.Name              = "m_cmbSelectClasseUnite";
     this.m_cmbSelectClasseUnite.NullAutorise      = true;
     this.m_cmbSelectClasseUnite.ProprieteAffichee = null;
     this.m_cmbSelectClasseUnite.Size              = new System.Drawing.Size(121, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbSelectClasseUnite.TabIndex = 20;
     this.m_cmbSelectClasseUnite.TextNull = "(empty)";
     this.m_cmbSelectClasseUnite.Tri      = true;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(3, 2);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(89, 19);
     this.cExtStyle1.SetStyleBackColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label14.TabIndex = 19;
     this.label14.Text     = "Unit type|20087";
     //
     // CFormEditVariableDynamiqueSaisie
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(745, 465);
     this.Controls.Add(this.m_splitContainer);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CFormEditVariableDynamiqueSaisie";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Filter variable|145";
     this.Load += new System.EventHandler(this.CFormEditVariableDynamiqueSaisie_Load);
     this.panel1.ResumeLayout(false);
     this.c2iPanelOmbre3.ResumeLayout(false);
     this.c2iPanelOmbre3.PerformLayout();
     this.m_panelValeursPossibles.ResumeLayout(false);
     this.m_panelValeursPossibles.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_gridValeurs)).EndInit();
     this.c2iPanelOmbre2.ResumeLayout(false);
     this.c2iPanelOmbre2.PerformLayout();
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.m_panelUnite.ResumeLayout(false);
     this.m_panelUnite.PerformLayout();
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPanelDefinisseurEvenements));
     sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn();
     sc2i.win32.common.GLColumn glColumn3 = new sc2i.win32.common.GLColumn();
     this.m_panelComportementsInduits = new System.Windows.Forms.Panel();
     this.m_wndListeComportements     = new sc2i.win32.common.GlacialList();
     this.m_lnkSupprimer            = new sc2i.win32.common.CWndLinkStd();
     this.m_lnkAjouter              = new sc2i.win32.common.CWndLinkStd();
     this.m_cmbTypeElements         = new sc2i.win32.common.C2iComboBox();
     this.label3                    = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.label1                    = new System.Windows.Forms.Label();
     this.splitter1                 = new System.Windows.Forms.Splitter();
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.m_ExtStyle                = new sc2i.win32.common.CExtStyle();
     this.m_panelEvenements         = new sc2i.win32.data.navigation.CPanelListeSpeedStandard();
     this.m_cmbComportement         = new sc2i.win32.data.navigation.CComboBoxLinkListeObjetsDonnees();
     this.m_panelComportementsInduits.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panelComportementsInduits
     //
     this.m_panelComportementsInduits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelComportementsInduits.Controls.Add(this.m_wndListeComportements);
     this.m_panelComportementsInduits.Controls.Add(this.m_lnkSupprimer);
     this.m_panelComportementsInduits.Controls.Add(this.m_lnkAjouter);
     this.m_panelComportementsInduits.Controls.Add(this.m_cmbComportement);
     this.m_panelComportementsInduits.Controls.Add(this.m_cmbTypeElements);
     this.m_panelComportementsInduits.Controls.Add(this.label3);
     this.m_panelComportementsInduits.Controls.Add(this.label2);
     this.m_panelComportementsInduits.Controls.Add(this.label1);
     this.m_panelComportementsInduits.Dock      = System.Windows.Forms.DockStyle.Right;
     this.m_panelComportementsInduits.ForeColor = System.Drawing.Color.Black;
     this.m_panelComportementsInduits.Location  = new System.Drawing.Point(449, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelComportementsInduits, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelComportementsInduits.Name = "m_panelComportementsInduits";
     this.m_panelComportementsInduits.Size = new System.Drawing.Size(344, 264);
     this.m_ExtStyle.SetStyleBackColor(this.m_panelComportementsInduits, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.m_panelComportementsInduits, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_panelComportementsInduits.TabIndex = 4;
     //
     // m_wndListeComportements
     //
     this.m_wndListeComportements.AllowColumnResize   = true;
     this.m_wndListeComportements.AllowMultiselect    = false;
     this.m_wndListeComportements.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.m_wndListeComportements.AlternatingColors   = false;
     this.m_wndListeComportements.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_wndListeComportements.AutoHeight = true;
     this.m_wndListeComportements.AutoSort   = true;
     this.m_wndListeComportements.BackColor  = System.Drawing.SystemColors.ControlLightLight;
     this.m_wndListeComportements.CanChangeActivationCheckBoxes = false;
     this.m_wndListeComportements.CheckBoxes = false;
     glColumn1.ActiveControlItems            = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems")));
     glColumn1.BackColor          = System.Drawing.Color.Transparent;
     glColumn1.ControlType        = sc2i.win32.common.ColumnControlTypes.None;
     glColumn1.ForColor           = System.Drawing.Color.Black;
     glColumn1.ImageIndex         = -1;
     glColumn1.IsCheckColumn      = false;
     glColumn1.LastSortState      = sc2i.win32.common.ColumnSortState.SortedUp;
     glColumn1.Name               = "Column1";
     glColumn1.Propriete          = "Libelle";
     glColumn1.Text               = "Behavior|821";
     glColumn1.TextAlignment      = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width              = 230;
     glColumn2.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn2.ActiveControlItems")));
     glColumn2.BackColor          = System.Drawing.Color.Transparent;
     glColumn2.ControlType        = sc2i.win32.common.ColumnControlTypes.None;
     glColumn2.ForColor           = System.Drawing.Color.Black;
     glColumn2.ImageIndex         = -1;
     glColumn2.IsCheckColumn      = false;
     glColumn2.LastSortState      = sc2i.win32.common.ColumnSortState.SortedUp;
     glColumn2.Name               = "Column2";
     glColumn2.Propriete          = "TypeCibleConvivial";
     glColumn2.Text               = "Target|820";
     glColumn2.TextAlignment      = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width              = 100;
     this.m_wndListeComportements.Columns.AddRange(new sc2i.win32.common.GLColumn[] {
         glColumn1,
         glColumn2
     });
     this.m_wndListeComportements.ContexteUtilisation = "";
     this.m_wndListeComportements.EnableCustomisation = false;
     this.m_wndListeComportements.FocusedItem         = null;
     this.m_wndListeComportements.FullRowSelect       = true;
     this.m_wndListeComportements.GLGridLines         = sc2i.win32.common.GLGridStyles.gridSolid;
     this.m_wndListeComportements.GridColor           = System.Drawing.Color.Gray;
     this.m_wndListeComportements.HeaderHeight        = 22;
     this.m_wndListeComportements.HeaderStyle         = sc2i.win32.common.GLHeaderStyles.Normal;
     this.m_wndListeComportements.HeaderTextColor     = System.Drawing.Color.Black;
     this.m_wndListeComportements.HeaderVisible       = true;
     this.m_wndListeComportements.HeaderWordWrap      = false;
     this.m_wndListeComportements.HotColumnIndex      = -1;
     this.m_wndListeComportements.HotItemIndex        = -1;
     this.m_wndListeComportements.HotTracking         = false;
     this.m_wndListeComportements.HotTrackingColor    = System.Drawing.Color.LightGray;
     this.m_wndListeComportements.ImageList           = null;
     this.m_wndListeComportements.ItemHeight          = 17;
     this.m_wndListeComportements.ItemWordWrap        = false;
     this.m_wndListeComportements.ListeSource         = null;
     this.m_wndListeComportements.Location            = new System.Drawing.Point(8, 104);
     this.m_wndListeComportements.MaxHeight           = 17;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeComportements, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_wndListeComportements.Name = "m_wndListeComportements";
     this.m_wndListeComportements.SelectedTextColor = System.Drawing.Color.White;
     this.m_wndListeComportements.SelectionColor    = System.Drawing.Color.DarkBlue;
     this.m_wndListeComportements.ShowBorder        = true;
     this.m_wndListeComportements.ShowFocusRect     = false;
     this.m_wndListeComportements.Size      = new System.Drawing.Size(328, 152);
     this.m_wndListeComportements.SortIndex = 0;
     this.m_ExtStyle.SetStyleBackColor(this.m_wndListeComportements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_wndListeComportements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeComportements.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.m_wndListeComportements.TabIndex             = 4009;
     this.m_wndListeComportements.Text = "glacialList1";
     this.m_wndListeComportements.TrierAuClicSurEnteteColonne = true;
     this.m_wndListeComportements.DoubleClick += new System.EventHandler(this.m_wndListeComportements_DoubleClick);
     //
     // m_lnkSupprimer
     //
     this.m_lnkSupprimer.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_lnkSupprimer.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.m_lnkSupprimer.Location  = new System.Drawing.Point(88, 78);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkSupprimer, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_lnkSupprimer.Name = "m_lnkSupprimer";
     this.m_lnkSupprimer.Size = new System.Drawing.Size(72, 26);
     this.m_ExtStyle.SetStyleBackColor(this.m_lnkSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lnkSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkSupprimer.TabIndex     = 4008;
     this.m_lnkSupprimer.TypeLien     = sc2i.win32.common.TypeLinkStd.Suppression;
     this.m_lnkSupprimer.LinkClicked += new System.EventHandler(this.m_lnkSupprimer_LinkClicked);
     //
     // m_lnkAjouter
     //
     this.m_lnkAjouter.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_lnkAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.m_lnkAjouter.Location  = new System.Drawing.Point(8, 78);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjouter, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_lnkAjouter.Name = "m_lnkAjouter";
     this.m_lnkAjouter.Size = new System.Drawing.Size(64, 24);
     this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkAjouter.TabIndex     = 4007;
     this.m_lnkAjouter.TypeLien     = sc2i.win32.common.TypeLinkStd.Ajout;
     this.m_lnkAjouter.LinkClicked += new System.EventHandler(this.m_lnkAjouter_LinkClicked);
     //
     // m_cmbTypeElements
     //
     this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeElements.IsLink        = false;
     this.m_cmbTypeElements.Location      = new System.Drawing.Point(88, 32);
     this.m_cmbTypeElements.LockEdition   = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElements, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_cmbTypeElements.Name = "m_cmbTypeElements";
     this.m_cmbTypeElements.Size = new System.Drawing.Size(248, 21);
     this.m_ExtStyle.SetStyleBackColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeElements.TabIndex              = 4005;
     this.m_cmbTypeElements.SelectedValueChanged += new System.EventHandler(this.m_cmbTypeElements_SelectedValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 58);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(80, 16);
     this.m_ExtStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Behavior|821";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 34);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 16);
     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 = 1;
     this.label2.Text     = "Target|820";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(209, 21);
     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     = "Induced behaviors|819";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(446, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.splitter1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 264);
     this.m_ExtStyle.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop  = false;
     //
     // m_panelEvenements
     //
     this.m_panelEvenements.AllowArbre = true;
     glColumn3.ActiveControlItems      = ((System.Collections.ArrayList)(resources.GetObject("glColumn3.ActiveControlItems")));
     glColumn3.BackColor     = System.Drawing.Color.Transparent;
     glColumn3.ControlType   = sc2i.win32.common.ColumnControlTypes.None;
     glColumn3.ForColor      = System.Drawing.Color.Black;
     glColumn3.ImageIndex    = -1;
     glColumn3.IsCheckColumn = false;
     glColumn3.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp;
     glColumn3.Name          = "Name";
     glColumn3.Propriete     = "Libelle";
     glColumn3.Text          = "Label|50";
     glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn3.Width         = 400;
     this.m_panelEvenements.Columns.AddRange(new sc2i.win32.common.GLColumn[] {
         glColumn3
     });
     this.m_panelEvenements.ContexteUtilisation   = "";
     this.m_panelEvenements.ControlFiltreStandard = null;
     this.m_panelEvenements.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_panelEvenements.ElementSelectionne  = null;
     this.m_panelEvenements.EnableCustomisation = true;
     this.m_panelEvenements.FiltreDeBase        = null;
     this.m_panelEvenements.FiltreDeBaseEnAjout = false;
     this.m_panelEvenements.FiltrePrefere       = null;
     this.m_panelEvenements.FiltreRapide        = null;
     this.m_panelEvenements.ListeObjets         = null;
     this.m_panelEvenements.Location            = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEvenements, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_panelEvenements.ModeQuickSearch       = false;
     this.m_panelEvenements.ModeSelection         = false;
     this.m_panelEvenements.MultiSelect           = false;
     this.m_panelEvenements.Name                  = "m_panelEvenements";
     this.m_panelEvenements.Navigateur            = null;
     this.m_panelEvenements.ProprieteObjetAEditer = null;
     this.m_panelEvenements.QuickSearchText       = "";
     this.m_panelEvenements.Size                  = new System.Drawing.Size(446, 264);
     this.m_ExtStyle.SetStyleBackColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelEvenements.TabIndex = 6;
     this.m_panelEvenements.TrierAuClicSurEnteteColonne = true;
     this.m_panelEvenements.OnNewObjetDonnee           += new sc2i.win32.data.navigation.OnNewObjetDonneeEventHandler(this.m_panelEvenements_OnNewObjetDonnee);
     //
     // m_cmbComportement
     //
     this.m_cmbComportement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbComportement.ComportementLinkStd = true;
     this.m_cmbComportement.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbComportement.ElementSelectionne  = null;
     this.m_cmbComportement.IsLink       = true;
     this.m_cmbComportement.LinkProperty = "";
     this.m_cmbComportement.ListDonnees  = null;
     this.m_cmbComportement.Location     = new System.Drawing.Point(88, 56);
     this.m_cmbComportement.LockEdition  = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbComportement, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_cmbComportement.Name                       = "m_cmbComportement";
     this.m_cmbComportement.NullAutorise               = true;
     this.m_cmbComportement.ProprieteAffichee          = null;
     this.m_cmbComportement.ProprieteParentListeObjets = null;
     this.m_cmbComportement.SelectionneurParent        = null;
     this.m_cmbComportement.Size                       = new System.Drawing.Size(248, 21);
     this.m_ExtStyle.SetStyleBackColor(this.m_cmbComportement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_cmbComportement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbComportement.TabIndex        = 4006;
     this.m_cmbComportement.TextNull        = I.T("(Specific)|30316");
     this.m_cmbComportement.Tri             = true;
     this.m_cmbComportement.TypeFormEdition = null;
     //
     // CPanelDefinisseurEvenements
     //
     this.Controls.Add(this.m_panelEvenements);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.m_panelComportementsInduits);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CPanelDefinisseurEvenements";
     this.Size = new System.Drawing.Size(793, 264);
     this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelComportementsInduits.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.c2iPanelOmbre1           = new sc2i.win32.common.C2iPanelOmbre();
     this.m_btnDynamique           = new System.Windows.Forms.RadioButton();
     this.m_btnStatique            = new System.Windows.Forms.RadioButton();
     this.m_cmbTypeElements        = new sc2i.win32.common.C2iComboBox();
     this.c2iTextBox2              = new sc2i.win32.common.C2iTextBox();
     this.c2iTextBox1              = new sc2i.win32.common.C2iTextBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.m_txtLibelle             = new sc2i.win32.common.C2iTextBox();
     this.label3                   = new System.Windows.Forms.Label();
     this.label5                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.m_panelListe             = new timos.win32.composants.CPanelSelectListeElements();
     this.m_tabControl             = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_pageFiltre             = new Crownwood.Magic.Controls.TabPage();
     this.m_chkSourceRecherche     = new System.Windows.Forms.CheckBox();
     this.m_cmbTypeSourceRecherche = new sc2i.win32.common.C2iComboBox();
     this.m_panelFiltre            = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique();
     this.c2iTabControl1           = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage1                 = new Crownwood.Magic.Controls.TabPage();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     this.c2iPanelOmbre1.SuspendLayout();
     this.m_tabControl.SuspendLayout();
     this.m_pageFiltre.SuspendLayout();
     this.m_panelFiltre.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnAnnulerModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnAnnulerModifications, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnAnnulerModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnValiderModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnValiderModifications, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnValiderModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSupprimerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnSupprimerObjet, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSupprimerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnEditerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnEditerObjet, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnEditerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelNavigation
     //
     this.m_panelNavigation.Location = new System.Drawing.Point(694, 0);
     this.m_extStyle.SetStyleBackColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelCle
     //
     this.m_panelCle.Location = new System.Drawing.Point(610, 0);
     this.m_extStyle.SetStyleBackColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelMenu
     //
     this.m_panelMenu.Size = new System.Drawing.Size(830, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnHistorique
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_btnDynamique);
     this.c2iPanelOmbre1.Controls.Add(this.m_btnStatique);
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbTypeElements);
     this.c2iPanelOmbre1.Controls.Add(this.c2iTextBox2);
     this.c2iPanelOmbre1.Controls.Add(this.c2iTextBox1);
     this.c2iPanelOmbre1.Controls.Add(this.label4);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre1.Controls.Add(this.label3);
     this.c2iPanelOmbre1.Controls.Add(this.label5);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre1, "");
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(12, 52);
     this.c2iPanelOmbre1.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iPanelOmbre1, "");
     this.c2iPanelOmbre1.Name = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size = new System.Drawing.Size(572, 172);
     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 = 0;
     //
     // m_btnDynamique
     //
     this.m_extLinkField.SetLinkField(this.m_btnDynamique, "");
     this.m_btnDynamique.Location = new System.Drawing.Point(208, 128);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnDynamique, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_btnDynamique, "");
     this.m_btnDynamique.Name = "m_btnDynamique";
     this.m_btnDynamique.Size = new System.Drawing.Size(112, 26);
     this.m_extStyle.SetStyleBackColor(this.m_btnDynamique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnDynamique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnDynamique.TabIndex        = 4012;
     this.m_btnDynamique.Text            = "Dynamic list|922";
     this.m_btnDynamique.CheckedChanged += new System.EventHandler(this.m_btnDynamique_CheckedChanged);
     //
     // m_btnStatique
     //
     this.m_extLinkField.SetLinkField(this.m_btnStatique, "");
     this.m_btnStatique.Location = new System.Drawing.Point(96, 128);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnStatique, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_btnStatique, "");
     this.m_btnStatique.Name = "m_btnStatique";
     this.m_btnStatique.Size = new System.Drawing.Size(104, 26);
     this.m_extStyle.SetStyleBackColor(this.m_btnStatique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnStatique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnStatique.TabIndex        = 4011;
     this.m_btnStatique.Text            = "Static list|921";
     this.m_btnStatique.CheckedChanged += new System.EventHandler(this.m_btnStatique_CheckedChanged);
     //
     // m_cmbTypeElements
     //
     this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeElements.IsLink        = false;
     this.m_extLinkField.SetLinkField(this.m_cmbTypeElements, "");
     this.m_cmbTypeElements.Location    = new System.Drawing.Point(96, 56);
     this.m_cmbTypeElements.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElements, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbTypeElements, "");
     this.m_cmbTypeElements.Name = "m_cmbTypeElements";
     this.m_cmbTypeElements.Size = new System.Drawing.Size(440, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeElements.TabIndex              = 4010;
     this.m_cmbTypeElements.SelectedIndexChanged += new System.EventHandler(this.m_cmbTypeElements_SelectedIndexChanged);
     //
     // c2iTextBox2
     //
     this.m_extLinkField.SetLinkField(this.c2iTextBox2, "Commentaires");
     this.c2iTextBox2.Location    = new System.Drawing.Point(96, 80);
     this.c2iTextBox2.LockEdition = false;
     this.c2iTextBox2.MaxLength   = 2048;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iTextBox2, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.c2iTextBox2, "");
     this.c2iTextBox2.Multiline = true;
     this.c2iTextBox2.Name      = "c2iTextBox2";
     this.c2iTextBox2.Size      = new System.Drawing.Size(440, 48);
     this.m_extStyle.SetStyleBackColor(this.c2iTextBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iTextBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iTextBox2.TabIndex = 4008;
     this.c2iTextBox2.Text     = "[Commentaires]";
     //
     // c2iTextBox1
     //
     this.m_extLinkField.SetLinkField(this.c2iTextBox1, "Code");
     this.c2iTextBox1.Location    = new System.Drawing.Point(96, 32);
     this.c2iTextBox1.LockEdition = false;
     this.c2iTextBox1.MaxLength   = 255;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iTextBox1, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.c2iTextBox1, "");
     this.c2iTextBox1.Name = "c2iTextBox1";
     this.c2iTextBox1.Size = new System.Drawing.Size(296, 20);
     this.m_extStyle.SetStyleBackColor(this.c2iTextBox1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iTextBox1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iTextBox1.TabIndex = 4006;
     this.c2iTextBox1.Text     = "[Code]";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label4, "");
     this.label4.Location = new System.Drawing.Point(8, 59);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label4, "");
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(55, 13);
     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 = 4009;
     this.label4.Text     = "List of|920";
     //
     // m_txtLibelle
     //
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_txtLibelle.Location    = new System.Drawing.Point(96, 8);
     this.m_txtLibelle.LockEdition = false;
     this.m_txtLibelle.MaxLength   = 255;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtLibelle, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtLibelle, "");
     this.m_txtLibelle.Name = "m_txtLibelle";
     this.m_txtLibelle.Size = new System.Drawing.Size(440, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtLibelle.TabIndex = 4003;
     this.m_txtLibelle.Text     = "[Label]|30324";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(8, 83);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label3, "");
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(65, 13);
     this.m_extStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 4007;
     this.label3.Text     = "Comment|51";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label5, "");
     this.label5.Location = new System.Drawing.Point(8, 11);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label5, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label5, "");
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(47, 13);
     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 = 4005;
     this.label5.Text     = "Label|50";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(8, 35);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label2, "");
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(52, 13);
     this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 4005;
     this.label2.Text     = "Code|231";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label1, "");
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(46, 16);
     this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 4004;
     this.label1.Text     = "Libelle : ";
     //
     // m_panelListe
     //
     this.m_panelListe.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_panelListe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelListe.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.m_panelListe, "");
     this.m_panelListe.Location    = new System.Drawing.Point(0, 0);
     this.m_panelListe.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelListe, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_panelListe, "");
     this.m_panelListe.Name = "m_panelListe";
     this.m_panelListe.Size = new System.Drawing.Size(790, 256);
     this.m_extStyle.SetStyleBackColor(this.m_panelListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelListe.TabIndex           = 3;
     this.m_panelListe.Load              += new System.EventHandler(this.m_panelListe_Load);
     this.m_panelListe.OnChangeSelection += new System.EventHandler(this.m_panelListe_OnChangeSelection);
     //
     // m_tabControl
     //
     this.m_tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ControlBottomOffset = 16;
     this.m_tabControl.ControlRightOffset  = 16;
     this.m_tabControl.IDEPixelArea        = false;
     this.m_extLinkField.SetLinkField(this.m_tabControl, "");
     this.m_tabControl.Location = new System.Drawing.Point(16, 230);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_tabControl, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_tabControl, "");
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 1;
     this.m_tabControl.SelectedTab   = this.m_pageFiltre;
     this.m_tabControl.Size          = new System.Drawing.Size(806, 300);
     this.m_extStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_tabControl.TabIndex = 4005;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.m_pageFiltre
     });
     //
     // m_pageFiltre
     //
     this.m_pageFiltre.Controls.Add(this.m_chkSourceRecherche);
     this.m_pageFiltre.Controls.Add(this.m_cmbTypeSourceRecherche);
     this.m_pageFiltre.Controls.Add(this.m_panelFiltre);
     this.m_extLinkField.SetLinkField(this.m_pageFiltre, "");
     this.m_pageFiltre.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageFiltre, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_pageFiltre, "");
     this.m_pageFiltre.Name = "m_pageFiltre";
     this.m_pageFiltre.Size = new System.Drawing.Size(790, 259);
     this.m_extStyle.SetStyleBackColor(this.m_pageFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageFiltre.TabIndex = 11;
     this.m_pageFiltre.Title    = "Filter|581";
     //
     // m_chkSourceRecherche
     //
     this.m_chkSourceRecherche.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.m_extLinkField.SetLinkField(this.m_chkSourceRecherche, "");
     this.m_chkSourceRecherche.Location = new System.Drawing.Point(64, 3);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_chkSourceRecherche, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_chkSourceRecherche, "");
     this.m_chkSourceRecherche.Name = "m_chkSourceRecherche";
     this.m_chkSourceRecherche.Size = new System.Drawing.Size(146, 17);
     this.m_extStyle.SetStyleBackColor(this.m_chkSourceRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkSourceRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkSourceRecherche.TabIndex = 4013;
     this.m_chkSourceRecherche.Text     = "Search in|831";
     this.m_chkSourceRecherche.UseVisualStyleBackColor = true;
     this.m_chkSourceRecherche.CheckedChanged         += new System.EventHandler(this.m_chkSourceRecherche_CheckedChanged);
     //
     // m_cmbTypeSourceRecherche
     //
     this.m_cmbTypeSourceRecherche.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbTypeSourceRecherche.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeSourceRecherche.IsLink        = false;
     this.m_extLinkField.SetLinkField(this.m_cmbTypeSourceRecherche, "");
     this.m_cmbTypeSourceRecherche.Location    = new System.Drawing.Point(216, 0);
     this.m_cmbTypeSourceRecherche.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeSourceRecherche, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbTypeSourceRecherche, "");
     this.m_cmbTypeSourceRecherche.Name = "m_cmbTypeSourceRecherche";
     this.m_cmbTypeSourceRecherche.Size = new System.Drawing.Size(558, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbTypeSourceRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbTypeSourceRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeSourceRecherche.TabIndex              = 4012;
     this.m_cmbTypeSourceRecherche.SelectedIndexChanged += new System.EventHandler(this.m_cmbTypeSourceRecherche_SelectedIndexChanged);
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelFiltre.BackColor = System.Drawing.Color.White;
     this.m_panelFiltre.Controls.Add(this.c2iTabControl1);
     this.m_panelFiltre.DefinitionRacineDeChampsFiltres = null;
     this.m_panelFiltre.FiltreDynamique = null;
     this.m_extLinkField.SetLinkField(this.m_panelFiltre, "");
     this.m_panelFiltre.Location    = new System.Drawing.Point(0, 24);
     this.m_panelFiltre.LockEdition = true;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelFiltre, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_panelFiltre.ModeSansType = true;
     this.m_extModulesAssociator.SetModules(this.m_panelFiltre, "");
     this.m_panelFiltre.Name = "m_panelFiltre";
     this.m_panelFiltre.Size = new System.Drawing.Size(790, 233);
     this.m_extStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFiltre.TabIndex = 4002;
     //
     // c2iTabControl1
     //
     this.c2iTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iTabControl1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(184)))));
     this.c2iTabControl1.BoldSelectedPage    = true;
     this.c2iTabControl1.ControlBottomOffset = 16;
     this.c2iTabControl1.ControlRightOffset  = 16;
     this.c2iTabControl1.IDEPixelArea        = false;
     this.m_extLinkField.SetLinkField(this.c2iTabControl1, "");
     this.c2iTabControl1.Location = new System.Drawing.Point(0, 32);
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iTabControl1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iTabControl1, "");
     this.c2iTabControl1.Name        = "c2iTabControl1";
     this.c2iTabControl1.Ombre       = true;
     this.c2iTabControl1.PositionTop = true;
     this.c2iTabControl1.Size        = new System.Drawing.Size(790, 185);
     this.m_extStyle.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iTabControl1.TabIndex = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_panelListe);
     this.m_extLinkField.SetLinkField(this.tabPage1, "");
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.tabPage1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.tabPage1, "");
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Selected = false;
     this.tabPage1.Size     = new System.Drawing.Size(790, 259);
     this.m_extStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Elements|923";
     //
     // CFormEditionListeEntites
     //
     this.ClientSize = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.c2iPanelOmbre1);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this, "");
     this.Name = "CFormEditionListeEntites";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.AfterValideModification += new sc2i.data.ObjetDonneeEventHandler(this.CFormEditionListeEntites_AfterValideModification);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre1, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.m_pageFiltre.ResumeLayout(false);
     this.m_panelFiltre.ResumeLayout(false);
     this.tabPage1.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.c2iPanelOmbre1     = new sc2i.win32.common.C2iPanelOmbre();
     this.m_cmbTypeFinal     = new sc2i.win32.common.C2iComboBox();
     this.label6             = new System.Windows.Forms.Label();
     this.m_panelSources     = new System.Windows.Forms.Panel();
     this.m_txtFonctionSql   = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.m_txtNomChamp      = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.m_lnkAjouterSource = new System.Windows.Forms.LinkLabel();
     this.m_cmbOperation     = new sc2i.win32.common.C2iComboBox();
     this.m_chkGrouper       = new System.Windows.Forms.CheckBox();
     this.panel1             = new System.Windows.Forms.Panel();
     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_ExtStyle1        = new sc2i.win32.common.CExtStyle();
     this.c2iPanelOmbre1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c2iPanelOmbre1
     //
     this.c2iPanelOmbre1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbTypeFinal);
     this.c2iPanelOmbre1.Controls.Add(this.label6);
     this.c2iPanelOmbre1.Controls.Add(this.m_panelSources);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtFonctionSql);
     this.c2iPanelOmbre1.Controls.Add(this.label3);
     this.c2iPanelOmbre1.Controls.Add(this.label5);
     this.c2iPanelOmbre1.Controls.Add(this.m_txtNomChamp);
     this.c2iPanelOmbre1.Controls.Add(this.label2);
     this.c2iPanelOmbre1.Controls.Add(this.label1);
     this.c2iPanelOmbre1.Controls.Add(this.label4);
     this.c2iPanelOmbre1.Controls.Add(this.m_lnkAjouterSource);
     this.c2iPanelOmbre1.Controls.Add(this.m_cmbOperation);
     this.c2iPanelOmbre1.Controls.Add(this.m_chkGrouper);
     this.c2iPanelOmbre1.Location    = new System.Drawing.Point(8, 8);
     this.c2iPanelOmbre1.LockEdition = false;
     this.c2iPanelOmbre1.Name        = "c2iPanelOmbre1";
     this.c2iPanelOmbre1.Size        = new System.Drawing.Size(504, 322);
     this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iPanelOmbre1.TabIndex = 18;
     //
     // m_cmbTypeFinal
     //
     this.m_cmbTypeFinal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeFinal.IsLink        = false;
     this.m_cmbTypeFinal.Location      = new System.Drawing.Point(128, 281);
     this.m_cmbTypeFinal.LockEdition   = false;
     this.m_cmbTypeFinal.Name          = "m_cmbTypeFinal";
     this.m_cmbTypeFinal.Size          = new System.Drawing.Size(208, 21);
     this.m_ExtStyle1.SetStyleBackColor(this.m_cmbTypeFinal, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_cmbTypeFinal, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeFinal.TabIndex = 5;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(3, 286);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(125, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Final data type|20006";
     //
     // m_panelSources
     //
     this.m_panelSources.AutoScroll = true;
     this.m_panelSources.BackColor  = System.Drawing.Color.White;
     this.m_panelSources.Location   = new System.Drawing.Point(128, 54);
     this.m_panelSources.Name       = "m_panelSources";
     this.m_panelSources.Size       = new System.Drawing.Size(349, 114);
     this.m_ExtStyle1.SetStyleBackColor(this.m_panelSources, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_panelSources, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelSources.TabIndex = 1;
     //
     // m_txtFonctionSql
     //
     this.m_txtFonctionSql.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFonctionSql.Location  = new System.Drawing.Point(128, 176);
     this.m_txtFonctionSql.Multiline = true;
     this.m_txtFonctionSql.Name      = "m_txtFonctionSql";
     this.m_txtFonctionSql.Size      = new System.Drawing.Size(349, 48);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtFonctionSql, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtFonctionSql, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFonctionSql.TabIndex = 2;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 176);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 8;
     this.label3.Text     = "SQL function|105";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 232);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(104, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Operation|106";
     //
     // m_txtNomChamp
     //
     this.m_txtNomChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtNomChamp.Location = new System.Drawing.Point(128, 28);
     this.m_txtNomChamp.Name     = "m_txtNomChamp";
     this.m_txtNomChamp.Size     = new System.Drawing.Size(349, 20);
     this.m_ExtStyle1.SetStyleBackColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNomChamp.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Field name|101";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(328, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Cumulated field|103";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 54);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(104, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Sources|104";
     //
     // m_lnkAjouterSource
     //
     this.m_lnkAjouterSource.Location = new System.Drawing.Point(8, 70);
     this.m_lnkAjouterSource.Name     = "m_lnkAjouterSource";
     this.m_lnkAjouterSource.Size     = new System.Drawing.Size(64, 16);
     this.m_ExtStyle1.SetStyleBackColor(this.m_lnkAjouterSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_lnkAjouterSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkAjouterSource.TabIndex     = 0;
     this.m_lnkAjouterSource.TabStop      = true;
     this.m_lnkAjouterSource.Text         = "Add|24";
     this.m_lnkAjouterSource.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjouterSource_LinkClicked);
     //
     // m_cmbOperation
     //
     this.m_cmbOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbOperation.IsLink        = false;
     this.m_cmbOperation.Location      = new System.Drawing.Point(128, 232);
     this.m_cmbOperation.LockEdition   = false;
     this.m_cmbOperation.Name          = "m_cmbOperation";
     this.m_cmbOperation.Size          = new System.Drawing.Size(208, 21);
     this.m_ExtStyle1.SetStyleBackColor(this.m_cmbOperation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_cmbOperation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbOperation.TabIndex = 3;
     //
     // m_chkGrouper
     //
     this.m_chkGrouper.Location = new System.Drawing.Point(128, 259);
     this.m_chkGrouper.Name     = "m_chkGrouper";
     this.m_chkGrouper.Size     = new System.Drawing.Size(240, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_chkGrouper, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_chkGrouper, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkGrouper.TabIndex = 4;
     this.m_chkGrouper.Text     = "Group the data on this field|106";
     //
     // panel1
     //
     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.c2iPanelOmbre1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(520, 407);
     this.m_ExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 20;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor    = System.Drawing.SystemColors.Control;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location     = new System.Drawing.Point(256, 378);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(80, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 1;
     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(136, 378);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(80, 24);
     this.m_ExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 0;
     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(517, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 407);
     this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 19;
     this.splitter1.TabStop  = false;
     //
     // CFormEditChampDeRequete
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(520, 407);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CFormEditChampDeRequete";
     this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre);
     this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Cumulated field|103";
     this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load);
     this.c2iPanelOmbre1.ResumeLayout(false);
     this.c2iPanelOmbre1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }