Changeset 99

Show
Ignore:
Timestamp:
12/09/07 13:48:07 (1 year ago)
Author:
rryu
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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;