[2669] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11594] | 3 | * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2669] | 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.Data.Views {
|
---|
[3048] | 23 | partial class StringConvertibleMatrixView {
|
---|
[2669] | 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() {
|
---|
[2676] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[2677] | 48 | this.rowsLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.rowsTextBox = new System.Windows.Forms.TextBox();
|
---|
[2669] | 50 | this.dataGridView = new System.Windows.Forms.DataGridView();
|
---|
[2676] | 51 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[2677] | 52 | this.columnsTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.columnsLabel = new System.Windows.Forms.Label();
|
---|
[3316] | 54 | this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 55 | this.ShowHideColumns = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[4779] | 56 | this.statisticsTextBox = new System.Windows.Forms.TextBox();
|
---|
[2669] | 57 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
---|
[2676] | 58 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[3316] | 59 | this.contextMenu.SuspendLayout();
|
---|
[2669] | 60 | this.SuspendLayout();
|
---|
| 61 | //
|
---|
[2677] | 62 | // rowsLabel
|
---|
[2669] | 63 | //
|
---|
[2677] | 64 | this.rowsLabel.AutoSize = true;
|
---|
| 65 | this.rowsLabel.Location = new System.Drawing.Point(3, 3);
|
---|
| 66 | this.rowsLabel.Name = "rowsLabel";
|
---|
| 67 | this.rowsLabel.Size = new System.Drawing.Size(37, 13);
|
---|
| 68 | this.rowsLabel.TabIndex = 0;
|
---|
| 69 | this.rowsLabel.Text = "&Rows:";
|
---|
[2669] | 70 | //
|
---|
[2677] | 71 | // rowsTextBox
|
---|
[2669] | 72 | //
|
---|
[2677] | 73 | this.rowsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[2669] | 74 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2677] | 75 | this.rowsTextBox.Location = new System.Drawing.Point(69, 0);
|
---|
| 76 | this.rowsTextBox.Name = "rowsTextBox";
|
---|
| 77 | this.rowsTextBox.Size = new System.Drawing.Size(355, 20);
|
---|
| 78 | this.rowsTextBox.TabIndex = 1;
|
---|
| 79 | this.rowsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rowsTextBox_KeyDown);
|
---|
| 80 | this.rowsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.rowsTextBox_Validating);
|
---|
[4178] | 81 | this.rowsTextBox.Validated += new System.EventHandler(this.rowsTextBox_Validated);
|
---|
[2669] | 82 | //
|
---|
| 83 | // dataGridView
|
---|
| 84 | //
|
---|
| 85 | this.dataGridView.AllowUserToAddRows = false;
|
---|
| 86 | this.dataGridView.AllowUserToDeleteRows = false;
|
---|
[3346] | 87 | this.dataGridView.AllowUserToOrderColumns = true;
|
---|
[2669] | 88 | this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 89 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 90 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4178] | 91 | this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
|
---|
[4850] | 92 | this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
---|
[2677] | 93 | this.dataGridView.Location = new System.Drawing.Point(0, 52);
|
---|
[2669] | 94 | this.dataGridView.Name = "dataGridView";
|
---|
[3333] | 95 | this.dataGridView.RowHeadersWidth = 160;
|
---|
[4779] | 96 | this.dataGridView.Size = new System.Drawing.Size(424, 330);
|
---|
[2677] | 97 | this.dataGridView.TabIndex = 4;
|
---|
[3312] | 98 | this.dataGridView.VirtualMode = true;
|
---|
[4178] | 99 | this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
|
---|
[2676] | 100 | this.dataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dataGridView_CellParsing);
|
---|
[2669] | 101 | this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
|
---|
[4178] | 102 | this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
|
---|
| 103 | this.dataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_ColumnHeaderMouseClick);
|
---|
| 104 | this.dataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView_Scroll);
|
---|
[4709] | 105 | this.dataGridView.SelectionChanged += new System.EventHandler(this.dataGridView_SelectionChanged);
|
---|
[3643] | 106 | this.dataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_KeyDown);
|
---|
[4709] | 107 | this.dataGridView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView_MouseClick);
|
---|
[3312] | 108 | this.dataGridView.Resize += new System.EventHandler(this.dataGridView_Resize);
|
---|
[2669] | 109 | //
|
---|
[2676] | 110 | // errorProvider
|
---|
| 111 | //
|
---|
| 112 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 113 | this.errorProvider.ContainerControl = this;
|
---|
| 114 | //
|
---|
[2677] | 115 | // columnsTextBox
|
---|
[2669] | 116 | //
|
---|
[2677] | 117 | this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 118 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 119 | this.columnsTextBox.Location = new System.Drawing.Point(69, 26);
|
---|
| 120 | this.columnsTextBox.Name = "columnsTextBox";
|
---|
| 121 | this.columnsTextBox.Size = new System.Drawing.Size(355, 20);
|
---|
| 122 | this.columnsTextBox.TabIndex = 3;
|
---|
| 123 | this.columnsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.columnsTextBox_KeyDown);
|
---|
| 124 | this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
|
---|
[4178] | 125 | this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
|
---|
[2677] | 126 | //
|
---|
| 127 | // columnsLabel
|
---|
| 128 | //
|
---|
| 129 | this.columnsLabel.AutoSize = true;
|
---|
| 130 | this.columnsLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 131 | this.columnsLabel.Name = "columnsLabel";
|
---|
| 132 | this.columnsLabel.Size = new System.Drawing.Size(50, 13);
|
---|
| 133 | this.columnsLabel.TabIndex = 2;
|
---|
| 134 | this.columnsLabel.Text = "&Columns:";
|
---|
| 135 | //
|
---|
[3316] | 136 | // contextMenu
|
---|
| 137 | //
|
---|
| 138 | this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 139 | this.ShowHideColumns});
|
---|
| 140 | this.contextMenu.Name = "contextMenu";
|
---|
| 141 | this.contextMenu.Size = new System.Drawing.Size(191, 26);
|
---|
| 142 | //
|
---|
| 143 | // ShowHideColumns
|
---|
| 144 | //
|
---|
| 145 | this.ShowHideColumns.Name = "ShowHideColumns";
|
---|
| 146 | this.ShowHideColumns.Size = new System.Drawing.Size(190, 22);
|
---|
| 147 | this.ShowHideColumns.Text = "Show / Hide Columns";
|
---|
| 148 | this.ShowHideColumns.Click += new System.EventHandler(this.ShowHideColumns_Click);
|
---|
| 149 | //
|
---|
[4779] | 150 | // statisticsTextBox
|
---|
[4709] | 151 | //
|
---|
[4779] | 152 | this.statisticsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 153 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 154 | this.statisticsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
| 155 | this.statisticsTextBox.Location = new System.Drawing.Point(3, 388);
|
---|
| 156 | this.statisticsTextBox.Name = "statisticsTextBox";
|
---|
| 157 | this.statisticsTextBox.Size = new System.Drawing.Size(418, 13);
|
---|
| 158 | this.statisticsTextBox.TabIndex = 5;
|
---|
| 159 | this.statisticsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
---|
[4709] | 160 | //
|
---|
[3048] | 161 | // StringConvertibleMatrixView
|
---|
[2677] | 162 | //
|
---|
[2669] | 163 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 164 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4779] | 165 | this.Controls.Add(this.columnsTextBox);
|
---|
[2669] | 166 | this.Controls.Add(this.dataGridView);
|
---|
[2677] | 167 | this.Controls.Add(this.rowsTextBox);
|
---|
| 168 | this.Controls.Add(this.columnsLabel);
|
---|
| 169 | this.Controls.Add(this.rowsLabel);
|
---|
[4779] | 170 | this.Controls.Add(this.statisticsTextBox);
|
---|
[3048] | 171 | this.Name = "StringConvertibleMatrixView";
|
---|
[2669] | 172 | this.Size = new System.Drawing.Size(424, 404);
|
---|
| 173 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
---|
[2676] | 174 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[3316] | 175 | this.contextMenu.ResumeLayout(false);
|
---|
[2669] | 176 | this.ResumeLayout(false);
|
---|
| 177 | this.PerformLayout();
|
---|
| 178 |
|
---|
| 179 | }
|
---|
| 180 | #endregion
|
---|
| 181 |
|
---|
[3632] | 182 | protected System.Windows.Forms.Label rowsLabel;
|
---|
| 183 | protected System.Windows.Forms.TextBox rowsTextBox;
|
---|
| 184 | protected System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 185 | protected System.Windows.Forms.TextBox columnsTextBox;
|
---|
| 186 | protected System.Windows.Forms.Label columnsLabel;
|
---|
| 187 | protected System.Windows.Forms.ContextMenuStrip contextMenu;
|
---|
| 188 | protected System.Windows.Forms.ToolStripMenuItem ShowHideColumns;
|
---|
[3333] | 189 | protected System.Windows.Forms.DataGridView dataGridView;
|
---|
[4779] | 190 | protected System.Windows.Forms.TextBox statisticsTextBox;
|
---|
[2669] | 191 |
|
---|
| 192 | }
|
---|
| 193 | }
|
---|