Changeset 2917 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 03/03/10 06:46:30 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs
r2911 r2917 77 77 // descriptionTextBox 78 78 // 79 this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 80 | System.Windows.Forms.AnchorStyles.Right))); 81 this.descriptionTextBox.Size = new System.Drawing.Size(913, 48); 79 this.descriptionTextBox.Size = new System.Drawing.Size(913, 20); 82 80 this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged); 83 81 // … … 198 196 this.tabControl1.Controls.Add(this.tabPage1); 199 197 this.tabControl1.Controls.Add(tabPage2); 200 this.tabControl1.Location = new System.Drawing.Point(0, 78);198 this.tabControl1.Location = new System.Drawing.Point(0, 52); 201 199 this.tabControl1.Name = "tabControl1"; 202 200 this.tabControl1.SelectedIndex = 0; 203 this.tabControl1.Size = new System.Drawing.Size(985, 6 19);201 this.tabControl1.Size = new System.Drawing.Size(985, 645); 204 202 this.tabControl1.TabIndex = 7; 205 203 // … … 210 208 this.tabPage1.Name = "tabPage1"; 211 209 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 212 this.tabPage1.Size = new System.Drawing.Size( 898, 439);210 this.tabPage1.Size = new System.Drawing.Size(977, 619); 213 211 this.tabPage1.TabIndex = 0; 214 212 this.tabPage1.Text = "Parameters"; … … 222 220 this.parameterCollectionView1.Location = new System.Drawing.Point(3, 3); 223 221 this.parameterCollectionView1.Name = "parameterCollectionView1"; 224 this.parameterCollectionView1.Size = new System.Drawing.Size( 892, 433);222 this.parameterCollectionView1.Size = new System.Drawing.Size(971, 613); 225 223 this.parameterCollectionView1.TabIndex = 0; 226 224 // -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.cs
r2911 r2917 38 38 39 39 namespace HeuristicLab.Operators.Programmable { 40 40 [View("ProgrammableOperator View")] 41 41 [Content(typeof(ProgrammableOperator), true)] 42 42 public partial class ProgrammableOperatorView : NamedItemView { -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.resx
r2897 r2917 119 119 </resheader> 120 120 <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>107, 17</value> 122 </metadata> 123 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 124 <value>17, 17</value> 122 125 </metadata>
Note: See TracChangeset
for help on using the changeset viewer.