Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/RefreshableLightweightUserInformationView.Designer.cs @ 7942

Last change on this file since 7942 was 7611, checked in by ascheibe, 12 years ago

#1174 added a dialog for changing the user password

File size: 2.6 KB
Line 
1namespace HeuristicLab.Clients.Access.Views {
2  partial class RefreshableLightweightUserInformationView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.lightweightUserInformationView = new HeuristicLab.Clients.Access.Views.LightweightUserInformationView();
27      this.SuspendLayout();
28      //
29      // refreshButton
30      //
31      this.refreshButton.Location = new System.Drawing.Point(4, 3);
32      //
33      // lightweightUserInformationView
34      //
35      this.lightweightUserInformationView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
36                  | System.Windows.Forms.AnchorStyles.Left)
37                  | System.Windows.Forms.AnchorStyles.Right)));
38      this.lightweightUserInformationView.Caption = "RefreshableLightweightUserInformation View";
39      this.lightweightUserInformationView.Content = null;
40      this.lightweightUserInformationView.Location = new System.Drawing.Point(3, 33);
41      this.lightweightUserInformationView.Name = "lightweightUserInformationView";
42      this.lightweightUserInformationView.ReadOnly = false;
43      this.lightweightUserInformationView.Size = new System.Drawing.Size(378, 245);
44      this.lightweightUserInformationView.TabIndex = 2;
45      //
46      // RefreshableLightweightUserInformationView
47      //
48      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
49      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50      this.Controls.Add(this.lightweightUserInformationView);
51      this.Name = "RefreshableLightweightUserInformationView";
52      this.Size = new System.Drawing.Size(384, 281);
53      this.Controls.SetChildIndex(this.lightweightUserInformationView, 0);
54      this.Controls.SetChildIndex(this.refreshButton, 0);
55      this.ResumeLayout(false);
56
57    }
58
59    #endregion
60
61    private LightweightUserInformationView lightweightUserInformationView;
62
63  }
64}
Note: See TracBrowser for help on using the repository browser.