Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectPermissionsView.Designer.cs @ 15761

Last change on this file since 15761 was 15576, checked in by jzenisek, 6 years ago

#2839 worked on client side mgmt of project-resource assignments and project-user permissions

File size: 9.1 KB
Line 
1namespace HeuristicLab.Clients.Hive.Administrator.Views {
2  partial class ProjectPermissionsView {
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.components = new System.ComponentModel.Container();
27      this.refreshButton = new System.Windows.Forms.Button();
28      this.inheritButton = new System.Windows.Forms.Button();
29      this.saveButton = new System.Windows.Forms.Button();
30      this.imageList = new System.Windows.Forms.ImageList(this.components);
31      this.splitContainer = new System.Windows.Forms.SplitContainer();
32      this.permissionsGroupBox = new System.Windows.Forms.GroupBox();
33      this.treeView = new System.Windows.Forms.TreeView();
34      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
35      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
36      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
37      this.splitContainer.Panel1.SuspendLayout();
38      this.splitContainer.Panel2.SuspendLayout();
39      this.splitContainer.SuspendLayout();
40      this.permissionsGroupBox.SuspendLayout();
41      this.detailsGroupBox.SuspendLayout();
42      this.SuspendLayout();
43      //
44      // refreshButton
45      //
46      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
47      this.refreshButton.Location = new System.Drawing.Point(3, 3);
48      this.refreshButton.Name = "refreshButton";
49      this.refreshButton.Size = new System.Drawing.Size(24, 24);
50      this.refreshButton.TabIndex = 0;
51      this.refreshButton.UseVisualStyleBackColor = true;
52      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
53      //
54      // inheritButton
55      //
56      this.inheritButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.OrgChart;
57      this.inheritButton.Location = new System.Drawing.Point(33, 3);
58      this.inheritButton.Name = "inheritButton";
59      this.inheritButton.Size = new System.Drawing.Size(24, 24);
60      this.inheritButton.TabIndex = 3;
61      this.inheritButton.UseVisualStyleBackColor = true;
62      this.inheritButton.Click += new System.EventHandler(this.inheritButton_Click);
63      //
64      // saveButton
65      //
66      this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
67      this.saveButton.Location = new System.Drawing.Point(63, 3);
68      this.saveButton.Name = "saveButton";
69      this.saveButton.Size = new System.Drawing.Size(24, 24);
70      this.saveButton.TabIndex = 4;
71      this.saveButton.UseVisualStyleBackColor = true;
72      this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
73      //
74      // imageList
75      //
76      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
77      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
78      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
79      //
80      // splitContainer
81      //
82      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83            | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.splitContainer.Location = new System.Drawing.Point(3, 33);
86      this.splitContainer.Name = "splitContainer";
87      //
88      // splitContainer.Panel1
89      //
90      this.splitContainer.Panel1.Controls.Add(this.permissionsGroupBox);
91      //
92      // splitContainer.Panel2
93      //
94      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
95      this.splitContainer.Size = new System.Drawing.Size(824, 458);
96      this.splitContainer.SplitterDistance = 274;
97      this.splitContainer.TabIndex = 6;
98      //
99      // permissionsGroupBox
100      //
101      this.permissionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102            | System.Windows.Forms.AnchorStyles.Left)
103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.permissionsGroupBox.Controls.Add(this.treeView);
105      this.permissionsGroupBox.Location = new System.Drawing.Point(3, 3);
106      this.permissionsGroupBox.Name = "permissionsGroupBox";
107      this.permissionsGroupBox.Size = new System.Drawing.Size(268, 452);
108      this.permissionsGroupBox.TabIndex = 0;
109      this.permissionsGroupBox.TabStop = false;
110      this.permissionsGroupBox.Text = "Permissions (Assigned + Included)";
111      //
112      // treeView
113      //
114      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
115            | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
117      this.treeView.CheckBoxes = true;
118      this.treeView.ImageIndex = 0;
119      this.treeView.ImageList = this.imageList;
120      this.treeView.Location = new System.Drawing.Point(6, 19);
121      this.treeView.Name = "treeView";
122      this.treeView.SelectedImageIndex = 0;
123      this.treeView.Size = new System.Drawing.Size(256, 427);
124      this.treeView.TabIndex = 0;
125      this.treeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_BeforeCheck);
126      this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
127      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
128      //
129      // detailsGroupBox
130      //
131      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
132            | System.Windows.Forms.AnchorStyles.Left)
133            | System.Windows.Forms.AnchorStyles.Right)));
134      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
135      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
136      this.detailsGroupBox.Name = "detailsGroupBox";
137      this.detailsGroupBox.Size = new System.Drawing.Size(540, 452);
138      this.detailsGroupBox.TabIndex = 0;
139      this.detailsGroupBox.TabStop = false;
140      this.detailsGroupBox.Text = "Details";
141      //
142      // detailsViewHost
143      //
144      this.detailsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
145            | System.Windows.Forms.AnchorStyles.Left)
146            | System.Windows.Forms.AnchorStyles.Right)));
147      this.detailsViewHost.Caption = "View";
148      this.detailsViewHost.Content = null;
149      this.detailsViewHost.Enabled = false;
150      this.detailsViewHost.Location = new System.Drawing.Point(6, 19);
151      this.detailsViewHost.Name = "detailsViewHost";
152      this.detailsViewHost.ReadOnly = true;
153      this.detailsViewHost.Size = new System.Drawing.Size(528, 427);
154      this.detailsViewHost.TabIndex = 0;
155      this.detailsViewHost.ViewsLabelVisible = true;
156      this.detailsViewHost.ViewType = null;
157      //
158      // ProjectPermissionsView
159      //
160      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
161      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162      this.Controls.Add(this.splitContainer);
163      this.Controls.Add(this.saveButton);
164      this.Controls.Add(this.inheritButton);
165      this.Controls.Add(this.refreshButton);
166      this.Name = "ProjectPermissionsView";
167      this.Size = new System.Drawing.Size(830, 494);
168      this.Load += new System.EventHandler(this.ProjectPermissionsView_Load);
169      this.splitContainer.Panel1.ResumeLayout(false);
170      this.splitContainer.Panel2.ResumeLayout(false);
171      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
172      this.splitContainer.ResumeLayout(false);
173      this.permissionsGroupBox.ResumeLayout(false);
174      this.detailsGroupBox.ResumeLayout(false);
175      this.ResumeLayout(false);
176
177    }
178
179    #endregion
180    private System.Windows.Forms.Button refreshButton;
181    private System.Windows.Forms.Button inheritButton;
182    private System.Windows.Forms.Button saveButton;
183    private System.Windows.Forms.ImageList imageList;
184    private System.Windows.Forms.SplitContainer splitContainer;
185    private System.Windows.Forms.GroupBox permissionsGroupBox;
186    private System.Windows.Forms.TreeView treeView;
187    private System.Windows.Forms.GroupBox detailsGroupBox;
188    private MainForm.WindowsForms.ViewHost detailsViewHost;
189  }
190}
Note: See TracBrowser for help on using the repository browser.