Exemplo n.º 1
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormOrdonnerEntites));
     this.m_wndListeEntites = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.panel1            = new System.Windows.Forms.Panel();
     this.m_btnAnnuler      = new System.Windows.Forms.Button();
     this.m_btnOk           = new System.Windows.Forms.Button();
     this.m_numUpPas        = new sc2i.win32.common.C2iNumericUpDown();
     this.m_numUpStart      = new sc2i.win32.common.C2iNumericUpDown();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.m_btnBas          = new System.Windows.Forms.Button();
     this.m_btnHaut         = new System.Windows.Forms.Button();
     this.m_extStyle        = new sc2i.win32.common.CExtStyle();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpPas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpStart)).BeginInit();
     this.SuspendLayout();
     //
     // m_wndListeEntites
     //
     this.m_wndListeEntites.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_wndListeEntites.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.m_wndListeEntites.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_wndListeEntites.HideSelection = false;
     this.m_wndListeEntites.Location      = new System.Drawing.Point(8, 8);
     this.m_wndListeEntites.MultiSelect   = false;
     this.m_wndListeEntites.Name          = "m_wndListeEntites";
     this.m_wndListeEntites.Size          = new System.Drawing.Size(540, 343);
     this.m_extStyle.SetStyleBackColor(this.m_wndListeEntites, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_wndListeEntites, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndListeEntites.TabIndex = 0;
     this.m_wndListeEntites.UseCompatibleStateImageBehavior = false;
     this.m_wndListeEntites.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 507;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Location = new System.Drawing.Point(0, 390);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(551, 48);
     this.m_extStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 2;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnAnnuler.ForeColor    = System.Drawing.Color.White;
     this.m_btnAnnuler.Image        = global::timos.Properties.Resources.cancel;
     this.m_btnAnnuler.Location     = new System.Drawing.Point(282, 4);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(40, 40);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnAnnuler.TabIndex = 3;
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnOk.ForeColor = System.Drawing.Color.White;
     this.m_btnOk.Image     = global::timos.Properties.Resources.check;
     this.m_btnOk.Location  = new System.Drawing.Point(228, 4);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(40, 40);
     this.m_extStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnOk.TabIndex = 2;
     this.m_btnOk.Click   += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_numUpPas
     //
     this.m_numUpPas.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_numUpPas.DoubleValue = 1;
     this.m_numUpPas.IntValue    = 1;
     this.m_numUpPas.Location    = new System.Drawing.Point(448, 362);
     this.m_numUpPas.LockEdition = false;
     this.m_numUpPas.Maximum     = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.m_numUpPas.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numUpPas.Name = "m_numUpPas";
     this.m_numUpPas.Size = new System.Drawing.Size(88, 20);
     this.m_extStyle.SetStyleBackColor(this.m_numUpPas, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_numUpPas, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_numUpPas.TabIndex           = 3;
     this.m_numUpPas.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_numUpPas.ThousandsSeparator = true;
     this.m_numUpPas.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // m_numUpStart
     //
     this.m_numUpStart.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_numUpStart.DoubleValue = 0;
     this.m_numUpStart.IntValue    = 0;
     this.m_numUpStart.Location    = new System.Drawing.Point(282, 362);
     this.m_numUpStart.LockEdition = false;
     this.m_numUpStart.Maximum     = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.m_numUpStart.Name = "m_numUpStart";
     this.m_numUpStart.Size = new System.Drawing.Size(72, 20);
     this.m_extStyle.SetStyleBackColor(this.m_numUpStart, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_numUpStart, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_numUpStart.TabIndex           = 4;
     this.m_numUpStart.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_numUpStart.ThousandsSeparator = true;
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(156, 364);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 16);
     this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Number from|816";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(372, 364);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 16);
     this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "By step of|817";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_btnBas
     //
     this.m_btnBas.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_btnBas.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.m_btnBas.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnBas.Image")));
     this.m_btnBas.Location  = new System.Drawing.Point(56, 353);
     this.m_btnBas.Name      = "m_btnBas";
     this.m_btnBas.Size      = new System.Drawing.Size(40, 32);
     this.m_extStyle.SetStyleBackColor(this.m_btnBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnBas.TabIndex = 9;
     this.m_btnBas.Click   += new System.EventHandler(this.m_btnBas_Click);
     //
     // m_btnHaut
     //
     this.m_btnHaut.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_btnHaut.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.m_btnHaut.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnHaut.Image")));
     this.m_btnHaut.Location  = new System.Drawing.Point(16, 353);
     this.m_btnHaut.Name      = "m_btnHaut";
     this.m_btnHaut.Size      = new System.Drawing.Size(40, 32);
     this.m_extStyle.SetStyleBackColor(this.m_btnHaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnHaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnHaut.TabIndex = 8;
     this.m_btnHaut.Click   += new System.EventHandler(this.m_btnHaut_Click);
     //
     // CFormOrdonnerEntites
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.ClientSize        = new System.Drawing.Size(552, 439);
     this.ControlBox        = false;
     this.Controls.Add(this.m_btnBas);
     this.Controls.Add(this.m_btnHaut);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_numUpStart);
     this.Controls.Add(this.m_numUpPas);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_wndListeEntites);
     this.ForeColor     = System.Drawing.Color.Black;
     this.Name          = "CFormOrdonnerEntites";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.Text  = "Entity ordering|30114";
     this.Load += new System.EventHandler(this.CFormOrdonnerEntites_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpPas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpStart)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            this.label16          = new System.Windows.Forms.Label();
            this.m_numUpEcartMois = new sc2i.win32.common.C2iNumericUpDown();
            this.label1           = new System.Windows.Forms.Label();
            this.label3           = new System.Windows.Forms.Label();
            this.label4           = new System.Windows.Forms.Label();
            this.m_cmbNumJour     = new sc2i.win32.common.C2iComboBox();
            this.m_cmbJourSemaine = new sc2i.win32.common.C2iComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.m_numUpEcartMois)).BeginInit();
            this.SuspendLayout();
            //
            // label2
            //
            this.m_extLinkField.SetLinkField(this.label16, "");
            this.label16.Location = new System.Drawing.Point(16, 48);
            this.m_gestionnaireModeEdition.SetModeEdition(this.label16, sc2i.win32.common.TypeModeEdition.Autonome);
            this.label16.Name      = "label2";
            this.label16.Size      = new System.Drawing.Size(64, 16);
            this.label16.TabIndex  = 2;
            this.label16.Text      = "Every|30014";
            this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // m_numUpEcartMois
            //
            this.m_numUpEcartMois.DoubleValue = 1;
            this.m_numUpEcartMois.IntValue    = 1;
            this.m_extLinkField.SetLinkField(this.m_numUpEcartMois, "EcartMois");
            this.m_numUpEcartMois.Location    = new System.Drawing.Point(88, 48);
            this.m_numUpEcartMois.LockEdition = false;
            this.m_numUpEcartMois.Maximum     = new System.Decimal(new int[] {
                100000,
                0,
                0,
                0
            });
            this.m_numUpEcartMois.Minimum = new System.Decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.m_gestionnaireModeEdition.SetModeEdition(this.m_numUpEcartMois, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
            this.m_numUpEcartMois.Name               = "m_numUpEcartMois";
            this.m_numUpEcartMois.Size               = new System.Drawing.Size(40, 20);
            this.m_numUpEcartMois.TabIndex           = 4;
            this.m_numUpEcartMois.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.m_numUpEcartMois.ThousandsSeparator = true;
            this.m_numUpEcartMois.Value              = new System.Decimal(new int[] {
                1,
                0,
                0,
                0
            });
            //
            // label1
            //
            this.m_extLinkField.SetLinkField(this.label1, "");
            this.label1.Location = new System.Drawing.Point(264, 24);
            this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(48, 16);
            this.label1.TabIndex = 5;
            this.label1.Text     = "of the month|30015";
            //
            // label3
            //
            this.m_extLinkField.SetLinkField(this.label3, "");
            this.label3.Location = new System.Drawing.Point(16, 24);
            this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(64, 16);
            this.label3.TabIndex  = 6;
            this.label3.Text      = "Every|30014";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // label4
            //
            this.m_extLinkField.SetLinkField(this.label4, "");
            this.label4.Location = new System.Drawing.Point(128, 48);
            this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(48, 16);
            this.label4.TabIndex = 8;
            this.label4.Text     = "Month|30017";
            //
            // m_cmbNumJour
            //
            this.m_cmbNumJour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cmbNumJour.IsLink        = false;
            this.m_cmbNumJour.Items.AddRange(new object[] {
                I.T("First|30018"),
                I.T("Second|30019"),
                I.T("Third|30020"),
                I.T("Fourth|30021"),
                I.T("Last|30022")
            });
            this.m_extLinkField.SetLinkField(this.m_cmbNumJour, "");
            this.m_cmbNumJour.Location    = new System.Drawing.Point(88, 24);
            this.m_cmbNumJour.LockEdition = false;
            this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbNumJour, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
            this.m_cmbNumJour.Name     = "m_cmbNumJour";
            this.m_cmbNumJour.Size     = new System.Drawing.Size(88, 21);
            this.m_cmbNumJour.TabIndex = 9;
            //
            // m_cmbJourSemaine
            //
            this.m_cmbJourSemaine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cmbJourSemaine.IsLink        = false;
            this.m_cmbJourSemaine.Items.AddRange(new object[] {
                I.T("Monday|30023"),
                I.T("Tuesday|30024"),
                I.T("Wednesday|30025"),
                I.T("Thursday|30026"),
                I.T("Friday|30027"),
                I.T("Saturday|30028"),
                I.T("Sunday|30029")
            });

            this.m_extLinkField.SetLinkField(this.m_cmbJourSemaine, "");
            this.m_cmbJourSemaine.Location    = new System.Drawing.Point(176, 24);
            this.m_cmbJourSemaine.LockEdition = false;
            this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbJourSemaine, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
            this.m_cmbJourSemaine.Name     = "m_cmbJourSemaine";
            this.m_cmbJourSemaine.Size     = new System.Drawing.Size(88, 21);
            this.m_cmbJourSemaine.TabIndex = 10;
            //
            // CPanelPlanificationInterventionMensuelleJourSemaine
            //
            this.Controls.Add(this.m_cmbJourSemaine);
            this.Controls.Add(this.m_cmbNumJour);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.m_numUpEcartMois);
            this.Controls.Add(this.label16);
            this.m_extLinkField.SetLinkField(this, "");
            this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
            this.Name  = "CPanelPlanificationInterventionMensuelleJourSemaine";
            this.Size  = new System.Drawing.Size(312, 72);
            this.Load += new System.EventHandler(this.CPanelPlanificationInterventionMensuelleJourSemaine_Load);
            this.Controls.SetChildIndex(this.label16, 0);
            this.Controls.SetChildIndex(this.m_numUpEcartMois, 0);
            this.Controls.SetChildIndex(this.label1, 0);
            this.Controls.SetChildIndex(this.label3, 0);
            this.Controls.SetChildIndex(this.label4, 0);
            this.Controls.SetChildIndex(this.m_cmbNumJour, 0);
            this.Controls.SetChildIndex(this.m_cmbJourSemaine, 0);
            ((System.ComponentModel.ISupportInitialize)(this.m_numUpEcartMois)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 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.label18           = new System.Windows.Forms.Label();
     this.m_numUpEcartJours = new sc2i.win32.common.C2iNumericUpDown();
     this.label1            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpEcartJours)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label18, "");
     this.label18.Location = new System.Drawing.Point(16, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label18, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label18.Name      = "label2";
     this.label18.Size      = new System.Drawing.Size(64, 16);
     this.label18.TabIndex  = 2;
     this.label18.Text      = "Every|30014";
     this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // m_numUpEcartJours
     //
     this.m_numUpEcartJours.DoubleValue = 1;
     this.m_numUpEcartJours.IntValue    = 1;
     this.m_extLinkField.SetLinkField(this.m_numUpEcartJours, "EcartJours");
     this.m_numUpEcartJours.Location    = new System.Drawing.Point(88, 24);
     this.m_numUpEcartJours.LockEdition = false;
     this.m_numUpEcartJours.Maximum     = new System.Decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.m_numUpEcartJours.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_numUpEcartJours, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_numUpEcartJours.Name               = "m_numUpEcartJours";
     this.m_numUpEcartJours.Size               = new System.Drawing.Size(40, 20);
     this.m_numUpEcartJours.TabIndex           = 4;
     this.m_numUpEcartJours.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_numUpEcartJours.ThousandsSeparator = true;
     this.m_numUpEcartJours.Value              = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(128, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Jour(s)";
     //
     // CPanelPlanificationInterventionQuotidienne
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_numUpEcartJours);
     this.Controls.Add(this.label18);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name  = "CPanelPlanificationInterventionQuotidienne";
     this.Size  = new System.Drawing.Size(168, 48);
     this.Load += new System.EventHandler(this.CPanelPlanificationInterventionQuotidienne_Load);
     this.Controls.SetChildIndex(this.label18, 0);
     this.Controls.SetChildIndex(this.m_numUpEcartJours, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpEcartJours)).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()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Monday|130");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Tuesday|131");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Wednesday|132");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Thursday|133");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Friday|134");
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Saturday|135");
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Sunday|136");
     this.label3          = new System.Windows.Forms.Label();
     this.m_wndEcart      = new sc2i.win32.common.C2iNumericUpDown();
     this.m_wndListeJours = new System.Windows.Forms.ListView();
     this.columnHeader1   = new System.Windows.Forms.ColumnHeader();
     this.label5          = new System.Windows.Forms.Label();
     this.m_cmbUnite      = new sc2i.win32.common.C2iComboBox();
     this.m_wndHeureFin   = new sc2i.win32.common.CWndSaisieHeure();
     ((System.ComponentModel.ISupportInitialize)(this.m_wndEcart)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(0, 2);
     this.label2.Text     = "From|126";
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(222, 1);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 17);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Each|128";
     //
     // m_wndEcart
     //
     this.m_wndEcart.DoubleValue = 1;
     this.m_wndEcart.IntValue    = 1;
     this.m_extLinkField.SetLinkField(this.m_wndEcart, "EcartSemaine");
     this.m_wndEcart.Location    = new System.Drawing.Point(289, 0);
     this.m_wndEcart.LockEdition = false;
     this.m_wndEcart.Maximum     = new decimal(new int[] {
         59,
         0,
         0,
         0
     });
     this.m_wndEcart.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndEcart, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndEcart.Name               = "m_wndEcart";
     this.m_wndEcart.Size               = new System.Drawing.Size(42, 20);
     this.m_wndEcart.TabIndex           = 7;
     this.m_wndEcart.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_wndEcart.ThousandsSeparator = true;
     this.m_wndEcart.Value              = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // m_wndListeJours
     //
     this.m_wndListeJours.BackColor   = System.Drawing.SystemColors.Control;
     this.m_wndListeJours.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_wndListeJours.CheckBoxes  = true;
     this.m_wndListeJours.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.m_wndListeJours.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     listViewItem1.StateImageIndex    = 0;
     listViewItem2.StateImageIndex    = 0;
     listViewItem3.StateImageIndex    = 0;
     listViewItem4.StateImageIndex    = 0;
     listViewItem5.StateImageIndex    = 0;
     listViewItem6.StateImageIndex    = 0;
     listViewItem7.StateImageIndex    = 0;
     this.m_wndListeJours.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7
     });
     this.m_extLinkField.SetLinkField(this.m_wndListeJours, "");
     this.m_wndListeJours.Location = new System.Drawing.Point(49, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeJours, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndListeJours.Name     = "m_wndListeJours";
     this.m_wndListeJours.Size     = new System.Drawing.Size(288, 72);
     this.m_wndListeJours.TabIndex = 9;
     this.m_wndListeJours.UseCompatibleStateImageBehavior = false;
     this.m_wndListeJours.View = System.Windows.Forms.View.List;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 80;
     //
     // label5
     //
     this.m_extLinkField.SetLinkField(this.label5, "");
     this.label5.Location = new System.Drawing.Point(137, 2);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label5, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(23, 16);
     this.label5.TabIndex = 10;
     this.label5.Text     = "To|127";
     //
     // m_cmbUnite
     //
     this.m_cmbUnite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbUnite.IsLink        = false;
     this.m_extLinkField.SetLinkField(this.m_cmbUnite, "");
     this.m_cmbUnite.Location    = new System.Drawing.Point(332, 0);
     this.m_cmbUnite.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbUnite, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_cmbUnite.Name     = "m_cmbUnite";
     this.m_cmbUnite.Size     = new System.Drawing.Size(97, 21);
     this.m_cmbUnite.TabIndex = 4003;
     //
     // m_wndHeureFin
     //
     this.m_extLinkField.SetLinkField(this.m_wndHeureFin, "");
     this.m_wndHeureFin.Location    = new System.Drawing.Point(162, 0);
     this.m_wndHeureFin.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndHeureFin, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndHeureFin.Name         = "m_wndHeureFin";
     this.m_wndHeureFin.NullAutorise = false;
     this.m_wndHeureFin.SaisieDuree  = true;
     this.m_wndHeureFin.Size         = new System.Drawing.Size(40, 20);
     this.m_wndHeureFin.TabIndex     = 4004;
     this.m_wndHeureFin.ValeurHeure  = 18.5;
     //
     // CPanelPlanificationInterventionFrequente
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.m_wndHeureFin);
     this.Controls.Add(this.m_cmbUnite);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.m_wndListeJours);
     this.Controls.Add(this.m_wndEcart);
     this.Controls.Add(this.label3);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name              = "CPanelPlanificationInterventionFrequente";
     this.Size              = new System.Drawing.Size(429, 80);
     this.BackColorChanged += new System.EventHandler(this.CPanelPlanificationInterventionFrequente_BackColorChanged);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.m_wndEcart, 0);
     this.Controls.SetChildIndex(this.m_wndListeJours, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.m_cmbUnite, 0);
     this.Controls.SetChildIndex(this.m_wndHeureFin, 0);
     ((System.ComponentModel.ISupportInitialize)(this.m_wndEcart)).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.label101          = new System.Windows.Forms.Label();
     this.m_numUpEcartMois  = new sc2i.win32.common.C2iNumericUpDown();
     this.label1            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.c2iNumericUpDown1 = new sc2i.win32.common.C2iNumericUpDown();
     this.label4            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpEcartMois)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c2iNumericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     //
     // label101
     //
     this.m_extLinkField.SetLinkField(this.label101, "");
     this.label101.Location = new System.Drawing.Point(3, 48);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label101, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label101.Name      = "label101";
     this.label101.Size      = new System.Drawing.Size(77, 16);
     this.label101.TabIndex  = 2;
     this.label101.Text      = "Every |30014";
     this.label101.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // m_numUpEcartMois
     //
     this.m_numUpEcartMois.DoubleValue = 1;
     this.m_numUpEcartMois.IntValue    = 1;
     this.m_extLinkField.SetLinkField(this.m_numUpEcartMois, "EcartMois");
     this.m_numUpEcartMois.Location    = new System.Drawing.Point(88, 48);
     this.m_numUpEcartMois.LockEdition = false;
     this.m_numUpEcartMois.Maximum     = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.m_numUpEcartMois.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_numUpEcartMois, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_numUpEcartMois.Name               = "m_numUpEcartMois";
     this.m_numUpEcartMois.Size               = new System.Drawing.Size(40, 20);
     this.m_numUpEcartMois.TabIndex           = 4;
     this.m_numUpEcartMois.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_numUpEcartMois.ThousandsSeparator = true;
     this.m_numUpEcartMois.Value              = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(128, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "of the month|30015";
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Each|30016";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // c2iNumericUpDown1
     //
     this.c2iNumericUpDown1.DoubleValue = 1;
     this.c2iNumericUpDown1.IntValue    = 1;
     this.m_extLinkField.SetLinkField(this.c2iNumericUpDown1, "NumJour");
     this.c2iNumericUpDown1.Location    = new System.Drawing.Point(88, 24);
     this.c2iNumericUpDown1.LockEdition = false;
     this.c2iNumericUpDown1.Maximum     = new decimal(new int[] {
         31,
         0,
         0,
         0
     });
     this.c2iNumericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iNumericUpDown1, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.c2iNumericUpDown1.Name               = "c2iNumericUpDown1";
     this.c2iNumericUpDown1.Size               = new System.Drawing.Size(40, 20);
     this.c2iNumericUpDown1.TabIndex           = 7;
     this.c2iNumericUpDown1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.c2iNumericUpDown1.ThousandsSeparator = true;
     this.c2iNumericUpDown1.Value              = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.m_extLinkField.SetLinkField(this.label4, "");
     this.label4.Location = new System.Drawing.Point(128, 48);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(69, 16);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Month|30017";
     //
     // CPanelPlanificationInterventionMensuelleJourMois
     //
     this.Controls.Add(this.label4);
     this.Controls.Add(this.c2iNumericUpDown1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_numUpEcartMois);
     this.Controls.Add(this.label101);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name  = "CPanelPlanificationInterventionMensuelleJourMois";
     this.Size  = new System.Drawing.Size(200, 72);
     this.Load += new System.EventHandler(this.CPanelPlanificationInterventionMensuelleJourMois_Load);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label101, 0);
     this.Controls.SetChildIndex(this.m_numUpEcartMois, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.c2iNumericUpDown1, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpEcartMois)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c2iNumericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Lundi");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Mardi");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Mercredi");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Jeudi");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Vendredi");
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Samedi");
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Dimanche");
     this.label1            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.c2iNumericUpDown1 = new sc2i.win32.common.C2iNumericUpDown();
     this.label4            = new System.Windows.Forms.Label();
     this.m_wndListeJours   = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.c2iNumericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     //
     // label1
     //
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(24, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "the|30011";
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(176, 2);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 17);
     this.label3.TabIndex = 6;
     this.label3.Text     = "every|30012";
     //
     // c2iNumericUpDown1
     //
     this.c2iNumericUpDown1.DoubleValue = 1;
     this.c2iNumericUpDown1.IntValue    = 1;
     this.m_extLinkField.SetLinkField(this.c2iNumericUpDown1, "EcartSemaine");
     this.c2iNumericUpDown1.Location    = new System.Drawing.Point(232, 0);
     this.c2iNumericUpDown1.LockEdition = false;
     this.c2iNumericUpDown1.Maximum     = new decimal(new int[] {
         104,
         0,
         0,
         0
     });
     this.c2iNumericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iNumericUpDown1, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.c2iNumericUpDown1.Name               = "c2iNumericUpDown1";
     this.c2iNumericUpDown1.Size               = new System.Drawing.Size(48, 20);
     this.c2iNumericUpDown1.TabIndex           = 7;
     this.c2iNumericUpDown1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.c2iNumericUpDown1.ThousandsSeparator = true;
     this.c2iNumericUpDown1.Value              = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.m_extLinkField.SetLinkField(this.label4, "");
     this.label4.Location = new System.Drawing.Point(280, 2);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 17);
     this.label4.TabIndex = 8;
     this.label4.Text     = "weeks|30013";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // m_wndListeJours
     //
     this.m_wndListeJours.BackColor   = System.Drawing.SystemColors.Control;
     this.m_wndListeJours.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_wndListeJours.CheckBoxes  = true;
     this.m_wndListeJours.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.m_wndListeJours.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     listViewItem1.StateImageIndex    = 0;
     listViewItem2.StateImageIndex    = 0;
     listViewItem3.StateImageIndex    = 0;
     listViewItem4.StateImageIndex    = 0;
     listViewItem5.StateImageIndex    = 0;
     listViewItem6.StateImageIndex    = 0;
     listViewItem7.StateImageIndex    = 0;
     this.m_wndListeJours.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7
     });
     this.m_extLinkField.SetLinkField(this.m_wndListeJours, "");
     this.m_wndListeJours.Location = new System.Drawing.Point(48, 24);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeJours, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndListeJours.Name     = "m_wndListeJours";
     this.m_wndListeJours.Size     = new System.Drawing.Size(288, 72);
     this.m_wndListeJours.TabIndex = 9;
     this.m_wndListeJours.UseCompatibleStateImageBehavior = false;
     this.m_wndListeJours.View = System.Windows.Forms.View.List;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 80;
     //
     // CPanelPlanificationInterventionHebdomadaire
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.m_wndListeJours);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.c2iNumericUpDown1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name              = "CPanelPlanificationInterventionHebdomadaire";
     this.Size              = new System.Drawing.Size(344, 80);
     this.BackColorChanged += new System.EventHandler(this.CPanelPlanificationInterventionHebdomadaire_BackColorChanged);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.c2iNumericUpDown1, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.m_wndListeJours, 0);
     ((System.ComponentModel.ISupportInitialize)(this.c2iNumericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }