Free cookie consent management tool by TermsFeed Policy Generator

source: branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.Designer.cs @ 1400

Last change on this file since 1400 was 1400, checked in by epitzer, 15 years ago

Deposit GUI-generated Configuration object at ConfigurationService. (#506)

File size: 11.1 KB
Line 
1namespace HeuristicLab.Persistence.GUI {
2  partial class PersistenceConfigurationForm {
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      System.Windows.Forms.TabPage nullFormatterConfig;
27      System.Windows.Forms.DataGridView dataGridView1;
28      System.Windows.Forms.DataGridViewTextBoxColumn Column1;
29      System.Windows.Forms.DataGridViewCheckBoxColumn Column2;
30      System.Windows.Forms.DataGridViewComboBoxColumn Column3;
31      System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem("Bli");
32      System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem("Bla");
33      System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem("Blo");
34      System.Windows.Forms.SplitContainer splitContainer1;
35      System.Windows.Forms.SplitContainer splitContainer2;
36      System.Windows.Forms.Button updateButton;
37      System.Windows.Forms.Label label1;
38      this.decomposerList = new System.Windows.Forms.ListView();
39      this.DecomposersColumn = new System.Windows.Forms.ColumnHeader();
40      this.checkBox = new System.Windows.Forms.ListBox();
41      this.formatterTabs = new System.Windows.Forms.TabControl();
42      nullFormatterConfig = new System.Windows.Forms.TabPage();
43      dataGridView1 = new System.Windows.Forms.DataGridView();
44      Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
45      Column2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
46      Column3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
47      splitContainer1 = new System.Windows.Forms.SplitContainer();
48      splitContainer2 = new System.Windows.Forms.SplitContainer();
49      updateButton = new System.Windows.Forms.Button();
50      label1 = new System.Windows.Forms.Label();
51      nullFormatterConfig.SuspendLayout();
52      ((System.ComponentModel.ISupportInitialize)(dataGridView1)).BeginInit();
53      splitContainer1.Panel1.SuspendLayout();
54      splitContainer1.Panel2.SuspendLayout();
55      splitContainer1.SuspendLayout();
56      splitContainer2.Panel1.SuspendLayout();
57      splitContainer2.Panel2.SuspendLayout();
58      splitContainer2.SuspendLayout();
59      this.formatterTabs.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // nullFormatterConfig
63      //
64      nullFormatterConfig.Controls.Add(dataGridView1);
65      nullFormatterConfig.Location = new System.Drawing.Point(4, 22);
66      nullFormatterConfig.Name = "nullFormatterConfig";
67      nullFormatterConfig.Size = new System.Drawing.Size(386, 554);
68      nullFormatterConfig.TabIndex = 0;
69      nullFormatterConfig.Text = "EmptyFormatterConfig";
70      nullFormatterConfig.UseVisualStyleBackColor = true;
71      //
72      // dataGridView1
73      //
74      dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
75      dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
76            Column1,
77            Column2,
78            Column3});
79      dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
80      dataGridView1.Location = new System.Drawing.Point(0, 0);
81      dataGridView1.Name = "dataGridView1";
82      dataGridView1.Size = new System.Drawing.Size(386, 554);
83      dataGridView1.TabIndex = 0;
84      //
85      // Column1
86      //
87      Column1.HeaderText = "Column1";
88      Column1.Name = "Column1";
89      //
90      // Column2
91      //
92      Column2.HeaderText = "Column2";
93      Column2.Name = "Column2";
94      //
95      // Column3
96      //
97      Column3.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
98      Column3.HeaderText = "Column3";
99      Column3.Name = "Column3";
100      //
101      // decomposerList
102      //
103      this.decomposerList.Activation = System.Windows.Forms.ItemActivation.OneClick;
104      this.decomposerList.AllowDrop = true;
105      this.decomposerList.CheckBoxes = true;
106      this.decomposerList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
107            this.DecomposersColumn});
108      this.decomposerList.Dock = System.Windows.Forms.DockStyle.Fill;
109      this.decomposerList.FullRowSelect = true;
110      this.decomposerList.GridLines = true;
111      this.decomposerList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
112      listViewItem16.Checked = true;
113      listViewItem16.StateImageIndex = 1;
114      listViewItem16.Tag = "";
115      listViewItem17.Checked = true;
116      listViewItem17.StateImageIndex = 1;
117      listViewItem18.Checked = true;
118      listViewItem18.StateImageIndex = 1;
119      this.decomposerList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
120            listViewItem16,
121            listViewItem17,
122            listViewItem18});
123      this.decomposerList.Location = new System.Drawing.Point(0, 0);
124      this.decomposerList.Name = "decomposerList";
125      this.decomposerList.ShowGroups = false;
126      this.decomposerList.Size = new System.Drawing.Size(199, 290);
127      this.decomposerList.TabIndex = 0;
128      this.decomposerList.UseCompatibleStateImageBehavior = false;
129      this.decomposerList.View = System.Windows.Forms.View.Details;
130      this.decomposerList.Resize += new System.EventHandler(this.decomposerList_Resize);
131      this.decomposerList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.decomposerList_ItemChecked);
132      this.decomposerList.DragDrop += new System.Windows.Forms.DragEventHandler(this.decomposerList_DragDrop);
133      this.decomposerList.DragEnter += new System.Windows.Forms.DragEventHandler(this.decomposerList_DragEnter);
134      this.decomposerList.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.decomposerList_ItemDrag);
135      //
136      // DecomposersColumn
137      //
138      this.DecomposersColumn.Text = "Decomposers";
139      this.DecomposersColumn.Width = 190;
140      //
141      // splitContainer1
142      //
143      splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
144      splitContainer1.Location = new System.Drawing.Point(0, 0);
145      splitContainer1.Name = "splitContainer1";
146      //
147      // splitContainer1.Panel1
148      //
149      splitContainer1.Panel1.Controls.Add(splitContainer2);
150      //
151      // splitContainer1.Panel2
152      //
153      splitContainer1.Panel2.Controls.Add(updateButton);
154      splitContainer1.Panel2.Controls.Add(this.formatterTabs);
155      splitContainer1.Size = new System.Drawing.Size(597, 580);
156      splitContainer1.SplitterDistance = 199;
157      splitContainer1.TabIndex = 2;
158      //
159      // splitContainer2
160      //
161      splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
162      splitContainer2.Location = new System.Drawing.Point(0, 0);
163      splitContainer2.Name = "splitContainer2";
164      splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
165      //
166      // splitContainer2.Panel1
167      //
168      splitContainer2.Panel1.Controls.Add(this.decomposerList);
169      //
170      // splitContainer2.Panel2
171      //
172      splitContainer2.Panel2.Controls.Add(label1);
173      splitContainer2.Panel2.Controls.Add(this.checkBox);
174      splitContainer2.Size = new System.Drawing.Size(199, 580);
175      splitContainer2.SplitterDistance = 290;
176      splitContainer2.TabIndex = 1;
177      //
178      // checkBox
179      //
180      this.checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181                  | System.Windows.Forms.AnchorStyles.Left)
182                  | System.Windows.Forms.AnchorStyles.Right)));
183      this.checkBox.Enabled = false;
184      this.checkBox.FormattingEnabled = true;
185      this.checkBox.Location = new System.Drawing.Point(0, 18);
186      this.checkBox.Name = "checkBox";
187      this.checkBox.Size = new System.Drawing.Size(199, 264);
188      this.checkBox.TabIndex = 0;
189      //
190      // formatterTabs
191      //
192      this.formatterTabs.Controls.Add(nullFormatterConfig);
193      this.formatterTabs.Dock = System.Windows.Forms.DockStyle.Fill;
194      this.formatterTabs.Location = new System.Drawing.Point(0, 0);
195      this.formatterTabs.Name = "formatterTabs";
196      this.formatterTabs.SelectedIndex = 0;
197      this.formatterTabs.Size = new System.Drawing.Size(394, 580);
198      this.formatterTabs.TabIndex = 0;
199      //
200      // updateButton
201      //
202      updateButton.Dock = System.Windows.Forms.DockStyle.Bottom;
203      updateButton.Location = new System.Drawing.Point(0, 557);
204      updateButton.Name = "updateButton";
205      updateButton.Size = new System.Drawing.Size(394, 23);
206      updateButton.TabIndex = 1;
207      updateButton.Text = "Define Configuration";
208      updateButton.UseVisualStyleBackColor = true;
209      updateButton.Click += new System.EventHandler(this.updateButton_Click);
210      //
211      // label1
212      //
213      label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
215      label1.Location = new System.Drawing.Point(3, 0);
216      label1.Name = "label1";
217      label1.Size = new System.Drawing.Size(193, 13);
218      label1.TabIndex = 1;
219      label1.Text = "Configuration Preview";
220      label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
221      //
222      // PersistenceConfigurationForm
223      //
224      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
225      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
226      this.ClientSize = new System.Drawing.Size(597, 580);
227      this.Controls.Add(splitContainer1);
228      this.Name = "PersistenceConfigurationForm";
229      this.Text = "PersistenceConfigurationForm";
230      nullFormatterConfig.ResumeLayout(false);
231      ((System.ComponentModel.ISupportInitialize)(dataGridView1)).EndInit();
232      splitContainer1.Panel1.ResumeLayout(false);
233      splitContainer1.Panel2.ResumeLayout(false);
234      splitContainer1.ResumeLayout(false);
235      splitContainer2.Panel1.ResumeLayout(false);
236      splitContainer2.Panel2.ResumeLayout(false);
237      splitContainer2.ResumeLayout(false);
238      this.formatterTabs.ResumeLayout(false);
239      this.ResumeLayout(false);
240
241    }
242
243    #endregion
244
245    private System.Windows.Forms.ListView decomposerList;
246    private System.Windows.Forms.ColumnHeader DecomposersColumn;
247    private System.Windows.Forms.TabControl formatterTabs;
248    private System.Windows.Forms.ListBox checkBox;
249  }
250}
Note: See TracBrowser for help on using the repository browser.