[3437] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14185] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3437] | 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.MainForm.WindowsForms {
|
---|
| 23 | partial class ViewHost {
|
---|
| 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) {
|
---|
| 35 | if (components != null) components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component 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() {
|
---|
| 47 | this.components = new System.ComponentModel.Container();
|
---|
| 48 | this.messageLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.viewsLabel = new System.Windows.Forms.Label();
|
---|
[9186] | 50 | this.viewContextMenuStrip = new HeuristicLab.MainForm.WindowsForms.ViewContextMenuStrip(this.components);
|
---|
[3437] | 51 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[6342] | 52 | this.configurationLabel = new System.Windows.Forms.Label();
|
---|
[9920] | 53 | this.helpLabel = new System.Windows.Forms.Label();
|
---|
[3437] | 54 | this.SuspendLayout();
|
---|
| 55 | //
|
---|
| 56 | // messageLabel
|
---|
| 57 | //
|
---|
| 58 | this.messageLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 59 | this.messageLabel.Location = new System.Drawing.Point(0, 0);
|
---|
| 60 | this.messageLabel.Name = "messageLabel";
|
---|
| 61 | this.messageLabel.Size = new System.Drawing.Size(227, 184);
|
---|
| 62 | this.messageLabel.TabIndex = 2;
|
---|
| 63 | this.messageLabel.Text = "No view available.";
|
---|
| 64 | this.messageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
| 65 | //
|
---|
| 66 | // viewsLabel
|
---|
| 67 | //
|
---|
| 68 | this.viewsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9180] | 69 | this.viewsLabel.ContextMenuStrip = this.viewContextMenuStrip;
|
---|
[5287] | 70 | this.viewsLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Windows;
|
---|
[3437] | 71 | this.viewsLabel.Location = new System.Drawing.Point(211, 0);
|
---|
[4453] | 72 | this.viewsLabel.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
|
---|
[3437] | 73 | this.viewsLabel.Name = "viewsLabel";
|
---|
| 74 | this.viewsLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 75 | this.viewsLabel.TabIndex = 0;
|
---|
[9920] | 76 | this.toolTip.SetToolTip(this.viewsLabel, "Double-click to open a new window of the current view.\r\nRight-click to change cur" +
|
---|
| 77 | "rent view.\r\nDrag icon to copy or link content to another view.");
|
---|
[3437] | 78 | this.viewsLabel.DoubleClick += new System.EventHandler(this.viewsLabel_DoubleClick);
|
---|
| 79 | this.viewsLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.viewsLabel_MouseDown);
|
---|
[4453] | 80 | this.viewsLabel.MouseLeave += new System.EventHandler(this.viewsLabel_MouseLeave);
|
---|
[3437] | 81 | //
|
---|
| 82 | // viewContextMenuStrip
|
---|
| 83 | //
|
---|
[5956] | 84 | this.viewContextMenuStrip.IgnoredViewTypes = System.Type.EmptyTypes;
|
---|
[3437] | 85 | this.viewContextMenuStrip.Item = null;
|
---|
| 86 | this.viewContextMenuStrip.Name = "viewContextMenuStrip";
|
---|
| 87 | this.viewContextMenuStrip.Size = new System.Drawing.Size(61, 4);
|
---|
| 88 | this.viewContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.viewContextMenuStrip_ItemClicked);
|
---|
| 89 | //
|
---|
[6342] | 90 | // configurationLabel
|
---|
| 91 | //
|
---|
| 92 | this.configurationLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 93 | this.configurationLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.EditInformation;
|
---|
| 94 | this.configurationLabel.Location = new System.Drawing.Point(211, 22);
|
---|
| 95 | this.configurationLabel.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
|
---|
| 96 | this.configurationLabel.Name = "configurationLabel";
|
---|
| 97 | this.configurationLabel.Size = new System.Drawing.Size(16, 16);
|
---|
[7244] | 98 | this.configurationLabel.TabIndex = 1;
|
---|
| 99 | this.toolTip.SetToolTip(this.configurationLabel, "Double-click to open view configuration.");
|
---|
[6342] | 100 | this.configurationLabel.Visible = false;
|
---|
[7244] | 101 | this.configurationLabel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.configurationLabel_DoubleClick);
|
---|
[6342] | 102 | //
|
---|
[9920] | 103 | // helpLabel
|
---|
| 104 | //
|
---|
| 105 | this.helpLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 106 | this.helpLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Help;
|
---|
| 107 | this.helpLabel.Location = new System.Drawing.Point(211, 44);
|
---|
| 108 | this.helpLabel.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
|
---|
| 109 | this.helpLabel.Name = "helpLabel";
|
---|
| 110 | this.helpLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 111 | this.helpLabel.TabIndex = 3;
|
---|
| 112 | this.toolTip.SetToolTip(this.helpLabel, "Double-click to open help.");
|
---|
| 113 | this.helpLabel.Visible = false;
|
---|
| 114 | this.helpLabel.DoubleClick += new System.EventHandler(this.helpLabel_DoubleClick);
|
---|
| 115 | //
|
---|
[3437] | 116 | // ViewHost
|
---|
| 117 | //
|
---|
| 118 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 119 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[9920] | 120 | this.Controls.Add(this.helpLabel);
|
---|
[3437] | 121 | this.Controls.Add(this.viewsLabel);
|
---|
[6342] | 122 | this.Controls.Add(this.configurationLabel);
|
---|
[3437] | 123 | this.Controls.Add(this.messageLabel);
|
---|
| 124 | this.Name = "ViewHost";
|
---|
| 125 | this.Size = new System.Drawing.Size(227, 184);
|
---|
| 126 | this.ResumeLayout(false);
|
---|
[4453] | 127 |
|
---|
[3437] | 128 | }
|
---|
[7244] | 129 | #endregion
|
---|
[3437] | 130 |
|
---|
[13014] | 131 | protected System.Windows.Forms.Label viewsLabel;
|
---|
[3437] | 132 | private System.Windows.Forms.Label messageLabel;
|
---|
| 133 | private System.Windows.Forms.ToolTip toolTip;
|
---|
| 134 | private HeuristicLab.MainForm.WindowsForms.ViewContextMenuStrip viewContextMenuStrip;
|
---|
[6342] | 135 | private System.Windows.Forms.Label configurationLabel;
|
---|
[9920] | 136 | private System.Windows.Forms.Label helpLabel;
|
---|
[3437] | 137 |
|
---|
| 138 | }
|
---|
| 139 | }
|
---|