Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectPermissionsView.Designer.cs @ 16240

Last change on this file since 16240 was 16240, checked in by gkronber, 6 years ago

#2915: merged changes in the trunk up to current HEAD (r15951:16232) into the branch

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