Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/13/12 16:25:30 (13 years ago)
Author:
ascheibe
Message:

#1174 added a dialog for changing the user password

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/UserInformationDialog.Designer.cs

    r7599 r7611  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.closeButton = new System.Windows.Forms.Button();
    2627      this.refreshableLightweightUserInformationView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserInformationView();
    27       this.closeButton = new System.Windows.Forms.Button();
    2828      this.SuspendLayout();
     29      //
     30      // closeButton
     31      //
     32      this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     33      this.closeButton.Location = new System.Drawing.Point(16, 245);
     34      this.closeButton.Name = "closeButton";
     35      this.closeButton.Size = new System.Drawing.Size(75, 23);
     36      this.closeButton.TabIndex = 1;
     37      this.closeButton.Text = "OK";
     38      this.closeButton.UseVisualStyleBackColor = true;
     39      this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
    2940      //
    3041      // refreshableLightweightUserInformationView
     
    3849      this.refreshableLightweightUserInformationView.Name = "refreshableLightweightUserInformationView";
    3950      this.refreshableLightweightUserInformationView.ReadOnly = false;
    40       this.refreshableLightweightUserInformationView.Size = new System.Drawing.Size(464, 299);
     51      this.refreshableLightweightUserInformationView.Size = new System.Drawing.Size(362, 262);
    4152      this.refreshableLightweightUserInformationView.TabIndex = 0;
    42       //
    43       // closeButton
    44       //
    45       this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    46       this.closeButton.Location = new System.Drawing.Point(401, 328);
    47       this.closeButton.Name = "closeButton";
    48       this.closeButton.Size = new System.Drawing.Size(75, 23);
    49       this.closeButton.TabIndex = 1;
    50       this.closeButton.Text = "OK";
    51       this.closeButton.UseVisualStyleBackColor = true;
    52       this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
    5353      //
    5454      // UserInformationDialog
     
    5757      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    5858      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    59       this.ClientSize = new System.Drawing.Size(488, 363);
     59      this.ClientSize = new System.Drawing.Size(386, 286);
    6060      this.Controls.Add(this.closeButton);
    6161      this.Controls.Add(this.refreshableLightweightUserInformationView);
Note: See TracChangeset for help on using the changeset viewer.