Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15401 was 15401, checked in by jkarder, 7 years ago

#2839:

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