[591] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 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.Communication.Operators {
|
---|
[584] | 23 | partial class ProtocolInjectorView {
|
---|
| 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 && (components != null)) {
|
---|
| 35 | 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() {
|
---|
| 47 | this.protocolOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 48 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 49 | this.variableInfoTabPage = new System.Windows.Forms.TabPage();
|
---|
| 50 | this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
|
---|
| 51 | this.protocolTabPage = new System.Windows.Forms.TabPage();
|
---|
| 52 | this.protocolEditor = new HeuristicLab.Communication.Data.ProtocolEditor();
|
---|
| 53 | this.loadProtocolButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.dictionaryTabPage = new System.Windows.Forms.TabPage();
|
---|
| 55 | this.tabControl.SuspendLayout();
|
---|
| 56 | this.variableInfoTabPage.SuspendLayout();
|
---|
| 57 | this.protocolTabPage.SuspendLayout();
|
---|
| 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
| 60 | // protocolOpenFileDialog
|
---|
| 61 | //
|
---|
| 62 | this.protocolOpenFileDialog.Filter = "Protocol files|*.hl|All files|*.*";
|
---|
| 63 | //
|
---|
| 64 | // tabControl
|
---|
| 65 | //
|
---|
| 66 | this.tabControl.Controls.Add(this.variableInfoTabPage);
|
---|
| 67 | this.tabControl.Controls.Add(this.protocolTabPage);
|
---|
| 68 | this.tabControl.Controls.Add(this.dictionaryTabPage);
|
---|
| 69 | this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 70 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 71 | this.tabControl.Name = "tabControl";
|
---|
| 72 | this.tabControl.SelectedIndex = 0;
|
---|
| 73 | this.tabControl.Size = new System.Drawing.Size(503, 391);
|
---|
| 74 | this.tabControl.TabIndex = 2;
|
---|
| 75 | //
|
---|
| 76 | // variableInfoTabPage
|
---|
| 77 | //
|
---|
| 78 | this.variableInfoTabPage.Controls.Add(this.operatorBaseVariableInfosView);
|
---|
| 79 | this.variableInfoTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 80 | this.variableInfoTabPage.Name = "variableInfoTabPage";
|
---|
| 81 | this.variableInfoTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 82 | this.variableInfoTabPage.Size = new System.Drawing.Size(495, 365);
|
---|
| 83 | this.variableInfoTabPage.TabIndex = 0;
|
---|
| 84 | this.variableInfoTabPage.Text = "Variable Infos";
|
---|
| 85 | this.variableInfoTabPage.UseVisualStyleBackColor = true;
|
---|
| 86 | //
|
---|
| 87 | // operatorBaseVariableInfosView
|
---|
| 88 | //
|
---|
| 89 | this.operatorBaseVariableInfosView.Caption = "Operator";
|
---|
| 90 | this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 91 | this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
|
---|
| 92 | this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
|
---|
| 93 | this.operatorBaseVariableInfosView.Operator = null;
|
---|
| 94 | this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(489, 359);
|
---|
| 95 | this.operatorBaseVariableInfosView.TabIndex = 1;
|
---|
| 96 | //
|
---|
| 97 | // protocolTabPage
|
---|
| 98 | //
|
---|
| 99 | this.protocolTabPage.Controls.Add(this.protocolEditor);
|
---|
| 100 | this.protocolTabPage.Controls.Add(this.loadProtocolButton);
|
---|
| 101 | this.protocolTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 102 | this.protocolTabPage.Name = "protocolTabPage";
|
---|
| 103 | this.protocolTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 104 | this.protocolTabPage.Size = new System.Drawing.Size(495, 365);
|
---|
| 105 | this.protocolTabPage.TabIndex = 1;
|
---|
| 106 | this.protocolTabPage.Text = "Protocol";
|
---|
| 107 | this.protocolTabPage.UseVisualStyleBackColor = true;
|
---|
| 108 | //
|
---|
| 109 | // protocolEditor
|
---|
| 110 | //
|
---|
| 111 | this.protocolEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 112 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 113 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 114 | this.protocolEditor.Caption = "Editor";
|
---|
| 115 | this.protocolEditor.Filename = null;
|
---|
| 116 | this.protocolEditor.Location = new System.Drawing.Point(6, 38);
|
---|
| 117 | this.protocolEditor.Name = "protocolEditor";
|
---|
| 118 | this.protocolEditor.Protocol = null;
|
---|
| 119 | this.protocolEditor.Size = new System.Drawing.Size(483, 321);
|
---|
| 120 | this.protocolEditor.TabIndex = 1;
|
---|
| 121 | //
|
---|
| 122 | // loadProtocolButton
|
---|
| 123 | //
|
---|
| 124 | this.loadProtocolButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 125 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 126 | this.loadProtocolButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 127 | this.loadProtocolButton.Name = "loadProtocolButton";
|
---|
| 128 | this.loadProtocolButton.Size = new System.Drawing.Size(483, 23);
|
---|
| 129 | this.loadProtocolButton.TabIndex = 0;
|
---|
| 130 | this.loadProtocolButton.Text = "Load Protocol";
|
---|
| 131 | this.loadProtocolButton.UseVisualStyleBackColor = true;
|
---|
| 132 | this.loadProtocolButton.Click += new System.EventHandler(this.loadProtocolButton_Click);
|
---|
| 133 | //
|
---|
| 134 | // dictionaryTabPage
|
---|
| 135 | //
|
---|
| 136 | this.dictionaryTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 137 | this.dictionaryTabPage.Name = "dictionaryTabPage";
|
---|
| 138 | this.dictionaryTabPage.Size = new System.Drawing.Size(495, 365);
|
---|
| 139 | this.dictionaryTabPage.TabIndex = 2;
|
---|
| 140 | this.dictionaryTabPage.Text = "Dictionary";
|
---|
| 141 | this.dictionaryTabPage.UseVisualStyleBackColor = true;
|
---|
| 142 | //
|
---|
| 143 | // ProtocolInjectorView
|
---|
| 144 | //
|
---|
| 145 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 146 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 147 | this.Controls.Add(this.tabControl);
|
---|
| 148 | this.Name = "ProtocolInjectorView";
|
---|
| 149 | this.Size = new System.Drawing.Size(503, 391);
|
---|
| 150 | this.tabControl.ResumeLayout(false);
|
---|
| 151 | this.variableInfoTabPage.ResumeLayout(false);
|
---|
| 152 | this.protocolTabPage.ResumeLayout(false);
|
---|
| 153 | this.ResumeLayout(false);
|
---|
| 154 |
|
---|
| 155 | }
|
---|
| 156 |
|
---|
| 157 | #endregion
|
---|
| 158 |
|
---|
| 159 | private System.Windows.Forms.Button loadProtocolButton;
|
---|
| 160 | private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
|
---|
| 161 | private System.Windows.Forms.OpenFileDialog protocolOpenFileDialog;
|
---|
| 162 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 163 | private System.Windows.Forms.TabPage variableInfoTabPage;
|
---|
| 164 | private System.Windows.Forms.TabPage protocolTabPage;
|
---|
| 165 | private HeuristicLab.Communication.Data.ProtocolEditor protocolEditor;
|
---|
| 166 | private System.Windows.Forms.TabPage dictionaryTabPage;
|
---|
| 167 | private HeuristicLab.Data.ItemDictionaryView<HeuristicLab.Data.StringData, HeuristicLab.Data.StringData> itemDictionaryView;
|
---|
| 168 | }
|
---|
| 169 | }
|
---|