Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15956 was 15953, checked in by jzenisek, 6 years ago

#2839: Several changes and fixes:

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