SearchControl.Designer.cs
Description du code
SearchControl.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# (SearchControl.Designer.cs) (481 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class SearchControl { /// <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.titleGB.SuspendLayout(); this.searchMiscGB.SuspendLayout(); this.searchContentGB.SuspendLayout(); this.searchSupportGB.SuspendLayout(); this.searchPersonsGB.SuspendLayout(); this.searchSerieGB.SuspendLayout(); this.SuspendLayout(); // // titleGB // this.titleGB.Controls.Add(this.searchOnTitleCB); this.titleGB.Controls.Add(this.searchStrictTextRB); this.titleGB.Controls.Add(this.searchContainsRB); this.titleGB.Controls.Add(this.searchEndsByRB); this.titleGB.Controls.Add(this.searchStartsByRB); this.titleGB.Controls.Add(this.searchOnTextModifiedChkB); this.titleGB.Controls.Add(this.searchTitleTB); this.titleGB.Name = "titleGB"; this.titleGB.TabIndex = 9; this.titleGB.TabStop = false; this.titleGB.Text = "Titre"; // // searchOnTitleCB // this.searchOnTitleCB.AutoSize = true; this.searchOnTitleCB.Name = "searchOnTitleCB"; this.searchOnTitleCB.TabIndex = 12; this.searchOnTitleCB.Text = "Tous les titres"; this.toolTip.SetToolTip(this.searchOnTitleCB, "Activer ou désactiver la recherche sur le titre de l\'ouvrage auquel se réfère l\'e" + "xemplaire"); this.searchOnTitleCB.UseVisualStyleBackColor = true; this.searchOnTitleCB.CheckedChanged += new System.EventHandler(this.searchOnTitleCB_CheckedChanged); // // searchStrictTextRB // this.searchStrictTextRB.AutoSize = true; this.searchStrictTextRB.Enabled = false; this.searchStrictTextRB.Name = "searchStrictTextRB"; this.searchStrictTextRB.TabIndex = 11; this.searchStrictTextRB.TabStop = true; this.searchStrictTextRB.Text = "Texte exact"; this.searchStrictTextRB.UseVisualStyleBackColor = true; // // searchContainsRB // this.searchContainsRB.AutoSize = true; this.searchContainsRB.Enabled = false; this.searchContainsRB.Name = "searchContainsRB"; this.searchContainsRB.TabIndex = 10; this.searchContainsRB.Text = "Le texte comprend ..."; this.searchContainsRB.UseVisualStyleBackColor = true; // // searchEndsByRB // this.searchEndsByRB.AutoSize = true; this.searchEndsByRB.Enabled = false; this.searchEndsByRB.Name = "searchEndsByRB"; this.searchEndsByRB.TabIndex = 9; this.searchEndsByRB.Text = "Le texte se termine par ..."; this.searchEndsByRB.UseVisualStyleBackColor = true; // // searchStartsByRB // this.searchStartsByRB.AutoSize = true; this.searchStartsByRB.Enabled = false; this.searchStartsByRB.Name = "searchStartsByRB"; this.searchStartsByRB.TabIndex = 8; this.searchStartsByRB.Text = "Le texte débute par ..."; this.searchStartsByRB.UseVisualStyleBackColor = true; // // searchOnTextModifiedChkB // this.searchOnTextModifiedChkB.AutoSize = true; this.searchOnTextModifiedChkB.Enabled = false; this.searchOnTextModifiedChkB.Name = "searchOnTextModifiedChkB"; this.searchOnTextModifiedChkB.TabIndex = 7; this.searchOnTextModifiedChkB.Text = "Effectuer le recherche à chaque fois qu\'une lettre est introduite"; this.searchOnTextModifiedChkB.UseVisualStyleBackColor = true; this.searchOnTextModifiedChkB.CheckedChanged += new System.EventHandler(this.searchOnTextModifiedChkB_CheckedChanged); // // searchTitleTB // this.searchTitleTB.AllowDrop = true; this.searchTitleTB.Enabled = false; this.searchTitleTB.Name = "searchTitleTB"; this.searchTitleTB.TabIndex = 5; this.toolTip.SetToolTip(this.searchTitleTB, "Titre (ou partie de titre) à chercher"); // // searchMiscGB // this.searchMiscGB.Controls.Add(this.searchBorrowsLbl); this.searchMiscGB.Controls.Add(this.searchBorrowsCB); this.searchMiscGB.Controls.Add(this.searchBrolTypeLbl); this.searchMiscGB.Controls.Add(this.searchBrolTypeCB); this.searchMiscGB.Name = "searchMiscGB"; this.searchMiscGB.TabIndex = 8; this.searchMiscGB.TabStop = false; this.searchMiscGB.Text = "Divers"; // // searchBorrowsLbl // this.searchBorrowsLbl.AutoSize = true; this.searchBorrowsLbl.Name = "searchBorrowsLbl"; this.searchBorrowsLbl.TabIndex = 10; this.searchBorrowsLbl.Text = "Emprunts"; // // searchBorrowsCB // this.searchBorrowsCB.FormattingEnabled = true; "Tous les exemplaires", "Exemplaires disponibles (sans les emprunts)", "Exemplaires ayant été empruntés", "Exemplaires actuellement en prêt "}); this.searchBorrowsCB.Name = "searchBorrowsCB"; this.searchBorrowsCB.TabIndex = 9; // // searchBrolTypeLbl // this.searchBrolTypeLbl.AutoSize = true; this.searchBrolTypeLbl.Name = "searchBrolTypeLbl"; this.searchBrolTypeLbl.TabIndex = 4; this.searchBrolTypeLbl.Text = "Type d\'ouvrage"; // // searchBrolTypeCB // this.searchBrolTypeCB.FormattingEnabled = true; this.searchBrolTypeCB.Name = "searchBrolTypeCB"; this.searchBrolTypeCB.TabIndex = 1; this.searchBrolTypeCB.SelectedIndexChanged += new System.EventHandler(this.searchBrolTypeCB_SelectedIndexChanged); // // searchContentGB // this.searchContentGB.Controls.Add(this.searchCategoryCLB); this.searchContentGB.Name = "searchContentGB"; this.searchContentGB.TabIndex = 7; this.searchContentGB.TabStop = false; this.searchContentGB.Text = "Catégories"; // // searchCategoryCLB // this.searchCategoryCLB.BackColor = System.Drawing.SystemColors.Control; this.searchCategoryCLB.CheckOnClick = true; this.searchCategoryCLB.Dock = System.Windows.Forms.DockStyle.Fill; this.searchCategoryCLB.Enabled = false; this.searchCategoryCLB.FormattingEnabled = true; this.searchCategoryCLB.Name = "searchCategoryCLB"; this.searchCategoryCLB.Sorted = true; this.searchCategoryCLB.TabIndex = 4; this.searchCategoryCLB.SelectedIndexChanged += new System.EventHandler(this.searchCategoryCLB_SelectedIndexChanged); // // searchSupportGB // this.searchSupportGB.Controls.Add(this.searchMediaTypeCB); this.searchSupportGB.Controls.Add(this.searchMediaTypeLbl); this.searchSupportGB.Controls.Add(this.searchQualityLbl); this.searchSupportGB.Controls.Add(this.searchQualityCB); this.searchSupportGB.Name = "searchSupportGB"; this.searchSupportGB.TabIndex = 5; this.searchSupportGB.TabStop = false; this.searchSupportGB.Text = "Support d\'exemplaire"; // // searchMediaTypeCB // this.searchMediaTypeCB.Enabled = false; this.searchMediaTypeCB.FormattingEnabled = true; this.searchMediaTypeCB.Name = "searchMediaTypeCB"; this.searchMediaTypeCB.TabIndex = 4; this.searchMediaTypeCB.SelectedIndexChanged += new System.EventHandler(this.searchMediaTypeCB_SelectedIndexChanged); // // searchMediaTypeLbl // this.searchMediaTypeLbl.AutoSize = true; this.searchMediaTypeLbl.Name = "searchMediaTypeLbl"; this.searchMediaTypeLbl.TabIndex = 3; this.searchMediaTypeLbl.Text = "Type"; // // searchQualityLbl // this.searchQualityLbl.AutoSize = true; this.searchQualityLbl.Name = "searchQualityLbl"; this.searchQualityLbl.TabIndex = 1; this.searchQualityLbl.Text = "Qualité"; // // searchQualityCB // this.searchQualityCB.Enabled = false; this.searchQualityCB.FormattingEnabled = true; this.searchQualityCB.Name = "searchQualityCB"; this.searchQualityCB.TabIndex = 0; // // searchPersonsGB // this.searchPersonsGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.searchPersonsGB.Controls.Add(this.searchBorrowerLbl); this.searchPersonsGB.Controls.Add(this.searchBorrowerCB); this.searchPersonsGB.Controls.Add(this.searchOwnerLbl); this.searchPersonsGB.Controls.Add(this.searchOwnerCB); this.searchPersonsGB.Controls.Add(this.searchActorsCLB); this.searchPersonsGB.Controls.Add(this.searchActorsLbl); this.searchPersonsGB.Name = "searchPersonsGB"; this.searchPersonsGB.TabIndex = 6; this.searchPersonsGB.TabStop = false; this.searchPersonsGB.Text = "Personnes"; // // searchBorrowerLbl // this.searchBorrowerLbl.AutoSize = true; this.searchBorrowerLbl.Name = "searchBorrowerLbl"; this.searchBorrowerLbl.TabIndex = 8; this.searchBorrowerLbl.Text = "Emprunteur"; // // searchBorrowerCB // this.searchBorrowerCB.Enabled = false; this.searchBorrowerCB.FormattingEnabled = true; this.searchBorrowerCB.Name = "searchBorrowerCB"; this.searchBorrowerCB.TabIndex = 7; // // searchOwnerLbl // this.searchOwnerLbl.AutoSize = true; this.searchOwnerLbl.Name = "searchOwnerLbl"; this.searchOwnerLbl.TabIndex = 6; this.searchOwnerLbl.Text = "Propriétaire"; // // searchOwnerCB // this.searchOwnerCB.Enabled = false; this.searchOwnerCB.FormattingEnabled = true; this.searchOwnerCB.Name = "searchOwnerCB"; this.searchOwnerCB.TabIndex = 5; // // searchActorsCLB // this.searchActorsCLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.searchActorsCLB.BackColor = System.Drawing.SystemColors.Control; this.searchActorsCLB.Enabled = false; this.searchActorsCLB.FormattingEnabled = true; this.searchActorsCLB.Name = "searchActorsCLB"; this.searchActorsCLB.TabIndex = 4; // // searchActorsLbl // this.searchActorsLbl.AutoSize = true; this.searchActorsLbl.Name = "searchActorsLbl"; this.searchActorsLbl.TabIndex = 3; this.searchActorsLbl.Text = "Acteurs"; // // searchInfoLbl // this.searchInfoLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.searchInfoLbl.AutoSize = true; this.searchInfoLbl.Name = "searchInfoLbl"; this.searchInfoLbl.TabIndex = 28; this.searchInfoLbl.Text = "Nb d\'exemplaires : "; // // brolTypeImageList // this.brolTypeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.brolTypeImageList.TransparentColor = System.Drawing.Color.Transparent; // // searchSerieGB // this.searchSerieGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.searchSerieGB.Controls.Add(this.searchSeriesCLB); this.searchSerieGB.Name = "searchSerieGB"; this.searchSerieGB.TabIndex = 8; this.searchSerieGB.TabStop = false; this.searchSerieGB.Text = "Séries"; // // searchSeriesCLB // this.searchSeriesCLB.BackColor = System.Drawing.SystemColors.Control; this.searchSeriesCLB.CheckOnClick = true; this.searchSeriesCLB.Dock = System.Windows.Forms.DockStyle.Fill; this.searchSeriesCLB.Enabled = false; this.searchSeriesCLB.FormattingEnabled = true; this.searchSeriesCLB.Name = "searchSeriesCLB"; this.searchSeriesCLB.Sorted = true; this.searchSeriesCLB.TabIndex = 4; // // SearchControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.searchSerieGB); this.Controls.Add(this.searchInfoLbl); this.Controls.Add(this.titleGB); this.Controls.Add(this.searchMiscGB); this.Controls.Add(this.searchContentGB); this.Controls.Add(this.searchSupportGB); this.Controls.Add(this.searchPersonsGB); this.Name = "SearchControl"; this.titleGB.ResumeLayout(false); this.titleGB.PerformLayout(); this.searchMiscGB.ResumeLayout(false); this.searchMiscGB.PerformLayout(); this.searchContentGB.ResumeLayout(false); this.searchSupportGB.ResumeLayout(false); this.searchSupportGB.PerformLayout(); this.searchPersonsGB.ResumeLayout(false); this.searchPersonsGB.PerformLayout(); this.searchSerieGB.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox titleGB; private System.Windows.Forms.CheckBox searchOnTitleCB; private System.Windows.Forms.RadioButton searchStrictTextRB; private System.Windows.Forms.RadioButton searchContainsRB; private System.Windows.Forms.RadioButton searchEndsByRB; private System.Windows.Forms.RadioButton searchStartsByRB; private System.Windows.Forms.CheckBox searchOnTextModifiedChkB; private be.gaudry.view.controls.TextBoxDragDrop searchTitleTB; private System.Windows.Forms.GroupBox searchMiscGB; private System.Windows.Forms.Label searchBorrowsLbl; private System.Windows.Forms.ComboBox searchBorrowsCB; private System.Windows.Forms.Label searchBrolTypeLbl; private System.Windows.Forms.ComboBox searchBrolTypeCB; private System.Windows.Forms.GroupBox searchContentGB; private System.Windows.Forms.CheckedListBox searchCategoryCLB; private System.Windows.Forms.GroupBox searchSupportGB; private System.Windows.Forms.ComboBox searchMediaTypeCB; private System.Windows.Forms.Label searchMediaTypeLbl; private System.Windows.Forms.Label searchQualityLbl; private System.Windows.Forms.ComboBox searchQualityCB; private System.Windows.Forms.GroupBox searchPersonsGB; private System.Windows.Forms.Label searchBorrowerLbl; private System.Windows.Forms.ComboBox searchBorrowerCB; private System.Windows.Forms.Label searchOwnerLbl; private System.Windows.Forms.ComboBox searchOwnerCB; private System.Windows.Forms.CheckedListBox searchActorsCLB; private System.Windows.Forms.Label searchActorsLbl; private System.Windows.Forms.Label searchInfoLbl; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.ImageList brolTypeImageList; private System.Windows.Forms.GroupBox searchSerieGB; private System.Windows.Forms.CheckedListBox searchSeriesCLB; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1734933475 23/12/2024 06:57:55 |
| _ | 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
23/12/2024 06:57:55 Cette version de la page est en cache (à la date du 23/12/2024 06:57:55) 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/SearchControl.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.