[3442] | 1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
[3373] | 2 | partial class DataAnalysisProblemDataView {
|
---|
[3294] | 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) {
|
---|
[3442] | 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
[3294] | 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() {
|
---|
[3442] | 26 | this.variableCollectionView = new HeuristicLab.Core.Views.VariableCollectionView();
|
---|
[3294] | 27 | this.importButton = new System.Windows.Forms.Button();
|
---|
| 28 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 29 | this.SuspendLayout();
|
---|
| 30 | //
|
---|
| 31 | // nameTextBox
|
---|
| 32 | //
|
---|
| 33 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 34 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 35 | //
|
---|
[3442] | 36 | // variableCollectionView
|
---|
[3294] | 37 | //
|
---|
[3442] | 38 | this.variableCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 39 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 40 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 41 | this.variableCollectionView.Caption = "VariableCollection";
|
---|
| 42 | this.variableCollectionView.Content = null;
|
---|
| 43 | this.variableCollectionView.Location = new System.Drawing.Point(0, 52);
|
---|
| 44 | this.variableCollectionView.Name = "variableCollectionView";
|
---|
| 45 | this.variableCollectionView.ReadOnly = false;
|
---|
| 46 | this.variableCollectionView.Size = new System.Drawing.Size(588, 366);
|
---|
| 47 | this.variableCollectionView.TabIndex = 0;
|
---|
[3294] | 48 | //
|
---|
| 49 | // importButton
|
---|
| 50 | //
|
---|
| 51 | this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 52 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3442] | 53 | this.importButton.Location = new System.Drawing.Point(6, 424);
|
---|
[3294] | 54 | this.importButton.Name = "importButton";
|
---|
[3442] | 55 | this.importButton.Size = new System.Drawing.Size(579, 23);
|
---|
| 56 | this.importButton.TabIndex = 4;
|
---|
| 57 | this.importButton.Text = "Import from CSV file";
|
---|
[3294] | 58 | this.importButton.UseVisualStyleBackColor = true;
|
---|
| 59 | this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
---|
| 60 | //
|
---|
[3442] | 61 | // ProblemDataView
|
---|
[3294] | 62 | //
|
---|
| 63 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 64 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3442] | 65 | this.Controls.Add(this.variableCollectionView);
|
---|
[3294] | 66 | this.Controls.Add(this.importButton);
|
---|
[3442] | 67 | this.Name = "ProblemDataView";
|
---|
| 68 | this.Size = new System.Drawing.Size(588, 450);
|
---|
[3294] | 69 | this.Controls.SetChildIndex(this.importButton, 0);
|
---|
[3442] | 70 | this.Controls.SetChildIndex(this.variableCollectionView, 0);
|
---|
[3294] | 71 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 72 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 73 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 74 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 75 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 76 | this.ResumeLayout(false);
|
---|
| 77 | this.PerformLayout();
|
---|
| 78 |
|
---|
| 79 | }
|
---|
| 80 |
|
---|
| 81 | #endregion
|
---|
| 82 |
|
---|
[3442] | 83 | private HeuristicLab.Core.Views.VariableCollectionView variableCollectionView;
|
---|
[3294] | 84 | private System.Windows.Forms.Button importButton;
|
---|
| 85 | }
|
---|
| 86 | }
|
---|