PersonEditControl.Designer.cs
Description du code
PersonEditControl.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# (PersonEditControl.Designer.cs) (517 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class PersonEditControl { /// <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.personCMS.SuspendLayout(); this.persManageGpBx.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.personBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.persImg)).BeginInit(); this.SuspendLayout(); // // 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; // // personCMS // this.persAddTsMic, this.persDelTsMic, this.persSaveTsMic, this.toolStripSeparator7, this.persImgTsMic, this.addRoleTsMi, this.eidFormTsMi, this.toolStripSeparator9, this.brolInfoTsMi}); this.personCMS.Name = "personCMS"; // // persAddTsMic // this.persAddTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.persAddTsMic.Name = "persAddTsMic"; this.persAddTsMic.Text = "&Ajouter une personne"; // // persDelTsMic // this.persDelTsMic.Enabled = false; this.persDelTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel; this.persDelTsMic.Name = "persDelTsMic"; this.persDelTsMic.Text = "S&upprimer la personne"; // // persSaveTsMic // this.persSaveTsMic.Enabled = false; this.persSaveTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.persSaveTsMic.Name = "persSaveTsMic"; this.persSaveTsMic.Text = "&Sauver la personne"; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; // // persImgTsMic // this.persImgTsMic.Name = "persImgTsMic"; this.persImgTsMic.Text = "Modifier la photo"; // // addRoleTsMi // this.addRoleTsMi.Name = "addRoleTsMi"; this.addRoleTsMi.Text = "Ajouter un rôle"; // // eidFormTsMi // this.eidFormTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChip16; this.eidFormTsMi.Name = "eidFormTsMi"; this.eidFormTsMi.Text = "Edition avancée"; this.eidFormTsMi.ToolTipText = "Permet d\'éditer plus d\'informations et de lire la carte d\'identité électronique"; // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; // // brolInfoTsMi // this.brolInfoTsMi.Name = "brolInfoTsMi"; this.brolInfoTsMi.Text = "Propriétés de l\'ouvrage"; // // persManageGpBx // this.persManageGpBx.Controls.Add(this.rolesDGV); this.persManageGpBx.Controls.Add(this.defRoleLbl); this.persManageGpBx.Controls.Add(this.defRoleCB); this.persManageGpBx.Controls.Add(this.unlockPersonBtn); this.persManageGpBx.Controls.Add(this.label1); this.persManageGpBx.Controls.Add(this.idLbl); this.persManageGpBx.Controls.Add(this.persLNameLbl); this.persManageGpBx.Controls.Add(this.persFNameLbl); this.persManageGpBx.Controls.Add(this.persseudoLbl); this.persManageGpBx.Controls.Add(this.persLNameTB); this.persManageGpBx.Controls.Add(this.persFNameTB); this.persManageGpBx.Controls.Add(this.persPseudoTB); this.persManageGpBx.Controls.Add(this.persSexLbl); this.persManageGpBx.Controls.Add(this.persSexCB); this.persManageGpBx.Controls.Add(this.addBirthdateBtn); this.persManageGpBx.Controls.Add(this.dateTimePicker); this.persManageGpBx.Controls.Add(this.persirthDateLbl); this.persManageGpBx.Controls.Add(this.persImgBtn); this.persManageGpBx.Controls.Add(this.persImg); this.persManageGpBx.Controls.Add(this.persSaveBtn); this.persManageGpBx.Dock = System.Windows.Forms.DockStyle.Fill; this.persManageGpBx.Name = "persManageGpBx"; this.persManageGpBx.TabIndex = 7; this.persManageGpBx.TabStop = false; this.persManageGpBx.Text = "Données de la personne"; // // rolesDGV // this.rolesDGV.AllowUserToAddRows = false; this.rolesDGV.AllowUserToDeleteRows = false; this.rolesDGV.AllowUserToOrderColumns = true; this.rolesDGV.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.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.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 = 34; // // defRoleLbl // this.defRoleLbl.AutoSize = true; this.defRoleLbl.Name = "defRoleLbl"; this.defRoleLbl.TabIndex = 31; this.defRoleLbl.Text = "Rôle par défaut"; // // defRoleCB // this.defRoleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.defRoleCB.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.defRoleCB.Name = "defRoleCB"; this.defRoleCB.Sorted = true; this.defRoleCB.TabIndex = 30; this.defRoleCB.SelectionChangeCommitted += new System.EventHandler(this.defRoleCB_SelectionChangeCommitted); // // unlockPersonBtn // this.unlockPersonBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.unlockPersonBtn.Name = "unlockPersonBtn"; this.unlockPersonBtn.TabIndex = 29; this.unlockPersonBtn.Text = "Déverrouiller"; this.unlockPersonBtn.UseVisualStyleBackColor = true; this.unlockPersonBtn.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "Id", true)); this.label1.Name = "label1"; this.label1.TabIndex = 27; this.label1.Text = "label1"; // // personBindingSource // // // idLbl // this.idLbl.AutoSize = true; this.idLbl.Name = "idLbl"; this.idLbl.TabIndex = 26; this.idLbl.Text = "Identifiant BiblioBrol : "; // // persLNameLbl // this.persLNameLbl.AutoSize = true; this.persLNameLbl.Name = "persLNameLbl"; this.persLNameLbl.TabIndex = 0; this.persLNameLbl.Text = "Nom"; // // persFNameLbl // this.persFNameLbl.AutoSize = true; this.persFNameLbl.Name = "persFNameLbl"; this.persFNameLbl.TabIndex = 1; this.persFNameLbl.Text = "Prénom"; // // persseudoLbl // this.persseudoLbl.AutoSize = true; this.persseudoLbl.Name = "persseudoLbl"; this.persseudoLbl.TabIndex = 21; this.persseudoLbl.Text = "Pseudonyme"; // // persLNameTB // this.persLNameTB.AllowDrop = true; this.persLNameTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "LastName", true)); this.persLNameTB.Name = "persLNameTB"; this.persLNameTB.TabIndex = 1; // // persFNameTB // this.persFNameTB.AllowDrop = true; this.persFNameTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "FirstName", true)); this.persFNameTB.Name = "persFNameTB"; this.persFNameTB.TabIndex = 2; // // persPseudoTB // this.persPseudoTB.AllowDrop = true; this.persPseudoTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "Pseudo", true)); this.persPseudoTB.Name = "persPseudoTB"; this.persPseudoTB.TabIndex = 22; // // persSexLbl // this.persSexLbl.AutoSize = true; this.persSexLbl.Name = "persSexLbl"; this.persSexLbl.TabIndex = 14; this.persSexLbl.Text = "Sexe"; // // persSexCB // this.persSexCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.personBindingSource, "Sex", true)); this.persSexCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.persSexCB.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.persSexCB.Name = "persSexCB"; this.persSexCB.TabIndex = 3; this.persSexCB.SelectionChangeCommitted += new System.EventHandler(this.persSexCB_SelectionChangeCommitted); // // addBirthdateBtn // this.addBirthdateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar; this.addBirthdateBtn.Name = "addBirthdateBtn"; this.addBirthdateBtn.TabIndex = 20; this.addBirthdateBtn.TabStop = false; this.addBirthdateBtn.UseVisualStyleBackColor = true; // // dateTimePicker // this.dateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.personBindingSource, "Birthdate", true)); this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePicker.Name = "dateTimePicker"; this.dateTimePicker.TabIndex = 4; // // persirthDateLbl // this.persirthDateLbl.AutoSize = true; this.persirthDateLbl.Name = "persirthDateLbl"; this.persirthDateLbl.TabIndex = 17; this.persirthDateLbl.Text = "Date Naissance"; // // persImgBtn // this.persImgBtn.Name = "persImgBtn"; this.persImgBtn.TabIndex = 0; this.persImgBtn.TabStop = false; this.persImgBtn.Text = "Modifier la photo"; this.persImgBtn.UseVisualStyleBackColor = true; // // persImg // this.persImg.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError; this.persImg.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg; this.persImg.Name = "persImg"; this.persImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.persImg.TabIndex = 7; this.persImg.TabStop = false; // // persSaveBtn // this.persSaveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.persSaveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.persSaveBtn.Name = "persSaveBtn"; this.persSaveBtn.TabIndex = 5; this.persSaveBtn.UseVisualStyleBackColor = true; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // PersonEditControl // this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.personCMS; this.Controls.Add(this.persManageGpBx); this.Name = "PersonEditControl"; this.personCMS.ResumeLayout(false); this.persManageGpBx.ResumeLayout(false); this.persManageGpBx.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.personBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.persImg)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.BindingSource personBindingSource; 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.ContextMenuStrip personCMS; private System.Windows.Forms.ToolStripMenuItem persAddTsMic; private System.Windows.Forms.ToolStripMenuItem persDelTsMic; private System.Windows.Forms.ToolStripMenuItem persSaveTsMic; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripMenuItem persImgTsMic; private System.Windows.Forms.ToolStripMenuItem addRoleTsMi; private System.Windows.Forms.ToolStripMenuItem eidFormTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem brolInfoTsMi; private System.Windows.Forms.GroupBox persManageGpBx; private System.Windows.Forms.DataGridView rolesDGV; private System.Windows.Forms.Label defRoleLbl; private System.Windows.Forms.ComboBox defRoleCB; private System.Windows.Forms.Button unlockPersonBtn; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label idLbl; private System.Windows.Forms.Label persLNameLbl; private be.gaudry.view.controls.TextBoxDragDrop persLNameTB; private System.Windows.Forms.Label persFNameLbl; private be.gaudry.view.controls.TextBoxDragDrop persFNameTB; private System.Windows.Forms.Label persseudoLbl; private be.gaudry.view.controls.TextBoxDragDrop persPseudoTB; private System.Windows.Forms.Label persSexLbl; private System.Windows.Forms.ComboBox persSexCB; private System.Windows.Forms.Button addBirthdateBtn; private System.Windows.Forms.DateTimePicker dateTimePicker; private System.Windows.Forms.Label persirthDateLbl; private System.Windows.Forms.Button persImgBtn; private System.Windows.Forms.PictureBox persImg; private System.Windows.Forms.Button persSaveBtn; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.ToolTip infoTT; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731649201 15/11/2024 06:40:01 |
| _ | 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.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-bibliobrol-source-rf-view/controls/PersonEditControl.Designer.cs.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.