Changeset 5832 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 03/25/11 17:18:58 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r5163 r5832 19 19 </UpgradeBackupLocation> 20 20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 21 <TargetFrameworkProfile></TargetFrameworkProfile> 21 <TargetFrameworkProfile> 22 </TargetFrameworkProfile> 22 23 <PublishUrl>publish\</PublishUrl> 23 24 <Install>true</Install> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs
r5466 r5832 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 System.Windows.Forms.TabPage tabPage2; 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableOperatorView)); 47 this.tabPage2 = new System.Windows.Forms.TabPage(); 49 48 this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 49 this.compilationLabel = new System.Windows.Forms.Label(); 50 50 this.splitContainer2 = new System.Windows.Forms.SplitContainer(); 51 51 this.assembliesBox = new System.Windows.Forms.GroupBox(); … … 61 61 this.breakpointCheckBox = new System.Windows.Forms.CheckBox(); 62 62 this.breakpointLabel = new System.Windows.Forms.Label(); 63 this.compilationLabel = new System.Windows.Forms.Label();64 tabPage2 = new System.Windows.Forms.TabPage();65 63 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 66 tabPage2.SuspendLayout(); 64 this.tabPage2.SuspendLayout(); 65 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 67 66 this.splitContainer1.Panel1.SuspendLayout(); 68 67 this.splitContainer1.Panel2.SuspendLayout(); 69 68 this.splitContainer1.SuspendLayout(); 69 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 70 70 this.splitContainer2.Panel1.SuspendLayout(); 71 71 this.splitContainer2.Panel2.SuspendLayout(); … … 81 81 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 82 82 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 83 this.nameTextBox.Size = new System.Drawing.Size(913, 20); 84 // 85 // descriptionTextBox 86 // 87 this.descriptionTextBox.Size = new System.Drawing.Size(913, 20); 83 this.nameTextBox.Location = new System.Drawing.Point(70, 0); 84 this.nameTextBox.Size = new System.Drawing.Size(890, 20); 85 // 86 // infoLabel 87 // 88 this.infoLabel.Location = new System.Drawing.Point(966, 3); 88 89 // 89 90 // tabPage2 90 91 // 91 t abPage2.Controls.Add(this.splitContainer1);92 t abPage2.Location = new System.Drawing.Point(4, 22);93 t abPage2.Name = "tabPage2";94 t abPage2.Padding = new System.Windows.Forms.Padding(3);95 t abPage2.Size = new System.Drawing.Size(977, 596);96 t abPage2.TabIndex = 1;97 t abPage2.Text = "Code";98 t abPage2.UseVisualStyleBackColor = true;92 this.tabPage2.Controls.Add(this.splitContainer1); 93 this.tabPage2.Location = new System.Drawing.Point(4, 22); 94 this.tabPage2.Name = "tabPage2"; 95 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 96 this.tabPage2.Size = new System.Drawing.Size(977, 625); 97 this.tabPage2.TabIndex = 1; 98 this.tabPage2.Text = "Code"; 99 this.tabPage2.UseVisualStyleBackColor = true; 99 100 // 100 101 // splitContainer1 … … 114 115 // 115 116 this.splitContainer1.Panel2.Controls.Add(this.codeEditor); 116 this.splitContainer1.Size = new System.Drawing.Size(971, 590);117 this.splitContainer1.Size = new System.Drawing.Size(971, 619); 117 118 this.splitContainer1.SplitterDistance = 244; 118 119 this.splitContainer1.TabIndex = 0; 119 120 // 121 // compilationLabel 122 // 123 this.compilationLabel.AutoSize = true; 124 this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark; 125 this.compilationLabel.Location = new System.Drawing.Point(63, 9); 126 this.compilationLabel.Name = "compilationLabel"; 127 this.compilationLabel.Size = new System.Drawing.Size(69, 13); 128 this.compilationLabel.TabIndex = 2; 129 this.compilationLabel.Text = "Not compiled"; 130 // 120 131 // splitContainer2 121 132 // 122 133 this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 123 | System.Windows.Forms.AnchorStyles.Left)124 | System.Windows.Forms.AnchorStyles.Right)));134 | System.Windows.Forms.AnchorStyles.Left) 135 | System.Windows.Forms.AnchorStyles.Right))); 125 136 this.splitContainer2.Location = new System.Drawing.Point(0, 33); 126 137 this.splitContainer2.Name = "splitContainer2"; … … 134 145 // 135 146 this.splitContainer2.Panel2.Controls.Add(this.namespacesBox); 136 this.splitContainer2.Size = new System.Drawing.Size(242, 5 60);137 this.splitContainer2.SplitterDistance = 2 78;147 this.splitContainer2.Size = new System.Drawing.Size(242, 589); 148 this.splitContainer2.SplitterDistance = 292; 138 149 this.splitContainer2.TabIndex = 2; 139 150 // … … 144 155 this.assembliesBox.Location = new System.Drawing.Point(0, 0); 145 156 this.assembliesBox.Name = "assembliesBox"; 146 this.assembliesBox.Size = new System.Drawing.Size(242, 2 78);147 this.assembliesBox.TabIndex = 1;157 this.assembliesBox.Size = new System.Drawing.Size(242, 292); 158 this.assembliesBox.TabIndex = 0; 148 159 this.assembliesBox.TabStop = false; 149 160 this.assembliesBox.Text = "Assemblies"; … … 155 166 this.assembliesTreeView.Location = new System.Drawing.Point(3, 16); 156 167 this.assembliesTreeView.Name = "assembliesTreeView"; 157 this.assembliesTreeView.Size = new System.Drawing.Size(236, 2 59);168 this.assembliesTreeView.Size = new System.Drawing.Size(236, 273); 158 169 this.assembliesTreeView.TabIndex = 0; 159 170 this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck); … … 165 176 this.namespacesBox.Location = new System.Drawing.Point(0, 0); 166 177 this.namespacesBox.Name = "namespacesBox"; 167 this.namespacesBox.Size = new System.Drawing.Size(242, 2 78);168 this.namespacesBox.TabIndex = 1;178 this.namespacesBox.Size = new System.Drawing.Size(242, 293); 179 this.namespacesBox.TabIndex = 0; 169 180 this.namespacesBox.TabStop = false; 170 181 this.namespacesBox.Text = "Namespaces"; … … 177 188 this.namespacesTreeView.Name = "namespacesTreeView"; 178 189 this.namespacesTreeView.PathSeparator = "."; 179 this.namespacesTreeView.Size = new System.Drawing.Size(236, 2 59);190 this.namespacesTreeView.Size = new System.Drawing.Size(236, 274); 180 191 this.namespacesTreeView.TabIndex = 0; 181 192 this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck); … … 187 198 this.showCodeButton.Name = "showCodeButton"; 188 199 this.showCodeButton.Size = new System.Drawing.Size(24, 24); 189 this.showCodeButton.TabIndex = 0;200 this.showCodeButton.TabIndex = 1; 190 201 this.showCodeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 191 202 this.toolTip.SetToolTip(this.showCodeButton, "Show generated code"); … … 199 210 this.compileButton.Name = "compileButton"; 200 211 this.compileButton.Size = new System.Drawing.Size(24, 24); 201 this.compileButton.TabIndex = 1;212 this.compileButton.TabIndex = 0; 202 213 this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 203 214 this.toolTip.SetToolTip(this.compileButton, "Compile (F6)"); … … 211 222 this.codeEditor.Name = "codeEditor"; 212 223 this.codeEditor.Prefix = ""; 213 this.codeEditor.Size = new System.Drawing.Size(723, 590);224 this.codeEditor.Size = new System.Drawing.Size(723, 619); 214 225 this.codeEditor.Suffix = ""; 215 226 this.codeEditor.TabIndex = 0; … … 219 230 // tabControl1 220 231 // 232 this.tabControl1.AllowDrop = true; 221 233 this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 222 | System.Windows.Forms.AnchorStyles.Left)223 | System.Windows.Forms.AnchorStyles.Right)));234 | System.Windows.Forms.AnchorStyles.Left) 235 | System.Windows.Forms.AnchorStyles.Right))); 224 236 this.tabControl1.Controls.Add(this.tabPage1); 225 this.tabControl1.Controls.Add(t abPage2);226 this.tabControl1.Location = new System.Drawing.Point(0, 75);237 this.tabControl1.Controls.Add(this.tabPage2); 238 this.tabControl1.Location = new System.Drawing.Point(0, 46); 227 239 this.tabControl1.Name = "tabControl1"; 228 240 this.tabControl1.SelectedIndex = 0; 229 this.tabControl1.Size = new System.Drawing.Size(985, 6 22);230 this.tabControl1.TabIndex = 7;241 this.tabControl1.Size = new System.Drawing.Size(985, 651); 242 this.tabControl1.TabIndex = 5; 231 243 // 232 244 // tabPage1 … … 236 248 this.tabPage1.Name = "tabPage1"; 237 249 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 238 this.tabPage1.Size = new System.Drawing.Size(977, 596);250 this.tabPage1.Size = new System.Drawing.Size(977, 625); 239 251 this.tabPage1.TabIndex = 0; 240 252 this.tabPage1.Text = "Parameters"; … … 249 261 this.parameterCollectionView.Name = "parameterCollectionView"; 250 262 this.parameterCollectionView.ReadOnly = false; 251 this.parameterCollectionView.Size = new System.Drawing.Size(971, 590);263 this.parameterCollectionView.Size = new System.Drawing.Size(971, 619); 252 264 this.parameterCollectionView.TabIndex = 0; 253 265 // … … 255 267 // 256 268 this.breakpointCheckBox.AutoSize = true; 257 this.breakpointCheckBox.Location = new System.Drawing.Point(7 2, 52);269 this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26); 258 270 this.breakpointCheckBox.Name = "breakpointCheckBox"; 259 271 this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14); 260 this.breakpointCheckBox.TabIndex = 8;272 this.breakpointCheckBox.TabIndex = 4; 261 273 this.breakpointCheckBox.UseVisualStyleBackColor = true; 262 274 this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged); … … 265 277 // 266 278 this.breakpointLabel.AutoSize = true; 267 this.breakpointLabel.Location = new System.Drawing.Point(3, 52);279 this.breakpointLabel.Location = new System.Drawing.Point(3, 26); 268 280 this.breakpointLabel.Name = "breakpointLabel"; 269 281 this.breakpointLabel.Size = new System.Drawing.Size(61, 13); 270 this.breakpointLabel.TabIndex = 9;282 this.breakpointLabel.TabIndex = 3; 271 283 this.breakpointLabel.Text = "Breakpoint:"; 272 //273 // compilationLabel274 //275 this.compilationLabel.AutoSize = true;276 this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;277 this.compilationLabel.Location = new System.Drawing.Point(63, 9);278 this.compilationLabel.Name = "compilationLabel";279 this.compilationLabel.Size = new System.Drawing.Size(67, 13);280 this.compilationLabel.TabIndex = 3;281 this.compilationLabel.Text = "Not compiled";282 284 // 283 285 // ProgrammableOperatorView … … 286 288 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 287 289 this.Controls.Add(this.tabControl1); 290 this.Controls.Add(this.breakpointLabel); 288 291 this.Controls.Add(this.breakpointCheckBox); 289 this.Controls.Add(this.breakpointLabel);290 292 this.Name = "ProgrammableOperatorView"; 291 293 this.Size = new System.Drawing.Size(985, 697); 294 this.Controls.SetChildIndex(this.breakpointCheckBox, 0); 292 295 this.Controls.SetChildIndex(this.breakpointLabel, 0); 293 this.Controls.SetChildIndex(this.breakpointCheckBox, 0); 296 this.Controls.SetChildIndex(this.infoLabel, 0); 297 this.Controls.SetChildIndex(this.nameLabel, 0); 294 298 this.Controls.SetChildIndex(this.tabControl1, 0); 295 299 this.Controls.SetChildIndex(this.nameTextBox, 0); 296 this.Controls.SetChildIndex(this.nameLabel, 0);297 this.Controls.SetChildIndex(this.descriptionLabel, 0);298 this.Controls.SetChildIndex(this.descriptionTextBox, 0);299 300 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 300 t abPage2.ResumeLayout(false);301 this.tabPage2.ResumeLayout(false); 301 302 this.splitContainer1.Panel1.ResumeLayout(false); 302 303 this.splitContainer1.Panel1.PerformLayout(); 303 304 this.splitContainer1.Panel2.ResumeLayout(false); 305 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 304 306 this.splitContainer1.ResumeLayout(false); 305 307 this.splitContainer2.Panel1.ResumeLayout(false); 306 308 this.splitContainer2.Panel2.ResumeLayout(false); 309 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 307 310 this.splitContainer2.ResumeLayout(false); 308 311 this.assembliesBox.ResumeLayout(false); … … 332 335 private System.Windows.Forms.Label compilationLabel; 333 336 private System.Windows.Forms.Label breakpointLabel; 337 private System.Windows.Forms.TabPage tabPage2; 334 338 } 335 339 }
Note: See TracChangeset
for help on using the changeset viewer.