Beispiel #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_panelFiltre = new sc2i.formulaire.win32.editor.CPanelFormulaireSurElement();
     this.SuspendLayout();
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelFiltre.AutoScroll   = true;
     this.m_panelFiltre.ElementEdite = null;
     this.m_panelFiltre.Location     = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.LockEdition  = false;
     this.m_panelFiltre.Name         = "m_panelFiltre";
     this.m_panelFiltre.Size         = new System.Drawing.Size(584, 312);
     this.m_panelFiltre.TabIndex     = 0;
     //
     // CPanelFiltreFormListStd
     //
     this.Controls.Add(this.m_panelFiltre);
     this.Name            = "CPanelFiltreFormListStd";
     this.Size            = new System.Drawing.Size(584, 312);
     this.VisibleChanged += new System.EventHandler(this.CPanelFiltreFormListStd_VisibleChanged);
     this.ResumeLayout(false);
 }
Beispiel #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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormFiltreDynamic));
     this.m_panelFormulaire = new sc2i.formulaire.win32.editor.CPanelFormulaireSurElement();
     this.panel1            = new System.Windows.Forms.Panel();
     this.m_btnAnnuler      = new System.Windows.Forms.Button();
     this.m_btnOk           = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panelFormulaire
     //
     this.m_panelFormulaire.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.m_panelFormulaire.ElementEdite = null;
     this.m_panelFormulaire.Location     = new System.Drawing.Point(0, 0);
     this.m_panelFormulaire.LockEdition  = false;
     this.m_panelFormulaire.Name         = "m_panelFormulaire";
     this.m_panelFormulaire.Size         = new System.Drawing.Size(464, 222);
     this.m_panelFormulaire.TabIndex     = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_btnAnnuler);
     this.panel1.Controls.Add(this.m_btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 222);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(464, 48);
     this.panel1.TabIndex = 2;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnAnnuler.ForeColor    = System.Drawing.Color.White;
     this.m_btnAnnuler.Image        = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image")));
     this.m_btnAnnuler.Location     = new System.Drawing.Point(239, 2);
     this.m_btnAnnuler.Name         = "m_btnAnnuler";
     this.m_btnAnnuler.Size         = new System.Drawing.Size(40, 40);
     this.m_btnAnnuler.TabIndex     = 3;
     this.m_btnAnnuler.Click       += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.m_btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_btnOk.ForeColor = System.Drawing.Color.White;
     this.m_btnOk.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnOk.Image")));
     this.m_btnOk.Location  = new System.Drawing.Point(185, 2);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(40, 40);
     this.m_btnOk.TabIndex  = 2;
     this.m_btnOk.Click    += new System.EventHandler(this.m_btnOk_Click);
     //
     // CFormFiltreDynamic
     //
     this.AcceptButton      = this.m_btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.m_btnAnnuler;
     this.ClientSize        = new System.Drawing.Size(464, 270);
     this.ControlBox        = false;
     this.Controls.Add(this.m_panelFormulaire);
     this.Controls.Add(this.panel1);
     this.Name          = "CFormFiltreDynamic";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Dynamic filter|158";
     this.Load         += new System.EventHandler(this.CFormFiltreDynamic_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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);
 }
 //----------------------------------------------------------------------
 #region Code généré par le concepteur
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.m_viewer      = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.panel1        = new System.Windows.Forms.Panel();
     this.panel2        = new System.Windows.Forms.Panel();
     this.m_btnFiltrer  = new System.Windows.Forms.Button();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.m_panelFiltre = new sc2i.formulaire.win32.editor.CPanelFormulaireSurElement();
     this.m_reducteur   = new sc2i.win32.common.CReducteurControle();
     this.m_lblReport   = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // m_viewer
     //
     this.m_viewer.ActiveViewIndex  = -1;
     this.m_viewer.BackColor        = System.Drawing.Color.White;
     this.m_viewer.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_viewer.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_viewer.Location         = new System.Drawing.Point(0, 0);
     this.m_viewer.Name             = "m_viewer";
     this.m_viewer.SelectionFormula = "";
     this.m_viewer.Size             = new System.Drawing.Size(706, 327);
     this.m_extStyle.SetStyleBackColor(this.m_viewer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_viewer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_viewer.TabIndex = 0;
     this.m_viewer.ViewTimeSelectionFormula = "";
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.m_panelFiltre);
     this.panel1.Location = new System.Drawing.Point(0, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(706, 466);
     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 = 4045;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_btnFiltrer);
     this.panel2.Controls.Add(this.m_viewer);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 139);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(706, 327);
     this.m_extStyle.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel2.TabIndex = 4046;
     //
     // m_btnFiltrer
     //
     this.m_btnFiltrer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.m_btnFiltrer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.m_btnFiltrer.Location  = new System.Drawing.Point(437, 3);
     this.m_btnFiltrer.Name      = "m_btnFiltrer";
     this.m_btnFiltrer.Size      = new System.Drawing.Size(115, 21);
     this.m_extStyle.SetStyleBackColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnFiltrer.TabIndex = 4046;
     this.m_btnFiltrer.Text     = "Visualize / Filter|1007";
     this.m_btnFiltrer.UseVisualStyleBackColor = false;
     this.m_btnFiltrer.Click += new System.EventHandler(this.m_btnFiltrer_Click);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 135);
     this.splitter1.MinExtra = 1;
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(706, 4);
     this.m_extStyle.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panelFiltre.Dock         = System.Windows.Forms.DockStyle.Top;
     this.m_panelFiltre.ElementEdite = null;
     this.m_panelFiltre.Location     = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.LockEdition  = false;
     this.m_panelFiltre.Name         = "m_panelFiltre";
     this.m_panelFiltre.Size         = new System.Drawing.Size(706, 135);
     this.m_extStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFiltre.TabIndex = 0;
     //
     // m_reducteur
     //
     this.m_reducteur.Anchor             = System.Windows.Forms.AnchorStyles.Top;
     this.m_reducteur.ControleAgrandit   = this.m_viewer;
     this.m_reducteur.ControleReduit     = this.m_panelFiltre;
     this.m_reducteur.Location           = new System.Drawing.Point(349, 28);
     this.m_reducteur.MargeControle      = 0;
     this.m_reducteur.ModePositionnement = sc2i.win32.common.CReducteurControle.EModePositionnement.Haut;
     this.m_reducteur.Name = "m_reducteur";
     this.m_reducteur.Size = new System.Drawing.Size(9, 8);
     this.m_extStyle.SetStyleBackColor(this.m_reducteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_reducteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_reducteur.TabIndex      = 4047;
     this.m_reducteur.TailleReduite = 32;
     //
     // m_lblReport
     //
     this.m_lblReport.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblReport.Location = new System.Drawing.Point(4, 3);
     this.m_lblReport.Name     = "m_lblReport";
     this.m_lblReport.Size     = new System.Drawing.Size(683, 25);
     this.m_extStyle.SetStyleBackColor(this.m_lblReport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblReport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblReport.TabIndex = 4048;
     this.m_lblReport.Text     = "Report name";
     //
     // CFormVisualisationRapport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(706, 498);
     this.Controls.Add(this.m_lblReport);
     this.Controls.Add(this.m_reducteur);
     this.Controls.Add(this.panel1);
     this.Name = "CFormVisualisationRapport";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Load += new System.EventHandler(this.CFormVisualisationRapport_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }