Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectsView.Designer.cs @ 15559

Last change on this file since 15559 was 15422, checked in by jkarder, 6 years ago

#2839: worked on resources and projects views

File size: 12.9 KB
Line 
1namespace HeuristicLab.Clients.Hive.Administrator.Views {
2  partial class ProjectsView {
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.splitContainer = new System.Windows.Forms.SplitContainer();
28      this.refreshButton = new System.Windows.Forms.Button();
29      this.saveProjectButton = new System.Windows.Forms.Button();
30      this.removeButton = new System.Windows.Forms.Button();
31      this.addButton = new System.Windows.Forms.Button();
32      this.projectsTreeView = new System.Windows.Forms.TreeView();
33      this.imageList = new System.Windows.Forms.ImageList(this.components);
34      this.tabControl = new System.Windows.Forms.TabControl();
35      this.detailsTabPage = new System.Windows.Forms.TabPage();
36      this.projectView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectView();
37      this.permissionsTabPage = new System.Windows.Forms.TabPage();
38      this.projectPermissionsView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectPermissionsView();
39      this.resourcesTabPage = new System.Windows.Forms.TabPage();
40      this.projectResourcesView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectResourcesView();
41      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
42      this.splitContainer.Panel1.SuspendLayout();
43      this.splitContainer.Panel2.SuspendLayout();
44      this.splitContainer.SuspendLayout();
45      this.tabControl.SuspendLayout();
46      this.detailsTabPage.SuspendLayout();
47      this.permissionsTabPage.SuspendLayout();
48      this.resourcesTabPage.SuspendLayout();
49      this.SuspendLayout();
50      //
51      // splitContainer
52      //
53      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
54            | System.Windows.Forms.AnchorStyles.Left)
55            | System.Windows.Forms.AnchorStyles.Right)));
56      this.splitContainer.Location = new System.Drawing.Point(3, 3);
57      this.splitContainer.Name = "splitContainer";
58      //
59      // splitContainer.Panel1
60      //
61      this.splitContainer.Panel1.Controls.Add(this.refreshButton);
62      this.splitContainer.Panel1.Controls.Add(this.saveProjectButton);
63      this.splitContainer.Panel1.Controls.Add(this.removeButton);
64      this.splitContainer.Panel1.Controls.Add(this.addButton);
65      this.splitContainer.Panel1.Controls.Add(this.projectsTreeView);
66      //
67      // splitContainer.Panel2
68      //
69      this.splitContainer.Panel2.Controls.Add(this.tabControl);
70      this.splitContainer.Size = new System.Drawing.Size(847, 547);
71      this.splitContainer.SplitterDistance = 249;
72      this.splitContainer.TabIndex = 0;
73      //
74      // refreshButton
75      //
76      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
77      this.refreshButton.Location = new System.Drawing.Point(3, 3);
78      this.refreshButton.Name = "refreshButton";
79      this.refreshButton.Size = new System.Drawing.Size(24, 24);
80      this.refreshButton.TabIndex = 14;
81      this.refreshButton.UseVisualStyleBackColor = true;
82      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
83      //
84      // saveProjectButton
85      //
86      this.saveProjectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
87      this.saveProjectButton.Location = new System.Drawing.Point(93, 3);
88      this.saveProjectButton.Name = "saveProjectButton";
89      this.saveProjectButton.Size = new System.Drawing.Size(24, 24);
90      this.saveProjectButton.TabIndex = 12;
91      this.saveProjectButton.UseVisualStyleBackColor = true;
92      this.saveProjectButton.Click += new System.EventHandler(this.saveProjectButton_Click);
93      //
94      // removeButton
95      //
96      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
97      this.removeButton.Location = new System.Drawing.Point(63, 3);
98      this.removeButton.Name = "removeButton";
99      this.removeButton.Size = new System.Drawing.Size(24, 24);
100      this.removeButton.TabIndex = 11;
101      this.removeButton.UseVisualStyleBackColor = true;
102      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
103      //
104      // addButton
105      //
106      this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
107      this.addButton.Location = new System.Drawing.Point(33, 3);
108      this.addButton.Name = "addButton";
109      this.addButton.Size = new System.Drawing.Size(24, 24);
110      this.addButton.TabIndex = 10;
111      this.addButton.UseVisualStyleBackColor = true;
112      this.addButton.Click += new System.EventHandler(this.addButton_Click);
113      //
114      // projectsTreeView
115      //
116      this.projectsTreeView.AllowDrop = true;
117      this.projectsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
118            | System.Windows.Forms.AnchorStyles.Left)
119            | System.Windows.Forms.AnchorStyles.Right)));
120      this.projectsTreeView.ImageIndex = 0;
121      this.projectsTreeView.ImageList = this.imageList;
122      this.projectsTreeView.Location = new System.Drawing.Point(3, 33);
123      this.projectsTreeView.Name = "projectsTreeView";
124      this.projectsTreeView.SelectedImageIndex = 0;
125      this.projectsTreeView.Size = new System.Drawing.Size(243, 511);
126      this.projectsTreeView.TabIndex = 9;
127      this.projectsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.projectsTreeView_ItemDrag);
128      this.projectsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.projectsTreeView_AfterSelect);
129      this.projectsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragDrop);
130      this.projectsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragEnter);
131      this.projectsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragOver);
132      this.projectsTreeView.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.projectsTreeView_QueryContinueDrag);
133      //
134      // imageList
135      //
136      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
137      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
138      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
139      //
140      // tabControl
141      //
142      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
143            | System.Windows.Forms.AnchorStyles.Left)
144            | System.Windows.Forms.AnchorStyles.Right)));
145      this.tabControl.Controls.Add(this.detailsTabPage);
146      this.tabControl.Controls.Add(this.permissionsTabPage);
147      this.tabControl.Controls.Add(this.resourcesTabPage);
148      this.tabControl.Location = new System.Drawing.Point(3, 3);
149      this.tabControl.Name = "tabControl";
150      this.tabControl.SelectedIndex = 0;
151      this.tabControl.Size = new System.Drawing.Size(585, 541);
152      this.tabControl.TabIndex = 0;
153      //
154      // detailsTabPage
155      //
156      this.detailsTabPage.Controls.Add(this.projectView);
157      this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
158      this.detailsTabPage.Name = "detailsTabPage";
159      this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
160      this.detailsTabPage.Size = new System.Drawing.Size(577, 515);
161      this.detailsTabPage.TabIndex = 0;
162      this.detailsTabPage.Text = "Details";
163      this.detailsTabPage.UseVisualStyleBackColor = true;
164      //
165      // projectView
166      //
167      this.projectView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
168            | System.Windows.Forms.AnchorStyles.Left)
169            | System.Windows.Forms.AnchorStyles.Right)));
170      this.projectView.Caption = "ProjectView";
171      this.projectView.Content = null;
172      this.projectView.Location = new System.Drawing.Point(6, 6);
173      this.projectView.Name = "projectView";
174      this.projectView.ReadOnly = false;
175      this.projectView.Size = new System.Drawing.Size(565, 503);
176      this.projectView.TabIndex = 0;
177      //
178      // permissionsTabPage
179      //
180      this.permissionsTabPage.Controls.Add(this.projectPermissionsView);
181      this.permissionsTabPage.Location = new System.Drawing.Point(4, 22);
182      this.permissionsTabPage.Name = "permissionsTabPage";
183      this.permissionsTabPage.Padding = new System.Windows.Forms.Padding(3);
184      this.permissionsTabPage.Size = new System.Drawing.Size(577, 515);
185      this.permissionsTabPage.TabIndex = 1;
186      this.permissionsTabPage.Text = "Permissions";
187      this.permissionsTabPage.UseVisualStyleBackColor = true;
188      //
189      // projectPermissionsView
190      //
191      this.projectPermissionsView.Caption = "ProjectView";
192      this.projectPermissionsView.Content = null;
193      this.projectPermissionsView.Dock = System.Windows.Forms.DockStyle.Fill;
194      this.projectPermissionsView.Location = new System.Drawing.Point(3, 3);
195      this.projectPermissionsView.Name = "projectPermissionsView";
196      this.projectPermissionsView.ReadOnly = false;
197      this.projectPermissionsView.Size = new System.Drawing.Size(571, 509);
198      this.projectPermissionsView.TabIndex = 0;
199      //
200      // resourcesTabPage
201      //
202      this.resourcesTabPage.Controls.Add(this.projectResourcesView);
203      this.resourcesTabPage.Location = new System.Drawing.Point(4, 22);
204      this.resourcesTabPage.Name = "resourcesTabPage";
205      this.resourcesTabPage.Padding = new System.Windows.Forms.Padding(3);
206      this.resourcesTabPage.Size = new System.Drawing.Size(577, 515);
207      this.resourcesTabPage.TabIndex = 2;
208      this.resourcesTabPage.Text = "Resources";
209      this.resourcesTabPage.UseVisualStyleBackColor = true;
210      //
211      // projectResourcesView
212      //
213      this.projectResourcesView.Caption = "ProjectView";
214      this.projectResourcesView.Content = null;
215      this.projectResourcesView.Dock = System.Windows.Forms.DockStyle.Fill;
216      this.projectResourcesView.Location = new System.Drawing.Point(3, 3);
217      this.projectResourcesView.Name = "projectResourcesView";
218      this.projectResourcesView.ReadOnly = false;
219      this.projectResourcesView.Size = new System.Drawing.Size(571, 509);
220      this.projectResourcesView.TabIndex = 0;
221      //
222      // ProjectsView
223      //
224      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
225      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
226      this.Controls.Add(this.splitContainer);
227      this.Name = "ProjectsView";
228      this.Size = new System.Drawing.Size(853, 553);
229      this.Load += new System.EventHandler(this.ProjectsView_Load);
230      this.splitContainer.Panel1.ResumeLayout(false);
231      this.splitContainer.Panel2.ResumeLayout(false);
232      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
233      this.splitContainer.ResumeLayout(false);
234      this.tabControl.ResumeLayout(false);
235      this.detailsTabPage.ResumeLayout(false);
236      this.permissionsTabPage.ResumeLayout(false);
237      this.resourcesTabPage.ResumeLayout(false);
238      this.ResumeLayout(false);
239
240    }
241
242    #endregion
243
244    private System.Windows.Forms.SplitContainer splitContainer;
245    private System.Windows.Forms.Button refreshButton;
246    private System.Windows.Forms.Button saveProjectButton;
247    private System.Windows.Forms.Button removeButton;
248    private System.Windows.Forms.Button addButton;
249    private System.Windows.Forms.TreeView projectsTreeView;
250    private System.Windows.Forms.TabControl tabControl;
251    private System.Windows.Forms.TabPage detailsTabPage;
252    private System.Windows.Forms.TabPage permissionsTabPage;
253    private ProjectView projectView;
254    private System.Windows.Forms.ImageList imageList;
255    private System.Windows.Forms.TabPage resourcesTabPage;
256    private ProjectResourcesView projectResourcesView;
257    private ProjectPermissionsView projectPermissionsView;
258  }
259}
Note: See TracBrowser for help on using the repository browser.