Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.Designer.cs @ 15576

Last change on this file since 15576 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
RevLine 
[15422]1namespace HeuristicLab.Clients.Hive.Administrator.Views {
2  partial class ProjectResourcesView {
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.splitContainer = new System.Windows.Forms.SplitContainer();
31      this.resourcesGroupBox = new System.Windows.Forms.GroupBox();
32      this.treeView = new System.Windows.Forms.TreeView();
33      this.imageList = new System.Windows.Forms.ImageList(this.components);
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.resourcesGroupBox.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 = 2;
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      // splitContainer
75      //
76      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
77            | System.Windows.Forms.AnchorStyles.Left)
78            | System.Windows.Forms.AnchorStyles.Right)));
79      this.splitContainer.Location = new System.Drawing.Point(3, 33);
80      this.splitContainer.Name = "splitContainer";
81      //
82      // splitContainer.Panel1
83      //
84      this.splitContainer.Panel1.Controls.Add(this.resourcesGroupBox);
85      //
86      // splitContainer.Panel2
87      //
88      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
89      this.splitContainer.Size = new System.Drawing.Size(824, 458);
90      this.splitContainer.SplitterDistance = 274;
91      this.splitContainer.TabIndex = 5;
92      //
93      // resourcesGroupBox
94      //
95      this.resourcesGroupBox.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.resourcesGroupBox.Controls.Add(this.treeView);
99      this.resourcesGroupBox.Location = new System.Drawing.Point(3, 3);
100      this.resourcesGroupBox.Name = "resourcesGroupBox";
101      this.resourcesGroupBox.Size = new System.Drawing.Size(268, 452);
102      this.resourcesGroupBox.TabIndex = 0;
103      this.resourcesGroupBox.TabStop = false;
[15576]104      this.resourcesGroupBox.Text = "Resources (Assigned + Included)";
[15422]105      //
106      // treeView
107      //
108      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
109            | System.Windows.Forms.AnchorStyles.Left)
110            | System.Windows.Forms.AnchorStyles.Right)));
111      this.treeView.CheckBoxes = true;
112      this.treeView.ImageIndex = 0;
113      this.treeView.ImageList = this.imageList;
114      this.treeView.Location = new System.Drawing.Point(6, 19);
115      this.treeView.Name = "treeView";
116      this.treeView.SelectedImageIndex = 0;
117      this.treeView.Size = new System.Drawing.Size(256, 427);
118      this.treeView.TabIndex = 0;
119      this.treeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_BeforeCheck);
120      this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
121      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
122      //
123      // imageList
124      //
125      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
126      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
127      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
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      // ProjectResourcesView
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 = "ProjectResourcesView";
167      this.Size = new System.Drawing.Size(830, 494);
168      this.Load += new System.EventHandler(this.ProjectResourcesView_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.resourcesGroupBox.ResumeLayout(false);
174      this.detailsGroupBox.ResumeLayout(false);
175      this.ResumeLayout(false);
176
177    }
178
179    #endregion
180
181    private System.Windows.Forms.Button refreshButton;
182    private System.Windows.Forms.Button inheritButton;
183    private System.Windows.Forms.Button saveButton;
184    private System.Windows.Forms.SplitContainer splitContainer;
185    private System.Windows.Forms.GroupBox resourcesGroupBox;
186    private System.Windows.Forms.GroupBox detailsGroupBox;
187    private System.Windows.Forms.TreeView treeView;
188    private System.Windows.Forms.ImageList imageList;
189    private MainForm.WindowsForms.ViewHost detailsViewHost;
190  }
191}
Note: See TracBrowser for help on using the repository browser.