1 |
|
---|
2 | namespace HeuristicLab.EvolutionTracking.Views {
|
---|
3 | partial class GenealogyGraphView {
|
---|
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.panel1 = new System.Windows.Forms.Panel();
|
---|
29 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
30 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
31 | this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
|
---|
32 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
33 | this.splitContainer.Panel1.SuspendLayout();
|
---|
34 | this.splitContainer.Panel2.SuspendLayout();
|
---|
35 | this.splitContainer.SuspendLayout();
|
---|
36 | this.panel1.SuspendLayout();
|
---|
37 | this.panel2.SuspendLayout();
|
---|
38 | this.SuspendLayout();
|
---|
39 | //
|
---|
40 | // splitContainer
|
---|
41 | //
|
---|
42 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
43 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
44 | this.splitContainer.Name = "splitContainer";
|
---|
45 | //
|
---|
46 | // splitContainer.Panel1
|
---|
47 | //
|
---|
48 | this.splitContainer.Panel1.Controls.Add(this.panel1);
|
---|
49 | //
|
---|
50 | // splitContainer.Panel2
|
---|
51 | //
|
---|
52 | this.splitContainer.Panel2.Controls.Add(this.panel2);
|
---|
53 | this.splitContainer.Size = new System.Drawing.Size(1128, 700);
|
---|
54 | this.splitContainer.SplitterDistance = 500;
|
---|
55 | this.splitContainer.TabIndex = 0;
|
---|
56 | //
|
---|
57 | // panel1
|
---|
58 | //
|
---|
59 | this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
60 | this.panel1.Controls.Add(this.genealogyGraphChart);
|
---|
61 | this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
62 | this.panel1.Location = new System.Drawing.Point(0, 0);
|
---|
63 | this.panel1.Name = "panel1";
|
---|
64 | this.panel1.Size = new System.Drawing.Size(500, 700);
|
---|
65 | this.panel1.TabIndex = 0;
|
---|
66 | //
|
---|
67 | // panel2
|
---|
68 | //
|
---|
69 | this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
70 | this.panel2.Controls.Add(this.viewHost);
|
---|
71 | this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
72 | this.panel2.Location = new System.Drawing.Point(0, 0);
|
---|
73 | this.panel2.Name = "panel2";
|
---|
74 | this.panel2.Size = new System.Drawing.Size(624, 700);
|
---|
75 | this.panel2.TabIndex = 0;
|
---|
76 | //
|
---|
77 | // viewHost
|
---|
78 | //
|
---|
79 | this.viewHost.Caption = "View";
|
---|
80 | this.viewHost.Content = null;
|
---|
81 | this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
82 | this.viewHost.Enabled = false;
|
---|
83 | this.viewHost.Location = new System.Drawing.Point(0, 0);
|
---|
84 | this.viewHost.Name = "viewHost";
|
---|
85 | this.viewHost.ReadOnly = false;
|
---|
86 | this.viewHost.Size = new System.Drawing.Size(622, 698);
|
---|
87 | this.viewHost.TabIndex = 0;
|
---|
88 | this.viewHost.ViewsLabelVisible = true;
|
---|
89 | this.viewHost.ViewType = null;
|
---|
90 | //
|
---|
91 | // genealogyGraphChart
|
---|
92 | //
|
---|
93 | this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
|
---|
94 | this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
95 | this.genealogyGraphChart.GenealogyGraph = null;
|
---|
96 | this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
|
---|
97 | this.genealogyGraphChart.LockGenealogy = false;
|
---|
98 | this.genealogyGraphChart.Name = "genealogyGraphChart";
|
---|
99 | this.genealogyGraphChart.ScaleOnResize = true;
|
---|
100 | this.genealogyGraphChart.SimpleLineages = false;
|
---|
101 | this.genealogyGraphChart.Size = new System.Drawing.Size(498, 698);
|
---|
102 | this.genealogyGraphChart.TabIndex = 2;
|
---|
103 | //
|
---|
104 | // GenealogyGraphView
|
---|
105 | //
|
---|
106 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
107 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
108 | this.Controls.Add(this.splitContainer);
|
---|
109 | this.Name = "GenealogyGraphView";
|
---|
110 | this.Size = new System.Drawing.Size(1128, 700);
|
---|
111 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
112 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
113 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
114 | this.splitContainer.ResumeLayout(false);
|
---|
115 | this.panel1.ResumeLayout(false);
|
---|
116 | this.panel2.ResumeLayout(false);
|
---|
117 | this.ResumeLayout(false);
|
---|
118 |
|
---|
119 | }
|
---|
120 |
|
---|
121 | #endregion
|
---|
122 |
|
---|
123 | protected System.Windows.Forms.SplitContainer splitContainer;
|
---|
124 | protected MainForm.WindowsForms.ViewHost viewHost;
|
---|
125 | protected System.Windows.Forms.Panel panel1;
|
---|
126 | protected System.Windows.Forms.Panel panel2;
|
---|
127 | protected GenealogyGraphChart genealogyGraphChart;
|
---|
128 |
|
---|
129 | }
|
---|
130 | }
|
---|