MainForm.Designer.cs
Description du code
MainForm.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# (MainForm.Designer.cs) (144 lignes)
namespace be.gaudry.bibliobrol.view { partial class MainForm { /// <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 Windows Form 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.topTSP.SuspendLayout(); this.consoleTS.SuspendLayout(); this.SuspendLayout(); // // topTSP // this.topTSP.Controls.Add(this.consoleTS); this.topTSP.Controls.SetChildIndex(this.consoleTS, 0); // // toolBarManagerControl // // // leftPanel // // // fastShortcutsTsMi // this.fastShortcutsTsMi.Name = "fastShortcutsTsMi"; this.fastShortcutsTsMi.Text = "&Accès rapide"; // // consoleTS // this.consoleTS.Dock = System.Windows.Forms.DockStyle.None; this.dispConsTSB, this.cleanConsoleTSB}); this.consoleTS.Name = "consoleTS"; this.consoleTS.TabIndex = 2; this.consoleTS.Text = "Outils de la console"; // // dispConsTSB // this.dispConsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.dispConsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsole; this.dispConsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.dispConsTSB.Name = "dispConsTSB"; this.dispConsTSB.Text = "Afficher la console"; // // cleanConsoleTSB // this.cleanConsoleTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.cleanConsoleTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsoleClean; this.cleanConsoleTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.cleanConsoleTSB.Name = "cleanConsoleTSB"; this.cleanConsoleTSB.Text = "Vider la console"; // // toolBarShortCuts // this.toolBarShortCuts.Name = "toolBarShortCuts"; this.toolBarShortCuts.TabIndex = 18; this.toolBarShortCuts.onShowWelcomeWizard_Click += new System.EventHandler(this.showWelcomeWizardAction); this.toolBarShortCuts.onShowExplorer_Click += new System.EventHandler(this.brolXplorerSearchTSB_Click); this.toolBarShortCuts.onShowPhotobrol_Click += new System.EventHandler(this.showPhotobrolTSB_Click); this.toolBarShortCuts.onManageMediaBrols_Click += new System.EventHandler(this.mediabrolsTSB_Click); // // MainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolBarShortCuts); this.Name = "MainForm"; this.Text = "BiblioBrol"; this.Controls.SetChildIndex(this.toolBarManagerControl, 0); this.Controls.SetChildIndex(this.leftPanel, 0); this.Controls.SetChildIndex(this.topTSP, 0); this.Controls.SetChildIndex(this.toolBarShortCuts, 0); this.topTSP.ResumeLayout(false); this.topTSP.PerformLayout(); this.consoleTS.ResumeLayout(false); this.consoleTS.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStripMenuItem fastShortcutsTsMi; private System.Windows.Forms.ToolTip mainFormToolTip; private System.Windows.Forms.ToolStrip consoleTS; private System.Windows.Forms.ToolStripButton dispConsTSB; private System.Windows.Forms.ToolStripButton cleanConsoleTSB; private be.gaudry.bibliobrol.view.controls.toolBars.ToolBarShortCutsControl toolBarShortCuts; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731624436 14/11/2024 23:47:16 |
| _ | 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
14/11/2024 23:47:16 Cette version de la page est en cache (à la date du 14/11/2024 23:47:16) 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/MainForm.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.