/// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormSelectElementsMultiples));
     this.m_panelGeneral   = new sc2i.win32.common.C2iPanelOmbre();
     this.m_panelSelection = new timos.win32.composants.CPanelSelectListeElements();
     this.panel1           = new System.Windows.Forms.Panel();
     this.m_btnOk          = new System.Windows.Forms.Button();
     this.m_btnAnnuler     = new System.Windows.Forms.Button();
     this.m_ExtStyle       = new sc2i.win32.common.CExtStyle();
     this.m_panelGeneral.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panelGeneral
     //
     this.m_panelGeneral.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_panelGeneral.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelGeneral.Controls.Add(this.m_panelSelection);
     this.m_panelGeneral.Controls.Add(this.panel1);
     this.m_panelGeneral.ForeColor   = System.Drawing.Color.Black;
     this.m_panelGeneral.Location    = new System.Drawing.Point(0, 0);
     this.m_panelGeneral.LockEdition = false;
     this.m_panelGeneral.Name        = "m_panelGeneral";
     this.m_panelGeneral.Size        = new System.Drawing.Size(504, 403);
     this.m_ExtStyle.SetStyleBackColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_panelGeneral.TabIndex = 4008;
     //
     // m_panelSelection
     //
     this.m_panelSelection.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelSelection.ForeColor   = System.Drawing.Color.Black;
     this.m_panelSelection.Location    = new System.Drawing.Point(0, 0);
     this.m_panelSelection.LockEdition = false;
     this.m_panelSelection.Name        = "m_panelSelection";
     this.m_panelSelection.Size        = new System.Drawing.Size(488, 336);
     this.m_ExtStyle.SetStyleBackColor(this.m_panelSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.m_panelSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_panelSelection.TabIndex = 4015;
     //
     // panel1
     //
     this.panel1.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Location = new System.Drawing.Point(192, 336);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(120, 48);
     this.m_ExtStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 4014;
     //
     // 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(14, 0);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(40, 40);
     this.m_ExtStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 4012;
     this.m_btnOk.Click   += new System.EventHandler(this.m_btnOk_Click);
     //
     // 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(62, 0);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(40, 40);
     this.m_ExtStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 4013;
     this.m_btnAnnuler.Click   += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // CFormSelectElementsMultiples
     //
     this.AcceptButton      = this.m_btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(504, 400);
     this.Controls.Add(this.m_panelGeneral);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "CFormSelectElementsMultiples";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "CFormSelectElementsMultiples";
     this.Load += new System.EventHandler(this.CFormSelectElementsMultiples_Load);
     this.m_panelGeneral.ResumeLayout(false);
     this.m_panelGeneral.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }