ToolBarConsoleControl. Designer. cs
Description du code
ToolBarConsoleControl.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# (ToolBarConsoleControl.Designer.cs) (167 lignes)
namespace be.gaudry.bibliobrol.view.controls.toolBars { partial class ToolBarConsoleControl { /// <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.mainCMS.SuspendLayout(); this.optionsHP.SuspendLayout(); this.SuspendLayout(); // // mainCMS // this.positionDeLaConsoleToolStripMenuItem}); this.mainCMS.Name = "contextMenuStrip1"; this.mainCMS.Text = "Menu console"; // // positionDeLaConsoleToolStripMenuItem // this.positionDeLaConsoleToolStripMenuItem.Name = "positionDeLaConsoleToolStripMenuItem"; this.positionDeLaConsoleToolStripMenuItem.Text = "Position de la console"; // // consoleHP // this.consoleHP.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.consoleHP.BorderColor = System.Drawing.Color.DarkSlateBlue; this.consoleHP.CaptionBeginColor = System.Drawing.Color.Orange; this.consoleHP.CaptionEndColor = System.Drawing.Color.OrangeRed; this.consoleHP.CaptionText = "Console"; this.consoleHP.ContextMenuStrip = this.mainCMS; this.consoleHP.GradientEnd = System.Drawing.Color.LightSteelBlue; this.consoleHP.GradientStart = System.Drawing.Color.WhiteSmoke; this.consoleHP.Name = "consoleHP"; this.consoleHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("consoleHP.PanelIcon"))); this.consoleHP.PanelIconVisible = true; this.consoleHP.TabIndex = 7; this.consoleHP.TextAntialias = true; this.consoleHP.UseContentGradient = false; // // optionsHP // this.optionsHP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.optionsHP.BorderColor = System.Drawing.Color.DarkSlateBlue; this.optionsHP.CaptionBeginColor = System.Drawing.Color.Orange; this.optionsHP.CaptionEndColor = System.Drawing.Color.OrangeRed; this.optionsHP.CaptionText = "Options"; this.optionsHP.Controls.Add(this.showConsoleOptionsBtn); this.optionsHP.Controls.Add(this.cleanConsoleBtn); this.optionsHP.Controls.Add(this.enableConsoleBtn); this.optionsHP.GradientEnd = System.Drawing.Color.LightSteelBlue; this.optionsHP.GradientStart = System.Drawing.Color.WhiteSmoke; this.optionsHP.Name = "optionsHP"; this.optionsHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("optionsHP.PanelIcon"))); this.optionsHP.PanelIconVisible = true; this.optionsHP.TabIndex = 8; this.optionsHP.TextAntialias = true; this.optionsHP.UseContentGradient = false; // // showConsoleOptionsBtn // this.showConsoleOptionsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.showConsoleOptionsBtn.Enabled = false; this.showConsoleOptionsBtn.Name = "showConsoleOptionsBtn"; this.showConsoleOptionsBtn.TabIndex = 3; this.showConsoleOptionsBtn.Text = "Options"; this.showConsoleOptionsBtn.UseVisualStyleBackColor = true; // // cleanConsoleBtn // this.cleanConsoleBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cleanConsoleBtn.Enabled = false; this.cleanConsoleBtn.Name = "cleanConsoleBtn"; this.cleanConsoleBtn.TabIndex = 2; this.cleanConsoleBtn.Text = "Vider la console"; this.cleanConsoleBtn.UseVisualStyleBackColor = true; // // enableConsoleBtn // this.enableConsoleBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.enableConsoleBtn.Name = "enableConsoleBtn"; this.enableConsoleBtn.TabIndex = 1; this.enableConsoleBtn.Text = "Activer la console"; this.enableConsoleBtn.UseVisualStyleBackColor = true; // // ToolBarConsoleControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.mainCMS; this.Controls.Add(this.optionsHP); this.Controls.Add(this.consoleHP); this.Name = "ToolBarConsoleControl"; this.mainCMS.ResumeLayout(false); this.optionsHP.ResumeLayout(false); this.ResumeLayout(false); } #endregion private KIS.Controls.Windows.HeaderPanel consoleHP; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ContextMenuStrip mainCMS; private System.Windows.Forms.ToolStripMenuItem positionDeLaConsoleToolStripMenuItem; private KIS.Controls.Windows.HeaderPanel optionsHP; private System.Windows.Forms.Button enableConsoleBtn; private System.Windows.Forms.Button showConsoleOptionsBtn; private System.Windows.Forms.Button cleanConsoleBtn; } }
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 | 1734949427 23/12/2024 11:23:47 |
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 11:23:47 Cette version de la page est en cache (à la date du 23/12/2024 11:23:47) 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/ToolBarConsoleControl.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.