Changeset 99


Ignore:
Timestamp:
Dec 9, 2007, 1:48:07 PM (16 years ago)
Author:
rryu
Message:

.NET Framework 2.0で非推奨になったメソッドを置き換えた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/PatternWindow.cs

    r86 r99  
    3636                void InitializeComponent()
    3737                {
    38                         this.AutoScale = false;
     38                        this.AutoScaleMode = AutoScaleMode.None;
    3939                        this.ClientSize = new System.Drawing.Size(128, 128);
    4040                        this.ControlBox = false;
Note: See TracChangeset for help on using the changeset viewer.