[4311] | 1 | namespace HeuristicLab.OKB.AlgorithmHost {
|
---|
| 2 | partial class AlgorithmContainerView {
|
---|
| 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) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Windows Form 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() {
|
---|
| 26 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmContainerView));
|
---|
| 27 | this.resultMappingPage = new System.Windows.Forms.TabPage();
|
---|
| 28 | this.resultMappingView = new HeuristicLab.OKB.AlgorithmHost.MappingView();
|
---|
| 29 | this.stripButton = new System.Windows.Forms.Button();
|
---|
| 30 | this.tabControl.SuspendLayout();
|
---|
| 31 | this.resultMappingPage.SuspendLayout();
|
---|
| 32 | this.SuspendLayout();
|
---|
| 33 | //
|
---|
| 34 | // tabControl
|
---|
| 35 | //
|
---|
| 36 | this.tabControl.Controls.Add(this.resultMappingPage);
|
---|
| 37 | this.tabControl.Controls.SetChildIndex(this.resultMappingPage, 0);
|
---|
| 38 | //
|
---|
| 39 | // openItemButton
|
---|
| 40 | //
|
---|
| 41 | this.toolTip.SetToolTip(this.openItemButton, "Open Item");
|
---|
| 42 | //
|
---|
| 43 | // progressBar
|
---|
| 44 | //
|
---|
| 45 | this.progressBar.Location = new System.Drawing.Point(63, 229);
|
---|
| 46 | this.progressBar.Size = new System.Drawing.Size(338, 24);
|
---|
| 47 | //
|
---|
| 48 | // refreshButton
|
---|
| 49 | //
|
---|
| 50 | this.refreshButton.Location = new System.Drawing.Point(33, 229);
|
---|
| 51 | //
|
---|
| 52 | // resultMappingPage
|
---|
| 53 | //
|
---|
| 54 | this.resultMappingPage.Controls.Add(this.resultMappingView);
|
---|
| 55 | this.resultMappingPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 56 | this.resultMappingPage.Name = "resultMappingPage";
|
---|
| 57 | this.resultMappingPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 58 | this.resultMappingPage.Size = new System.Drawing.Size(396, 197);
|
---|
| 59 | this.resultMappingPage.TabIndex = 2;
|
---|
| 60 | this.resultMappingPage.Text = "Result Mapping";
|
---|
| 61 | this.resultMappingPage.UseVisualStyleBackColor = true;
|
---|
| 62 | //
|
---|
| 63 | // resultMappingView
|
---|
| 64 | //
|
---|
| 65 | this.resultMappingView.Caption = "Mapping View";
|
---|
| 66 | this.resultMappingView.Content = null;
|
---|
| 67 | this.resultMappingView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 68 | this.resultMappingView.Location = new System.Drawing.Point(3, 3);
|
---|
| 69 | this.resultMappingView.Name = "resultMappingView";
|
---|
| 70 | this.resultMappingView.ReadOnly = false;
|
---|
| 71 | this.resultMappingView.Size = new System.Drawing.Size(390, 191);
|
---|
| 72 | this.resultMappingView.TabIndex = 0;
|
---|
| 73 | //
|
---|
| 74 | // stripButton
|
---|
| 75 | //
|
---|
| 76 | this.stripButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 77 | this.stripButton.Image = ((System.Drawing.Image)(resources.GetObject("stripButton.Image")));
|
---|
| 78 | this.stripButton.Location = new System.Drawing.Point(3, 229);
|
---|
| 79 | this.stripButton.Name = "stripButton";
|
---|
| 80 | this.stripButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 81 | this.stripButton.TabIndex = 3;
|
---|
| 82 | this.toolTip.SetToolTip(this.stripButton, "Strip algorithm for shipping");
|
---|
| 83 | this.stripButton.UseVisualStyleBackColor = true;
|
---|
| 84 | this.stripButton.Click += new System.EventHandler(this.stripButton_Click);
|
---|
| 85 | //
|
---|
| 86 | // AlgorithmContainerView
|
---|
| 87 | //
|
---|
| 88 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 89 | this.Controls.Add(this.stripButton);
|
---|
| 90 | this.Name = "AlgorithmContainerView";
|
---|
| 91 | this.Controls.SetChildIndex(this.refreshButton, 0);
|
---|
| 92 | this.Controls.SetChildIndex(this.stripButton, 0);
|
---|
| 93 | this.Controls.SetChildIndex(this.progressBar, 0);
|
---|
| 94 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 95 | this.tabControl.ResumeLayout(false);
|
---|
| 96 | this.resultMappingPage.ResumeLayout(false);
|
---|
| 97 | this.ResumeLayout(false);
|
---|
| 98 |
|
---|
| 99 | }
|
---|
| 100 |
|
---|
| 101 | #endregion
|
---|
| 102 |
|
---|
| 103 | private System.Windows.Forms.TabPage resultMappingPage;
|
---|
| 104 | private MappingView resultMappingView;
|
---|
| 105 | private System.Windows.Forms.Button stripButton;
|
---|
| 106 | }
|
---|
| 107 | }
|
---|