DBSelectControl.Designer.cs
Description du code
DBSelectControl.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# (DBSelectControl.Designer.cs) (146 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class DBSelectControl { /// <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.selectionPanel.SuspendLayout(); this.mainTLP.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // selectionPanel // this.selectionPanel.Controls.Add(this.dbTypeCB); this.selectionPanel.Controls.Add(this.dbTypeLbl); this.selectionPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.selectionPanel.Name = "selectionPanel"; this.selectionPanel.TabIndex = 1; // // dbTypeCB // this.dbTypeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dbTypeCB.FormattingEnabled = true; this.dbTypeCB.Name = "dbTypeCB"; this.dbTypeCB.TabIndex = 6; // // dbTypeLbl // this.dbTypeLbl.AutoSize = true; this.dbTypeLbl.Name = "dbTypeLbl"; this.dbTypeLbl.TabIndex = 5; this.dbTypeLbl.Text = "Type "; // // mainTLP // this.mainTLP.ColumnCount = 1; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.Controls.Add(this.selectionPanel, 0, 0); this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTLP.Name = "mainTLP"; this.mainTLP.RowCount = 2; this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.TabIndex = 2; // // contextMenuStrip1 // this.executeBatchCTsMi, this.saveCTsMi, this.reloadCTsMi}); this.contextMenuStrip1.Name = "contextMenuStrip1"; // // executeBatchCTsMi // this.executeBatchCTsMi.Name = "executeBatchCTsMi"; this.executeBatchCTsMi.Text = "Batch"; // // saveCTsMi // this.saveCTsMi.Name = "saveCTsMi"; this.saveCTsMi.Text = "Sauver"; // // reloadCTsMi // this.reloadCTsMi.Name = "reloadCTsMi"; this.reloadCTsMi.Text = "Recharger la configuration"; // // DBSelectControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainTLP); this.Name = "DBSelectControl"; this.selectionPanel.ResumeLayout(false); this.selectionPanel.PerformLayout(); this.mainTLP.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel selectionPanel; private System.Windows.Forms.ComboBox dbTypeCB; private System.Windows.Forms.Label dbTypeLbl; private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem executeBatchCTsMi; private System.Windows.Forms.ToolStripMenuItem saveCTsMi; private System.Windows.Forms.ToolStripMenuItem reloadCTsMi; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731655597 15/11/2024 08:26:37 |
| _ | 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 08:26:36 Cette version de la page est en cache (à la date du 15/11/2024 08:26:36) 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/DBSelectControl.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.