Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs @ 8228

Last change on this file since 8228 was 5832, checked in by swagner, 13 years ago

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File size: 6.8 KB
RevLine 
[3938]1namespace HeuristicLab.Problems.VehicleRouting.Views {
2  partial class VehicleRoutingProblemView {
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 Windows Form 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.importButton = new System.Windows.Forms.Button();
[5466]27      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
[4185]28      this.tabPage1 = new System.Windows.Forms.TabPage();
29      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
30      this.tabPage2 = new System.Windows.Forms.TabPage();
31      this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
[3938]32      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[4185]33      this.tabControl1.SuspendLayout();
34      this.tabPage1.SuspendLayout();
35      this.tabPage2.SuspendLayout();
[3938]36      this.SuspendLayout();
37      //
38      // nameTextBox
39      //
40      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
41      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
[5832]42      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
43      this.nameTextBox.Size = new System.Drawing.Size(405, 20);
[3938]44      //
[5832]45      // infoLabel
[5347]46      //
[5832]47      this.infoLabel.Location = new System.Drawing.Point(471, 3);
[5347]48      //
[3938]49      // importButton
50      //
[4847]51      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
52                  | System.Windows.Forms.AnchorStyles.Right)));
[5832]53      this.importButton.Location = new System.Drawing.Point(0, 26);
[3938]54      this.importButton.Name = "importButton";
[4847]55      this.importButton.Size = new System.Drawing.Size(490, 23);
[5832]56      this.importButton.TabIndex = 3;
[4847]57      this.importButton.Text = "Import";
[3938]58      this.importButton.UseVisualStyleBackColor = true;
59      this.importButton.Click += new System.EventHandler(this.importButton_Click);
60      //
[4185]61      // tabControl1
62      //
[5832]63      this.tabControl1.AllowDrop = true;
[4185]64      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65                  | System.Windows.Forms.AnchorStyles.Left)
66                  | System.Windows.Forms.AnchorStyles.Right)));
67      this.tabControl1.Controls.Add(this.tabPage1);
68      this.tabControl1.Controls.Add(this.tabPage2);
[5832]69      this.tabControl1.Location = new System.Drawing.Point(0, 55);
[4185]70      this.tabControl1.Name = "tabControl1";
71      this.tabControl1.SelectedIndex = 0;
[5832]72      this.tabControl1.Size = new System.Drawing.Size(490, 307);
73      this.tabControl1.TabIndex = 4;
[4185]74      //
75      // tabPage1
76      //
77      this.tabPage1.Controls.Add(this.parameterCollectionView);
78      this.tabPage1.Location = new System.Drawing.Point(4, 22);
79      this.tabPage1.Name = "tabPage1";
80      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
[5832]81      this.tabPage1.Size = new System.Drawing.Size(482, 281);
[4185]82      this.tabPage1.TabIndex = 0;
83      this.tabPage1.Text = "Parameters";
84      this.tabPage1.UseVisualStyleBackColor = true;
85      //
86      // parameterCollectionView
87      //
[4619]88      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
89                  | System.Windows.Forms.AnchorStyles.Left)
90                  | System.Windows.Forms.AnchorStyles.Right)));
[4185]91      this.parameterCollectionView.Caption = "ParameterCollection View";
92      this.parameterCollectionView.Content = null;
93      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
94      this.parameterCollectionView.Name = "parameterCollectionView";
95      this.parameterCollectionView.ReadOnly = false;
[5832]96      this.parameterCollectionView.Size = new System.Drawing.Size(476, 275);
97      this.parameterCollectionView.TabIndex = 0;
[4185]98      //
99      // tabPage2
100      //
101      this.tabPage2.Controls.Add(this.vrpSolutionView);
102      this.tabPage2.Location = new System.Drawing.Point(4, 22);
103      this.tabPage2.Name = "tabPage2";
104      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
[5832]105      this.tabPage2.Size = new System.Drawing.Size(482, 281);
[4185]106      this.tabPage2.TabIndex = 1;
107      this.tabPage2.Text = "Visualization";
108      this.tabPage2.UseVisualStyleBackColor = true;
109      //
110      // vrpSolutionView
111      //
112      this.vrpSolutionView.Caption = "VRPSolution View";
113      this.vrpSolutionView.Content = null;
114      this.vrpSolutionView.Dock = System.Windows.Forms.DockStyle.Fill;
115      this.vrpSolutionView.Location = new System.Drawing.Point(3, 3);
116      this.vrpSolutionView.Name = "vrpSolutionView";
117      this.vrpSolutionView.ReadOnly = false;
[5832]118      this.vrpSolutionView.Size = new System.Drawing.Size(476, 275);
[4185]119      this.vrpSolutionView.TabIndex = 0;
120      //
[3938]121      // VehicleRoutingProblemView
122      //
123      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[5832]124      this.Controls.Add(this.tabControl1);
[3938]125      this.Controls.Add(this.importButton);
126      this.Name = "VehicleRoutingProblemView";
[4847]127      this.Size = new System.Drawing.Size(490, 365);
[5832]128      this.Controls.SetChildIndex(this.importButton, 0);
129      this.Controls.SetChildIndex(this.infoLabel, 0);
[4185]130      this.Controls.SetChildIndex(this.tabControl1, 0);
[3938]131      this.Controls.SetChildIndex(this.nameTextBox, 0);
132      this.Controls.SetChildIndex(this.nameLabel, 0);
133      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[4185]134      this.tabControl1.ResumeLayout(false);
135      this.tabPage1.ResumeLayout(false);
136      this.tabPage2.ResumeLayout(false);
[3938]137      this.ResumeLayout(false);
138      this.PerformLayout();
139
140    }
141
142    #endregion
143
144    private System.Windows.Forms.Button importButton;
[5466]145    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
[4185]146    private System.Windows.Forms.TabPage tabPage1;
147    private System.Windows.Forms.TabPage tabPage2;
148    private Core.Views.ParameterCollectionView parameterCollectionView;
149    private VRPSolutionView vrpSolutionView;
[3938]150  }
151}
Note: See TracBrowser for help on using the repository browser.