[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[15584] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Clients.Hive.JobManager.Views {
|
---|
[7910] | 23 | partial class HiveResourceSelectorDialog {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
[17059] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[7910] | 48 | this.okButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.refreshButton = new System.Windows.Forms.Button();
|
---|
[17059] | 51 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 52 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 53 | this.hiveResourceSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveProjectSelector();
|
---|
| 54 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[7910] | 55 | this.SuspendLayout();
|
---|
| 56 | //
|
---|
| 57 | // okButton
|
---|
| 58 | //
|
---|
| 59 | this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 60 | this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
[17059] | 61 | this.okButton.Enabled = false;
|
---|
[7910] | 62 | this.okButton.Location = new System.Drawing.Point(405, 609);
|
---|
| 63 | this.okButton.Name = "okButton";
|
---|
| 64 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 65 | this.okButton.TabIndex = 1;
|
---|
| 66 | this.okButton.Text = "&OK";
|
---|
| 67 | this.okButton.UseVisualStyleBackColor = true;
|
---|
[17059] | 68 | this.errorProvider.SetIconAlignment(this.okButton, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 69 | this.errorProvider.SetIconPadding(this.okButton, 2);
|
---|
[7910] | 70 | //
|
---|
| 71 | // cancelButton
|
---|
| 72 | //
|
---|
| 73 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 74 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 75 | this.cancelButton.Location = new System.Drawing.Point(486, 609);
|
---|
| 76 | this.cancelButton.Name = "cancelButton";
|
---|
| 77 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 78 | this.cancelButton.TabIndex = 2;
|
---|
| 79 | this.cancelButton.Text = "&Cancel";
|
---|
| 80 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 81 | //
|
---|
| 82 | // refreshButton
|
---|
| 83 | //
|
---|
| 84 | this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 85 | this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
| 86 | this.refreshButton.Location = new System.Drawing.Point(12, 608);
|
---|
| 87 | this.refreshButton.Name = "refreshButton";
|
---|
| 88 | this.refreshButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 89 | this.refreshButton.TabIndex = 3;
|
---|
[17059] | 90 | this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
|
---|
[7910] | 91 | this.refreshButton.UseVisualStyleBackColor = true;
|
---|
| 92 | this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
|
---|
| 93 | //
|
---|
[17059] | 94 | // errorProvider
|
---|
| 95 | //
|
---|
| 96 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 97 | this.errorProvider.ContainerControl = this;
|
---|
| 98 | //
|
---|
[7910] | 99 | // hiveResourceSelector
|
---|
| 100 | //
|
---|
[17059] | 101 | this.hiveResourceSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 102 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7910] | 103 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 104 | this.hiveResourceSelector.Caption = "View";
|
---|
| 105 | this.hiveResourceSelector.Content = null;
|
---|
[17059] | 106 | this.hiveResourceSelector.JobId = new System.Guid("00000000-0000-0000-0000-000000000000");
|
---|
[7910] | 107 | this.hiveResourceSelector.Location = new System.Drawing.Point(12, 12);
|
---|
| 108 | this.hiveResourceSelector.Name = "hiveResourceSelector";
|
---|
[17059] | 109 | this.hiveResourceSelector.ProjectId = null;
|
---|
[7910] | 110 | this.hiveResourceSelector.ReadOnly = false;
|
---|
[17059] | 111 | this.hiveResourceSelector.SelectedProject = null;
|
---|
| 112 | this.hiveResourceSelector.SelectedProjectId = null;
|
---|
| 113 | this.hiveResourceSelector.SelectedResourceIds = null;
|
---|
[7910] | 114 | this.hiveResourceSelector.Size = new System.Drawing.Size(549, 591);
|
---|
| 115 | this.hiveResourceSelector.TabIndex = 0;
|
---|
[17059] | 116 | this.hiveResourceSelector.SelectedProjectChanged += new System.EventHandler(this.hiveResourceSelector_SelectedProjectChanged);
|
---|
| 117 | this.hiveResourceSelector.AssignedResourcesChanged += new System.EventHandler(this.hiveResourceSelector_SelectedResourcesChanged);
|
---|
| 118 | this.hiveResourceSelector.ProjectsTreeViewDoubleClicked += new System.EventHandler(this.hiveResourceSelector_ProjectsTreeViewDoubleClicked);
|
---|
[7910] | 119 | //
|
---|
| 120 | // HiveResourceSelectorDialog
|
---|
| 121 | //
|
---|
| 122 | this.AcceptButton = this.okButton;
|
---|
[7967] | 123 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[7910] | 124 | this.CancelButton = this.cancelButton;
|
---|
| 125 | this.ClientSize = new System.Drawing.Size(573, 644);
|
---|
| 126 | this.Controls.Add(this.refreshButton);
|
---|
| 127 | this.Controls.Add(this.hiveResourceSelector);
|
---|
| 128 | this.Controls.Add(this.cancelButton);
|
---|
| 129 | this.Controls.Add(this.okButton);
|
---|
| 130 | this.MaximizeBox = false;
|
---|
| 131 | this.MinimizeBox = false;
|
---|
| 132 | this.Name = "HiveResourceSelectorDialog";
|
---|
| 133 | this.ShowIcon = false;
|
---|
| 134 | this.ShowInTaskbar = false;
|
---|
| 135 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
[17059] | 136 | this.Text = "Select Project";
|
---|
[7910] | 137 | this.Load += new System.EventHandler(this.HiveResourceSelectorDialog_Load);
|
---|
[17059] | 138 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[7910] | 139 | this.ResumeLayout(false);
|
---|
| 140 |
|
---|
| 141 | }
|
---|
| 142 |
|
---|
| 143 | #endregion
|
---|
| 144 |
|
---|
| 145 | protected System.Windows.Forms.Button okButton;
|
---|
| 146 | protected System.Windows.Forms.Button cancelButton;
|
---|
| 147 | protected System.Windows.Forms.Button refreshButton;
|
---|
[17059] | 148 | protected System.Windows.Forms.ToolTip toolTip;
|
---|
| 149 | protected System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 150 | protected HiveProjectSelector hiveResourceSelector;
|
---|
[7910] | 151 | }
|
---|
| 152 | } |
---|