ToolBarShortCutsControl. Designer. cs
Description du code
ToolBarShortCutsControl.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# (ToolBarShortCutsControl.Designer.cs) (215 lignes)
namespace be.gaudry.bibliobrol.view.controls.toolBars { partial class ToolBarShortCutsControl { /// <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 Component 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.quickLaunchTS.SuspendLayout(); this.SuspendLayout(); // // quickLaunchTS // this.quickLaunchTS.Dock = System.Windows.Forms.DockStyle.Fill; this.quickLaunchTS.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.quickLaunchTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; this.quickLaunchTS.Name = "quickLaunchTS"; this.quickLaunchTS.Stretch = true; this.quickLaunchTS.TabIndex = 3; // // 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"; // // ToolBarShortCutsControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.quickLaunchTS); this.Name = "ToolBarShortCutsControl"; this.quickLaunchTS.ResumeLayout(false); this.quickLaunchTS.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolTip toolTip1; private be.gaudry.view.controls.ToolStrip quickLaunchTS; 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 statsTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator17; private System.Windows.Forms.ToolStripButton brolXplorerTSB; private System.Windows.Forms.ToolStripButton showPhotobrolTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton welcomeWizardTSB; private System.Windows.Forms.ToolStripButton updateTSB; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1734951972 23/12/2024 12:06:12 |
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/12/2024 12:06:12 Cette version de la page est en cache (à la date du 23/12/2024 12:06:12) 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-bibliobrol-source-rf-view/controls/toolBars/ToolBarShortCutsControl.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.