Ignore:
Timestamp:
Feb 16, 2005, 7:38:15 PM (19 years ago)
Author:
altba\rryu
Message:

Visual Studio .NET 2005ベータで編集したらは2003で開けなくなってしまったので、開けるように修正した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r30 r32  
    7777                {
    7878                        this.components = new System.ComponentModel.Container();
    79                         System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("‘S”Ê", 1, 1);
    80                         System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Šçƒpƒ^[ƒ“");
    81                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationForm));
     79                        System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ConfigurationForm));
    8280                        this.treeCategory = new System.Windows.Forms.TreeView();
    8381                        this.imageListConfigTreeIcon = new System.Windows.Forms.ImageList(this.components);
     
    8886                        this.panelContainer = new System.Windows.Forms.Panel();
    8987                        this.panelAppearance = new System.Windows.Forms.Panel();
     88                        this.label6 = new System.Windows.Forms.Label();
     89                        this.trackBarPatternSize = new System.Windows.Forms.TrackBar();
    9090                        this.label5 = new System.Windows.Forms.Label();
    9191                        this.checkMouseMessage = new System.Windows.Forms.CheckBox();
     
    101101                        this.imageListFacePreviews = new System.Windows.Forms.ImageList(this.components);
    102102                        this.toolTipPreviewDetail = new System.Windows.Forms.ToolTip(this.components);
    103                         this.trackBarPatternSize = new System.Windows.Forms.TrackBar();
    104                         this.label6 = new System.Windows.Forms.Label();
    105103                        this.panelContainer.SuspendLayout();
    106104                        this.panelAppearance.SuspendLayout();
     105                        ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).BeginInit();
    107106                        ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).BeginInit();
    108107                        this.panelFacePatternList.SuspendLayout();
    109                         ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).BeginInit();
    110108                        this.SuspendLayout();
    111 //
    112 // treeCategory
    113 //
    114                         this.treeCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    115                                                 | System.Windows.Forms.AnchorStyles.Left)));
     109                        //
     110                        // treeCategory
     111                        //
     112                        this.treeCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     113                                | System.Windows.Forms.AnchorStyles.Left)));
    116114                        this.treeCategory.FullRowSelect = true;
    117115                        this.treeCategory.HideSelection = false;
     
    120118                        this.treeCategory.Location = new System.Drawing.Point(0, 0);
    121119                        this.treeCategory.Name = "treeCategory";
    122                         treeNode3.ImageIndex = 1;
    123                         treeNode3.Name = "";
    124                         treeNode3.SelectedImageIndex = 1;
    125                         treeNode3.Text = "‘S”Ê";
    126                         treeNode4.Name = "";
    127                         treeNode4.Text = "Šçƒpƒ^[ƒ“";
    128120                        this.treeCategory.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
    129             treeNode3,
    130             treeNode4});
     121                                                                                                                                                                         new System.Windows.Forms.TreeNode("‘S”Ê", 1, 1),
     122                                                                                                                                                                         new System.Windows.Forms.TreeNode("Šçƒpƒ^[ƒ“")});
    131123                        this.treeCategory.ShowLines = false;
    132124                        this.treeCategory.ShowPlusMinus = false;
     
    135127                        this.treeCategory.TabIndex = 0;
    136128                        this.treeCategory.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeCategory_AfterSelect);
    137 //
    138 // imageListConfigTreeIcon
    139 //
     129                        //
     130                        // imageListConfigTreeIcon
     131                        //
    140132                        this.imageListConfigTreeIcon.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
    141133                        this.imageListConfigTreeIcon.ImageSize = new System.Drawing.Size(32, 32);
    142134                        this.imageListConfigTreeIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListConfigTreeIcon.ImageStream")));
    143135                        this.imageListConfigTreeIcon.TransparentColor = System.Drawing.Color.Transparent;
    144                         this.imageListConfigTreeIcon.Images.SetKeyName(0, "");
    145                         this.imageListConfigTreeIcon.Images.SetKeyName(1, "");
    146 //
    147 // buttonCancel
    148 //
     136                        //
     137                        // buttonCancel
     138                        //
    149139                        this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    150140                        this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     
    154144                        this.buttonCancel.TabIndex = 1;
    155145                        this.buttonCancel.Text = "ƒLƒƒƒ“ƒZƒ‹";
    156 //
    157 // buttonApply
    158 //
     146                        //
     147                        // buttonApply
     148                        //
    159149                        this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    160150                        this.buttonApply.Enabled = false;
     
    164154                        this.buttonApply.TabIndex = 2;
    165155                        this.buttonApply.Text = "“K—p(&A)";
    166 //
    167 // buttonOK
    168 //
     156                        //
     157                        // buttonOK
     158                        //
    169159                        this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    170160                        this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     
    175165                        this.buttonOK.Text = "OK";
    176166                        this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
    177 //
    178 // labelTitle
    179 //
    180                         this.labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    181                                                 | System.Windows.Forms.AnchorStyles.Right)));
     167                        //
     168                        // labelTitle
     169                        //
     170                        this.labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     171                                | System.Windows.Forms.AnchorStyles.Right)));
    182172                        this.labelTitle.BackColor = System.Drawing.SystemColors.ActiveCaption;
    183                         this.labelTitle.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     173                        this.labelTitle.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
    184174                        this.labelTitle.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
    185175                        this.labelTitle.Location = new System.Drawing.Point(107, 5);
     
    189179                        this.labelTitle.Text = "‘S”Ê";
    190180                        this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    191 //
    192 // panelContainer
    193 //
    194                         this.panelContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    195                                                 | System.Windows.Forms.AnchorStyles.Left)
    196                                                 | System.Windows.Forms.AnchorStyles.Right)));
     181                        //
     182                        // panelContainer
     183                        //
     184                        this.panelContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     185                                | System.Windows.Forms.AnchorStyles.Left)
     186                                | System.Windows.Forms.AnchorStyles.Right)));
    197187                        this.panelContainer.Controls.Add(this.panelAppearance);
    198188                        this.panelContainer.Controls.Add(this.panelFacePatternList);
     
    201191                        this.panelContainer.Size = new System.Drawing.Size(380, 218);
    202192                        this.panelContainer.TabIndex = 5;
    203 //
    204 // panelAppearance
    205 //
    206                         this.panelAppearance.Controls.Add(this.label6);
     193                        //
     194                        // panelAppearance
     195                        //
    207196                        this.panelAppearance.Controls.Add(this.trackBarPatternSize);
    208197                        this.panelAppearance.Controls.Add(this.label5);
     
    216205                        this.panelAppearance.Size = new System.Drawing.Size(366, 208);
    217206                        this.panelAppearance.TabIndex = 0;
    218 //
    219 // label5
    220 //
    221                         this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    222                                                 | System.Windows.Forms.AnchorStyles.Right)));
     207                        //
     208                        // label6
     209                        //
     210                        this.label6.Location = new System.Drawing.Point(5, 93);
     211                        this.label6.Name = "label6";
     212                        this.label6.Size = new System.Drawing.Size(196, 18);
     213                        this.label6.TabIndex = 7;
     214                        this.label6.Text = "‘å‚«‚³:";
     215                        //
     216                        // trackBarPatternSize
     217                        //
     218                        this.trackBarPatternSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     219                                | System.Windows.Forms.AnchorStyles.Right)));
     220                        this.trackBarPatternSize.LargeChange = 10;
     221                        this.trackBarPatternSize.Location = new System.Drawing.Point(15, 114);
     222                        this.trackBarPatternSize.Maximum = 100;
     223                        this.trackBarPatternSize.Minimum = 10;
     224                        this.trackBarPatternSize.Name = "trackBarPatternSize";
     225                        this.trackBarPatternSize.Size = new System.Drawing.Size(338, 37);
     226                        this.trackBarPatternSize.TabIndex = 6;
     227                        this.trackBarPatternSize.TickFrequency = 10;
     228                        this.trackBarPatternSize.Value = 100;
     229                        //
     230                        // label5
     231                        //
     232                        this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     233                                | System.Windows.Forms.AnchorStyles.Right)));
    223234                        this.label5.Location = new System.Drawing.Point(311, 55);
    224                         this.label5.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
    225235                        this.label5.Name = "label5";
    226236                        this.label5.Size = new System.Drawing.Size(42, 11);
    227237                        this.label5.TabIndex = 5;
    228238                        this.label5.Text = "•s“§–¾";
    229 //
    230 // checkMouseMessage
    231 //
    232                         this.checkMouseMessage.Location = new System.Drawing.Point(5, 188);
     239                        //
     240                        // checkMouseMessage
     241                        //
     242                        this.checkMouseMessage.Location = new System.Drawing.Point(5, 176);
    233243                        this.checkMouseMessage.Name = "checkMouseMessage";
    234                         this.checkMouseMessage.Size = new System.Drawing.Size(355, 11);
     244                        this.checkMouseMessage.Size = new System.Drawing.Size(355, 16);
    235245                        this.checkMouseMessage.TabIndex = 4;
    236246                        this.checkMouseMessage.Text = "ƒ}ƒEƒX‚Ì“®ì‚ð”w–ʂ̃EƒBƒ“ƒhƒE‚Ö“`‚¦‚é(&T)";
    237 //
    238 // label3
    239 //
     247                        //
     248                        // label3
     249                        //
    240250                        this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    241251                        this.label3.Location = new System.Drawing.Point(524, 73);
     
    244254                        this.label3.TabIndex = 3;
    245255                        this.label3.Text = "•s“§–¾";
    246 //
    247 // label2
    248 //
    249                         this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    250                                                 | System.Windows.Forms.AnchorStyles.Right)));
     256                        //
     257                        // label2
     258                        //
     259                        this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     260                                | System.Windows.Forms.AnchorStyles.Right)));
    251261                        this.label2.Location = new System.Drawing.Point(15, 55);
    252                         this.label2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
    253262                        this.label2.Name = "label2";
    254263                        this.label2.Size = new System.Drawing.Size(31, 11);
    255264                        this.label2.TabIndex = 2;
    256265                        this.label2.Text = "“§–¾";
    257 //
    258 // label1
    259 //
     266                        //
     267                        // label1
     268                        //
    260269                        this.label1.Location = new System.Drawing.Point(2, 5);
    261                         this.label1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
    262270                        this.label1.Name = "label1";
    263271                        this.label1.Size = new System.Drawing.Size(196, 18);
    264272                        this.label1.TabIndex = 1;
    265273                        this.label1.Text = "“§–¾“x:";
    266 //
    267 // trackBarOpacity
    268 //
    269                         this.trackBarOpacity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    270                                                 | System.Windows.Forms.AnchorStyles.Right)));
     274                        //
     275                        // trackBarOpacity
     276                        //
     277                        this.trackBarOpacity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     278                                | System.Windows.Forms.AnchorStyles.Right)));
    271279                        this.trackBarOpacity.LargeChange = 10;
    272280                        this.trackBarOpacity.Location = new System.Drawing.Point(15, 24);
    273                         this.trackBarOpacity.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
    274281                        this.trackBarOpacity.Maximum = 100;
    275282                        this.trackBarOpacity.Name = "trackBarOpacity";
    276                         this.trackBarOpacity.Size = new System.Drawing.Size(338, 42);
     283                        this.trackBarOpacity.Size = new System.Drawing.Size(338, 37);
    277284                        this.trackBarOpacity.TabIndex = 0;
    278285                        this.trackBarOpacity.TickFrequency = 10;
    279 //
    280 // panelFacePatternList
    281 //
     286                        //
     287                        // panelFacePatternList
     288                        //
    282289                        this.panelFacePatternList.Controls.Add(this.label4);
    283290                        this.panelFacePatternList.Controls.Add(this.linkWebSite);
     
    288295                        this.panelFacePatternList.Size = new System.Drawing.Size(367, 213);
    289296                        this.panelFacePatternList.TabIndex = 7;
    290 //
    291 // label4
    292 //
     297                        //
     298                        // label4
     299                        //
    293300                        this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    294301                        this.label4.Location = new System.Drawing.Point(4, 165);
     
    297304                        this.label4.TabIndex = 3;
    298305                        this.label4.Text = "ƒEƒFƒuƒTƒCƒg:";
    299 //
    300 // linkWebSite
    301 //
    302                         this.linkWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    303                                                 | System.Windows.Forms.AnchorStyles.Right)));
    304                         this.linkWebSite.Links.Add(new System.Windows.Forms.LinkLabel.Link(0, 0));
     306                        //
     307                        // linkWebSite
     308                        //
     309                        this.linkWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     310                                | System.Windows.Forms.AnchorStyles.Right)));
    305311                        this.linkWebSite.Location = new System.Drawing.Point(67, 165);
    306312                        this.linkWebSite.Name = "linkWebSite";
     
    308314                        this.linkWebSite.TabIndex = 2;
    309315                        this.linkWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkWebSite_LinkClicked);
    310 //
    311 // buttonBrowse
    312 //
     316                        //
     317                        // buttonBrowse
     318                        //
    313319                        this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    314320                        this.buttonBrowse.Location = new System.Drawing.Point(267, 187);
     
    318324                        this.buttonBrowse.Text = "ŽQÆ(&B)...";
    319325                        this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
    320 //
    321 // listViewFaces
    322 //
    323                         this.listViewFaces.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    324                                                 | System.Windows.Forms.AnchorStyles.Left)
    325                                                 | System.Windows.Forms.AnchorStyles.Right)));
     326                        //
     327                        // listViewFaces
     328                        //
     329                        this.listViewFaces.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     330                                | System.Windows.Forms.AnchorStyles.Left)
     331                                | System.Windows.Forms.AnchorStyles.Right)));
    326332                        this.listViewFaces.LargeImageList = this.imageListFacePreviews;
    327333                        this.listViewFaces.Location = new System.Drawing.Point(0, 0);
     
    329335                        this.listViewFaces.Size = new System.Drawing.Size(367, 161);
    330336                        this.listViewFaces.TabIndex = 0;
    331                         this.listViewFaces.SelectedIndexChanged += new System.EventHandler(this.listViewFaces_SelectedIndexChanged);
    332337                        this.listViewFaces.DoubleClick += new System.EventHandler(this.listViewFaces_DoubleClick);
    333338                        this.listViewFaces.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listViewFaces_MouseMove);
    334 //
    335 // imageListFacePreviews
    336 //
     339                        this.listViewFaces.SelectedIndexChanged += new System.EventHandler(this.listViewFaces_SelectedIndexChanged);
     340                        //
     341                        // imageListFacePreviews
     342                        //
    337343                        this.imageListFacePreviews.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
    338344                        this.imageListFacePreviews.ImageSize = new System.Drawing.Size(128, 128);
    339345                        this.imageListFacePreviews.TransparentColor = System.Drawing.Color.Transparent;
    340 //
    341 // trackBarPatternSize
    342 //
    343                         this.trackBarPatternSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    344                                                 | System.Windows.Forms.AnchorStyles.Right)));
    345                         this.trackBarPatternSize.LargeChange = 10;
    346                         this.trackBarPatternSize.Location = new System.Drawing.Point(15, 114);
    347                         this.trackBarPatternSize.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
    348                         this.trackBarPatternSize.Maximum = 100;
    349                         this.trackBarPatternSize.Minimum = 10;
    350                         this.trackBarPatternSize.Name = "trackBarPatternSize";
    351                         this.trackBarPatternSize.Size = new System.Drawing.Size(338, 42);
    352                         this.trackBarPatternSize.TabIndex = 6;
    353                         this.trackBarPatternSize.TickFrequency = 10;
    354                         this.trackBarPatternSize.Value = 100;
    355 //
    356 // label6
    357 //
    358                         this.label6.Location = new System.Drawing.Point(5, 93);
    359                         this.label6.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
    360                         this.label6.Name = "label6";
    361                         this.label6.Size = new System.Drawing.Size(196, 18);
    362                         this.label6.TabIndex = 7;
    363                         this.label6.Text = "‘å‚«‚³:";
    364 //
    365 // ConfigurationForm
    366 //
     346                        //
     347                        // ConfigurationForm
     348                        //
    367349                        this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
    368350                        this.ClientSize = new System.Drawing.Size(492, 297);
     
    379361                        this.panelContainer.ResumeLayout(false);
    380362                        this.panelAppearance.ResumeLayout(false);
    381                         this.panelAppearance.PerformLayout();
     363                        ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).EndInit();
    382364                        ((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).EndInit();
    383365                        this.panelFacePatternList.ResumeLayout(false);
    384                         ((System.ComponentModel.ISupportInitialize)(this.trackBarPatternSize)).EndInit();
    385366                        this.ResumeLayout(false);
    386367
Note: See TracChangeset for help on using the changeset viewer.