namespace TestPiwigoLib { partial class Form1 { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// private void InitializeComponent() { this.button1 = new System.Windows.Forms.Button(); this.tbUser = new System.Windows.Forms.TextBox(); this.tbPassword = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(131, 89); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "Tester"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // tbUser // this.tbUser.Location = new System.Drawing.Point(68, 12); this.tbUser.Name = "tbUser"; this.tbUser.Size = new System.Drawing.Size(138, 20); this.tbUser.TabIndex = 1; // // tbPassword // this.tbPassword.Location = new System.Drawing.Point(68, 38); this.tbPassword.Name = "tbPassword"; this.tbPassword.PasswordChar = '*'; this.tbPassword.Size = new System.Drawing.Size(138, 20); this.tbPassword.TabIndex = 2; this.tbPassword.UseSystemPasswordChar = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 3; this.label1.Text = "User"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 13); this.label2.TabIndex = 4; this.label2.Text = "Password"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(221, 143); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.tbPassword); this.Controls.Add(this.tbUser); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox tbUser; private System.Windows.Forms.TextBox tbPassword; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }