- Timestamp:
- 06/22/12 11:11:38 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/Controls/Sidebar.Designer.cs
r7259 r8086 50 50 // 51 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 53 53 this.Name = "DockSideBar"; 54 54 this.Size = new System.Drawing.Size(230, 225); -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.Designer.cs
r7259 r8086 104 104 // 105 105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 107 107 this.Controls.Add(this.viewsLabel); 108 108 this.Controls.Add(this.configurationLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockForm.Designer.cs
r7259 r8086 51 51 // 52 52 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 53 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;53 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 54 54 this.ClientSize = new System.Drawing.Size(632, 446); 55 55 this.Controls.Add(this.viewPanel); 56 this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));57 56 this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; 58 57 this.Name = "DockForm"; -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockingMainForm.Designer.cs
r7259 r8086 120 120 // 121 121 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 122 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;122 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 123 123 this.ClientSize = new System.Drawing.Size(624, 412); 124 124 this.Controls.Add(this.dockPanel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DocumentForm.Designer.cs
r7259 r8086 51 51 // 52 52 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 53 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;53 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 54 54 this.ClientSize = new System.Drawing.Size(632, 446); 55 55 this.Controls.Add(this.viewPanel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MultipleDocumentMainForm.Designer.cs
r7259 r8086 49 49 // 50 50 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 51 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;51 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 52 52 this.ClientSize = new System.Drawing.Size(596, 407); 53 53 this.IsMdiContainer = true; -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/SingleDocumentMainForm.Designer.cs
r7259 r8086 49 49 // 50 50 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 51 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;51 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 52 52 this.ClientSize = new System.Drawing.Size(624, 412); 53 53 this.Name = "SingleDocumentMainForm"; -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/Views/AsynchronousContentView.Designer.cs
r7259 r8086 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/Views/ContentView.Designer.cs
r7259 r8086 38 38 // 39 39 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 40 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;40 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 41 41 this.Name = "ContentView"; 42 42 this.ResumeLayout(false); -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/Views/ProgressView.designer.cs
r7582 r8086 78 78 // 79 79 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 81 81 this.Controls.Add(this.panel); 82 82 this.Name = "ProgressView"; -
branches/ScatterSearch (trunk integration)/HeuristicLab.MainForm.WindowsForms/3.3/Views/View.Designer.cs
r7259 r8086 50 50 // 51 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 53 53 this.Name = "ViewBase"; 54 54 this.Load += new System.EventHandler(this.View_Load);
Note: See TracChangeset
for help on using the changeset viewer.