Changeset 5902 for branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/Views/QueryView.Designer.cs
- Timestamp:
- 03/31/11 03:24:02 (14 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
- Property svn:ignore
-
old new 3 3 *.user 4 4 HeuristicLabClientsOKBPlugin.cs 5 *.vs10x
-
- Property svn:ignore
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/Views/QueryView.Designer.cs
r5612 r5902 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 0Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 55 55 this.resultsGroupBox = new System.Windows.Forms.GroupBox(); 56 56 this.includeBinaryValuesCheckBox = new System.Windows.Forms.CheckBox(); 57 this.deserializeBlobsCheckBox = new System.Windows.Forms.CheckBox();58 57 this.resultsInfoPanel = new System.Windows.Forms.Panel(); 59 58 this.abortButton = new System.Windows.Forms.Button(); … … 157 156 | System.Windows.Forms.AnchorStyles.Right))); 158 157 this.resultsGroupBox.Controls.Add(this.includeBinaryValuesCheckBox); 159 this.resultsGroupBox.Controls.Add(this.deserializeBlobsCheckBox);160 158 this.resultsGroupBox.Controls.Add(this.refreshResultsButton); 161 159 this.resultsGroupBox.Controls.Add(this.runCollectionView); … … 172 170 this.includeBinaryValuesCheckBox.Checked = true; 173 171 this.includeBinaryValuesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; 174 this.includeBinaryValuesCheckBox.Location = new System.Drawing.Point( 74, 24);172 this.includeBinaryValuesCheckBox.Location = new System.Drawing.Point(53, 24); 175 173 this.includeBinaryValuesCheckBox.Name = "includeBinaryValuesCheckBox"; 176 174 this.includeBinaryValuesCheckBox.Size = new System.Drawing.Size(128, 17); … … 178 176 this.includeBinaryValuesCheckBox.Text = "&Include Binary Values"; 179 177 this.includeBinaryValuesCheckBox.UseVisualStyleBackColor = true; 180 //181 // deserializeBlobsCheckBox182 //183 this.deserializeBlobsCheckBox.AutoSize = true;184 this.deserializeBlobsCheckBox.Checked = true;185 this.deserializeBlobsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;186 this.deserializeBlobsCheckBox.Location = new System.Drawing.Point(225, 24);187 this.deserializeBlobsCheckBox.Name = "deserializeBlobsCheckBox";188 this.deserializeBlobsCheckBox.Size = new System.Drawing.Size(144, 17);189 this.deserializeBlobsCheckBox.TabIndex = 2;190 this.deserializeBlobsCheckBox.Text = "&Deserialize Binary Values";191 this.deserializeBlobsCheckBox.UseVisualStyleBackColor = true;192 178 // 193 179 // resultsInfoPanel … … 291 277 private System.Windows.Forms.GroupBox resultsGroupBox; 292 278 private System.Windows.Forms.Panel filterPanel; 293 private System.Windows.Forms.CheckBox deserializeBlobsCheckBox;294 279 private System.Windows.Forms.Panel resultsInfoPanel; 295 280 private System.Windows.Forms.ProgressBar resultsProgressBar;
Note: See TracChangeset
for help on using the changeset viewer.