ToolBarHelpPersonControl. Designer. cs
Description du code
ToolBarHelpPersonControl.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# (ToolBarHelpPersonControl.Designer.cs) (156 lignes)
namespace be.gaudry.bibliobrol.view.controls.toolBars { partial class ToolBarHelpPersonControl { /// <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.contextMenuStrip1.SuspendLayout(); this.personHP.SuspendLayout(); this.brolHP.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.positionDeLaConsoleToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Text = "Menu console"; // // positionDeLaConsoleToolStripMenuItem // this.positionDeLaConsoleToolStripMenuItem.Name = "positionDeLaConsoleToolStripMenuItem"; this.positionDeLaConsoleToolStripMenuItem.Text = "Position de la console"; // // personHP // this.personHP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.personHP.BorderColor = System.Drawing.Color.DarkSlateBlue; this.personHP.CaptionBeginColor = System.Drawing.Color.Orange; this.personHP.CaptionEndColor = System.Drawing.Color.OrangeRed; this.personHP.CaptionText = "Personnes"; this.personHP.ContextMenuStrip = this.contextMenuStrip1; this.personHP.Controls.Add(this.richTextBox2); this.personHP.GradientDirection = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.personHP.GradientEnd = System.Drawing.Color.LightSteelBlue; this.personHP.GradientStart = System.Drawing.Color.WhiteSmoke; this.personHP.Name = "personHP"; this.personHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("personHP.PanelIcon"))); this.personHP.PanelIconVisible = true; this.personHP.TabIndex = 7; this.personHP.TextAntialias = true; this.personHP.UseContentGradient = false; // // richTextBox2 // this.richTextBox2.BackColor = System.Drawing.SystemColors.ControlLight; this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox2.ForeColor = System.Drawing.SystemColors.ControlText; this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.TabIndex = 2; this.richTextBox2.Text = ""; // // brolHP // this.brolHP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.brolHP.BorderColor = System.Drawing.Color.DarkSlateBlue; this.brolHP.CaptionBeginColor = System.Drawing.Color.Orange; this.brolHP.CaptionEndColor = System.Drawing.Color.OrangeRed; this.brolHP.CaptionText = "Ouvrages et exemplaires"; this.brolHP.ContextMenuStrip = this.contextMenuStrip1; this.brolHP.Controls.Add(this.richTextBox1); this.brolHP.GradientDirection = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.brolHP.GradientEnd = System.Drawing.Color.LightSteelBlue; this.brolHP.GradientStart = System.Drawing.Color.WhiteSmoke; this.brolHP.Name = "brolHP"; this.brolHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("brolHP.PanelIcon"))); this.brolHP.PanelIconVisible = true; this.brolHP.TabIndex = 8; this.brolHP.TextAntialias = true; this.brolHP.UseContentGradient = false; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.SystemColors.ControlLight; this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.TabIndex = 1; this.richTextBox1.Text = ""; // // ToolBarHelpPersonControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.contextMenuStrip1; this.Controls.Add(this.brolHP); this.Controls.Add(this.personHP); this.Name = "ToolBarHelpPersonControl"; this.contextMenuStrip1.ResumeLayout(false); this.personHP.ResumeLayout(false); this.brolHP.ResumeLayout(false); this.ResumeLayout(false); } #endregion private KIS.Controls.Windows.HeaderPanel personHP; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem positionDeLaConsoleToolStripMenuItem; private KIS.Controls.Windows.HeaderPanel brolHP; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.RichTextBox richTextBox2; } }
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 | 1731659622 15/11/2024 09:33:42 |
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
15/11/2024 09:33:42 Cette version de la page est en cache (à la date du 15/11/2024 09:33:42) 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/ToolBarHelpPersonControl.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.