[6169] | 1 | namespace HeuristicLab.Problems.ExternalEvaluation.Views {
|
---|
[6140] | 2 | partial class EvaluationCacheView {
|
---|
[6169] | 3 | /// <summary>
|
---|
[6140] | 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
[6169] | 8 | /// <summary>
|
---|
[6140] | 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) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
[6169] | 19 | #region Component Designer generated code
|
---|
[6140] | 20 |
|
---|
[6169] | 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
[6140] | 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
[6169] | 26 | this.hits_sizeLabel = new System.Windows.Forms.Label();
|
---|
| 27 | this.hits_sizeTextBox = new System.Windows.Forms.TextBox();
|
---|
[6140] | 28 | this.clearButton = new System.Windows.Forms.Button();
|
---|
[6265] | 29 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
---|
| 30 | this.saveButton = new System.Windows.Forms.Button();
|
---|
[6140] | 31 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 32 | this.SuspendLayout();
|
---|
| 33 | //
|
---|
[6169] | 34 | // parameterCollectionView
|
---|
| 35 | //
|
---|
| 36 | this.parameterCollectionView.Location = new System.Drawing.Point(0, 52);
|
---|
| 37 | this.parameterCollectionView.Size = new System.Drawing.Size(490, 301);
|
---|
| 38 | //
|
---|
[6140] | 39 | // nameTextBox
|
---|
| 40 | //
|
---|
| 41 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 42 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 43 | //
|
---|
[6169] | 44 | // hits_sizeLabel
|
---|
[6140] | 45 | //
|
---|
[6169] | 46 | this.hits_sizeLabel.AutoSize = true;
|
---|
| 47 | this.hits_sizeLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 48 | this.hits_sizeLabel.Name = "hits_sizeLabel";
|
---|
| 49 | this.hits_sizeLabel.Size = new System.Drawing.Size(53, 13);
|
---|
| 50 | this.hits_sizeLabel.TabIndex = 4;
|
---|
| 51 | this.hits_sizeLabel.Text = "Hits/Size:";
|
---|
[6140] | 52 | //
|
---|
[6169] | 53 | // hits_sizeTextBox
|
---|
[6140] | 54 | //
|
---|
[6169] | 55 | this.hits_sizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6140] | 56 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6169] | 57 | this.hits_sizeTextBox.Location = new System.Drawing.Point(59, 26);
|
---|
| 58 | this.hits_sizeTextBox.Name = "hits_sizeTextBox";
|
---|
| 59 | this.hits_sizeTextBox.ReadOnly = true;
|
---|
[6265] | 60 | this.hits_sizeTextBox.Size = new System.Drawing.Size(319, 20);
|
---|
[6169] | 61 | this.hits_sizeTextBox.TabIndex = 5;
|
---|
[6140] | 62 | //
|
---|
| 63 | // clearButton
|
---|
| 64 | //
|
---|
| 65 | this.clearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6169] | 66 | this.clearButton.Location = new System.Drawing.Point(444, 24);
|
---|
[6140] | 67 | this.clearButton.Name = "clearButton";
|
---|
[6169] | 68 | this.clearButton.Size = new System.Drawing.Size(43, 23);
|
---|
| 69 | this.clearButton.TabIndex = 6;
|
---|
[6140] | 70 | this.clearButton.Text = "Clear";
|
---|
[6169] | 71 | this.toolTip.SetToolTip(this.clearButton, "Clear");
|
---|
[6140] | 72 | this.clearButton.UseVisualStyleBackColor = true;
|
---|
| 73 | this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
|
---|
| 74 | //
|
---|
[6265] | 75 | // saveFileDialog
|
---|
| 76 | //
|
---|
| 77 | this.saveFileDialog.DefaultExt = "csv";
|
---|
| 78 | this.saveFileDialog.Filter = "CSV Files|*.csv|All Files|*.*";
|
---|
| 79 | this.saveFileDialog.RestoreDirectory = true;
|
---|
| 80 | this.saveFileDialog.Title = "Save Cache";
|
---|
| 81 | //
|
---|
| 82 | // saveButton
|
---|
| 83 | //
|
---|
| 84 | this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 85 | this.saveButton.Location = new System.Drawing.Point(384, 23);
|
---|
| 86 | this.saveButton.Name = "saveButton";
|
---|
| 87 | this.saveButton.Size = new System.Drawing.Size(54, 23);
|
---|
| 88 | this.saveButton.TabIndex = 8;
|
---|
| 89 | this.saveButton.Text = "Save...";
|
---|
| 90 | this.saveButton.UseVisualStyleBackColor = true;
|
---|
| 91 | this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
|
---|
| 92 | //
|
---|
[6140] | 93 | // EvaluationCacheView
|
---|
| 94 | //
|
---|
| 95 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[6169] | 96 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 97 | this.Controls.Add(this.hits_sizeTextBox);
|
---|
| 98 | this.Controls.Add(this.hits_sizeLabel);
|
---|
[6140] | 99 | this.Controls.Add(this.clearButton);
|
---|
[6265] | 100 | this.Controls.Add(this.saveButton);
|
---|
[6140] | 101 | this.Name = "EvaluationCacheView";
|
---|
[6265] | 102 | this.Controls.SetChildIndex(this.saveButton, 0);
|
---|
[6140] | 103 | this.Controls.SetChildIndex(this.clearButton, 0);
|
---|
[6169] | 104 | this.Controls.SetChildIndex(this.hits_sizeLabel, 0);
|
---|
| 105 | this.Controls.SetChildIndex(this.hits_sizeTextBox, 0);
|
---|
| 106 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 107 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[6140] | 108 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[6169] | 109 | this.Controls.SetChildIndex(this.parameterCollectionView, 0);
|
---|
[6140] | 110 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 111 | this.ResumeLayout(false);
|
---|
| 112 | this.PerformLayout();
|
---|
| 113 |
|
---|
| 114 | }
|
---|
| 115 |
|
---|
| 116 | #endregion
|
---|
| 117 |
|
---|
[6169] | 118 | private System.Windows.Forms.Label hits_sizeLabel;
|
---|
| 119 | private System.Windows.Forms.TextBox hits_sizeTextBox;
|
---|
[6140] | 120 | private System.Windows.Forms.Button clearButton;
|
---|
[6265] | 121 | private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
| 122 | private System.Windows.Forms.Button saveButton;
|
---|
[6140] | 123 | }
|
---|
| 124 | }
|
---|