PersonInfoControl.Designer.cs
Description du code
PersonInfoControl.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# (PersonInfoControl.Designer.cs) (260 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class PersonInfoControl { /// <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() { ((System.ComponentModel.ISupportInitialize)(this.photo)).BeginInit(); this.identityPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).BeginInit(); this.mainTLP.SuspendLayout(); this.SuspendLayout(); // // firstNameLbl // this.firstNameLbl.AutoSize = true; this.firstNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.firstNameLbl.Name = "firstNameLbl"; this.firstNameLbl.TabIndex = 28; this.firstNameLbl.Text = "Prénom : "; // // lastNameLbl // this.lastNameLbl.AutoSize = true; this.lastNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lastNameLbl.Name = "lastNameLbl"; this.lastNameLbl.TabIndex = 26; this.lastNameLbl.Text = "Nom : "; // // photo // this.photo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.photo.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError; this.photo.InitialImage = null; this.photo.Name = "photo"; this.photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.photo.TabIndex = 29; this.photo.TabStop = false; // // lastNameValLbl // this.lastNameValLbl.AutoSize = true; this.lastNameValLbl.Name = "lastNameValLbl"; this.lastNameValLbl.TabIndex = 30; this.lastNameValLbl.Text = "non spécifié"; // // firstNameValLbl // this.firstNameValLbl.AutoSize = true; this.firstNameValLbl.Name = "firstNameValLbl"; this.firstNameValLbl.TabIndex = 31; this.firstNameValLbl.Text = "non spécifié"; // // birthDateLbl // this.birthDateLbl.AutoSize = true; this.birthDateLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.birthDateLbl.Name = "birthDateLbl"; this.birthDateLbl.TabIndex = 32; this.birthDateLbl.Text = "Date de naissance : "; // // yearsOldLbl // this.yearsOldLbl.AutoSize = true; this.yearsOldLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.yearsOldLbl.Name = "yearsOldLbl"; this.yearsOldLbl.TabIndex = 33; this.yearsOldLbl.Text = "Age : "; // // birthDateValLbl // this.birthDateValLbl.AutoSize = true; this.birthDateValLbl.Name = "birthDateValLbl"; this.birthDateValLbl.TabIndex = 34; this.birthDateValLbl.Text = "non spécifié"; // // yearsOldValLbl // this.yearsOldValLbl.AutoSize = true; this.yearsOldValLbl.Name = "yearsOldValLbl"; this.yearsOldValLbl.TabIndex = 35; this.yearsOldValLbl.Text = "non spécifié"; // // identityPanel // this.identityPanel.Controls.Add(this.firstNameLbl); this.identityPanel.Controls.Add(this.yearsOldValLbl); this.identityPanel.Controls.Add(this.lastNameLbl); this.identityPanel.Controls.Add(this.birthDateValLbl); this.identityPanel.Controls.Add(this.lastNameValLbl); this.identityPanel.Controls.Add(this.yearsOldLbl); this.identityPanel.Controls.Add(this.firstNameValLbl); this.identityPanel.Controls.Add(this.birthDateLbl); this.identityPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.identityPanel.Name = "identityPanel"; this.identityPanel.TabIndex = 36; // // rolesDGV // this.rolesDGV.AllowUserToAddRows = false; this.rolesDGV.AllowUserToDeleteRows = false; this.rolesDGV.AllowUserToOrderColumns = true; this.rolesDGV.BackgroundColor = System.Drawing.SystemColors.Control; this.rolesDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.rolesDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.roleNameDGVC, this.brolTitleDGVC, this.brolIdDGVC, this.roleInfoDGVC}); this.mainTLP.SetColumnSpan(this.rolesDGV, 2); this.rolesDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.rolesDGV.MultiSelect = false; this.rolesDGV.Name = "rolesDGV"; this.rolesDGV.ReadOnly = true; this.rolesDGV.RowHeadersVisible = false; this.rolesDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.rolesDGV.TabIndex = 37; // // roleNameDGVC // this.roleNameDGVC.HeaderText = "Rôle"; this.roleNameDGVC.Name = "roleNameDGVC"; this.roleNameDGVC.ReadOnly = true; // // brolTitleDGVC // this.brolTitleDGVC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.brolTitleDGVC.HeaderText = "Ouvrage"; this.brolTitleDGVC.Name = "brolTitleDGVC"; this.brolTitleDGVC.ReadOnly = true; // // brolIdDGVC // this.brolIdDGVC.HeaderText = ""; this.brolIdDGVC.Name = "brolIdDGVC"; this.brolIdDGVC.ReadOnly = true; this.brolIdDGVC.Visible = false; // // roleInfoDGVC // this.roleInfoDGVC.HeaderText = "Informations"; this.roleInfoDGVC.Name = "roleInfoDGVC"; this.roleInfoDGVC.ReadOnly = true; // // mainTLP // this.mainTLP.ColumnCount = 2; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.Controls.Add(this.identityPanel, 1, 0); this.mainTLP.Controls.Add(this.photo, 0, 0); this.mainTLP.Controls.Add(this.rolesDGV, 0, 1); 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, 134F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.TabIndex = 38; // // PersonControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainTLP); this.Name = "PersonControl"; ((System.ComponentModel.ISupportInitialize)(this.photo)).EndInit(); this.identityPanel.ResumeLayout(false); this.identityPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).EndInit(); this.mainTLP.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox photo; private System.Windows.Forms.Label firstNameLbl; private System.Windows.Forms.Label lastNameLbl; private System.Windows.Forms.Label lastNameValLbl; private System.Windows.Forms.Label firstNameValLbl; private System.Windows.Forms.Label birthDateLbl; private System.Windows.Forms.Label yearsOldLbl; private System.Windows.Forms.Label birthDateValLbl; private System.Windows.Forms.Label yearsOldValLbl; private System.Windows.Forms.Panel identityPanel; private System.Windows.Forms.DataGridView rolesDGV; private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDGVC; private System.Windows.Forms.DataGridViewTextBoxColumn brolTitleDGVC; private System.Windows.Forms.DataGridViewTextBoxColumn brolIdDGVC; private System.Windows.Forms.DataGridViewTextBoxColumn roleInfoDGVC; private System.Windows.Forms.TableLayoutPanel mainTLP; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731645464 15/11/2024 05:37:44 |
| _ | 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.
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-bibliobrol-source-rf-view/controls/PersonInfoControl.Designer.cs.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.