MDIParentForm.Designer.cs
Description du code
MDIParentForm.Designer.cs est un fichier du projet BrolDev.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.
Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.
Code source ou contenu du fichier
Code c# (MDIParentForm.Designer.cs) (798 lignes)
namespace be.gaudry.view { partial class MDIParentForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.topTSP.SuspendLayout(); this.displayTS.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.wizardToolBarCMS.SuspendLayout(); this.SuspendLayout(); // // leftPanel // this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left; this.leftPanel.Name = "leftPanel"; this.leftPanel.TabIndex = 9; this.leftPanel.Visible = false; // // topTSP // this.topTSP.Controls.Add(this.displayTS); this.topTSP.Dock = System.Windows.Forms.DockStyle.Top; this.topTSP.Name = "topTSP"; this.topTSP.Orientation = System.Windows.Forms.Orientation.Horizontal; // // displayTS // this.displayTS.Dock = System.Windows.Forms.DockStyle.None; this.displayMenuLeftTsB, this.displayStatusStripTsB, this.displayMenuRightTsB}); this.displayTS.Name = "displayTS"; this.displayTS.TabIndex = 1; this.displayTS.Text = "Affichage"; // // displayMenuLeftTsB // this.displayMenuLeftTsB.CheckOnClick = true; this.displayMenuLeftTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.displayMenuLeftTsB.Image = global::be.gaudry.Properties.Resources.displayMenuLeft; this.displayMenuLeftTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.displayMenuLeftTsB.MergeIndex = 1; this.displayMenuLeftTsB.Name = "displayMenuLeftTsB"; // // displayStatusStripTsB // this.displayStatusStripTsB.CheckOnClick = true; this.displayStatusStripTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.displayStatusStripTsB.Image = global::be.gaudry.Properties.Resources.displayMenuBottom; this.displayStatusStripTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.displayStatusStripTsB.MergeIndex = 2; this.displayStatusStripTsB.Name = "displayStatusStripTsB"; this.displayStatusStripTsB.Text = "Afficher ou masquer la barre de status"; // // displayMenuRightTsB // this.displayMenuRightTsB.CheckOnClick = true; this.displayMenuRightTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.displayMenuRightTsB.Image = global::be.gaudry.Properties.Resources.displayMenuRight; this.displayMenuRightTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.displayMenuRightTsB.MergeIndex = 3; this.displayMenuRightTsB.Name = "displayMenuRightTsB"; this.displayMenuRightTsB.Text = "Afficher ou masquer le volet de l\'assistant"; // // mainMenuStrip // this.fileTsMi, this.displayTsMi, this.toolsTsMi, this.windowTsMi, this.helpTsMi}); this.mainMenuStrip.MdiWindowListItem = this.windowTsMi; this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.TabIndex = 7; this.mainMenuStrip.Text = "Menu général"; // // fileTsMi // this.newTSMenuItem, this.openTSMenuItem, this.browseTSMenuItem, this.openBrolExplorerSearchTsMi, this.toolStripSeparator11, this.saveTSMenuItem, this.saveAsTSMenuItem, this.toolStripSeparator12, this.printTSMenuItem, this.printPreviewMenuItem, this.toolStripSeparator13, this.exitTsMi}); this.fileTsMi.Name = "fileTsMi"; this.fileTsMi.Text = "&Fichier"; // // 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.openBEDTsMi, 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)"; // // openBEDTsMi // this.openBEDTsMi.Enabled = false; this.openBEDTsMi.Name = "openBEDTsMi"; this.openBEDTsMi.Text = "Fichier d\'images (bif)"; // // 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.Enabled = false; this.browseTSMenuItem.Name = "browseTSMenuItem"; this.browseTSMenuItem.Text = "Parcourir"; this.browseTSMenuItem.ToolTipText = "Ouvrir l\'explorateur interne pour parcourir la structure de fichiers"; // // openBrolExplorerSearchTsMi // this.openBrolExplorerSearchTsMi.Enabled = false; this.openBrolExplorerSearchTsMi.Name = "openBrolExplorerSearchTsMi"; this.openBrolExplorerSearchTsMi.Text = "Chercher"; // // 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"; // // exitTsMi // this.exitTsMi.Name = "exitTsMi"; this.exitTsMi.Text = "&Quitter"; this.exitTsMi.ToolTipText = "Quitter l\'application principale"; // // displayTsMi // this.customTSMenuItem, this.toolStripSeparator6, this.showHideStatusBarTsMi, this.showHideWizardTsMi, this.displayToolBarTsMi}); this.displayTsMi.MergeIndex = 2; this.displayTsMi.Name = "displayTsMi"; this.displayTsMi.Text = "&Affichage"; // // customTSMenuItem // this.customTSMenuItem.Name = "customTSMenuItem"; this.customTSMenuItem.Text = "&Style"; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // showHideStatusBarTsMi // this.showHideStatusBarTsMi.Name = "showHideStatusBarTsMi"; this.showHideStatusBarTsMi.Text = "Barre de status"; // // showHideWizardTsMi // this.showHideWizardTsMi.Name = "showHideWizardTsMi"; this.showHideWizardTsMi.Text = "&Volet assistant"; // // displayToolBarTsMi // this.displayDisplayToolsTsMi}); this.displayToolBarTsMi.Name = "displayToolBarTsMi"; this.displayToolBarTsMi.Text = "Barres d\'outils"; // // displayDisplayToolsTsMi // this.displayDisplayToolsTsMi.Image = global::be.gaudry.Properties.Resources.displayMenuTop; this.displayDisplayToolsTsMi.Name = "displayDisplayToolsTsMi"; this.displayDisplayToolsTsMi.Text = "Affichage des outils"; // // toolsTsMi // this.optionsTSMenuItem, this.updateTsMi}); this.toolsTsMi.MergeIndex = 3; this.toolsTsMi.Name = "toolsTsMi"; this.toolsTsMi.Text = "&Outils"; // // optionsTSMenuItem // this.optionsTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("optionsTSMenuItem.Image"))); this.optionsTSMenuItem.Name = "optionsTSMenuItem"; this.optionsTSMenuItem.Text = "&Options"; // // updateTsMi // this.updateTsMi.Name = "updateTsMi"; this.updateTsMi.Text = "Mise à jour"; // // windowTsMi // this.manageDispWindowsTSMenuItem, this.toolStripSeparator2, this.fermerToutesLesFenêtresToolStripMenuItem}); this.windowTsMi.MergeIndex = 4; this.windowTsMi.Name = "windowTsMi"; this.windowTsMi.Text = "Fe&nêtre"; // // 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"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; // // fermerToutesLesFenêtresToolStripMenuItem // this.fermerToutesLesFenêtresToolStripMenuItem.Image = global::be.gaudry.Properties.Resources.closeAll; this.fermerToutesLesFenêtresToolStripMenuItem.Name = "fermerToutesLesFenêtresToolStripMenuItem"; this.fermerToutesLesFenêtresToolStripMenuItem.Text = "Fermer toutes les fenêtres"; // // helpTsMi // this.aboutTSMenuItem, this.helpAddPlugginTsMi, this.toolStripSeparator5, this.contentsTSMenuItem, this.indexTSMenuItem, this.searchToolStripMenuItem, this.toolStripSeparator3, this.onLineHelpTsMi, this.sourcesTsMi}); this.helpTsMi.Name = "helpTsMi"; this.helpTsMi.Text = "Ai&de"; // // aboutTSMenuItem // this.aboutTSMenuItem.Name = "aboutTSMenuItem"; this.aboutTSMenuItem.Text = "A propos de BrolDev"; // // helpAddPlugginTsMi // this.helpAddPlugginTsMi.Name = "helpAddPlugginTsMi"; this.helpAddPlugginTsMi.Text = "Ajouter un plugin"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // 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"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // onLineHelpTsMi // this.onLineHelpTsMi.Name = "onLineHelpTsMi"; this.onLineHelpTsMi.Text = "Aide en ligne..."; // // sourcesTsMi // this.sourcesTsMi.Name = "sourcesTsMi"; this.sourcesTsMi.Text = "Références..."; // // statusStrip // this.statusStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; this.copyrightTssLbl, this.versionTssLbl, this.infosTssLbl}); this.statusStrip.Name = "statusStrip"; this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; this.statusStrip.ShowItemToolTips = true; this.statusStrip.TabIndex = 6; this.statusStrip.Text = "Barre de notification"; // // copyrightTssLbl // this.copyrightTssLbl.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.copyrightTssLbl.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.copyrightTssLbl.Name = "copyrightTssLbl"; this.copyrightTssLbl.Text = "copyright"; // // versionTssLbl // this.versionTssLbl.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.versionTssLbl.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.versionTssLbl.Name = "versionTssLbl"; this.versionTssLbl.Text = "version"; // // infosTssLbl // this.infosTssLbl.AutoToolTip = true; this.infosTssLbl.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.infosTssLbl.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.infosTssLbl.Name = "infosTssLbl"; this.infosTssLbl.Spring = true; this.infosTssLbl.Text = "Bienvenue"; this.infosTssLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // wizardToolBarCMS // this.panelSizeTsMi, this.displayRightPanelTsMi}); this.wizardToolBarCMS.Name = "wizardToolBarCMS"; this.wizardToolBarCMS.Text = "Menu du panneau assistant"; // // panelSizeTsMi // this.wizardWidth20TsMi, this.wizardWidth100TsMi, this.wizardWidth200TsMi, this.wizardWidth400TsMi, this.wizardWidth600TsMi}); this.panelSizeTsMi.Name = "panelSizeTsMi"; this.panelSizeTsMi.Text = "Taille du panneau"; // // wizardWidth20TsMi // this.wizardWidth20TsMi.CheckOnClick = true; this.wizardWidth20TsMi.Name = "wizardWidth20TsMi"; this.wizardWidth20TsMi.Text = "25"; // // wizardWidth100TsMi // this.wizardWidth100TsMi.CheckOnClick = true; this.wizardWidth100TsMi.Name = "wizardWidth100TsMi"; this.wizardWidth100TsMi.Text = "100"; // // wizardWidth200TsMi // this.wizardWidth200TsMi.CheckOnClick = true; this.wizardWidth200TsMi.Name = "wizardWidth200TsMi"; this.wizardWidth200TsMi.Text = "200"; // // wizardWidth400TsMi // this.wizardWidth400TsMi.CheckOnClick = true; this.wizardWidth400TsMi.Name = "wizardWidth400TsMi"; this.wizardWidth400TsMi.Text = "400"; // // wizardWidth600TsMi // this.wizardWidth600TsMi.CheckOnClick = true; this.wizardWidth600TsMi.Name = "wizardWidth600TsMi"; this.wizardWidth600TsMi.Text = "600"; // // displayRightPanelTsMi // this.displayRightPanelTsMi.Name = "displayRightPanelTsMi"; this.displayRightPanelTsMi.Text = "Afficher le panneau"; // // toolBarManagerControl // this.toolBarManagerControl.Dock = System.Windows.Forms.DockStyle.Right; this.toolBarManagerControl.Name = "toolBarManagerControl"; this.toolBarManagerControl.TabIndex = 0; // // MDIParentForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = global::be.gaudry.Properties.Settings.Default.mainFormClientSize; this.Controls.Add(this.toolBarManagerControl); this.Controls.Add(this.leftPanel); this.Controls.Add(this.topTSP); this.Controls.Add(this.mainMenuStrip); this.Controls.Add(this.statusStrip); this.HelpButton = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = this.mainMenuStrip; this.Name = "MDIParentForm"; this.Text = "MDIParentForm"; this.topTSP.ResumeLayout(false); this.topTSP.PerformLayout(); this.displayTS.ResumeLayout(false); this.displayTS.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.wizardToolBarCMS.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel copyrightTssLbl; private System.Windows.Forms.ToolStripStatusLabel versionTssLbl; 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 toolStripSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; protected System.Windows.Forms.ToolStripMenuItem windowTsMi; protected System.Windows.Forms.ToolStripMenuItem helpTsMi; protected System.Windows.Forms.ToolStripMenuItem toolsTsMi; protected System.Windows.Forms.ToolStripMenuItem displayTsMi; protected System.Windows.Forms.ToolStripMenuItem fileTsMi; protected System.Windows.Forms.ToolStripMenuItem showHideWizardTsMi; protected System.Windows.Forms.ToolStripMenuItem exitTsMi; protected System.Windows.Forms.ToolStripMenuItem aboutTSMenuItem; protected System.Windows.Forms.ToolStripMenuItem displayToolBarTsMi; protected System.Windows.Forms.ToolStripMenuItem helpAddPlugginTsMi; protected System.Windows.Forms.ToolStrip displayTS; protected System.Windows.Forms.ToolStripButton displayStatusStripTsB; protected System.Windows.Forms.ToolStripMenuItem showHideStatusBarTsMi; protected System.Windows.Forms.ToolStripSeparator toolStripSeparator6; protected System.Windows.Forms.ToolStripPanel topTSP; protected System.Windows.Forms.ToolStripMenuItem contentsTSMenuItem; protected System.Windows.Forms.ToolStripMenuItem indexTSMenuItem; protected System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem; protected System.Windows.Forms.ToolStripMenuItem onLineHelpTsMi; protected System.Windows.Forms.ToolStripMenuItem sourcesTsMi; protected System.Windows.Forms.ToolStripButton displayMenuRightTsB; protected System.Windows.Forms.ToolStripMenuItem customTSMenuItem; public System.Windows.Forms.MenuStrip mainMenuStrip; protected System.Windows.Forms.ToolStripButton displayMenuLeftTsB; private System.Windows.Forms.ToolStripMenuItem displayDisplayToolsTsMi; private System.Windows.Forms.ToolStripMenuItem fermerToutesLesFenêtresToolStripMenuItem; protected System.Windows.Forms.ToolStripMenuItem optionsTSMenuItem; private System.Windows.Forms.ToolTip mdiParentToolTip; protected be.gaudry.view.controls.ToolBarManagerControl toolBarManagerControl; protected System.Windows.Forms.Panel leftPanel; private System.Windows.Forms.ToolStripMenuItem newTSMenuItem; private System.Windows.Forms.ToolStripMenuItem newBrolTSMenuItem; private System.Windows.Forms.ToolStripMenuItem openTSMenuItem; private System.Windows.Forms.ToolStripMenuItem fichierDimportationToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openBEDTsMi; private System.Windows.Forms.ToolStripMenuItem fichierCSVToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fichierXMLToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem browseTSMenuItem; private System.Windows.Forms.ToolStripMenuItem openBrolExplorerSearchTsMi; 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.ContextMenuStrip wizardToolBarCMS; private System.Windows.Forms.ToolStripMenuItem panelSizeTsMi; private System.Windows.Forms.ToolStripMenuItem wizardWidth20TsMi; private System.Windows.Forms.ToolStripMenuItem wizardWidth100TsMi; private System.Windows.Forms.ToolStripMenuItem wizardWidth200TsMi; private System.Windows.Forms.ToolStripMenuItem wizardWidth400TsMi; private System.Windows.Forms.ToolStripMenuItem wizardWidth600TsMi; private System.Windows.Forms.ToolStripMenuItem displayRightPanelTsMi; private System.Windows.Forms.ToolStripStatusLabel infosTssLbl; private System.Windows.Forms.ToolStripMenuItem updateTsMi; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732240653 22/11/2024 02:57:33 |
| _ | dialogs | 0 octets | 1541007195 31/10/2018 18:33:15 |
| _ | style | 0 octets | 1541007196 31/10/2018 18:33:16 |
| _ | utils | 0 octets | 1541007196 31/10/2018 18:33:16 |
| _ | controls | 0 octets | 1541007193 31/10/2018 18:33:13 |
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
22/11/2024 02:57:33 Cette version de la page est en cache (à la date du 22/11/2024 02:57:33) 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 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-broldev-source-rf-view//MDIParentForm.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.