Changeset 41

Show
Ignore:
Timestamp:
02/26/05 04:01:28 (4 years ago)
Author:
altba\rryu
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MacFaceFloat/MacFaceApp.cs

    r39 r41  
    2525 
    2626                private NotifyIcon notifyIcon; 
    27                 private MainForm patternWindow; 
     27                private PatternWindow patternWindow; 
    2828                 
    2929                private System.Windows.Forms.Timer updateTimer; 
     
    8585 
    8686                        // �p�^�[���E�C���h�E 
    87                         this.patternWindow = new MainForm(); 
     87                        this.patternWindow = new PatternWindow(); 
    8888                } 
    8989 
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r39 r41  
    149149                /> 
    150150                <File 
    151                     RelPath = "MainForm.cs" 
     151                    RelPath = "PatternWindow.cs" 
    152152                    SubType = "Form" 
    153153                    BuildAction = "Compile" 
  • 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;