MediabrolInfoControl. Designer. cs
Description du code
MediabrolInfoControl.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# (MediabrolInfoControl.Designer.cs) (235 lignes)
namespace be.gaudry.bibliobrol.view.utils { partial class MediabrolInfoControl { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur de composants /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { ((System.ComponentModel.ISupportInitialize)(this.coverPB)).BeginInit(); this.SuspendLayout(); // // infoTitleValueLbl // this.infoTitleValueLbl.Dock = System.Windows.Forms.DockStyle.Top; this.infoTitleValueLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.infoTitleValueLbl.Name = "infoTitleValueLbl"; this.infoTitleValueLbl.TabIndex = 12; this.infoTitleValueLbl.Text = "titre de l\'ouvrage"; this.infoTitleValueLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // coverPB // this.coverPB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.coverPB.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError; this.coverPB.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg; this.coverPB.Name = "coverPB"; this.coverPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.coverPB.TabIndex = 11; this.coverPB.TabStop = false; // // mediabrolNameLbl // this.mediabrolNameLbl.AutoSize = true; this.mediabrolNameLbl.Name = "mediabrolNameLbl"; this.mediabrolNameLbl.TabIndex = 30; this.mediabrolNameLbl.Text = "Nom de l\'exemplaire : "; // // mediabrolCommentLbl // this.mediabrolCommentLbl.AutoSize = true; this.mediabrolCommentLbl.Name = "mediabrolCommentLbl"; this.mediabrolCommentLbl.TabIndex = 29; this.mediabrolCommentLbl.Text = "Commentaire : "; // // mediabrolLocalizationLbl // this.mediabrolLocalizationLbl.AutoSize = true; this.mediabrolLocalizationLbl.Name = "mediabrolLocalizationLbl"; this.mediabrolLocalizationLbl.TabIndex = 28; this.mediabrolLocalizationLbl.Text = "Localisation : "; // // insertionDateLbl // this.insertionDateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.insertionDateLbl.AutoSize = true; this.insertionDateLbl.Name = "insertionDateLbl"; this.insertionDateLbl.TabIndex = 32; this.insertionDateLbl.Text = "Date d\'insertion : "; // // qualitiesLbl // this.qualitiesLbl.AutoSize = true; this.qualitiesLbl.Name = "qualitiesLbl"; this.qualitiesLbl.TabIndex = 37; this.qualitiesLbl.Text = "Caractéristiques"; // // mediaLbl // this.mediaLbl.AutoSize = true; this.mediaLbl.Name = "mediaLbl"; this.mediaLbl.TabIndex = 36; this.mediaLbl.Text = "Type de support"; // // ownerLbl // this.ownerLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ownerLbl.AutoSize = true; this.ownerLbl.Name = "ownerLbl"; this.ownerLbl.TabIndex = 38; this.ownerLbl.Text = "Propriétaire : "; // // mediabrolNameValueLbl // this.mediabrolNameValueLbl.AutoSize = true; this.mediabrolNameValueLbl.Enabled = false; this.mediabrolNameValueLbl.Name = "mediabrolNameValueLbl"; this.mediabrolNameValueLbl.TabIndex = 39; this.mediabrolNameValueLbl.Text = "nom"; // // mediabrolLocalizationValueLbl // this.mediabrolLocalizationValueLbl.AutoSize = true; this.mediabrolLocalizationValueLbl.Enabled = false; this.mediabrolLocalizationValueLbl.Name = "mediabrolLocalizationValueLbl"; this.mediabrolLocalizationValueLbl.TabIndex = 40; this.mediabrolLocalizationValueLbl.Text = "mediabrolLocalizationValueLbl"; // // mediabrolCommentValueLbl // this.mediabrolCommentValueLbl.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.mediabrolCommentValueLbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.mediabrolCommentValueLbl.Enabled = false; this.mediabrolCommentValueLbl.Name = "mediabrolCommentValueLbl"; this.mediabrolCommentValueLbl.TabIndex = 41; this.mediabrolCommentValueLbl.Text = "Commentaire"; // // insertionDateValueLbl // this.insertionDateValueLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.insertionDateValueLbl.AutoSize = true; this.insertionDateValueLbl.Enabled = false; this.insertionDateValueLbl.Name = "insertionDateValueLbl"; this.insertionDateValueLbl.TabIndex = 42; this.insertionDateValueLbl.Text = "Date d\'insertion"; // // ownerValueLbl // this.ownerValueLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ownerValueLbl.AutoSize = true; this.ownerValueLbl.Enabled = false; this.ownerValueLbl.Name = "ownerValueLbl"; this.ownerValueLbl.TabIndex = 43; this.ownerValueLbl.Text = "Propriétaire"; // // MediabrolInfoControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.ownerValueLbl); this.Controls.Add(this.insertionDateValueLbl); this.Controls.Add(this.mediabrolCommentValueLbl); this.Controls.Add(this.mediabrolLocalizationValueLbl); this.Controls.Add(this.mediabrolNameValueLbl); this.Controls.Add(this.ownerLbl); this.Controls.Add(this.qualitiesLbl); this.Controls.Add(this.mediaLbl); this.Controls.Add(this.insertionDateLbl); this.Controls.Add(this.mediabrolNameLbl); this.Controls.Add(this.mediabrolCommentLbl); this.Controls.Add(this.mediabrolLocalizationLbl); this.Controls.Add(this.infoTitleValueLbl); this.Controls.Add(this.coverPB); this.Name = "MediabrolInfoControl"; ((System.ComponentModel.ISupportInitialize)(this.coverPB)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label infoTitleValueLbl; private System.Windows.Forms.PictureBox coverPB; private System.Windows.Forms.Label mediabrolNameLbl; private System.Windows.Forms.Label mediabrolCommentLbl; private System.Windows.Forms.Label mediabrolLocalizationLbl; private System.Windows.Forms.Label insertionDateLbl; private System.Windows.Forms.Label qualitiesLbl; private System.Windows.Forms.Label mediaLbl; private System.Windows.Forms.Label ownerLbl; private System.Windows.Forms.Label mediabrolNameValueLbl; private System.Windows.Forms.Label mediabrolLocalizationValueLbl; private System.Windows.Forms.Label mediabrolCommentValueLbl; private System.Windows.Forms.Label insertionDateValueLbl; private System.Windows.Forms.Label ownerValueLbl; } }
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 | 1731636987 15/11/2024 03:16:27 |
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 03:16:27 Cette version de la page est en cache (à la date du 15/11/2024 03:16:27) 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/utils/MediabrolInfoControl.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.