Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/RoleView.Designer.cs @ 7635

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

#1648 added admin views for displaying user groups

File size: 2.3 KB
RevLine 
[7635]1namespace HeuristicLab.Clients.Access.Administration {
2  partial class RoleView {
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.label2 = new System.Windows.Forms.Label();
27      this.roleNameTextBox = new System.Windows.Forms.TextBox();
28      this.SuspendLayout();
29      //
30      // label2
31      //
32      this.label2.AutoSize = true;
33      this.label2.Location = new System.Drawing.Point(3, 6);
34      this.label2.Name = "label2";
35      this.label2.Size = new System.Drawing.Size(63, 13);
36      this.label2.TabIndex = 1;
37      this.label2.Text = "Role Name:";
38      //
39      // roleNameTextBox
40      //
41      this.roleNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
42            | System.Windows.Forms.AnchorStyles.Right)));
43      this.roleNameTextBox.Location = new System.Drawing.Point(75, 3);
44      this.roleNameTextBox.Name = "roleNameTextBox";
45      this.roleNameTextBox.Size = new System.Drawing.Size(289, 20);
46      this.roleNameTextBox.TabIndex = 3;
47      //
48      // RoleView
49      //
50      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
51      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
52      this.Controls.Add(this.roleNameTextBox);
53      this.Controls.Add(this.label2);
54      this.Name = "RoleView";
55      this.Size = new System.Drawing.Size(364, 27);
56      this.ResumeLayout(false);
57      this.PerformLayout();
58
59    }
60
61    #endregion
62
63    private System.Windows.Forms.Label label2;
64    private System.Windows.Forms.TextBox roleNameTextBox;
65  }
66}
Note: See TracBrowser for help on using the repository browser.