BrolFileStatsControl. Designer. cs
Description du code
BrolFileStatsControl.Designer.cs est un fichier du projet BrolFileStats.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolfilestats/.
Projet BrolFileStats :
Statistiques en CSharp.
Code source ou contenu du fichier
Code c# (BrolFileStatsControl.Designer.cs) (516 lignes)
namespace be.gaudry.explorer.filestats.view.controls { partial class BrolFileStatsControl { /// <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.searchGB.SuspendLayout(); this.searchOptionsPanel.SuspendLayout(); this.progressGB.SuspendLayout(); this.contentTLP.SuspendLayout(); this.btnPanel.SuspendLayout(); this.mainTLP.SuspendLayout(); this.contentPanel.SuspendLayout(); this.mainCMS.SuspendLayout(); this.SuspendLayout(); // // searchGB // this.searchGB.Controls.Add(this.searchOptionsPanel); this.searchGB.Dock = System.Windows.Forms.DockStyle.Fill; this.searchGB.Name = "searchGB"; this.searchGB.TabIndex = 4; this.searchGB.TabStop = false; this.searchGB.Text = "Recherche"; this.toolTip1.SetToolTip(this.searchGB, "Critères de recherche des fichiers à renommer..."); // // searchOptionsPanel // this.searchOptionsPanel.AutoScroll = true; this.searchOptionsPanel.Controls.Add(this.onlyFirstSubDirsChkB); this.searchOptionsPanel.Controls.Add(this.startPathTitleLbl); this.searchOptionsPanel.Controls.Add(this.searchResultsLbl); this.searchOptionsPanel.Controls.Add(this.nbResultsToDisplayLbl); this.searchOptionsPanel.Controls.Add(this.nbResultsToDisplayCB); this.searchOptionsPanel.Controls.Add(this.startPathLbl); this.searchOptionsPanel.Controls.Add(this.includeSubDirChkB); this.searchOptionsPanel.Controls.Add(this.keySensitiveChkB); this.searchOptionsPanel.Controls.Add(this.browseStartPathBtn); this.searchOptionsPanel.Controls.Add(this.statsTypeCB); this.searchOptionsPanel.Controls.Add(this.includeHiddenFilesChkB); this.searchOptionsPanel.Controls.Add(this.includeSystemFilesChkB); this.searchOptionsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.searchOptionsPanel.Name = "searchOptionsPanel"; this.searchOptionsPanel.TabIndex = 23; // // startPathTitleLbl // this.startPathTitleLbl.AutoSize = true; this.startPathTitleLbl.Name = "startPathTitleLbl"; this.startPathTitleLbl.TabIndex = 7; this.startPathTitleLbl.Text = "Répertoire de départ :"; // // searchResultsLbl // this.searchResultsLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.searchResultsLbl.AutoEllipsis = true; this.searchResultsLbl.Name = "searchResultsLbl"; this.searchResultsLbl.TabIndex = 13; this.searchResultsLbl.Text = "Taille résultat"; this.searchResultsLbl.TextAlign = System.Drawing.ContentAlignment.TopRight; // // nbResultsToDisplayLbl // this.nbResultsToDisplayLbl.AutoSize = true; this.nbResultsToDisplayLbl.Name = "nbResultsToDisplayLbl"; this.nbResultsToDisplayLbl.TabIndex = 22; this.nbResultsToDisplayLbl.Text = "Nombre de résultats à détailler :"; // // nbResultsToDisplayCB // this.nbResultsToDisplayCB.FormattingEnabled = true; this.nbResultsToDisplayCB.Name = "nbResultsToDisplayCB"; this.nbResultsToDisplayCB.TabIndex = 21; this.nbResultsToDisplayCB.SelectionChangeCommitted += new System.EventHandler(this.nbResultsToDisplayCB_SelectionChangeCommitted); // // startPathLbl // this.startPathLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.startPathLbl.AutoEllipsis = true; this.startPathLbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.startPathLbl.Name = "startPathLbl"; this.startPathLbl.TabIndex = 8; // // includeSubDirChkB // this.includeSubDirChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.includeSubDirChkB.AutoSize = true; this.includeSubDirChkB.Name = "includeSubDirChkB"; this.includeSubDirChkB.TabIndex = 9; this.includeSubDirChkB.Text = "Inclure les sous répertoires"; this.includeSubDirChkB.UseVisualStyleBackColor = true; // // keySensitiveChkB // this.keySensitiveChkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.keySensitiveChkB.Name = "keySensitiveChkB"; this.keySensitiveChkB.TabIndex = 19; this.keySensitiveChkB.Text = "Faire la différence entre majuscules et minuscules"; this.keySensitiveChkB.UseVisualStyleBackColor = true; // // browseStartPathBtn // this.browseStartPathBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.browseStartPathBtn.Image = global::be.gaudry.explorer.filestats.Properties.Resources.brolExplore; this.browseStartPathBtn.Name = "browseStartPathBtn"; this.browseStartPathBtn.TabIndex = 11; this.browseStartPathBtn.UseVisualStyleBackColor = true; // // statsTypeCB // this.statsTypeCB.FormattingEnabled = true; this.statsTypeCB.Name = "statsTypeCB"; this.statsTypeCB.TabIndex = 15; this.statsTypeCB.SelectionChangeCommitted += new System.EventHandler(this.statsTypeCB_SelectionChangeCommitted); // // includeHiddenFilesChkB // this.includeHiddenFilesChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.includeHiddenFilesChkB.AutoSize = true; this.includeHiddenFilesChkB.Name = "includeHiddenFilesChkB"; this.includeHiddenFilesChkB.TabIndex = 12; this.includeHiddenFilesChkB.Text = "Inclure les fichiers cachés"; this.includeHiddenFilesChkB.UseVisualStyleBackColor = true; // // includeSystemFilesChkB // this.includeSystemFilesChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.includeSystemFilesChkB.AutoSize = true; this.includeSystemFilesChkB.Name = "includeSystemFilesChkB"; this.includeSystemFilesChkB.TabIndex = 14; this.includeSystemFilesChkB.Text = "Inclure les fichiers système"; this.includeSystemFilesChkB.UseVisualStyleBackColor = true; // // progressGB // this.progressGB.Controls.Add(this.curDirLbl); this.progressGB.Controls.Add(this.browsePgB); this.progressGB.Controls.Add(this.curDirValLbl); this.progressGB.Name = "progressGB"; this.progressGB.TabIndex = 18; this.progressGB.TabStop = false; this.progressGB.Text = "Progression"; this.progressGB.Visible = false; // // curDirLbl // this.curDirLbl.AutoSize = true; this.curDirLbl.Name = "curDirLbl"; this.curDirLbl.TabIndex = 16; this.curDirLbl.Text = "Recherche dans le répertoire :"; // // browsePgB // this.browsePgB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.browsePgB.Name = "browsePgB"; this.browsePgB.TabIndex = 15; // // curDirValLbl // this.curDirValLbl.AutoSize = true; this.curDirValLbl.Name = "curDirValLbl"; this.curDirValLbl.TabIndex = 13; this.curDirValLbl.Text = "-répertoire en cours-"; // // contentTLP // this.contentTLP.ColumnCount = 1; this.contentTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.contentTLP.Controls.Add(this.searchGB, 0, 0); this.contentTLP.Controls.Add(this.chartControl, 0, 1); this.contentTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.contentTLP.Name = "contentTLP"; this.contentTLP.RowCount = 2; this.contentTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 200F)); this.contentTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.contentTLP.TabIndex = 5; // // chartControl // this.chartControl.DisplayBgColorForValues = false; this.chartControl.DisplayLegend = true; this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl.MinPercentToDisplay = 2; this.chartControl.Name = "chartControl"; this.chartControl.TabIndex = 5; this.chartControl.Title = "Graphique"; this.chartControl.TopCountToDisplay = 0; this.chartControl.Visible = false; // // btnPanel // this.btnPanel.Controls.Add(this.startParseBtn); this.btnPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnPanel.Name = "btnPanel"; this.btnPanel.TabIndex = 5; // // startParseBtn // this.startParseBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.startParseBtn.AutoSize = true; this.startParseBtn.Image = global::be.gaudry.explorer.filestats.Properties.Resources.startProcess; this.startParseBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.startParseBtn.Name = "startParseBtn"; this.startParseBtn.TabIndex = 0; this.startParseBtn.Text = "Actualiser"; this.startParseBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.startParseBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; // // mediaBrowserBgWorker // this.mediaBrowserBgWorker.WorkerReportsProgress = true; this.mediaBrowserBgWorker.WorkerSupportsCancellation = true; this.mediaBrowserBgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.mediaBrowserBgWorker_DoWork); this.mediaBrowserBgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.mediaBrowserBgWorker_RunWorkerCompleted); this.mediaBrowserBgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.mediaBrowserBgWorker_ProgressChanged); // // 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.contentPanel, 0, 0); this.mainTLP.Controls.Add(this.btnPanel, 0, 1); 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.Percent, 100F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.mainTLP.TabIndex = 19; // // contentPanel // this.contentPanel.Controls.Add(this.progressGB); this.contentPanel.Controls.Add(this.contentTLP); this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.contentPanel.Name = "contentPanel"; this.contentPanel.TabIndex = 0; // // mainCMS // this.searchOptionsTsMi, this.displayOptionsTsMi}); this.mainCMS.Name = "mainCMS"; // // searchOptionsTsMi // this.searchInHiddenFilesTsMi, this.searchInSystemFilesTsMi, this.searchInSubDirsTsMi}); this.searchOptionsTsMi.Name = "searchOptionsTsMi"; this.searchOptionsTsMi.Text = "Options de recherche"; // // searchInHiddenFilesTsMi // this.searchInHiddenFilesTsMi.CheckOnClick = true; this.searchInHiddenFilesTsMi.Name = "searchInHiddenFilesTsMi"; this.searchInHiddenFilesTsMi.Text = "Inclure les fichiers cachés"; // // searchInSystemFilesTsMi // this.searchInSystemFilesTsMi.CheckOnClick = true; this.searchInSystemFilesTsMi.Name = "searchInSystemFilesTsMi"; this.searchInSystemFilesTsMi.Text = "Inclure les fichiers système"; // // searchInSubDirsTsMi // this.searchInSubDirsTsMi.CheckOnClick = true; this.searchInSubDirsTsMi.Name = "searchInSubDirsTsMi"; this.searchInSubDirsTsMi.Text = "Inclure les sous répertoires"; // // displayOptionsTsMi // this.displayDGVTsMi, this.displayChartTsMi, this.displaySearchOptionsTsMi}); this.displayOptionsTsMi.Name = "displayOptionsTsMi"; this.displayOptionsTsMi.Text = "Options de présentation"; // // displayDGVTsMi // this.displayDGVTsMi.CheckOnClick = true; this.displayDGVTsMi.Name = "displayDGVTsMi"; this.displayDGVTsMi.Text = "Afficher le tableau de résultats"; // // displayChartTsMi // this.displayChartTsMi.CheckOnClick = true; this.displayChartTsMi.Name = "displayChartTsMi"; this.displayChartTsMi.Text = "Afficher le graphique"; // // displaySearchOptionsTsMi // this.displaySearchOptionsTsMi.CheckOnClick = true; this.displaySearchOptionsTsMi.Name = "displaySearchOptionsTsMi"; this.displaySearchOptionsTsMi.Text = "Afficher le panneau d\'options"; this.displaySearchOptionsTsMi.Click += new System.EventHandler(this.displaySearchOptionsTsMi_Click); // // onlyFirstSubDirsChkB // this.onlyFirstSubDirsChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.onlyFirstSubDirsChkB.AutoSize = true; this.onlyFirstSubDirsChkB.Name = "onlyFirstSubDirsChkB"; this.onlyFirstSubDirsChkB.TabIndex = 23; this.onlyFirstSubDirsChkB.Text = "Un seul niveau"; this.onlyFirstSubDirsChkB.UseVisualStyleBackColor = true; // // BrolFileStatsControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.mainCMS; this.Controls.Add(this.mainTLP); this.Name = "BrolFileStatsControl"; this.searchGB.ResumeLayout(false); this.searchOptionsPanel.ResumeLayout(false); this.searchOptionsPanel.PerformLayout(); this.progressGB.ResumeLayout(false); this.progressGB.PerformLayout(); this.contentTLP.ResumeLayout(false); this.btnPanel.ResumeLayout(false); this.btnPanel.PerformLayout(); this.mainTLP.ResumeLayout(false); this.contentPanel.ResumeLayout(false); this.mainCMS.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button startParseBtn; private System.Windows.Forms.GroupBox searchGB; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.TableLayoutPanel contentTLP; private System.Windows.Forms.Panel btnPanel; private System.Windows.Forms.Label startPathTitleLbl; protected internal System.Windows.Forms.Label startPathLbl; private System.Windows.Forms.CheckBox includeSubDirChkB; private System.Windows.Forms.Button browseStartPathBtn; private System.Windows.Forms.CheckBox includeHiddenFilesChkB; private System.ComponentModel.BackgroundWorker mediaBrowserBgWorker; private System.Windows.Forms.Label searchResultsLbl; private System.Windows.Forms.GroupBox progressGB; private System.Windows.Forms.Label curDirLbl; private System.Windows.Forms.ProgressBar browsePgB; private System.Windows.Forms.Label curDirValLbl; private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.Panel contentPanel; private System.Windows.Forms.CheckBox includeSystemFilesChkB; private System.Windows.Forms.ComboBox statsTypeCB; private be.gaudry.view.controls.ChartControl chartControl; private System.Windows.Forms.CheckBox keySensitiveChkB; private System.Windows.Forms.ToolStripMenuItem searchInHiddenFilesTsMi; private System.Windows.Forms.ToolStripMenuItem searchInSystemFilesTsMi; private System.Windows.Forms.ToolStripMenuItem searchInSubDirsTsMi; private System.Windows.Forms.ToolStripMenuItem displayDGVTsMi; private System.Windows.Forms.ToolStripMenuItem displayChartTsMi; private System.Windows.Forms.ToolStripMenuItem displaySearchOptionsTsMi; public System.Windows.Forms.ToolStripMenuItem searchOptionsTsMi; private System.Windows.Forms.ContextMenuStrip mainCMS; public System.Windows.Forms.ToolStripMenuItem displayOptionsTsMi; private System.Windows.Forms.Label nbResultsToDisplayLbl; private System.Windows.Forms.ComboBox nbResultsToDisplayCB; private System.Windows.Forms.Panel searchOptionsPanel; private System.Windows.Forms.CheckBox onlyFirstSubDirsChkB; } }
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 | 1731533496 13/11/2024 22:31:36 |
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
13/11/2024 22:31:36 Cette version de la page est en cache (à la date du 13/11/2024 22:31: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 30/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-brolfilestats-source-rf-view/controls//BrolFileStatsControl.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.