Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.Designer.cs @ 17246

Last change on this file since 17246 was 17246, checked in by gkronber, 5 years ago

#2925: merged r17037:17242 from trunk to branch

File size: 6.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Access.Administration {
23  partial class UserGroupView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.label1 = new System.Windows.Forms.Label();
48      this.label2 = new System.Windows.Forms.Label();
49      this.groupNameTextBox = new System.Windows.Forms.TextBox();
50      this.idTextBox = new System.Windows.Forms.TextBox();
51      this.refreshableLightweightUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightAccessClientView();
52      this.storeButton = new System.Windows.Forms.Button();
53      this.SuspendLayout();
54      //
55      // label1
56      //
57      this.label1.AutoSize = true;
58      this.label1.Location = new System.Drawing.Point(3, 6);
59      this.label1.Name = "label1";
60      this.label1.Size = new System.Drawing.Size(70, 13);
61      this.label1.TabIndex = 0;
62      this.label1.Text = "Group Name:";
63      //
64      // label2
65      //
66      this.label2.AutoSize = true;
67      this.label2.Location = new System.Drawing.Point(3, 32);
68      this.label2.Name = "label2";
69      this.label2.Size = new System.Drawing.Size(19, 13);
70      this.label2.TabIndex = 1;
71      this.label2.Text = "Id:";
72      //
73      // groupNameTextBox
74      //
75      this.groupNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
76                  | System.Windows.Forms.AnchorStyles.Right)));
77      this.groupNameTextBox.Location = new System.Drawing.Point(79, 3);
78      this.groupNameTextBox.Name = "groupNameTextBox";
79      this.groupNameTextBox.Size = new System.Drawing.Size(675, 20);
80      this.groupNameTextBox.TabIndex = 2;
81      this.groupNameTextBox.TextChanged += new System.EventHandler(this.groupNameTextBox_TextChanged);
82      //
83      // idTextBox
84      //
85      this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.idTextBox.ReadOnly = true;
88      this.idTextBox.Location = new System.Drawing.Point(79, 29);
89      this.idTextBox.Name = "idTextBox";
90      this.idTextBox.Size = new System.Drawing.Size(675, 20);
91      this.idTextBox.TabIndex = 3;
92      //
93      // refreshableLightweightUserView
94      //
95      this.refreshableLightweightUserView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
96                  | System.Windows.Forms.AnchorStyles.Left)
97                  | System.Windows.Forms.AnchorStyles.Right)));
98      this.refreshableLightweightUserView.Caption = "RefreshableLightweightUser View";
99      this.refreshableLightweightUserView.Content = null;
100      this.refreshableLightweightUserView.FetchSelectedUsers = null;
101      this.refreshableLightweightUserView.Location = new System.Drawing.Point(0, 55);
102      this.refreshableLightweightUserView.Name = "refreshableLightweightUserView";
103      this.refreshableLightweightUserView.ReadOnly = false;
104      this.refreshableLightweightUserView.Size = new System.Drawing.Size(754, 282);
105      this.refreshableLightweightUserView.TabIndex = 4;
106      //
107      // storeButton
108      //
109      this.storeButton.Enabled = false;
110      this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
111      this.storeButton.Location = new System.Drawing.Point(31, 58);
112      this.storeButton.Name = "storeButton";
113      this.storeButton.Size = new System.Drawing.Size(24, 24);
114      this.storeButton.TabIndex = 5;
115      this.storeButton.UseVisualStyleBackColor = true;
116      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
117      //
118      // UserGroupView
119      //
120      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122      this.Controls.Add(this.storeButton);
123      this.Controls.Add(this.refreshableLightweightUserView);
124      this.Controls.Add(this.idTextBox);
125      this.Controls.Add(this.groupNameTextBox);
126      this.Controls.Add(this.label2);
127      this.Controls.Add(this.label1);
128      this.Name = "UserGroupView";
129      this.Size = new System.Drawing.Size(757, 340);
130      this.ResumeLayout(false);
131      this.PerformLayout();
132
133    }
134
135    #endregion
136
137    private System.Windows.Forms.Label label1;
138    private System.Windows.Forms.Label label2;
139    private System.Windows.Forms.TextBox groupNameTextBox;
140    private System.Windows.Forms.TextBox idTextBox;
141    private Views.RefreshableLightweightAccessClientView refreshableLightweightUserView;
142    private System.Windows.Forms.Button storeButton;
143  }
144}
Note: See TracBrowser for help on using the repository browser.