Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.1/sources/HeuristicLab.Communication.Operators/ProtocolInjectorView.Designer.cs @ 583

Last change on this file since 583 was 583, checked in by abeham, 17 years ago

Adding communication framework to branch 3.1 (ticket #278)

File size: 7.0 KB
Line 
1namespace HeuristicLab.Communication.Operators {
2  partial class ProtocolInjectorView {
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 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() {
26      this.protocolOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
27      this.tabControl = new System.Windows.Forms.TabControl();
28      this.variableInfoTabPage = new System.Windows.Forms.TabPage();
29      this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
30      this.protocolTabPage = new System.Windows.Forms.TabPage();
31      this.protocolEditor = new HeuristicLab.Communication.Data.ProtocolEditor();
32      this.loadProtocolButton = new System.Windows.Forms.Button();
33      this.dictionaryTabPage = new System.Windows.Forms.TabPage();
34      this.tabControl.SuspendLayout();
35      this.variableInfoTabPage.SuspendLayout();
36      this.protocolTabPage.SuspendLayout();
37      this.SuspendLayout();
38      //
39      // protocolOpenFileDialog
40      //
41      this.protocolOpenFileDialog.Filter = "Protocol files|*.hl|All files|*.*";
42      //
43      // tabControl
44      //
45      this.tabControl.Controls.Add(this.variableInfoTabPage);
46      this.tabControl.Controls.Add(this.protocolTabPage);
47      this.tabControl.Controls.Add(this.dictionaryTabPage);
48      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
49      this.tabControl.Location = new System.Drawing.Point(0, 0);
50      this.tabControl.Name = "tabControl";
51      this.tabControl.SelectedIndex = 0;
52      this.tabControl.Size = new System.Drawing.Size(503, 391);
53      this.tabControl.TabIndex = 2;
54      //
55      // variableInfoTabPage
56      //
57      this.variableInfoTabPage.Controls.Add(this.operatorBaseVariableInfosView);
58      this.variableInfoTabPage.Location = new System.Drawing.Point(4, 22);
59      this.variableInfoTabPage.Name = "variableInfoTabPage";
60      this.variableInfoTabPage.Padding = new System.Windows.Forms.Padding(3);
61      this.variableInfoTabPage.Size = new System.Drawing.Size(495, 365);
62      this.variableInfoTabPage.TabIndex = 0;
63      this.variableInfoTabPage.Text = "Variable Infos";
64      this.variableInfoTabPage.UseVisualStyleBackColor = true;
65      //
66      // operatorBaseVariableInfosView
67      //
68      this.operatorBaseVariableInfosView.Caption = "Operator";
69      this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
70      this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
71      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
72      this.operatorBaseVariableInfosView.Operator = null;
73      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(489, 359);
74      this.operatorBaseVariableInfosView.TabIndex = 1;
75      //
76      // protocolTabPage
77      //
78      this.protocolTabPage.Controls.Add(this.protocolEditor);
79      this.protocolTabPage.Controls.Add(this.loadProtocolButton);
80      this.protocolTabPage.Location = new System.Drawing.Point(4, 22);
81      this.protocolTabPage.Name = "protocolTabPage";
82      this.protocolTabPage.Padding = new System.Windows.Forms.Padding(3);
83      this.protocolTabPage.Size = new System.Drawing.Size(495, 365);
84      this.protocolTabPage.TabIndex = 1;
85      this.protocolTabPage.Text = "Protocol";
86      this.protocolTabPage.UseVisualStyleBackColor = true;
87      //
88      // protocolEditor
89      //
90      this.protocolEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
91                  | System.Windows.Forms.AnchorStyles.Left)
92                  | System.Windows.Forms.AnchorStyles.Right)));
93      this.protocolEditor.Caption = "Editor";
94      this.protocolEditor.Filename = null;
95      this.protocolEditor.Location = new System.Drawing.Point(6, 38);
96      this.protocolEditor.Name = "protocolEditor";
97      this.protocolEditor.Protocol = null;
98      this.protocolEditor.Size = new System.Drawing.Size(483, 321);
99      this.protocolEditor.TabIndex = 1;
100      //
101      // loadProtocolButton
102      //
103      this.loadProtocolButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
104                  | System.Windows.Forms.AnchorStyles.Right)));
105      this.loadProtocolButton.Location = new System.Drawing.Point(6, 6);
106      this.loadProtocolButton.Name = "loadProtocolButton";
107      this.loadProtocolButton.Size = new System.Drawing.Size(483, 23);
108      this.loadProtocolButton.TabIndex = 0;
109      this.loadProtocolButton.Text = "Load Protocol";
110      this.loadProtocolButton.UseVisualStyleBackColor = true;
111      this.loadProtocolButton.Click += new System.EventHandler(this.loadProtocolButton_Click);
112      //
113      // dictionaryTabPage
114      //
115      this.dictionaryTabPage.Location = new System.Drawing.Point(4, 22);
116      this.dictionaryTabPage.Name = "dictionaryTabPage";
117      this.dictionaryTabPage.Size = new System.Drawing.Size(495, 365);
118      this.dictionaryTabPage.TabIndex = 2;
119      this.dictionaryTabPage.Text = "Dictionary";
120      this.dictionaryTabPage.UseVisualStyleBackColor = true;
121      //
122      // ProtocolInjectorView
123      //
124      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
125      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
126      this.Controls.Add(this.tabControl);
127      this.Name = "ProtocolInjectorView";
128      this.Size = new System.Drawing.Size(503, 391);
129      this.tabControl.ResumeLayout(false);
130      this.variableInfoTabPage.ResumeLayout(false);
131      this.protocolTabPage.ResumeLayout(false);
132      this.ResumeLayout(false);
133
134    }
135
136    #endregion
137
138    private System.Windows.Forms.Button loadProtocolButton;
139    private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
140    private System.Windows.Forms.OpenFileDialog protocolOpenFileDialog;
141    private System.Windows.Forms.TabControl tabControl;
142    private System.Windows.Forms.TabPage variableInfoTabPage;
143    private System.Windows.Forms.TabPage protocolTabPage;
144    private HeuristicLab.Communication.Data.ProtocolEditor protocolEditor;
145    private System.Windows.Forms.TabPage dictionaryTabPage;
146    private HeuristicLab.Data.ItemDictionaryView<HeuristicLab.Data.StringData, HeuristicLab.Data.StringData> itemDictionaryView;
147  }
148}
Note: See TracBrowser for help on using the repository browser.