Changeset 108


Ignore:
Timestamp:
Aug 30, 2008, 12:03:04 AM (16 years ago)
Author:
rryu
Message:

設定ウインドウの配置を変えてみた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r107 r108  
    2424                private System.Windows.Forms.ToolTip toolTipPreviewDetail;
    2525                private System.Windows.Forms.Label label6;
    26                 private System.Windows.Forms.CheckBox checkMouseMessage;
    27                 private System.Windows.Forms.Label label4;
    28                 private System.Windows.Forms.LinkLabel linkWebSite;
     26        private System.Windows.Forms.CheckBox checkMouseMessage;
    2927                private System.Windows.Forms.Button buttonBrowse;
    3028                private System.Windows.Forms.ListView listViewFaces;
     
    3735                private System.Windows.Forms.Label label8;
    3836                private System.Windows.Forms.TrackBar trackBarPatternSize;
     37        private LinkLabel linkWebSite;
     38        private Label label1;
    3939                private System.ComponentModel.IContainer components;
    4040
     
    7979            this.toolTipPreviewDetail = new System.Windows.Forms.ToolTip(this.components);
    8080            this.checkMouseMessage = new System.Windows.Forms.CheckBox();
    81             this.label4 = new System.Windows.Forms.Label();
    82             this.linkWebSite = new System.Windows.Forms.LinkLabel();
    8381            this.buttonBrowse = new System.Windows.Forms.Button();
    8482            this.listViewFaces = new System.Windows.Forms.ListView();
     
    9189            this.label8 = new System.Windows.Forms.Label();
    9290            this.trackBarPatternSize = new System.Windows.Forms.TrackBar();
     91            this.linkWebSite = new System.Windows.Forms.LinkLabel();
     92            this.label1 = new System.Windows.Forms.Label();
    9393            this.groupBox1.SuspendLayout();
    9494            ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).BeginInit();
     
    113113            // checkMouseMessage
    114114            //
    115             this.checkMouseMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     115            this.checkMouseMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     116                        | System.Windows.Forms.AnchorStyles.Right)));
    116117            this.checkMouseMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
    117             this.checkMouseMessage.Location = new System.Drawing.Point(8, 352);
     118            this.checkMouseMessage.Location = new System.Drawing.Point(198, 255);
    118119            this.checkMouseMessage.Name = "checkMouseMessage";
    119             this.checkMouseMessage.Size = new System.Drawing.Size(339, 16);
     120            this.checkMouseMessage.Size = new System.Drawing.Size(284, 16);
    120121            this.checkMouseMessage.TabIndex = 6;
    121122            this.checkMouseMessage.Text = "ƒ}ƒEƒX‚Ì“®ì‚ð”w–ʂ̃EƒBƒ“ƒhƒE‚Ö“`‚¦‚é(&T)";
    122123            this.checkMouseMessage.Click += new System.EventHandler(this.checkMouseMessage_Click);
    123124            //
    124             // label4
    125             //
    126             this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    127             this.label4.Location = new System.Drawing.Point(8, 176);
    128             this.label4.Name = "label4";
    129             this.label4.Size = new System.Drawing.Size(63, 17);
    130             this.label4.TabIndex = 15;
    131             this.label4.Text = "ƒEƒFƒuƒTƒCƒg:";
    132             //
    133             // linkWebSite
    134             //
    135             this.linkWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    136                         | System.Windows.Forms.AnchorStyles.Right)));
    137             this.linkWebSite.Location = new System.Drawing.Point(72, 176);
    138             this.linkWebSite.Name = "linkWebSite";
    139             this.linkWebSite.Size = new System.Drawing.Size(330, 16);
    140             this.linkWebSite.TabIndex = 14;
    141             this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
    142             //
    143125            // buttonBrowse
    144126            //
    145127            this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    146128            this.buttonBrowse.FlatStyle = System.Windows.Forms.FlatStyle.System;
    147             this.buttonBrowse.Location = new System.Drawing.Point(280, 192);
     129            this.buttonBrowse.Location = new System.Drawing.Point(631, 98);
    148130            this.buttonBrowse.Name = "buttonBrowse";
    149131            this.buttonBrowse.Size = new System.Drawing.Size(95, 24);
     
    154136            // listViewFaces
    155137            //
    156             this.listViewFaces.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    157                         | System.Windows.Forms.AnchorStyles.Left)
    158                         | System.Windows.Forms.AnchorStyles.Right)));
     138            this.listViewFaces.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     139                        | System.Windows.Forms.AnchorStyles.Left)));
    159140            this.listViewFaces.LargeImageList = this.imageListFacePreviews;
    160             this.listViewFaces.Location = new System.Drawing.Point(8, 8);
     141            this.listViewFaces.Location = new System.Drawing.Point(12, 12);
     142            this.listViewFaces.MultiSelect = false;
    161143            this.listViewFaces.Name = "listViewFaces";
    162             this.listViewFaces.Size = new System.Drawing.Size(370, 160);
     144            this.listViewFaces.Size = new System.Drawing.Size(178, 325);
    163145            this.listViewFaces.TabIndex = 12;
    164146            this.listViewFaces.UseCompatibleStateImageBehavior = false;
     
    168150            // groupBox1
    169151            //
    170             this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     152            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    171153                        | System.Windows.Forms.AnchorStyles.Right)));
    172154            this.groupBox1.Controls.Add(this.label5);
     
    174156            this.groupBox1.Controls.Add(this.trackBarOpacity);
    175157            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
    176             this.groupBox1.Location = new System.Drawing.Point(10, 222);
     158            this.groupBox1.Location = new System.Drawing.Point(198, 123);
    177159            this.groupBox1.Name = "groupBox1";
    178             this.groupBox1.Size = new System.Drawing.Size(368, 60);
     160            this.groupBox1.Size = new System.Drawing.Size(284, 60);
    179161            this.groupBox1.TabIndex = 19;
    180162            this.groupBox1.TabStop = false;
     
    184166            //
    185167            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(312, 24);
     168            this.label5.Location = new System.Drawing.Point(228, 24);
    187169            this.label5.Name = "label5";
    188170            this.label5.Size = new System.Drawing.Size(48, 11);
     
    204186                        | System.Windows.Forms.AnchorStyles.Right)));
    205187            this.trackBarOpacity.LargeChange = 10;
    206             this.trackBarOpacity.Location = new System.Drawing.Point(64, 12);
     188            this.trackBarOpacity.Location = new System.Drawing.Point(54, 12);
    207189            this.trackBarOpacity.Maximum = 100;
    208190            this.trackBarOpacity.Minimum = 5;
    209191            this.trackBarOpacity.Name = "trackBarOpacity";
    210             this.trackBarOpacity.Size = new System.Drawing.Size(240, 45);
     192            this.trackBarOpacity.Size = new System.Drawing.Size(176, 45);
    211193            this.trackBarOpacity.TabIndex = 9;
    212194            this.trackBarOpacity.TickFrequency = 10;
     
    216198            // groupBox2
    217199            //
    218             this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     200            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    219201                        | System.Windows.Forms.AnchorStyles.Right)));
    220202            this.groupBox2.Controls.Add(this.label7);
     
    222204            this.groupBox2.Controls.Add(this.trackBarPatternSize);
    223205            this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
    224             this.groupBox2.Location = new System.Drawing.Point(10, 286);
     206            this.groupBox2.Location = new System.Drawing.Point(198, 189);
    225207            this.groupBox2.Name = "groupBox2";
    226             this.groupBox2.Size = new System.Drawing.Size(368, 60);
     208            this.groupBox2.Size = new System.Drawing.Size(284, 60);
    227209            this.groupBox2.TabIndex = 20;
    228210            this.groupBox2.TabStop = false;
     
    232214            //
    233215            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(320, 24);
     216            this.label7.Location = new System.Drawing.Point(236, 24);
    235217            this.label7.Name = "label7";
    236218            this.label7.Size = new System.Drawing.Size(40, 11);
     
    252234                        | System.Windows.Forms.AnchorStyles.Right)));
    253235            this.trackBarPatternSize.LargeChange = 10;
    254             this.trackBarPatternSize.Location = new System.Drawing.Point(64, 12);
     236            this.trackBarPatternSize.Location = new System.Drawing.Point(54, 12);
    255237            this.trackBarPatternSize.Maximum = 100;
    256238            this.trackBarPatternSize.Minimum = 10;
    257239            this.trackBarPatternSize.Name = "trackBarPatternSize";
    258             this.trackBarPatternSize.Size = new System.Drawing.Size(240, 45);
     240            this.trackBarPatternSize.Size = new System.Drawing.Size(176, 45);
    259241            this.trackBarPatternSize.TabIndex = 19;
    260242            this.trackBarPatternSize.TickFrequency = 10;
     
    262244            this.trackBarPatternSize.ValueChanged += new System.EventHandler(this.trackBarPatternSize_ValueChanged);
    263245            //
     246            // linkWebSite
     247            //
     248            this.linkWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     249                        | System.Windows.Forms.AnchorStyles.Right)));
     250            this.linkWebSite.Location = new System.Drawing.Point(265, 12);
     251            this.linkWebSite.Name = "linkWebSite";
     252            this.linkWebSite.Size = new System.Drawing.Size(217, 16);
     253            this.linkWebSite.TabIndex = 14;
     254            this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
     255            //
     256            // label1
     257            //
     258            this.label1.Location = new System.Drawing.Point(196, 12);
     259            this.label1.Name = "label1";
     260            this.label1.Size = new System.Drawing.Size(63, 17);
     261            this.label1.TabIndex = 15;
     262            this.label1.Text = "ƒEƒFƒuƒTƒCƒg:";
     263            //
    264264            // ConfigurationForm
    265265            //
    266266            this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
    267             this.ClientSize = new System.Drawing.Size(386, 376);
     267            this.ClientSize = new System.Drawing.Size(494, 349);
    268268            this.Controls.Add(this.groupBox2);
    269269            this.Controls.Add(this.groupBox1);
    270             this.Controls.Add(this.label4);
     270            this.Controls.Add(this.label1);
    271271            this.Controls.Add(this.linkWebSite);
    272272            this.Controls.Add(this.buttonBrowse);
     
    277277            this.MaximizeBox = false;
    278278            this.MinimizeBox = false;
    279             this.MinimumSize = new System.Drawing.Size(384, 400);
     279            this.MinimumSize = new System.Drawing.Size(500, 300);
    280280            this.Name = "ConfigurationForm";
    281281            this.Text = "MacFace ‚̐ݒè";
Note: See TracChangeset for help on using the changeset viewer.