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 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
31 | this.splitContainer.Panel1.SuspendLayout();
|
---|
32 | this.splitContainer.Panel2.SuspendLayout();
|
---|
33 | this.splitContainer.SuspendLayout();
|
---|
34 | this.SuspendLayout();
|
---|
35 | //
|
---|
36 | // splitContainer
|
---|
37 | //
|
---|
38 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
39 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
40 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
41 | this.splitContainer.Location = new System.Drawing.Point(3, 3);
|
---|
42 | this.splitContainer.Name = "splitContainer";
|
---|
43 | //
|
---|
44 | // splitContainer.Panel1
|
---|
45 | //
|
---|
46 | this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart);
|
---|
47 | //
|
---|
48 | // splitContainer.Panel2
|
---|
49 | //
|
---|
50 | this.splitContainer.Panel2.Controls.Add(this.viewHost);
|
---|
51 | this.splitContainer.Size = new System.Drawing.Size(1404, 794);
|
---|
52 | this.splitContainer.SplitterDistance = 698;
|
---|
53 | this.splitContainer.TabIndex = 0;
|
---|
54 | //
|
---|
55 | // genealogyGraphChart
|
---|
56 | //
|
---|
57 | this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
58 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
59 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
60 | this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
|
---|
61 | this.genealogyGraphChart.GenealogyGraph = null;
|
---|
62 | this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
|
---|
63 | this.genealogyGraphChart.LockGenealogy = false;
|
---|
64 | this.genealogyGraphChart.Mode = null;
|
---|
65 | this.genealogyGraphChart.Name = "genealogyGraphChart";
|
---|
66 | this.genealogyGraphChart.ScaleOnResize = true;
|
---|
67 | this.genealogyGraphChart.SelectedGraphNode = null;
|
---|
68 | this.genealogyGraphChart.ShowToolBar = true;
|
---|
69 | this.genealogyGraphChart.SimpleLineages = false;
|
---|
70 | this.genealogyGraphChart.Size = new System.Drawing.Size(693, 790);
|
---|
71 | this.genealogyGraphChart.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
---|
72 | this.genealogyGraphChart.TabIndex = 0;
|
---|
73 | //
|
---|
74 | // viewHost
|
---|
75 | //
|
---|
76 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
77 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
78 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
79 | this.viewHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
80 | this.viewHost.Caption = "View";
|
---|
81 | this.viewHost.Content = null;
|
---|
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(703, 795);
|
---|
87 | this.viewHost.TabIndex = 0;
|
---|
88 | this.viewHost.ViewsLabelVisible = true;
|
---|
89 | this.viewHost.ViewType = null;
|
---|
90 | //
|
---|
91 | // GenealogyGraphView
|
---|
92 | //
|
---|
93 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
94 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
95 | this.Controls.Add(this.splitContainer);
|
---|
96 | this.Name = "GenealogyGraphView";
|
---|
97 | this.Size = new System.Drawing.Size(1410, 800);
|
---|
98 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
99 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
100 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
101 | this.splitContainer.ResumeLayout(false);
|
---|
102 | this.ResumeLayout(false);
|
---|
103 |
|
---|
104 | }
|
---|
105 |
|
---|
106 | #endregion
|
---|
107 |
|
---|
108 | protected System.Windows.Forms.SplitContainer splitContainer;
|
---|
109 | protected MainForm.WindowsForms.ViewHost viewHost;
|
---|
110 | protected GenealogyGraphChart genealogyGraphChart;
|
---|
111 |
|
---|
112 | }
|
---|
113 | }
|
---|