Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/12 14:29:26 (12 years ago)
Author:
ascheibe
Message:

#1648

  • always update the client information
  • allow a normal user to change the FullName and E-Mail
File:
1 edited

Legend:

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

    r7942 r7982  
    3333      this.userNameTextBox = new System.Windows.Forms.TextBox();
    3434      this.splitContainer = new System.Windows.Forms.SplitContainer();
     35      this.rolesListView = new System.Windows.Forms.ListView();
     36      this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     37      this.imageList = new System.Windows.Forms.ImageList(this.components);
    3538      this.groupsListView = new System.Windows.Forms.ListView();
    36       this.rolesListView = new System.Windows.Forms.ListView();
    37       this.imageList = new System.Windows.Forms.ImageList(this.components);
    38       this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    3939      this.groupsColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     40      this.label5 = new System.Windows.Forms.Label();
     41      this.emailTextBox = new System.Windows.Forms.TextBox();
    4042      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    4143      this.splitContainer.Panel1.SuspendLayout();
     
    4749      //
    4850      this.changePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    49       this.changePasswordButton.Location = new System.Drawing.Point(316, 209);
     51      this.changePasswordButton.Location = new System.Drawing.Point(316, 231);
    5052      this.changePasswordButton.Name = "changePasswordButton";
    5153      this.changePasswordButton.Size = new System.Drawing.Size(112, 23);
     
    7274      this.fullNameTextBox.Size = new System.Drawing.Size(359, 20);
    7375      this.fullNameTextBox.TabIndex = 16;
     76      this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged);
    7477      //
    7578      // label4
     
    106109      this.userNameTextBox.Location = new System.Drawing.Point(69, 3);
    107110      this.userNameTextBox.Name = "userNameTextBox";
     111      this.userNameTextBox.ReadOnly = true;
    108112      this.userNameTextBox.Size = new System.Drawing.Size(359, 20);
    109113      this.userNameTextBox.TabIndex = 15;
     
    114118                  | System.Windows.Forms.AnchorStyles.Left)
    115119                  | System.Windows.Forms.AnchorStyles.Right)));
    116       this.splitContainer.Location = new System.Drawing.Point(3, 55);
     120      this.splitContainer.Location = new System.Drawing.Point(3, 81);
    117121      this.splitContainer.Name = "splitContainer";
    118122      //
     
    126130      this.splitContainer.Panel2.Controls.Add(this.groupsListView);
    127131      this.splitContainer.Panel2.Controls.Add(this.label4);
    128       this.splitContainer.Size = new System.Drawing.Size(425, 148);
     132      this.splitContainer.Size = new System.Drawing.Size(425, 144);
    129133      this.splitContainer.SplitterDistance = 211;
    130134      this.splitContainer.TabIndex = 20;
     135      //
     136      // rolesListView
     137      //
     138      this.rolesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     139                  | System.Windows.Forms.AnchorStyles.Left)
     140                  | System.Windows.Forms.AnchorStyles.Right)));
     141      this.rolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     142            this.columnHeader});
     143      this.rolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     144      this.rolesListView.HideSelection = false;
     145      this.rolesListView.Location = new System.Drawing.Point(3, 16);
     146      this.rolesListView.Name = "rolesListView";
     147      this.rolesListView.Size = new System.Drawing.Size(205, 125);
     148      this.rolesListView.SmallImageList = this.imageList;
     149      this.rolesListView.TabIndex = 18;
     150      this.rolesListView.UseCompatibleStateImageBehavior = false;
     151      this.rolesListView.View = System.Windows.Forms.View.Details;
     152      //
     153      // columnHeader
     154      //
     155      this.columnHeader.Width = 100;
     156      //
     157      // imageList
     158      //
     159      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     160      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
     161      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
    131162      //
    132163      // groupsListView
     
    141172      this.groupsListView.Location = new System.Drawing.Point(3, 16);
    142173      this.groupsListView.Name = "groupsListView";
    143       this.groupsListView.Size = new System.Drawing.Size(204, 129);
     174      this.groupsListView.Size = new System.Drawing.Size(204, 125);
    144175      this.groupsListView.SmallImageList = this.imageList;
    145176      this.groupsListView.TabIndex = 19;
     
    147178      this.groupsListView.View = System.Windows.Forms.View.Details;
    148179      //
    149       // rolesListView
    150       //
    151       this.rolesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    152                   | System.Windows.Forms.AnchorStyles.Left)
    153                   | System.Windows.Forms.AnchorStyles.Right)));
    154       this.rolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    155             this.columnHeader});
    156       this.rolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    157       this.rolesListView.HideSelection = false;
    158       this.rolesListView.Location = new System.Drawing.Point(3, 16);
    159       this.rolesListView.Name = "rolesListView";
    160       this.rolesListView.Size = new System.Drawing.Size(205, 129);
    161       this.rolesListView.SmallImageList = this.imageList;
    162       this.rolesListView.TabIndex = 18;
    163       this.rolesListView.UseCompatibleStateImageBehavior = false;
    164       this.rolesListView.View = System.Windows.Forms.View.Details;
    165       //
    166       // imageList
    167       //
    168       this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
    169       this.imageList.ImageSize = new System.Drawing.Size(16, 16);
    170       this.imageList.TransparentColor = System.Drawing.Color.Transparent;
    171       //
    172       // columnHeader
    173       //
    174       this.columnHeader.Width = 100;
    175       //
    176180      // groupsColumnHeader
    177181      //
    178182      this.groupsColumnHeader.Width = 100;
     183      //
     184      // label5
     185      //
     186      this.label5.AutoSize = true;
     187      this.label5.Location = new System.Drawing.Point(0, 58);
     188      this.label5.Name = "label5";
     189      this.label5.Size = new System.Drawing.Size(39, 13);
     190      this.label5.TabIndex = 21;
     191      this.label5.Text = "E-Mail:";
     192      //
     193      // emailTextBox
     194      //
     195      this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     196                  | System.Windows.Forms.AnchorStyles.Right)));
     197      this.emailTextBox.Location = new System.Drawing.Point(69, 55);
     198      this.emailTextBox.Name = "emailTextBox";
     199      this.emailTextBox.Size = new System.Drawing.Size(359, 20);
     200      this.emailTextBox.TabIndex = 22;
     201      this.emailTextBox.TextChanged += new System.EventHandler(this.emailTextBox_TextChanged);
    179202      //
    180203      // LightweightUserInformationView
     
    182205      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    183206      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     207      this.Controls.Add(this.emailTextBox);
     208      this.Controls.Add(this.label5);
    184209      this.Controls.Add(this.splitContainer);
    185210      this.Controls.Add(this.changePasswordButton);
     
    189214      this.Controls.Add(this.userNameTextBox);
    190215      this.Name = "LightweightUserInformationView";
    191       this.Size = new System.Drawing.Size(431, 235);
     216      this.Size = new System.Drawing.Size(431, 257);
    192217      this.splitContainer.Panel1.ResumeLayout(false);
    193218      this.splitContainer.Panel1.PerformLayout();
     
    216241    private System.Windows.Forms.ColumnHeader columnHeader;
    217242    private System.Windows.Forms.ColumnHeader groupsColumnHeader;
     243    private System.Windows.Forms.Label label5;
     244    private System.Windows.Forms.TextBox emailTextBox;
    218245  }
    219246}
Note: See TracChangeset for help on using the changeset viewer.