Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15922 was 15777, checked in by jzenisek, 6 years ago

#2839 improved project- & resource selection handling

File size: 13.0 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.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.projectsTreeView_BeforeSelect);
129      this.projectsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.projectsTreeView_MouseDown);
130      this.projectsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragDrop);
131      this.projectsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragEnterOver);
132      this.projectsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragEnterOver);
133      this.projectsTreeView.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.projectsTreeView_QueryContinueDrag);
134      //
135      // imageList
136      //
137      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
138      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
139      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
140      //
141      // tabControl
142      //
143      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
144            | System.Windows.Forms.AnchorStyles.Left)
145            | System.Windows.Forms.AnchorStyles.Right)));
146      this.tabControl.Controls.Add(this.detailsTabPage);
147      this.tabControl.Controls.Add(this.permissionsTabPage);
148      this.tabControl.Controls.Add(this.resourcesTabPage);
149      this.tabControl.Location = new System.Drawing.Point(3, 3);
150      this.tabControl.Name = "tabControl";
151      this.tabControl.SelectedIndex = 0;
152      this.tabControl.Size = new System.Drawing.Size(585, 541);
153      this.tabControl.TabIndex = 0;
154      //
155      // detailsTabPage
156      //
157      this.detailsTabPage.Controls.Add(this.projectView);
158      this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
159      this.detailsTabPage.Name = "detailsTabPage";
160      this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
161      this.detailsTabPage.Size = new System.Drawing.Size(577, 515);
162      this.detailsTabPage.TabIndex = 0;
163      this.detailsTabPage.Text = "Details";
164      this.detailsTabPage.UseVisualStyleBackColor = true;
165      //
166      // projectView
167      //
168      this.projectView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
169            | System.Windows.Forms.AnchorStyles.Left)
170            | System.Windows.Forms.AnchorStyles.Right)));
171      this.projectView.Caption = "ProjectView";
172      this.projectView.Content = null;
173      this.projectView.Location = new System.Drawing.Point(6, 6);
174      this.projectView.Name = "projectView";
175      this.projectView.ReadOnly = false;
176      this.projectView.Size = new System.Drawing.Size(565, 503);
177      this.projectView.TabIndex = 0;
178      //
179      // permissionsTabPage
180      //
181      this.permissionsTabPage.Controls.Add(this.projectPermissionsView);
182      this.permissionsTabPage.Location = new System.Drawing.Point(4, 22);
183      this.permissionsTabPage.Name = "permissionsTabPage";
184      this.permissionsTabPage.Padding = new System.Windows.Forms.Padding(3);
185      this.permissionsTabPage.Size = new System.Drawing.Size(577, 515);
186      this.permissionsTabPage.TabIndex = 1;
187      this.permissionsTabPage.Text = "Permissions";
188      this.permissionsTabPage.UseVisualStyleBackColor = true;
189      //
190      // projectPermissionsView
191      //
192      this.projectPermissionsView.Caption = "ProjectView";
193      this.projectPermissionsView.Content = null;
194      this.projectPermissionsView.Dock = System.Windows.Forms.DockStyle.Fill;
195      this.projectPermissionsView.Location = new System.Drawing.Point(3, 3);
196      this.projectPermissionsView.Name = "projectPermissionsView";
197      this.projectPermissionsView.ReadOnly = false;
198      this.projectPermissionsView.Size = new System.Drawing.Size(571, 509);
199      this.projectPermissionsView.TabIndex = 0;
200      //
201      // resourcesTabPage
202      //
203      this.resourcesTabPage.Controls.Add(this.projectResourcesView);
204      this.resourcesTabPage.Location = new System.Drawing.Point(4, 22);
205      this.resourcesTabPage.Name = "resourcesTabPage";
206      this.resourcesTabPage.Padding = new System.Windows.Forms.Padding(3);
207      this.resourcesTabPage.Size = new System.Drawing.Size(577, 515);
208      this.resourcesTabPage.TabIndex = 2;
209      this.resourcesTabPage.Text = "Resources";
210      this.resourcesTabPage.UseVisualStyleBackColor = true;
211      //
212      // projectResourcesView
213      //
214      this.projectResourcesView.Caption = "ProjectView";
215      this.projectResourcesView.Content = null;
216      this.projectResourcesView.Dock = System.Windows.Forms.DockStyle.Fill;
217      this.projectResourcesView.Location = new System.Drawing.Point(3, 3);
218      this.projectResourcesView.Name = "projectResourcesView";
219      this.projectResourcesView.ReadOnly = false;
220      this.projectResourcesView.Size = new System.Drawing.Size(571, 509);
221      this.projectResourcesView.TabIndex = 0;
222      //
223      // ProjectsView
224      //
225      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
226      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
227      this.Controls.Add(this.splitContainer);
228      this.Name = "ProjectsView";
229      this.Size = new System.Drawing.Size(853, 553);
230      this.Load += new System.EventHandler(this.ProjectsView_Load);
231      this.splitContainer.Panel1.ResumeLayout(false);
232      this.splitContainer.Panel2.ResumeLayout(false);
233      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
234      this.splitContainer.ResumeLayout(false);
235      this.tabControl.ResumeLayout(false);
236      this.detailsTabPage.ResumeLayout(false);
237      this.permissionsTabPage.ResumeLayout(false);
238      this.resourcesTabPage.ResumeLayout(false);
239      this.ResumeLayout(false);
240
241    }
242
243    #endregion
244
245    private System.Windows.Forms.SplitContainer splitContainer;
246    private System.Windows.Forms.Button refreshButton;
247    private System.Windows.Forms.Button saveProjectButton;
248    private System.Windows.Forms.Button removeButton;
249    private System.Windows.Forms.Button addButton;
250    private System.Windows.Forms.TreeView projectsTreeView;
251    private System.Windows.Forms.TabControl tabControl;
252    private System.Windows.Forms.TabPage detailsTabPage;
253    private System.Windows.Forms.TabPage permissionsTabPage;
254    private ProjectView projectView;
255    private System.Windows.Forms.ImageList imageList;
256    private System.Windows.Forms.TabPage resourcesTabPage;
257    private ProjectResourcesView projectResourcesView;
258    private ProjectPermissionsView projectPermissionsView;
259  }
260}
Note: See TracBrowser for help on using the repository browser.