ExplorerUserControl. Designer. cs
Description du code
ExplorerUserControl.Designer.cs est un fichier du projet BrolExplorer.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolexplorer/.
Projet BrolExplorer :
Explorateur de media en CSharp.
Code source ou contenu du fichier
Code c# (ExplorerUserControl.Designer.cs) (805 lignes)
namespace be.gaudry.explorer.view.controls { partial class ExplorerUserControl { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur de composants /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.explorerTS.SuspendLayout(); this.explorerSC.Panel1.SuspendLayout(); this.explorerSC.Panel2.SuspendLayout(); this.explorerSC.SuspendLayout(); this.filesListViewCMS.SuspendLayout(); this.showItemsTS.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.fileSelectedCMS.SuspendLayout(); this.SuspendLayout(); // // explorerTS // this.explorerTS.AutoSize = false; this.explorerTS.Dock = System.Windows.Forms.DockStyle.None; this.explorerTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.addressTSL, this.addressTSTB, this.goTSB}); this.explorerTS.Name = "explorerTS"; this.explorerTS.Stretch = true; this.explorerTS.TabIndex = 0; this.explorerTS.Text = "Barre d\'outils \"Adresse\""; // // addressTSL // this.addressTSL.Name = "addressTSL"; this.addressTSL.Text = "Adresse"; // // addressTSTB // this.addressTSTB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.addressTSTB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories; this.addressTSTB.AutoSize = false; this.addressTSTB.Name = "addressTSTB"; // // goTSB // this.goTSB.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.goTSB.Image = ((System.Drawing.Image)(resources.GetObject("goTSB.Image"))); this.goTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.goTSB.Name = "goTSB"; this.goTSB.Text = "OK"; // // explorerSC // this.explorerSC.Dock = System.Windows.Forms.DockStyle.Fill; this.explorerSC.Name = "explorerSC"; // // explorerSC.Panel1 // this.explorerSC.Panel1.Controls.Add(this.directoriesTreeView); // // explorerSC.Panel2 // this.explorerSC.Panel2.Controls.Add(this.imagesBrowser); this.explorerSC.Panel2.Controls.Add(this.filesListView); this.explorerSC.SplitterDistance = 198; this.explorerSC.TabIndex = 1; // // directoriesTreeView // this.directoriesTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.directoriesTreeView.ImageIndex = 0; this.directoriesTreeView.ImageList = this.directoriesImageList; this.directoriesTreeView.Name = "directoriesTreeView"; this.directoriesTreeView.SelectedImageIndex = 0; this.directoriesTreeView.ShowNodeToolTips = true; this.directoriesTreeView.TabIndex = 0; this.directoriesTreeView.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.directoriesTreeView_AfterCollapse); this.directoriesTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.directoriesTreeView_BeforeExpand); this.directoriesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.directoriesTreeView_AfterSelect); this.directoriesTreeView.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.directoriesTreeView_AfterExpand); // // directoriesImageList // this.directoriesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("directoriesImageList.ImageStream"))); this.directoriesImageList.TransparentColor = System.Drawing.Color.Transparent; this.directoriesImageList.Images.SetKeyName(0, ""); this.directoriesImageList.Images.SetKeyName(1, ""); // // filesListView // this.filesListView.AllowColumnReorder = true; this.fileNameColumnHeader, this.fileLengthColumnHeader, this.fileTypeColumnHeader, this.fileDateColumnHeader}); this.filesListView.ContextMenuStrip = this.filesListViewCMS; this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill; this.filesListView.Name = "filesListView"; this.filesListView.ShowItemToolTips = true; this.filesListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.filesListView.TabIndex = 0; this.filesListView.UseCompatibleStateImageBehavior = false; this.filesListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.filesListView_ColumnClick); this.filesListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.filesListView_ItemSelectionChanged); // // fileNameColumnHeader // this.fileNameColumnHeader.Text = "Nom"; this.fileNameColumnHeader.Width = 200; // // fileLengthColumnHeader // this.fileLengthColumnHeader.Text = "Taille"; this.fileLengthColumnHeader.Width = 120; // // fileTypeColumnHeader // this.fileTypeColumnHeader.Text = "Type"; this.fileTypeColumnHeader.Width = 40; // // fileDateColumnHeader // this.fileDateColumnHeader.Text = "Date de modification"; this.fileDateColumnHeader.Width = 140; // // filesListViewCMS // this.stripCTsMi, this.toolStripSeparator6, this.smallIconsCTsMi, this.tileCTsMi, this.largeIconsCTsMi, this.listCTsMi, this.detailsCTsMi, this.toolStripSeparator7, this.iconsOrderByTsMi, this.toolStripSeparator9, this.statsCTsMi}); this.filesListViewCMS.Name = "filesListViewCMS"; // // stripCTsMi // this.stripCTsMi.Name = "stripCTsMi"; this.stripCTsMi.Text = "Pellicule"; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // smallIconsCTsMi // this.smallIconsCTsMi.Name = "smallIconsCTsMi"; this.smallIconsCTsMi.Text = "Miniatures"; // // tileCTsMi // this.tileCTsMi.Name = "tileCTsMi"; this.tileCTsMi.Text = "Mosaïques"; // // largeIconsCTsMi // this.largeIconsCTsMi.Name = "largeIconsCTsMi"; this.largeIconsCTsMi.Text = "Icônes"; // // listCTsMi // this.listCTsMi.Name = "listCTsMi"; this.listCTsMi.Text = "Liste"; // // detailsCTsMi // this.detailsCTsMi.Name = "detailsCTsMi"; this.detailsCTsMi.Text = "Détails"; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; // // iconsOrderByTsMi // this.iconsOrderByNameTsMi, this.iconsOrderBySizeTsMi, this.iconsOrderByTypeTsMi, this.iconsOrderByModDateTsMi, this.toolStripSeparator8, this.iconsDisplayGroupsTsMi}); this.iconsOrderByTsMi.Name = "iconsOrderByTsMi"; this.iconsOrderByTsMi.Text = "Réorganiser les icônes par"; // // iconsOrderByNameTsMi // this.iconsOrderByNameTsMi.Name = "iconsOrderByNameTsMi"; this.iconsOrderByNameTsMi.Text = "Nom"; // // iconsOrderBySizeTsMi // this.iconsOrderBySizeTsMi.Name = "iconsOrderBySizeTsMi"; this.iconsOrderBySizeTsMi.Text = "Taille"; // // iconsOrderByTypeTsMi // this.iconsOrderByTypeTsMi.Name = "iconsOrderByTypeTsMi"; this.iconsOrderByTypeTsMi.Text = "Type"; // // iconsOrderByModDateTsMi // this.iconsOrderByModDateTsMi.Name = "iconsOrderByModDateTsMi"; this.iconsOrderByModDateTsMi.Text = "Modifié le"; // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; // // iconsDisplayGroupsTsMi // this.iconsDisplayGroupsTsMi.Name = "iconsDisplayGroupsTsMi"; this.iconsDisplayGroupsTsMi.Text = "Afficher par groupes"; // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; // // statsCTsMi // this.statsCTsMi.Name = "statsCTsMi"; this.statsCTsMi.Text = "Statistiques"; // // showItemsTS // this.showItemsTS.Dock = System.Windows.Forms.DockStyle.None; this.showItemsTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.showDesktopTSB, this.showMyDocumentsTSB, this.showMyPicturesTSB, this.showMyFavouritesTSB, this.showNetworksTSB, this.toolStripSeparator1, this.collapseTreeTSB, this.toolStripSplitButton1, this.toolStripSeparator2, this.newFolderTSB, this.goToParentTSB, this.toolStripSeparator4, this.openSearchPanelTSB, this.toolStripSeparator5, this.editImageTSB}); this.showItemsTS.Name = "showItemsTS"; this.showItemsTS.Stretch = true; this.showItemsTS.TabIndex = 2; this.showItemsTS.Text = "showNodesTS"; // // showDesktopTSB // this.showDesktopTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showDesktopTSB.Image = ((System.Drawing.Image)(resources.GetObject("showDesktopTSB.Image"))); this.showDesktopTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.showDesktopTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.showDesktopTSB.Name = "showDesktopTSB"; // // showMyDocumentsTSB // this.showMyDocumentsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showMyDocumentsTSB.Image = ((System.Drawing.Image)(resources.GetObject("showMyDocumentsTSB.Image"))); this.showMyDocumentsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.showMyDocumentsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.showMyDocumentsTSB.Name = "showMyDocumentsTSB"; // // showMyPicturesTSB // this.showMyPicturesTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showMyPicturesTSB.Image = ((System.Drawing.Image)(resources.GetObject("showMyPicturesTSB.Image"))); this.showMyPicturesTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.showMyPicturesTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.showMyPicturesTSB.Name = "showMyPicturesTSB"; // // showMyFavouritesTSB // this.showMyFavouritesTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showMyFavouritesTSB.Image = ((System.Drawing.Image)(resources.GetObject("showMyFavouritesTSB.Image"))); this.showMyFavouritesTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.showMyFavouritesTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.showMyFavouritesTSB.Name = "showMyFavouritesTSB"; // // showNetworksTSB // this.showNetworksTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showNetworksTSB.Image = ((System.Drawing.Image)(resources.GetObject("showNetworksTSB.Image"))); this.showNetworksTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.showNetworksTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.showNetworksTSB.Name = "showNetworksTSB"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // collapseTreeTSB // this.collapseTreeTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.collapseTreeTSB.Image = global::be.gaudry.explorer.Properties.Resources.expandSCBtn32; this.collapseTreeTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.collapseTreeTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.collapseTreeTSB.Name = "collapseTreeTSB"; this.collapseTreeTSB.Text = "Affiche ou masque l\'arbre d\'exploration"; // // toolStripSplitButton1 // this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.stripTsMi, this.toolStripSeparator3, this.smallIconsTsMi, this.tileTsMi, this.largeIconsTsMi, this.listTsMi, this.detailsTsMi, this.toolStripSeparator10, this.statsTsMi}); this.toolStripSplitButton1.Image = global::be.gaudry.explorer.Properties.Resources.ThumbnailView; this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSplitButton1.Name = "toolStripSplitButton1"; this.toolStripSplitButton1.Text = "toolStripSplitButton1"; // // stripTsMi // this.stripTsMi.Name = "stripTsMi"; this.stripTsMi.Text = "Pellicule"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // smallIconsTsMi // this.smallIconsTsMi.Name = "smallIconsTsMi"; this.smallIconsTsMi.Text = "Miniatures"; // // tileTsMi // this.tileTsMi.Name = "tileTsMi"; this.tileTsMi.Text = "Mosaïques"; // // largeIconsTsMi // this.largeIconsTsMi.Name = "largeIconsTsMi"; this.largeIconsTsMi.Text = "Icônes"; // // listTsMi // this.listTsMi.Name = "listTsMi"; this.listTsMi.Text = "Liste"; // // detailsTsMi // this.detailsTsMi.Name = "detailsTsMi"; this.detailsTsMi.Text = "Détails"; // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; // // statsTsMi // this.statsTsMi.Name = "statsTsMi"; this.statsTsMi.Text = "Occupation du répertoire"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; // // newFolderTSB // this.newFolderTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.newFolderTSB.Enabled = false; this.newFolderTSB.Image = global::be.gaudry.explorer.Properties.Resources.NewFolder; this.newFolderTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.newFolderTSB.Name = "newFolderTSB"; this.newFolderTSB.Text = "Créer un nouveau répertoire"; // // goToParentTSB // this.goToParentTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.goToParentTSB.Enabled = false; this.goToParentTSB.Image = global::be.gaudry.explorer.Properties.Resources.ParentFolder; this.goToParentTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.goToParentTSB.Name = "goToParentTSB"; this.goToParentTSB.Text = "Répertoire parent"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // openSearchPanelTSB // this.openSearchPanelTSB.Image = global::be.gaudry.explorer.Properties.Resources.searchBtn32; this.openSearchPanelTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.openSearchPanelTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.openSearchPanelTSB.Name = "openSearchPanelTSB"; this.openSearchPanelTSB.Text = "Rechercher"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // editImageTSB // this.editImageTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.editImageTSB.Enabled = false; this.editImageTSB.Image = global::be.gaudry.explorer.Properties.Resources.editImageBtn32; this.editImageTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.editImageTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.editImageTSB.Name = "editImageTSB"; this.editImageTSB.Text = "Editeur d\'image"; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.explorerSC); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.TabIndex = 2; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.showItemsTS); this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.explorerTS); // // fileSelectedCMS // this.fileNameTsMi, this.openFileCTsMi, this.openWithCTsMi, this.toolStripSeparator11, this.openPropertiesMessageTsMi, this.openPropertySumaryFileCTsMi, this.openMetadataCTsMi}); this.fileSelectedCMS.Name = "fileSelectedCMS"; // // fileNameTsMi // this.fileNameTsMi.Enabled = false; this.fileNameTsMi.Name = "fileNameTsMi"; this.fileNameTsMi.Text = "Nom du fichier"; // // openFileCTsMi // this.openFileCTsMi.Name = "openFileCTsMi"; this.openFileCTsMi.Text = "Ouvrir"; // // openWithCTsMi // this.openWithCTsMi.Name = "openWithCTsMi"; this.openWithCTsMi.Text = "Ouvrir avec..."; // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; // // openPropertiesMessageTsMi // this.openPropertiesMessageTsMi.Name = "openPropertiesMessageTsMi"; this.openPropertiesMessageTsMi.Text = "Propriétés standard..."; this.openPropertiesMessageTsMi.Click += new System.EventHandler(this.openPropertiesMessageTsMi_Click); // // openPropertySumaryFileCTsMi // this.openPropertySumaryFileCTsMi.Name = "openPropertySumaryFileCTsMi"; this.openPropertySumaryFileCTsMi.Text = "Propriétés résumées..."; this.openPropertySumaryFileCTsMi.Click += new System.EventHandler(this.openPropertySumaryFileCTsMi_Click); // // openMetadataCTsMi // this.openMetadataCTsMi.Name = "openMetadataCTsMi"; this.openMetadataCTsMi.Text = "Méta données..."; // // imagesBrowser // this.imagesBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.imagesBrowser.ImageFilterModeOn = false; this.imagesBrowser.Name = "imagesBrowser"; this.imagesBrowser.TabIndex = 1; this.imagesBrowser.Visible = false; // // ExplorerUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStripContainer1); this.Name = "ExplorerUserControl"; this.explorerTS.ResumeLayout(false); this.explorerTS.PerformLayout(); this.explorerSC.Panel1.ResumeLayout(false); this.explorerSC.Panel2.ResumeLayout(false); this.explorerSC.ResumeLayout(false); this.filesListViewCMS.ResumeLayout(false); this.showItemsTS.ResumeLayout(false); this.showItemsTS.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.fileSelectedCMS.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip explorerTS; private System.Windows.Forms.ToolStripLabel addressTSL; private System.Windows.Forms.ToolStripTextBox addressTSTB; private System.Windows.Forms.ToolStripButton goTSB; private System.Windows.Forms.SplitContainer explorerSC; private System.Windows.Forms.TreeView directoriesTreeView; private System.Windows.Forms.ListView filesListView; private System.Windows.Forms.ImageList directoriesImageList; private be.gaudry.view.controls.IconList largeIconList; private be.gaudry.view.controls.IconList smallIconList; private System.Windows.Forms.ToolStrip showItemsTS; private System.Windows.Forms.ToolStripButton showDesktopTSB; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.ToolStripButton showMyDocumentsTSB; private System.Windows.Forms.ToolStripButton showMyPicturesTSB; private System.Windows.Forms.ToolStripButton showMyFavouritesTSB; private System.Windows.Forms.ToolStripButton showNetworksTSB; private System.Windows.Forms.ToolStripButton editImageTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton collapseTreeTSB; private System.Windows.Forms.ColumnHeader fileNameColumnHeader; private System.Windows.Forms.ColumnHeader fileTypeColumnHeader; private System.Windows.Forms.ColumnHeader fileLengthColumnHeader; private System.Windows.Forms.ColumnHeader fileDateColumnHeader; private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1; private System.Windows.Forms.ToolStripMenuItem stripTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem smallIconsTsMi; private System.Windows.Forms.ToolStripMenuItem tileTsMi; private System.Windows.Forms.ToolStripMenuItem largeIconsTsMi; private System.Windows.Forms.ToolStripMenuItem listTsMi; private System.Windows.Forms.ToolStripMenuItem detailsTsMi; private System.Windows.Forms.ToolStripButton newFolderTSB; private System.Windows.Forms.ToolStripButton goToParentTSB; private System.Windows.Forms.ToolStripButton openSearchPanelTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ContextMenuStrip filesListViewCMS; private System.Windows.Forms.ToolStripMenuItem stripCTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem smallIconsCTsMi; private System.Windows.Forms.ToolStripMenuItem tileCTsMi; private System.Windows.Forms.ToolStripMenuItem largeIconsCTsMi; private System.Windows.Forms.ToolStripMenuItem listCTsMi; private System.Windows.Forms.ToolStripMenuItem detailsCTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripMenuItem iconsOrderByTsMi; private System.Windows.Forms.ToolStripMenuItem iconsOrderByNameTsMi; private System.Windows.Forms.ToolStripMenuItem iconsOrderBySizeTsMi; private System.Windows.Forms.ToolStripMenuItem iconsOrderByTypeTsMi; private System.Windows.Forms.ToolStripMenuItem iconsOrderByModDateTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem iconsDisplayGroupsTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem statsCTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripMenuItem statsTsMi; private System.Windows.Forms.ContextMenuStrip fileSelectedCMS; private System.Windows.Forms.ToolStripMenuItem openPropertiesMessageTsMi; private System.Windows.Forms.ToolStripMenuItem openPropertySumaryFileCTsMi; private System.Windows.Forms.ToolStripMenuItem openMetadataCTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; private System.Windows.Forms.ToolStripMenuItem openWithCTsMi; private System.Windows.Forms.ToolStripMenuItem openFileCTsMi; private System.Windows.Forms.ToolStripMenuItem fileNameTsMi; private System.Windows.Forms.ToolTip toolTip1; private ImagesBrowserUserControl imagesBrowser; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732384922 23/11/2024 19:02:02 |
Utilisation de l'explorateur de code
- Navigation :
- Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
- Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
- La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
- Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
- Affichage :
- Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
- Actions :
- Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 30/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-brolexplorer-source-rf-view/controls/ExplorerUserControl.Designer.cs.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.