SerieEditControl.Designer.cs
Description du code
SerieEditControl.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# (SerieEditControl.Designer.cs) (148 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class SerieEditControl { /// <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() { ((System.ComponentModel.ISupportInitialize)(this.brolsBySerieDGV)).BeginInit(); this.SuspendLayout(); // // nameLbl // this.nameLbl.AutoSize = true; this.nameLbl.Name = "nameLbl"; this.nameLbl.TabIndex = 0; this.nameLbl.Text = "Nom"; // // nameTB // this.nameTB.Name = "nameTB"; this.nameTB.TabIndex = 1; // // saveBtn // this.saveBtn.Image = ((System.Drawing.Image)(resources.GetObject("saveBtn.Image"))); this.saveBtn.Name = "saveBtn"; this.saveBtn.TabIndex = 4; this.saveBtn.Text = "Sauver"; this.saveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.saveBtn.UseVisualStyleBackColor = true; // // brolsBySerieDGV // this.brolsBySerieDGV.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.brolsBySerieDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.idCol, this.nameCol, this.typeCol, this.availableCol}); this.brolsBySerieDGV.Name = "brolsBySerieDGV"; this.brolsBySerieDGV.TabIndex = 5; this.brolsBySerieDGV.Visible = false; // // showBrolsBtn // this.showBrolsBtn.Name = "showBrolsBtn"; this.showBrolsBtn.TabIndex = 6; this.showBrolsBtn.Text = "Afficher les ouvrages"; this.showBrolsBtn.UseVisualStyleBackColor = true; // // idCol // this.idCol.HeaderText = "Id"; this.idCol.Name = "idCol"; // // nameCol // this.nameCol.HeaderText = "Nom"; this.nameCol.Name = "nameCol"; // // typeCol // this.typeCol.HeaderText = "Type"; this.typeCol.Name = "typeCol"; // // availableCol // this.availableCol.HeaderText = "Disponible"; this.availableCol.Name = "availableCol"; // // SerieEditControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.showBrolsBtn); this.Controls.Add(this.brolsBySerieDGV); this.Controls.Add(this.saveBtn); this.Controls.Add(this.nameTB); this.Controls.Add(this.nameLbl); this.Name = "SerieEditControl"; ((System.ComponentModel.ISupportInitialize)(this.brolsBySerieDGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label nameLbl; private System.Windows.Forms.TextBox nameTB; private System.Windows.Forms.Button saveBtn; private System.Windows.Forms.DataGridView brolsBySerieDGV; private System.Windows.Forms.DataGridViewTextBoxColumn idCol; private System.Windows.Forms.DataGridViewTextBoxColumn nameCol; private System.Windows.Forms.DataGridViewTextBoxColumn typeCol; private System.Windows.Forms.DataGridViewTextBoxColumn availableCol; private System.Windows.Forms.Button showBrolsBtn; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731645245 15/11/2024 05:34:05 |
| _ | 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/SerieEditControl.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.