PersonSelectControl. Designer. cs
Description du code
PersonSelectControl.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# (PersonSelectControl.Designer.cs) (300 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class PersonSelectControl { /// <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.managePanel.SuspendLayout(); this.createPersGB.SuspendLayout(); this.selectPersGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.photo)).BeginInit(); this.SuspendLayout(); // // personNameLbl // this.personNameLbl.AutoSize = true; this.personNameLbl.Name = "personNameLbl"; this.personNameLbl.TabIndex = 34; this.personNameLbl.Text = "Non sélectionné"; // // createPersBtn // this.createPersBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.createPersBtn.Name = "createPersBtn"; this.createPersBtn.TabIndex = 3; this.createPersBtn.Text = "Créer une personne"; this.createPersBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.createPersBtn.UseVisualStyleBackColor = true; // // managePanel // this.managePanel.AutoScroll = true; this.managePanel.Controls.Add(this.createPersBtn); this.managePanel.Controls.Add(this.createPersGB); this.managePanel.Controls.Add(this.selectPersGB); this.managePanel.Controls.Add(this.curPersLbl); this.managePanel.Controls.Add(this.titleLbl); this.managePanel.Controls.Add(this.photo); this.managePanel.Controls.Add(this.personNameLbl); this.managePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.managePanel.Name = "managePanel"; this.managePanel.TabIndex = 0; // // createPersGB // this.createPersGB.Controls.Add(this.bibliobrolUserChkB); this.createPersGB.Controls.Add(this.saveNewUserBtn); this.createPersGB.Controls.Add(this.persFNameTB); this.createPersGB.Controls.Add(this.persFNameLbl); this.createPersGB.Controls.Add(this.persLNameTB); this.createPersGB.Controls.Add(this.persLNameLbl); this.createPersGB.Name = "createPersGB"; this.createPersGB.TabIndex = 43; this.createPersGB.TabStop = false; this.createPersGB.Text = "Création d\'une nouvelle personne"; this.createPersGB.Visible = false; // // saveNewUserBtn // this.saveNewUserBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.saveNewUserBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveNewUserBtn.Name = "saveNewUserBtn"; this.saveNewUserBtn.TabIndex = 6; this.saveNewUserBtn.Text = "Sauver la personne"; this.saveNewUserBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.saveNewUserBtn.UseVisualStyleBackColor = true; // // persFNameTB // this.persFNameTB.Name = "persFNameTB"; this.persFNameTB.TabIndex = 5; // // persFNameLbl // this.persFNameLbl.AutoSize = true; this.persFNameLbl.Name = "persFNameLbl"; this.persFNameLbl.TabIndex = 5; this.persFNameLbl.Text = "Prénom"; // // persLNameTB // this.persLNameTB.Name = "persLNameTB"; this.persLNameTB.TabIndex = 4; // // persLNameLbl // this.persLNameLbl.AutoSize = true; this.persLNameLbl.Name = "persLNameLbl"; this.persLNameLbl.TabIndex = 3; this.persLNameLbl.Text = "Nom"; // // selectPersGB // this.selectPersGB.Controls.Add(this.rolesCB); this.selectPersGB.Controls.Add(this.infosRTB); this.selectPersGB.Controls.Add(this.personsCB); this.selectPersGB.Controls.Add(this.rolesLbl); this.selectPersGB.Controls.Add(this.personsLbl); this.selectPersGB.Name = "selectPersGB"; this.selectPersGB.TabIndex = 42; this.selectPersGB.TabStop = false; this.selectPersGB.Text = "Modifier la sélection"; // // rolesCB // this.rolesCB.Name = "rolesCB"; this.rolesCB.Sorted = true; this.rolesCB.TabIndex = 1; // // infosRTB // this.infosRTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.infosRTB.Cursor = System.Windows.Forms.Cursors.Arrow; this.infosRTB.ForeColor = System.Drawing.SystemColors.GrayText; this.infosRTB.Name = "infosRTB"; this.infosRTB.ReadOnly = true; this.infosRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.infosRTB.TabIndex = 41; this.infosRTB.Text = "Sélectionnez d\'abord un rôle dans lequel la personne se trouve..."; // // personsCB // this.personsCB.Name = "personsCB"; this.personsCB.Sorted = true; this.personsCB.TabIndex = 2; this.personsCB.Visible = false; this.personsCB.SelectedIndexChanged += new System.EventHandler(this.personsCB_SelectedIndexChanged); // // rolesLbl // this.rolesLbl.AutoSize = true; this.rolesLbl.Name = "rolesLbl"; this.rolesLbl.TabIndex = 36; this.rolesLbl.Text = "Rôle :"; // // personsLbl // this.personsLbl.AutoSize = true; this.personsLbl.Name = "personsLbl"; this.personsLbl.TabIndex = 37; this.personsLbl.Text = "Personnes :"; this.personsLbl.Visible = false; // // curPersLbl // this.curPersLbl.AutoSize = true; this.curPersLbl.Name = "curPersLbl"; this.curPersLbl.TabIndex = 40; this.curPersLbl.Text = "Personne sélectionnée :"; // // titleLbl // this.titleLbl.AutoSize = true; this.titleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.titleLbl.Name = "titleLbl"; this.titleLbl.TabIndex = 39; this.titleLbl.Text = "Sélection de personne"; // // photo // 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 = 32; this.photo.TabStop = false; // // bibliobrolUserChkB // this.bibliobrolUserChkB.AutoSize = true; this.bibliobrolUserChkB.Name = "bibliobrolUserChkB"; this.bibliobrolUserChkB.TabIndex = 7; this.bibliobrolUserChkB.Text = "Utilisateur BiblioBrol"; this.bibliobrolUserChkB.UseVisualStyleBackColor = true; // // PersonSelectControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.managePanel); this.Name = "PersonSelectControl"; this.managePanel.ResumeLayout(false); this.managePanel.PerformLayout(); this.createPersGB.ResumeLayout(false); this.createPersGB.PerformLayout(); this.selectPersGB.ResumeLayout(false); this.selectPersGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.photo)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label personNameLbl; private System.Windows.Forms.PictureBox photo; private System.Windows.Forms.Panel managePanel; private System.Windows.Forms.ComboBox rolesCB; private System.Windows.Forms.Label personsLbl; private System.Windows.Forms.Label rolesLbl; private System.Windows.Forms.ComboBox personsCB; private System.Windows.Forms.Label curPersLbl; private System.Windows.Forms.Label titleLbl; private System.Windows.Forms.RichTextBox infosRTB; private System.Windows.Forms.GroupBox selectPersGB; private System.Windows.Forms.Button createPersBtn; private System.Windows.Forms.GroupBox createPersGB; private be.gaudry.view.controls.TextBoxDragDrop persFNameTB; private System.Windows.Forms.Label persFNameLbl; private be.gaudry.view.controls.TextBoxDragDrop persLNameTB; private System.Windows.Forms.Label persLNameLbl; private System.Windows.Forms.Button saveNewUserBtn; private System.Windows.Forms.CheckBox bibliobrolUserChkB; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731661264 15/11/2024 10:01:04 |
| _ | 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 10:01:04 Cette version de la page est en cache (à la date du 15/11/2024 10:01:04) 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//PersonSelectControl.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.