OldMainForm.Designer.cs
Description du code
OldMainForm.Designer.cs est un fichier du projet BiblioBrol.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.
Projet BiblioBrol :
Gestion de media en CSharp.
Pour plus d'infos, vous pouvez consulter la brève analyse.
Code source ou contenu du fichier
Code c# (OldMainForm.Designer.cs) (1435 lignes)
namespace be.gaudry.bibliobrol.view { partial class OldMainForm { /// <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.mainMenuStrip.SuspendLayout(); this.openFormsTS.SuspendLayout(); this.mainTS.SuspendLayout(); this.topTSP.SuspendLayout(); this.leftTSP.SuspendLayout(); this.bottomTSP.SuspendLayout(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // mainMenuStrip // this.fileTSMenuItem, this.editTSMenuItem, this.personsTsMi, this.brolsTsMi, this.mediabrolsTSMenuItem, this.findTsMi, this.toolsTsMi, this.fenêtreTSMenuItem, this.helpTsMi}); this.mainMenuStrip.MdiWindowListItem = this.fenêtreTSMenuItem; this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.TabIndex = 1; // // fileTSMenuItem // this.newTSMenuItem, this.openTSMenuItem, this.browseTSMenuItem, this.openBrolExplorerSearchTsMi, this.toolStripSeparator11, this.saveTSMenuItem, this.saveAsTSMenuItem, this.toolStripSeparator12, this.printTSMenuItem, this.printPreviewMenuItem, this.toolStripSeparator13, this.exitTSMenuItem}); this.fileTSMenuItem.Name = "fileTSMenuItem"; this.fileTSMenuItem.Text = "&Fichier"; this.fileTSMenuItem.ToolTipText = "Opérations sur les fichiers Bibliobrol"; // // newTSMenuItem // this.newBrolTSMenuItem}); this.newTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newTSMenuItem.Image"))); this.newTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.newTSMenuItem.Name = "newTSMenuItem"; this.newTSMenuItem.Text = "&Nouveau"; // // newBrolTSMenuItem // this.newBrolTSMenuItem.Enabled = false; this.newBrolTSMenuItem.Name = "newBrolTSMenuItem"; this.newBrolTSMenuItem.Text = "Ouvrage"; // // openTSMenuItem // this.fichierDimportationToolStripMenuItem, this.fichierDimagesbedToolStripMenuItem, this.fichierCSVToolStripMenuItem, this.fichierXMLToolStripMenuItem}); this.openTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openTSMenuItem.Image"))); this.openTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; 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"; // // fichierDimportationToolStripMenuItem // this.fichierDimportationToolStripMenuItem.Enabled = false; this.fichierDimportationToolStripMenuItem.Name = "fichierDimportationToolStripMenuItem"; this.fichierDimportationToolStripMenuItem.Text = "Fichier d\'importation binaire (bif)"; // // fichierDimagesbedToolStripMenuItem // this.fichierDimagesbedToolStripMenuItem.Enabled = false; this.fichierDimagesbedToolStripMenuItem.Name = "fichierDimagesbedToolStripMenuItem"; this.fichierDimagesbedToolStripMenuItem.Text = "Fichier d\'images (bed)"; // // fichierCSVToolStripMenuItem // this.fichierCSVToolStripMenuItem.Enabled = false; this.fichierCSVToolStripMenuItem.Name = "fichierCSVToolStripMenuItem"; this.fichierCSVToolStripMenuItem.Text = "Fichier CSV"; // // fichierXMLToolStripMenuItem // this.fichierXMLToolStripMenuItem.Enabled = false; this.fichierXMLToolStripMenuItem.Name = "fichierXMLToolStripMenuItem"; this.fichierXMLToolStripMenuItem.Text = "Fichier XML"; // // browseTSMenuItem // this.browseTSMenuItem.Name = "browseTSMenuItem"; this.browseTSMenuItem.Text = "Parcourir"; this.browseTSMenuItem.ToolTipText = "Ouvrir l\'explorateur interne pour parcourir la structure de fichiers"; // // openBrolExplorerSearchTsMi // this.openBrolExplorerSearchTsMi.Name = "openBrolExplorerSearchTsMi"; this.openBrolExplorerSearchTsMi.Text = "Chercher"; this.openBrolExplorerSearchTsMi.Click += new System.EventHandler(this.showBrolExplorerSearchFormAction); // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; // // saveTSMenuItem // this.saveTSMenuItem.Enabled = false; this.saveTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveTSMenuItem.Image"))); this.saveTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveTSMenuItem.Name = "saveTSMenuItem"; this.saveTSMenuItem.Text = "&Enregistrer"; // // saveAsTSMenuItem // this.saveAsTSMenuItem.Enabled = false; this.saveAsTSMenuItem.Name = "saveAsTSMenuItem"; this.saveAsTSMenuItem.Text = "Enregistrer &sous..."; // // toolStripSeparator12 // this.toolStripSeparator12.Name = "toolStripSeparator12"; // // printTSMenuItem // this.printTSMenuItem.Enabled = false; this.printTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printTSMenuItem.Image"))); this.printTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.printTSMenuItem.Name = "printTSMenuItem"; this.printTSMenuItem.Text = "&Imprimer"; // // printPreviewMenuItem // this.printPreviewMenuItem.Enabled = false; this.printPreviewMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewMenuItem.Image"))); this.printPreviewMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.printPreviewMenuItem.Name = "printPreviewMenuItem"; this.printPreviewMenuItem.Text = "Aperçu a&vant impression"; // // toolStripSeparator13 // this.toolStripSeparator13.Name = "toolStripSeparator13"; // // exitTSMenuItem // this.exitTSMenuItem.Name = "exitTSMenuItem"; this.exitTSMenuItem.Text = "&Quitter"; // // editTSMenuItem // this.undoTSMenuItem, this.redoTSMenuItem, this.toolStripSeparator14, this.cutTSMenuItem, this.copyTSMenuItem, this.pasteTSMenuItem, this.toolStripSeparator15, this.selectAllTSMenuItem}); this.editTSMenuItem.Name = "editTSMenuItem"; this.editTSMenuItem.Text = "&Edition"; // // undoTSMenuItem // this.undoTSMenuItem.Enabled = false; this.undoTSMenuItem.Name = "undoTSMenuItem"; this.undoTSMenuItem.Text = "&Annuler"; // // redoTSMenuItem // this.redoTSMenuItem.Enabled = false; this.redoTSMenuItem.Name = "redoTSMenuItem"; this.redoTSMenuItem.Text = "&Rétablir"; // // toolStripSeparator14 // this.toolStripSeparator14.Name = "toolStripSeparator14"; // // cutTSMenuItem // this.cutTSMenuItem.Enabled = false; this.cutTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutTSMenuItem.Image"))); this.cutTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.cutTSMenuItem.Name = "cutTSMenuItem"; this.cutTSMenuItem.Text = "&Couper"; // // copyTSMenuItem // this.copyTSMenuItem.Enabled = false; this.copyTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyTSMenuItem.Image"))); this.copyTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.copyTSMenuItem.Name = "copyTSMenuItem"; this.copyTSMenuItem.Text = "Co&pier"; // // pasteTSMenuItem // this.pasteTSMenuItem.Enabled = false; this.pasteTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteTSMenuItem.Image"))); this.pasteTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.pasteTSMenuItem.Name = "pasteTSMenuItem"; this.pasteTSMenuItem.Text = "Co&ller"; // // toolStripSeparator15 // this.toolStripSeparator15.Name = "toolStripSeparator15"; // // selectAllTSMenuItem // this.selectAllTSMenuItem.Enabled = false; this.selectAllTSMenuItem.Name = "selectAllTSMenuItem"; this.selectAllTSMenuItem.Text = "Sélectio&nner tout"; // // personsTsMi // this.personsFormMenuItem, this.addUserTsMi}); this.personsTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.personsTsMi.Name = "personsTsMi"; this.personsTsMi.Text = "&Personnes"; this.personsTsMi.ToolTipText = "Gestion des personnes (utilisateurs de l\'application, acteurs, dessinateurs, écri" + "vains, etc.)"; // // personsFormMenuItem // this.personsFormMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrs; this.personsFormMenuItem.Name = "personsFormMenuItem"; this.personsFormMenuItem.Text = "&Gérer les personnes"; // // addUserTsMi // this.addUserTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.addUserTsMi.Name = "addUserTsMi"; this.addUserTsMi.Text = "Ajouter un utilisateur"; // // brolsTsMi // this.brolsFormTSMenuItem, this.openEditSeriesForm}); this.brolsTsMi.Name = "brolsTsMi"; this.brolsTsMi.Text = "&Ouvrages"; this.brolsTsMi.ToolTipText = "Gestion des ouvrages. (Rappel : un ouvrage est un type générique, ce que vous pos" + "sédez, ce sont des exemplaires)"; // // brolsFormTSMenuItem // this.brolsFormTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSmall; this.brolsFormTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.brolsFormTSMenuItem.Name = "brolsFormTSMenuItem"; this.brolsFormTSMenuItem.Text = "&Gérer les ouvrages"; // // openEditSeriesForm // this.openEditSeriesForm.Name = "openEditSeriesForm"; this.openEditSeriesForm.Text = "Gérer les séries"; // // mediabrolsTSMenuItem // this.mediabrolsFormTSMenuItem}); this.mediabrolsTSMenuItem.Name = "mediabrolsTSMenuItem"; this.mediabrolsTSMenuItem.Text = "E&xemplaires"; this.mediabrolsTSMenuItem.ToolTipText = "Gérer les exemplaires (localisation, état, propriétaire, emprunts)"; // // mediabrolsFormTSMenuItem // this.mediabrolsFormTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.mediabrolSmall; this.mediabrolsFormTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.mediabrolsFormTSMenuItem.Name = "mediabrolsFormTSMenuItem"; this.mediabrolsFormTSMenuItem.Text = "&Gérer les exemplaires"; // // findTsMi // this.searchOnDiscTsMi, this.findOnDiscTsMi, this.findAwsTsMi, this.biblioBrolWsTsMi}); this.findTsMi.Name = "findTsMi"; this.findTsMi.Text = "&Recherche"; // // searchOnDiscTsMi // this.searchOnDiscTsMi.Name = "searchOnDiscTsMi"; this.searchOnDiscTsMi.Text = "Sur le disque (Automatique)"; // // findOnDiscTsMi // this.findOnDiscTsMi.Name = "findOnDiscTsMi"; this.findOnDiscTsMi.Text = "Sur le disque (Explorer)"; // // findAwsTsMi // this.findAwsTsMi.Name = "findAwsTsMi"; this.findAwsTsMi.Text = "Bases de données Internet"; // // biblioBrolWsTsMi // this.biblioBrolWsTsMi.Name = "biblioBrolWsTsMi"; this.biblioBrolWsTsMi.Text = "Bases de données Intranet"; // // toolsTsMi // this.statsTSMenuItem, this.brolExplorerTSMenuItem, this.tasksTsMi, this.toolStripSeparator5, this.consoleTSMenuItem, this.optionsTSMenuItem, this.toolStripSeparator2, this.customTSMenuItem}); this.toolsTsMi.Name = "toolsTsMi"; this.toolsTsMi.Text = "&Outils"; // // statsTSMenuItem // this.statsTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.statsSmall; this.statsTSMenuItem.Name = "statsTSMenuItem"; this.statsTSMenuItem.Text = "Statistiques"; this.statsTSMenuItem.ToolTipText = "Affichage de certaines informations sous forme de tartes"; // // brolExplorerTSMenuItem // this.brolExplorerTSMenuItem.Name = "brolExplorerTSMenuItem"; this.brolExplorerTSMenuItem.Text = "Explorateur de media"; // // tasksTsMi // this.tasksTsMi.Name = "tasksTsMi"; this.tasksTsMi.Text = "Tâches"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // consoleTSMenuItem // this.hideConsoleTSMenuItem, this.clearConsoleTSMenuItem, this.consoleOpacityTSMenuItem}); this.consoleTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleTSMenuItem.Image"))); this.consoleTSMenuItem.Name = "consoleTSMenuItem"; this.consoleTSMenuItem.Text = "&Console"; this.consoleTSMenuItem.ToolTipText = "Gestion de la console locale"; this.consoleTSMenuItem.Paint += new System.Windows.Forms.PaintEventHandler(this.consoleTSMenuItem_Paint); // // hideConsoleTSMenuItem // this.hideConsoleTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("hideConsoleTSMenuItem.Image"))); this.hideConsoleTSMenuItem.Name = "hideConsoleTSMenuItem"; this.hideConsoleTSMenuItem.Text = "Montrer/Cacher la console"; this.hideConsoleTSMenuItem.ToolTipText = "Afficher ou masquer la console"; // // clearConsoleTSMenuItem // this.clearConsoleTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("clearConsoleTSMenuItem.Image"))); this.clearConsoleTSMenuItem.Name = "clearConsoleTSMenuItem"; this.clearConsoleTSMenuItem.Text = "Vider la console"; this.clearConsoleTSMenuItem.ToolTipText = "Réinitialiser le contenu de la console"; // // consoleOpacityTSMenuItem // this.consoleOpacity50TSMenuItem, this.consoleOpacity70TSMenuItem, this.consoleOpacity90TSMenuItem, this.consoleOpacity95TSMenuItem, this.consoleOpacity100TSMenuItem}); this.consoleOpacityTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleOpacityTSMenuItem.Image"))); this.consoleOpacityTSMenuItem.Name = "consoleOpacityTSMenuItem"; this.consoleOpacityTSMenuItem.Text = "Opacité"; this.consoleOpacityTSMenuItem.Paint += new System.Windows.Forms.PaintEventHandler(this.consoleOpacityTSMenuItem_Paint); // // consoleOpacity50TSMenuItem // this.consoleOpacity50TSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleOpacity50TSMenuItem.Image"))); this.consoleOpacity50TSMenuItem.Name = "consoleOpacity50TSMenuItem"; this.consoleOpacity50TSMenuItem.Text = "50 %"; this.consoleOpacity50TSMenuItem.Click += new System.EventHandler(this.consoleOpacityValTSMenuItem_Click); // // consoleOpacity70TSMenuItem // this.consoleOpacity70TSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleOpacity70TSMenuItem.Image"))); this.consoleOpacity70TSMenuItem.Name = "consoleOpacity70TSMenuItem"; this.consoleOpacity70TSMenuItem.Text = "70 %"; this.consoleOpacity70TSMenuItem.Click += new System.EventHandler(this.consoleOpacityValTSMenuItem_Click); // // consoleOpacity90TSMenuItem // this.consoleOpacity90TSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleOpacity90TSMenuItem.Image"))); this.consoleOpacity90TSMenuItem.Name = "consoleOpacity90TSMenuItem"; this.consoleOpacity90TSMenuItem.Text = "90 %"; this.consoleOpacity90TSMenuItem.Click += new System.EventHandler(this.consoleOpacityValTSMenuItem_Click); // // consoleOpacity95TSMenuItem // this.consoleOpacity95TSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleOpacity95TSMenuItem.Image"))); this.consoleOpacity95TSMenuItem.Name = "consoleOpacity95TSMenuItem"; this.consoleOpacity95TSMenuItem.Text = "95 %"; this.consoleOpacity95TSMenuItem.Click += new System.EventHandler(this.consoleOpacityValTSMenuItem_Click); // // consoleOpacity100TSMenuItem // this.consoleOpacity100TSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consoleOpacity100TSMenuItem.Image"))); this.consoleOpacity100TSMenuItem.Name = "consoleOpacity100TSMenuItem"; this.consoleOpacity100TSMenuItem.Text = "100 %"; this.consoleOpacity100TSMenuItem.Click += new System.EventHandler(this.consoleOpacityValTSMenuItem_Click); // // optionsTSMenuItem // this.optionsTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("optionsTSMenuItem.Image"))); this.optionsTSMenuItem.Name = "optionsTSMenuItem"; this.optionsTSMenuItem.Text = "&Options"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; // // customTSMenuItem // this.defaultStyleTSMenuItem, this.controlStyleTSMenuItem, this.blueStyleTSMenuItem, this.styleSystemTsMi}); this.customTSMenuItem.Name = "customTSMenuItem"; this.customTSMenuItem.Text = "&Personnaliser"; // // defaultStyleTSMenuItem // this.defaultStyleTSMenuItem.Name = "defaultStyleTSMenuItem"; this.defaultStyleTSMenuItem.Text = "Style par &défaut"; // // controlStyleTSMenuItem // this.controlStyleTSMenuItem.Name = "controlStyleTSMenuItem"; this.controlStyleTSMenuItem.Text = "Style 3D"; // // blueStyleTSMenuItem // this.blueStyleTSMenuItem.Name = "blueStyleTSMenuItem"; this.blueStyleTSMenuItem.Text = "Style Bleu"; // // styleSystemTsMi // this.styleSystemTsMi.Name = "styleSystemTsMi"; this.styleSystemTsMi.Text = "Système"; // // fenêtreTSMenuItem // this.borrowsTSMenuItem, this.toolStripSeparator1, this.manageDispWindowsTSMenuItem, this.toolStripSeparator3, this.openNewApplicationTsMi}); this.fenêtreTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fenêtreTSMenuItem.Image"))); this.fenêtreTSMenuItem.Name = "fenêtreTSMenuItem"; this.fenêtreTSMenuItem.Text = "Fe&nêtre"; // // borrowsTSMenuItem // this.borrowsTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("borrowsTSMenuItem.Image"))); this.borrowsTSMenuItem.Name = "borrowsTSMenuItem"; this.borrowsTSMenuItem.Text = "Emprunts"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // manageDispWindowsTSMenuItem // this.dispWinCTSMenuItem, this.dispWinHTSMenuItem, this.dispWinVTSMenuItem, this.dispWinAIconsTSMenuItem}); this.manageDispWindowsTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("manageDispWindowsTSMenuItem.Image"))); this.manageDispWindowsTSMenuItem.Name = "manageDispWindowsTSMenuItem"; this.manageDispWindowsTSMenuItem.Text = "Disposition des fenêtres"; // // dispWinCTSMenuItem // this.dispWinCTSMenuItem.Name = "dispWinCTSMenuItem"; this.dispWinCTSMenuItem.Text = "Cascade"; // // dispWinHTSMenuItem // this.dispWinHTSMenuItem.Name = "dispWinHTSMenuItem"; this.dispWinHTSMenuItem.Text = "Bandes horizontales"; // // dispWinVTSMenuItem // this.dispWinVTSMenuItem.Name = "dispWinVTSMenuItem"; this.dispWinVTSMenuItem.Text = "Bandes verticales"; // // dispWinAIconsTSMenuItem // this.dispWinAIconsTSMenuItem.Name = "dispWinAIconsTSMenuItem"; this.dispWinAIconsTSMenuItem.Text = "Réorganiser les icônes"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // helpTsMi // this.misesÀJourToolStripMenuItem, this.welcomeWizardTSMenuItem, this.toolStripSeparator4, this.contentsTSMenuItem, this.indexTSMenuItem, this.searchToolStripMenuItem, this.toolStripSeparator6, this.bugsTSMenuItem, this.toolStripSeparator18, this.sourcesTsMi, this.aboutTSMenuItem, this.onLineHelpTsMi}); this.helpTsMi.Name = "helpTsMi"; this.helpTsMi.Text = "&Aide"; // // misesÀJourToolStripMenuItem // this.misesÀJourToolStripMenuItem.Name = "misesÀJourToolStripMenuItem"; this.misesÀJourToolStripMenuItem.Text = "Mises à jour..."; // // welcomeWizardTSMenuItem // this.welcomeWizardTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.wizardSmall; this.welcomeWizardTSMenuItem.Name = "welcomeWizardTSMenuItem"; this.welcomeWizardTSMenuItem.Text = "Assistant de démarrage"; this.welcomeWizardTSMenuItem.ToolTipText = "Assistant pas à pas pour configurer l\'application (localisation des répertoires, " + "de la DB, etc.)"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // contentsTSMenuItem // this.contentsTSMenuItem.Enabled = false; this.contentsTSMenuItem.Name = "contentsTSMenuItem"; this.contentsTSMenuItem.Text = "&Sommaire"; // // indexTSMenuItem // this.indexTSMenuItem.Enabled = false; this.indexTSMenuItem.Name = "indexTSMenuItem"; this.indexTSMenuItem.Text = "&Index"; // // searchToolStripMenuItem // this.searchToolStripMenuItem.Enabled = false; this.searchToolStripMenuItem.Name = "searchToolStripMenuItem"; this.searchToolStripMenuItem.Text = "&Rechercher"; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // bugsTSMenuItem // this.bugsTSMenuItem.Name = "bugsTSMenuItem"; this.bugsTSMenuItem.Text = "Bugs et commentaires"; // // toolStripSeparator18 // this.toolStripSeparator18.Name = "toolStripSeparator18"; // // sourcesTsMi // this.sourcesTsMi.Name = "sourcesTsMi"; this.sourcesTsMi.Text = "Références..."; // // aboutTSMenuItem // this.aboutTSMenuItem.Name = "aboutTSMenuItem"; this.aboutTSMenuItem.Text = "À &propos de Bibliobrol..."; // // onLineHelpTsMi // this.onLineHelpTsMi.Name = "onLineHelpTsMi"; this.onLineHelpTsMi.Text = "Aide en ligne..."; // // openFormsTS // this.openFormsTS.Dock = System.Windows.Forms.DockStyle.None; this.openFormsTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.personsTSB, this.brolsTSB, this.mediabrolsTSB, this.toolStripSeparator9, this.statsTSB, this.toolStripSeparator17, this.brolXplorerTSB, this.showPhotobrolTSB, this.toolStripSeparator7, this.welcomeWizardTSB, this.updateTSB}); this.openFormsTS.Name = "openFormsTS"; this.openFormsTS.TabIndex = 2; // // personsTSB // this.personsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.personsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.usersBtn32; this.personsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.personsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.personsTSB.Name = "personsTSB"; this.personsTSB.Text = "Gestion des personnes"; // // brolsTSB // this.brolsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.brolsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBtn32; this.brolsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.brolsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.brolsTSB.Name = "brolsTSB"; this.brolsTSB.Text = "Gestion des ouvrages"; // // mediabrolsTSB // this.mediabrolsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.mediabrolsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.mediabrolBtn32; this.mediabrolsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mediabrolsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.mediabrolsTSB.Name = "mediabrolsTSB"; this.mediabrolsTSB.Text = "Gestion des exemplaires"; // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; // // statsTSB // this.statsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.statsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.statsBtn32; this.statsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.statsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.statsTSB.Name = "statsTSB"; this.statsTSB.Text = "Statistiques"; // // toolStripSeparator17 // this.toolStripSeparator17.Name = "toolStripSeparator17"; // // brolXplorerTSB // this.brolXplorerTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.brolXplorerTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eXplorerBtn32; this.brolXplorerTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.brolXplorerTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.brolXplorerTSB.Name = "brolXplorerTSB"; this.brolXplorerTSB.Text = "BrolExplorateur"; this.brolXplorerTSB.ToolTipText = "Ouvrir une fenêtre de l\'explorateur de media"; // // showPhotobrolTSB // this.showPhotobrolTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showPhotobrolTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.editImageBtn32; this.showPhotobrolTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.showPhotobrolTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.showPhotobrolTSB.Name = "showPhotobrolTSB"; this.showPhotobrolTSB.Text = "Ouvrir PhotoBrol (éditeur d\'images)"; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; // // welcomeWizardTSB // this.welcomeWizardTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.welcomeWizardTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.wizardBtn32; this.welcomeWizardTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.welcomeWizardTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.welcomeWizardTSB.Name = "welcomeWizardTSB"; this.welcomeWizardTSB.Text = "Assistant de démarrage et de configuration"; // // updateTSB // this.updateTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.updateTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.updateBtn32; this.updateTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.updateTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.updateTSB.Name = "updateTSB"; this.updateTSB.Text = "Mise à jour"; // // BottomToolStripPanel // this.BottomToolStripPanel.Name = "BottomToolStripPanel"; this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; // // TopToolStripPanel // this.TopToolStripPanel.Name = "TopToolStripPanel"; this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; // // RightToolStripPanel // this.RightToolStripPanel.Name = "RightToolStripPanel"; this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; // // LeftToolStripPanel // this.LeftToolStripPanel.Name = "LeftToolStripPanel"; this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; // // ContentPanel // // // mainTS // this.mainTS.Dock = System.Windows.Forms.DockStyle.None; this.nouveauToolStripButton, this.ouvrirToolStripButton, this.imprimerToolStripButton, this.enregistrerToolStripButton, this.toolStripSeparator8, this.couperToolStripButton, this.copierToolStripButton, this.collerToolStripButton, this.toolStripSeparator10, this.dispConsTSB, this.cleanConsoleTSB}); this.mainTS.Name = "mainTS"; this.mainTS.TabIndex = 1; this.mainTS.Text = "Barre d\'outils principale"; // // nouveauToolStripButton // this.nouveauToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.nouveauToolStripButton.Enabled = false; this.nouveauToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("nouveauToolStripButton.Image"))); this.nouveauToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.nouveauToolStripButton.Name = "nouveauToolStripButton"; this.nouveauToolStripButton.Text = "&Nouveau"; // // ouvrirToolStripButton // this.ouvrirToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ouvrirToolStripButton.Enabled = false; this.ouvrirToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ouvrirToolStripButton.Image"))); this.ouvrirToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.ouvrirToolStripButton.Name = "ouvrirToolStripButton"; this.ouvrirToolStripButton.Text = "&Ouvrir"; // // imprimerToolStripButton // this.imprimerToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.imprimerToolStripButton.Enabled = false; this.imprimerToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("imprimerToolStripButton.Image"))); this.imprimerToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.imprimerToolStripButton.Name = "imprimerToolStripButton"; this.imprimerToolStripButton.Text = "&Imprimer"; // // enregistrerToolStripButton // this.enregistrerToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.enregistrerToolStripButton.Enabled = false; this.enregistrerToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("enregistrerToolStripButton.Image"))); this.enregistrerToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.enregistrerToolStripButton.Name = "enregistrerToolStripButton"; this.enregistrerToolStripButton.Text = "&Enregistrer"; // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; // // couperToolStripButton // this.couperToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.couperToolStripButton.Enabled = false; this.couperToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("couperToolStripButton.Image"))); this.couperToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.couperToolStripButton.Name = "couperToolStripButton"; this.couperToolStripButton.Text = "C&ouper"; // // copierToolStripButton // this.copierToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.copierToolStripButton.Enabled = false; this.copierToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copierToolStripButton.Image"))); this.copierToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.copierToolStripButton.Name = "copierToolStripButton"; this.copierToolStripButton.Text = "Co&pier"; // // collerToolStripButton // this.collerToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.collerToolStripButton.Enabled = false; this.collerToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("collerToolStripButton.Image"))); this.collerToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.collerToolStripButton.Name = "collerToolStripButton"; this.collerToolStripButton.Text = "Co&ller"; // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; // // dispConsTSB // this.dispConsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.dispConsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsole; this.dispConsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.dispConsTSB.Name = "dispConsTSB"; this.dispConsTSB.Text = "Afficher la console"; // // cleanConsoleTSB // this.cleanConsoleTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.cleanConsoleTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsoleClean; this.cleanConsoleTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.cleanConsoleTSB.Name = "cleanConsoleTSB"; this.cleanConsoleTSB.Text = "Vider la console"; // // rightTSP // this.rightTSP.Dock = System.Windows.Forms.DockStyle.Right; this.rightTSP.Name = "rightTSP"; this.rightTSP.Orientation = System.Windows.Forms.Orientation.Vertical; // // topTSP // this.topTSP.Controls.Add(this.mainTS); this.topTSP.Dock = System.Windows.Forms.DockStyle.Top; this.topTSP.Name = "topTSP"; this.topTSP.Orientation = System.Windows.Forms.Orientation.Horizontal; // // leftTSP // this.leftTSP.Controls.Add(this.openFormsTS); this.leftTSP.Dock = System.Windows.Forms.DockStyle.Left; this.leftTSP.Name = "leftTSP"; this.leftTSP.Orientation = System.Windows.Forms.Orientation.Vertical; // // bottomTSP // this.bottomTSP.Controls.Add(this.statusStrip); this.bottomTSP.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomTSP.Name = "bottomTSP"; this.bottomTSP.Orientation = System.Windows.Forms.Orientation.Horizontal; // // statusStrip // this.statusStrip.Dock = System.Windows.Forms.DockStyle.None; this.copyrightTsLbl, this.versionTsLbl, this.toolStripProgressBar, this.toolStripStatusLabel}); this.statusStrip.Name = "statusStrip"; this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; this.statusStrip.ShowItemToolTips = true; this.statusStrip.TabIndex = 5; this.statusStrip.Text = "Barre de notification"; // // copyrightTsLbl // this.copyrightTsLbl.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.copyrightTsLbl.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.copyrightTsLbl.Name = "copyrightTsLbl"; this.copyrightTsLbl.Text = "copyright"; // // versionTsLbl // this.versionTsLbl.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.versionTsLbl.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.versionTsLbl.Name = "versionTsLbl"; this.versionTsLbl.Text = "version"; // // toolStripProgressBar // this.toolStripProgressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripProgressBar.Name = "toolStripProgressBar"; this.toolStripProgressBar.Visible = false; // // toolStripStatusLabel // this.toolStripStatusLabel.AutoSize = false; this.toolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.toolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.toolStripStatusLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolStripStatusLabel.ImageTransparentColor = System.Drawing.Color.Fuchsia; this.toolStripStatusLabel.MergeAction = System.Windows.Forms.MergeAction.Replace; this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Spring = true; this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // openNewApplicationTsMi // this.openNewApplicationTsMi.Name = "openNewApplicationTsMi"; this.openNewApplicationTsMi.Text = "Nouvelle interface"; // // OldMainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.AboutBoxBiblioBrol; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.Controls.Add(this.leftTSP); this.Controls.Add(this.topTSP); this.Controls.Add(this.rightTSP); this.Controls.Add(this.bottomTSP); this.Controls.Add(this.mainMenuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.KeyPreview = true; this.MainMenuStrip = this.mainMenuStrip; this.Name = "OldMainForm"; this.Text = "BiblioBrol"; this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.openFormsTS.ResumeLayout(false); this.openFormsTS.PerformLayout(); this.mainTS.ResumeLayout(false); this.mainTS.PerformLayout(); this.topTSP.ResumeLayout(false); this.topTSP.PerformLayout(); this.leftTSP.ResumeLayout(false); this.leftTSP.PerformLayout(); this.bottomTSP.ResumeLayout(false); this.bottomTSP.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStripMenuItem fenêtreTSMenuItem; private System.Windows.Forms.ToolStripMenuItem borrowsTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem manageDispWindowsTSMenuItem; private System.Windows.Forms.ToolStripMenuItem dispWinCTSMenuItem; private System.Windows.Forms.ToolStripMenuItem dispWinHTSMenuItem; private System.Windows.Forms.ToolStripMenuItem dispWinVTSMenuItem; private System.Windows.Forms.ToolStripMenuItem dispWinAIconsTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem toolsTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem optionsTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem statsTSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleTSMenuItem; private System.Windows.Forms.ToolStripMenuItem hideConsoleTSMenuItem; private System.Windows.Forms.ToolStripMenuItem clearConsoleTSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleOpacityTSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleOpacity50TSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleOpacity70TSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleOpacity90TSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleOpacity95TSMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleOpacity100TSMenuItem; private System.Windows.Forms.ToolStripMenuItem fileTSMenuItem; private System.Windows.Forms.ToolStripMenuItem newTSMenuItem; private System.Windows.Forms.ToolStripMenuItem openTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; private System.Windows.Forms.ToolStripMenuItem saveTSMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator12; private System.Windows.Forms.ToolStripMenuItem printTSMenuItem; private System.Windows.Forms.ToolStripMenuItem printPreviewMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator13; private System.Windows.Forms.ToolStripMenuItem exitTSMenuItem; private System.Windows.Forms.ToolStripMenuItem editTSMenuItem; private System.Windows.Forms.ToolStripMenuItem undoTSMenuItem; private System.Windows.Forms.ToolStripMenuItem redoTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator14; private System.Windows.Forms.ToolStripMenuItem cutTSMenuItem; private System.Windows.Forms.ToolStripMenuItem copyTSMenuItem; private System.Windows.Forms.ToolStripMenuItem pasteTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator15; private System.Windows.Forms.ToolStripMenuItem selectAllTSMenuItem; private System.Windows.Forms.ToolStripMenuItem helpTsMi; private System.Windows.Forms.ToolStripMenuItem contentsTSMenuItem; private System.Windows.Forms.ToolStripMenuItem indexTSMenuItem; private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutTSMenuItem; private System.Windows.Forms.ToolStripMenuItem customTSMenuItem; private System.Windows.Forms.ToolStripMenuItem newBrolTSMenuItem; private System.Windows.Forms.ToolStripMenuItem fichierDimportationToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fichierDimagesbedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fichierCSVToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fichierXMLToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem personsTsMi; private System.Windows.Forms.ToolStripMenuItem personsFormMenuItem; private System.Windows.Forms.ToolStripMenuItem brolsTsMi; private System.Windows.Forms.ToolStripMenuItem brolsFormTSMenuItem; private System.Windows.Forms.ToolStripMenuItem mediabrolsTSMenuItem; private System.Windows.Forms.ToolStripMenuItem mediabrolsFormTSMenuItem; private System.Windows.Forms.ToolStripMenuItem welcomeWizardTSMenuItem; private System.Windows.Forms.ToolTip mainToolTip; private System.Windows.Forms.ToolStripMenuItem bugsTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStrip mainTS; private System.Windows.Forms.ToolStripButton dispConsTSB; private System.Windows.Forms.ToolStripButton cleanConsoleTSB; private System.Windows.Forms.ToolStripButton nouveauToolStripButton; private System.Windows.Forms.ToolStripButton ouvrirToolStripButton; private System.Windows.Forms.ToolStripButton imprimerToolStripButton; private System.Windows.Forms.ToolStripButton enregistrerToolStripButton; private System.Windows.Forms.ToolStripButton couperToolStripButton; private System.Windows.Forms.ToolStripButton copierToolStripButton; private System.Windows.Forms.ToolStripButton collerToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripPanel BottomToolStripPanel; private System.Windows.Forms.ToolStripPanel TopToolStripPanel; private System.Windows.Forms.ToolStripPanel RightToolStripPanel; private System.Windows.Forms.ToolStripPanel LeftToolStripPanel; private System.Windows.Forms.ToolStripContentPanel ContentPanel; private System.Windows.Forms.ToolStripPanel rightTSP; private System.Windows.Forms.ToolStripPanel leftTSP; private System.Windows.Forms.ToolStripPanel bottomTSP; internal System.Windows.Forms.ToolStripPanel topTSP; private System.Windows.Forms.ToolStripMenuItem defaultStyleTSMenuItem; private System.Windows.Forms.ToolStripMenuItem controlStyleTSMenuItem; private System.Windows.Forms.ToolStripMenuItem blueStyleTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripMenuItem browseTSMenuItem; private System.Windows.Forms.ToolStripMenuItem brolExplorerTSMenuItem; private System.Windows.Forms.ToolStripMenuItem misesÀJourToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator18; private System.Windows.Forms.ToolStripMenuItem sourcesTsMi; private System.Windows.Forms.ToolStrip openFormsTS; private System.Windows.Forms.ToolStripButton personsTSB; private System.Windows.Forms.ToolStripButton brolsTSB; private System.Windows.Forms.ToolStripButton mediabrolsTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripButton brolXplorerTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator17; private System.Windows.Forms.ToolStripButton statsTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton welcomeWizardTSB; private System.Windows.Forms.ToolStripButton updateTSB; private System.Windows.Forms.ToolStripButton showPhotobrolTSB; private System.Windows.Forms.ToolStripMenuItem styleSystemTsMi; private System.Windows.Forms.ToolStripMenuItem tasksTsMi; private System.Windows.Forms.ToolStripMenuItem openBrolExplorerSearchTsMi; private System.Windows.Forms.ToolStripMenuItem findTsMi; private System.Windows.Forms.ToolStripMenuItem findOnDiscTsMi; private System.Windows.Forms.ToolStripMenuItem findAwsTsMi; private System.Windows.Forms.ToolStripMenuItem biblioBrolWsTsMi; private System.Windows.Forms.ToolStripMenuItem addUserTsMi; private System.Windows.Forms.ToolStripMenuItem searchOnDiscTsMi; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel copyrightTsLbl; private System.Windows.Forms.ToolStripStatusLabel versionTsLbl; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; private System.Windows.Forms.ToolStripMenuItem openEditSeriesForm; private System.Windows.Forms.ToolStripMenuItem onLineHelpTsMi; private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar; private System.Windows.Forms.ToolStripMenuItem openNewApplicationTsMi; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731642947 15/11/2024 04:55:47 |
| _ | wizards | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | utils | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | controls | 0 octets | 1541007178 31/10/2018 18:32:58 |
| _ | dialogs | 0 octets | 1541007183 31/10/2018 18:33:03 |
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.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-bibliobrol-source-rf-view//OldMainForm.Designer.cs.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.