Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/12 18:02:33 (12 years ago)
Author:
gkronber
Message:

#1847: merged trunk changes r7800:HEAD into gp move operators branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs

    r7259 r8085  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
     48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateExperimentDialog));
    4849      this.okButton = new System.Windows.Forms.Button();
    4950      this.cancelButton = new System.Windows.Forms.Button();
     
    5354      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
    5455      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     56      this.experimentCreationBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     57      this.instanceDiscoveryProgressBar = new System.Windows.Forms.ProgressBar();
     58      this.instanceDiscoveryProgressLabel = new System.Windows.Forms.Label();
     59      this.selectAllCheckBox = new System.Windows.Forms.CheckBox();
     60      this.selectNoneCheckBox = new System.Windows.Forms.CheckBox();
     61      this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     62      this.tabControl = new System.Windows.Forms.TabControl();
     63      this.parametersTabPage = new System.Windows.Forms.TabPage();
     64      this.parametersSplitContainer = new System.Windows.Forms.SplitContainer();
     65      this.parametersListView = new System.Windows.Forms.ListView();
     66      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     67      this.generateButton = new System.Windows.Forms.Button();
     68      this.stringConvertibleArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
     69      this.detailsTypeLabel = new System.Windows.Forms.Label();
     70      this.choicesListView = new System.Windows.Forms.ListView();
     71      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     72      this.instancesTabPage = new System.Windows.Forms.TabPage();
     73      this.label1 = new System.Windows.Forms.Label();
     74      this.instancesTreeView = new System.Windows.Forms.TreeView();
     75      this.experimentsToCreateDescriptionLabel = new System.Windows.Forms.Label();
     76      this.variationsLabel = new System.Windows.Forms.Label();
     77      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     78      this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
     79      this.experimentCreationProgressBar = new System.Windows.Forms.ProgressBar();
    5580      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
     81      this.tabControl.SuspendLayout();
     82      this.parametersTabPage.SuspendLayout();
     83      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).BeginInit();
     84      this.parametersSplitContainer.Panel1.SuspendLayout();
     85      this.parametersSplitContainer.Panel2.SuspendLayout();
     86      this.parametersSplitContainer.SuspendLayout();
     87      this.instancesTabPage.SuspendLayout();
     88      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     89      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit();
    5690      this.SuspendLayout();
    5791      //
     
    6195      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    6296      this.okButton.Enabled = false;
    63       this.okButton.Location = new System.Drawing.Point(113, 58);
     97      this.okButton.Location = new System.Drawing.Point(246, 377);
    6498      this.okButton.Name = "okButton";
    6599      this.okButton.Size = new System.Drawing.Size(75, 23);
    66       this.okButton.TabIndex = 4;
     100      this.okButton.TabIndex = 7;
    67101      this.okButton.Text = "&OK";
    68102      this.okButton.UseVisualStyleBackColor = true;
     
    73107      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    74108      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    75       this.cancelButton.Location = new System.Drawing.Point(194, 58);
     109      this.cancelButton.Location = new System.Drawing.Point(327, 377);
    76110      this.cancelButton.Name = "cancelButton";
    77111      this.cancelButton.Size = new System.Drawing.Size(75, 23);
    78       this.cancelButton.TabIndex = 5;
     112      this.cancelButton.TabIndex = 8;
    79113      this.cancelButton.Text = "&Cancel";
    80114      this.cancelButton.UseVisualStyleBackColor = true;
     
    105139      //
    106140      this.repetitionsLabel.AutoSize = true;
    107       this.repetitionsLabel.Location = new System.Drawing.Point(12, 30);
     141      this.repetitionsLabel.Location = new System.Drawing.Point(12, 31);
    108142      this.repetitionsLabel.Name = "repetitionsLabel";
    109143      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
     
    127161            0});
    128162      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
    129       this.repetitionsNumericUpDown.Size = new System.Drawing.Size(156, 20);
     163      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(289, 20);
    130164      this.repetitionsNumericUpDown.TabIndex = 3;
    131165      this.repetitionsNumericUpDown.ThousandsSeparator = true;
     
    138172      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
    139173      //
     174      // experimentCreationBackgroundWorker
     175      //
     176      this.experimentCreationBackgroundWorker.WorkerReportsProgress = true;
     177      this.experimentCreationBackgroundWorker.WorkerSupportsCancellation = true;
     178      this.experimentCreationBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.experimentCreationBackgroundWorker_DoWork);
     179      this.experimentCreationBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.experimentCreationBackgroundWorker_ProgressChanged);
     180      this.experimentCreationBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.experimentCreationBackgroundWorker_RunWorkerCompleted);
     181      //
     182      // instanceDiscoveryProgressBar
     183      //
     184      this.instanceDiscoveryProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     185      this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 132);
     186      this.instanceDiscoveryProgressBar.Name = "instanceDiscoveryProgressBar";
     187      this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(308, 23);
     188      this.instanceDiscoveryProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     189      this.instanceDiscoveryProgressBar.TabIndex = 4;
     190      this.instanceDiscoveryProgressBar.Visible = false;
     191      //
     192      // instanceDiscoveryProgressLabel
     193      //
     194      this.instanceDiscoveryProgressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     195      this.instanceDiscoveryProgressLabel.BackColor = System.Drawing.SystemColors.Control;
     196      this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 158);
     197      this.instanceDiscoveryProgressLabel.Name = "instanceDiscoveryProgressLabel";
     198      this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(308, 23);
     199      this.instanceDiscoveryProgressLabel.TabIndex = 5;
     200      this.instanceDiscoveryProgressLabel.Text = "label1";
     201      this.instanceDiscoveryProgressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     202      this.instanceDiscoveryProgressLabel.Visible = false;
     203      //
     204      // selectAllCheckBox
     205      //
     206      this.selectAllCheckBox.AutoSize = true;
     207      this.selectAllCheckBox.Location = new System.Drawing.Point(52, 12);
     208      this.selectAllCheckBox.Name = "selectAllCheckBox";
     209      this.selectAllCheckBox.Size = new System.Drawing.Size(36, 17);
     210      this.selectAllCheckBox.TabIndex = 1;
     211      this.selectAllCheckBox.Text = "all";
     212      this.selectAllCheckBox.UseVisualStyleBackColor = true;
     213      this.selectAllCheckBox.CheckedChanged += new System.EventHandler(this.selectAllCheckBox_CheckedChanged);
     214      //
     215      // selectNoneCheckBox
     216      //
     217      this.selectNoneCheckBox.AutoSize = true;
     218      this.selectNoneCheckBox.Location = new System.Drawing.Point(94, 12);
     219      this.selectNoneCheckBox.Name = "selectNoneCheckBox";
     220      this.selectNoneCheckBox.Size = new System.Drawing.Size(50, 17);
     221      this.selectNoneCheckBox.TabIndex = 2;
     222      this.selectNoneCheckBox.Text = "none";
     223      this.selectNoneCheckBox.UseVisualStyleBackColor = true;
     224      this.selectNoneCheckBox.CheckedChanged += new System.EventHandler(this.selectNoneCheckBox_CheckedChanged);
     225      //
     226      // instanceDiscoveryBackgroundWorker
     227      //
     228      this.instanceDiscoveryBackgroundWorker.WorkerReportsProgress = true;
     229      this.instanceDiscoveryBackgroundWorker.WorkerSupportsCancellation = true;
     230      this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork);
     231      this.instanceDiscoveryBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.instanceDiscoveryBackgroundWorker_ProgressChanged);
     232      this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
     233      //
     234      // tabControl
     235      //
     236      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     237                  | System.Windows.Forms.AnchorStyles.Left)
     238                  | System.Windows.Forms.AnchorStyles.Right)));
     239      this.tabControl.Controls.Add(this.parametersTabPage);
     240      this.tabControl.Controls.Add(this.instancesTabPage);
     241      this.tabControl.Location = new System.Drawing.Point(15, 54);
     242      this.tabControl.Name = "tabControl";
     243      this.tabControl.SelectedIndex = 0;
     244      this.tabControl.Size = new System.Drawing.Size(387, 317);
     245      this.tabControl.TabIndex = 4;
     246      //
     247      // parametersTabPage
     248      //
     249      this.parametersTabPage.Controls.Add(this.parametersSplitContainer);
     250      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     251      this.parametersTabPage.Name = "parametersTabPage";
     252      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
     253      this.parametersTabPage.Size = new System.Drawing.Size(379, 291);
     254      this.parametersTabPage.TabIndex = 1;
     255      this.parametersTabPage.Text = "Parameter Variations";
     256      this.parametersTabPage.UseVisualStyleBackColor = true;
     257      //
     258      // parametersSplitContainer
     259      //
     260      this.parametersSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     261      this.parametersSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     262      this.parametersSplitContainer.Location = new System.Drawing.Point(3, 3);
     263      this.parametersSplitContainer.Name = "parametersSplitContainer";
     264      //
     265      // parametersSplitContainer.Panel1
     266      //
     267      this.parametersSplitContainer.Panel1.Controls.Add(this.parametersListView);
     268      //
     269      // parametersSplitContainer.Panel2
     270      //
     271      this.parametersSplitContainer.Panel2.Controls.Add(this.generateButton);
     272      this.parametersSplitContainer.Panel2.Controls.Add(this.stringConvertibleArrayView);
     273      this.parametersSplitContainer.Panel2.Controls.Add(this.detailsTypeLabel);
     274      this.parametersSplitContainer.Panel2.Controls.Add(this.choicesListView);
     275      this.parametersSplitContainer.Size = new System.Drawing.Size(373, 285);
     276      this.parametersSplitContainer.SplitterDistance = 155;
     277      this.parametersSplitContainer.TabIndex = 1;
     278      //
     279      // parametersListView
     280      //
     281      this.parametersListView.CheckBoxes = true;
     282      this.parametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     283            this.columnHeader1});
     284      this.parametersListView.Dock = System.Windows.Forms.DockStyle.Fill;
     285      this.parametersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     286      this.parametersListView.Location = new System.Drawing.Point(0, 0);
     287      this.parametersListView.MultiSelect = false;
     288      this.parametersListView.Name = "parametersListView";
     289      this.parametersListView.Size = new System.Drawing.Size(155, 285);
     290      this.parametersListView.TabIndex = 0;
     291      this.parametersListView.UseCompatibleStateImageBehavior = false;
     292      this.parametersListView.View = System.Windows.Forms.View.Details;
     293      this.parametersListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.parametersListView_ItemChecked);
     294      this.parametersListView.SelectedIndexChanged += new System.EventHandler(this.parametersListView_SelectedIndexChanged);
     295      //
     296      // columnHeader1
     297      //
     298      this.columnHeader1.Width = 150;
     299      //
     300      // generateButton
     301      //
     302      this.generateButton.Location = new System.Drawing.Point(16, 10);
     303      this.generateButton.Name = "generateButton";
     304      this.generateButton.Size = new System.Drawing.Size(75, 23);
     305      this.generateButton.TabIndex = 8;
     306      this.generateButton.Text = "Generate...";
     307      this.generateButton.UseVisualStyleBackColor = true;
     308      this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
     309      //
     310      // stringConvertibleArrayView
     311      //
     312      this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     313                  | System.Windows.Forms.AnchorStyles.Left)
     314                  | System.Windows.Forms.AnchorStyles.Right)));
     315      this.stringConvertibleArrayView.Caption = "StringConvertibleArray View";
     316      this.stringConvertibleArrayView.Content = null;
     317      this.stringConvertibleArrayView.Location = new System.Drawing.Point(16, 39);
     318      this.stringConvertibleArrayView.Name = "stringConvertibleArrayView";
     319      this.stringConvertibleArrayView.ReadOnly = false;
     320      this.stringConvertibleArrayView.Size = new System.Drawing.Size(183, 233);
     321      this.stringConvertibleArrayView.TabIndex = 7;
     322      //
     323      // detailsTypeLabel
     324      //
     325      this.detailsTypeLabel.AutoSize = true;
     326      this.detailsTypeLabel.Location = new System.Drawing.Point(13, 15);
     327      this.detailsTypeLabel.Name = "detailsTypeLabel";
     328      this.detailsTypeLabel.Size = new System.Drawing.Size(48, 13);
     329      this.detailsTypeLabel.TabIndex = 0;
     330      this.detailsTypeLabel.Text = "Choices:";
     331      //
     332      // choicesListView
     333      //
     334      this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     335                  | System.Windows.Forms.AnchorStyles.Left)
     336                  | System.Windows.Forms.AnchorStyles.Right)));
     337      this.choicesListView.CheckBoxes = true;
     338      this.choicesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     339            this.columnHeader2});
     340      this.choicesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     341      this.choicesListView.Location = new System.Drawing.Point(16, 34);
     342      this.choicesListView.Name = "choicesListView";
     343      this.choicesListView.Size = new System.Drawing.Size(183, 238);
     344      this.choicesListView.TabIndex = 6;
     345      this.choicesListView.UseCompatibleStateImageBehavior = false;
     346      this.choicesListView.View = System.Windows.Forms.View.Details;
     347      this.choicesListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.choiceListView_ItemChecked);
     348      //
     349      // columnHeader2
     350      //
     351      this.columnHeader2.Width = 150;
     352      //
     353      // instancesTabPage
     354      //
     355      this.instancesTabPage.Controls.Add(this.label1);
     356      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar);
     357      this.instancesTabPage.Controls.Add(this.selectNoneCheckBox);
     358      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressLabel);
     359      this.instancesTabPage.Controls.Add(this.selectAllCheckBox);
     360      this.instancesTabPage.Controls.Add(this.instancesTreeView);
     361      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
     362      this.instancesTabPage.Name = "instancesTabPage";
     363      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
     364      this.instancesTabPage.Size = new System.Drawing.Size(320, 273);
     365      this.instancesTabPage.TabIndex = 0;
     366      this.instancesTabPage.Text = "Problem Instances";
     367      this.instancesTabPage.UseVisualStyleBackColor = true;
     368      //
     369      // label1
     370      //
     371      this.label1.AutoSize = true;
     372      this.label1.Location = new System.Drawing.Point(6, 13);
     373      this.label1.Name = "label1";
     374      this.label1.Size = new System.Drawing.Size(40, 13);
     375      this.label1.TabIndex = 0;
     376      this.label1.Text = "Select:";
     377      //
     378      // instancesTreeView
     379      //
     380      this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     381                  | System.Windows.Forms.AnchorStyles.Left)
     382                  | System.Windows.Forms.AnchorStyles.Right)));
     383      this.instancesTreeView.CheckBoxes = true;
     384      this.instancesTreeView.Location = new System.Drawing.Point(6, 35);
     385      this.instancesTreeView.Name = "instancesTreeView";
     386      this.instancesTreeView.Size = new System.Drawing.Size(308, 232);
     387      this.instancesTreeView.TabIndex = 6;
     388      this.instancesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instancesTreeView_AfterCheck);
     389      //
     390      // experimentsToCreateDescriptionLabel
     391      //
     392      this.experimentsToCreateDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     393      this.experimentsToCreateDescriptionLabel.AutoSize = true;
     394      this.experimentsToCreateDescriptionLabel.Location = new System.Drawing.Point(12, 382);
     395      this.experimentsToCreateDescriptionLabel.Name = "experimentsToCreateDescriptionLabel";
     396      this.experimentsToCreateDescriptionLabel.Size = new System.Drawing.Size(56, 13);
     397      this.experimentsToCreateDescriptionLabel.TabIndex = 5;
     398      this.experimentsToCreateDescriptionLabel.Text = "Variations:";
     399      //
     400      // variationsLabel
     401      //
     402      this.variationsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     403      this.variationsLabel.AutoSize = true;
     404      this.variationsLabel.Location = new System.Drawing.Point(74, 382);
     405      this.variationsLabel.Name = "variationsLabel";
     406      this.variationsLabel.Size = new System.Drawing.Size(13, 13);
     407      this.variationsLabel.TabIndex = 6;
     408      this.variationsLabel.Text = "1";
     409      this.variationsLabel.TextChanged += new System.EventHandler(this.experimentsLabel_TextChanged);
     410      //
     411      // errorProvider
     412      //
     413      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     414      this.errorProvider.ContainerControl = this;
     415      //
     416      // warningProvider
     417      //
     418      this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     419      this.warningProvider.ContainerControl = this;
     420      this.warningProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("warningProvider.Icon")));
     421      //
     422      // experimentCreationProgressBar
     423      //
     424      this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     425                  | System.Windows.Forms.AnchorStyles.Right)));
     426      this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 377);
     427      this.experimentCreationProgressBar.Name = "experimentCreationProgressBar";
     428      this.experimentCreationProgressBar.Size = new System.Drawing.Size(134, 23);
     429      this.experimentCreationProgressBar.TabIndex = 9;
     430      this.experimentCreationProgressBar.Visible = false;
     431      //
    140432      // CreateExperimentDialog
    141433      //
    142434      this.AcceptButton = this.okButton;
    143       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    144       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     435      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    145436      this.CancelButton = this.cancelButton;
    146       this.ClientSize = new System.Drawing.Size(281, 93);
     437      this.ClientSize = new System.Drawing.Size(414, 412);
     438      this.Controls.Add(this.experimentCreationProgressBar);
     439      this.Controls.Add(this.variationsLabel);
     440      this.Controls.Add(this.experimentsToCreateDescriptionLabel);
     441      this.Controls.Add(this.tabControl);
    147442      this.Controls.Add(this.repetitionsNumericUpDown);
    148443      this.Controls.Add(this.repetitionsLabel);
     
    158453      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    159454      this.Text = "Create Experiment";
     455      this.TopMost = true;
     456      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialog_FormClosing);
     457      this.Load += new System.EventHandler(this.CreateExperimentDialog_Load);
    160458      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
     459      this.tabControl.ResumeLayout(false);
     460      this.parametersTabPage.ResumeLayout(false);
     461      this.parametersSplitContainer.Panel1.ResumeLayout(false);
     462      this.parametersSplitContainer.Panel2.ResumeLayout(false);
     463      this.parametersSplitContainer.Panel2.PerformLayout();
     464      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).EndInit();
     465      this.parametersSplitContainer.ResumeLayout(false);
     466      this.instancesTabPage.ResumeLayout(false);
     467      this.instancesTabPage.PerformLayout();
     468      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     469      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit();
    161470      this.ResumeLayout(false);
    162471      this.PerformLayout();
     
    173482    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
    174483    private System.Windows.Forms.ToolTip toolTip;
     484    private System.ComponentModel.BackgroundWorker experimentCreationBackgroundWorker;
     485    private System.Windows.Forms.ProgressBar instanceDiscoveryProgressBar;
     486    private System.Windows.Forms.Label instanceDiscoveryProgressLabel;
     487    private System.Windows.Forms.CheckBox selectAllCheckBox;
     488    private System.Windows.Forms.CheckBox selectNoneCheckBox;
     489    private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
     490    private System.Windows.Forms.TabControl tabControl;
     491    private System.Windows.Forms.TabPage parametersTabPage;
     492    private System.Windows.Forms.TabPage instancesTabPage;
     493    private System.Windows.Forms.SplitContainer parametersSplitContainer;
     494    private System.Windows.Forms.ListView parametersListView;
     495    private System.Windows.Forms.ColumnHeader columnHeader1;
     496    private System.Windows.Forms.Label experimentsToCreateDescriptionLabel;
     497    private System.Windows.Forms.Label variationsLabel;
     498    private System.Windows.Forms.Label detailsTypeLabel;
     499    private System.Windows.Forms.ListView choicesListView;
     500    private System.Windows.Forms.ColumnHeader columnHeader2;
     501    private System.Windows.Forms.Label label1;
     502    private System.Windows.Forms.ErrorProvider errorProvider;
     503    private System.Windows.Forms.ErrorProvider warningProvider;
     504    private System.Windows.Forms.TreeView instancesTreeView;
     505    private Data.Views.StringConvertibleArrayView stringConvertibleArrayView;
     506    private System.Windows.Forms.ProgressBar experimentCreationProgressBar;
     507    private System.Windows.Forms.Button generateButton;
    175508
    176509  }
Note: See TracChangeset for help on using the changeset viewer.