Ignore:
Timestamp:
Dec 9, 2007, 4:40:36 PM (16 years ago)
Author:
rryu
Message:

ビジュアルスタイルを有効にした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r90 r104  
    7373                private void InitializeComponent()
    7474                {
    75                         this.components = new System.ComponentModel.Container();
    76                         System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ConfigurationForm));
    77                         this.imageListFacePreviews = new System.Windows.Forms.ImageList(this.components);
    78                         this.label6 = new System.Windows.Forms.Label();
    79                         this.toolTipPreviewDetail = new System.Windows.Forms.ToolTip(this.components);
    80                         this.checkMouseMessage = new System.Windows.Forms.CheckBox();
    81                         this.label4 = new System.Windows.Forms.Label();
    82                         this.linkWebSite = new System.Windows.Forms.LinkLabel();
    83                         this.buttonBrowse = new System.Windows.Forms.Button();
    84                         this.listViewFaces = new System.Windows.Forms.ListView();
    85                         this.groupBox1 = new System.Windows.Forms.GroupBox();
    86                         this.label5 = new System.Windows.Forms.Label();
    87                         this.label2 = new System.Windows.Forms.Label();
    88                         this.trackBarOpacity = new System.Windows.Forms.TrackBar();
    89                         this.groupBox2 = new System.Windows.Forms.GroupBox();
    90                         this.label7 = new System.Windows.Forms.Label();
    91                         this.label8 = new System.Windows.Forms.Label();
    92                         this.trackBarPatternSize = new System.Windows.Forms.TrackBar();
    93                         this.groupBox1.SuspendLayout();
    94                         ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).BeginInit();
    95                         this.groupBox2.SuspendLayout();
    96                         ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).BeginInit();
    97                         this.SuspendLayout();
    98                         //
    99                         // imageListFacePreviews
    100                         //
    101                         this.imageListFacePreviews.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
    102                         this.imageListFacePreviews.ImageSize = new System.Drawing.Size(128, 128);
    103                         this.imageListFacePreviews.TransparentColor = System.Drawing.Color.Transparent;
    104                         //
    105                         // label6
    106                         //
    107                         this.label6.Location = new System.Drawing.Point(5, 93);
    108                         this.label6.Name = "label6";
    109                         this.label6.Size = new System.Drawing.Size(196, 18);
    110                         this.label6.TabIndex = 7;
    111                         this.label6.Text = "‘å‚«‚³:";
    112                         //
    113                         // checkMouseMessage
    114                         //
    115                         this.checkMouseMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    116                         this.checkMouseMessage.Location = new System.Drawing.Point(8, 352);
    117                         this.checkMouseMessage.Name = "checkMouseMessage";
    118                         this.checkMouseMessage.Size = new System.Drawing.Size(339, 16);
    119                         this.checkMouseMessage.TabIndex = 6;
    120                         this.checkMouseMessage.Text = "ƒ}ƒEƒX‚Ì“®ì‚ð”w–ʂ̃EƒBƒ“ƒhƒE‚Ö“`‚¦‚é(&T)";
    121                         this.checkMouseMessage.Click += new System.EventHandler(this.checkMouseMessage_Click);
    122                         //
    123                         // label4
    124                         //
    125                         this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    126                         this.label4.Location = new System.Drawing.Point(8, 176);
    127                         this.label4.Name = "label4";
    128                         this.label4.Size = new System.Drawing.Size(63, 17);
    129                         this.label4.TabIndex = 15;
    130                         this.label4.Text = "ƒEƒFƒuƒTƒCƒg:";
    131                         //
    132                         // linkWebSite
    133                         //
    134                         this.linkWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    135                                 | System.Windows.Forms.AnchorStyles.Right)));
    136                         this.linkWebSite.Location = new System.Drawing.Point(72, 176);
    137                         this.linkWebSite.Name = "linkWebSite";
    138                         this.linkWebSite.Size = new System.Drawing.Size(322, 16);
    139                         this.linkWebSite.TabIndex = 14;
    140                         this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
    141                         //
    142                         // buttonBrowse
    143                         //
    144                         this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    145                         this.buttonBrowse.Location = new System.Drawing.Point(272, 192);
    146                         this.buttonBrowse.Name = "buttonBrowse";
    147                         this.buttonBrowse.Size = new System.Drawing.Size(95, 24);
    148                         this.buttonBrowse.TabIndex = 13;
    149                         this.buttonBrowse.Text = "ŽQÆ(&B)...";
    150                         this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
    151                         //
    152                         // listViewFaces
    153                         //
    154                         this.listViewFaces.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    155                                 | System.Windows.Forms.AnchorStyles.Left)
    156                                 | System.Windows.Forms.AnchorStyles.Right)));
    157                         this.listViewFaces.LargeImageList = this.imageListFacePreviews;
    158                         this.listViewFaces.Location = new System.Drawing.Point(8, 8);
    159                         this.listViewFaces.Name = "listViewFaces";
    160                         this.listViewFaces.Size = new System.Drawing.Size(362, 160);
    161                         this.listViewFaces.TabIndex = 12;
    162                         this.listViewFaces.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listViewFaces_MouseMove);
    163                         this.listViewFaces.SelectedIndexChanged += new System.EventHandler(this.listViewFaces_SelectedIndexChanged);
    164                         //
    165                         // groupBox1
    166                         //
    167                         this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    168                                 | System.Windows.Forms.AnchorStyles.Right)));
    169                         this.groupBox1.Controls.Add(this.label5);
    170                         this.groupBox1.Controls.Add(this.label2);
    171                         this.groupBox1.Controls.Add(this.trackBarOpacity);
    172                         this.groupBox1.Location = new System.Drawing.Point(10, 224);
    173                         this.groupBox1.Name = "groupBox1";
    174                         this.groupBox1.Size = new System.Drawing.Size(360, 56);
    175                         this.groupBox1.TabIndex = 19;
    176                         this.groupBox1.TabStop = false;
    177                         this.groupBox1.Text = "“§–¾“x";
    178                         //
    179                         // label5
    180                         //
    181                         this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    182                         this.label5.Location = new System.Drawing.Point(304, 24);
    183                         this.label5.Name = "label5";
    184                         this.label5.Size = new System.Drawing.Size(48, 11);
    185                         this.label5.TabIndex = 12;
    186                         this.label5.Text = "•s“§–¾";
    187                         this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
    188                         //
    189                         // label2
    190                         //
    191                         this.label2.Location = new System.Drawing.Point(8, 24);
    192                         this.label2.Name = "label2";
    193                         this.label2.Size = new System.Drawing.Size(40, 11);
    194                         this.label2.TabIndex = 11;
    195                         this.label2.Text = "“§–¾";
    196                         //
    197                         // trackBarOpacity
    198                         //
    199                         this.trackBarOpacity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    200                                 | System.Windows.Forms.AnchorStyles.Right)));
    201                         this.trackBarOpacity.LargeChange = 10;
    202                         this.trackBarOpacity.Location = new System.Drawing.Point(64, 12);
    203                         this.trackBarOpacity.Maximum = 100;
    204                         this.trackBarOpacity.Minimum = 5;
    205                         this.trackBarOpacity.Name = "trackBarOpacity";
    206                         this.trackBarOpacity.Size = new System.Drawing.Size(232, 37);
    207                         this.trackBarOpacity.TabIndex = 9;
    208                         this.trackBarOpacity.TickFrequency = 10;
    209                         this.trackBarOpacity.Value = 100;
    210                         this.trackBarOpacity.ValueChanged += new System.EventHandler(this.trackBarOpacity_ValueChanged);
    211                         //
    212                         // groupBox2
    213                         //
    214                         this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    215                                 | System.Windows.Forms.AnchorStyles.Right)));
    216                         this.groupBox2.Controls.Add(this.label7);
    217                         this.groupBox2.Controls.Add(this.label8);
    218                         this.groupBox2.Controls.Add(this.trackBarPatternSize);
    219                         this.groupBox2.Location = new System.Drawing.Point(10, 288);
    220                         this.groupBox2.Name = "groupBox2";
    221                         this.groupBox2.Size = new System.Drawing.Size(360, 56);
    222                         this.groupBox2.TabIndex = 20;
    223                         this.groupBox2.TabStop = false;
    224                         this.groupBox2.Text = "ƒpƒ^[ƒ“‚Ì‘å‚«‚³";
    225                         //
    226                         // label7
    227                         //
    228                         this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    229                         this.label7.Location = new System.Drawing.Point(312, 24);
    230                         this.label7.Name = "label7";
    231                         this.label7.Size = new System.Drawing.Size(40, 11);
    232                         this.label7.TabIndex = 21;
    233                         this.label7.Text = "Å‘å";
    234                         this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
    235                         //
    236                         // label8
    237                         //
    238                         this.label8.Location = new System.Drawing.Point(8, 24);
    239                         this.label8.Name = "label8";
    240                         this.label8.Size = new System.Drawing.Size(40, 11);
    241                         this.label8.TabIndex = 20;
    242                         this.label8.Text = "Å¬";
    243                         //
    244                         // trackBarPatternSize
    245                         //
    246                         this.trackBarPatternSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    247                                 | System.Windows.Forms.AnchorStyles.Right)));
    248                         this.trackBarPatternSize.LargeChange = 10;
    249                         this.trackBarPatternSize.Location = new System.Drawing.Point(64, 12);
    250                         this.trackBarPatternSize.Maximum = 100;
    251                         this.trackBarPatternSize.Minimum = 10;
    252                         this.trackBarPatternSize.Name = "trackBarPatternSize";
    253                         this.trackBarPatternSize.Size = new System.Drawing.Size(232, 37);
    254                         this.trackBarPatternSize.TabIndex = 19;
    255                         this.trackBarPatternSize.TickFrequency = 10;
    256                         this.trackBarPatternSize.Value = 100;
    257                         this.trackBarPatternSize.ValueChanged += new System.EventHandler(this.trackBarPatternSize_ValueChanged);
    258                         //
    259                         // ConfigurationForm
    260                         //
    261                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
    262                         this.ClientSize = new System.Drawing.Size(378, 376);
    263                         this.Controls.Add(this.groupBox2);
    264                         this.Controls.Add(this.groupBox1);
    265                         this.Controls.Add(this.label4);
    266                         this.Controls.Add(this.linkWebSite);
    267                         this.Controls.Add(this.buttonBrowse);
    268                         this.Controls.Add(this.listViewFaces);
    269                         this.Controls.Add(this.checkMouseMessage);
    270                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    271                         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    272                         this.MaximizeBox = false;
    273                         this.MinimizeBox = false;
    274                         this.MinimumSize = new System.Drawing.Size(384, 400);
    275                         this.Name = "ConfigurationForm";
    276                         this.Text = "MacFace ‚̐ݒè";
    277                         this.Load += new System.EventHandler(this.ConfigurationForm_Load);
    278                         this.groupBox1.ResumeLayout(false);
    279                         ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).EndInit();
    280                         this.groupBox2.ResumeLayout(false);
    281                         ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).EndInit();
    282                         this.ResumeLayout(false);
     75            this.components = new System.ComponentModel.Container();
     76            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationForm));
     77            this.imageListFacePreviews = new System.Windows.Forms.ImageList(this.components);
     78            this.label6 = new System.Windows.Forms.Label();
     79            this.toolTipPreviewDetail = new System.Windows.Forms.ToolTip(this.components);
     80            this.checkMouseMessage = new System.Windows.Forms.CheckBox();
     81            this.label4 = new System.Windows.Forms.Label();
     82            this.linkWebSite = new System.Windows.Forms.LinkLabel();
     83            this.buttonBrowse = new System.Windows.Forms.Button();
     84            this.listViewFaces = new System.Windows.Forms.ListView();
     85            this.groupBox1 = new System.Windows.Forms.GroupBox();
     86            this.label5 = new System.Windows.Forms.Label();
     87            this.label2 = new System.Windows.Forms.Label();
     88            this.trackBarOpacity = new System.Windows.Forms.TrackBar();
     89            this.groupBox2 = new System.Windows.Forms.GroupBox();
     90            this.label7 = new System.Windows.Forms.Label();
     91            this.label8 = new System.Windows.Forms.Label();
     92            this.trackBarPatternSize = new System.Windows.Forms.TrackBar();
     93            this.groupBox1.SuspendLayout();
     94            ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).BeginInit();
     95            this.groupBox2.SuspendLayout();
     96            ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).BeginInit();
     97            this.SuspendLayout();
     98            //
     99            // imageListFacePreviews
     100            //
     101            this.imageListFacePreviews.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     102            this.imageListFacePreviews.ImageSize = new System.Drawing.Size(128, 128);
     103            this.imageListFacePreviews.TransparentColor = System.Drawing.Color.Transparent;
     104            //
     105            // label6
     106            //
     107            this.label6.Location = new System.Drawing.Point(5, 93);
     108            this.label6.Name = "label6";
     109            this.label6.Size = new System.Drawing.Size(196, 18);
     110            this.label6.TabIndex = 7;
     111            this.label6.Text = "‘å‚«‚³:";
     112            //
     113            // checkMouseMessage
     114            //
     115            this.checkMouseMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     116            this.checkMouseMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
     117            this.checkMouseMessage.Location = new System.Drawing.Point(8, 352);
     118            this.checkMouseMessage.Name = "checkMouseMessage";
     119            this.checkMouseMessage.Size = new System.Drawing.Size(339, 16);
     120            this.checkMouseMessage.TabIndex = 6;
     121            this.checkMouseMessage.Text = "ƒ}ƒEƒX‚Ì“®ì‚ð”w–ʂ̃EƒBƒ“ƒhƒE‚Ö“`‚¦‚é(&T)";
     122            this.checkMouseMessage.Click += new System.EventHandler(this.checkMouseMessage_Click);
     123            //
     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(322, 16);
     140            this.linkWebSite.TabIndex = 14;
     141            this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
     142            //
     143            // buttonBrowse
     144            //
     145            this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     146            this.buttonBrowse.FlatStyle = System.Windows.Forms.FlatStyle.System;
     147            this.buttonBrowse.Location = new System.Drawing.Point(272, 192);
     148            this.buttonBrowse.Name = "buttonBrowse";
     149            this.buttonBrowse.Size = new System.Drawing.Size(95, 24);
     150            this.buttonBrowse.TabIndex = 13;
     151            this.buttonBrowse.Text = "ŽQÆ(&B)...";
     152            this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
     153            //
     154            // listViewFaces
     155            //
     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)));
     159            this.listViewFaces.LargeImageList = this.imageListFacePreviews;
     160            this.listViewFaces.Location = new System.Drawing.Point(8, 8);
     161            this.listViewFaces.Name = "listViewFaces";
     162            this.listViewFaces.Size = new System.Drawing.Size(362, 160);
     163            this.listViewFaces.TabIndex = 12;
     164            this.listViewFaces.UseCompatibleStateImageBehavior = false;
     165            this.listViewFaces.SelectedIndexChanged += new System.EventHandler(this.listViewFaces_SelectedIndexChanged);
     166            this.listViewFaces.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listViewFaces_MouseMove);
     167            //
     168            // groupBox1
     169            //
     170            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     171                        | System.Windows.Forms.AnchorStyles.Right)));
     172            this.groupBox1.Controls.Add(this.label5);
     173            this.groupBox1.Controls.Add(this.label2);
     174            this.groupBox1.Controls.Add(this.trackBarOpacity);
     175            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     176            this.groupBox1.Location = new System.Drawing.Point(10, 222);
     177            this.groupBox1.Name = "groupBox1";
     178            this.groupBox1.Size = new System.Drawing.Size(360, 60);
     179            this.groupBox1.TabIndex = 19;
     180            this.groupBox1.TabStop = false;
     181            this.groupBox1.Text = "“§–¾“x";
     182            //
     183            // label5
     184            //
     185            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);
     187            this.label5.Name = "label5";
     188            this.label5.Size = new System.Drawing.Size(48, 11);
     189            this.label5.TabIndex = 12;
     190            this.label5.Text = "•s“§–¾";
     191            this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     192            //
     193            // label2
     194            //
     195            this.label2.Location = new System.Drawing.Point(8, 24);
     196            this.label2.Name = "label2";
     197            this.label2.Size = new System.Drawing.Size(40, 11);
     198            this.label2.TabIndex = 11;
     199            this.label2.Text = "“§–¾";
     200            //
     201            // trackBarOpacity
     202            //
     203            this.trackBarOpacity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     204                        | System.Windows.Forms.AnchorStyles.Right)));
     205            this.trackBarOpacity.LargeChange = 10;
     206            this.trackBarOpacity.Location = new System.Drawing.Point(64, 12);
     207            this.trackBarOpacity.Maximum = 100;
     208            this.trackBarOpacity.Minimum = 5;
     209            this.trackBarOpacity.Name = "trackBarOpacity";
     210            this.trackBarOpacity.Size = new System.Drawing.Size(232, 45);
     211            this.trackBarOpacity.TabIndex = 9;
     212            this.trackBarOpacity.TickFrequency = 10;
     213            this.trackBarOpacity.Value = 100;
     214            this.trackBarOpacity.ValueChanged += new System.EventHandler(this.trackBarOpacity_ValueChanged);
     215            //
     216            // groupBox2
     217            //
     218            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     219                        | System.Windows.Forms.AnchorStyles.Right)));
     220            this.groupBox2.Controls.Add(this.label7);
     221            this.groupBox2.Controls.Add(this.label8);
     222            this.groupBox2.Controls.Add(this.trackBarPatternSize);
     223            this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     224            this.groupBox2.Location = new System.Drawing.Point(10, 286);
     225            this.groupBox2.Name = "groupBox2";
     226            this.groupBox2.Size = new System.Drawing.Size(360, 60);
     227            this.groupBox2.TabIndex = 20;
     228            this.groupBox2.TabStop = false;
     229            this.groupBox2.Text = "ƒpƒ^[ƒ“‚Ì‘å‚«‚³";
     230            //
     231            // label7
     232            //
     233            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);
     235            this.label7.Name = "label7";
     236            this.label7.Size = new System.Drawing.Size(40, 11);
     237            this.label7.TabIndex = 21;
     238            this.label7.Text = "Å‘å";
     239            this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     240            //
     241            // label8
     242            //
     243            this.label8.Location = new System.Drawing.Point(8, 24);
     244            this.label8.Name = "label8";
     245            this.label8.Size = new System.Drawing.Size(40, 11);
     246            this.label8.TabIndex = 20;
     247            this.label8.Text = "Å¬";
     248            //
     249            // trackBarPatternSize
     250            //
     251            this.trackBarPatternSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     252                        | System.Windows.Forms.AnchorStyles.Right)));
     253            this.trackBarPatternSize.LargeChange = 10;
     254            this.trackBarPatternSize.Location = new System.Drawing.Point(64, 12);
     255            this.trackBarPatternSize.Maximum = 100;
     256            this.trackBarPatternSize.Minimum = 10;
     257            this.trackBarPatternSize.Name = "trackBarPatternSize";
     258            this.trackBarPatternSize.Size = new System.Drawing.Size(232, 45);
     259            this.trackBarPatternSize.TabIndex = 19;
     260            this.trackBarPatternSize.TickFrequency = 10;
     261            this.trackBarPatternSize.Value = 100;
     262            this.trackBarPatternSize.ValueChanged += new System.EventHandler(this.trackBarPatternSize_ValueChanged);
     263            //
     264            // ConfigurationForm
     265            //
     266            this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     267            this.ClientSize = new System.Drawing.Size(378, 376);
     268            this.Controls.Add(this.groupBox2);
     269            this.Controls.Add(this.groupBox1);
     270            this.Controls.Add(this.label4);
     271            this.Controls.Add(this.linkWebSite);
     272            this.Controls.Add(this.buttonBrowse);
     273            this.Controls.Add(this.listViewFaces);
     274            this.Controls.Add(this.checkMouseMessage);
     275            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     276            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     277            this.MaximizeBox = false;
     278            this.MinimizeBox = false;
     279            this.MinimumSize = new System.Drawing.Size(384, 400);
     280            this.Name = "ConfigurationForm";
     281            this.Text = "MacFace ‚̐ݒè";
     282            this.Load += new System.EventHandler(this.ConfigurationForm_Load);
     283            this.groupBox1.ResumeLayout(false);
     284            this.groupBox1.PerformLayout();
     285            ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).EndInit();
     286            this.groupBox2.ResumeLayout(false);
     287            this.groupBox2.PerformLayout();
     288            ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).EndInit();
     289            this.ResumeLayout(false);
    283290
    284291                }
Note: See TracChangeset for help on using the changeset viewer.