Changeset 110


Ignore:
Timestamp:
Sep 1, 2008, 9:02:17 PM (16 years ago)
Author:
rryu
Message:
  • Aero有効のVistaでパターン一覧に横スクロールバーが出てしまうのを修正
  • パターンファイルのURLが長い場合は省略して表示するようにした
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r109 r110  
    128128                        | System.Windows.Forms.AnchorStyles.Right)));
    129129            this.checkMouseMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
    130             this.checkMouseMessage.Location = new System.Drawing.Point(214, 255);
     130            this.checkMouseMessage.Location = new System.Drawing.Point(216, 255);
    131131            this.checkMouseMessage.Name = "checkMouseMessage";
    132             this.checkMouseMessage.Size = new System.Drawing.Size(268, 16);
     132            this.checkMouseMessage.Size = new System.Drawing.Size(266, 16);
    133133            this.checkMouseMessage.TabIndex = 6;
    134134            this.checkMouseMessage.Text = "ƒ}ƒEƒX‚Ì“®ì‚ð”w–ʂ̃EƒBƒ“ƒhƒE‚Ö“`‚¦‚é(&T)";
     
    154154            this.listViewFaces.MultiSelect = false;
    155155            this.listViewFaces.Name = "listViewFaces";
    156             this.listViewFaces.Size = new System.Drawing.Size(196, 325);
     156            this.listViewFaces.Size = new System.Drawing.Size(198, 325);
    157157            this.listViewFaces.TabIndex = 12;
    158158            this.listViewFaces.UseCompatibleStateImageBehavior = false;
     
    168168            this.groupBox1.Controls.Add(this.trackBarOpacity);
    169169            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
    170             this.groupBox1.Location = new System.Drawing.Point(214, 123);
     170            this.groupBox1.Location = new System.Drawing.Point(216, 123);
    171171            this.groupBox1.Name = "groupBox1";
    172             this.groupBox1.Size = new System.Drawing.Size(268, 60);
     172            this.groupBox1.Size = new System.Drawing.Size(266, 60);
    173173            this.groupBox1.TabIndex = 19;
    174174            this.groupBox1.TabStop = false;
     
    178178            //
    179179            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    180             this.label5.Location = new System.Drawing.Point(212, 24);
     180            this.label5.Location = new System.Drawing.Point(210, 24);
    181181            this.label5.Name = "label5";
    182182            this.label5.Size = new System.Drawing.Size(48, 11);
     
    202202            this.trackBarOpacity.Minimum = 5;
    203203            this.trackBarOpacity.Name = "trackBarOpacity";
    204             this.trackBarOpacity.Size = new System.Drawing.Size(160, 45);
     204            this.trackBarOpacity.Size = new System.Drawing.Size(158, 45);
    205205            this.trackBarOpacity.TabIndex = 9;
    206206            this.trackBarOpacity.TickFrequency = 10;
     
    216216            this.groupBox2.Controls.Add(this.trackBarPatternSize);
    217217            this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
    218             this.groupBox2.Location = new System.Drawing.Point(214, 189);
     218            this.groupBox2.Location = new System.Drawing.Point(216, 189);
    219219            this.groupBox2.Name = "groupBox2";
    220             this.groupBox2.Size = new System.Drawing.Size(268, 60);
     220            this.groupBox2.Size = new System.Drawing.Size(266, 60);
    221221            this.groupBox2.TabIndex = 20;
    222222            this.groupBox2.TabStop = false;
     
    226226            //
    227227            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    228             this.label7.Location = new System.Drawing.Point(220, 24);
     228            this.label7.Location = new System.Drawing.Point(218, 24);
    229229            this.label7.Name = "label7";
    230230            this.label7.Size = new System.Drawing.Size(40, 11);
     
    250250            this.trackBarPatternSize.Minimum = 10;
    251251            this.trackBarPatternSize.Name = "trackBarPatternSize";
    252             this.trackBarPatternSize.Size = new System.Drawing.Size(160, 45);
     252            this.trackBarPatternSize.Size = new System.Drawing.Size(158, 45);
    253253            this.trackBarPatternSize.TabIndex = 19;
    254254            this.trackBarPatternSize.TickFrequency = 10;
     
    258258            // linkWebSite
    259259            //
    260             this.linkWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    261                         | System.Windows.Forms.AnchorStyles.Right)));
    262             this.linkWebSite.AutoSize = true;
     260            this.linkWebSite.Anchor = System.Windows.Forms.AnchorStyles.Right;
     261            this.linkWebSite.AutoEllipsis = true;
    263262            this.linkWebSite.Location = new System.Drawing.Point(283, 66);
    264263            this.linkWebSite.Name = "linkWebSite";
    265             this.linkWebSite.Size = new System.Drawing.Size(0, 12);
     264            this.linkWebSite.Size = new System.Drawing.Size(199, 12);
    266265            this.linkWebSite.TabIndex = 14;
     266            this.linkWebSite.TabStop = true;
     267            this.linkWebSite.Text = "--";
    267268            this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
    268269            //
    269270            // label1
    270271            //
    271             this.label1.Location = new System.Drawing.Point(214, 66);
     272            this.label1.Location = new System.Drawing.Point(216, 66);
    272273            this.label1.Name = "label1";
    273             this.label1.Size = new System.Drawing.Size(63, 17);
     274            this.label1.Size = new System.Drawing.Size(61, 17);
    274275            this.label1.TabIndex = 15;
    275276            this.label1.Text = "ƒEƒFƒuƒTƒCƒg:";
     
    277278            // label3
    278279            //
    279             this.label3.Location = new System.Drawing.Point(214, 32);
     280            this.label3.Location = new System.Drawing.Point(216, 32);
    280281            this.label3.Name = "label3";
    281             this.label3.Size = new System.Drawing.Size(63, 17);
     282            this.label3.Size = new System.Drawing.Size(61, 17);
    282283            this.label3.TabIndex = 22;
    283284            this.label3.Text = "»ìŽÒ:";
     
    285286            // label4
    286287            //
    287             this.label4.Location = new System.Drawing.Point(214, 49);
     288            this.label4.Location = new System.Drawing.Point(216, 49);
    288289            this.label4.Name = "label4";
    289             this.label4.Size = new System.Drawing.Size(63, 17);
     290            this.label4.Size = new System.Drawing.Size(61, 17);
    290291            this.label4.TabIndex = 22;
    291292            this.label4.Text = "ƒo[ƒWƒ‡ƒ“:";
     
    293294            // lblAuthor
    294295            //
    295             this.lblAuthor.AutoSize = true;
     296            this.lblAuthor.Anchor = System.Windows.Forms.AnchorStyles.Right;
    296297            this.lblAuthor.Location = new System.Drawing.Point(283, 32);
    297298            this.lblAuthor.Name = "lblAuthor";
    298             this.lblAuthor.Size = new System.Drawing.Size(17, 12);
     299            this.lblAuthor.Size = new System.Drawing.Size(199, 12);
    299300            this.lblAuthor.TabIndex = 23;
    300301            this.lblAuthor.Text = "--";
     
    302303            // lblVersion
    303304            //
    304             this.lblVersion.AutoSize = true;
     305            this.lblVersion.Anchor = System.Windows.Forms.AnchorStyles.Right;
    305306            this.lblVersion.Location = new System.Drawing.Point(283, 49);
    306307            this.lblVersion.Name = "lblVersion";
    307             this.lblVersion.Size = new System.Drawing.Size(17, 12);
     308            this.lblVersion.Size = new System.Drawing.Size(199, 12);
    308309            this.lblVersion.TabIndex = 24;
    309310            this.lblVersion.Text = "--";
     
    311312            // label9
    312313            //
    313             this.label9.Location = new System.Drawing.Point(214, 15);
     314            this.label9.Location = new System.Drawing.Point(216, 15);
    314315            this.label9.Name = "label9";
    315             this.label9.Size = new System.Drawing.Size(63, 17);
     316            this.label9.Size = new System.Drawing.Size(61, 17);
    316317            this.label9.TabIndex = 22;
    317318            this.label9.Text = "–¼Ì:";
     
    319320            // lblTitle
    320321            //
    321             this.lblTitle.AutoSize = true;
     322            this.lblTitle.Anchor = System.Windows.Forms.AnchorStyles.Right;
    322323            this.lblTitle.Location = new System.Drawing.Point(283, 15);
    323324            this.lblTitle.Name = "lblTitle";
    324             this.lblTitle.Size = new System.Drawing.Size(17, 12);
     325            this.lblTitle.Size = new System.Drawing.Size(199, 12);
    325326            this.lblTitle.TabIndex = 23;
    326327            this.lblTitle.Text = "--";
     
    358359            ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).EndInit();
    359360            this.ResumeLayout(false);
    360             this.PerformLayout();
    361361
    362362                }
Note: See TracChangeset for help on using the changeset viewer.