Changeset 112


Ignore:
Timestamp:
Sep 11, 2008, 12:06:32 AM (16 years ago)
Author:
mayuki
Message:
  • パターン更新インターバルの初期値が早すぎるので常識的な速度にした
  • ステータス表示ウィンドウをリサイズした際にラベルがついてこないのを修正した
Location:
trunk/MacFaceFloat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/Configuration.cs

    r111 r112  
    4343        [AutoConfigure("form.faceform.updatespeed")]
    4444        [Category("ƒpƒ^[ƒ“ƒEƒCƒ“ƒhƒE"), Description("XV‘¬“x1-10‚Ì’†‚ÅŽw’肵‚Ü‚·B")]
    45         public Int32 UpdateSpeed = 1;
     45        public Int32 UpdateSpeed = 10;
    4646
    4747        [AutoConfigure("form.faceform.transparentmousemessage")]
  • trunk/MacFaceFloat/StatusWindow.cs

    r103 r112  
    429429            // label8
    430430            //
     431            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    431432            this.label8.AutoSize = true;
    432433            this.label8.Location = new System.Drawing.Point(313, 8);
     
    438439            // lblTotal
    439440            //
     441            this.lblTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    440442            this.lblTotal.Location = new System.Drawing.Point(393, 9);
    441443            this.lblTotal.Name = "lblTotal";
     
    473475            this.Name = "StatusWindow";
    474476            this.Text = "ƒXƒe[ƒ^ƒX";
     477            this.Load += new System.EventHandler(this.StatusWindow_Load);
    475478            this.SizeChanged += new System.EventHandler(this.StatusWindow_SizeChanged);
    476             this.Load += new System.EventHandler(this.StatusWindow_Load);
    477479            ((System.ComponentModel.ISupportInitialize)(this.memoryGraphPicBox)).EndInit();
    478480            ((System.ComponentModel.ISupportInitialize)(this.cpuGraphPicBox)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.