Changeset 107 for trunk

Show
Ignore:
Timestamp:
08/15/08 22:32:35 (5 months ago)
Author:
rryu
Message:
  • 何かの拍子でウインドウからWS_EX_TOPMOSTスタイルが取れてしまう問題に対処した
  • VISTAで顔パターン一覧のリストボックスに1カラムしか出なくなっていたのに対処した
Files:

Legend:

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

    r105 r107  
    1212[assembly: AssemblyCompany("Team MacFace")] 
    1313[assembly: AssemblyProduct("MacFace for Windows")] 
    14 [assembly: AssemblyCopyright("Copyright © 2005-2007 Team MacFace, All rights reserved.")] 
     14[assembly: AssemblyCopyright("Copyright © 2005-2008 Team MacFace, All rights reserved.")] 
    1515[assembly: AssemblyTrademark("")] 
    1616[assembly: AssemblyCulture("")]          
     
    2727// ビルドおよびリビジョン番号を既定値にすることができます。 
    2828 
    29 [assembly: MacFace.FloatApp.ApplicationVersionString("2007-12-09 (アルファ版)")] 
     29[assembly: MacFace.FloatApp.ApplicationVersionString("2008-08-15 (アルファ版)")] 
    3030//[assembly: AssemblyInformationalVersion("1.0.0.0")] 
    3131[assembly: AssemblyVersion("1.0.*")] 
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r104 r107  
    136136            this.linkWebSite.Location = new System.Drawing.Point(72, 176); 
    137137            this.linkWebSite.Name = "linkWebSite"; 
    138             this.linkWebSite.Size = new System.Drawing.Size(322, 16); 
     138            this.linkWebSite.Size = new System.Drawing.Size(330, 16); 
    139139            this.linkWebSite.TabIndex = 14; 
    140140            this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked); 
     
    144144            this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 
    145145            this.buttonBrowse.FlatStyle = System.Windows.Forms.FlatStyle.System; 
    146             this.buttonBrowse.Location = new System.Drawing.Point(272, 192); 
     146            this.buttonBrowse.Location = new System.Drawing.Point(280, 192); 
    147147            this.buttonBrowse.Name = "buttonBrowse"; 
    148148            this.buttonBrowse.Size = new System.Drawing.Size(95, 24); 
     
    159159            this.listViewFaces.Location = new System.Drawing.Point(8, 8); 
    160160            this.listViewFaces.Name = "listViewFaces"; 
    161             this.listViewFaces.Size = new System.Drawing.Size(362, 160); 
     161            this.listViewFaces.Size = new System.Drawing.Size(370, 160); 
    162162            this.listViewFaces.TabIndex = 12; 
    163163            this.listViewFaces.UseCompatibleStateImageBehavior = false; 
     
    175175            this.groupBox1.Location = new System.Drawing.Point(10, 222); 
    176176            this.groupBox1.Name = "groupBox1"; 
    177             this.groupBox1.Size = new System.Drawing.Size(360, 60); 
     177            this.groupBox1.Size = new System.Drawing.Size(368, 60); 
    178178            this.groupBox1.TabIndex = 19; 
    179179            this.groupBox1.TabStop = false; 
     
    183183            //  
    184184            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
    185             this.label5.Location = new System.Drawing.Point(304, 24); 
     185            this.label5.Location = new System.Drawing.Point(312, 24); 
    186186            this.label5.Name = "label5"; 
    187187            this.label5.Size = new System.Drawing.Size(48, 11); 
     
    207207            this.trackBarOpacity.Minimum = 5; 
    208208            this.trackBarOpacity.Name = "trackBarOpacity"; 
    209             this.trackBarOpacity.Size = new System.Drawing.Size(232, 45); 
     209            this.trackBarOpacity.Size = new System.Drawing.Size(240, 45); 
    210210            this.trackBarOpacity.TabIndex = 9; 
    211211            this.trackBarOpacity.TickFrequency = 10; 
     
    223223            this.groupBox2.Location = new System.Drawing.Point(10, 286); 
    224224            this.groupBox2.Name = "groupBox2"; 
    225             this.groupBox2.Size = new System.Drawing.Size(360, 60); 
     225            this.groupBox2.Size = new System.Drawing.Size(368, 60); 
    226226            this.groupBox2.TabIndex = 20; 
    227227            this.groupBox2.TabStop = false; 
     
    231231            //  
    232232            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
    233             this.label7.Location = new System.Drawing.Point(312, 24); 
     233            this.label7.Location = new System.Drawing.Point(320, 24); 
    234234            this.label7.Name = "label7"; 
    235235            this.label7.Size = new System.Drawing.Size(40, 11); 
     
    255255            this.trackBarPatternSize.Minimum = 10; 
    256256            this.trackBarPatternSize.Name = "trackBarPatternSize"; 
    257             this.trackBarPatternSize.Size = new System.Drawing.Size(232, 45); 
     257            this.trackBarPatternSize.Size = new System.Drawing.Size(240, 45); 
    258258            this.trackBarPatternSize.TabIndex = 19; 
    259259            this.trackBarPatternSize.TickFrequency = 10; 
     
    264264            //  
    265265            this.AutoScaleBaseSize = new System.Drawing.Size(5, 12); 
    266             this.ClientSize = new System.Drawing.Size(378, 376); 
     266            this.ClientSize = new System.Drawing.Size(386, 376); 
    267267            this.Controls.Add(this.groupBox2); 
    268268            this.Controls.Add(this.groupBox1); 
  • trunk/MacFaceFloat/PatternWindow.cs

    r99 r107  
    8585                } 
    8686 
    87                 protected override CreateParams CreateParams 
     87 
     88        public Boolean 
     89        TransparentMouseMessage 
     90        { 
     91            set 
     92            { 
     93                base.TransparentMouseMessage = value; 
     94                this.TopMost = value; 
     95            } 
     96        } 
     97         
     98        protected override CreateParams CreateParams 
    8899                { 
    89100                        get