Changeset 7590
- Timestamp:
- 03/09/12 11:41:37 (13 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/Views/QueryView.Designer.cs
r7589 r7590 56 56 this.refreshFiltersButton = new System.Windows.Forms.Button(); 57 57 this.constraintsTabPage = new System.Windows.Forms.TabPage(); 58 this.deselectAllButton = new System.Windows.Forms.Button(); 59 this.selectAllButton = new System.Windows.Forms.Button(); 60 this.constraintsCheckedListBox = new System.Windows.Forms.CheckedListBox(); 58 61 this.resultsGroupBox = new System.Windows.Forms.GroupBox(); 59 62 this.includeBinaryValuesCheckBox = new System.Windows.Forms.CheckBox(); … … 64 67 this.filtersInfoPanel = new System.Windows.Forms.Panel(); 65 68 this.filtersInfoLabel = new System.Windows.Forms.Label(); 66 this.constraintsCheckedListBox = new System.Windows.Forms.CheckedListBox();67 this.selectAllButton = new System.Windows.Forms.Button();68 this.deselectAllButton = new System.Windows.Forms.Button();69 69 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 70 70 this.splitContainer.Panel1.SuspendLayout(); … … 145 145 this.filterTabPage.Size = new System.Drawing.Size(824, 250); 146 146 this.filterTabPage.TabIndex = 0; 147 this.filterTabPage.Text = "Filter ";147 this.filterTabPage.Text = "Filters"; 148 148 this.filterTabPage.UseVisualStyleBackColor = true; 149 149 // … … 193 193 this.constraintsTabPage.Size = new System.Drawing.Size(824, 250); 194 194 this.constraintsTabPage.TabIndex = 1; 195 this.constraintsTabPage.Text = " Downloaded Values";195 this.constraintsTabPage.Text = "Limit Downloaded Values"; 196 196 this.constraintsTabPage.UseVisualStyleBackColor = true; 197 // 198 // deselectAllButton 199 // 200 this.deselectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 201 this.deselectAllButton.Location = new System.Drawing.Point(88, 221); 202 this.deselectAllButton.Name = "deselectAllButton"; 203 this.deselectAllButton.Size = new System.Drawing.Size(75, 23); 204 this.deselectAllButton.TabIndex = 2; 205 this.deselectAllButton.Text = "Deselect all"; 206 this.deselectAllButton.UseVisualStyleBackColor = true; 207 this.deselectAllButton.Click += new System.EventHandler(this.deselectAllButton_Click); 208 // 209 // selectAllButton 210 // 211 this.selectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 212 this.selectAllButton.Location = new System.Drawing.Point(6, 221); 213 this.selectAllButton.Name = "selectAllButton"; 214 this.selectAllButton.Size = new System.Drawing.Size(75, 23); 215 this.selectAllButton.TabIndex = 1; 216 this.selectAllButton.Text = "Select all"; 217 this.selectAllButton.UseVisualStyleBackColor = true; 218 this.selectAllButton.Click += new System.EventHandler(this.selectAllButton_Click); 219 // 220 // constraintsCheckedListBox 221 // 222 this.constraintsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 223 | System.Windows.Forms.AnchorStyles.Left) 224 | System.Windows.Forms.AnchorStyles.Right))); 225 this.constraintsCheckedListBox.CheckOnClick = true; 226 this.constraintsCheckedListBox.FormattingEnabled = true; 227 this.constraintsCheckedListBox.Location = new System.Drawing.Point(6, 6); 228 this.constraintsCheckedListBox.Name = "constraintsCheckedListBox"; 229 this.constraintsCheckedListBox.Size = new System.Drawing.Size(812, 214); 230 this.constraintsCheckedListBox.Sorted = true; 231 this.constraintsCheckedListBox.TabIndex = 0; 197 232 // 198 233 // resultsGroupBox … … 291 326 this.filtersInfoLabel.Text = "Loading Filters ..."; 292 327 this.filtersInfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 293 //294 // constraintsCheckedListBox295 //296 this.constraintsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)297 | System.Windows.Forms.AnchorStyles.Left)298 | System.Windows.Forms.AnchorStyles.Right)));299 this.constraintsCheckedListBox.CheckOnClick = true;300 this.constraintsCheckedListBox.FormattingEnabled = true;301 this.constraintsCheckedListBox.Location = new System.Drawing.Point(6, 6);302 this.constraintsCheckedListBox.Name = "constraintsCheckedListBox";303 this.constraintsCheckedListBox.Size = new System.Drawing.Size(812, 214);304 this.constraintsCheckedListBox.Sorted = true;305 this.constraintsCheckedListBox.TabIndex = 0;306 //307 // selectAllButton308 //309 this.selectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));310 this.selectAllButton.Location = new System.Drawing.Point(6, 221);311 this.selectAllButton.Name = "selectAllButton";312 this.selectAllButton.Size = new System.Drawing.Size(75, 23);313 this.selectAllButton.TabIndex = 1;314 this.selectAllButton.Text = "Select all";315 this.selectAllButton.UseVisualStyleBackColor = true;316 this.selectAllButton.Click += new System.EventHandler(this.selectAllButton_Click);317 //318 // deselectAllButton319 //320 this.deselectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));321 this.deselectAllButton.Location = new System.Drawing.Point(88, 221);322 this.deselectAllButton.Name = "deselectAllButton";323 this.deselectAllButton.Size = new System.Drawing.Size(75, 23);324 this.deselectAllButton.TabIndex = 2;325 this.deselectAllButton.Text = "Deselect all";326 this.deselectAllButton.UseVisualStyleBackColor = true;327 this.deselectAllButton.Click += new System.EventHandler(this.deselectAllButton_Click);328 328 // 329 329 // QueryView -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBExperimentUploadView.cs
r7584 r7590 89 89 foreach (var run in Content.Runs) { 90 90 OKBRunConfigSelectionView orcsv = new OKBRunConfigSelectionView(run, algorithms, problems); 91 orcsv.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 91 92 runConfigViews.Add(orcsv); 92 93 tableLayoutPanel.Controls.Add(orcsv); -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBRunConfigSelectionView.Designer.cs
r7580 r7590 41 41 this.lblRunName.Anchor = System.Windows.Forms.AnchorStyles.None; 42 42 this.lblRunName.AutoSize = true; 43 this.lblRunName.Location = new System.Drawing.Point( 40, 7);43 this.lblRunName.Location = new System.Drawing.Point(39, 7); 44 44 this.lblRunName.Name = "lblRunName"; 45 45 this.lblRunName.Size = new System.Drawing.Size(61, 13); … … 49 49 // cmbAlgorithm 50 50 // 51 this.cmbAlgorithm.Anchor = System.Windows.Forms.AnchorStyles.None; 51 this.cmbAlgorithm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 52 | System.Windows.Forms.AnchorStyles.Right))); 52 53 this.cmbAlgorithm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 53 54 this.cmbAlgorithm.FormattingEnabled = true; 54 this.cmbAlgorithm.Location = new System.Drawing.Point(42 6, 3);55 this.cmbAlgorithm.Location = new System.Drawing.Point(423, 3); 55 56 this.cmbAlgorithm.Name = "cmbAlgorithm"; 56 this.cmbAlgorithm.Size = new System.Drawing.Size(13 5, 21);57 this.cmbAlgorithm.Size = new System.Drawing.Size(134, 21); 57 58 this.cmbAlgorithm.TabIndex = 1; 58 59 // 59 60 // cmbProblem 60 61 // 61 this.cmbProblem.Anchor = System.Windows.Forms.AnchorStyles.None; 62 this.cmbProblem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 63 | System.Windows.Forms.AnchorStyles.Right))); 62 64 this.cmbProblem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 63 65 this.cmbProblem.FormattingEnabled = true; 64 this.cmbProblem.Location = new System.Drawing.Point(70 8, 3);66 this.cmbProblem.Location = new System.Drawing.Point(703, 3); 65 67 this.cmbProblem.Name = "cmbProblem"; 66 this.cmbProblem.Size = new System.Drawing.Size(13 5, 21);68 this.cmbProblem.Size = new System.Drawing.Size(134, 21); 67 69 this.cmbProblem.TabIndex = 2; 68 70 // … … 71 73 this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; 72 74 this.label1.AutoSize = true; 73 this.label1.Location = new System.Drawing.Point(31 3, 7);75 this.label1.Location = new System.Drawing.Point(311, 7); 74 76 this.label1.Name = "label1"; 75 77 this.label1.Size = new System.Drawing.Size(78, 13); … … 88 90 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); 89 91 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); 90 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F));92 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F)); 91 93 this.tableLayoutPanel1.Controls.Add(this.lblRunName, 0, 0); 92 94 this.tableLayoutPanel1.Controls.Add(this.cmbProblem, 5, 0); … … 105 107 // txtRunName 106 108 // 107 this.txtRunName.Anchor = System.Windows.Forms.AnchorStyles.None; 108 this.txtRunName.Location = new System.Drawing.Point(144, 3); 109 this.txtRunName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 110 | System.Windows.Forms.AnchorStyles.Right))); 111 this.txtRunName.Location = new System.Drawing.Point(143, 3); 109 112 this.txtRunName.Name = "txtRunName"; 110 this.txtRunName.Size = new System.Drawing.Size(13 5, 20);113 this.txtRunName.Size = new System.Drawing.Size(134, 20); 111 114 this.txtRunName.TabIndex = 4; 112 115 // … … 115 118 this.label2.Anchor = System.Windows.Forms.AnchorStyles.None; 116 119 this.label2.AutoSize = true; 117 this.label2.Location = new System.Drawing.Point(59 8, 7);120 this.label2.Location = new System.Drawing.Point(593, 7); 118 121 this.label2.Name = "label2"; 119 122 this.label2.Size = new System.Drawing.Size(73, 13); … … 127 130 this.chkUpload.Checked = true; 128 131 this.chkUpload.CheckState = System.Windows.Forms.CheckState.Checked; 129 this.chkUpload.Location = new System.Drawing.Point(8 61, 6);132 this.chkUpload.Location = new System.Drawing.Point(858, 6); 130 133 this.chkUpload.Name = "chkUpload"; 131 134 this.chkUpload.Size = new System.Drawing.Size(15, 14);
Note: See TracChangeset
for help on using the changeset viewer.