[15422] | 1 | namespace HeuristicLab.Clients.Hive.Administrator.Views {
|
---|
| 2 | partial class ProjectPermissionsView {
|
---|
| 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.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
| 31 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 32 | this.permissionsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[16117] | 33 | this.treeView = new Hive.Views.TreeView.NoDoubleClickTreeView();
|
---|
| 34 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[15422] | 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.permissionsGroupBox.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);
|
---|
[16117] | 51 | this.refreshButton.TabIndex = 1;
|
---|
| 52 | this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
|
---|
[15422] | 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);
|
---|
[16117] | 62 | this.inheritButton.TabIndex = 2;
|
---|
| 63 | this.toolTip.SetToolTip(this.inheritButton, "Save and hand down permission settings to all descendant projects");
|
---|
[15422] | 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);
|
---|
[16117] | 73 | this.saveButton.TabIndex = 3;
|
---|
| 74 | this.toolTip.SetToolTip(this.saveButton, "Save permission settings");
|
---|
[15422] | 75 | this.saveButton.UseVisualStyleBackColor = true;
|
---|
| 76 | this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
|
---|
| 77 | //
|
---|
| 78 | // imageList
|
---|
| 79 | //
|
---|
| 80 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
| 81 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
| 82 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 83 | //
|
---|
| 84 | // splitContainer
|
---|
| 85 | //
|
---|
| 86 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 88 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 89 | this.splitContainer.Location = new System.Drawing.Point(3, 33);
|
---|
| 90 | this.splitContainer.Name = "splitContainer";
|
---|
| 91 | //
|
---|
| 92 | // splitContainer.Panel1
|
---|
| 93 | //
|
---|
| 94 | this.splitContainer.Panel1.Controls.Add(this.permissionsGroupBox);
|
---|
| 95 | //
|
---|
| 96 | // splitContainer.Panel2
|
---|
| 97 | //
|
---|
| 98 | this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
|
---|
| 99 | this.splitContainer.Size = new System.Drawing.Size(824, 458);
|
---|
| 100 | this.splitContainer.SplitterDistance = 274;
|
---|
| 101 | this.splitContainer.TabIndex = 6;
|
---|
| 102 | //
|
---|
| 103 | // permissionsGroupBox
|
---|
| 104 | //
|
---|
| 105 | this.permissionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 106 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 108 | this.permissionsGroupBox.Controls.Add(this.treeView);
|
---|
| 109 | this.permissionsGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
| 110 | this.permissionsGroupBox.Name = "permissionsGroupBox";
|
---|
| 111 | this.permissionsGroupBox.Size = new System.Drawing.Size(268, 452);
|
---|
[16117] | 112 | this.permissionsGroupBox.TabIndex = 4;
|
---|
[15422] | 113 | this.permissionsGroupBox.TabStop = false;
|
---|
[17060] | 114 | this.permissionsGroupBox.Text = "Compute Permissions (Assigned + Included)";
|
---|
[15422] | 115 | //
|
---|
| 116 | // treeView
|
---|
| 117 | //
|
---|
| 118 | this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 119 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 120 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 121 | this.treeView.CheckBoxes = true;
|
---|
| 122 | this.treeView.ImageIndex = 0;
|
---|
| 123 | this.treeView.ImageList = this.imageList;
|
---|
| 124 | this.treeView.Location = new System.Drawing.Point(6, 19);
|
---|
| 125 | this.treeView.Name = "treeView";
|
---|
| 126 | this.treeView.SelectedImageIndex = 0;
|
---|
| 127 | this.treeView.Size = new System.Drawing.Size(256, 427);
|
---|
[16117] | 128 | this.treeView.TabIndex = 5;
|
---|
[15422] | 129 | this.treeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_BeforeCheck);
|
---|
| 130 | this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
|
---|
| 131 | this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
|
---|
| 132 | //
|
---|
| 133 | // detailsGroupBox
|
---|
| 134 | //
|
---|
| 135 | this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 136 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 137 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 138 | this.detailsGroupBox.Controls.Add(this.detailsViewHost);
|
---|
| 139 | this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
| 140 | this.detailsGroupBox.Name = "detailsGroupBox";
|
---|
| 141 | this.detailsGroupBox.Size = new System.Drawing.Size(540, 452);
|
---|
[16117] | 142 | this.detailsGroupBox.TabIndex = 6;
|
---|
[15422] | 143 | this.detailsGroupBox.TabStop = false;
|
---|
| 144 | this.detailsGroupBox.Text = "Details";
|
---|
| 145 | //
|
---|
| 146 | // detailsViewHost
|
---|
| 147 | //
|
---|
| 148 | this.detailsViewHost.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.detailsViewHost.Caption = "View";
|
---|
| 152 | this.detailsViewHost.Content = null;
|
---|
| 153 | this.detailsViewHost.Enabled = false;
|
---|
| 154 | this.detailsViewHost.Location = new System.Drawing.Point(6, 19);
|
---|
| 155 | this.detailsViewHost.Name = "detailsViewHost";
|
---|
| 156 | this.detailsViewHost.ReadOnly = true;
|
---|
| 157 | this.detailsViewHost.Size = new System.Drawing.Size(528, 427);
|
---|
[16117] | 158 | this.detailsViewHost.TabIndex = 7;
|
---|
[15422] | 159 | this.detailsViewHost.ViewsLabelVisible = true;
|
---|
| 160 | this.detailsViewHost.ViewType = null;
|
---|
| 161 | //
|
---|
| 162 | // ProjectPermissionsView
|
---|
| 163 | //
|
---|
| 164 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 165 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 166 | this.Controls.Add(this.splitContainer);
|
---|
| 167 | this.Controls.Add(this.saveButton);
|
---|
| 168 | this.Controls.Add(this.inheritButton);
|
---|
| 169 | this.Controls.Add(this.refreshButton);
|
---|
| 170 | this.Name = "ProjectPermissionsView";
|
---|
| 171 | this.Size = new System.Drawing.Size(830, 494);
|
---|
| 172 | this.Load += new System.EventHandler(this.ProjectPermissionsView_Load);
|
---|
| 173 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 174 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 175 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
| 176 | this.splitContainer.ResumeLayout(false);
|
---|
| 177 | this.permissionsGroupBox.ResumeLayout(false);
|
---|
| 178 | this.detailsGroupBox.ResumeLayout(false);
|
---|
| 179 | this.ResumeLayout(false);
|
---|
| 180 |
|
---|
| 181 | }
|
---|
| 182 |
|
---|
| 183 | #endregion
|
---|
| 184 | private System.Windows.Forms.Button refreshButton;
|
---|
| 185 | private System.Windows.Forms.Button inheritButton;
|
---|
| 186 | private System.Windows.Forms.Button saveButton;
|
---|
| 187 | private System.Windows.Forms.ImageList imageList;
|
---|
| 188 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 189 | private System.Windows.Forms.GroupBox permissionsGroupBox;
|
---|
[16117] | 190 | private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView;
|
---|
| 191 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[15422] | 192 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
| 193 | private MainForm.WindowsForms.ViewHost detailsViewHost;
|
---|
| 194 | }
|
---|
| 195 | }
|
---|