Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2205_OptimizationNetworks/HeuristicLab.Networks.Views.NetworkVisualization.Views/3.3/NetworkVisualizationView.Designer.cs

Last change on this file was 13799, checked in by jkarder, 8 years ago

#2205: worked on optimization networks

  • improved network visualization
File size: 6.9 KB
Line 
1namespace HeuristicLab.Networks.Views.NetworkVisualization.Views {
2  partial class NetworkVisualizationView {
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.chartControl = new HeuristicLab.Visualization.ChartControl();
27      this.splitContainer = new System.Windows.Forms.SplitContainer();
28      this.detailsToggleButton = new System.Windows.Forms.Button();
29      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
30      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
31      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
32      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
33      this.splitContainer.Panel1.SuspendLayout();
34      this.splitContainer.Panel2.SuspendLayout();
35      this.splitContainer.SuspendLayout();
36      this.detailsGroupBox.SuspendLayout();
37      this.SuspendLayout();
38      //
39      // nameTextBox
40      //
41      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
42      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
43      //
44      // chartControl
45      //
46      this.chartControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
47            | System.Windows.Forms.AnchorStyles.Left)
48            | System.Windows.Forms.AnchorStyles.Right)));
49      this.chartControl.BackColor = System.Drawing.SystemColors.Control;
50      this.chartControl.Location = new System.Drawing.Point(3, 3);
51      this.chartControl.Mode = null;
52      this.chartControl.Name = "chartControl";
53      this.chartControl.ScaleOnResize = true;
54      this.chartControl.ShowToolBar = true;
55      this.chartControl.Size = new System.Drawing.Size(408, 482);
56      this.chartControl.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
57      this.chartControl.TabIndex = 3;
58      //
59      // splitContainer
60      //
61      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
62            | System.Windows.Forms.AnchorStyles.Left)
63            | System.Windows.Forms.AnchorStyles.Right)));
64      this.splitContainer.Location = new System.Drawing.Point(3, 26);
65      this.splitContainer.Name = "splitContainer";
66      //
67      // splitContainer.Panel1
68      //
69      this.splitContainer.Panel1.Controls.Add(this.detailsToggleButton);
70      this.splitContainer.Panel1.Controls.Add(this.chartControl);
71      //
72      // splitContainer.Panel2
73      //
74      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
75      this.splitContainer.Size = new System.Drawing.Size(639, 488);
76      this.splitContainer.SplitterDistance = 439;
77      this.splitContainer.TabIndex = 4;
78      //
79      // detailsToggleButton
80      //
81      this.detailsToggleButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
82            | System.Windows.Forms.AnchorStyles.Right)));
83      this.detailsToggleButton.Location = new System.Drawing.Point(417, 3);
84      this.detailsToggleButton.Name = "detailsToggleButton";
85      this.detailsToggleButton.Size = new System.Drawing.Size(19, 482);
86      this.detailsToggleButton.TabIndex = 4;
87      this.detailsToggleButton.Text = ">";
88      this.detailsToggleButton.UseVisualStyleBackColor = true;
89      this.detailsToggleButton.Click += new System.EventHandler(this.detailsToggleButton_Click);
90      //
91      // detailsGroupBox
92      //
93      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94            | System.Windows.Forms.AnchorStyles.Left)
95            | System.Windows.Forms.AnchorStyles.Right)));
96      this.detailsGroupBox.Controls.Add(this.viewHost);
97      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
98      this.detailsGroupBox.Name = "detailsGroupBox";
99      this.detailsGroupBox.Size = new System.Drawing.Size(190, 482);
100      this.detailsGroupBox.TabIndex = 1;
101      this.detailsGroupBox.TabStop = false;
102      this.detailsGroupBox.Text = "Details";
103      //
104      // viewHost
105      //
106      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
107            | System.Windows.Forms.AnchorStyles.Left)
108            | System.Windows.Forms.AnchorStyles.Right)));
109      this.viewHost.Caption = "View";
110      this.viewHost.Content = null;
111      this.viewHost.Enabled = false;
112      this.viewHost.Location = new System.Drawing.Point(6, 19);
113      this.viewHost.Name = "viewHost";
114      this.viewHost.ReadOnly = false;
115      this.viewHost.Size = new System.Drawing.Size(178, 457);
116      this.viewHost.TabIndex = 0;
117      this.viewHost.ViewsLabelVisible = true;
118      this.viewHost.ViewType = null;
119      //
120      // NetworkVisualizationView
121      //
122      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
123      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
124      this.Controls.Add(this.splitContainer);
125      this.Name = "NetworkVisualizationView";
126      this.Controls.SetChildIndex(this.nameLabel, 0);
127      this.Controls.SetChildIndex(this.nameTextBox, 0);
128      this.Controls.SetChildIndex(this.infoLabel, 0);
129      this.Controls.SetChildIndex(this.splitContainer, 0);
130      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
131      this.splitContainer.Panel1.ResumeLayout(false);
132      this.splitContainer.Panel2.ResumeLayout(false);
133      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
134      this.splitContainer.ResumeLayout(false);
135      this.detailsGroupBox.ResumeLayout(false);
136      this.ResumeLayout(false);
137      this.PerformLayout();
138
139    }
140
141    #endregion
142
143    private Visualization.ChartControl chartControl;
144    private System.Windows.Forms.SplitContainer splitContainer;
145    private System.Windows.Forms.Button detailsToggleButton;
146    private System.Windows.Forms.GroupBox detailsGroupBox;
147    private MainForm.WindowsForms.ViewHost viewHost;
148  }
149}
Note: See TracBrowser for help on using the repository browser.