- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- 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/GP-MoveOperators/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockForm.Designer.cs
r7259 r8085 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/GP-MoveOperators/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockingMainForm.Designer.cs
r7259 r8085 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/GP-MoveOperators/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DocumentForm.Designer.cs
r7259 r8085 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/GP-MoveOperators/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MultipleDocumentMainForm.Designer.cs
r7259 r8085 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/GP-MoveOperators/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/SingleDocumentMainForm.Designer.cs
r7259 r8085 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";
Note: See TracChangeset
for help on using the changeset viewer.