Changeset 107


Ignore:
Timestamp:
Aug 15, 2008, 10:32:35 PM (16 years ago)
Author:
rryu
Message:
  • 何かの拍子でウインドウからWS_EX_TOPMOSTスタイルが取れてしまう問題に対処した
  • VISTAで顔パターン一覧のリストボックスに1カラムしか出なくなっていたのに対処した
Location:
trunk/MacFaceFloat
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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  
    137137            this.linkWebSite.Location = new System.Drawing.Point(72, 176);
    138138            this.linkWebSite.Name = "linkWebSite";
    139             this.linkWebSite.Size = new System.Drawing.Size(322, 16);
     139            this.linkWebSite.Size = new System.Drawing.Size(330, 16);
    140140            this.linkWebSite.TabIndex = 14;
    141141            this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
     
    145145            this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    146146            this.buttonBrowse.FlatStyle = System.Windows.Forms.FlatStyle.System;
    147             this.buttonBrowse.Location = new System.Drawing.Point(272, 192);
     147            this.buttonBrowse.Location = new System.Drawing.Point(280, 192);
    148148            this.buttonBrowse.Name = "buttonBrowse";
    149149            this.buttonBrowse.Size = new System.Drawing.Size(95, 24);
     
    160160            this.listViewFaces.Location = new System.Drawing.Point(8, 8);
    161161            this.listViewFaces.Name = "listViewFaces";
    162             this.listViewFaces.Size = new System.Drawing.Size(362, 160);
     162            this.listViewFaces.Size = new System.Drawing.Size(370, 160);
    163163            this.listViewFaces.TabIndex = 12;
    164164            this.listViewFaces.UseCompatibleStateImageBehavior = false;
     
    176176            this.groupBox1.Location = new System.Drawing.Point(10, 222);
    177177            this.groupBox1.Name = "groupBox1";
    178             this.groupBox1.Size = new System.Drawing.Size(360, 60);
     178            this.groupBox1.Size = new System.Drawing.Size(368, 60);
    179179            this.groupBox1.TabIndex = 19;
    180180            this.groupBox1.TabStop = false;
     
    184184            //
    185185            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    186             this.label5.Location = new System.Drawing.Point(304, 24);
     186            this.label5.Location = new System.Drawing.Point(312, 24);
    187187            this.label5.Name = "label5";
    188188            this.label5.Size = new System.Drawing.Size(48, 11);
     
    208208            this.trackBarOpacity.Minimum = 5;
    209209            this.trackBarOpacity.Name = "trackBarOpacity";
    210             this.trackBarOpacity.Size = new System.Drawing.Size(232, 45);
     210            this.trackBarOpacity.Size = new System.Drawing.Size(240, 45);
    211211            this.trackBarOpacity.TabIndex = 9;
    212212            this.trackBarOpacity.TickFrequency = 10;
     
    224224            this.groupBox2.Location = new System.Drawing.Point(10, 286);
    225225            this.groupBox2.Name = "groupBox2";
    226             this.groupBox2.Size = new System.Drawing.Size(360, 60);
     226            this.groupBox2.Size = new System.Drawing.Size(368, 60);
    227227            this.groupBox2.TabIndex = 20;
    228228            this.groupBox2.TabStop = false;
     
    232232            //
    233233            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    234             this.label7.Location = new System.Drawing.Point(312, 24);
     234            this.label7.Location = new System.Drawing.Point(320, 24);
    235235            this.label7.Name = "label7";
    236236            this.label7.Size = new System.Drawing.Size(40, 11);
     
    256256            this.trackBarPatternSize.Minimum = 10;
    257257            this.trackBarPatternSize.Name = "trackBarPatternSize";
    258             this.trackBarPatternSize.Size = new System.Drawing.Size(232, 45);
     258            this.trackBarPatternSize.Size = new System.Drawing.Size(240, 45);
    259259            this.trackBarPatternSize.TabIndex = 19;
    260260            this.trackBarPatternSize.TickFrequency = 10;
     
    265265            //
    266266            this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
    267             this.ClientSize = new System.Drawing.Size(378, 376);
     267            this.ClientSize = new System.Drawing.Size(386, 376);
    268268            this.Controls.Add(this.groupBox2);
    269269            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
Note: See TracChangeset for help on using the changeset viewer.