예제 #1
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(CFormLogin));
     sc2i.win32.common.CProfilEffetFondu            cProfilEffetFondu1 = new sc2i.win32.common.CProfilEffetFondu();
     this.m_txtLogin    = new System.Windows.Forms.TextBox();
     this.m_txtPassword = new System.Windows.Forms.TextBox();
     this.m_lblUser     = new System.Windows.Forms.Label();
     this.m_lblPassWord = new System.Windows.Forms.Label();
     this.m_btnAnnuler  = new System.Windows.Forms.Button();
     this.m_btnOk       = new System.Windows.Forms.Button();
     this.m_panLogo     = new System.Windows.Forms.Panel();
     this.m_panForAll   = new System.Windows.Forms.Panel();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.m_effetFondu  = new sc2i.win32.common.CEffetFonduPourForm();
     this.label1        = new System.Windows.Forms.Label();
     this.m_panForAll.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // m_txtLogin
     //
     resources.ApplyResources(this.m_txtLogin, "m_txtLogin");
     this.m_txtLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtLogin.Name        = "m_txtLogin";
     this.m_txtLogin.Leave      += new System.EventHandler(this.m_txtPassword_Leave);
     this.m_txtLogin.Enter      += new System.EventHandler(this.m_txtLogin_Enter);
     //
     // m_txtPassword
     //
     resources.ApplyResources(this.m_txtPassword, "m_txtPassword");
     this.m_txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtPassword.Name        = "m_txtPassword";
     this.m_txtPassword.Leave      += new System.EventHandler(this.m_txtPassword_Leave);
     this.m_txtPassword.Enter      += new System.EventHandler(this.m_txtLogin_Enter);
     //
     // m_lblUser
     //
     this.m_lblUser.BackColor = System.Drawing.Color.Transparent;
     this.m_lblUser.ForeColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.m_lblUser, "m_lblUser");
     this.m_lblUser.Name = "m_lblUser";
     //
     // m_lblPassWord
     //
     this.m_lblPassWord.BackColor = System.Drawing.Color.Transparent;
     this.m_lblPassWord.ForeColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.m_lblPassWord, "m_lblPassWord");
     this.m_lblPassWord.Name = "m_lblPassWord";
     //
     // m_btnAnnuler
     //
     resources.ApplyResources(this.m_btnAnnuler, "m_btnAnnuler");
     this.m_btnAnnuler.BackColor               = System.Drawing.Color.WhiteSmoke;
     this.m_btnAnnuler.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.ForeColor               = System.Drawing.Color.White;
     this.m_btnAnnuler.Name                    = "m_btnAnnuler";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     this.m_btnAnnuler.Click                  += new System.EventHandler(this.m_lblQuitter_Click);
     //
     // m_btnOk
     //
     resources.ApplyResources(this.m_btnOk, "m_btnOk");
     this.m_btnOk.BackColor = System.Drawing.Color.WhiteSmoke;
     this.m_btnOk.ForeColor = System.Drawing.Color.White;
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_panLogo
     //
     this.m_panLogo.BackColor       = System.Drawing.Color.WhiteSmoke;
     this.m_panLogo.BackgroundImage = global::timos.Properties.Resources.logo;
     resources.ApplyResources(this.m_panLogo, "m_panLogo");
     this.m_panLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panLogo.Name        = "m_panLogo";
     this.m_panLogo.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.CFormLogin_MouseMove);
     this.m_panLogo.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.CFormLogin_MouseDown);
     //
     // m_panForAll
     //
     this.m_panForAll.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.m_panForAll.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panForAll.Controls.Add(this.m_btnOk);
     this.m_panForAll.Controls.Add(this.m_btnAnnuler);
     this.m_panForAll.Controls.Add(this.m_panLogo);
     this.m_panForAll.Controls.Add(this.m_txtLogin);
     this.m_panForAll.Controls.Add(this.m_lblPassWord);
     this.m_panForAll.Controls.Add(this.label1);
     this.m_panForAll.Controls.Add(this.m_lblUser);
     this.m_panForAll.Controls.Add(this.m_txtPassword);
     this.m_panForAll.Controls.Add(this.pictureBox1);
     resources.ApplyResources(this.m_panForAll, "m_panForAll");
     this.m_panForAll.Name       = "m_panForAll";
     this.m_panForAll.MouseMove += new System.Windows.Forms.MouseEventHandler(this.CFormLogin_MouseMove);
     this.m_panForAll.MouseDown += new System.Windows.Forms.MouseEventHandler(this.CFormLogin_MouseDown);
     //
     // pictureBox1
     //
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name    = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // 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.NombreImage     = 20;
     cProfilEffetFondu1.EffetActif     = true;
     cProfilEffetFondu1.EffetFermeture = true;
     cProfilEffetFondu1.EffetOuverture = true;
     cProfilEffetFondu1.IntervalImages = 10;
     cProfilEffetFondu1.NombreImages   = 20;
     this.m_effetFondu.Profil          = cProfilEffetFondu1;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.label1, "label1");
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Name      = "label1";
     //
     // CFormLogin
     //
     this.AcceptButton = this.m_btnOk;
     resources.ApplyResources(this, "$this");
     this.BackColor    = System.Drawing.Color.Gainsboro;
     this.CancelButton = this.m_btnAnnuler;
     this.ControlBox   = false;
     this.Controls.Add(this.m_panForAll);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CFormLogin";
     this.Opacity         = 0;
     this.Load           += new System.EventHandler(this.CFormLogin_Load);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.CFormLogin_MouseDown);
     this.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.CFormLogin_MouseMove);
     this.m_panForAll.ResumeLayout(false);
     this.m_panForAll.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #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(CFormConfirmeExist));
     this.m_btnAnnuler  = new System.Windows.Forms.Button();
     this.m_btnOk       = new System.Windows.Forms.Button();
     this.m_panBoutons  = new System.Windows.Forms.Panel();
     this.m_panLogo     = new System.Windows.Forms.Panel();
     this.m_panForAll   = new System.Windows.Forms.Panel();
     this.m_effetFondu  = new sc2i.win32.common.CEffetFonduPourForm();
     this.m_lblConfirme = new System.Windows.Forms.Label();
     this.m_panBoutons.SuspendLayout();
     this.m_panForAll.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_btnAnnuler, "m_btnAnnuler");
     this.m_btnAnnuler.ForeColor = System.Drawing.Color.White;
     this.m_btnAnnuler.Name      = "m_btnAnnuler";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     this.m_btnAnnuler.Click += new System.EventHandler(this.m_lblQuitter_Click);
     //
     // m_btnOk
     //
     this.m_btnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     resources.ApplyResources(this.m_btnOk, "m_btnOk");
     this.m_btnOk.ForeColor = System.Drawing.Color.White;
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_panBoutons
     //
     resources.ApplyResources(this.m_panBoutons, "m_panBoutons");
     this.m_panBoutons.BackColor   = System.Drawing.Color.White;
     this.m_panBoutons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panBoutons.Controls.Add(this.m_btnAnnuler);
     this.m_panBoutons.Controls.Add(this.m_btnOk);
     this.m_panBoutons.Name = "m_panBoutons";
     //
     // m_panLogo
     //
     this.m_panLogo.BackgroundImage = global::timos.Properties.Resources.logo;
     resources.ApplyResources(this.m_panLogo, "m_panLogo");
     this.m_panLogo.Name = "m_panLogo";
     //
     // m_panForAll
     //
     this.m_panForAll.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panForAll.Controls.Add(this.m_panLogo);
     this.m_panForAll.Controls.Add(this.m_panBoutons);
     this.m_panForAll.Controls.Add(this.m_lblConfirme);
     resources.ApplyResources(this.m_panForAll, "m_panForAll");
     this.m_panForAll.Name = "m_panForAll";
     //
     // 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 = 10;
     this.m_effetFondu.NombreImage    = 10;
     //
     // m_lblConfirme
     //
     this.m_lblConfirme.BackColor = System.Drawing.Color.Transparent;
     this.m_lblConfirme.ForeColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.m_lblConfirme, "m_lblConfirme");
     this.m_lblConfirme.Name = "m_lblConfirme";
     //
     // CFormConfirmeExist
     //
     this.AcceptButton = this.m_btnOk;
     resources.ApplyResources(this, "$this");
     this.BackColor    = System.Drawing.Color.WhiteSmoke;
     this.CancelButton = this.m_btnAnnuler;
     this.ControlBox   = false;
     this.Controls.Add(this.m_panForAll);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CFormConfirmeExist";
     this.Opacity         = 0;
     this.m_panBoutons.ResumeLayout(false);
     this.m_panForAll.ResumeLayout(false);
     this.ResumeLayout(false);
 }