Ignore:
Timestamp:
Feb 26, 2005, 4:01:28 AM (19 years ago)
Author:
altba\rryu
Message:

MainForm? クラスを PatternWindow? クラスに名称変更した。

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/PatternWindow.cs

    r39 r41  
    1212namespace MacFace.FloatApp
    1313{
    14         public class MainForm : Misuzilla.Windows.Forms.AlphaForm
     14        public class PatternWindow : Misuzilla.Windows.Forms.AlphaForm
    1515        {
    1616                private FaceDef curFaceDef;
     
    2222
    2323                // ƒRƒ“ƒXƒgƒ‰ƒNƒ^
    24                 public MainForm()
     24                public PatternWindow()
    2525                {
    2626                        InitializeComponent();
     
    4141                        this.MaximizeBox = false;
    4242                        this.MinimizeBox = false;
    43                         this.Name = "MainForm";
     43                        this.Name = "PatternWindow";
    4444                        this.Opacity = 0.75F;
    4545                        this.ShowInTaskbar = false;
Note: See TracChangeset for help on using the changeset viewer.