BrolInfoControl.Designer.cs
Description du code
BrolInfoControl.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# (BrolInfoControl.Designer.cs) (397 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class BrolInfoControl { /// <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() { this.actorCMS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.coverPB)).BeginInit(); this.seriesPanel.SuspendLayout(); this.dateCotationPanel.SuspendLayout(); this.actorsPanel.SuspendLayout(); this.categoryPanel.SuspendLayout(); this.mainSC.Panel1.SuspendLayout(); this.mainSC.Panel2.SuspendLayout(); this.mainSC.SuspendLayout(); this.sumaryAndRemarkTLP.SuspendLayout(); this.coverAndActorsTLP.SuspendLayout(); this.SuspendLayout(); // // infoCotationLbl // this.infoCotationLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoCotationLbl.AutoEllipsis = true; this.infoCotationLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.infoCotationLbl.Name = "infoCotationLbl"; this.infoCotationLbl.TabIndex = 17; this.infoCotationLbl.Text = "Cote :"; // // infoCategoriesLbl // this.infoCategoriesLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoCategoriesLbl.AutoEllipsis = true; this.infoCategoriesLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.infoCategoriesLbl.Name = "infoCategoriesLbl"; this.infoCategoriesLbl.TabIndex = 16; this.infoCategoriesLbl.Text = "Catégories :"; // // infoCategoriesLB // this.infoCategoriesLB.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.infoCategoriesLB.BackColor = System.Drawing.Color.White; this.infoCategoriesLB.ForeColor = System.Drawing.Color.Black; this.infoCategoriesLB.FormattingEnabled = true; this.infoCategoriesLB.Name = "infoCategoriesLB"; this.infoCategoriesLB.TabIndex = 15; // // infoActorsLB // this.infoActorsLB.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.infoActorsLB.BackColor = System.Drawing.Color.White; this.infoActorsLB.ContextMenuStrip = this.actorCMS; this.infoActorsLB.ForeColor = System.Drawing.Color.Black; this.infoActorsLB.FormattingEnabled = true; this.infoActorsLB.Name = "infoActorsLB"; this.infoActorsLB.TabIndex = 14; // // actorCMS // this.actorInfoTsMi, this.otherBrolsTsMi}); this.actorCMS.Name = "actorCMS"; // // actorInfoTsMi // this.actorInfoTsMi.Name = "actorInfoTsMi"; this.actorInfoTsMi.Text = "Fiche de la personne"; // // otherBrolsTsMi // this.otherBrolsTsMi.Name = "otherBrolsTsMi"; this.otherBrolsTsMi.Text = "Autres ouvrages..."; // // infoActorsLbl // this.infoActorsLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoActorsLbl.AutoEllipsis = true; this.infoActorsLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.infoActorsLbl.Name = "infoActorsLbl"; this.infoActorsLbl.TabIndex = 13; this.infoActorsLbl.Text = "Personnes et rôles :"; // // infoSynopsisRTB // this.infoSynopsisRTB.BackColor = System.Drawing.Color.White; this.infoSynopsisRTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.sumaryAndRemarkTLP.SetColumnSpan(this.infoSynopsisRTB, 2); this.infoSynopsisRTB.Cursor = System.Windows.Forms.Cursors.No; this.infoSynopsisRTB.Dock = System.Windows.Forms.DockStyle.Fill; this.infoSynopsisRTB.ForeColor = System.Drawing.Color.Black; this.infoSynopsisRTB.Name = "infoSynopsisRTB"; this.infoSynopsisRTB.ReadOnly = true; this.infoSynopsisRTB.TabIndex = 11; this.infoSynopsisRTB.Text = ""; // // infoTitleLbl // this.infoTitleLbl.AutoEllipsis = true; this.infoTitleLbl.Dock = System.Windows.Forms.DockStyle.Top; this.infoTitleLbl.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.infoTitleLbl.Name = "infoTitleLbl"; this.infoTitleLbl.TabIndex = 10; this.infoTitleLbl.Text = "titre de l\'ouvrage"; this.infoTitleLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // coverPB // this.coverPB.Dock = System.Windows.Forms.DockStyle.Fill; 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 = 9; this.coverPB.TabStop = false; // // seriesPanel // this.seriesPanel.Controls.Add(this.infoSeriesLbl); this.seriesPanel.Controls.Add(this.infoSeriesLB); this.seriesPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.seriesPanel.Name = "seriesPanel"; this.seriesPanel.TabIndex = 15; // // infoSeriesLbl // this.infoSeriesLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoSeriesLbl.AutoEllipsis = true; this.infoSeriesLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.infoSeriesLbl.Name = "infoSeriesLbl"; this.infoSeriesLbl.TabIndex = 16; this.infoSeriesLbl.Text = "Séries :"; // // infoSeriesLB // this.infoSeriesLB.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.infoSeriesLB.BackColor = System.Drawing.Color.White; this.infoSeriesLB.ForeColor = System.Drawing.Color.Black; this.infoSeriesLB.FormattingEnabled = true; this.infoSeriesLB.Name = "infoSeriesLB"; this.infoSeriesLB.TabIndex = 15; // // infoCommentRTB // this.infoCommentRTB.BackColor = System.Drawing.Color.White; this.infoCommentRTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.infoCommentRTB.Cursor = System.Windows.Forms.Cursors.No; this.infoCommentRTB.Dock = System.Windows.Forms.DockStyle.Fill; this.infoCommentRTB.ForeColor = System.Drawing.Color.Black; this.infoCommentRTB.Name = "infoCommentRTB"; this.infoCommentRTB.ReadOnly = true; this.sumaryAndRemarkTLP.SetRowSpan(this.infoCommentRTB, 2); this.infoCommentRTB.TabIndex = 14; this.infoCommentRTB.Text = ""; // // dateCotationPanel // this.dateCotationPanel.Controls.Add(this.dateLbl); this.dateCotationPanel.Controls.Add(this.infoCotationLbl); this.dateCotationPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dateCotationPanel.Name = "dateCotationPanel"; this.dateCotationPanel.TabIndex = 11; // // dateLbl // this.dateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dateLbl.AutoEllipsis = true; this.dateLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateLbl.Name = "dateLbl"; this.dateLbl.TabIndex = 18; this.dateLbl.Text = "Date :"; // // actorsPanel // this.actorsPanel.Controls.Add(this.infoActorsLbl); this.actorsPanel.Controls.Add(this.infoActorsLB); this.actorsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.actorsPanel.Name = "actorsPanel"; this.actorsPanel.TabIndex = 12; // // categoryPanel // this.categoryPanel.Controls.Add(this.infoCategoriesLbl); this.categoryPanel.Controls.Add(this.infoCategoriesLB); this.categoryPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.categoryPanel.Name = "categoryPanel"; this.categoryPanel.TabIndex = 13; // // mainSC // this.mainSC.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.mainSC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.mainSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.mainSC.Name = "mainSC"; // // mainSC.Panel1 // this.mainSC.Panel1.BackColor = System.Drawing.Color.White; this.mainSC.Panel1.Controls.Add(this.sumaryAndRemarkTLP); this.mainSC.Panel1.ForeColor = System.Drawing.Color.Black; // // mainSC.Panel2 // this.mainSC.Panel2.BackColor = System.Drawing.Color.White; this.mainSC.Panel2.Controls.Add(this.coverAndActorsTLP); this.mainSC.Panel2.ForeColor = System.Drawing.Color.Black; this.mainSC.SplitterDistance = 286; this.mainSC.SplitterWidth = 8; this.mainSC.TabIndex = 19; // // sumaryAndRemarkTLP // this.sumaryAndRemarkTLP.ColumnCount = 2; this.sumaryAndRemarkTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F)); this.sumaryAndRemarkTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F)); this.sumaryAndRemarkTLP.Controls.Add(this.infoSynopsisRTB, 0, 0); this.sumaryAndRemarkTLP.Controls.Add(this.categoryPanel, 1, 2); this.sumaryAndRemarkTLP.Controls.Add(this.seriesPanel, 1, 1); this.sumaryAndRemarkTLP.Controls.Add(this.infoCommentRTB, 0, 1); this.sumaryAndRemarkTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.sumaryAndRemarkTLP.Name = "sumaryAndRemarkTLP"; this.sumaryAndRemarkTLP.RowCount = 3; this.sumaryAndRemarkTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.sumaryAndRemarkTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.sumaryAndRemarkTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.sumaryAndRemarkTLP.TabIndex = 0; // // coverAndActorsTLP // this.coverAndActorsTLP.ColumnCount = 1; this.coverAndActorsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.coverAndActorsTLP.Controls.Add(this.coverPB, 0, 0); this.coverAndActorsTLP.Controls.Add(this.dateCotationPanel, 0, 1); this.coverAndActorsTLP.Controls.Add(this.actorsPanel, 0, 2); this.coverAndActorsTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.coverAndActorsTLP.Name = "coverAndActorsTLP"; this.coverAndActorsTLP.RowCount = 3; this.coverAndActorsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.coverAndActorsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.coverAndActorsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.coverAndActorsTLP.TabIndex = 0; // // BrolInfoControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.infoTitleLbl); this.Controls.Add(this.mainSC); this.Name = "BrolInfoControl"; this.actorCMS.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.coverPB)).EndInit(); this.seriesPanel.ResumeLayout(false); this.dateCotationPanel.ResumeLayout(false); this.actorsPanel.ResumeLayout(false); this.categoryPanel.ResumeLayout(false); this.mainSC.Panel1.ResumeLayout(false); this.mainSC.Panel2.ResumeLayout(false); this.mainSC.ResumeLayout(false); this.sumaryAndRemarkTLP.ResumeLayout(false); this.coverAndActorsTLP.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label infoCotationLbl; private System.Windows.Forms.Label infoCategoriesLbl; private System.Windows.Forms.ListBox infoCategoriesLB; private System.Windows.Forms.ListBox infoActorsLB; private System.Windows.Forms.Label infoActorsLbl; private System.Windows.Forms.RichTextBox infoSynopsisRTB; private System.Windows.Forms.Label infoTitleLbl; private System.Windows.Forms.PictureBox coverPB; private System.Windows.Forms.Panel dateCotationPanel; private System.Windows.Forms.Panel actorsPanel; private System.Windows.Forms.Panel categoryPanel; private System.Windows.Forms.RichTextBox infoCommentRTB; private System.Windows.Forms.Label dateLbl; private System.Windows.Forms.ContextMenuStrip actorCMS; private System.Windows.Forms.ToolStripMenuItem otherBrolsTsMi; private System.Windows.Forms.ToolStripMenuItem actorInfoTsMi; private System.Windows.Forms.Panel seriesPanel; private System.Windows.Forms.Label infoSeriesLbl; private System.Windows.Forms.ListBox infoSeriesLB; private System.Windows.Forms.SplitContainer mainSC; private System.Windows.Forms.TableLayoutPanel coverAndActorsTLP; private System.Windows.Forms.TableLayoutPanel sumaryAndRemarkTLP; private System.Windows.Forms.ToolTip toolTip1; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731660491 15/11/2024 09:48:11 |
| _ | dao | 0 octets | 1541007199 31/10/2018 18:33:19 |
| _ | toolBars | 0 octets | 1541007200 31/10/2018 18:33:20 |
| _ | webInfo | 0 octets | 1541007201 31/10/2018 18:33:21 |
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:48:11 Cette version de la page est en cache (à la date du 15/11/2024 09:48:11) 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//BrolInfoControl.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.