Changeset 112
- Timestamp:
- 03/28/08 16:15:56 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/ConstrainedItemListView.Designer.cs
r2 r112 47 47 this.itemsSplitContainer = new System.Windows.Forms.SplitContainer(); 48 48 this.itemsGroupBox = new System.Windows.Forms.GroupBox(); 49 this.itemsListView = new System.Windows.Forms.ListView(); 49 50 this.removeItemButton = new System.Windows.Forms.Button(); 50 51 this.addItemButton = new System.Windows.Forms.Button(); … … 54 55 this.constraintsTabPage = new System.Windows.Forms.TabPage(); 55 56 this.constraintsConstrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView(); 56 this.itemsListView = new System.Windows.Forms.ListView();57 57 this.itemsSplitContainer.Panel1.SuspendLayout(); 58 58 this.itemsSplitContainer.Panel2.SuspendLayout(); … … 94 94 this.itemsGroupBox.Text = "Items"; 95 95 // 96 // itemsListView 97 // 98 this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 99 | System.Windows.Forms.AnchorStyles.Left) 100 | System.Windows.Forms.AnchorStyles.Right))); 101 this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; 102 this.itemsListView.Location = new System.Drawing.Point(6, 19); 103 this.itemsListView.Name = "itemsListView"; 104 this.itemsListView.ShowGroups = false; 105 this.itemsListView.Size = new System.Drawing.Size(153, 324); 106 this.itemsListView.TabIndex = 0; 107 this.itemsListView.UseCompatibleStateImageBehavior = false; 108 this.itemsListView.View = System.Windows.Forms.View.List; 109 this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged); 110 this.itemsListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyUp); 111 // 96 112 // removeItemButton 97 113 // … … 168 184 this.constraintsConstrainedItemBaseView.Size = new System.Drawing.Size(367, 378); 169 185 this.constraintsConstrainedItemBaseView.TabIndex = 0; 170 //171 // itemsListView172 //173 this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)174 | System.Windows.Forms.AnchorStyles.Left)175 | System.Windows.Forms.AnchorStyles.Right)));176 this.itemsListView.Location = new System.Drawing.Point(6, 19);177 this.itemsListView.Name = "itemsListView";178 this.itemsListView.Size = new System.Drawing.Size(153, 324);179 this.itemsListView.TabIndex = 0;180 this.itemsListView.UseCompatibleStateImageBehavior = false;181 this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);182 this.itemsListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyUp);183 186 // 184 187 // ConstrainedItemListView
Note: See TracChangeset
for help on using the changeset viewer.