Changeset 41


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

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

Location:
trunk/MacFaceFloat
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 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;
     
    8686
    8787                        // ƒpƒ^[ƒ“ƒEƒCƒ“ƒhƒE
    88                         this.patternWindow = new MainForm();
     88                        this.patternWindow = new PatternWindow();
    8989                }
    9090
  • 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;
Note: See TracChangeset for help on using the changeset viewer.