Changeset 104

Show
Ignore:
Timestamp:
12/09/07 16:40:36 (1 year ago)
Author:
rryu
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MacFaceFloat/ConfigurationForm.cs

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

    r65 r104  
    44    Microsoft ResX Schema  
    55     
    6     Version 1.3 
     6    Version 2.0 
    77     
    88    The primary goals of this format is to allow a simple XML format  
     
    1515    ... ado.net/XML headers & schema ... 
    1616    <resheader name="resmimetype">text/microsoft-resx</resheader> 
    17     <resheader name="version">1.3</resheader> 
     17    <resheader name="version">2.0</resheader> 
    1818    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> 
    1919    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> 
    20     <data name="Name1">this is my long string</data> 
     20    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> 
    2121    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> 
    2222    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> 
    23         [base64 mime encoded serialized .NET Framework object] 
     23        <value>[base64 mime encoded serialized .NET Framework object]</value> 
    2424    </data> 
    2525    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 
    26         [base64 mime encoded string representing a byte array form of the .NET Framework object] 
     26        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> 
     27        <comment>This is a comment</comment> 
    2728    </data> 
    2829                 
     
    3637    mimetype set. 
    3738     
    38     The mimetype is used forserialized objects, and tells the  
     39    The mimetype is used for serialized objects, and tells the  
    3940    ResXResourceReader how to depersist the object. This is currently not  
    4041    extensible. For a given mimetype the value must be set accordingly: 
     
    4647    mimetype: application/x-microsoft.net.object.binary.base64 
    4748    value   : The object must be serialized with  
    48             : System.Serialization.Formatters.Binary.BinaryFormatter 
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter 
    4950            : and then encoded with base64 encoding. 
    5051     
     
    6061    --> 
    6162  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> 
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> 
    6264    <xsd:element name="root" msdata:IsDataSet="true"> 
    6365      <xsd:complexType> 
    6466        <xsd:choice maxOccurs="unbounded"> 
     67          <xsd:element name="metadata"> 
     68            <xsd:complexType> 
     69              <xsd:sequence> 
     70                <xsd:element name="value" type="xsd:string" minOccurs="0" /> 
     71              </xsd:sequence> 
     72              <xsd:attribute name="name" use="required" type="xsd:string" /> 
     73              <xsd:attribute name="type" type="xsd:string" /> 
     74              <xsd:attribute name="mimetype" type="xsd:string" /> 
     75              <xsd:attribute ref="xml:space" /> 
     76            </xsd:complexType> 
     77          </xsd:element> 
     78          <xsd:element name="assembly"> 
     79            <xsd:complexType> 
     80              <xsd:attribute name="alias" type="xsd:string" /> 
     81              <xsd:attribute name="name" type="xsd:string" /> 
     82            </xsd:complexType> 
     83          </xsd:element> 
    6584          <xsd:element name="data"> 
    6685            <xsd:complexType> 
     
    6988                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> 
    7089              </xsd:sequence> 
    71               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" /> 
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> 
    7291              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> 
    7392              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> 
     93              <xsd:attribute ref="xml:space" /> 
    7494            </xsd:complexType> 
    7595          </xsd:element> 
     
    90110  </resheader> 
    91111  <resheader name="version"> 
    92     <value>1.3</value> 
     112    <value>2.0</value> 
    93113  </resheader> 
    94114  <resheader name="reader"> 
    95     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
     115    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
    96116  </resheader> 
    97117  <resheader name="writer"> 
    98     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
     118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
    99119  </resheader> 
    100   <data name="imageListFacePreviews.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    101     <value>Private</value> 
    102   </data> 
    103   <data name="imageListFacePreviews.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    104     <value>Private</value> 
    105   </data> 
    106   <data name="imageListFacePreviews.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     120  <metadata name="imageListFacePreviews.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    107121    <value>17, 17</value> 
    108   </data> 
    109   <data name="label6.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    110     <value>False</value> 
    111   </data> 
    112   <data name="label6.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    113     <value>Private</value> 
    114   </data> 
    115   <data name="label6.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    116     <value>Private</value> 
    117   </data> 
    118   <data name="toolTipPreviewDetail.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    119     <value>Private</value> 
    120   </data> 
    121   <data name="toolTipPreviewDetail.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
     122  </metadata> 
     123  <metadata name="toolTipPreviewDetail.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    122124    <value>189, 17</value> 
    123   </data> 
    124   <data name="toolTipPreviewDetail.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    125     <value>Private</value> 
    126   </data> 
    127   <data name="checkMouseMessage.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    128     <value>False</value> 
    129   </data> 
    130   <data name="checkMouseMessage.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    131     <value>Private</value> 
    132   </data> 
    133   <data name="checkMouseMessage.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    134     <value>Private</value> 
    135   </data> 
    136   <data name="label4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    137     <value>False</value> 
    138   </data> 
    139   <data name="label4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    140     <value>Private</value> 
    141   </data> 
    142   <data name="label4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    143     <value>Private</value> 
    144   </data> 
    145   <data name="linkWebSite.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    146     <value>Private</value> 
    147   </data> 
    148   <data name="linkWebSite.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    149     <value>Private</value> 
    150   </data> 
    151   <data name="linkWebSite.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    152     <value>False</value> 
    153   </data> 
    154   <data name="buttonBrowse.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    155     <value>False</value> 
    156   </data> 
    157   <data name="buttonBrowse.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    158     <value>Private</value> 
    159   </data> 
    160   <data name="buttonBrowse.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    161     <value>Private</value> 
    162   </data> 
    163   <data name="listViewFaces.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    164     <value>False</value> 
    165   </data> 
    166   <data name="listViewFaces.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    167     <value>Private</value> 
    168   </data> 
    169   <data name="listViewFaces.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    170     <value>Private</value> 
    171   </data> 
    172   <data name="groupBox1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    173     <value>Private</value> 
    174   </data> 
    175   <data name="groupBox1.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    176     <value>8, 8</value> 
    177   </data> 
    178   <data name="groupBox1.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    179     <value>True</value> 
    180   </data> 
    181   <data name="groupBox1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    182     <value>False</value> 
    183   </data> 
    184   <data name="groupBox1.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    185     <value>True</value> 
    186   </data> 
    187   <data name="groupBox1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    188     <value>Private</value> 
    189   </data> 
    190   <data name="label5.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    191     <value>False</value> 
    192   </data> 
    193   <data name="label5.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    194     <value>Private</value> 
    195   </data> 
    196   <data name="label5.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    197     <value>Private</value> 
    198   </data> 
    199   <data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    200     <value>False</value> 
    201   </data> 
    202   <data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    203     <value>Private</value> 
    204   </data> 
    205   <data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    206     <value>Private</value> 
    207   </data> 
    208   <data name="trackBarOpacity.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    209     <value>False</value> 
    210   </data> 
    211   <data name="trackBarOpacity.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    212     <value>Private</value> 
    213   </data> 
    214   <data name="trackBarOpacity.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    215     <value>Private</value> 
    216   </data> 
    217   <data name="groupBox2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    218     <value>Private</value> 
    219   </data> 
    220   <data name="groupBox2.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    221     <value>8, 8</value> 
    222   </data> 
    223   <data name="groupBox2.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    224     <value>True</value> 
    225   </data> 
    226   <data name="groupBox2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    227     <value>False</value> 
    228   </data> 
    229   <data name="groupBox2.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    230     <value>True</value> 
    231   </data> 
    232   <data name="groupBox2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    233     <value>Private</value> 
    234   </data> 
    235   <data name="label7.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    236     <value>False</value> 
    237   </data> 
    238   <data name="label7.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    239     <value>Private</value> 
    240   </data> 
    241   <data name="label7.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    242     <value>Private</value> 
    243   </data> 
    244   <data name="label8.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    245     <value>False</value> 
    246   </data> 
    247   <data name="label8.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    248     <value>Private</value> 
    249   </data> 
    250   <data name="label8.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    251     <value>Private</value> 
    252   </data> 
    253   <data name="trackBarPatternSize.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    254     <value>False</value> 
    255   </data> 
    256   <data name="trackBarPatternSize.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    257     <value>Private</value> 
    258   </data> 
    259   <data name="trackBarPatternSize.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    260     <value>Private</value> 
    261   </data> 
    262   <data name="$this.Name"> 
    263     <value>ConfigurationForm</value> 
    264   </data> 
    265   <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    266     <value>False</value> 
    267   </data> 
    268   <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    269     <value>(Default)</value> 
    270   </data> 
    271   <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    272     <value>False</value> 
    273   </data> 
    274   <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    275     <value>False</value> 
    276   </data> 
    277   <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    278     <value>8, 8</value> 
    279   </data> 
    280   <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    281     <value>True</value> 
    282   </data> 
    283   <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    284     <value>80</value> 
    285   </data> 
    286   <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    287     <value>True</value> 
    288   </data> 
    289   <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    290     <value>Private</value> 
    291   </data> 
    292   <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64"> 
     125  </metadata> 
     126  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 
     127  <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 
    293128    <value> 
    294129        AAABAAQAEBACAAAAAACwAAAARgAAABAQAAAAAAAAaAQAAPYAAAAgIAAAAAAAAKgQAABeBQAAMDAAAAAA 
  • trunk/MacFaceFloat/MacFaceApp.cs

    r101 r104  
    4444                public static void Main(string[] args) 
    4545                { 
    46                         AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); 
     46            Application.EnableVisualStyles(); 
     47            AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); 
    4748                        MacFaceApp app = new MacFaceApp(); 
    4849                        app.StartApplication();