using System; 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(Boolean 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tbServer = new System.Windows.Forms.TextBox(); this.tbUser = new System.Windows.Forms.TextBox(); this.tbPassword = new System.Windows.Forms.TextBox(); 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 = 40; this.button1.Text = "Tester"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 20; this.label1.Text = "User"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 13); this.label2.TabIndex = 30; this.label2.Text = "Password"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 10; this.label3.Text = "Server"; // // tbServer // this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TestPiwigoLib.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.tbServer.Location = new System.Drawing.Point(68, 11); this.tbServer.Name = "tbServer"; this.tbServer.Size = new System.Drawing.Size(138, 20); this.tbServer.TabIndex = 11; this.tbServer.Text = global::TestPiwigoLib.Properties.Settings.Default.serverUrlData; // // tbUser // this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TestPiwigoLib.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.tbUser.Location = new System.Drawing.Point(68, 37); this.tbUser.Name = "tbUser"; this.tbUser.Size = new System.Drawing.Size(138, 20); this.tbUser.TabIndex = 21; this.tbUser.Text = global::TestPiwigoLib.Properties.Settings.Default.userData; // // tbPassword // this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TestPiwigoLib.Properties.Settings.Default, "pwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.tbPassword.Location = new System.Drawing.Point(68, 63); this.tbPassword.Name = "tbPassword"; this.tbPassword.PasswordChar = '*'; this.tbPassword.Size = new System.Drawing.Size(138, 20); this.tbPassword.TabIndex = 31; this.tbPassword.Text = global::TestPiwigoLib.Properties.Settings.Default.pwdData; // // 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.tbPassword); this.Controls.Add(this.label3); this.Controls.Add(this.tbServer); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.tbUser); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Tester PiwigoLib"; this.Load += new System.EventHandler(this.Form1_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox tbUser; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbServer; private System.Windows.Forms.TextBox tbPassword; } }