BrolBoxUserControl.Designer.cs
Description du code
BrolBoxUserControl.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# (BrolBoxUserControl.Designer.cs) (124 lignes)
namespace be.gaudry.view.controls { partial class BrolBoxUserControl { /// <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.mainTLP.SuspendLayout(); this.captionPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.captionPB)).BeginInit(); this.SuspendLayout(); // // mainTLP // this.mainTLP.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.mainTLP.ColumnCount = 1; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.mainTLP.Controls.Add(this.contentPanel, 0, 1); this.mainTLP.Controls.Add(this.captionPanel, 0, 0); this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTLP.Name = "mainTLP"; this.mainTLP.RowCount = 2; this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.TabIndex = 0; // // contentPanel // this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.contentPanel.Name = "contentPanel"; this.contentPanel.TabIndex = 1; // // captionPanel // this.captionPanel.Controls.Add(this.captionPB); this.captionPanel.Controls.Add(this.captionLbl); this.captionPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.captionPanel.Name = "captionPanel"; this.captionPanel.TabIndex = 0; // // captionLbl // this.captionLbl.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.captionLbl.AutoEllipsis = true; this.captionLbl.BackColor = System.Drawing.Color.Transparent; this.captionLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.captionLbl.Name = "captionLbl"; this.captionLbl.TabIndex = 1; this.captionLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // captionPB // this.captionPB.BackColor = System.Drawing.Color.Transparent; this.captionPB.Dock = System.Windows.Forms.DockStyle.Left; this.captionPB.Name = "captionPB"; this.captionPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.captionPB.TabIndex = 2; this.captionPB.TabStop = false; // // BrolBoxUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainTLP); this.Name = "BrolBoxUserControl"; this.mainTLP.ResumeLayout(false); this.captionPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.captionPB)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.Panel contentPanel; private System.Windows.Forms.Panel captionPanel; private System.Windows.Forms.Label captionLbl; private System.Windows.Forms.PictureBox captionPB; } }
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 | 1732241283 22/11/2024 03:08:03 |
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 03:08:03 Cette version de la page est en cache (à la date du 22/11/2024 03:08:03) 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/BrolBoxUserControl.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.