ActorForm.Designer.cs
Description du code
ActorForm.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# (ActorForm.Designer.cs) (514 lignes)
namespace be.gaudry.bibliobrol.view { partial class ActorForm { /// <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 Windows Form /// <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.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.persListManageTbLayoutPanel.SuspendLayout(); this.personsTS.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.personCMS.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.persListManageTbLayoutPanel); this.splitContainer1.Panel1.Controls.Add(this.persListBox); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.AllowDrop = true; this.splitContainer1.Panel2.AutoScroll = true; this.splitContainer1.Panel2.Controls.Add(this.personEditCtl); this.splitContainer1.SplitterDistance = 227; this.splitContainer1.TabIndex = 0; // // persListManageTbLayoutPanel // this.persListManageTbLayoutPanel.ColumnCount = 1; this.persListManageTbLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.persListManageTbLayoutPanel.Controls.Add(this.persDelBtn, 0, 1); this.persListManageTbLayoutPanel.Controls.Add(this.persAddBtn, 0, 0); this.persListManageTbLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.persListManageTbLayoutPanel.Name = "persListManageTbLayoutPanel"; this.persListManageTbLayoutPanel.RowCount = 2; this.persListManageTbLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.persListManageTbLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F)); this.persListManageTbLayoutPanel.TabIndex = 2; // // persDelBtn // this.persDelBtn.Anchor = System.Windows.Forms.AnchorStyles.None; this.persDelBtn.Enabled = false; this.persDelBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel; this.persDelBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.persDelBtn.Name = "persDelBtn"; this.persDelBtn.TabIndex = 1; this.persDelBtn.Text = "Supprimer la personne"; this.persDelBtn.UseVisualStyleBackColor = true; // // persAddBtn // this.persAddBtn.Anchor = System.Windows.Forms.AnchorStyles.None; this.persAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.persAddBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.persAddBtn.Name = "persAddBtn"; this.persAddBtn.TabIndex = 0; this.persAddBtn.Text = "Ajouter une personne"; this.persAddBtn.UseVisualStyleBackColor = true; // // persListBox // this.persListBox.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.persListBox.DisplayMember = "display"; this.persListBox.FormattingEnabled = true; this.persListBox.Name = "persListBox"; this.persListBox.Sorted = true; this.persListBox.TabIndex = 0; this.persListBox.ValueMember = "id"; this.persListBox.SelectedIndexChanged += new System.EventHandler(this.onPersonsSelectedIndexChanged); // // personsTS // this.selectPersonsTSCB, this.personDisplayTSCB, this.toolStripSeparator1, this.persAddTSB, this.persDelTSB, this.toolStripSeparator2, this.persSaveTSB, this.toolStripSeparator3, this.persBorrowsTSBtn, this.eidTsB, this.persImgTSB, this.toolStripSeparator8, this.searchPersonTsTB, this.searchPersonTsBtn}); this.personsTS.Name = "personsTS"; this.personsTS.TabIndex = 5; this.personsTS.Text = "Outils de gestion de personnes"; // // selectPersonsTSCB // this.selectPersonsTSCB.ForeColor = System.Drawing.Color.Black; this.selectPersonsTSCB.MaxDropDownItems = 20; this.selectPersonsTSCB.Name = "selectPersonsTSCB"; this.selectPersonsTSCB.Sorted = true; this.selectPersonsTSCB.Text = "Filtre"; this.selectPersonsTSCB.ToolTipText = "Filtrer les personnes selon les rôles"; this.selectPersonsTSCB.SelectedIndexChanged += new System.EventHandler(this.onPersonsRoleIndexChanged); // // personDisplayTSCB // this.personDisplayTSCB.DropDownWidth = 140; this.personDisplayTSCB.Name = "personDisplayTSCB"; this.personDisplayTSCB.Text = "Type d\'affichage"; this.personDisplayTSCB.ToolTipText = "Déterminer les données à afficher pour les personnes"; this.personDisplayTSCB.SelectedIndexChanged += new System.EventHandler(this.personDisplayTSCB_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // persAddTSB // this.persAddTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.persAddTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.persAddTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.persAddTSB.Name = "persAddTSB"; this.persAddTSB.Text = "Ajouter une personne"; // // persDelTSB // this.persDelTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.persDelTSB.Enabled = false; this.persDelTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel; this.persDelTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.persDelTSB.Name = "persDelTSB"; this.persDelTSB.Text = "Supprimer la personne sélectionnée"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; // // persSaveTSB // this.persSaveTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.persSaveTSB.Enabled = false; this.persSaveTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.persSaveTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.persSaveTSB.Name = "persSaveTSB"; this.persSaveTSB.Text = "Sauver les modifications de la personne sélectionnée"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // persBorrowsTSBtn // this.persBorrowsTSBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.persBorrowsTSBtn.Enabled = false; this.persBorrowsTSBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowOpen; this.persBorrowsTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta; this.persBorrowsTSBtn.Name = "persBorrowsTSBtn"; this.persBorrowsTSBtn.Text = "Afficher les emprunts pour cette personne"; // // eidTsB // this.eidTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.eidTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChip16; this.eidTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.eidTsB.Name = "eidTsB"; this.eidTsB.Text = "Ouvrir la fiche d\'identité"; // // persImgTSB // this.persImgTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.persImgTSB.Image = ((System.Drawing.Image)(resources.GetObject("persImgTSB.Image"))); this.persImgTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.persImgTSB.Name = "persImgTSB"; this.persImgTSB.Text = "Modifier la photo"; // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; // // searchPersonTsTB // this.searchPersonTsTB.Name = "searchPersonTsTB"; this.searchPersonTsTB.ToolTipText = "Nom des personnes à chercher. \r\nVous pouvez utiliser les caractères joker suivant" + "s :\r\n * pour remplacer n\'importe quelle suite de caractères\r\n ? pour remplacer u" + "n caractère"; this.searchPersonTsTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.searchPersonTsTB_KeyUp); // // searchPersonTsBtn // this.searchPersonTsBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.searchPersonTsBtn.Enabled = false; this.searchPersonTsBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolFind; this.searchPersonTsBtn.ImageTransparentColor = System.Drawing.Color.Magenta; this.searchPersonTsBtn.Name = "searchPersonTsBtn"; this.searchPersonTsBtn.Text = "Lancer la recherche de personne"; // // mainMenuStrip // this.personsTsMi}); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.TabIndex = 6; this.mainMenuStrip.Text = "Gestion des personnes"; // // personsTsMi // this.toolStripSeparator5, this.persAddTsMi, this.persDelTsMi, this.persSaveTsMi, this.advancedEditionTsMi, this.persImgTsMi, this.toolStripSeparator6, this.personsByRoleTSMi, this.toolStripSeparator4}); this.personsTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.personsTsMi.MergeIndex = 1; this.personsTsMi.Name = "personsTsMi"; this.personsTsMi.Text = "&Personnes"; this.personsTsMi.ToolTipText = "Gestion des personnes (utilisateurs de l\'application, acteurs, dessinateurs, écri" + "vains, etc.)"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // persAddTsMi // this.persAddTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.persAddTsMi.Name = "persAddTsMi"; this.persAddTsMi.Text = "&Ajouter une personne"; // // persDelTsMi // this.persDelTsMi.Enabled = false; this.persDelTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel; this.persDelTsMi.Name = "persDelTsMi"; this.persDelTsMi.Text = "S&upprimer la personne"; // // persSaveTsMi // this.persSaveTsMi.Enabled = false; this.persSaveTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.persSaveTsMi.Name = "persSaveTsMi"; this.persSaveTsMi.Text = "&Sauver la personne"; // // advancedEditionTsMi // this.advancedEditionTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChip16; this.advancedEditionTsMi.Name = "advancedEditionTsMi"; this.advancedEditionTsMi.Text = "Edition avancée"; this.advancedEditionTsMi.ToolTipText = "Permet d\'éditer plus d\'informations et de lire la carte d\'identité électronique"; // // persImgTsMi // this.persImgTsMi.Name = "persImgTsMi"; this.persImgTsMi.Text = "Modifier la photo"; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // personsByRoleTSMi // this.personsByRoleTSCB}); this.personsByRoleTSMi.Name = "personsByRoleTSMi"; this.personsByRoleTSMi.Text = "Sélection par &rôle"; // // personsByRoleTSCB // this.personsByRoleTSCB.Name = "personsByRoleTSCB"; this.personsByRoleTSCB.Sorted = true; this.personsByRoleTSCB.SelectedIndexChanged += new System.EventHandler(this.onPersonsRoleIndexChanged); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // personCMS // this.persAddTsMic, this.persDelTsMic, this.savePersTsMi}); 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"; // // savePersTsMi // this.savePersTsMi.Enabled = false; this.savePersTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.savePersTsMi.Name = "savePersTsMi"; this.savePersTsMi.Text = "&Sauver la personne"; // // personEditCtl // this.personEditCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.personEditCtl.Name = "personEditCtl"; this.personEditCtl.TabIndex = 0; // // ActorForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.personCMS; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.personsTS); this.Controls.Add(this.mainMenuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ActorForm"; this.Text = "Gestion des personnes"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.persListManageTbLayoutPanel.ResumeLayout(false); this.personsTS.ResumeLayout(false); this.personsTS.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.personCMS.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ListBox persListBox; private System.Windows.Forms.ToolStrip personsTS; private System.Windows.Forms.ToolStripComboBox selectPersonsTSCB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton persAddTSB; private System.Windows.Forms.ToolStripButton persDelTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton persSaveTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton persBorrowsTSBtn; private System.Windows.Forms.ToolStripButton persImgTSB; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem personsTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem personsByRoleTSMi; private System.Windows.Forms.ToolStripComboBox personsByRoleTSCB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem persAddTsMi; private System.Windows.Forms.ToolStripMenuItem persDelTsMi; private System.Windows.Forms.ToolStripMenuItem persSaveTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem persImgTsMi; private System.Windows.Forms.TableLayoutPanel persListManageTbLayoutPanel; private System.Windows.Forms.Button persDelBtn; private System.Windows.Forms.Button persAddBtn; private System.Windows.Forms.ToolTip infoTT; private System.Windows.Forms.ContextMenuStrip personCMS; private System.Windows.Forms.ToolStripMenuItem persAddTsMic; private System.Windows.Forms.ToolStripMenuItem persDelTsMic; private System.Windows.Forms.ToolStripComboBox personDisplayTSCB; private System.Windows.Forms.ToolStripMenuItem advancedEditionTsMi; private System.Windows.Forms.ToolStripButton eidTsB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripTextBox searchPersonTsTB; private System.Windows.Forms.ToolStripButton searchPersonTsBtn; private System.Windows.Forms.ToolStripMenuItem savePersTsMi; private be.gaudry.bibliobrol.view.controls.PersonEditControl personEditCtl; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731636065 15/11/2024 03:01:05 |
| _ | wizards | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | utils | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | controls | 0 octets | 1541007178 31/10/2018 18:32:58 |
| _ | dialogs | 0 octets | 1541007183 31/10/2018 18:33:03 |
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:01:05 Cette version de la page est en cache (à la date du 15/11/2024 03:01:05) 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//ActorForm.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.