1 |
|
---|
2 | namespace HeuristicLab.EvolutionTracking.Views {
|
---|
3 | partial class GenealogyGraphView<T> {
|
---|
4 | /// <summary>
|
---|
5 | /// Required designer variable.
|
---|
6 | /// </summary>
|
---|
7 | private System.ComponentModel.IContainer components = null;
|
---|
8 |
|
---|
9 | /// <summary>
|
---|
10 | /// Clean up any resources being used.
|
---|
11 | /// </summary>
|
---|
12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
13 | protected override void Dispose(bool disposing) {
|
---|
14 | if (disposing && (components != null)) {
|
---|
15 | components.Dispose();
|
---|
16 | }
|
---|
17 | base.Dispose(disposing);
|
---|
18 | }
|
---|
19 |
|
---|
20 | #region Component Designer generated code
|
---|
21 |
|
---|
22 | /// <summary>
|
---|
23 | /// Required method for Designer support - do not modify
|
---|
24 | /// the contents of this method with the code editor.
|
---|
25 | /// </summary>
|
---|
26 | private void InitializeComponent() {
|
---|
27 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
28 | this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
|
---|
29 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
30 | this.groupBox = new System.Windows.Forms.GroupBox();
|
---|
31 | this.lockGraph_checkBox = new System.Windows.Forms.CheckBox();
|
---|
32 | this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
|
---|
33 | this.trace_checkBox = new System.Windows.Forms.CheckBox();
|
---|
34 | this.openNew_CheckBox = new System.Windows.Forms.CheckBox();
|
---|
35 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
36 | this.splitContainer.Panel1.SuspendLayout();
|
---|
37 | this.splitContainer.Panel2.SuspendLayout();
|
---|
38 | this.splitContainer.SuspendLayout();
|
---|
39 | this.groupBox.SuspendLayout();
|
---|
40 | this.SuspendLayout();
|
---|
41 | //
|
---|
42 | // splitContainer
|
---|
43 | //
|
---|
44 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
45 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
46 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
47 | this.splitContainer.Location = new System.Drawing.Point(3, 55);
|
---|
48 | this.splitContainer.Name = "splitContainer";
|
---|
49 | //
|
---|
50 | // splitContainer.Panel1
|
---|
51 | //
|
---|
52 | this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart);
|
---|
53 | //
|
---|
54 | // splitContainer.Panel2
|
---|
55 | //
|
---|
56 | this.splitContainer.Panel2.Controls.Add(this.viewHost);
|
---|
57 | this.splitContainer.Size = new System.Drawing.Size(1394, 742);
|
---|
58 | this.splitContainer.SplitterDistance = 694;
|
---|
59 | this.splitContainer.TabIndex = 0;
|
---|
60 | //
|
---|
61 | // genealogyGraphChart
|
---|
62 | //
|
---|
63 | this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
64 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
66 | this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
|
---|
67 | this.genealogyGraphChart.GenealogyGraph = null;
|
---|
68 | this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
|
---|
69 | this.genealogyGraphChart.LockGenealogy = false;
|
---|
70 | this.genealogyGraphChart.Name = "genealogyGraphChart";
|
---|
71 | this.genealogyGraphChart.ScaleOnResize = true;
|
---|
72 | this.genealogyGraphChart.SimpleLineages = false;
|
---|
73 | this.genealogyGraphChart.Size = new System.Drawing.Size(689, 738);
|
---|
74 | this.genealogyGraphChart.TabIndex = 0;
|
---|
75 | this.genealogyGraphChart.TraceFragments = false;
|
---|
76 | this.genealogyGraphChart.UpdateEnabled = true;
|
---|
77 | //
|
---|
78 | // viewHost
|
---|
79 | //
|
---|
80 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
81 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
82 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
83 | this.viewHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
84 | this.viewHost.Caption = "View";
|
---|
85 | this.viewHost.Content = null;
|
---|
86 | this.viewHost.Enabled = false;
|
---|
87 | this.viewHost.Location = new System.Drawing.Point(0, 0);
|
---|
88 | this.viewHost.Name = "viewHost";
|
---|
89 | this.viewHost.ReadOnly = false;
|
---|
90 | this.viewHost.Size = new System.Drawing.Size(697, 743);
|
---|
91 | this.viewHost.TabIndex = 0;
|
---|
92 | this.viewHost.ViewsLabelVisible = true;
|
---|
93 | this.viewHost.ViewType = null;
|
---|
94 | //
|
---|
95 | // groupBox
|
---|
96 | //
|
---|
97 | this.groupBox.Controls.Add(this.openNew_CheckBox);
|
---|
98 | this.groupBox.Controls.Add(this.lockGraph_checkBox);
|
---|
99 | this.groupBox.Controls.Add(this.simpleLineages_checkBox);
|
---|
100 | this.groupBox.Controls.Add(this.trace_checkBox);
|
---|
101 | this.groupBox.Location = new System.Drawing.Point(3, 4);
|
---|
102 | this.groupBox.Name = "groupBox";
|
---|
103 | this.groupBox.Size = new System.Drawing.Size(411, 44);
|
---|
104 | this.groupBox.TabIndex = 1;
|
---|
105 | this.groupBox.TabStop = false;
|
---|
106 | this.groupBox.Text = "Genealogy Options";
|
---|
107 | //
|
---|
108 | // lockGraph_checkBox
|
---|
109 | //
|
---|
110 | this.lockGraph_checkBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
111 | this.lockGraph_checkBox.AutoSize = true;
|
---|
112 | this.lockGraph_checkBox.Location = new System.Drawing.Point(157, 15);
|
---|
113 | this.lockGraph_checkBox.Name = "lockGraph_checkBox";
|
---|
114 | this.lockGraph_checkBox.Size = new System.Drawing.Size(73, 23);
|
---|
115 | this.lockGraph_checkBox.TabIndex = 0;
|
---|
116 | this.lockGraph_checkBox.Text = "Lock Graph";
|
---|
117 | this.lockGraph_checkBox.UseVisualStyleBackColor = true;
|
---|
118 | this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged);
|
---|
119 | //
|
---|
120 | // simpleLineages_checkBox
|
---|
121 | //
|
---|
122 | this.simpleLineages_checkBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
123 | this.simpleLineages_checkBox.AutoSize = true;
|
---|
124 | this.simpleLineages_checkBox.Location = new System.Drawing.Point(57, 15);
|
---|
125 | this.simpleLineages_checkBox.Name = "simpleLineages_checkBox";
|
---|
126 | this.simpleLineages_checkBox.Size = new System.Drawing.Size(94, 23);
|
---|
127 | this.simpleLineages_checkBox.TabIndex = 0;
|
---|
128 | this.simpleLineages_checkBox.Text = "Simple Lineages";
|
---|
129 | this.simpleLineages_checkBox.UseVisualStyleBackColor = true;
|
---|
130 | this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged);
|
---|
131 | //
|
---|
132 | // trace_checkBox
|
---|
133 | //
|
---|
134 | this.trace_checkBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
135 | this.trace_checkBox.AutoSize = true;
|
---|
136 | this.trace_checkBox.Location = new System.Drawing.Point(6, 15);
|
---|
137 | this.trace_checkBox.Name = "trace_checkBox";
|
---|
138 | this.trace_checkBox.Size = new System.Drawing.Size(45, 23);
|
---|
139 | this.trace_checkBox.TabIndex = 0;
|
---|
140 | this.trace_checkBox.Text = "Trace";
|
---|
141 | this.trace_checkBox.UseVisualStyleBackColor = true;
|
---|
142 | this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged);
|
---|
143 | //
|
---|
144 | // openNew_CheckBox
|
---|
145 | //
|
---|
146 | this.openNew_CheckBox.AutoSize = true;
|
---|
147 | this.openNew_CheckBox.Location = new System.Drawing.Point(237, 20);
|
---|
148 | this.openNew_CheckBox.Name = "openNew_CheckBox";
|
---|
149 | this.openNew_CheckBox.Size = new System.Drawing.Size(111, 17);
|
---|
150 | this.openNew_CheckBox.TabIndex = 1;
|
---|
151 | this.openNew_CheckBox.Text = "Open in new view";
|
---|
152 | this.openNew_CheckBox.UseVisualStyleBackColor = true;
|
---|
153 | //
|
---|
154 | // GenealogyGraphView
|
---|
155 | //
|
---|
156 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
157 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
158 | this.Controls.Add(this.groupBox);
|
---|
159 | this.Controls.Add(this.splitContainer);
|
---|
160 | this.Name = "GenealogyGraphView";
|
---|
161 | this.Size = new System.Drawing.Size(1400, 800);
|
---|
162 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
163 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
164 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
165 | this.splitContainer.ResumeLayout(false);
|
---|
166 | this.groupBox.ResumeLayout(false);
|
---|
167 | this.groupBox.PerformLayout();
|
---|
168 | this.ResumeLayout(false);
|
---|
169 |
|
---|
170 | }
|
---|
171 |
|
---|
172 | #endregion
|
---|
173 |
|
---|
174 | protected System.Windows.Forms.SplitContainer splitContainer;
|
---|
175 | protected MainForm.WindowsForms.ViewHost viewHost;
|
---|
176 | protected GenealogyGraphChart genealogyGraphChart;
|
---|
177 | private System.Windows.Forms.GroupBox groupBox;
|
---|
178 | protected System.Windows.Forms.CheckBox trace_checkBox;
|
---|
179 | protected System.Windows.Forms.CheckBox simpleLineages_checkBox;
|
---|
180 | protected System.Windows.Forms.CheckBox lockGraph_checkBox;
|
---|
181 | protected System.Windows.Forms.CheckBox openNew_CheckBox;
|
---|
182 |
|
---|
183 | }
|
---|
184 | }
|
---|