1 | namespace HeuristicLab.JsonInterface.OptimizerIntegration {
|
---|
2 | partial class LookupJsonItemControl {
|
---|
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.textBoxActualName = new System.Windows.Forms.TextBox();
|
---|
27 | this.labelActualName = new System.Windows.Forms.Label();
|
---|
28 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
29 | this.tableLayoutPanel1.SuspendLayout();
|
---|
30 | this.SuspendLayout();
|
---|
31 | //
|
---|
32 | // textBoxActualName
|
---|
33 | //
|
---|
34 | this.textBoxActualName.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
35 | this.textBoxActualName.Location = new System.Drawing.Point(100, 0);
|
---|
36 | this.textBoxActualName.Margin = new System.Windows.Forms.Padding(0);
|
---|
37 | this.textBoxActualName.Name = "textBoxActualName";
|
---|
38 | this.textBoxActualName.Size = new System.Drawing.Size(316, 20);
|
---|
39 | this.textBoxActualName.TabIndex = 12;
|
---|
40 | //
|
---|
41 | // labelActualName
|
---|
42 | //
|
---|
43 | this.labelActualName.AutoSize = true;
|
---|
44 | this.labelActualName.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
45 | this.labelActualName.Location = new System.Drawing.Point(0, 0);
|
---|
46 | this.labelActualName.Margin = new System.Windows.Forms.Padding(0);
|
---|
47 | this.labelActualName.Name = "labelActualName";
|
---|
48 | this.labelActualName.Size = new System.Drawing.Size(100, 22);
|
---|
49 | this.labelActualName.TabIndex = 11;
|
---|
50 | this.labelActualName.Text = "ActualName";
|
---|
51 | this.labelActualName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
52 | //
|
---|
53 | // tableLayoutPanel1
|
---|
54 | //
|
---|
55 | this.tableLayoutPanel1.ColumnCount = 2;
|
---|
56 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
---|
57 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
58 | this.tableLayoutPanel1.Controls.Add(this.labelActualName, 0, 0);
|
---|
59 | this.tableLayoutPanel1.Controls.Add(this.textBoxActualName, 1, 0);
|
---|
60 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
61 | this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
---|
62 | this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
---|
63 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
64 | this.tableLayoutPanel1.RowCount = 1;
|
---|
65 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
66 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
---|
67 | this.tableLayoutPanel1.Size = new System.Drawing.Size(416, 22);
|
---|
68 | this.tableLayoutPanel1.TabIndex = 13;
|
---|
69 | //
|
---|
70 | // LookupJsonItemControl
|
---|
71 | //
|
---|
72 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
73 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
74 | this.Controls.Add(this.tableLayoutPanel1);
|
---|
75 | this.Name = "LookupJsonItemControl";
|
---|
76 | this.Size = new System.Drawing.Size(416, 23);
|
---|
77 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
78 | this.tableLayoutPanel1.PerformLayout();
|
---|
79 | this.ResumeLayout(false);
|
---|
80 |
|
---|
81 | }
|
---|
82 |
|
---|
83 | #endregion
|
---|
84 | protected System.Windows.Forms.TextBox textBoxActualName;
|
---|
85 | protected System.Windows.Forms.Label labelActualName;
|
---|
86 | protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
87 | }
|
---|
88 | }
|
---|