ExplorerForm.Designer.cs
Description du code
ExplorerForm.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# (ExplorerForm.Designer.cs) (787 lignes)
namespace be.gaudry.explorer.view { partial class ExplorerForm { /// <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 Windows Form /// <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.explorerCMS.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.SuspendLayout(); // // explorerTS // this.explorerTSB, this.searchTSB, this.imageEditorTSB, this.renameTSB, this.diskStatsTSB, this.openBrolZipTSB}); this.explorerTS.Name = "explorerTS"; this.explorerTS.TabIndex = 4; this.explorerTS.Text = "toolStrip1"; // // explorerTSB // this.explorerTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.explorerTSB.Image = global::be.gaudry.explorer.Properties.Resources.explorerBtn18; this.explorerTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.explorerTSB.Name = "explorerTSB"; this.explorerTSB.Text = "Explorateur"; // // searchTSB // this.searchTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.searchTSB.Image = global::be.gaudry.explorer.Properties.Resources.searchBtn18; this.searchTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.searchTSB.Name = "searchTSB"; this.searchTSB.Text = "Recherche"; // // imageEditorTSB // this.imageEditorTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.imageEditorTSB.Image = global::be.gaudry.explorer.Properties.Resources.imageEditBtn18; this.imageEditorTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.imageEditorTSB.Name = "imageEditorTSB"; this.imageEditorTSB.Text = "Editeur d\'image"; // // renameTSB // this.renameTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.renameTSB.Image = global::be.gaudry.explorer.Properties.Resources.renameBtn18; this.renameTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.renameTSB.Name = "renameTSB"; this.renameTSB.Text = "Renommer par lots..."; // // diskStatsTSB // this.diskStatsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.diskStatsTSB.Image = global::be.gaudry.explorer.Properties.Resources.statsSmall; this.diskStatsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.diskStatsTSB.Name = "diskStatsTSB"; this.diskStatsTSB.Text = "Occupation des disques"; // // openBrolZipTSB // this.openBrolZipTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.openBrolZipTSB.Image = ((System.Drawing.Image)(resources.GetObject("openBrolZipTSB.Image"))); this.openBrolZipTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.openBrolZipTSB.Name = "openBrolZipTSB"; this.openBrolZipTSB.Text = "BrolZip"; // // contentPanel // this.contentPanel.BackgroundImage = global::be.gaudry.explorer.Properties.Resources.AboutBoxBrolExplorateur; this.contentPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.contentPanel.Name = "contentPanel"; this.contentPanel.TabIndex = 3; // // explorerCMS // this.fileNameTsMiTB, this.fileNameTSS, this.openDefaultTSMenuItem, this.openInEditorTSMenuItem, this.openWithTSMenuItem, this.toolStripSeparator8, this.exploreTSMenuItem, this.sendToTSMenuItem, this.toolStripSeparator9, this.addMediaBrolTSMenuItem, this.toolStripSeparator10, this.copyTSMenuItem, this.deleteTSMenuItem, this.renameTSMenuItem, this.renameFilesTsMi, this.toolStripSeparator11, this.openPropertyFileCTsMi, this.openPropertiesMessageCTsMi, this.dgvTSS, this.saveDGVTsMi, this.printDgvTsMi}); this.explorerCMS.Name = "contextMenuStrip1"; // // fileNameTsMiTB // this.fileNameTsMiTB.Name = "fileNameTsMiTB"; this.fileNameTsMiTB.ReadOnly = true; this.fileNameTsMiTB.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // fileNameTSS // this.fileNameTSS.Name = "fileNameTSS"; // // openDefaultTSMenuItem // this.openDefaultTSMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.openDefaultTSMenuItem.Name = "openDefaultTSMenuItem"; this.openDefaultTSMenuItem.Text = "Ouvrir"; this.openDefaultTSMenuItem.ToolTipText = "Ouvrir le fichier avec l\'application par défaut"; // // openInEditorTSMenuItem // this.openInEditorTSMenuItem.Name = "openInEditorTSMenuItem"; this.openInEditorTSMenuItem.Text = "Ouvrir dans l\'éditeur"; // // openWithTSMenuItem // this.openWithTSMenuItem.Name = "openWithTSMenuItem"; this.openWithTSMenuItem.Text = "Ouvrir avec..."; // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; // // exploreTSMenuItem // this.exploreTSMenuItem.Enabled = false; this.exploreTSMenuItem.Name = "exploreTSMenuItem"; this.exploreTSMenuItem.Text = "Explorer"; // // sendToTSMenuItem // this.sendToTSMenuItem.Enabled = false; this.sendToTSMenuItem.Name = "sendToTSMenuItem"; this.sendToTSMenuItem.Text = "Envoyer vers..."; // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; // // addMediaBrolTSMenuItem // this.addMediaBrolTSMenuItem.Enabled = false; this.addMediaBrolTSMenuItem.Name = "addMediaBrolTSMenuItem"; this.addMediaBrolTSMenuItem.Text = "Ajouter comme exemplaire BiblioBrol"; // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; // // copyTSMenuItem // this.copyTSMenuItem.Enabled = false; this.copyTSMenuItem.Name = "copyTSMenuItem"; this.copyTSMenuItem.Text = "Copier"; // // deleteTSMenuItem // this.deleteTSMenuItem.Enabled = false; this.deleteTSMenuItem.Name = "deleteTSMenuItem"; this.deleteTSMenuItem.Text = "Supprimer"; // // renameTSMenuItem // this.renameTSMenuItem.Enabled = false; this.renameTSMenuItem.Name = "renameTSMenuItem"; this.renameTSMenuItem.Text = "Renommer"; // // renameFilesTsMi // this.renameFilesTsMi.Name = "renameFilesTsMi"; this.renameFilesTsMi.Text = "Renommer par lots..."; // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; // // openPropertyFileCTsMi // this.openPropertyFileCTsMi.Enabled = false; this.openPropertyFileCTsMi.Name = "openPropertyFileCTsMi"; this.openPropertyFileCTsMi.Text = "Propriétés..."; // // openPropertiesMessageCTsMi // this.openPropertiesMessageCTsMi.Enabled = false; this.openPropertiesMessageCTsMi.Name = "openPropertiesMessageCTsMi"; this.openPropertiesMessageCTsMi.Text = "Propriétés standard..."; this.openPropertiesMessageCTsMi.Click += new System.EventHandler(this.openPropertiesMessageTsMi_Click); // // dgvTSS // this.dgvTSS.Name = "dgvTSS"; // // saveDGVTsMi // this.saveDGVTsMi.Image = global::be.gaudry.explorer.Properties.Resources.saveHS; this.saveDGVTsMi.Name = "saveDGVTsMi"; this.saveDGVTsMi.Text = "Sauver la liste..."; // // printDgvTsMi // this.printDgvTsMi.Image = global::be.gaudry.explorer.Properties.Resources.PrintHS; this.printDgvTsMi.Name = "printDgvTsMi"; this.printDgvTsMi.Text = "Imprimer la liste..."; // // openShell32IconsTsMi // this.openShell32IconsTsMi.Name = "openShell32IconsTsMi"; this.openShell32IconsTsMi.Text = "Afficheur d\'Icônes"; this.openShell32IconsTsMi.ToolTipText = "Pour visualiser les icônes contenues dans un fichier exécutable ou une dll"; // // mainMenuStrip // this.fileTsMi, this.editionTsMi, this.toolsTsMi, this.helpTsMi, this.displayTsMi}); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.TabIndex = 6; // // fileTsMi // this.toolStripMenuItem10, this.openTSMenuItem, this.toolStripSeparator3, this.toolStripMenuItem14, this.toolStripMenuItem15, this.toolStripSeparator4, this.toolStripMenuItem16, this.toolStripMenuItem17, this.openPropertyTsMi, this.openPropertiesMessageTsMi}); this.fileTsMi.MergeAction = System.Windows.Forms.MergeAction.Replace; this.fileTsMi.Name = "fileTsMi"; this.fileTsMi.Text = "&Fichier"; this.fileTsMi.ToolTipText = "Opérations sur les fichiers Bibliobrol"; // // toolStripMenuItem10 // this.toolStripMenuItem12}); this.toolStripMenuItem10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem10.Image"))); this.toolStripMenuItem10.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripMenuItem10.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.toolStripMenuItem10.Name = "toolStripMenuItem10"; this.toolStripMenuItem10.Text = "&Nouveau"; // // toolStripMenuItem12 // this.toolStripMenuItem12.Enabled = false; this.toolStripMenuItem12.Name = "toolStripMenuItem12"; this.toolStripMenuItem12.Text = "Ouvrage"; // // openTSMenuItem // this.toolStripMenuItem13}); this.openTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openTSMenuItem.Image"))); this.openTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.openTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.openTSMenuItem.Name = "openTSMenuItem"; this.openTSMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openTSMenuItem.Text = "&Ouvrir"; // // toolStripMenuItem13 // this.toolStripMenuItem13.Name = "toolStripMenuItem13"; this.toolStripMenuItem13.Text = "Image..."; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // toolStripMenuItem14 // this.toolStripMenuItem14.Enabled = false; this.toolStripMenuItem14.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem14.Image"))); this.toolStripMenuItem14.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripMenuItem14.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.toolStripMenuItem14.Name = "toolStripMenuItem14"; this.toolStripMenuItem14.Text = "&Enregistrer"; // // toolStripMenuItem15 // this.toolStripMenuItem15.Enabled = false; this.toolStripMenuItem15.MergeAction = System.Windows.Forms.MergeAction.Replace; this.toolStripMenuItem15.Name = "toolStripMenuItem15"; this.toolStripMenuItem15.Text = "Enregistrer &sous..."; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // toolStripMenuItem16 // this.toolStripMenuItem16.Enabled = false; this.toolStripMenuItem16.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem16.Image"))); this.toolStripMenuItem16.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripMenuItem16.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.toolStripMenuItem16.Name = "toolStripMenuItem16"; this.toolStripMenuItem16.Text = "&Imprimer"; // // toolStripMenuItem17 // this.toolStripMenuItem17.Enabled = false; this.toolStripMenuItem17.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem17.Image"))); this.toolStripMenuItem17.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripMenuItem17.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.toolStripMenuItem17.Name = "toolStripMenuItem17"; this.toolStripMenuItem17.Text = "Aperçu a&vant impression"; // // openPropertyTsMi // this.openPropertyTsMi.Name = "openPropertyTsMi"; this.openPropertyTsMi.Text = "Propriétés"; // // openPropertiesMessageTsMi // this.openPropertiesMessageTsMi.Name = "openPropertiesMessageTsMi"; this.openPropertiesMessageTsMi.Text = "Propriétés standard..."; this.openPropertiesMessageTsMi.Click += new System.EventHandler(this.openPropertiesMessageTsMi_Click); // // editionTsMi // this.annulerToolStripMenuItem, this.rétablirToolStripMenuItem, this.toolStripSeparator5, this.couperToolStripMenuItem, this.copierToolStripMenuItem, this.collerToolStripMenuItem, this.toolStripSeparator7, this.sélectionnertoutToolStripMenuItem}); this.editionTsMi.MergeAction = System.Windows.Forms.MergeAction.Replace; this.editionTsMi.Name = "editionTsMi"; this.editionTsMi.Text = "&Edition"; // // annulerToolStripMenuItem // this.annulerToolStripMenuItem.Name = "annulerToolStripMenuItem"; this.annulerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.annulerToolStripMenuItem.Text = "&Annuler"; // // rétablirToolStripMenuItem // this.rétablirToolStripMenuItem.Name = "rétablirToolStripMenuItem"; this.rétablirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.rétablirToolStripMenuItem.Text = "&Rétablir"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // couperToolStripMenuItem // this.couperToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("couperToolStripMenuItem.Image"))); this.couperToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.couperToolStripMenuItem.Name = "couperToolStripMenuItem"; this.couperToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); this.couperToolStripMenuItem.Text = "&Couper"; // // copierToolStripMenuItem // this.copierToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copierToolStripMenuItem.Image"))); this.copierToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.copierToolStripMenuItem.Name = "copierToolStripMenuItem"; this.copierToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.copierToolStripMenuItem.Text = "Co&pier"; // // collerToolStripMenuItem // this.collerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("collerToolStripMenuItem.Image"))); this.collerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.collerToolStripMenuItem.Name = "collerToolStripMenuItem"; this.collerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.collerToolStripMenuItem.Text = "Co&ller"; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; // // sélectionnertoutToolStripMenuItem // this.sélectionnertoutToolStripMenuItem.Name = "sélectionnertoutToolStripMenuItem"; this.sélectionnertoutToolStripMenuItem.Text = "Sélectio&nner tout"; // // toolsTsMi // this.openShell32IconsTsMi, this.openMetaDataFormTsMi, this.showMusicTagEditorTsMi}); this.toolsTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.toolsTsMi.Name = "toolsTsMi"; this.toolsTsMi.Text = "&Outils"; // // openMetaDataFormTsMi // this.openMetaDataFormTsMi.Name = "openMetaDataFormTsMi"; this.openMetaDataFormTsMi.Text = "Meta Données"; // // helpTsMi // this.aboutExplorerlTsMi}); this.helpTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.helpTsMi.Name = "helpTsMi"; this.helpTsMi.Text = "&Aide"; // // aboutExplorerlTsMi // this.aboutExplorerlTsMi.Name = "aboutExplorerlTsMi"; this.aboutExplorerlTsMi.Text = "A propos de BrolExplorer..."; // // displayTsMi // this.stripTsMi, this.toolStripSeparator6, this.smallIconsTsMi, this.tileTsMi, this.largeIconsTsMi, this.listTsMi, this.detailsTsMi, this.toolStripSeparator1, this.statsTsMi}); this.displayTsMi.Name = "displayTsMi"; this.displayTsMi.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded; this.displayTsMi.Text = "Affichage"; // // stripTsMi // this.stripTsMi.Name = "stripTsMi"; this.stripTsMi.Text = "Pellicule"; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // 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"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // statsTsMi // this.statsTsMi.Name = "statsTsMi"; this.statsTsMi.Text = "Statistiques"; // // showMusicTagEditorTsMi // this.showMusicTagEditorTsMi.Name = "showMusicTagEditorTsMi"; this.showMusicTagEditorTsMi.Text = "Editeur de Tags MP3"; // // ExplorerForm // this.ContextMenuStrip = this.explorerCMS; this.Controls.Add(this.contentPanel); this.Controls.Add(this.explorerTS); this.Controls.Add(this.mainMenuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mainMenuStrip; this.Name = "ExplorerForm"; this.Text = "Explorateur de brol"; this.explorerTS.ResumeLayout(false); this.explorerTS.PerformLayout(); this.explorerCMS.ResumeLayout(false); this.explorerCMS.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Panel contentPanel; private System.Windows.Forms.ToolStrip explorerTS; private System.Windows.Forms.ToolStripButton imageEditorTSB; private System.Windows.Forms.ToolStripButton explorerTSB; private System.Windows.Forms.ToolStripButton searchTSB; private System.Windows.Forms.ContextMenuStrip explorerCMS; private System.Windows.Forms.ToolStripMenuItem openDefaultTSMenuItem; private System.Windows.Forms.ToolStripMenuItem openInEditorTSMenuItem; private System.Windows.Forms.ToolStripMenuItem openWithTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem exploreTSMenuItem; private System.Windows.Forms.ToolStripMenuItem sendToTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem addMediaBrolTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripMenuItem copyTSMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteTSMenuItem; private System.Windows.Forms.ToolStripMenuItem renameTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; private System.Windows.Forms.ToolStripMenuItem renameFilesTsMi; private System.Windows.Forms.ToolStripButton renameTSB; private System.Windows.Forms.ToolStripButton diskStatsTSB; private System.Windows.Forms.ToolStripButton openBrolZipTSB; private System.Windows.Forms.ToolStripMenuItem openShell32IconsTsMi; private System.Windows.Forms.ToolStripMenuItem openPropertyFileCTsMi; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem fileTsMi; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12; private System.Windows.Forms.ToolStripMenuItem openTSMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem17; private System.Windows.Forms.ToolStripMenuItem editionTsMi; private System.Windows.Forms.ToolStripMenuItem annulerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem rétablirToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem couperToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copierToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem collerToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripMenuItem sélectionnertoutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpTsMi; private System.Windows.Forms.ToolStripMenuItem aboutExplorerlTsMi; private System.Windows.Forms.ToolStripMenuItem toolsTsMi; private System.Windows.Forms.ToolStripMenuItem openPropertyTsMi; private System.Windows.Forms.ToolStripMenuItem displayTsMi; private System.Windows.Forms.ToolStripMenuItem stripTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; 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.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem statsTsMi; private System.Windows.Forms.ToolStripMenuItem openPropertiesMessageCTsMi; private System.Windows.Forms.ToolStripMenuItem openPropertiesMessageTsMi; private System.Windows.Forms.ToolStripSeparator dgvTSS; private System.Windows.Forms.ToolStripMenuItem saveDGVTsMi; private System.Windows.Forms.ToolStripMenuItem printDgvTsMi; private System.Windows.Forms.ToolStripSeparator fileNameTSS; private System.Windows.Forms.ToolStripTextBox fileNameTsMiTB; private System.Windows.Forms.ToolStripMenuItem openMetaDataFormTsMi; private System.Windows.Forms.ToolStripMenuItem showMusicTagEditorTsMi; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732380104 23/11/2024 17:41:44 |
| _ | controls | 0 octets | 1541007170 31/10/2018 18:32:50 |
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.
Version en cache
23/11/2024 17:41:44 Cette version de la page est en cache (à la date du 23/11/2024 17:41:44) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-brolexplorer-source-rf-view//ExplorerForm.Designer.cs.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.