Esempio 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()
 {
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.label2         = new System.Windows.Forms.Label();
     this.m_wndHeure     = new sc2i.win32.common.CWndSaisieHeure();
     this.m_extLinkField = new sc2i.win32.common.CExtLinkField();
     this.SuspendLayout();
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Time|125";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // m_wndHeure
     //
     this.m_extLinkField.SetLinkField(this.m_wndHeure, "");
     this.m_wndHeure.Location    = new System.Drawing.Point(95, 0);
     this.m_wndHeure.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndHeure, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndHeure.Name         = "m_wndHeure";
     this.m_wndHeure.NullAutorise = false;
     this.m_wndHeure.SaisieDuree  = true;
     this.m_wndHeure.Size         = new System.Drawing.Size(40, 20);
     this.m_wndHeure.TabIndex     = 3;
     this.m_wndHeure.ValeurHeure  = 9.5;
     //
     // CPanelPlanficationIntervention
     //
     this.Controls.Add(this.m_wndHeure);
     this.Controls.Add(this.label2);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name  = "CPanelPlanficationIntervention";
     this.Size  = new System.Drawing.Size(136, 24);
     this.Load += new System.EventHandler(this.CPanelPlanficationIntervention_Load);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CControleSaisiesOperations));
     this.m_wndListeOperations      = new timos.interventions.crintervention.CEditeurOperations();
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.m_btnCopierAnalyse        = new System.Windows.Forms.PictureBox();
     this.label1        = new System.Windows.Forms.Label();
     this.m_dtDebut     = new sc2i.win32.common.C2iDateTimeExPicker();
     this.m_dtFin       = new sc2i.win32.common.C2iDateTimeExPicker();
     this.label2        = new System.Windows.Forms.Label();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.m_panelEntete = new System.Windows.Forms.Panel();
     this.m_wndDuree    = new sc2i.win32.common.CWndSaisieHeure();
     this.label3        = new System.Windows.Forms.Label();
     this.m_tooltip     = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnCopierAnalyse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.m_panelEntete.SuspendLayout();
     this.SuspendLayout();
     //
     // m_wndListeOperations
     //
     this.m_wndListeOperations.CurrentItemIndex = null;
     this.m_wndListeOperations.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_wndListeOperations.Items            = new sc2i.win32.common.customizableList.CCustomizableListItem[0];
     this.m_wndListeOperations.Location         = new System.Drawing.Point(0, 42);
     this.m_wndListeOperations.LockEdition      = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeOperations, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndListeOperations.Name               = "m_wndListeOperations";
     this.m_wndListeOperations.Size               = new System.Drawing.Size(850, 153);
     this.m_wndListeOperations.TabIndex           = 0;
     this.m_wndListeOperations.Load              += new System.EventHandler(this.m_wndListeOperations_Load);
     this.m_wndListeOperations.ScrollSizeChanged += new System.EventHandler(this.m_wndListeOperations_ScrollSizeChanged);
     this.m_wndListeOperations.AfterAddOperation += new System.EventHandler(this.m_wndListeOperations_AfterAddOperation);
     this.m_wndListeOperations.SizeChanged       += new System.EventHandler(this.m_wndListeOperations_SizeChanged);
     //
     // m_btnCopierAnalyse
     //
     this.m_btnCopierAnalyse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCopierAnalyse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.m_btnCopierAnalyse.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnCopierAnalyse.Image")));
     this.m_btnCopierAnalyse.Location = new System.Drawing.Point(830, 22);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnCopierAnalyse, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnCopierAnalyse.Name     = "m_btnCopierAnalyse";
     this.m_btnCopierAnalyse.Size     = new System.Drawing.Size(15, 13);
     this.m_btnCopierAnalyse.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.m_btnCopierAnalyse.TabIndex = 2;
     this.m_btnCopierAnalyse.TabStop  = false;
     this.m_tooltip.SetToolTip(this.m_btnCopierAnalyse, "Copier l\'analyse sous forme de test");
     this.m_btnCopierAnalyse.Click += new System.EventHandler(this.m_btnCopierAnalyse_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 4);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(126, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Start date|78";
     //
     // m_dtDebut
     //
     this.m_dtDebut.Checked      = true;
     this.m_dtDebut.CustomFormat = "dd/MM/yyyy HH:mm";
     this.m_dtDebut.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtDebut.Location     = new System.Drawing.Point(135, 0);
     this.m_dtDebut.LockEdition  = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_dtDebut, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_dtDebut.Name                = "m_dtDebut";
     this.m_dtDebut.Size                = new System.Drawing.Size(132, 20);
     this.m_dtDebut.TabIndex            = 4;
     this.m_dtDebut.TextNull            = "None";
     this.m_dtDebut.Value.DateTimeValue = new System.DateTime(2013, 9, 5, 15, 12, 53, 265);
     //
     // m_dtFin
     //
     this.m_dtFin.Checked      = true;
     this.m_dtFin.CustomFormat = "dd/MM/yyyy HH:mm";
     this.m_dtFin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtFin.Location     = new System.Drawing.Point(135, 19);
     this.m_dtFin.LockEdition  = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_dtFin, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_dtFin.Name                = "m_dtFin";
     this.m_dtFin.Size                = new System.Drawing.Size(132, 20);
     this.m_dtFin.TabIndex            = 6;
     this.m_dtFin.TextNull            = "None";
     this.m_dtFin.Value.DateTimeValue = new System.DateTime(2013, 9, 5, 15, 12, 53, 265);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3, 23);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(126, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "End date|79";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Black;
     this.pictureBox1.Location  = new System.Drawing.Point(3, 193);
     this.m_gestionnaireModeEdition.SetModeEdition(this.pictureBox1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(844, 1);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     //
     // m_panelEntete
     //
     this.m_panelEntete.Controls.Add(this.m_wndDuree);
     this.m_panelEntete.Controls.Add(this.label3);
     this.m_panelEntete.Controls.Add(this.label1);
     this.m_panelEntete.Controls.Add(this.m_dtFin);
     this.m_panelEntete.Controls.Add(this.m_btnCopierAnalyse);
     this.m_panelEntete.Controls.Add(this.label2);
     this.m_panelEntete.Controls.Add(this.m_dtDebut);
     this.m_panelEntete.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelEntete.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEntete, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_panelEntete.Name     = "m_panelEntete";
     this.m_panelEntete.Size     = new System.Drawing.Size(850, 42);
     this.m_panelEntete.TabIndex = 8;
     //
     // m_wndDuree
     //
     this.m_wndDuree.Location    = new System.Drawing.Point(376, 3);
     this.m_wndDuree.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndDuree, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndDuree.Name         = "m_wndDuree";
     this.m_wndDuree.NullAutorise = true;
     this.m_wndDuree.SaisieDuree  = true;
     this.m_wndDuree.Size         = new System.Drawing.Size(54, 21);
     this.m_wndDuree.TabIndex     = 8;
     this.m_wndDuree.ValeurHeure  = null;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(274, 5);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(117, 23);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Appointed duration|557";
     //
     // CControleSaisiesOperations
     //
     this.Controls.Add(this.m_wndListeOperations);
     this.Controls.Add(this.m_panelEntete);
     this.Controls.Add(this.pictureBox1);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name  = "CControleSaisiesOperations";
     this.Size  = new System.Drawing.Size(850, 195);
     this.Load += new System.EventHandler(this.CControleSaisiesOperations_Load);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnCopierAnalyse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.m_panelEntete.ResumeLayout(false);
     this.m_panelEntete.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CControleSaisieUneActiviteActeur));
     this.m_txtTypeActivite         = new sc2i.win32.common.IntellisenseTextBox();
     this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition();
     this.m_btnPoubelle             = new System.Windows.Forms.PictureBox();
     this.m_btnInsert            = new System.Windows.Forms.PictureBox();
     this.m_btnAdd               = new System.Windows.Forms.PictureBox();
     this.m_panelPoubelle        = new System.Windows.Forms.Panel();
     this.m_panelDataStd         = new sc2i.win32.common.C2iPanel(this.components);
     this.m_txtCommentaire       = new sc2i.win32.common.C2iTextBox();
     this.m_zoneSite             = new System.Windows.Forms.Panel();
     this.m_txtSelectSite        = new sc2i.win32.data.navigation.C2iTextBoxSelectionne();
     this.m_panelContientLaDurée = new sc2i.win32.common.C2iPanel(this.components);
     this.m_panelDuree           = new System.Windows.Forms.Panel();
     this.m_txtDuree             = new sc2i.win32.common.CWndSaisieHeure();
     this.m_wndDate              = new sc2i.win32.common.C2iDateTimePicker();
     this.m_panelEntete          = new sc2i.win32.common.C2iPanel(this.components);
     this.label5                  = new System.Windows.Forms.Label();
     this.label7                  = new System.Windows.Forms.Label();
     this.label1                  = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.lbl_date                = new System.Windows.Forms.Label();
     this.m_panelFormulaire       = new sc2i.formulaire.win32.editor.CPanelFormulaireSurElement();
     this.m_panelGaucheFormulaire = new System.Windows.Forms.Panel();
     this.m_panelDroiteFormulaire = new System.Windows.Forms.Panel();
     this.m_btnLigneSuivante      = new System.Windows.Forms.Button();
     this.c2iPanel1               = new sc2i.win32.common.C2iPanel(this.components);
     this.m_timerSize             = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnInsert)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnAdd)).BeginInit();
     this.m_panelPoubelle.SuspendLayout();
     this.m_panelDataStd.SuspendLayout();
     this.m_zoneSite.SuspendLayout();
     this.m_panelContientLaDurée.SuspendLayout();
     this.m_panelDuree.SuspendLayout();
     this.m_panelEntete.SuspendLayout();
     this.c2iPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_txtTypeActivite
     //
     this.m_txtTypeActivite.AcceptReturn        = false;
     this.m_txtTypeActivite.Arbre               = null;
     this.m_txtTypeActivite.AvecBouton          = true;
     this.m_txtTypeActivite.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtTypeActivite.DisableIntellisense = false;
     this.m_txtTypeActivite.Dock        = System.Windows.Forms.DockStyle.Left;
     this.m_txtTypeActivite.Location    = new System.Drawing.Point(84, 0);
     this.m_txtTypeActivite.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtTypeActivite, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtTypeActivite.Name                   = "m_txtTypeActivite";
     this.m_txtTypeActivite.ReplaceAllText         = true;
     this.m_txtTypeActivite.SeparateursPrincipaux  = "";
     this.m_txtTypeActivite.SeparateursSecondaires = "";
     this.m_txtTypeActivite.Size                   = new System.Drawing.Size(155, 25);
     this.m_txtTypeActivite.TabIndex               = 1;
     this.m_txtTypeActivite.ValiderEnQuittant      = true;
     this.m_txtTypeActivite.Load                  += new System.EventHandler(this.m_txtTypeActivite_Load);
     this.m_txtTypeActivite.OnLeaveTextBox        += new System.EventHandler(this.m_txtTypeDonnee_OnLeaveTextBox);
     //
     // m_btnPoubelle
     //
     this.m_btnPoubelle.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.m_btnPoubelle.BackColor = System.Drawing.Color.White;
     this.m_btnPoubelle.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btnPoubelle.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnPoubelle.Image")));
     this.m_btnPoubelle.Location  = new System.Drawing.Point(16, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnPoubelle, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_btnPoubelle.Name     = "m_btnPoubelle";
     this.m_btnPoubelle.Size     = new System.Drawing.Size(16, 24);
     this.m_btnPoubelle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.m_btnPoubelle.TabIndex = 6;
     this.m_btnPoubelle.TabStop  = false;
     this.m_btnPoubelle.Click   += new System.EventHandler(this.m_btnPoubelle_Click);
     //
     // m_btnInsert
     //
     this.m_btnInsert.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.m_btnInsert.BackColor = System.Drawing.Color.Lime;
     this.m_btnInsert.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btnInsert.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnInsert.Image")));
     this.m_btnInsert.Location  = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnInsert, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnInsert.Name     = "m_btnInsert";
     this.m_btnInsert.Size     = new System.Drawing.Size(16, 12);
     this.m_btnInsert.TabIndex = 7;
     this.m_btnInsert.TabStop  = false;
     this.m_btnInsert.Click   += new System.EventHandler(this.m_btnInsert_Click);
     //
     // m_btnAdd
     //
     this.m_btnAdd.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.m_btnAdd.BackColor = System.Drawing.Color.Aqua;
     this.m_btnAdd.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btnAdd.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnAdd.Image")));
     this.m_btnAdd.Location  = new System.Drawing.Point(0, 12);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnAdd, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnAdd.Name     = "m_btnAdd";
     this.m_btnAdd.Size     = new System.Drawing.Size(16, 12);
     this.m_btnAdd.TabIndex = 8;
     this.m_btnAdd.TabStop  = false;
     this.m_btnAdd.Click   += new System.EventHandler(this.m_btnAdd_Click);
     //
     // m_panelPoubelle
     //
     this.m_panelPoubelle.BackColor = System.Drawing.Color.White;
     this.m_panelPoubelle.Controls.Add(this.m_btnInsert);
     this.m_panelPoubelle.Controls.Add(this.m_btnAdd);
     this.m_panelPoubelle.Controls.Add(this.m_btnPoubelle);
     this.m_panelPoubelle.Dock     = System.Windows.Forms.DockStyle.Right;
     this.m_panelPoubelle.Location = new System.Drawing.Point(837, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelPoubelle, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelPoubelle.Name     = "m_panelPoubelle";
     this.m_panelPoubelle.Size     = new System.Drawing.Size(34, 25);
     this.m_panelPoubelle.TabIndex = 9;
     //
     // m_panelDataStd
     //
     this.m_panelDataStd.Controls.Add(this.m_txtCommentaire);
     this.m_panelDataStd.Controls.Add(this.m_zoneSite);
     this.m_panelDataStd.Controls.Add(this.m_panelContientLaDurée);
     this.m_panelDataStd.Controls.Add(this.m_txtTypeActivite);
     this.m_panelDataStd.Controls.Add(this.m_panelPoubelle);
     this.m_panelDataStd.Controls.Add(this.m_wndDate);
     this.m_panelDataStd.Dock        = System.Windows.Forms.DockStyle.Top;
     this.m_panelDataStd.Location    = new System.Drawing.Point(0, 22);
     this.m_panelDataStd.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelDataStd, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelDataStd.Name     = "m_panelDataStd";
     this.m_panelDataStd.Size     = new System.Drawing.Size(871, 25);
     this.m_panelDataStd.TabIndex = 0;
     //
     // m_txtCommentaire
     //
     this.m_txtCommentaire.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtCommentaire.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtCommentaire.Location    = new System.Drawing.Point(557, 0);
     this.m_txtCommentaire.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtCommentaire, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtCommentaire.Multiline = true;
     this.m_txtCommentaire.Name      = "m_txtCommentaire";
     this.m_txtCommentaire.Size      = new System.Drawing.Size(280, 25);
     this.m_txtCommentaire.TabIndex  = 4;
     this.m_txtCommentaire.WordWrap  = false;
     //
     // m_zoneSite
     //
     this.m_zoneSite.BackColor = System.Drawing.Color.White;
     this.m_zoneSite.Controls.Add(this.m_txtSelectSite);
     this.m_zoneSite.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_zoneSite.Location = new System.Drawing.Point(311, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_zoneSite, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_zoneSite.Name     = "m_zoneSite";
     this.m_zoneSite.Size     = new System.Drawing.Size(246, 25);
     this.m_zoneSite.TabIndex = 3;
     //
     // m_txtSelectSite
     //
     this.m_txtSelectSite.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_txtSelectSite.ElementSelectionne = null;
     this.m_txtSelectSite.FonctionTextNull   = null;
     this.m_txtSelectSite.HasLink            = true;
     this.m_txtSelectSite.Location           = new System.Drawing.Point(0, 0);
     this.m_txtSelectSite.LockEdition        = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtSelectSite, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtSelectSite.Name           = "m_txtSelectSite";
     this.m_txtSelectSite.SelectedObject = null;
     this.m_txtSelectSite.Size           = new System.Drawing.Size(246, 25);
     this.m_txtSelectSite.TabIndex       = 0;
     this.m_txtSelectSite.TextNull       = "";
     //
     // m_panelContientLaDurée
     //
     this.m_panelContientLaDurée.BackColor   = System.Drawing.Color.White;
     this.m_panelContientLaDurée.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panelContientLaDurée.Controls.Add(this.m_panelDuree);
     this.m_panelContientLaDurée.Dock        = System.Windows.Forms.DockStyle.Left;
     this.m_panelContientLaDurée.Location    = new System.Drawing.Point(239, 0);
     this.m_panelContientLaDurée.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelContientLaDurée, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelContientLaDurée.Name     = "m_panelContientLaDurée";
     this.m_panelContientLaDurée.Size     = new System.Drawing.Size(72, 25);
     this.m_panelContientLaDurée.TabIndex = 2;
     this.m_panelContientLaDurée.TabStop  = true;
     //
     // m_panelDuree
     //
     this.m_panelDuree.Controls.Add(this.m_txtDuree);
     this.m_panelDuree.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelDuree, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelDuree.Name     = "m_panelDuree";
     this.m_panelDuree.Size     = new System.Drawing.Size(70, 26);
     this.m_panelDuree.TabIndex = 1;
     this.m_panelDuree.TabStop  = true;
     //
     // m_txtDuree
     //
     this.m_txtDuree.Location    = new System.Drawing.Point(2, 2);
     this.m_txtDuree.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtDuree, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtDuree.Name         = "m_txtDuree";
     this.m_txtDuree.NullAutorise = true;
     this.m_txtDuree.SaisieDuree  = true;
     this.m_txtDuree.Size         = new System.Drawing.Size(63, 21);
     this.m_txtDuree.TabIndex     = 2;
     this.m_txtDuree.ValeurHeure  = null;
     //
     // m_wndDate
     //
     this.m_wndDate.Dock        = System.Windows.Forms.DockStyle.Left;
     this.m_wndDate.Format      = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_wndDate.Location    = new System.Drawing.Point(0, 0);
     this.m_wndDate.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndDate, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_wndDate.Name     = "m_wndDate";
     this.m_wndDate.Size     = new System.Drawing.Size(84, 20);
     this.m_wndDate.TabIndex = 0;
     this.m_wndDate.Value    = new System.DateTime(2003, 4, 2, 9, 17, 49, 526);
     //
     // m_panelEntete
     //
     this.m_panelEntete.Controls.Add(this.label5);
     this.m_panelEntete.Controls.Add(this.label7);
     this.m_panelEntete.Controls.Add(this.label1);
     this.m_panelEntete.Controls.Add(this.label6);
     this.m_panelEntete.Controls.Add(this.label4);
     this.m_panelEntete.Controls.Add(this.lbl_date);
     this.m_panelEntete.Dock        = System.Windows.Forms.DockStyle.Top;
     this.m_panelEntete.Location    = new System.Drawing.Point(0, 0);
     this.m_panelEntete.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEntete, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelEntete.Name     = "m_panelEntete";
     this.m_panelEntete.Size     = new System.Drawing.Size(895, 22);
     this.m_panelEntete.TabIndex = 11;
     //
     // label5
     //
     this.label5.BackColor   = System.Drawing.Color.White;
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.label5.Location    = new System.Drawing.Point(557, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label5, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(282, 22);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Comment|51";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label7
     //
     this.label7.BackColor   = System.Drawing.Color.White;
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label7.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label7.Location    = new System.Drawing.Point(311, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label7, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(246, 22);
     this.label7.TabIndex  = 7;
     this.label7.Text      = "Site|175";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.White;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label1.Location    = new System.Drawing.Point(239, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 22);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "Duration|548";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Dock     = System.Windows.Forms.DockStyle.Right;
     this.label6.Location = new System.Drawing.Point(839, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label6, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(56, 22);
     this.label6.TabIndex = 5;
     //
     // label4
     //
     this.label4.BackColor   = System.Drawing.Color.White;
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label4.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label4.Location    = new System.Drawing.Point(84, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(155, 22);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Activity Type|547";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbl_date
     //
     this.lbl_date.BackColor   = System.Drawing.Color.White;
     this.lbl_date.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lbl_date.Dock        = System.Windows.Forms.DockStyle.Left;
     this.lbl_date.Location    = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.lbl_date, sc2i.win32.common.TypeModeEdition.Autonome);
     this.lbl_date.Name      = "lbl_date";
     this.lbl_date.Size      = new System.Drawing.Size(84, 22);
     this.lbl_date.TabIndex  = 8;
     this.lbl_date.Text      = "Date|246";
     this.lbl_date.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_panelFormulaire
     //
     this.m_panelFormulaire.BackColor    = System.Drawing.Color.White;
     this.m_panelFormulaire.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panelFormulaire.Dock         = System.Windows.Forms.DockStyle.Top;
     this.m_panelFormulaire.ElementEdite = null;
     this.m_panelFormulaire.Location     = new System.Drawing.Point(217, 47);
     this.m_panelFormulaire.LockEdition  = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelFormulaire, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_panelFormulaire.Name         = "m_panelFormulaire";
     this.m_panelFormulaire.Size         = new System.Drawing.Size(620, 16);
     this.m_panelFormulaire.TabIndex     = 1;
     this.m_panelFormulaire.SizeChanged += new System.EventHandler(this.m_panelFormulaire_SizeChanged);
     //
     // m_panelGaucheFormulaire
     //
     this.m_panelGaucheFormulaire.BackColor = System.Drawing.Color.White;
     this.m_panelGaucheFormulaire.Dock      = System.Windows.Forms.DockStyle.Left;
     this.m_panelGaucheFormulaire.Location  = new System.Drawing.Point(0, 47);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelGaucheFormulaire, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelGaucheFormulaire.Name     = "m_panelGaucheFormulaire";
     this.m_panelGaucheFormulaire.Size     = new System.Drawing.Size(217, 19);
     this.m_panelGaucheFormulaire.TabIndex = 13;
     //
     // m_panelDroiteFormulaire
     //
     this.m_panelDroiteFormulaire.BackColor = System.Drawing.Color.White;
     this.m_panelDroiteFormulaire.Dock      = System.Windows.Forms.DockStyle.Right;
     this.m_panelDroiteFormulaire.Location  = new System.Drawing.Point(837, 47);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelDroiteFormulaire, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelDroiteFormulaire.Name     = "m_panelDroiteFormulaire";
     this.m_panelDroiteFormulaire.Size     = new System.Drawing.Size(34, 19);
     this.m_panelDroiteFormulaire.TabIndex = 18;
     //
     // m_btnLigneSuivante
     //
     this.m_btnLigneSuivante.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnLigneSuivante.Image")));
     this.m_btnLigneSuivante.Location = new System.Drawing.Point(-1, -1);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnLigneSuivante, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnLigneSuivante.Name     = "m_btnLigneSuivante";
     this.m_btnLigneSuivante.Size     = new System.Drawing.Size(24, 25);
     this.m_btnLigneSuivante.TabIndex = 0;
     this.m_btnLigneSuivante.UseVisualStyleBackColor = true;
     this.m_btnLigneSuivante.Click += new System.EventHandler(this.m_btnLigneSuivante_Click);
     this.m_btnLigneSuivante.Leave += new System.EventHandler(this.m_btnLigneSuivante_Leave);
     this.m_btnLigneSuivante.Enter += new System.EventHandler(this.m_btnLigneSuivante_Enter);
     //
     // c2iPanel1
     //
     this.c2iPanel1.Controls.Add(this.m_btnLigneSuivante);
     this.c2iPanel1.Dock        = System.Windows.Forms.DockStyle.Right;
     this.c2iPanel1.Location    = new System.Drawing.Point(871, 22);
     this.c2iPanel1.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanel1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.c2iPanel1.Name     = "c2iPanel1";
     this.c2iPanel1.Size     = new System.Drawing.Size(24, 44);
     this.c2iPanel1.TabIndex = 2;
     //
     // m_timerSize
     //
     this.m_timerSize.Tick += new System.EventHandler(this.m_timerSize_Tick);
     //
     // CControleSaisieUneActiviteActeur
     //
     this.Controls.Add(this.m_panelFormulaire);
     this.Controls.Add(this.m_panelDroiteFormulaire);
     this.Controls.Add(this.m_panelGaucheFormulaire);
     this.Controls.Add(this.m_panelDataStd);
     this.Controls.Add(this.c2iPanel1);
     this.Controls.Add(this.m_panelEntete);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name  = "CControleSaisieUneActiviteActeur";
     this.Size  = new System.Drawing.Size(895, 66);
     this.Load += new System.EventHandler(this.CControleSaisieUneActiviteActeur_Load);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnInsert)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnAdd)).EndInit();
     this.m_panelPoubelle.ResumeLayout(false);
     this.m_panelDataStd.ResumeLayout(false);
     this.m_panelDataStd.PerformLayout();
     this.m_zoneSite.ResumeLayout(false);
     this.m_panelContientLaDurée.ResumeLayout(false);
     this.m_panelDuree.ResumeLayout(false);
     this.m_panelEntete.ResumeLayout(false);
     this.c2iPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditionActiviteActeurResume));
     sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn();
     this.label1           = new System.Windows.Forms.Label();
     this.c2iPanelOmbre4   = new sc2i.win32.common.C2iPanelOmbre();
     this.m_lnkDetail      = new System.Windows.Forms.LinkLabel();
     this.label4           = new System.Windows.Forms.Label();
     this.m_lblDate        = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.m_wndSaisieHeure = new sc2i.win32.common.CWndSaisieHeure();
     this.label7           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.m_tabControl     = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_pageActivite   = new Crownwood.Magic.Controls.TabPage();
     this.m_panelActivites = new sc2i.win32.data.navigation.CPanelListeSpeedStandard();
     this.m_pageFiche      = new Crownwood.Magic.Controls.TabPage();
     this.m_panelChamps    = new sc2i.win32.data.dynamic.CPanelChampsCustom();
     this.m_panelMenu.SuspendLayout();
     this.c2iPanelOmbre4.SuspendLayout();
     this.m_tabControl.SuspendLayout();
     this.m_pageActivite.SuspendLayout();
     this.m_pageFiche.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_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.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(9, 12);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(95, 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     = "Member|20002";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.m_lnkDetail);
     this.c2iPanelOmbre4.Controls.Add(this.label1);
     this.c2iPanelOmbre4.Controls.Add(this.label4);
     this.c2iPanelOmbre4.Controls.Add(this.m_lblDate);
     this.c2iPanelOmbre4.Controls.Add(this.label2);
     this.c2iPanelOmbre4.Controls.Add(this.m_wndSaisieHeure);
     this.c2iPanelOmbre4.Controls.Add(this.label7);
     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(643, 92);
     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_lnkDetail
     //
     this.m_extLinkField.SetLinkField(this.m_lnkDetail, "");
     this.m_lnkDetail.Location = new System.Drawing.Point(218, 30);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkDetail, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_lnkDetail.Name = "m_lnkDetail";
     this.m_lnkDetail.Size = new System.Drawing.Size(222, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lnkDetail, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lnkDetail, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lnkDetail.TabIndex     = 4005;
     this.m_lnkDetail.TabStop      = true;
     this.m_lnkDetail.Text         = "Edit detail|20008";
     this.m_lnkDetail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkDetail_LinkClicked);
     //
     // label4
     //
     this.label4.BackColor   = System.Drawing.Color.White;
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_extLinkField.SetLinkField(this.label4, "Acteur.IdentiteComplete");
     this.label4.Location = new System.Drawing.Point(112, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(497, 16);
     this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex  = 4003;
     this.label4.Text      = "[Acteur.IdentiteComplete]";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_lblDate
     //
     this.m_lblDate.BackColor   = System.Drawing.Color.White;
     this.m_lblDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_extLinkField.SetLinkField(this.m_lblDate, "");
     this.m_lblDate.Location = new System.Drawing.Point(112, 30);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lblDate, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_lblDate.Name = "m_lblDate";
     this.m_lblDate.Size = new System.Drawing.Size(130, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lblDate, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblDate, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblDate.TabIndex  = 4003;
     this.m_lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(9, 32);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(97, 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     = "Date|20003";
     //
     // m_wndSaisieHeure
     //
     this.m_extLinkField.SetLinkField(this.m_wndSaisieHeure, "");
     this.m_wndSaisieHeure.Location    = new System.Drawing.Point(112, 49);
     this.m_wndSaisieHeure.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndSaisieHeure, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_wndSaisieHeure.Name         = "m_wndSaisieHeure";
     this.m_wndSaisieHeure.NullAutorise = true;
     this.m_wndSaisieHeure.SaisieDuree  = true;
     this.m_wndSaisieHeure.Size         = new System.Drawing.Size(40, 16);
     this.m_extStyle.SetStyleBackColor(this.m_wndSaisieHeure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_wndSaisieHeure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndSaisieHeure.TabIndex    = 4004;
     this.m_wndSaisieHeure.ValeurHeure = 1.2;
     //
     // label7
     //
     this.m_extLinkField.SetLinkField(this.label7, "");
     this.label7.Location = new System.Drawing.Point(158, 52);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label7, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(97, 13);
     this.m_extStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex = 4002;
     this.label7.Text     = "Hours|20005";
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(9, 52);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(97, 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     = "Duration|20004";
     //
     // 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_tabControl.Location = new System.Drawing.Point(8, 147);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_tabControl, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 0;
     this.m_tabControl.SelectedTab   = this.m_pageActivite;
     this.m_tabControl.Size          = new System.Drawing.Size(822, 382);
     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_pageActivite,
         this.m_pageFiche
     });
     this.m_tabControl.TextColor = System.Drawing.Color.Black;
     //
     // m_pageActivite
     //
     this.m_pageActivite.Controls.Add(this.m_panelActivites);
     this.m_extLinkField.SetLinkField(this.m_pageActivite, "");
     this.m_pageActivite.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageActivite, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_pageActivite.Name = "m_pageActivite";
     this.m_pageActivite.Size = new System.Drawing.Size(806, 341);
     this.m_extStyle.SetStyleBackColor(this.m_pageActivite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageActivite, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageActivite.TabIndex = 10;
     this.m_pageActivite.Title    = "Activities|20006";
     //
     // m_panelActivites
     //
     this.m_panelActivites.AllowArbre = true;
     this.m_panelActivites.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_panelActivites.BoutonAjouterVisible   = false;
     this.m_panelActivites.BoutonModifierVisible  = false;
     this.m_panelActivites.BoutonSupprimerVisible = false;
     glColumn1.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems")));
     glColumn1.BackColor          = System.Drawing.Color.Transparent;
     glColumn1.ControlType        = sc2i.win32.common.ColumnControlTypes.None;
     glColumn1.ForColor           = System.Drawing.Color.Black;
     glColumn1.ImageIndex         = -1;
     glColumn1.IsCheckColumn      = false;
     glColumn1.LastSortState      = sc2i.win32.common.ColumnSortState.SortedUp;
     glColumn1.Name               = "Name";
     glColumn1.Propriete          = "TypeActiviteActeur.Libelle";
     glColumn1.Text               = "Activity|20007";
     glColumn1.TextAlignment      = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width              = 250;
     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               = "Namex";
     glColumn2.Propriete          = "Duree";
     glColumn2.Text               = "Duration|20004";
     glColumn2.TextAlignment      = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width              = 100;
     this.m_panelActivites.Columns.AddRange(new sc2i.win32.common.GLColumn[] {
         glColumn1,
         glColumn2
     });
     this.m_panelActivites.ContexteUtilisation   = "";
     this.m_panelActivites.ControlFiltreStandard = null;
     this.m_panelActivites.ElementSelectionne    = null;
     this.m_panelActivites.EnableCustomisation   = true;
     this.m_panelActivites.FiltreDeBase          = null;
     this.m_panelActivites.FiltreDeBaseEnAjout   = false;
     this.m_panelActivites.FiltrePrefere         = null;
     this.m_panelActivites.FiltreRapide          = null;
     this.m_extLinkField.SetLinkField(this.m_panelActivites, "");
     this.m_panelActivites.ListeObjets = null;
     this.m_panelActivites.Location    = new System.Drawing.Point(1, 2);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelActivites, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_panelActivites.ModeQuickSearch       = false;
     this.m_panelActivites.ModeSelection         = false;
     this.m_panelActivites.MultiSelect           = false;
     this.m_panelActivites.Name                  = "m_panelActivites";
     this.m_panelActivites.Navigateur            = null;
     this.m_panelActivites.ProprieteObjetAEditer = null;
     this.m_panelActivites.QuickSearchText       = "";
     this.m_panelActivites.Size                  = new System.Drawing.Size(804, 336);
     this.m_extStyle.SetStyleBackColor(this.m_panelActivites, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelActivites, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelActivites.TabIndex = 2;
     //
     // m_pageFiche
     //
     this.m_pageFiche.Controls.Add(this.m_panelChamps);
     this.m_extLinkField.SetLinkField(this.m_pageFiche, "");
     this.m_pageFiche.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageFiche, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_pageFiche.Name     = "m_pageFiche";
     this.m_pageFiche.Selected = false;
     this.m_pageFiche.Size     = new System.Drawing.Size(806, 341);
     this.m_extStyle.SetStyleBackColor(this.m_pageFiche, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageFiche, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageFiche.TabIndex = 11;
     this.m_pageFiche.Title    = "Form|60";
     //
     // 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_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_panelChamps.Name        = "m_panelChamps";
     this.m_panelChamps.Ombre       = false;
     this.m_panelChamps.PositionTop = true;
     this.m_panelChamps.Size        = new System.Drawing.Size(806, 341);
     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 = 1;
     //
     // CFormEditionActiviteActeurResume
     //
     this.AutoScaleBaseSize      = new System.Drawing.Size(5, 13);
     this.BoutonAjouterVisible   = false;
     this.BoutonSupprimerVisible = false;
     this.ClientSize             = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CFormEditionActiviteActeurResume";
     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.CFormEditionActiviteActeurResume_OnInitPage);
     this.OnMajChampsPage += new sc2i.win32.data.navigation.EventOnPageHandler(this.CFormEditionActiviteActeurResume_OnMajChampsPage);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.m_panelMenu.ResumeLayout(false);
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.m_pageActivite.ResumeLayout(false);
     this.m_pageFiche.ResumeLayout(false);
     this.ResumeLayout(false);
 }