Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2972_PDPRowSelect/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.Designer.cs @ 16518

Last change on this file since 16518 was 16518, checked in by pfleck, 5 years ago

#2972 merged trunk into branch

File size: 9.6 KB
Line 
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 Hive.Views.TreeView.NoDoubleClickTreeView();
33      this.imageList = new System.Windows.Forms.ImageList(this.components);
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.resourcesGroupBox.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 resource assignments 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 resource assignments");
75      this.saveButton.UseVisualStyleBackColor = true;
76      this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
77      //
78      // splitContainer
79      //
80      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
81            | System.Windows.Forms.AnchorStyles.Left)
82            | System.Windows.Forms.AnchorStyles.Right)));
83      this.splitContainer.Location = new System.Drawing.Point(3, 33);
84      this.splitContainer.Name = "splitContainer";
85      //
86      // splitContainer.Panel1
87      //
88      this.splitContainer.Panel1.Controls.Add(this.resourcesGroupBox);
89      //
90      // splitContainer.Panel2
91      //
92      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
93      this.splitContainer.Size = new System.Drawing.Size(824, 458);
94      this.splitContainer.SplitterDistance = 274;
95      this.splitContainer.TabIndex = 5;
96      //
97      // resourcesGroupBox
98      //
99      this.resourcesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
100            | System.Windows.Forms.AnchorStyles.Left)
101            | System.Windows.Forms.AnchorStyles.Right)));
102      this.resourcesGroupBox.Controls.Add(this.treeView);
103      this.resourcesGroupBox.Location = new System.Drawing.Point(3, 3);
104      this.resourcesGroupBox.Name = "resourcesGroupBox";
105      this.resourcesGroupBox.Size = new System.Drawing.Size(268, 452);
106      this.resourcesGroupBox.TabIndex = 0;
107      this.resourcesGroupBox.TabStop = false;
108      this.resourcesGroupBox.Text = "Resources (Assigned + Included)";
109      //
110      // treeView
111      //
112      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
113            | System.Windows.Forms.AnchorStyles.Left)
114            | System.Windows.Forms.AnchorStyles.Right)));
115      this.treeView.CheckBoxes = true;
116      this.treeView.ImageIndex = 0;
117      this.treeView.ImageList = this.imageList;
118      this.treeView.Location = new System.Drawing.Point(6, 19);
119      this.treeView.Name = "treeView";
120      this.treeView.SelectedImageIndex = 0;
121      this.treeView.Size = new System.Drawing.Size(256, 427);
122      this.treeView.TabIndex = 0;
123      this.treeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_BeforeCheck);
124      this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
125      this.treeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_BeforeSelect);
126      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
127      //
128      // imageList
129      //
130      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
131      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
132      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
133      //
134      // detailsGroupBox
135      //
136      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
137            | System.Windows.Forms.AnchorStyles.Left)
138            | System.Windows.Forms.AnchorStyles.Right)));
139      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
140      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
141      this.detailsGroupBox.Name = "detailsGroupBox";
142      this.detailsGroupBox.Size = new System.Drawing.Size(540, 452);
143      this.detailsGroupBox.TabIndex = 0;
144      this.detailsGroupBox.TabStop = false;
145      this.detailsGroupBox.Text = "Details";
146      //
147      // detailsViewHost
148      //
149      this.detailsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
150            | System.Windows.Forms.AnchorStyles.Left)
151            | System.Windows.Forms.AnchorStyles.Right)));
152      this.detailsViewHost.Caption = "View";
153      this.detailsViewHost.Content = null;
154      this.detailsViewHost.Enabled = false;
155      this.detailsViewHost.Location = new System.Drawing.Point(6, 19);
156      this.detailsViewHost.Name = "detailsViewHost";
157      this.detailsViewHost.ReadOnly = true;
158      this.detailsViewHost.Size = new System.Drawing.Size(528, 427);
159      this.detailsViewHost.TabIndex = 0;
160      this.detailsViewHost.ViewsLabelVisible = true;
161      this.detailsViewHost.ViewType = null;
162      //
163      // ProjectResourcesView
164      //
165      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
166      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
167      this.Controls.Add(this.splitContainer);
168      this.Controls.Add(this.saveButton);
169      this.Controls.Add(this.inheritButton);
170      this.Controls.Add(this.refreshButton);
171      this.Name = "ProjectResourcesView";
172      this.Size = new System.Drawing.Size(830, 494);
173      this.Disposed += new System.EventHandler(this.ProjectResourcesView_Disposed);
174      this.splitContainer.Panel1.ResumeLayout(false);
175      this.splitContainer.Panel2.ResumeLayout(false);
176      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
177      this.splitContainer.ResumeLayout(false);
178      this.resourcesGroupBox.ResumeLayout(false);
179      this.detailsGroupBox.ResumeLayout(false);
180      this.ResumeLayout(false);
181
182    }
183
184    #endregion
185
186    private System.Windows.Forms.Button refreshButton;
187    private System.Windows.Forms.Button inheritButton;
188    private System.Windows.Forms.Button saveButton;
189    private System.Windows.Forms.SplitContainer splitContainer;
190    private System.Windows.Forms.GroupBox resourcesGroupBox;
191    private System.Windows.Forms.GroupBox detailsGroupBox;
192    private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView;
193    private System.Windows.Forms.ToolTip toolTip;
194    private System.Windows.Forms.ImageList imageList;
195    private MainForm.WindowsForms.ViewHost detailsViewHost;
196  }
197}
Note: See TracBrowser for help on using the repository browser.