//---------------------------------------------------------
 public CWndFor2iDateTime()
 {
     m_dateTimeEx = new C2iDateTimeExPicker();
     m_dateTimeEx.OnValueChange += new EventHandler(CWndFor2iDateTime_OnValueChange);
 }
Exemple #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);
 }
Exemple #3
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CWndPostit));
     this.m_cadre           = new System.Windows.Forms.Panel();
     this.m_btnMove         = new System.Windows.Forms.PictureBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.m_panelBas        = new sc2i.win32.common.C2iPanel(this.components);
     this.m_chkPublic       = new System.Windows.Forms.CheckBox();
     this.label2            = new System.Windows.Forms.Label();
     this.m_lblAuteur       = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.m_txtTexte        = new sc2i.win32.common.C2iTextBox();
     this.m_panelTitre      = new System.Windows.Forms.Panel();
     this.m_panelValidation = new System.Windows.Forms.Panel();
     this.m_btnAnnuler      = new System.Windows.Forms.PictureBox();
     this.m_btnValider      = new System.Windows.Forms.PictureBox();
     this.m_btnEditer       = new System.Windows.Forms.PictureBox();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.m_txtTitre        = new sc2i.win32.common.C2iTextBox();
     this.m_btnFermer       = new System.Windows.Forms.PictureBox();
     this.m_btnPoubelle     = new System.Windows.Forms.PictureBox();
     this.m_btnResize       = new System.Windows.Forms.PictureBox();
     this.m_extModeEdition  = new sc2i.win32.common.CExtModeEdition();
     this.m_extStyle        = new sc2i.win32.common.CExtStyle();
     this.m_dtExpiration    = new sc2i.win32.common.C2iDateTimeExPicker();
     this.m_cadre.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnMove)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.m_panelBas.SuspendLayout();
     this.m_panelTitre.SuspendLayout();
     this.m_panelValidation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnAnnuler)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnValider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnEditer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnFermer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnResize)).BeginInit();
     this.SuspendLayout();
     //
     // m_cadre
     //
     this.m_cadre.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_cadre.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_cadre.Controls.Add(this.m_btnMove);
     this.m_cadre.Controls.Add(this.pictureBox1);
     this.m_cadre.Controls.Add(this.m_panelBas);
     this.m_cadre.Controls.Add(this.m_txtTexte);
     this.m_cadre.Controls.Add(this.m_panelTitre);
     this.m_cadre.Controls.Add(this.m_btnResize);
     this.m_cadre.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_cadre.ForeColor = System.Drawing.Color.Black;
     this.m_cadre.Location  = new System.Drawing.Point(0, 0);
     this.m_extModeEdition.SetModeEdition(this.m_cadre, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_cadre.Name = "m_cadre";
     this.m_cadre.Size = new System.Drawing.Size(360, 336);
     this.m_extStyle.SetStyleBackColor(this.m_cadre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cadre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cadre.TabIndex = 1;
     //
     // m_btnMove
     //
     this.m_btnMove.Cursor   = System.Windows.Forms.Cursors.SizeAll;
     this.m_btnMove.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnMove.Image")));
     this.m_btnMove.Location = new System.Drawing.Point(4, 0);
     this.m_extModeEdition.SetModeEdition(this.m_btnMove, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnMove.Name     = "m_btnMove";
     this.m_btnMove.Size     = new System.Drawing.Size(20, 24);
     this.m_btnMove.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.m_extStyle.SetStyleBackColor(this.m_btnMove, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnMove, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnMove.TabIndex   = 6;
     this.m_btnMove.TabStop    = false;
     this.m_btnMove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.m_btnMove_MouseMove);
     this.m_btnMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.m_btnMove_MouseDown);
     this.m_btnMove.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.m_btnMove_MouseUp);
     //
     // 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.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(102)))));
     this.pictureBox1.Location  = new System.Drawing.Point(4, 292);
     this.m_extModeEdition.SetModeEdition(this.pictureBox1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(348, 1);
     this.m_extStyle.SetStyleBackColor(this.pictureBox1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.pictureBox1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop  = false;
     //
     // m_panelBas
     //
     this.m_panelBas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelBas.Controls.Add(this.m_dtExpiration);
     this.m_panelBas.Controls.Add(this.m_chkPublic);
     this.m_panelBas.Controls.Add(this.label2);
     this.m_panelBas.Controls.Add(this.m_lblAuteur);
     this.m_panelBas.Controls.Add(this.label1);
     this.m_panelBas.Location    = new System.Drawing.Point(0, 294);
     this.m_panelBas.LockEdition = false;
     this.m_extModeEdition.SetModeEdition(this.m_panelBas, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelBas.Name = "m_panelBas";
     this.m_panelBas.Size = new System.Drawing.Size(340, 40);
     this.m_extStyle.SetStyleBackColor(this.m_panelBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelBas.TabIndex = 4;
     //
     // m_chkPublic
     //
     this.m_chkPublic.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkPublic.Location = new System.Drawing.Point(192, 24);
     this.m_extModeEdition.SetModeEdition(this.m_chkPublic, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_chkPublic.Name = "m_chkPublic";
     this.m_chkPublic.Size = new System.Drawing.Size(145, 17);
     this.m_extStyle.SetStyleBackColor(this.m_chkPublic, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkPublic, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkPublic.TabIndex = 5;
     this.m_chkPublic.Checked  = true;
     this.m_chkPublic.Text     = "Public Note|829";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 20);
     this.m_extModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(66, 18);
     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 = 2;
     this.label2.Text     = "Expiration|826";
     //
     // m_lblAuteur
     //
     this.m_lblAuteur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.m_lblAuteur.Location = new System.Drawing.Point(76, 4);
     this.m_extModeEdition.SetModeEdition(this.m_lblAuteur, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_lblAuteur.Name = "m_lblAuteur";
     this.m_lblAuteur.Size = new System.Drawing.Size(254, 16);
     this.m_extStyle.SetStyleBackColor(this.m_lblAuteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblAuteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblAuteur.TabIndex = 1;
     this.m_lblAuteur.Text     = "User name|30117";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 4);
     this.m_extModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(66, 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 = 0;
     this.label1.Text     = "User: |245";
     //
     // m_txtTexte
     //
     this.m_txtTexte.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_txtTexte.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.m_txtTexte.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_txtTexte.ForeColor   = System.Drawing.Color.Black;
     this.m_txtTexte.Location    = new System.Drawing.Point(4, 24);
     this.m_txtTexte.LockEdition = false;
     this.m_extModeEdition.SetModeEdition(this.m_txtTexte, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtTexte.Multiline = true;
     this.m_txtTexte.Name      = "m_txtTexte";
     this.m_txtTexte.Size      = new System.Drawing.Size(352, 264);
     this.m_extStyle.SetStyleBackColor(this.m_txtTexte, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtTexte, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtTexte.TabIndex     = 3;
     this.m_txtTexte.Text         = "Enter Note text here|825";
     this.m_txtTexte.TextChanged += new System.EventHandler(this.m_txtTexte_TextChanged);
     this.m_txtTexte.Validated   += new System.EventHandler(this.m_txtTexte_Validated);
     //
     // m_panelTitre
     //
     this.m_panelTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelTitre.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.m_panelTitre.Controls.Add(this.m_panelValidation);
     this.m_panelTitre.Controls.Add(this.m_btnEditer);
     this.m_panelTitre.Controls.Add(this.pictureBox2);
     this.m_panelTitre.Controls.Add(this.m_txtTitre);
     this.m_panelTitre.Controls.Add(this.m_btnFermer);
     this.m_panelTitre.Controls.Add(this.m_btnPoubelle);
     this.m_panelTitre.Location = new System.Drawing.Point(24, 2);
     this.m_extModeEdition.SetModeEdition(this.m_panelTitre, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelTitre.Name = "m_panelTitre";
     this.m_panelTitre.Size = new System.Drawing.Size(332, 20);
     this.m_extStyle.SetStyleBackColor(this.m_panelTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelTitre.TabIndex = 2;
     //
     // m_panelValidation
     //
     this.m_panelValidation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelValidation.Controls.Add(this.m_btnAnnuler);
     this.m_panelValidation.Controls.Add(this.m_btnValider);
     this.m_panelValidation.Location = new System.Drawing.Point(278, 0);
     this.m_extModeEdition.SetModeEdition(this.m_panelValidation, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_panelValidation.Name = "m_panelValidation";
     this.m_panelValidation.Size = new System.Drawing.Size(40, 20);
     this.m_extStyle.SetStyleBackColor(this.m_panelValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelValidation.TabIndex = 8;
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.m_btnAnnuler.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image")));
     this.m_btnAnnuler.Location = new System.Drawing.Point(20, 2);
     this.m_extModeEdition.SetModeEdition(this.m_btnAnnuler, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnAnnuler.Name     = "m_btnAnnuler";
     this.m_btnAnnuler.Size     = new System.Drawing.Size(16, 16);
     this.m_btnAnnuler.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     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 = 6;
     this.m_btnAnnuler.TabStop  = false;
     this.m_btnAnnuler.Click   += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // m_btnValider
     //
     this.m_btnValider.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.m_btnValider.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnValider.Image")));
     this.m_btnValider.Location = new System.Drawing.Point(4, 2);
     this.m_extModeEdition.SetModeEdition(this.m_btnValider, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnValider.Name     = "m_btnValider";
     this.m_btnValider.Size     = new System.Drawing.Size(16, 16);
     this.m_btnValider.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.m_extStyle.SetStyleBackColor(this.m_btnValider, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnValider, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnValider.TabIndex = 5;
     this.m_btnValider.TabStop  = false;
     this.m_btnValider.Click   += new System.EventHandler(this.m_btnValider_Click);
     //
     // m_btnEditer
     //
     this.m_btnEditer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnEditer.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnEditer.Image")));
     this.m_btnEditer.Location = new System.Drawing.Point(281, 4);
     this.m_extModeEdition.SetModeEdition(this.m_btnEditer, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnEditer.Name = "m_btnEditer";
     this.m_btnEditer.Size = new System.Drawing.Size(16, 16);
     this.m_extStyle.SetStyleBackColor(this.m_btnEditer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnEditer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnEditer.TabIndex = 7;
     this.m_btnEditer.TabStop  = false;
     this.m_btnEditer.Click   += new System.EventHandler(this.m_btnEditer_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(184)))));
     this.pictureBox2.Location  = new System.Drawing.Point(276, 0);
     this.m_extModeEdition.SetModeEdition(this.pictureBox2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(2, 32);
     this.m_extStyle.SetStyleBackColor(this.pictureBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.pictureBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.pictureBox2.TabIndex = 4;
     this.pictureBox2.TabStop  = false;
     //
     // m_txtTitre
     //
     this.m_txtTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtTitre.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.m_txtTitre.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_txtTitre.ForeColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_txtTitre.Location    = new System.Drawing.Point(4, 4);
     this.m_txtTitre.LockEdition = false;
     this.m_extModeEdition.SetModeEdition(this.m_txtTitre, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtTitre.Name = "m_txtTitre";
     this.m_txtTitre.Size = new System.Drawing.Size(268, 13);
     this.m_extStyle.SetStyleBackColor(this.m_txtTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtTitre.TabIndex   = 3;
     this.m_txtTitre.Text       = "Title|824";
     this.m_txtTitre.Validated += new System.EventHandler(this.m_txtTitre_Validated);
     //
     // m_btnFermer
     //
     this.m_btnFermer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnFermer.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnFermer.Image")));
     this.m_btnFermer.Location = new System.Drawing.Point(316, 4);
     this.m_extModeEdition.SetModeEdition(this.m_btnFermer, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnFermer.Name     = "m_btnFermer";
     this.m_btnFermer.Size     = new System.Drawing.Size(14, 14);
     this.m_btnFermer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.m_extStyle.SetStyleBackColor(this.m_btnFermer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnFermer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnFermer.TabIndex = 4;
     this.m_btnFermer.TabStop  = false;
     this.m_btnFermer.Click   += new System.EventHandler(this.m_btnFermer_Click);
     //
     // m_btnPoubelle
     //
     this.m_btnPoubelle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnPoubelle.BackColor = System.Drawing.SystemColors.ActiveCaption;
     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(297, 2);
     this.m_extModeEdition.SetModeEdition(this.m_btnPoubelle, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_btnPoubelle.Name     = "m_btnPoubelle";
     this.m_btnPoubelle.Size     = new System.Drawing.Size(16, 16);
     this.m_btnPoubelle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.m_extStyle.SetStyleBackColor(this.m_btnPoubelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnPoubelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnPoubelle.TabIndex = 4;
     this.m_btnPoubelle.TabStop  = false;
     this.m_btnPoubelle.Click   += new System.EventHandler(this.m_btnPoubelle_Click);
     //
     // m_btnResize
     //
     this.m_btnResize.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnResize.Cursor   = System.Windows.Forms.Cursors.SizeNWSE;
     this.m_btnResize.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnResize.Image")));
     this.m_btnResize.Location = new System.Drawing.Point(344, 320);
     this.m_extModeEdition.SetModeEdition(this.m_btnResize, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_btnResize.Name     = "m_btnResize";
     this.m_btnResize.Size     = new System.Drawing.Size(12, 12);
     this.m_btnResize.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.m_extStyle.SetStyleBackColor(this.m_btnResize, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnResize, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnResize.TabIndex   = 4;
     this.m_btnResize.TabStop    = false;
     this.m_btnResize.MouseMove += new System.Windows.Forms.MouseEventHandler(this.m_btnResize_MouseMove);
     this.m_btnResize.Click     += new System.EventHandler(this.m_btnResize_Click);
     this.m_btnResize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.m_btnResize_MouseDown);
     this.m_btnResize.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.m_btnResize_MouseUp);
     //
     // m_extModeEdition
     //
     this.m_extModeEdition.ModeEdition = true;
     //
     // m_dtExpiration
     //
     this.m_dtExpiration.Checked      = true;
     this.m_dtExpiration.CustomFormat = null;
     this.m_dtExpiration.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_dtExpiration.Location     = new System.Drawing.Point(76, 18);
     this.m_dtExpiration.LockEdition  = false;
     this.m_extModeEdition.SetModeEdition(this.m_dtExpiration, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_dtExpiration.Name = "m_dtExpiration";
     this.m_dtExpiration.Size = new System.Drawing.Size(102, 20);
     this.m_extStyle.SetStyleBackColor(this.m_dtExpiration, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_dtExpiration, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_dtExpiration.TabIndex            = 7;
     this.m_dtExpiration.TextNull            = "";
     this.m_dtExpiration.Value.DateTimeValue = new System.DateTime(2010, 10, 14, 8, 54, 22, 421);
     //
     // CWndPostit
     //
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(204)))));
     this.Controls.Add(this.m_cadre);
     this.m_extModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CWndPostit";
     this.Size = new System.Drawing.Size(360, 336);
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Resize += new System.EventHandler(this.CWndPostit_Resize);
     this.Move   += new System.EventHandler(this.CWndPostit_Move);
     this.m_cadre.ResumeLayout(false);
     this.m_cadre.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnMove)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.m_panelBas.ResumeLayout(false);
     this.m_panelTitre.ResumeLayout(false);
     this.m_panelTitre.PerformLayout();
     this.m_panelValidation.ResumeLayout(false);
     this.m_panelValidation.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnAnnuler)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnValider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnEditer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnFermer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnResize)).EndInit();
     this.ResumeLayout(false);
 }