Ignore:
Timestamp:
Mar 24, 2005, 10:35:25 PM (19 years ago)
Author:
altba\rryu
Message:

・設定ウインドウの使っていないものを削除した。
・トラックバーの位置を微調整した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r44 r48  
    2020                private System.Windows.Forms.ImageList imageListFacePreviews;
    2121                private System.Windows.Forms.ToolTip toolTipPreviewDetail;
    22                 private System.Windows.Forms.ImageList imageListConfigTreeIcon;
    2322                private System.Windows.Forms.Label label6;
    2423                private System.Windows.Forms.CheckBox checkMouseMessage;
     
    7372                        this.components = new System.ComponentModel.Container();
    7473                        System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ConfigurationForm));
    75                         this.imageListConfigTreeIcon = new System.Windows.Forms.ImageList(this.components);
    7674                        this.imageListFacePreviews = new System.Windows.Forms.ImageList(this.components);
    7775                        this.label6 = new System.Windows.Forms.Label();
     
    9694                        this.SuspendLayout();
    9795                        //
    98                         // imageListConfigTreeIcon
    99                         //
    100                         this.imageListConfigTreeIcon.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
    101                         this.imageListConfigTreeIcon.ImageSize = new System.Drawing.Size(32, 32);
    102                         this.imageListConfigTreeIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListConfigTreeIcon.ImageStream")));
    103                         this.imageListConfigTreeIcon.TransparentColor = System.Drawing.Color.Transparent;
    104                         //
    10596                        // imageListFacePreviews
    10697                        //
     
    206197                                | System.Windows.Forms.AnchorStyles.Right)));
    207198                        this.trackBarOpacity.LargeChange = 10;
    208                         this.trackBarOpacity.Location = new System.Drawing.Point(64, 16);
     199                        this.trackBarOpacity.Location = new System.Drawing.Point(64, 13);
    209200                        this.trackBarOpacity.Maximum = 100;
    210201                        this.trackBarOpacity.Minimum = 5;
     
    253244                                | System.Windows.Forms.AnchorStyles.Right)));
    254245                        this.trackBarPatternSize.LargeChange = 10;
    255                         this.trackBarPatternSize.Location = new System.Drawing.Point(64, 15);
     246                        this.trackBarPatternSize.Location = new System.Drawing.Point(64, 12);
    256247                        this.trackBarPatternSize.Maximum = 100;
    257248                        this.trackBarPatternSize.Minimum = 10;
Note: See TracChangeset for help on using the changeset viewer.