Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/09 17:13:25 (15 years ago)
Author:
epitzer
Message:

Recfactoring of Persistence GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.Designer.cs

    r1398 r1399  
    2525    private void InitializeComponent() {
    2626      System.Windows.Forms.TabPage nullFormatterConfig;
    27       System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Bli");
    28       System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Bla");
    29       System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Blo");
     27      System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Bli");
     28      System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Bla");
     29      System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Blo");
    3030      this.dataGridView1 = new System.Windows.Forms.DataGridView();
    3131      this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     
    3636      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    3737      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    38       this.checkbox = new System.Windows.Forms.CheckedListBox();
    3938      this.formatterTabs = new System.Windows.Forms.TabControl();
     39      this.checkBox = new System.Windows.Forms.ListBox();
    4040      nullFormatterConfig = new System.Windows.Forms.TabPage();
    4141      nullFormatterConfig.SuspendLayout();
     
    100100      this.decomposerList.GridLines = true;
    101101      this.decomposerList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
    102       listViewItem4.Checked = true;
    103       listViewItem4.StateImageIndex = 1;
    104       listViewItem4.Tag = "";
    105       listViewItem5.Checked = true;
    106       listViewItem5.StateImageIndex = 1;
    107       listViewItem6.Checked = true;
    108       listViewItem6.StateImageIndex = 1;
     102      listViewItem1.Checked = true;
     103      listViewItem1.StateImageIndex = 1;
     104      listViewItem1.Tag = "";
     105      listViewItem2.Checked = true;
     106      listViewItem2.StateImageIndex = 1;
     107      listViewItem3.Checked = true;
     108      listViewItem3.StateImageIndex = 1;
    109109      this.decomposerList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
    110             listViewItem4,
    111             listViewItem5,
    112             listViewItem6});
     110            listViewItem1,
     111            listViewItem2,
     112            listViewItem3});
    113113      this.decomposerList.Location = new System.Drawing.Point(0, 0);
    114114      this.decomposerList.Name = "decomposerList";
     
    159159      // splitContainer2.Panel2
    160160      //
    161       this.splitContainer2.Panel2.Controls.Add(this.checkbox);
     161      this.splitContainer2.Panel2.Controls.Add(this.checkBox);
    162162      this.splitContainer2.Size = new System.Drawing.Size(199, 580);
    163163      this.splitContainer2.SplitterDistance = 290;
    164164      this.splitContainer2.TabIndex = 1;
    165       //
    166       // checkbox
    167       //
    168       this.checkbox.Dock = System.Windows.Forms.DockStyle.Fill;
    169       this.checkbox.Enabled = false;
    170       this.checkbox.FormattingEnabled = true;
    171       this.checkbox.Location = new System.Drawing.Point(0, 0);
    172       this.checkbox.Name = "checkbox";
    173       this.checkbox.Size = new System.Drawing.Size(199, 274);
    174       this.checkbox.TabIndex = 1;
    175       this.checkbox.ThreeDCheckBoxes = true;
    176165      //
    177166      // formatterTabs
     
    184173      this.formatterTabs.Size = new System.Drawing.Size(394, 580);
    185174      this.formatterTabs.TabIndex = 0;
     175      //
     176      // checkBox
     177      //
     178      this.checkBox.Dock = System.Windows.Forms.DockStyle.Fill;
     179      this.checkBox.FormattingEnabled = true;
     180      this.checkBox.Location = new System.Drawing.Point(0, 0);
     181      this.checkBox.Name = "checkBox";
     182      this.checkBox.Size = new System.Drawing.Size(199, 277);
     183      this.checkBox.TabIndex = 0;
    186184      //
    187185      // PersistenceConfigurationForm
     
    211209    private System.Windows.Forms.ColumnHeader DecomposersColumn;
    212210    private System.Windows.Forms.SplitContainer splitContainer1;
    213     private System.Windows.Forms.CheckedListBox checkbox;
    214211    private System.Windows.Forms.SplitContainer splitContainer2;
    215212    private System.Windows.Forms.TabControl formatterTabs;
     
    218215    private System.Windows.Forms.DataGridViewCheckBoxColumn Column2;
    219216    private System.Windows.Forms.DataGridViewComboBoxColumn Column3;
     217    private System.Windows.Forms.ListBox checkBox;
    220218  }
    221219}
Note: See TracChangeset for help on using the changeset viewer.