Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.App/JsonInterfaceForm.Designer.cs @ 18203

Last change on this file since 18203 was 17599, checked in by dpiringe, 4 years ago

#3026:

  • added a simple form control for JsonInterface to use it without CLI
File size: 7.9 KB
Line 
1namespace HeuristicLab.JsonInterface.App {
2  partial class JsonInterfaceForm {
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      this.templateTextBox = new System.Windows.Forms.TextBox();
27      this.label1 = new System.Windows.Forms.Label();
28      this.templateOpenButton = new System.Windows.Forms.Button();
29      this.configOpenButton = new System.Windows.Forms.Button();
30      this.configTextBox = new System.Windows.Forms.TextBox();
31      this.label2 = new System.Windows.Forms.Label();
32      this.outputOpenButton = new System.Windows.Forms.Button();
33      this.outputTextBox = new System.Windows.Forms.TextBox();
34      this.label3 = new System.Windows.Forms.Label();
35      this.runButton = new System.Windows.Forms.Button();
36      this.SuspendLayout();
37      //
38      // templateTextBox
39      //
40      this.templateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
41            | System.Windows.Forms.AnchorStyles.Right)));
42      this.templateTextBox.Location = new System.Drawing.Point(69, 12);
43      this.templateTextBox.Name = "templateTextBox";
44      this.templateTextBox.ReadOnly = true;
45      this.templateTextBox.Size = new System.Drawing.Size(303, 20);
46      this.templateTextBox.TabIndex = 14;
47      this.templateTextBox.Text = "Template";
48      //
49      // label1
50      //
51      this.label1.AutoSize = true;
52      this.label1.Location = new System.Drawing.Point(12, 15);
53      this.label1.Name = "label1";
54      this.label1.Size = new System.Drawing.Size(51, 13);
55      this.label1.TabIndex = 13;
56      this.label1.Text = "Template";
57      //
58      // templateOpenButton
59      //
60      this.templateOpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
61      this.templateOpenButton.Location = new System.Drawing.Point(378, 10);
62      this.templateOpenButton.Name = "templateOpenButton";
63      this.templateOpenButton.Size = new System.Drawing.Size(44, 23);
64      this.templateOpenButton.TabIndex = 15;
65      this.templateOpenButton.UseVisualStyleBackColor = true;
66      this.templateOpenButton.Click += new System.EventHandler(this.OpenTemplate);
67      //
68      // configOpenButton
69      //
70      this.configOpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
71      this.configOpenButton.Location = new System.Drawing.Point(378, 36);
72      this.configOpenButton.Name = "configOpenButton";
73      this.configOpenButton.Size = new System.Drawing.Size(44, 23);
74      this.configOpenButton.TabIndex = 18;
75      this.configOpenButton.UseVisualStyleBackColor = true;
76      this.configOpenButton.Click += new System.EventHandler(this.OpenConfig);
77      //
78      // configTextBox
79      //
80      this.configTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
81            | System.Windows.Forms.AnchorStyles.Right)));
82      this.configTextBox.Location = new System.Drawing.Point(69, 38);
83      this.configTextBox.Name = "configTextBox";
84      this.configTextBox.ReadOnly = true;
85      this.configTextBox.Size = new System.Drawing.Size(303, 20);
86      this.configTextBox.TabIndex = 17;
87      this.configTextBox.Text = "Config";
88      //
89      // label2
90      //
91      this.label2.AutoSize = true;
92      this.label2.Location = new System.Drawing.Point(12, 41);
93      this.label2.Name = "label2";
94      this.label2.Size = new System.Drawing.Size(37, 13);
95      this.label2.TabIndex = 16;
96      this.label2.Text = "Config";
97      //
98      // outputOpenButton
99      //
100      this.outputOpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
101      this.outputOpenButton.Location = new System.Drawing.Point(378, 62);
102      this.outputOpenButton.Name = "outputOpenButton";
103      this.outputOpenButton.Size = new System.Drawing.Size(44, 23);
104      this.outputOpenButton.TabIndex = 21;
105      this.outputOpenButton.UseVisualStyleBackColor = true;
106      this.outputOpenButton.Click += new System.EventHandler(this.OpenOutput);
107      //
108      // outputTextBox
109      //
110      this.outputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111            | System.Windows.Forms.AnchorStyles.Right)));
112      this.outputTextBox.Location = new System.Drawing.Point(69, 64);
113      this.outputTextBox.Name = "outputTextBox";
114      this.outputTextBox.ReadOnly = true;
115      this.outputTextBox.Size = new System.Drawing.Size(303, 20);
116      this.outputTextBox.TabIndex = 20;
117      this.outputTextBox.Text = "Output";
118      //
119      // label3
120      //
121      this.label3.AutoSize = true;
122      this.label3.Location = new System.Drawing.Point(12, 67);
123      this.label3.Name = "label3";
124      this.label3.Size = new System.Drawing.Size(39, 13);
125      this.label3.TabIndex = 19;
126      this.label3.Text = "Output";
127      //
128      // runButton
129      //
130      this.runButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.runButton.Location = new System.Drawing.Point(12, 90);
133      this.runButton.Name = "runButton";
134      this.runButton.Size = new System.Drawing.Size(410, 23);
135      this.runButton.TabIndex = 22;
136      this.runButton.Text = "Run";
137      this.runButton.UseVisualStyleBackColor = true;
138      this.runButton.Click += new System.EventHandler(this.Run);
139      //
140      // JsonInterfaceForm
141      //
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144      this.ClientSize = new System.Drawing.Size(434, 121);
145      this.Controls.Add(this.runButton);
146      this.Controls.Add(this.outputOpenButton);
147      this.Controls.Add(this.outputTextBox);
148      this.Controls.Add(this.label3);
149      this.Controls.Add(this.configOpenButton);
150      this.Controls.Add(this.configTextBox);
151      this.Controls.Add(this.label2);
152      this.Controls.Add(this.templateOpenButton);
153      this.Controls.Add(this.templateTextBox);
154      this.Controls.Add(this.label1);
155      this.MinimumSize = new System.Drawing.Size(450, 160);
156      this.Name = "JsonInterfaceForm";
157      this.Text = "Json Interface";
158      this.ResumeLayout(false);
159      this.PerformLayout();
160
161    }
162
163    #endregion
164
165    private System.Windows.Forms.TextBox templateTextBox;
166    private System.Windows.Forms.Label label1;
167    private System.Windows.Forms.Button templateOpenButton;
168    private System.Windows.Forms.Button configOpenButton;
169    private System.Windows.Forms.TextBox configTextBox;
170    private System.Windows.Forms.Label label2;
171    private System.Windows.Forms.Button outputOpenButton;
172    private System.Windows.Forms.TextBox outputTextBox;
173    private System.Windows.Forms.Label label3;
174    private System.Windows.Forms.Button runButton;
175  }
176}
Note: See TracBrowser for help on using the repository browser.