Ignore:
Timestamp:
Sep 3, 2009, 10:47:19 PM (15 years ago)
Author:
bayral
Message:

new test windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/TestPiwigoLib/Form1.Designer.cs

    r3819 r3820  
    3030        {
    3131            this.button1 = new System.Windows.Forms.Button();
    32             this.tbUser = new System.Windows.Forms.TextBox();
    33             this.tbPassword = new System.Windows.Forms.TextBox();
    3432            this.label1 = new System.Windows.Forms.Label();
    3533            this.label2 = new System.Windows.Forms.Label();
     34            this.tbPassword = new System.Windows.Forms.TextBox();
     35            this.tbUser = new System.Windows.Forms.TextBox();
    3636            this.SuspendLayout();
    3737            //
     
    4545            this.button1.UseVisualStyleBackColor = true;
    4646            this.button1.Click += new System.EventHandler(this.button1_Click);
    47             //
    48             // tbUser
    49             //
    50             this.tbUser.Location = new System.Drawing.Point(68, 12);
    51             this.tbUser.Name = "tbUser";
    52             this.tbUser.Size = new System.Drawing.Size(138, 20);
    53             this.tbUser.TabIndex = 1;
    54             //
    55             // tbPassword
    56             //
    57             this.tbPassword.Location = new System.Drawing.Point(68, 38);
    58             this.tbPassword.Name = "tbPassword";
    59             this.tbPassword.PasswordChar = '*';
    60             this.tbPassword.Size = new System.Drawing.Size(138, 20);
    61             this.tbPassword.TabIndex = 2;
    62             this.tbPassword.UseSystemPasswordChar = true;
    6347            //
    6448            // label1
     
    8064            this.label2.Text = "Password";
    8165            //
     66            // tbPassword
     67            //
     68            this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TestPiwigoLib.Properties.Settings.Default, "PwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     69            this.tbPassword.Location = new System.Drawing.Point(68, 38);
     70            this.tbPassword.Name = "tbPassword";
     71            this.tbPassword.PasswordChar = '*';
     72            this.tbPassword.Size = new System.Drawing.Size(138, 20);
     73            this.tbPassword.TabIndex = 2;
     74            this.tbPassword.Text = global::TestPiwigoLib.Properties.Settings.Default.PwdData;
     75            this.tbPassword.UseSystemPasswordChar = true;
     76            //
     77            // tbUser
     78            //
     79            this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TestPiwigoLib.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     80            this.tbUser.Location = new System.Drawing.Point(68, 12);
     81            this.tbUser.Name = "tbUser";
     82            this.tbUser.Size = new System.Drawing.Size(138, 20);
     83            this.tbUser.TabIndex = 1;
     84            this.tbUser.Text = global::TestPiwigoLib.Properties.Settings.Default.userData;
     85            //
    8286            // Form1
    8387            //
     
    9195            this.Controls.Add(this.button1);
    9296            this.Name = "Form1";
    93             this.Text = "Form1";
     97            this.Text = "Tester PiwigoLib";
    9498            this.Load += new System.EventHandler(this.Form1_Load);
    9599            this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.