- Timestamp:
- 04/21/21 15:27:58 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.Designer.cs
r17252 r17953 67 67 // instancesComboBox 68 68 // 69 this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 69 this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 70 70 | System.Windows.Forms.AnchorStyles.Right))); 71 71 this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 72 72 this.instancesComboBox.FormattingEnabled = true; 73 this.instancesComboBox.Location = new System.Drawing.Point(60, 2); 73 this.instancesComboBox.ItemHeight = 13; 74 this.instancesComboBox.Location = new System.Drawing.Point(60, 1); 74 75 this.instancesComboBox.Name = "instancesComboBox"; 75 76 this.instancesComboBox.Size = new System.Drawing.Size(540, 21); … … 113 114 this.splitContainer2.Panel2.Controls.Add(this.instanceLabel); 114 115 this.splitContainer2.Panel2.Controls.Add(this.instancesComboBox); 115 this.splitContainer2.Size = new System.Drawing.Size(632, 2 3);116 this.splitContainer2.Size = new System.Drawing.Size(632, 25); 116 117 this.splitContainer2.SplitterDistance = 25; 117 118 this.splitContainer2.TabIndex = 21; … … 119 120 // exportButton 120 121 // 121 this.exportButton.Location = new System.Drawing.Point( 1, 0);122 this.exportButton.Location = new System.Drawing.Point(0, 0); 122 123 this.exportButton.Name = "exportButton"; 123 124 this.exportButton.Size = new System.Drawing.Size(24, 24); … … 125 126 this.exportButton.Text = "Export"; 126 127 this.exportButton.UseVisualStyleBackColor = true; 127 this.exportButton.Click += new System.EventHandler( exportButton_Click);128 this.exportButton.Click += new System.EventHandler(this.exportButton_Click); 128 129 // 129 130 // splitContainer1 130 131 // 131 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 132 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 132 133 | System.Windows.Forms.AnchorStyles.Right))); 133 134 this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; 134 135 this.splitContainer1.IsSplitterFixed = true; 135 this.splitContainer1.Location = new System.Drawing.Point(3 3, -1);136 this.splitContainer1.Location = new System.Drawing.Point(30, 0); 136 137 this.splitContainer1.Name = "splitContainer1"; 137 138 // … … 143 144 // 144 145 this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); 145 this.splitContainer1.Size = new System.Drawing.Size(661, 2 3);146 this.splitContainer1.Size = new System.Drawing.Size(661, 25); 146 147 this.splitContainer1.SplitterDistance = 25; 147 148 this.splitContainer1.TabIndex = 21; … … 155 156 this.importButton.Text = "Import"; 156 157 this.importButton.UseVisualStyleBackColor = true; 157 this.importButton.Click += new System.EventHandler( importButton_Click);158 this.importButton.Click += new System.EventHandler(this.importButton_Click); 158 159 // 159 160 // libraryInfoButton 160 161 // 161 this.libraryInfoButton.Location = new System.Drawing.Point(3, -1);162 this.libraryInfoButton.Location = new System.Drawing.Point(3, 0); 162 163 this.libraryInfoButton.Name = "libraryInfoButton"; 163 164 this.libraryInfoButton.Size = new System.Drawing.Size(24, 24); … … 167 168 this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click); 168 169 // 169 // ProblemInstanceProviderView Generic170 // ProblemInstanceProviderView 170 171 // 171 172 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 172 173 this.Controls.Add(this.libraryInfoButton); 173 174 this.Controls.Add(this.splitContainer1); 174 this.Name = "ProblemInstanceProviderViewGeneric"; 175 this.Name = "ProblemInstanceProviderView"; 176 this.Size = new System.Drawing.Size(694, 24); 175 177 this.splitContainer2.Panel1.ResumeLayout(false); 176 178 this.splitContainer2.Panel2.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.