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

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.