Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(CFormAlerte));
     sc2i.win32.common.CProfilEffetFondu            cProfilEffetFondu1 = new sc2i.win32.common.CProfilEffetFondu();
     this.m_panBoutons     = new System.Windows.Forms.Panel();
     this.m_tt             = new System.Windows.Forms.ToolTip(this.components);
     this.m_panImageHaut   = new System.Windows.Forms.Panel();
     this.m_txtMessage     = new System.Windows.Forms.TextBox();
     this.m_timerAutoClose = new System.Windows.Forms.Timer(this.components);
     this.m_btnGauche      = new sc2i.win32.common.CDialogResultBouton();
     this.m_btnDroit       = new sc2i.win32.common.CDialogResultBouton();
     this.m_btnCentre      = new sc2i.win32.common.CDialogResultBouton();
     this.m_ctrlErreurs    = new sc2i.win32.common.CCtrlShowListeErreurs();
     this.m_draggeurForm   = new sc2i.win32.common.CDraggeurDeControl();
     this.m_effetFondu     = new sc2i.win32.common.CEffetFonduPourForm();
     this.m_panBoutons.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panBoutons
     //
     this.m_panBoutons.BackColor = System.Drawing.Color.Transparent;
     this.m_panBoutons.Controls.Add(this.m_btnGauche);
     this.m_panBoutons.Controls.Add(this.m_btnDroit);
     this.m_panBoutons.Controls.Add(this.m_btnCentre);
     this.m_panBoutons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.m_panBoutons.Location = new System.Drawing.Point(0, 224);
     this.m_panBoutons.Name     = "m_panBoutons";
     this.m_panBoutons.Size     = new System.Drawing.Size(280, 39);
     this.m_panBoutons.TabIndex = 1;
     //
     // m_tt
     //
     this.m_tt.AutomaticDelay = 2000;
     this.m_tt.AutoPopDelay   = 5000;
     this.m_tt.BackColor      = System.Drawing.SystemColors.GradientInactiveCaption;
     this.m_tt.InitialDelay   = 2000;
     this.m_tt.ReshowDelay    = 400;
     this.m_tt.ToolTipIcon    = System.Windows.Forms.ToolTipIcon.Error;
     //
     // m_panImageHaut
     //
     this.m_panImageHaut.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("m_panImageHaut.BackgroundImage")));
     this.m_panImageHaut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.m_panImageHaut.Location = new System.Drawing.Point(0, 0);
     this.m_panImageHaut.Name     = "m_panImageHaut";
     this.m_panImageHaut.Size     = new System.Drawing.Size(43, 38);
     this.m_panImageHaut.TabIndex = 3;
     //
     // m_txtMessage
     //
     this.m_txtMessage.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_txtMessage.BackColor   = System.Drawing.Color.White;
     this.m_txtMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_txtMessage.Font        = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtMessage.Location    = new System.Drawing.Point(12, 71);
     this.m_txtMessage.Multiline   = true;
     this.m_txtMessage.Name        = "m_txtMessage";
     this.m_txtMessage.ReadOnly    = true;
     this.m_txtMessage.Size        = new System.Drawing.Size(256, 147);
     this.m_txtMessage.TabIndex    = 4;
     //
     // m_timerAutoClose
     //
     this.m_timerAutoClose.Interval = 1000;
     this.m_timerAutoClose.Tick    += new System.EventHandler(this.m_timerAutoClose_Tick);
     //
     // m_btnGauche
     //
     this.m_btnGauche.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.m_btnGauche.Location        = new System.Drawing.Point(13, 6);
     this.m_btnGauche.Name            = "m_btnGauche";
     this.m_btnGauche.ResultatAssocie = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnGauche.Size            = new System.Drawing.Size(75, 24);
     this.m_btnGauche.TabIndex        = 5;
     this.m_btnGauche.TexteAffiche    = "OK";
     //
     // m_btnDroit
     //
     this.m_btnDroit.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.m_btnDroit.Location        = new System.Drawing.Point(193, 6);
     this.m_btnDroit.Name            = "m_btnDroit";
     this.m_btnDroit.ResultatAssocie = System.Windows.Forms.DialogResult.Ignore;
     this.m_btnDroit.Size            = new System.Drawing.Size(75, 24);
     this.m_btnDroit.TabIndex        = 5;
     this.m_btnDroit.TexteAffiche    = "OK";
     //
     // m_btnCentre
     //
     this.m_btnCentre.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.m_btnCentre.Location        = new System.Drawing.Point(103, 6);
     this.m_btnCentre.Name            = "m_btnCentre";
     this.m_btnCentre.ResultatAssocie = System.Windows.Forms.DialogResult.OK;
     this.m_btnCentre.Size            = new System.Drawing.Size(75, 24);
     this.m_btnCentre.TabIndex        = 5;
     this.m_btnCentre.TexteAffiche    = "OK";
     //
     // m_ctrlErreurs
     //
     this.m_ctrlErreurs.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_ctrlErreurs.AutoScroll  = true;
     this.m_ctrlErreurs.BackColor   = System.Drawing.Color.Transparent;
     this.m_ctrlErreurs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_ctrlErreurs.Location    = new System.Drawing.Point(12, 71);
     this.m_ctrlErreurs.Name        = "m_ctrlErreurs";
     this.m_ctrlErreurs.Size        = new System.Drawing.Size(256, 147);
     this.m_ctrlErreurs.TabIndex    = 0;
     //
     // m_draggeurForm
     //
     this.m_draggeurForm.Controle = this;
     //
     // m_effetFondu
     //
     this.m_effetFondu.AuDessusDesAutresFenetres = false;
     this.m_effetFondu.EffetFonduFermeture       = true;
     this.m_effetFondu.EffetFonduOuverture       = true;
     this.m_effetFondu.Formulaire      = this;
     this.m_effetFondu.IntervalImages  = 5;
     this.m_effetFondu.NombreImage     = 5;
     cProfilEffetFondu1.EffetActif     = true;
     cProfilEffetFondu1.EffetFermeture = true;
     cProfilEffetFondu1.EffetOuverture = true;
     cProfilEffetFondu1.IntervalImages = 5;
     cProfilEffetFondu1.NombreImages   = 5;
     this.m_effetFondu.Profil          = cProfilEffetFondu1;
     //
     // CFormAlerte
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(280, 263);
     this.ControlBox          = false;
     this.Controls.Add(this.m_panBoutons);
     this.Controls.Add(this.m_ctrlErreurs);
     this.Controls.Add(this.m_txtMessage);
     this.Controls.Add(this.m_panImageHaut);
     this.Name          = "CFormAlerte";
     this.Opacity       = 0;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load         += new System.EventHandler(this.CFormAlerte_Load);
     this.m_panBoutons.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
 {
     sc2i.win32.common.CProfilEffetFondu            cProfilEffetFondu1 = new sc2i.win32.common.CProfilEffetFondu();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(CFormOptionsGenerales));
     this.m_effetFondu    = new sc2i.win32.common.CEffetFonduPourForm();
     this.m_panImgOptions = new System.Windows.Forms.Panel();
     this.m_panClose      = new System.Windows.Forms.Panel();
     this.m_chkFondu      = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // m_effetFondu
     //
     this.m_effetFondu.AuDessusDesAutresFenetres = true;
     this.m_effetFondu.EffetFonduFermeture       = true;
     this.m_effetFondu.EffetFonduOuverture       = true;
     this.m_effetFondu.Formulaire      = this;
     cProfilEffetFondu1.EffetActif     = true;
     cProfilEffetFondu1.EffetFermeture = true;
     cProfilEffetFondu1.EffetOuverture = true;
     cProfilEffetFondu1.IntervalImages = 10;
     cProfilEffetFondu1.NombreImages   = 10;
     this.m_effetFondu.Profil          = cProfilEffetFondu1;
     //
     // m_panImgOptions
     //
     this.m_panImgOptions.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panImgOptions.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_panImgOptions.BackgroundImage")));
     this.m_panImgOptions.Location        = new System.Drawing.Point(235, 76);
     this.m_panImgOptions.Name            = "m_panImgOptions";
     this.m_panImgOptions.Size            = new System.Drawing.Size(258, 264);
     this.m_panImgOptions.TabIndex        = 0;
     //
     // m_panClose
     //
     this.m_panClose.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panClose.BackColor = System.Drawing.Color.Black;
     this.m_panClose.Location  = new System.Drawing.Point(445, -1);
     this.m_panClose.Name      = "m_panClose";
     this.m_panClose.Size      = new System.Drawing.Size(22, 22);
     this.m_panClose.TabIndex  = 1;
     this.m_panClose.Click    += new System.EventHandler(this.m_panClose_Click);
     //
     // m_chkFondu
     //
     this.m_chkFondu.AutoSize = true;
     this.m_chkFondu.Location = new System.Drawing.Point(13, 90);
     this.m_chkFondu.Name     = "m_chkFondu";
     this.m_chkFondu.Size     = new System.Drawing.Size(134, 17);
     this.m_chkFondu.TabIndex = 2;
     this.m_chkFondu.Text     = "Windows fading|30176";
     this.m_chkFondu.UseVisualStyleBackColor = true;
     this.m_chkFondu.CheckedChanged         += new System.EventHandler(this.m_chkFondu_CheckedChanged);
     //
     // CFormOptionsGenerales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(466, 333);
     this.ControlBox          = false;
     this.Controls.Add(this.m_chkFondu);
     this.Controls.Add(this.m_panClose);
     this.Controls.Add(this.m_panImgOptions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "CFormOptionsGenerales";
     this.Opacity         = 0;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #3
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     sc2i.win32.common.CProfilEffetFondu cProfilEffetFondu1 = new sc2i.win32.common.CProfilEffetFondu();
     this.m_timerWaiting   = new System.Windows.Forms.Timer(this.components);
     this.label1           = new System.Windows.Forms.Label();
     this.m_lblTitre       = new System.Windows.Forms.Label();
     this.m_timerDotDotDot = new System.Windows.Forms.Timer(this.components);
     this.m_lblDotDotDot   = new System.Windows.Forms.Label();
     this.m_panSablier     = new System.Windows.Forms.Panel();
     this.m_effetFondu     = new sc2i.win32.common.CEffetFonduPourForm();
     this.SuspendLayout();
     //
     // m_timerWaiting
     //
     this.m_timerWaiting.Interval = 1000;
     this.m_timerWaiting.Tick    += new System.EventHandler(this.m_timerWaiting_Tick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(245, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "label 1|30178";
     this.label1.Visible  = false;
     //
     // m_lblTitre
     //
     this.m_lblTitre.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblTitre.Location  = new System.Drawing.Point(64, 23);
     this.m_lblTitre.Name      = "m_lblTitre";
     this.m_lblTitre.Size      = new System.Drawing.Size(171, 20);
     this.m_lblTitre.TabIndex  = 0;
     this.m_lblTitre.Text      = "Please wait|30177";
     this.m_lblTitre.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_timerDotDotDot
     //
     this.m_timerDotDotDot.Tick += new System.EventHandler(this.m_timerDotDotDot_Tick);
     //
     // m_lblDotDotDot
     //
     this.m_lblDotDotDot.AutoSize = true;
     this.m_lblDotDotDot.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblDotDotDot.Location = new System.Drawing.Point(241, 23);
     this.m_lblDotDotDot.Name     = "m_lblDotDotDot";
     this.m_lblDotDotDot.Size     = new System.Drawing.Size(0, 20);
     this.m_lblDotDotDot.TabIndex = 0;
     //
     // m_panSablier
     //
     this.m_panSablier.BackgroundImage       = global::timos.Properties.Resources.Sablier;
     this.m_panSablier.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.m_panSablier.Location = new System.Drawing.Point(18, 18);
     this.m_panSablier.Name     = "m_panSablier";
     this.m_panSablier.Size     = new System.Drawing.Size(35, 32);
     this.m_panSablier.TabIndex = 1;
     //
     // m_effetFondu
     //
     this.m_effetFondu.AuDessusDesAutresFenetres = true;
     this.m_effetFondu.EffetFonduFermeture       = true;
     this.m_effetFondu.EffetFonduOuverture       = true;
     this.m_effetFondu.Formulaire      = this;
     this.m_effetFondu.IntervalImages  = 2;
     cProfilEffetFondu1.EffetActif     = true;
     cProfilEffetFondu1.EffetFermeture = true;
     cProfilEffetFondu1.EffetOuverture = true;
     cProfilEffetFondu1.IntervalImages = 2;
     cProfilEffetFondu1.NombreImages   = 10;
     this.m_effetFondu.Profil          = cProfilEffetFondu1;
     //
     // CFormWaiting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(331, 72);
     this.ControlBox          = false;
     this.Controls.Add(this.m_panSablier);
     this.Controls.Add(this.m_lblDotDotDot);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_lblTitre);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "CFormWaiting";
     this.Opacity         = 0;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.CFormWaiting_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #4
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     sc2i.win32.common.CProfilEffetFondu            cProfilEffetFondu1 = new sc2i.win32.common.CProfilEffetFondu();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(CFormDefinirMDP));
     this.m_effetFondu         = new sc2i.win32.common.CEffetFonduPourForm();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.m_lblPasswordConfirm = new System.Windows.Forms.Label();
     this.m_txtPasswordConfirm = new sc2i.win32.common.C2iTextBox();
     this.m_lblPassword        = new System.Windows.Forms.Label();
     this.m_txtPassword        = new sc2i.win32.common.C2iTextBox();
     this.m_txtOldPassword     = new sc2i.win32.common.C2iTextBox();
     this.m_lblOldPassword     = new System.Windows.Forms.Label();
     this.m_btnCancel          = new sc2i.win32.common.CDialogResultBouton();
     this.m_btnOk = new sc2i.win32.common.CDialogResultBouton();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // m_effetFondu
     //
     this.m_effetFondu.AuDessusDesAutresFenetres = false;
     this.m_effetFondu.EffetFonduFermeture       = true;
     this.m_effetFondu.EffetFonduOuverture       = true;
     this.m_effetFondu.Formulaire      = this;
     cProfilEffetFondu1.EffetActif     = true;
     cProfilEffetFondu1.EffetFermeture = true;
     cProfilEffetFondu1.EffetOuverture = true;
     cProfilEffetFondu1.IntervalImages = 10;
     cProfilEffetFondu1.NombreImages   = 10;
     this.m_effetFondu.Profil          = cProfilEffetFondu1;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::timos.Properties.Resources.cadenas;
     this.pictureBox1.Location = new System.Drawing.Point(-1, -1);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(118, 74);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // m_lblPasswordConfirm
     //
     this.m_lblPasswordConfirm.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lblPasswordConfirm.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblPasswordConfirm.Location  = new System.Drawing.Point(2, 123);
     this.m_lblPasswordConfirm.Name      = "m_lblPasswordConfirm";
     this.m_lblPasswordConfirm.Size      = new System.Drawing.Size(112, 16);
     this.m_lblPasswordConfirm.TabIndex  = 15;
     this.m_lblPasswordConfirm.Text      = "Confirmation|776";
     this.m_lblPasswordConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtPasswordConfirm
     //
     this.m_txtPasswordConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtPasswordConfirm.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtPasswordConfirm.Location     = new System.Drawing.Point(120, 123);
     this.m_txtPasswordConfirm.LockEdition  = false;
     this.m_txtPasswordConfirm.MaxLength    = 32;
     this.m_txtPasswordConfirm.Name         = "m_txtPasswordConfirm";
     this.m_txtPasswordConfirm.PasswordChar = '*';
     this.m_txtPasswordConfirm.Size         = new System.Drawing.Size(132, 20);
     this.m_txtPasswordConfirm.TabIndex     = 13;
     //
     // m_lblPassword
     //
     this.m_lblPassword.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lblPassword.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblPassword.Location  = new System.Drawing.Point(2, 98);
     this.m_lblPassword.Name      = "m_lblPassword";
     this.m_lblPassword.Size      = new System.Drawing.Size(112, 16);
     this.m_lblPassword.TabIndex  = 14;
     this.m_lblPassword.Text      = "Password|775";
     this.m_lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtPassword
     //
     this.m_txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtPassword.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtPassword.Location     = new System.Drawing.Point(120, 98);
     this.m_txtPassword.LockEdition  = false;
     this.m_txtPassword.MaxLength    = 32;
     this.m_txtPassword.Name         = "m_txtPassword";
     this.m_txtPassword.PasswordChar = '*';
     this.m_txtPassword.Size         = new System.Drawing.Size(132, 20);
     this.m_txtPassword.TabIndex     = 12;
     //
     // m_txtOldPassword
     //
     this.m_txtOldPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtOldPassword.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtOldPassword.Location     = new System.Drawing.Point(120, 73);
     this.m_txtOldPassword.LockEdition  = false;
     this.m_txtOldPassword.MaxLength    = 32;
     this.m_txtOldPassword.Name         = "m_txtOldPassword";
     this.m_txtOldPassword.PasswordChar = '*';
     this.m_txtOldPassword.Size         = new System.Drawing.Size(132, 20);
     this.m_txtOldPassword.TabIndex     = 12;
     //
     // m_lblOldPassword
     //
     this.m_lblOldPassword.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblOldPassword.Location  = new System.Drawing.Point(-1, 76);
     this.m_lblOldPassword.Name      = "m_lblOldPassword";
     this.m_lblOldPassword.Size      = new System.Drawing.Size(115, 17);
     this.m_lblOldPassword.TabIndex  = 14;
     this.m_lblOldPassword.Text      = "Old Password|30016";
     this.m_lblOldPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_btnCancel
     //
     this.m_btnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCancel.Location        = new System.Drawing.Point(184, 162);
     this.m_btnCancel.Name            = "m_btnCancel";
     this.m_btnCancel.ResultatAssocie = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnCancel.Size            = new System.Drawing.Size(107, 25);
     this.m_btnCancel.TabIndex        = 16;
     this.m_btnCancel.TexteAffiche    = "Cancel|11";
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_btnOk.Location        = new System.Drawing.Point(12, 162);
     this.m_btnOk.Name            = "m_btnOk";
     this.m_btnOk.ResultatAssocie = System.Windows.Forms.DialogResult.OK;
     this.m_btnOk.Size            = new System.Drawing.Size(107, 25);
     this.m_btnOk.TabIndex        = 16;
     this.m_btnOk.TexteAffiche    = "OK|10";
     this.m_btnOk.ClicBouton     += new sc2i.win32.common.ClicBoutonDialogResult(this.m_btnOk_ClicBouton);
     //
     // CFormDefinirMDP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(303, 196);
     this.ControlBox          = false;
     this.Controls.Add(this.m_btnOk);
     this.Controls.Add(this.m_btnCancel);
     this.Controls.Add(this.m_lblPasswordConfirm);
     this.Controls.Add(this.m_txtPasswordConfirm);
     this.Controls.Add(this.m_lblOldPassword);
     this.Controls.Add(this.m_lblPassword);
     this.Controls.Add(this.m_txtOldPassword);
     this.Controls.Add(this.m_txtPassword);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "CFormDefinirMDP";
     this.Opacity         = 0;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #5
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     sc2i.win32.common.CProfilEffetFondu            cProfilEffetFondu1 = new sc2i.win32.common.CProfilEffetFondu();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(CFormAboutBox));
     this.m_lblCopyRight      = new System.Windows.Forms.Label();
     this.m_lblSociete        = new System.Windows.Forms.Label();
     this.m_lblProduit        = new System.Windows.Forms.Label();
     this.m_lblVersionCliente = new System.Windows.Forms.Label();
     this.m_lblVersionServeur = new System.Windows.Forms.Label();
     this.m_lnkWebSite        = new System.Windows.Forms.LinkLabel();
     this.m_panClose          = new System.Windows.Forms.Panel();
     this.m_effetFondu        = new sc2i.win32.common.CEffetFonduPourForm();
     this.m_draggeurForm      = new sc2i.win32.common.CDraggeurDeControl();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.pictureBox3         = new System.Windows.Forms.PictureBox();
     this.m_tabControl        = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_imageAlerte       = new System.Windows.Forms.ImageList(this.components);
     this.m_pageLicence       = new Crownwood.Magic.Controls.TabPage();
     this.cSlidingZone2       = new sc2i.win32.common.CSlidingZone();
     this.m_wndListeUsers     = new System.Windows.Forms.ListView();
     this.columnHeader5       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8       = new System.Windows.Forms.ColumnHeader();
     this.cSlidingZone1       = new sc2i.win32.common.CSlidingZone();
     this.m_wndListeTypes     = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3       = new System.Windows.Forms.ColumnHeader();
     this.m_slidingModules    = new sc2i.win32.common.CSlidingZone();
     this.m_lstModules        = new System.Windows.Forms.ListBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.m_panelDateExpiration = new System.Windows.Forms.Panel();
     this.m_lblDateExpiration   = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.panel5             = new System.Windows.Forms.Panel();
     this.m_lblNomClient     = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.panel3             = new System.Windows.Forms.Panel();
     this.m_lblNumeroLicence = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.m_panelAlertes     = new System.Windows.Forms.Panel();
     this.m_wndListeAlertes  = new System.Windows.Forms.ListView();
     this.columnHeader9      = new System.Windows.Forms.ColumnHeader();
     this.tabPage1           = new Crownwood.Magic.Controls.TabPage();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.m_tabControl.SuspendLayout();
     this.m_pageLicence.SuspendLayout();
     this.cSlidingZone2.SuspendLayout();
     this.cSlidingZone1.SuspendLayout();
     this.m_slidingModules.SuspendLayout();
     this.panel2.SuspendLayout();
     this.m_panelDateExpiration.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel3.SuspendLayout();
     this.m_panelAlertes.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblCopyRight
     //
     this.m_lblCopyRight.AutoSize  = true;
     this.m_lblCopyRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_lblCopyRight.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblCopyRight.ForeColor = System.Drawing.Color.White;
     this.m_lblCopyRight.Location  = new System.Drawing.Point(42, 120);
     this.m_lblCopyRight.Name      = "m_lblCopyRight";
     this.m_lblCopyRight.Size      = new System.Drawing.Size(103, 16);
     this.m_lblCopyRight.TabIndex  = 1;
     this.m_lblCopyRight.Text      = "Copyright|30158";
     //
     // m_lblSociete
     //
     this.m_lblSociete.AutoSize  = true;
     this.m_lblSociete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_lblSociete.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblSociete.ForeColor = System.Drawing.Color.White;
     this.m_lblSociete.Location  = new System.Drawing.Point(42, 136);
     this.m_lblSociete.Name      = "m_lblSociete";
     this.m_lblSociete.Size      = new System.Drawing.Size(104, 16);
     this.m_lblSociete.TabIndex  = 1;
     this.m_lblSociete.Text      = "Company|30159";
     //
     // m_lblProduit
     //
     this.m_lblProduit.AutoSize  = true;
     this.m_lblProduit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_lblProduit.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblProduit.ForeColor = System.Drawing.Color.White;
     this.m_lblProduit.Location  = new System.Drawing.Point(42, 104);
     this.m_lblProduit.Name      = "m_lblProduit";
     this.m_lblProduit.Size      = new System.Drawing.Size(92, 16);
     this.m_lblProduit.TabIndex  = 1;
     this.m_lblProduit.Text      = "Product|30157";
     //
     // m_lblVersionCliente
     //
     this.m_lblVersionCliente.AutoSize  = true;
     this.m_lblVersionCliente.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_lblVersionCliente.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblVersionCliente.ForeColor = System.Drawing.Color.White;
     this.m_lblVersionCliente.Location  = new System.Drawing.Point(21, 13);
     this.m_lblVersionCliente.Name      = "m_lblVersionCliente";
     this.m_lblVersionCliente.Size      = new System.Drawing.Size(148, 16);
     this.m_lblVersionCliente.TabIndex  = 1;
     this.m_lblVersionCliente.Text      = "Client Version|30161";
     //
     // m_lblVersionServeur
     //
     this.m_lblVersionServeur.AutoSize  = true;
     this.m_lblVersionServeur.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_lblVersionServeur.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblVersionServeur.ForeColor = System.Drawing.Color.White;
     this.m_lblVersionServeur.Location  = new System.Drawing.Point(21, 29);
     this.m_lblVersionServeur.Name      = "m_lblVersionServeur";
     this.m_lblVersionServeur.Size      = new System.Drawing.Size(155, 16);
     this.m_lblVersionServeur.TabIndex  = 1;
     this.m_lblVersionServeur.Text      = "Server Version|30162";
     //
     // m_lnkWebSite
     //
     this.m_lnkWebSite.AutoSize     = true;
     this.m_lnkWebSite.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_lnkWebSite.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lnkWebSite.ForeColor    = System.Drawing.Color.White;
     this.m_lnkWebSite.LinkColor    = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.m_lnkWebSite.Location     = new System.Drawing.Point(105, 221);
     this.m_lnkWebSite.Name         = "m_lnkWebSite";
     this.m_lnkWebSite.Size         = new System.Drawing.Size(125, 16);
     this.m_lnkWebSite.TabIndex     = 2;
     this.m_lnkWebSite.TabStop      = true;
     this.m_lnkWebSite.Text         = "www.futurocom.com";
     this.m_lnkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkWebSite_LinkClicked);
     //
     // m_panClose
     //
     this.m_panClose.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panClose.BackColor             = System.Drawing.Color.White;
     this.m_panClose.BackgroundImage       = global::timos.Properties.Resources.CroixNoire;
     this.m_panClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.m_panClose.Location              = new System.Drawing.Point(486, 0);
     this.m_panClose.Name     = "m_panClose";
     this.m_panClose.Size     = new System.Drawing.Size(21, 21);
     this.m_panClose.TabIndex = 0;
     this.m_panClose.Click   += new System.EventHandler(this.m_panClose_Click);
     //
     // m_effetFondu
     //
     this.m_effetFondu.AuDessusDesAutresFenetres = true;
     this.m_effetFondu.EffetFonduFermeture       = true;
     this.m_effetFondu.EffetFonduOuverture       = true;
     this.m_effetFondu.Formulaire      = this;
     cProfilEffetFondu1.EffetActif     = true;
     cProfilEffetFondu1.EffetFermeture = true;
     cProfilEffetFondu1.EffetOuverture = true;
     cProfilEffetFondu1.IntervalImages = 10;
     cProfilEffetFondu1.NombreImages   = 10;
     this.m_effetFondu.Profil          = cProfilEffetFondu1;
     //
     // m_draggeurForm
     //
     this.m_draggeurForm.Controle = this;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image     = global::timos.Properties.Resources.logo_2;
     this.pictureBox1.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(507, 46);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 4;
     this.pictureBox1.TabStop   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox3.Image     = global::timos.Properties.Resources.Logo_futurocom_seul;
     this.pictureBox3.Location  = new System.Drawing.Point(0, 393);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(507, 59);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex  = 6;
     this.pictureBox3.TabStop   = false;
     //
     // m_tabControl
     //
     this.m_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ButtonActiveColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_tabControl.ButtonInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_tabControl.ForeColor     = System.Drawing.Color.White;
     this.m_tabControl.IDEPixelArea  = false;
     this.m_tabControl.ImageList     = this.m_imageAlerte;
     this.m_tabControl.Location      = new System.Drawing.Point(0, 46);
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = false;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 1;
     this.m_tabControl.SelectedTab   = this.m_pageLicence;
     this.m_tabControl.Size          = new System.Drawing.Size(507, 347);
     this.m_tabControl.TabIndex      = 8;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.m_pageLicence
     });
     this.m_tabControl.TextColor = System.Drawing.Color.White;
     //
     // m_imageAlerte
     //
     this.m_imageAlerte.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imageAlerte.ImageStream")));
     this.m_imageAlerte.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imageAlerte.Images.SetKeyName(0, "alerte.png");
     this.m_imageAlerte.Images.SetKeyName(1, "note6.png");
     //
     // m_pageLicence
     //
     this.m_pageLicence.AutoScroll = true;
     this.m_pageLicence.Controls.Add(this.cSlidingZone2);
     this.m_pageLicence.Controls.Add(this.cSlidingZone1);
     this.m_pageLicence.Controls.Add(this.m_slidingModules);
     this.m_pageLicence.Controls.Add(this.panel2);
     this.m_pageLicence.Controls.Add(this.m_panelAlertes);
     this.m_pageLicence.Location = new System.Drawing.Point(0, 25);
     this.m_pageLicence.Name     = "m_pageLicence";
     this.m_pageLicence.Size     = new System.Drawing.Size(507, 322);
     this.m_pageLicence.TabIndex = 11;
     this.m_pageLicence.Title    = "License information|20195";
     //
     // cSlidingZone2
     //
     this.cSlidingZone2.AllowDrop = true;
     this.cSlidingZone2.Controls.Add(this.m_wndListeUsers);
     this.cSlidingZone2.Dock                   = System.Windows.Forms.DockStyle.Top;
     this.cSlidingZone2.ExtendedSize           = 198;
     this.cSlidingZone2.IsCollapse             = true;
     this.cSlidingZone2.Location               = new System.Drawing.Point(0, 202);
     this.cSlidingZone2.LockEdition            = false;
     this.cSlidingZone2.Name                   = "cSlidingZone2";
     this.cSlidingZone2.Size                   = new System.Drawing.Size(507, 18);
     this.cSlidingZone2.TabIndex               = 4;
     this.cSlidingZone2.TitleAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     this.cSlidingZone2.TitleBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.cSlidingZone2.TitleBackColorGradient = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
     this.cSlidingZone2.TitleFont              = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.cSlidingZone2.TitleHeight            = 18;
     this.cSlidingZone2.TitleText              = "Users|20210";
     //
     // m_wndListeUsers
     //
     this.m_wndListeUsers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.m_wndListeUsers.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_wndListeUsers.Location = new System.Drawing.Point(0, 18);
     this.m_wndListeUsers.Name     = "m_wndListeUsers";
     this.m_wndListeUsers.Size     = new System.Drawing.Size(507, 0);
     this.m_wndListeUsers.TabIndex = 1;
     this.m_wndListeUsers.UseCompatibleStateImageBehavior = false;
     this.m_wndListeUsers.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Licence|20204";
     this.columnHeader5.Width = 90;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Used|20212";
     this.columnHeader6.Width = 128;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Expiration date|20211";
     this.columnHeader7.Width = 154;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "Type|20213";
     this.columnHeader8.Width = 110;
     //
     // cSlidingZone1
     //
     this.cSlidingZone1.AllowDrop = true;
     this.cSlidingZone1.Controls.Add(this.m_wndListeTypes);
     this.cSlidingZone1.Dock                   = System.Windows.Forms.DockStyle.Top;
     this.cSlidingZone1.ExtendedSize           = 198;
     this.cSlidingZone1.IsCollapse             = true;
     this.cSlidingZone1.Location               = new System.Drawing.Point(0, 184);
     this.cSlidingZone1.LockEdition            = false;
     this.cSlidingZone1.Name                   = "cSlidingZone1";
     this.cSlidingZone1.Size                   = new System.Drawing.Size(507, 18);
     this.cSlidingZone1.TabIndex               = 3;
     this.cSlidingZone1.TitleAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     this.cSlidingZone1.TitleBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.cSlidingZone1.TitleBackColorGradient = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
     this.cSlidingZone1.TitleFont              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cSlidingZone1.TitleHeight            = 18;
     this.cSlidingZone1.TitleText              = "Limitations|20201";
     //
     // m_wndListeTypes
     //
     this.m_wndListeTypes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.m_wndListeTypes.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_wndListeTypes.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.m_wndListeTypes.Location    = new System.Drawing.Point(0, 18);
     this.m_wndListeTypes.Name        = "m_wndListeTypes";
     this.m_wndListeTypes.Size        = new System.Drawing.Size(507, 0);
     this.m_wndListeTypes.TabIndex    = 1;
     this.m_wndListeTypes.UseCompatibleStateImageBehavior = false;
     this.m_wndListeTypes.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Element|20202";
     this.columnHeader1.Width = 155;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Licence|20203";
     this.columnHeader2.Width = 128;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Used|20204";
     this.columnHeader3.Width = 85;
     //
     // m_slidingModules
     //
     this.m_slidingModules.AllowDrop = true;
     this.m_slidingModules.Controls.Add(this.m_lstModules);
     this.m_slidingModules.Dock                   = System.Windows.Forms.DockStyle.Top;
     this.m_slidingModules.ExtendedSize           = 198;
     this.m_slidingModules.IsCollapse             = true;
     this.m_slidingModules.Location               = new System.Drawing.Point(0, 166);
     this.m_slidingModules.LockEdition            = false;
     this.m_slidingModules.Name                   = "m_slidingModules";
     this.m_slidingModules.Size                   = new System.Drawing.Size(507, 18);
     this.m_slidingModules.TabIndex               = 2;
     this.m_slidingModules.TitleAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_slidingModules.TitleBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.m_slidingModules.TitleBackColorGradient = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
     this.m_slidingModules.TitleFont              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_slidingModules.TitleHeight            = 18;
     this.m_slidingModules.TitleText              = "Modules|20200";
     //
     // m_lstModules
     //
     this.m_lstModules.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_lstModules.FormattingEnabled = true;
     this.m_lstModules.ItemHeight        = 15;
     this.m_lstModules.Location          = new System.Drawing.Point(0, 18);
     this.m_lstModules.Name     = "m_lstModules";
     this.m_lstModules.Size     = new System.Drawing.Size(507, 4);
     this.m_lstModules.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.m_panelDateExpiration);
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel2.ForeColor = System.Drawing.Color.Black;
     this.panel2.Location  = new System.Drawing.Point(0, 103);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(507, 63);
     this.panel2.TabIndex  = 1;
     //
     // m_panelDateExpiration
     //
     this.m_panelDateExpiration.Controls.Add(this.m_lblDateExpiration);
     this.m_panelDateExpiration.Controls.Add(this.label4);
     this.m_panelDateExpiration.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelDateExpiration.Location = new System.Drawing.Point(0, 42);
     this.m_panelDateExpiration.Name     = "m_panelDateExpiration";
     this.m_panelDateExpiration.Size     = new System.Drawing.Size(507, 21);
     this.m_panelDateExpiration.TabIndex = 15;
     //
     // m_lblDateExpiration
     //
     this.m_lblDateExpiration.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lblDateExpiration.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_lblDateExpiration.Location    = new System.Drawing.Point(160, 0);
     this.m_lblDateExpiration.Name        = "m_lblDateExpiration";
     this.m_lblDateExpiration.Size        = new System.Drawing.Size(347, 21);
     this.m_lblDateExpiration.TabIndex    = 11;
     //
     // label4
     //
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label4.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label4.Location    = new System.Drawing.Point(0, 0);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(160, 21);
     this.label4.TabIndex    = 10;
     this.label4.Text        = "Expiration date|20199";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.m_lblNomClient);
     this.panel5.Controls.Add(this.label5);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 21);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(507, 21);
     this.panel5.TabIndex = 14;
     //
     // m_lblNomClient
     //
     this.m_lblNomClient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lblNomClient.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_lblNomClient.Location    = new System.Drawing.Point(160, 0);
     this.m_lblNomClient.Name        = "m_lblNomClient";
     this.m_lblNomClient.Size        = new System.Drawing.Size(347, 21);
     this.m_lblNomClient.TabIndex    = 11;
     //
     // label5
     //
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label5.Location    = new System.Drawing.Point(0, 0);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(160, 21);
     this.label5.TabIndex    = 10;
     this.label5.Text        = "Affected to|20198";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_lblNumeroLicence);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(507, 21);
     this.panel3.TabIndex = 12;
     //
     // m_lblNumeroLicence
     //
     this.m_lblNumeroLicence.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lblNumeroLicence.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_lblNumeroLicence.Location    = new System.Drawing.Point(160, 0);
     this.m_lblNumeroLicence.Name        = "m_lblNumeroLicence";
     this.m_lblNumeroLicence.Size        = new System.Drawing.Size(347, 21);
     this.m_lblNumeroLicence.TabIndex    = 11;
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(160, 21);
     this.label1.TabIndex    = 10;
     this.label1.Text        = "License number|20196";
     //
     // m_panelAlertes
     //
     this.m_panelAlertes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.m_panelAlertes.Controls.Add(this.m_wndListeAlertes);
     this.m_panelAlertes.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelAlertes.Location = new System.Drawing.Point(0, 0);
     this.m_panelAlertes.Name     = "m_panelAlertes";
     this.m_panelAlertes.Size     = new System.Drawing.Size(507, 103);
     this.m_panelAlertes.TabIndex = 5;
     //
     // m_wndListeAlertes
     //
     this.m_wndListeAlertes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader9
     });
     this.m_wndListeAlertes.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_wndListeAlertes.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_wndListeAlertes.Location         = new System.Drawing.Point(0, 0);
     this.m_wndListeAlertes.Name             = "m_wndListeAlertes";
     this.m_wndListeAlertes.ShowItemToolTips = true;
     this.m_wndListeAlertes.Size             = new System.Drawing.Size(507, 103);
     this.m_wndListeAlertes.SmallImageList   = this.m_imageAlerte;
     this.m_wndListeAlertes.TabIndex         = 0;
     this.m_wndListeAlertes.UseCompatibleStateImageBehavior = false;
     this.m_wndListeAlertes.View = System.Windows.Forms.View.Details;
     //
     // columnHeader9
     //
     this.columnHeader9.Width = 492;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_lnkWebSite);
     this.tabPage1.Controls.Add(this.m_lblVersionCliente);
     this.tabPage1.Controls.Add(this.m_lblSociete);
     this.tabPage1.Controls.Add(this.m_lblVersionServeur);
     this.tabPage1.Controls.Add(this.m_lblCopyRight);
     this.tabPage1.Controls.Add(this.m_lblProduit);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Selected = false;
     this.tabPage1.Size     = new System.Drawing.Size(507, 322);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Product information|20202";
     //
     // CFormAboutBox
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(35)))), ((int)(((byte)(97)))));
     this.ClientSize    = new System.Drawing.Size(507, 452);
     this.ControlBox    = false;
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.m_panClose);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "CFormAboutBox";
     this.Opacity         = 0;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.m_pageLicence.ResumeLayout(false);
     this.cSlidingZone2.ResumeLayout(false);
     this.cSlidingZone1.ResumeLayout(false);
     this.m_slidingModules.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.m_panelDateExpiration.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.m_panelAlertes.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.ResumeLayout(false);
 }