Changeset 3711
- Timestamp:
- 05/07/10 23:33:00 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimizer/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.Designer.cs
r3298 r3711 57 57 this.descriptionColumnHeader = new System.Windows.Forms.ColumnHeader(); 58 58 this.imageList = new System.Windows.Forms.ImageList(this.components); 59 this.splitContainer = new System.Windows.Forms.SplitContainer(); 59 60 this.samplesGroupBox.SuspendLayout(); 60 61 this.loadingPanel.SuspendLayout(); 62 this.splitContainer.Panel1.SuspendLayout(); 63 this.splitContainer.Panel2.SuspendLayout(); 64 this.splitContainer.SuspendLayout(); 61 65 this.SuspendLayout(); 62 66 // … … 66 70 this.showStartPageCheckBox.AutoSize = true; 67 71 this.showStartPageCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; 68 this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 542);72 this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 620); 69 73 this.showStartPageCheckBox.Name = "showStartPageCheckBox"; 70 74 this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17); 71 this.showStartPageCheckBox.TabIndex = 3;75 this.showStartPageCheckBox.TabIndex = 1; 72 76 this.showStartPageCheckBox.Text = "Show Start Page on Startup"; 73 77 this.showStartPageCheckBox.UseVisualStyleBackColor = true; … … 85 89 this.firstStepsRichTextBox.Name = "firstStepsRichTextBox"; 86 90 this.firstStepsRichTextBox.ReadOnly = true; 87 this.firstStepsRichTextBox.Size = new System.Drawing.Size(7 60, 319);91 this.firstStepsRichTextBox.Size = new System.Drawing.Size(725, 370); 88 92 this.firstStepsRichTextBox.TabIndex = 1; 89 93 this.firstStepsRichTextBox.Text = "First Steps"; … … 95 99 | System.Windows.Forms.AnchorStyles.Right))); 96 100 this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 97 this.titleLabel.Location = new System.Drawing.Point( 3, 0);101 this.titleLabel.Location = new System.Drawing.Point(-1, 0); 98 102 this.titleLabel.Name = "titleLabel"; 99 this.titleLabel.Size = new System.Drawing.Size(7 60, 30);103 this.titleLabel.Size = new System.Drawing.Size(729, 30); 100 104 this.titleLabel.TabIndex = 0; 101 105 this.titleLabel.Text = "Title"; … … 104 108 // samplesGroupBox 105 109 // 106 this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 110 this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 111 | System.Windows.Forms.AnchorStyles.Left) 107 112 | System.Windows.Forms.AnchorStyles.Right))); 108 113 this.samplesGroupBox.Controls.Add(this.loadingPanel); 109 114 this.samplesGroupBox.Controls.Add(this.samplesListView); 110 this.samplesGroupBox.Location = new System.Drawing.Point( 3, 358);115 this.samplesGroupBox.Location = new System.Drawing.Point(0, 3); 111 116 this.samplesGroupBox.Name = "samplesGroupBox"; 112 this.samplesGroupBox.Size = new System.Drawing.Size(7 60, 178);113 this.samplesGroupBox.TabIndex = 2;117 this.samplesGroupBox.Size = new System.Drawing.Size(728, 201); 118 this.samplesGroupBox.TabIndex = 0; 114 119 this.samplesGroupBox.TabStop = false; 115 120 this.samplesGroupBox.Text = "Samples"; … … 117 122 // loadingPanel 118 123 // 119 this.loadingPanel.Anchor = System.Windows.Forms.AnchorStyles. Bottom;124 this.loadingPanel.Anchor = System.Windows.Forms.AnchorStyles.None; 120 125 this.loadingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 121 126 this.loadingPanel.Controls.Add(this.loadingProgressBar); 122 127 this.loadingPanel.Controls.Add(this.loadingLabel); 123 128 this.loadingPanel.Enabled = false; 124 this.loadingPanel.Location = new System.Drawing.Point( 205, 74);129 this.loadingPanel.Location = new System.Drawing.Point(189, 89); 125 130 this.loadingPanel.Name = "loadingPanel"; 126 131 this.loadingPanel.Size = new System.Drawing.Size(350, 62); … … 157 162 this.samplesListView.Name = "samplesListView"; 158 163 this.samplesListView.ShowItemToolTips = true; 159 this.samplesListView.Size = new System.Drawing.Size(7 54, 159);164 this.samplesListView.Size = new System.Drawing.Size(722, 182); 160 165 this.samplesListView.SmallImageList = this.imageList; 161 166 this.samplesListView.Sorting = System.Windows.Forms.SortOrder.Ascending; … … 182 187 this.imageList.TransparentColor = System.Drawing.Color.Transparent; 183 188 // 189 // splitContainer 190 // 191 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 192 | System.Windows.Forms.AnchorStyles.Left) 193 | System.Windows.Forms.AnchorStyles.Right))); 194 this.splitContainer.Location = new System.Drawing.Point(0, 0); 195 this.splitContainer.Name = "splitContainer"; 196 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; 197 // 198 // splitContainer.Panel1 199 // 200 this.splitContainer.Panel1.Controls.Add(this.titleLabel); 201 this.splitContainer.Panel1.Controls.Add(this.firstStepsRichTextBox); 202 // 203 // splitContainer.Panel2 204 // 205 this.splitContainer.Panel2.Controls.Add(this.samplesGroupBox); 206 this.splitContainer.Size = new System.Drawing.Size(728, 614); 207 this.splitContainer.SplitterDistance = 406; 208 this.splitContainer.TabIndex = 0; 209 // 184 210 // StartPage 185 211 // 186 212 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 187 213 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 188 this.Controls.Add(this.firstStepsRichTextBox); 189 this.Controls.Add(this.samplesGroupBox); 190 this.Controls.Add(this.titleLabel); 214 this.Controls.Add(this.splitContainer); 191 215 this.Controls.Add(this.showStartPageCheckBox); 192 216 this.Name = "StartPage"; 193 this.Size = new System.Drawing.Size(7 66, 562);217 this.Size = new System.Drawing.Size(728, 640); 194 218 this.samplesGroupBox.ResumeLayout(false); 195 219 this.loadingPanel.ResumeLayout(false); 220 this.splitContainer.Panel1.ResumeLayout(false); 221 this.splitContainer.Panel2.ResumeLayout(false); 222 this.splitContainer.ResumeLayout(false); 196 223 this.ResumeLayout(false); 197 224 this.PerformLayout(); … … 212 239 private System.Windows.Forms.ProgressBar loadingProgressBar; 213 240 private System.Windows.Forms.Label loadingLabel; 241 private System.Windows.Forms.SplitContainer splitContainer; 214 242 } 215 243 }
Note: See TracChangeset
for help on using the changeset viewer.