Пример #1
0
        ////////////////////////////////////////////
        private void OnChangeExpression(string strTexte, ref C2iExpression expToSet, CComboboxAutoFilled combo)
        {
            CContexteAnalyse2iExpression ctx = new CContexteAnalyse2iExpression(ActionSynchronisme.Process, typeof(CProcess));
            CResultAErreur result            = new CAnalyseurSyntaxiqueExpression(ctx).AnalyseChaine(strTexte);

            if (result)
            {
                ArrayList lstChamps = new ArrayList();
                expToSet = (C2iExpression)result.Data;
                Type            tp        = expToSet.TypeDonnee.TypeDotNetNatif;
                CStructureTable structure = null;
                try
                {
                    structure = CStructureTable.GetStructure(tp);
                    ArrayList lst = new ArrayList();
                    foreach (CInfoChampTable champ in structure.Champs)
                    {
                        if (champ.TypeDonnee == typeof(DateTime) || champ.TypeDonnee == typeof(DateTime?))
                        {
                            lst.Add(champ);
                        }
                    }
                    //Cherche les champs custom
                    if (typeof(CElementAChamp).IsAssignableFrom(tp))
                    {
                        //Crée les infos champ custom pour le type
                        using (CContexteDonnee contexte = new CContexteDonnee(
                                   CSessionClient.GetSessionUnique().IdSession,
                                   true, false))
                        {
                            string strCodeRole = CRoleChampCustom.GetRoleForType(tp).CodeRole;
                            CListeObjetsDonnees listeChamps = CChampCustom.GetListeChampsForRole(
                                contexte, strCodeRole);
                            new CListeObjetsDonnees(contexte, typeof(CChampCustom));
                            listeChamps.Filtre = new CFiltreData(
                                CChampCustom.c_champType + "=@1",
                                (int)TypeDonnee.tDate);
                            foreach (CChampCustom champ in listeChamps)
                            {
                                CInfoChampTable info = new CInfoChampTable(
                                    CSynchronismeDonnees.c_idChampCustom + champ.Id.ToString(),
                                    typeof(DateTime),
                                    0,
                                    false,
                                    false,
                                    true,
                                    false,
                                    true);
                                info.NomConvivial = champ.Nom;
                                lst.Add(info);
                            }
                        }
                    }
                    combo.ListDonnees = lst;
                }
                catch
                {
                }
            }
        }
Пример #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.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);
 }
Пример #3
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditionTypeConsommable));
     this.label1       = new System.Windows.Forms.Label();
     this.m_txtLibelle = new sc2i.win32.common.C2iTextBox();
     this.m_panTop     = new sc2i.win32.common.C2iPanelOmbre();
     this.m_cmbSelectFamilleHierarchique = new sc2i.win32.data.dynamic.CComboBoxArbreObjetDonneesHierarchique();
     this.m_cmbSelectUnite            = new sc2i.win32.common.CComboboxAutoFilled();
     this.label2                      = new System.Windows.Forms.Label();
     this.label3                      = new System.Windows.Forms.Label();
     this.m_tabControl                = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_pageFormulaires           = new Crownwood.Magic.Controls.TabPage();
     this.m_panelChamps               = new sc2i.win32.data.dynamic.CPanelChampsCustom();
     this.m_pageOptions               = new Crownwood.Magic.Controls.TabPage();
     this.label4                      = new System.Windows.Forms.Label();
     this.m_chkSortieDefinitive       = new System.Windows.Forms.CheckBox();
     this.m_chkGestionParLot          = new System.Windows.Forms.CheckBox();
     this.m_pageConditionnement       = new Crownwood.Magic.Controls.TabPage();
     this.m_panelEditConditionnements = new timos.Equipement.consommables.CPanelEditConditionnement();
     this.m_pageLots                  = new Crownwood.Magic.Controls.TabPage();
     this.m_panelListLots             = new sc2i.win32.data.navigation.CPanelListeSpeedStandard();
     this.listViewAutoFilledColumn5   = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.m_panelSetupLot             = new System.Windows.Forms.Panel();
     this.m_panelChampsLot            = new timos.win32.composants.CPanelEditDefinisseurChampsCustom();
     this.label5                      = new System.Windows.Forms.Label();
     this.m_panelNavigation.SuspendLayout();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).BeginInit();
     this.m_panTop.SuspendLayout();
     this.m_tabControl.SuspendLayout();
     this.m_pageFormulaires.SuspendLayout();
     this.m_pageOptions.SuspendLayout();
     this.m_pageConditionnement.SuspendLayout();
     this.m_pageLots.SuspendLayout();
     this.panel1.SuspendLayout();
     this.m_panelSetupLot.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnAnnulerModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnAnnulerModifications, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnAnnulerModifications, false);
     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_extLinkField.SetLinkFieldAutoUpdate(this.m_btnValiderModifications, false);
     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_extLinkField.SetLinkFieldAutoUpdate(this.m_btnSupprimerObjet, false);
     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_extLinkField.SetLinkFieldAutoUpdate(this.m_btnEditerObjet, false);
     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(620, 0);
     this.m_panelNavigation.Size     = new System.Drawing.Size(153, 28);
     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_lblNbListes
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnPrecedent
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSuivant
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnAjout
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblId
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelCle
     //
     this.m_panelCle.Location = new System.Drawing.Point(533, 0);
     this.m_panelCle.Size     = new System.Drawing.Size(87, 28);
     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(773, 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);
     //
     // m_imageCle
     //
     this.m_extStyle.SetStyleBackColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnChercherObjet
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // label1
     //
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label1, false);
     this.label1.Location = new System.Drawing.Point(16, 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(82, 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 = 4002;
     this.label1.Text     = "Label|50";
     //
     // m_txtLibelle
     //
     this.m_txtLibelle.EmptyText = "";
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtLibelle, true);
     this.m_txtLibelle.Location    = new System.Drawing.Point(104, 8);
     this.m_txtLibelle.LockEdition = false;
     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(328, 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 = 0;
     this.m_txtLibelle.Text     = "[Libelle]";
     //
     // m_panTop
     //
     this.m_panTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panTop.Controls.Add(this.m_cmbSelectFamilleHierarchique);
     this.m_panTop.Controls.Add(this.m_cmbSelectUnite);
     this.m_panTop.Controls.Add(this.label2);
     this.m_panTop.Controls.Add(this.label3);
     this.m_panTop.Controls.Add(this.label1);
     this.m_panTop.Controls.Add(this.m_txtLibelle);
     this.m_panTop.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.m_panTop, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panTop, false);
     this.m_panTop.Location    = new System.Drawing.Point(8, 52);
     this.m_panTop.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panTop, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_panTop, "");
     this.m_panTop.Name = "m_panTop";
     this.m_panTop.Size = new System.Drawing.Size(486, 100);
     this.m_extStyle.SetStyleBackColor(this.m_panTop, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panTop, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panTop.TabIndex = 0;
     //
     // m_cmbSelectFamilleHierarchique
     //
     this.m_cmbSelectFamilleHierarchique.AutoriserFilsDeAutorises = true;
     this.m_cmbSelectFamilleHierarchique.BackColor          = System.Drawing.Color.White;
     this.m_cmbSelectFamilleHierarchique.ElementSelectionne = null;
     this.m_extLinkField.SetLinkField(this.m_cmbSelectFamilleHierarchique, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbSelectFamilleHierarchique, false);
     this.m_cmbSelectFamilleHierarchique.Location    = new System.Drawing.Point(104, 34);
     this.m_cmbSelectFamilleHierarchique.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbSelectFamilleHierarchique, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbSelectFamilleHierarchique, "");
     this.m_cmbSelectFamilleHierarchique.Name         = "m_cmbSelectFamilleHierarchique";
     this.m_cmbSelectFamilleHierarchique.NullAutorise = false;
     this.m_cmbSelectFamilleHierarchique.Size         = new System.Drawing.Size(328, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbSelectFamilleHierarchique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbSelectFamilleHierarchique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbSelectFamilleHierarchique.TabIndex = 4007;
     this.m_cmbSelectFamilleHierarchique.TextNull = "None";
     this.m_cmbSelectFamilleHierarchique.ElementSelectionneChanged += new System.EventHandler(this.m_cmbSelectFamilleHierarchique_ElementSelectionneChanged);
     //
     // m_cmbSelectUnite
     //
     this.m_cmbSelectUnite.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbSelectUnite.FormattingEnabled = true;
     this.m_cmbSelectUnite.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbSelectUnite, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbSelectUnite, false);
     this.m_cmbSelectUnite.ListDonnees = null;
     this.m_cmbSelectUnite.Location    = new System.Drawing.Point(104, 59);
     this.m_cmbSelectUnite.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbSelectUnite, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbSelectUnite, "");
     this.m_cmbSelectUnite.Name              = "m_cmbSelectUnite";
     this.m_cmbSelectUnite.NullAutorise      = false;
     this.m_cmbSelectUnite.ProprieteAffichee = null;
     this.m_cmbSelectUnite.Size              = new System.Drawing.Size(165, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbSelectUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbSelectUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbSelectUnite.TabIndex = 4006;
     this.m_cmbSelectUnite.TextNull = "(empty)";
     this.m_cmbSelectUnite.Tri      = true;
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label2, false);
     this.label2.Location = new System.Drawing.Point(16, 62);
     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(82, 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 = 4004;
     this.label2.Text     = "Unité|10376";
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label3, false);
     this.label3.Location = new System.Drawing.Point(16, 37);
     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(82, 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 = 4004;
     this.label3.Text     = "Family|10375";
     //
     // 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_extLinkField.SetLinkField(this.m_tabControl, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_tabControl, false);
     this.m_tabControl.Location = new System.Drawing.Point(8, 158);
     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_pageOptions;
     this.m_tabControl.Size          = new System.Drawing.Size(765, 326);
     this.m_extStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tabControl.TabIndex = 4004;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.m_pageFormulaires,
         this.m_pageOptions,
         this.m_pageConditionnement,
         this.m_pageLots
     });
     this.m_tabControl.TextColor         = System.Drawing.Color.Black;
     this.m_tabControl.SelectionChanged += new System.EventHandler(this.m_tabControl_SelectionChanged);
     //
     // m_pageFormulaires
     //
     this.m_pageFormulaires.Controls.Add(this.m_panelChamps);
     this.m_extLinkField.SetLinkField(this.m_pageFormulaires, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageFormulaires, false);
     this.m_pageFormulaires.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageFormulaires, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_pageFormulaires, "");
     this.m_pageFormulaires.Name     = "m_pageFormulaires";
     this.m_pageFormulaires.Selected = false;
     this.m_pageFormulaires.Size     = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_pageFormulaires, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageFormulaires, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageFormulaires.TabIndex = 13;
     this.m_pageFormulaires.Title    = "Properties|1234";
     //
     // m_panelChamps
     //
     this.m_panelChamps.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelChamps.BoldSelectedPage = true;
     this.m_panelChamps.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_panelChamps.ElementEdite     = null;
     this.m_panelChamps.IDEPixelArea     = false;
     this.m_extLinkField.SetLinkField(this.m_panelChamps, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelChamps, false);
     this.m_panelChamps.Location    = new System.Drawing.Point(0, 0);
     this.m_panelChamps.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelChamps, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_panelChamps, "");
     this.m_panelChamps.Name        = "m_panelChamps";
     this.m_panelChamps.Ombre       = false;
     this.m_panelChamps.PositionTop = true;
     this.m_panelChamps.Size        = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_panelChamps, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelChamps, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelChamps.TabIndex = 10;
     //
     // m_pageOptions
     //
     this.m_pageOptions.Controls.Add(this.m_panelSetupLot);
     this.m_pageOptions.Controls.Add(this.panel1);
     this.m_extLinkField.SetLinkField(this.m_pageOptions, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageOptions, false);
     this.m_pageOptions.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageOptions, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_pageOptions, "");
     this.m_pageOptions.Name = "m_pageOptions";
     this.m_pageOptions.Size = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_pageOptions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageOptions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageOptions.TabIndex = 10;
     this.m_pageOptions.Title    = "Options|56";
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_extLinkField.SetLinkField(this.label4, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label4, false);
     this.label4.Location = new System.Drawing.Point(3, 0);
     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(326, 22);
     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 = 1;
     this.label4.Text     = "Stock management options|10378";
     //
     // m_chkSortieDefinitive
     //
     this.m_extLinkField.SetLinkField(this.m_chkSortieDefinitive, "SortieDefinitive");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_chkSortieDefinitive, true);
     this.m_chkSortieDefinitive.Location = new System.Drawing.Point(52, 41);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_chkSortieDefinitive, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_chkSortieDefinitive, "");
     this.m_chkSortieDefinitive.Name = "m_chkSortieDefinitive";
     this.m_chkSortieDefinitive.Size = new System.Drawing.Size(326, 20);
     this.m_extStyle.SetStyleBackColor(this.m_chkSortieDefinitive, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkSortieDefinitive, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkSortieDefinitive.TabIndex = 0;
     this.m_chkSortieDefinitive.Text     = "Stock final output (not reusable)|10380";
     this.m_chkSortieDefinitive.UseVisualStyleBackColor = true;
     //
     // m_chkGestionParLot
     //
     this.m_extLinkField.SetLinkField(this.m_chkGestionParLot, "GestionParLot");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_chkGestionParLot, true);
     this.m_chkGestionParLot.Location = new System.Drawing.Point(52, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_chkGestionParLot, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_chkGestionParLot, "");
     this.m_chkGestionParLot.Name = "m_chkGestionParLot";
     this.m_chkGestionParLot.Size = new System.Drawing.Size(326, 20);
     this.m_extStyle.SetStyleBackColor(this.m_chkGestionParLot, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkGestionParLot, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkGestionParLot.TabIndex = 0;
     this.m_chkGestionParLot.Text     = "Management by Lot|10379";
     this.m_chkGestionParLot.UseVisualStyleBackColor = true;
     this.m_chkGestionParLot.CheckedChanged         += new System.EventHandler(this.m_chkGestionParLot_CheckedChanged);
     //
     // m_pageConditionnement
     //
     this.m_pageConditionnement.Controls.Add(this.m_panelEditConditionnements);
     this.m_extLinkField.SetLinkField(this.m_pageConditionnement, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageConditionnement, false);
     this.m_pageConditionnement.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageConditionnement, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_pageConditionnement, "");
     this.m_pageConditionnement.Name     = "m_pageConditionnement";
     this.m_pageConditionnement.Selected = false;
     this.m_pageConditionnement.Size     = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_pageConditionnement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageConditionnement, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageConditionnement.TabIndex = 11;
     this.m_pageConditionnement.Title    = "Packaging|10381";
     //
     // m_panelEditConditionnements
     //
     this.m_panelEditConditionnements.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_extLinkField.SetLinkField(this.m_panelEditConditionnements, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelEditConditionnements, false);
     this.m_panelEditConditionnements.Location    = new System.Drawing.Point(0, 0);
     this.m_panelEditConditionnements.LockEdition = true;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEditConditionnements, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_panelEditConditionnements, "");
     this.m_panelEditConditionnements.Name = "m_panelEditConditionnements";
     this.m_panelEditConditionnements.Size = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_panelEditConditionnements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelEditConditionnements, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelEditConditionnements.TabIndex = 0;
     //
     // m_pageLots
     //
     this.m_pageLots.Controls.Add(this.m_panelListLots);
     this.m_extLinkField.SetLinkField(this.m_pageLots, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageLots, false);
     this.m_pageLots.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageLots, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_pageLots, "");
     this.m_pageLots.Name     = "m_pageLots";
     this.m_pageLots.Selected = false;
     this.m_pageLots.Size     = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_pageLots, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageLots, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageLots.TabIndex = 12;
     this.m_pageLots.Title    = "Lots|10382";
     //
     // m_panelListLots
     //
     this.m_panelListLots.AllowArbre         = true;
     this.m_panelListLots.AllowCustomisation = true;
     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          = "m_colReferenceLot";
     glColumn2.Propriete     = "Reference";
     glColumn2.Text          = "Lot Reference|10383";
     glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width         = 250;
     this.m_panelListLots.Columns.AddRange(new sc2i.win32.common.GLColumn[] {
         glColumn2
     });
     this.m_panelListLots.ContexteUtilisation   = "";
     this.m_panelListLots.ControlFiltreStandard = null;
     this.m_panelListLots.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_panelListLots.ElementSelectionne  = null;
     this.m_panelListLots.EnableCustomisation = true;
     this.m_panelListLots.FiltreDeBase        = null;
     this.m_panelListLots.FiltreDeBaseEnAjout = false;
     this.m_panelListLots.FiltrePrefere       = null;
     this.m_panelListLots.FiltreRapide        = null;
     this.m_panelListLots.HasImages           = false;
     this.m_extLinkField.SetLinkField(this.m_panelListLots, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelListLots, false);
     this.m_panelListLots.ListeObjets = null;
     this.m_panelListLots.Location    = new System.Drawing.Point(0, 0);
     this.m_panelListLots.LockEdition = true;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelListLots, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_panelListLots.ModeQuickSearch = false;
     this.m_panelListLots.ModeSelection   = true;
     this.m_extModulesAssociator.SetModules(this.m_panelListLots, "");
     this.m_panelListLots.MultiSelect           = false;
     this.m_panelListLots.Name                  = "m_panelListLots";
     this.m_panelListLots.Navigateur            = null;
     this.m_panelListLots.ProprieteObjetAEditer = null;
     this.m_panelListLots.QuickSearchText       = "";
     this.m_panelListLots.Size                  = new System.Drawing.Size(749, 285);
     this.m_extStyle.SetStyleBackColor(this.m_panelListLots, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelListLots, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelListLots.TabIndex = 0;
     this.m_panelListLots.TrierAuClicSurEnteteColonne = true;
     this.m_panelListLots.UseCheckBoxes = false;
     //
     // listViewAutoFilledColumn5
     //
     this.listViewAutoFilledColumn5.Field             = "TypeEquipement.Libelle";
     this.listViewAutoFilledColumn5.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn5.ProportionnalSize = false;
     this.listViewAutoFilledColumn5.Text    = "Label|50";
     this.listViewAutoFilledColumn5.Visible = true;
     this.listViewAutoFilledColumn5.Width   = 200;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_chkGestionParLot);
     this.panel1.Controls.Add(this.m_chkSortieDefinitive);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_extLinkField.SetLinkField(this.panel1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.panel1, true);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.panel1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.panel1, "");
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(749, 65);
     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 = 2;
     //
     // m_panelSetupLot
     //
     this.m_panelSetupLot.Controls.Add(this.m_panelChampsLot);
     this.m_panelSetupLot.Controls.Add(this.label5);
     this.m_panelSetupLot.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_extLinkField.SetLinkField(this.m_panelSetupLot, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelSetupLot, true);
     this.m_panelSetupLot.Location = new System.Drawing.Point(0, 65);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelSetupLot, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_panelSetupLot, "");
     this.m_panelSetupLot.Name = "m_panelSetupLot";
     this.m_panelSetupLot.Size = new System.Drawing.Size(749, 220);
     this.m_extStyle.SetStyleBackColor(this.m_panelSetupLot, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelSetupLot, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelSetupLot.TabIndex = 3;
     //
     // m_panelChampsLot
     //
     this.m_panelChampsLot.AvecAffectationDirecteDeChamps = false;
     this.m_panelChampsLot.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_extLinkField.SetLinkField(this.m_panelChampsLot, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelChampsLot, false);
     this.m_panelChampsLot.Location    = new System.Drawing.Point(0, 23);
     this.m_panelChampsLot.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelChampsLot, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_panelChampsLot, "");
     this.m_panelChampsLot.Name = "m_panelChampsLot";
     this.m_panelChampsLot.Size = new System.Drawing.Size(749, 197);
     this.m_extStyle.SetStyleBackColor(this.m_panelChampsLot, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelChampsLot, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelChampsLot.TabIndex = 2;
     //
     // label5
     //
     this.label5.Dock = System.Windows.Forms.DockStyle.Top;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this.m_extLinkField.SetLinkField(this.label5, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label5, true);
     this.label5.Location = new System.Drawing.Point(0, 0);
     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(749, 23);
     this.m_extStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "Lots setup|20646";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // CFormEditionTypeConsommable
     //
     this.ClientSize = new System.Drawing.Size(773, 495);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.m_panTop);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this, "");
     this.Name = "CFormEditionTypeConsommable";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.TabControl       = this.m_tabControl;
     this.OnInitPage      += new sc2i.win32.data.navigation.EventOnPageHandler(this.CFormEditionTypeConsommable_OnInitPage);
     this.OnMajChampsPage += new sc2i.win32.data.navigation.EventOnPageHandler(this.CFormEditionTypeConsommable_OnMajChampsPage);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.m_panTop, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.m_panelNavigation.ResumeLayout(false);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).EndInit();
     this.m_panTop.ResumeLayout(false);
     this.m_panTop.PerformLayout();
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.m_pageFormulaires.ResumeLayout(false);
     this.m_pageOptions.ResumeLayout(false);
     this.m_pageConditionnement.ResumeLayout(false);
     this.m_pageLots.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.m_panelSetupLot.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #4
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1              = new System.Windows.Forms.Label();
     this.m_txtLibelle        = new sc2i.win32.common.C2iTextBox();
     this.c2iPanelOmbre4      = new sc2i.win32.common.C2iPanelOmbre();
     this.m_cmbRoleFormulaire = new sc2i.win32.common.CComboboxAutoFilled();
     this.label3              = new System.Windows.Forms.Label();
     this.c2iTextBox1         = new sc2i.win32.common.C2iTextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     this.c2iPanelOmbre4.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(754, 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);
     //
     // label1
     //
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(16, 11);
     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(110, 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 = 4002;
     this.label1.Text     = "Label|50";
     //
     // m_txtLibelle
     //
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_txtLibelle.Location    = new System.Drawing.Point(132, 8);
     this.m_txtLibelle.LockEdition = false;
     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(376, 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 = 0;
     this.m_txtLibelle.Text     = "[Label]|30324";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.m_cmbRoleFormulaire);
     this.c2iPanelOmbre4.Controls.Add(this.label3);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre4.Controls.Add(this.c2iTextBox1);
     this.c2iPanelOmbre4.Controls.Add(this.label2);
     this.c2iPanelOmbre4.Controls.Add(this.label1);
     this.c2iPanelOmbre4.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(8, 52);
     this.c2iPanelOmbre4.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Name = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size = new System.Drawing.Size(529, 156);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre4.TabIndex = 0;
     //
     // m_cmbRoleFormulaire
     //
     this.m_cmbRoleFormulaire.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbRoleFormulaire.IsLink        = false;
     this.m_extLinkField.SetLinkField(this.m_cmbRoleFormulaire, "");
     this.m_cmbRoleFormulaire.ListDonnees = null;
     this.m_cmbRoleFormulaire.Location    = new System.Drawing.Point(132, 106);
     this.m_cmbRoleFormulaire.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbRoleFormulaire, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbRoleFormulaire, "");
     this.m_cmbRoleFormulaire.Name              = "m_cmbRoleFormulaire";
     this.m_cmbRoleFormulaire.NullAutorise      = true;
     this.m_cmbRoleFormulaire.ProprieteAffichee = "Libelle";
     this.m_cmbRoleFormulaire.Size              = new System.Drawing.Size(376, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbRoleFormulaire, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbRoleFormulaire, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbRoleFormulaire.TabIndex = 2;
     this.m_cmbRoleFormulaire.TextNull = I.T("General form|30331");
     this.m_cmbRoleFormulaire.Tri      = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(16, 109);
     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(66, 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 = 4003;
     this.label3.Text     = "Purpose|898";
     //
     // c2iTextBox1
     //
     this.c2iTextBox1.AcceptsReturn = true;
     this.m_extLinkField.SetLinkField(this.c2iTextBox1, "Description");
     this.c2iTextBox1.Location    = new System.Drawing.Point(132, 34);
     this.c2iTextBox1.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iTextBox1, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.c2iTextBox1, "");
     this.c2iTextBox1.Multiline = true;
     this.c2iTextBox1.Name      = "c2iTextBox1";
     this.c2iTextBox1.Size      = new System.Drawing.Size(376, 66);
     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 = 1;
     this.c2iTextBox1.Text     = "[Description]";
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(16, 37);
     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(110, 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 = 4002;
     this.label2.Text     = "Description|41";
     //
     // CFormEditionTypeCaracteristiqueEntite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this, "");
     this.Name = "CFormEditionTypeCaracteristiqueEntite";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.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.label1            = new System.Windows.Forms.Label();
     this.m_txtLibelle      = new sc2i.win32.common.C2iTextBox();
     this.c2iPanelOmbre4    = new sc2i.win32.common.C2iPanelOmbre();
     this.label3            = new System.Windows.Forms.Label();
     this.m_cmbStatutDeBase = new sc2i.win32.common.CComboboxAutoFilled();
     this.c2iTextBox1       = new sc2i.win32.common.C2iTextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.c2iPanelOmbre4.SuspendLayout();
     this.SuspendLayout();
     //
     // 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);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(16, 12);
     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 = 4002;
     this.label1.Text     = "Label|50";
     //
     // m_txtLibelle
     //
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_txtLibelle.Location    = new System.Drawing.Point(120, 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(292, 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 = 0;
     this.m_txtLibelle.Text     = "[Label]|30324";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.label3);
     this.c2iPanelOmbre4.Controls.Add(this.m_cmbStatutDeBase);
     this.c2iPanelOmbre4.Controls.Add(this.c2iTextBox1);
     this.c2iPanelOmbre4.Controls.Add(this.label1);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre4.Controls.Add(this.label2);
     this.c2iPanelOmbre4.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(8, 52);
     this.c2iPanelOmbre4.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.c2iPanelOmbre4.Name = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size = new System.Drawing.Size(440, 113);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre4.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(16, 61);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(86, 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 = 4006;
     this.label3.Text     = "Base status|232";
     //
     // m_cmbStatutDeBase
     //
     this.m_cmbStatutDeBase.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbStatutDeBase.FormattingEnabled = true;
     this.m_cmbStatutDeBase.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbStatutDeBase, "");
     this.m_cmbStatutDeBase.ListDonnees = null;
     this.m_cmbStatutDeBase.Location    = new System.Drawing.Point(120, 58);
     this.m_cmbStatutDeBase.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbStatutDeBase, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_cmbStatutDeBase.Name              = "m_cmbStatutDeBase";
     this.m_cmbStatutDeBase.NullAutorise      = false;
     this.m_cmbStatutDeBase.ProprieteAffichee = null;
     this.m_cmbStatutDeBase.Size              = new System.Drawing.Size(200, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbStatutDeBase, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbStatutDeBase, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbStatutDeBase.TabIndex = 4005;
     this.m_cmbStatutDeBase.TextNull = I.T("(empty)|30195");
     this.m_cmbStatutDeBase.Tri      = true;
     //
     // c2iTextBox1
     //
     this.m_extLinkField.SetLinkField(this.c2iTextBox1, "Code");
     this.c2iTextBox1.Location    = new System.Drawing.Point(120, 32);
     this.c2iTextBox1.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iTextBox1, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.c2iTextBox1.Name = "c2iTextBox1";
     this.c2iTextBox1.Size = new System.Drawing.Size(292, 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 = 4004;
     this.c2iTextBox1.Text     = "[Code]";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(16, 35);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     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 = 4003;
     this.label2.Text     = "Code|231";
     //
     // CFormEditionStatutEquipement
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CFormEditionStatutEquipement";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #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.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);
 }
Пример #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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditionGPSTypePoint));
     this.label1           = new System.Windows.Forms.Label();
     this.m_txtLibelle     = new sc2i.win32.common.C2iTextBox();
     this.c2iPanelOmbre4   = new sc2i.win32.common.C2iPanelOmbre();
     this.m_panelImage     = new System.Windows.Forms.Panel();
     this.m_wndSelectImage = new sc2i.win32.common.C2iSelectImage();
     this.label3           = new System.Windows.Forms.Label();
     this.m_cmbMarkerType  = new sc2i.win32.common.CComboboxAutoFilled();
     this.label2           = new System.Windows.Forms.Label();
     this.m_panelNavigation.SuspendLayout();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).BeginInit();
     this.c2iPanelOmbre4.SuspendLayout();
     this.m_panelImage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_wndSelectImage)).BeginInit();
     this.SuspendLayout();
     //
     // m_btnAnnulerModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnAnnulerModifications, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnAnnulerModifications, false);
     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_extLinkField.SetLinkFieldAutoUpdate(this.m_btnValiderModifications, false);
     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_extLinkField.SetLinkFieldAutoUpdate(this.m_btnSupprimerObjet, false);
     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_extLinkField.SetLinkFieldAutoUpdate(this.m_btnEditerObjet, false);
     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(623, 0);
     this.m_panelNavigation.Size     = new System.Drawing.Size(175, 28);
     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_lblNbListes
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnPrecedent
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSuivant
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnAjout
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblId
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelCle
     //
     this.m_panelCle.Location = new System.Drawing.Point(515, 0);
     this.m_panelCle.Size     = new System.Drawing.Size(108, 28);
     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);
     //
     // m_imageCle
     //
     this.m_extStyle.SetStyleBackColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnChercherObjet
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // 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(16, 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(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 = 4002;
     this.label1.Text     = "Label|50";
     //
     // m_txtLibelle
     //
     this.m_txtLibelle.EmptyText = "";
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtLibelle, true);
     this.m_txtLibelle.Location    = new System.Drawing.Point(132, 8);
     this.m_txtLibelle.LockEdition = false;
     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(280, 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 = 0;
     this.m_txtLibelle.Text     = "[Libelle]";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.m_panelImage);
     this.c2iPanelOmbre4.Controls.Add(this.m_cmbMarkerType);
     this.c2iPanelOmbre4.Controls.Add(this.label2);
     this.c2iPanelOmbre4.Controls.Add(this.label1);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre4.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre4, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.c2iPanelOmbre4, false);
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(8, 52);
     this.c2iPanelOmbre4.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Name = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size = new System.Drawing.Size(440, 154);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre4.TabIndex = 0;
     //
     // m_panelImage
     //
     this.m_panelImage.Controls.Add(this.m_wndSelectImage);
     this.m_panelImage.Controls.Add(this.label3);
     this.m_extLinkField.SetLinkField(this.m_panelImage, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelImage, false);
     this.m_panelImage.Location = new System.Drawing.Point(132, 60);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelImage, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_panelImage, "");
     this.m_panelImage.Name = "m_panelImage";
     this.m_panelImage.Size = new System.Drawing.Size(284, 71);
     this.m_extStyle.SetStyleBackColor(this.m_panelImage, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelImage, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelImage.TabIndex = 4004;
     //
     // m_wndSelectImage
     //
     this.m_wndSelectImage.BackColor   = System.Drawing.Color.White;
     this.m_wndSelectImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_wndSelectImage.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_extLinkField.SetLinkField(this.m_wndSelectImage, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_wndSelectImage, false);
     this.m_wndSelectImage.Location    = new System.Drawing.Point(77, 0);
     this.m_wndSelectImage.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndSelectImage, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_wndSelectImage, "");
     this.m_wndSelectImage.Name     = "m_wndSelectImage";
     this.m_wndSelectImage.Size     = new System.Drawing.Size(198, 71);
     this.m_wndSelectImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.m_extStyle.SetStyleBackColor(this.m_wndSelectImage, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_wndSelectImage, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndSelectImage.TabIndex = 4003;
     this.m_wndSelectImage.TabStop  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label3, false);
     this.label3.Location = new System.Drawing.Point(3, 4);
     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(68, 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 = 4002;
     this.label3.Text     = "Image|20914";
     //
     // m_cmbMarkerType
     //
     this.m_cmbMarkerType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbMarkerType.FormattingEnabled = true;
     this.m_cmbMarkerType.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbMarkerType, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbMarkerType, false);
     this.m_cmbMarkerType.ListDonnees = null;
     this.m_cmbMarkerType.Location    = new System.Drawing.Point(132, 32);
     this.m_cmbMarkerType.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbMarkerType, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbMarkerType, "");
     this.m_cmbMarkerType.Name              = "m_cmbMarkerType";
     this.m_cmbMarkerType.NullAutorise      = false;
     this.m_cmbMarkerType.ProprieteAffichee = null;
     this.m_cmbMarkerType.Size              = new System.Drawing.Size(179, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbMarkerType, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbMarkerType, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbMarkerType.TabIndex              = 4003;
     this.m_cmbMarkerType.Text                  = "(empty)";
     this.m_cmbMarkerType.TextNull              = "(empty)";
     this.m_cmbMarkerType.Tri                   = true;
     this.m_cmbMarkerType.SelectedValueChanged += new System.EventHandler(this.m_cmbMarkerType_SelectedValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label2, false);
     this.label2.Location = new System.Drawing.Point(16, 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(83, 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 = 4002;
     this.label2.Text     = "Icon type|20913";
     //
     // CFormEditionGPSTypePoint
     //
     this.AffectationsPourNouvelElement = ((System.Collections.Generic.IEnumerable <sc2i.formulaire.CAffectationsProprietes>)(resources.GetObject("$this.AffectationsPourNouvelElement")));
     this.ClientSize = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this, "");
     this.Name = "CFormEditionGPSTypePoint";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.m_panelNavigation.ResumeLayout(false);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).EndInit();
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.m_panelImage.ResumeLayout(false);
     this.m_panelImage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_wndSelectImage)).EndInit();
     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.label1                    = new System.Windows.Forms.Label();
     this.m_cmbProcess              = new sc2i.win32.common.CComboboxAutoFilled();
     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.m_wndListeCategories      = new sc2i.win32.common.ListViewAutoFilled();
     this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.m_chkAsynchrone           = new System.Windows.Forms.CheckBox();
     this.m_panelCentre             = new sc2i.win32.common.C2iPanelOmbre();
     this.label3                    = new System.Windows.Forms.Label();
     this.m_wndAideFormule          = new sc2i.win32.expression.CControlAideFormule();
     this.m_panelHaut               = new sc2i.win32.common.C2iPanel(this.components);
     this.m_chkContexteSepare       = new System.Windows.Forms.CheckBox();
     this.splitter1                 = new System.Windows.Forms.Splitter();
     this.m_panelPointEntree        = new System.Windows.Forms.Panel();
     this.m_cmbPointEntree          = new sc2i.win32.common.CComboboxAutoFilled();
     this.label4                    = new System.Windows.Forms.Label();
     this.m_chkSansTrace            = new System.Windows.Forms.CheckBox();
     this.m_panelCentre.SuspendLayout();
     this.m_panelHaut.SuspendLayout();
     this.m_panelPointEntree.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Text = "Store the result in|30011";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Action|134";
     //
     // m_cmbProcess
     //
     this.m_cmbProcess.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbProcess.IsLink            = false;
     this.m_cmbProcess.ListDonnees       = null;
     this.m_cmbProcess.Location          = new System.Drawing.Point(80, 8);
     this.m_cmbProcess.LockEdition       = false;
     this.m_cmbProcess.Name              = "m_cmbProcess";
     this.m_cmbProcess.NullAutorise      = false;
     this.m_cmbProcess.ProprieteAffichee = null;
     this.m_cmbProcess.Size              = new System.Drawing.Size(288, 21);
     this.m_cmbProcess.TabIndex          = 3;
     this.m_cmbProcess.TextNull          = "(vide)";
     this.m_cmbProcess.Tri = true;
     this.m_cmbProcess.SelectedIndexChanged += new System.EventHandler(this.m_cmbProcess_SelectedIndexChanged);
     //
     // 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(216, 8);
     this.m_lblNomVariable.Name     = "m_lblNomVariable";
     this.m_lblNomVariable.Size     = new System.Drawing.Size(232, 16);
     this.m_lblNomVariable.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(216, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(160, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Variable value|137";
     //
     // 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(216, 40);
     this.m_txtFormuleVariable.LockEdition = false;
     this.m_txtFormuleVariable.Name        = "m_txtFormuleVariable";
     this.m_txtFormuleVariable.Size        = new System.Drawing.Size(240, 179);
     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)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     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, 24);
     this.m_wndListeVariables.MultiSelect         = false;
     this.m_wndListeVariables.Name     = "m_wndListeVariables";
     this.m_wndListeVariables.Size     = new System.Drawing.Size(192, 195);
     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|205";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 176;
     //
     // m_wndListeCategories
     //
     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, 24);
     this.m_wndListeCategories.MultiSelect         = false;
     this.m_wndListeCategories.Name     = "m_wndListeCategories";
     this.m_wndListeCategories.Size     = new System.Drawing.Size(296, 240);
     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|10002";
     this.listViewAutoFilledColumn2.Visible = true;
     this.listViewAutoFilledColumn2.Width   = 279;
     //
     // m_chkAsynchrone
     //
     this.m_chkAsynchrone.Location        = new System.Drawing.Point(374, 6);
     this.m_chkAsynchrone.Name            = "m_chkAsynchrone";
     this.m_chkAsynchrone.Size            = new System.Drawing.Size(174, 18);
     this.m_chkAsynchrone.TabIndex        = 5;
     this.m_chkAsynchrone.Text            = "Asynchronous mode|135";
     this.m_chkAsynchrone.Visible         = false;
     this.m_chkAsynchrone.CheckedChanged += new System.EventHandler(this.m_chkAsynchrone_CheckedChanged);
     //
     // m_panelCentre
     //
     this.m_panelCentre.Controls.Add(this.m_lblNomVariable);
     this.m_panelCentre.Controls.Add(this.label2);
     this.m_panelCentre.Controls.Add(this.m_txtFormuleVariable);
     this.m_panelCentre.Controls.Add(this.m_wndListeVariables);
     this.m_panelCentre.Controls.Add(this.label3);
     this.m_panelCentre.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_panelCentre.Location    = new System.Drawing.Point(0, 101);
     this.m_panelCentre.LockEdition = false;
     this.m_panelCentre.Name        = "m_panelCentre";
     this.m_panelCentre.Size        = new System.Drawing.Size(485, 240);
     this.m_panelCentre.TabIndex    = 6;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(12, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(110, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Variables|136";
     //
     // 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(488, 72);
     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, 269);
     this.m_wndAideFormule.TabIndex              = 7;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_panelHaut
     //
     this.m_panelHaut.Controls.Add(this.m_chkSansTrace);
     this.m_panelHaut.Controls.Add(this.m_chkContexteSepare);
     this.m_panelHaut.Controls.Add(this.label1);
     this.m_panelHaut.Controls.Add(this.m_chkAsynchrone);
     this.m_panelHaut.Controls.Add(this.m_cmbProcess);
     this.m_panelHaut.Dock        = System.Windows.Forms.DockStyle.Top;
     this.m_panelHaut.Location    = new System.Drawing.Point(0, 32);
     this.m_panelHaut.LockEdition = false;
     this.m_panelHaut.Name        = "m_panelHaut";
     this.m_panelHaut.Size        = new System.Drawing.Size(664, 40);
     this.m_panelHaut.TabIndex    = 8;
     //
     // m_chkContexteSepare
     //
     this.m_chkContexteSepare.Location        = new System.Drawing.Point(374, 22);
     this.m_chkContexteSepare.Name            = "m_chkContexteSepare";
     this.m_chkContexteSepare.Size            = new System.Drawing.Size(174, 18);
     this.m_chkContexteSepare.TabIndex        = 6;
     this.m_chkContexteSepare.Text            = "Separate data context|20009";
     this.m_chkContexteSepare.CheckedChanged += new System.EventHandler(this.m_chkContexteSepare_CheckedChanged);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(485, 72);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 269);
     this.splitter1.TabIndex = 9;
     this.splitter1.TabStop  = false;
     //
     // m_panelPointEntree
     //
     this.m_panelPointEntree.Controls.Add(this.m_cmbPointEntree);
     this.m_panelPointEntree.Controls.Add(this.label4);
     this.m_panelPointEntree.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelPointEntree.Location = new System.Drawing.Point(0, 72);
     this.m_panelPointEntree.Name     = "m_panelPointEntree";
     this.m_panelPointEntree.Size     = new System.Drawing.Size(485, 29);
     this.m_panelPointEntree.TabIndex = 5;
     //
     // m_cmbPointEntree
     //
     this.m_cmbPointEntree.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbPointEntree.IsLink            = false;
     this.m_cmbPointEntree.ListDonnees       = null;
     this.m_cmbPointEntree.Location          = new System.Drawing.Point(144, 4);
     this.m_cmbPointEntree.LockEdition       = false;
     this.m_cmbPointEntree.Name              = "m_cmbPointEntree";
     this.m_cmbPointEntree.NullAutorise      = false;
     this.m_cmbPointEntree.ProprieteAffichee = null;
     this.m_cmbPointEntree.Size              = new System.Drawing.Size(335, 21);
     this.m_cmbPointEntree.TabIndex          = 4;
     this.m_cmbPointEntree.TextNull          = "(vide)";
     this.m_cmbPointEntree.Tri = true;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 7);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(130, 23);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Entry point|20011";
     //
     // m_chkSansTrace
     //
     this.m_chkSansTrace.Location = new System.Drawing.Point(539, 6);
     this.m_chkSansTrace.Name     = "m_chkSansTrace";
     this.m_chkSansTrace.Size     = new System.Drawing.Size(122, 18);
     this.m_chkSansTrace.TabIndex = 7;
     this.m_chkSansTrace.Text     = "Don\'t trace|20026";
     //
     // CFormEditActionLancerProcess
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(664, 389);
     this.Controls.Add(this.m_panelCentre);
     this.Controls.Add(this.m_panelPointEntree);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.m_wndAideFormule);
     this.Controls.Add(this.m_panelHaut);
     this.Name  = "CFormEditActionLancerProcess";
     this.Text  = "Start an Action|133";
     this.Load += new System.EventHandler(this.CFormEditActionLancerProcess_Load);
     this.Controls.SetChildIndex(this.m_panelHaut, 0);
     this.Controls.SetChildIndex(this.m_wndAideFormule, 0);
     this.Controls.SetChildIndex(this.splitter1, 0);
     this.Controls.SetChildIndex(this.m_panelPointEntree, 0);
     this.Controls.SetChildIndex(this.m_panelCentre, 0);
     this.m_panelCentre.ResumeLayout(false);
     this.m_panelCentre.PerformLayout();
     this.m_panelHaut.ResumeLayout(false);
     this.m_panelPointEntree.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #9
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.lbl_label              = new System.Windows.Forms.Label();
     this.m_txtLibelle           = new sc2i.win32.common.C2iTextBox();
     this.c2iPanelOmbre4         = new sc2i.win32.common.C2iPanelOmbre();
     this.lbl_code               = new System.Windows.Forms.Label();
     this.m_txtNumCode           = new sc2i.win32.common.C2iTextBoxNumerique();
     this.m_cmbxSelectEtatDeBase = new sc2i.win32.common.CComboboxAutoFilled();
     this.lbl_etatbase           = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.c2iPanelOmbre4.SuspendLayout();
     this.SuspendLayout();
     //
     // 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);
     //
     // lbl_label
     //
     this.m_extLinkField.SetLinkField(this.lbl_label, "");
     this.lbl_label.Location = new System.Drawing.Point(16, 16);
     this.m_gestionnaireModeEdition.SetModeEdition(this.lbl_label, sc2i.win32.common.TypeModeEdition.Autonome);
     this.lbl_label.Name = "lbl_label";
     this.lbl_label.Size = new System.Drawing.Size(148, 16);
     this.m_extStyle.SetStyleBackColor(this.lbl_label, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.lbl_label, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.lbl_label.TabIndex = 4002;
     this.lbl_label.Text     = "Closing state label|628";
     //
     // m_txtLibelle
     //
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_txtLibelle.Location    = new System.Drawing.Point(170, 12);
     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(350, 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 = 0;
     this.m_txtLibelle.Text     = "[Label]|30324";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre4.Controls.Add(this.lbl_label);
     this.c2iPanelOmbre4.Controls.Add(this.lbl_code);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtNumCode);
     this.c2iPanelOmbre4.Controls.Add(this.m_cmbxSelectEtatDeBase);
     this.c2iPanelOmbre4.Controls.Add(this.lbl_etatbase);
     this.c2iPanelOmbre4.Controls.Add(this.label3);
     this.c2iPanelOmbre4.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(8, 52);
     this.c2iPanelOmbre4.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.c2iPanelOmbre4.Name = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size = new System.Drawing.Size(598, 137);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre4.TabIndex = 0;
     //
     // lbl_code
     //
     this.m_extLinkField.SetLinkField(this.lbl_code, "");
     this.lbl_code.Location = new System.Drawing.Point(16, 44);
     this.m_gestionnaireModeEdition.SetModeEdition(this.lbl_code, sc2i.win32.common.TypeModeEdition.Autonome);
     this.lbl_code.Name = "lbl_code";
     this.lbl_code.Size = new System.Drawing.Size(148, 13);
     this.m_extStyle.SetStyleBackColor(this.lbl_code, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.lbl_code, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.lbl_code.TabIndex = 4002;
     this.lbl_code.Text     = "Closing state code|629";
     //
     // m_txtNumCode
     //
     this.m_txtNumCode.Arrondi         = 0;
     this.m_txtNumCode.DecimalAutorise = false;
     this.m_txtNumCode.DoubleValue     = 0;
     this.m_txtNumCode.IntValue        = 0;
     this.m_extLinkField.SetLinkField(this.m_txtNumCode, "");
     this.m_txtNumCode.Location    = new System.Drawing.Point(170, 41);
     this.m_txtNumCode.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtNumCode, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtNumCode.Name         = "m_txtNumCode";
     this.m_txtNumCode.NullAutorise = false;
     this.m_txtNumCode.Size         = new System.Drawing.Size(116, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtNumCode, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtNumCode, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNumCode.TabIndex = 4003;
     this.m_txtNumCode.Text     = "0";
     //
     // m_cmbxSelectEtatDeBase
     //
     this.m_cmbxSelectEtatDeBase.FormattingEnabled = true;
     this.m_cmbxSelectEtatDeBase.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbxSelectEtatDeBase, "");
     this.m_cmbxSelectEtatDeBase.ListDonnees = null;
     this.m_cmbxSelectEtatDeBase.Location    = new System.Drawing.Point(170, 71);
     this.m_cmbxSelectEtatDeBase.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbxSelectEtatDeBase, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_cmbxSelectEtatDeBase.Name              = "m_cmbxSelectEtatDeBase";
     this.m_cmbxSelectEtatDeBase.NullAutorise      = false;
     this.m_cmbxSelectEtatDeBase.ProprieteAffichee = null;
     this.m_cmbxSelectEtatDeBase.Size              = new System.Drawing.Size(116, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbxSelectEtatDeBase, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbxSelectEtatDeBase, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbxSelectEtatDeBase.TabIndex = 4004;
     this.m_cmbxSelectEtatDeBase.TextNull = "";
     this.m_cmbxSelectEtatDeBase.Tri      = true;
     //
     // lbl_etatbase
     //
     this.m_extLinkField.SetLinkField(this.lbl_etatbase, "");
     this.lbl_etatbase.Location = new System.Drawing.Point(17, 74);
     this.m_gestionnaireModeEdition.SetModeEdition(this.lbl_etatbase, sc2i.win32.common.TypeModeEdition.Autonome);
     this.lbl_etatbase.Name = "lbl_etatbase";
     this.lbl_etatbase.Size = new System.Drawing.Size(147, 18);
     this.m_extStyle.SetStyleBackColor(this.lbl_etatbase, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.lbl_etatbase, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.lbl_etatbase.TabIndex = 4002;
     this.lbl_etatbase.Text     = "Derives from basic state|630";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(16, 44);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(128, 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 = 4002;
     this.label3.Text     = "Closing state code|30261";
     //
     // CFormEditionEtatCloture
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CFormEditionEtatCloture";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text = "[Code]";
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.ResumeLayout(false);
 }