Ignore:
Timestamp:
Sep 9, 2005, 5:25:35 AM (19 years ago)
Author:
rryu
Message:

設定ウインドウのスタイルを普通のウインドウスタイルに戻した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    • Property svn:keywords changed from Id to id
    r48 r65  
     1/*
     2 * $Id$
     3 */
    14using System;
    25using System.Drawing;
     
    197200                                | System.Windows.Forms.AnchorStyles.Right)));
    198201                        this.trackBarOpacity.LargeChange = 10;
    199                         this.trackBarOpacity.Location = new System.Drawing.Point(64, 13);
     202                        this.trackBarOpacity.Location = new System.Drawing.Point(64, 12);
    200203                        this.trackBarOpacity.Maximum = 100;
    201204                        this.trackBarOpacity.Minimum = 5;
     
    265268                        this.Controls.Add(this.listViewFaces);
    266269                        this.Controls.Add(this.checkMouseMessage);
    267                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     270                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    268271                        this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    269272                        this.MaximizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.