ToolBarHomeControl.Designer.cs
Description du code
ToolBarHomeControl.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# (ToolBarHomeControl.Designer.cs) (151 lignes)
namespace be.gaudry.view.controls { partial class ToolBarHomeControl { /// <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.homeHP.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.aboutPB)).BeginInit(); this.SuspendLayout(); // // homeHP // this.homeHP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.homeHP.BorderColor = System.Drawing.Color.DarkSlateBlue; this.homeHP.CaptionBeginColor = System.Drawing.Color.Orange; this.homeHP.CaptionEndColor = System.Drawing.Color.OrangeRed; this.homeHP.CaptionHeight = 26; this.homeHP.CaptionText = "Assistant"; this.homeHP.Controls.Add(this.optionsLL); this.homeHP.Controls.Add(this.sourcesLL); this.homeHP.Controls.Add(this.onLineHelpLL); this.homeHP.GradientEnd = System.Drawing.Color.LightSteelBlue; this.homeHP.GradientStart = System.Drawing.Color.WhiteSmoke; this.homeHP.Name = "homeHP"; this.homeHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("homeHP.PanelIcon"))); this.homeHP.PanelIconVisible = true; this.homeHP.TabIndex = 7; this.homeHP.TextAntialias = true; this.homeHP.UseContentGradient = false; // // optionsLL // this.optionsLL.AutoSize = true; this.optionsLL.Name = "optionsLL"; this.optionsLL.TabIndex = 3; this.optionsLL.TabStop = true; this.optionsLL.Text = "Options"; // // sourcesLL // this.sourcesLL.AutoSize = true; this.sourcesLL.Name = "sourcesLL"; this.sourcesLL.TabIndex = 2; this.sourcesLL.TabStop = true; this.sourcesLL.Text = "Références"; // // onLineHelpLL // this.onLineHelpLL.AutoSize = true; this.onLineHelpLL.Name = "onLineHelpLL"; this.onLineHelpLL.TabIndex = 1; this.onLineHelpLL.TabStop = true; this.onLineHelpLL.Text = "Aide en ligne"; // // brolBoxUserControl1 // this.brolBoxUserControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("brolBoxUserControl1.BackgroundImage"))); this.brolBoxUserControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.brolBoxUserControl1.CaptionImage = global::be.gaudry.Properties.Resources.wizard_big; this.brolBoxUserControl1.CaptionText = "Assistant"; this.brolBoxUserControl1.Name = "brolBoxUserControl1"; this.brolBoxUserControl1.TabIndex = 8; this.brolBoxUserControl1.Visible = false; // // aboutPB // this.aboutPB.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.aboutPB.BackColor = System.Drawing.Color.Transparent; this.aboutPB.Image = global::be.gaudry.Properties.Resources.AboutBoxBrolDev; this.aboutPB.Name = "aboutPB"; this.aboutPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.aboutPB.TabIndex = 4; this.aboutPB.TabStop = false; // // ToolBarHomeControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.brolBoxUserControl1); this.Controls.Add(this.homeHP); this.Controls.Add(this.aboutPB); this.Name = "ToolBarHomeControl"; this.homeHP.ResumeLayout(false); this.homeHP.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.aboutPB)).EndInit(); this.ResumeLayout(false); } #endregion private KIS.Controls.Windows.HeaderPanel homeHP; private System.Windows.Forms.LinkLabel optionsLL; private System.Windows.Forms.LinkLabel sourcesLL; private System.Windows.Forms.LinkLabel onLineHelpLL; private System.Windows.Forms.PictureBox aboutPB; private BrolBoxUserControl brolBoxUserControl1; } }
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 | 1732236614 22/11/2024 01:50:14 |
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 01:50:14 Cette version de la page est en cache (à la date du 22/11/2024 01:50:14) 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/controls/ToolBarHomeControl.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.