WebInfoControl.Designer.cs
Description du code
WebInfoControl.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# (WebInfoControl.Designer.cs) (163 lignes)
namespace be.gaudry.bibliobrol.view.controls.webInfo { partial class WebInfoControl { /// <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.webInfoTLP.SuspendLayout(); this.queryPanel.SuspendLayout(); this.bottomPanel.SuspendLayout(); this.webPanel.SuspendLayout(); this.SuspendLayout(); // // webInfoTLP // this.webInfoTLP.ColumnCount = 1; this.webInfoTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.webInfoTLP.Controls.Add(this.queryPanel, 0, 0); this.webInfoTLP.Controls.Add(this.bottomPanel, 0, 1); this.webInfoTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.webInfoTLP.Name = "webInfoTLP"; this.webInfoTLP.RowCount = 2; this.webInfoTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F)); this.webInfoTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.webInfoTLP.TabIndex = 0; // // queryPanel // this.queryPanel.Controls.Add(this.goBtn); this.queryPanel.Controls.Add(this.queryTB); this.queryPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.queryPanel.Name = "queryPanel"; this.queryPanel.TabIndex = 1; // // goBtn // this.goBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.goBtn.Name = "goBtn"; this.goBtn.TabIndex = 1; this.goBtn.Text = "Afficher"; this.goBtn.UseVisualStyleBackColor = true; // // queryTB // this.queryTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.queryTB.Name = "queryTB"; this.queryTB.TabIndex = 0; // // bottomPanel // this.bottomPanel.Controls.Add(this.infoLbl); this.bottomPanel.Controls.Add(this.webPanel); this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.TabIndex = 2; // // infoLbl // this.infoLbl.AutoSize = true; this.infoLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.infoLbl.Name = "infoLbl"; this.infoLbl.TabIndex = 1; this.infoLbl.Visible = false; // // webPanel // this.webPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.webPanel.Controls.Add(this.webBrowser); this.webPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.webPanel.Name = "webPanel"; this.webPanel.TabIndex = 0; this.webPanel.Visible = false; // // webBrowser // this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; this.webBrowser.TabIndex = 0; // // WebInfoControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.webInfoTLP); this.Name = "WebInfoControl"; this.webInfoTLP.ResumeLayout(false); this.queryPanel.ResumeLayout(false); this.queryPanel.PerformLayout(); this.bottomPanel.ResumeLayout(false); this.bottomPanel.PerformLayout(); this.webPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel webInfoTLP; private System.Windows.Forms.Panel webPanel; private System.Windows.Forms.WebBrowser webBrowser; private System.Windows.Forms.Panel queryPanel; private System.Windows.Forms.Button goBtn; private be.gaudry.view.controls.TextBoxDragDrop queryTB; private System.Windows.Forms.Label infoLbl; private System.Windows.Forms.Panel bottomPanel; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731670563 15/11/2024 12:36: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 12:36:03 Cette version de la page est en cache (à la date du 15/11/2024 12:36:03) 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/webInfo//WebInfoControl.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.