Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.Core/3.3/DataSetListView.Designer.cs @ 1529

Last change on this file since 1529 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 6.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22using System;
23using System.Windows.Forms;
24
25namespace HeuristicLab.CEDMA.Core {
26  partial class DataSetListView {
27    /// <summary>
28    /// Required designer variable.
29    /// </summary>
30    private System.ComponentModel.IContainer components = null;
31
32    /// <summary>
33    /// Clean up any resources being used.
34    /// </summary>
35    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
36    protected override void Dispose(bool disposing) {
37      if(disposing && (components != null)) {
38        components.Dispose();
39      }
40      base.Dispose(disposing);
41    }
42
43    #region Windows Form Designer generated code
44
45    /// <summary>
46    /// Required method for Designer support - do not modify
47    /// the contents of this method with the code editor.
48    /// </summary>
49    private void InitializeComponent() {
50      this.refreshButton = new System.Windows.Forms.Button();
51      this.addButton = new System.Windows.Forms.Button();
52      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
53      this.dataSetsGroupBox = new System.Windows.Forms.GroupBox();
54      this.dataSetsListView = new System.Windows.Forms.ListView();
55      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
56      this.splitContainer1.Panel1.SuspendLayout();
57      this.splitContainer1.Panel2.SuspendLayout();
58      this.splitContainer1.SuspendLayout();
59      this.dataSetsGroupBox.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // refreshButton
63      //
64      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
65      this.refreshButton.Location = new System.Drawing.Point(81, 161);
66      this.refreshButton.Name = "refreshButton";
67      this.refreshButton.Size = new System.Drawing.Size(75, 23);
68      this.refreshButton.TabIndex = 2;
69      this.refreshButton.Text = "&Refresh";
70      this.refreshButton.UseVisualStyleBackColor = true;
71      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
72      //
73      // addButton
74      //
75      this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
76      this.addButton.Location = new System.Drawing.Point(0, 161);
77      this.addButton.Name = "addButton";
78      this.addButton.Size = new System.Drawing.Size(75, 23);
79      this.addButton.TabIndex = 1;
80      this.addButton.Text = "&Add...";
81      this.addButton.UseVisualStyleBackColor = true;
82      this.addButton.Click += new System.EventHandler(this.addButton_Click);
83      //
84      // splitContainer1
85      //
86      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87                  | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
90      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
91      this.splitContainer1.Name = "splitContainer1";
92      //
93      // splitContainer1.Panel1
94      //
95      this.splitContainer1.Panel1.Controls.Add(this.dataSetsGroupBox);
96      //
97      // splitContainer1.Panel2
98      //
99      this.splitContainer1.Panel2.Controls.Add(this.detailsGroupBox);
100      this.splitContainer1.Size = new System.Drawing.Size(276, 155);
101      this.splitContainer1.SplitterDistance = 135;
102      this.splitContainer1.TabIndex = 0;
103      //
104      // dataSetsGroupBox
105      //
106      this.dataSetsGroupBox.Controls.Add(this.dataSetsListView);
107      this.dataSetsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
108      this.dataSetsGroupBox.Location = new System.Drawing.Point(0, 0);
109      this.dataSetsGroupBox.Name = "dataSetsGroupBox";
110      this.dataSetsGroupBox.Size = new System.Drawing.Size(135, 155);
111      this.dataSetsGroupBox.TabIndex = 0;
112      this.dataSetsGroupBox.TabStop = false;
113      this.dataSetsGroupBox.Text = "&Data Sets";
114      //
115      // dataSetsListView
116      //
117      this.dataSetsListView.Dock = System.Windows.Forms.DockStyle.Fill;
118      this.dataSetsListView.Location = new System.Drawing.Point(3, 16);
119      this.dataSetsListView.MultiSelect = false;
120      this.dataSetsListView.Name = "dataSetsListView";
121      this.dataSetsListView.Size = new System.Drawing.Size(129, 136);
122      this.dataSetsListView.TabIndex = 0;
123      this.dataSetsListView.UseCompatibleStateImageBehavior = false;
124      this.dataSetsListView.View = System.Windows.Forms.View.List;
125      this.dataSetsListView.SelectedIndexChanged += new System.EventHandler(this.dataSetsListView_SelectedIndexChanged);
126      //
127      // detailsGroupBox
128      //
129      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
130      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
131      this.detailsGroupBox.Name = "detailsGroupBox";
132      this.detailsGroupBox.Size = new System.Drawing.Size(137, 155);
133      this.detailsGroupBox.TabIndex = 0;
134      this.detailsGroupBox.TabStop = false;
135      this.detailsGroupBox.Text = "&Details";
136      //
137      // DataSetListView
138      //
139      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
140      this.Controls.Add(this.refreshButton);
141      this.Controls.Add(this.addButton);
142      this.Controls.Add(this.splitContainer1);
143      this.Name = "DataSetListView";
144      this.Size = new System.Drawing.Size(276, 184);
145      this.splitContainer1.Panel1.ResumeLayout(false);
146      this.splitContainer1.Panel2.ResumeLayout(false);
147      this.splitContainer1.ResumeLayout(false);
148      this.dataSetsGroupBox.ResumeLayout(false);
149      this.ResumeLayout(false);
150
151    }
152
153    #endregion
154
155    private System.Windows.Forms.SplitContainer splitContainer1;
156    private System.Windows.Forms.GroupBox dataSetsGroupBox;
157    private System.Windows.Forms.GroupBox detailsGroupBox;
158    private System.Windows.Forms.Button addButton;
159    private Button refreshButton;
160    private ListView dataSetsListView;
161  }
162}
Note: See TracBrowser for help on using the repository browser.