StatsForm.Designer.cs
Description du code
StatsForm.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# (StatsForm.Designer.cs) (239 lignes)
namespace be.gaudry.bibliobrol.view { partial class StatsForm { /// <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 Windows Form /// <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.statsTC.SuspendLayout(); this.borrowsTP.SuspendLayout(); this.borrowsTLP.SuspendLayout(); this.tabPage2.SuspendLayout(); this.statsTS.SuspendLayout(); this.SuspendLayout(); // // statsTC // this.statsTC.Controls.Add(this.borrowsTP); this.statsTC.Controls.Add(this.tabPage2); this.statsTC.Dock = System.Windows.Forms.DockStyle.Fill; this.statsTC.Name = "statsTC"; this.statsTC.SelectedIndex = 0; this.statsTC.TabIndex = 0; // // borrowsTP // this.borrowsTP.Controls.Add(this.borrowsTLP); this.borrowsTP.Name = "borrowsTP"; this.borrowsTP.TabIndex = 0; this.borrowsTP.Text = "Graphiques"; this.borrowsTP.UseVisualStyleBackColor = true; // // borrowsTLP // this.borrowsTLP.ColumnCount = 1; this.borrowsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.borrowsTLP.Controls.Add(this.chart2, 0, 1); this.borrowsTLP.Controls.Add(this.chart1, 0, 0); this.borrowsTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.borrowsTLP.Name = "borrowsTLP"; this.borrowsTLP.RowCount = 2; this.borrowsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.borrowsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.borrowsTLP.TabIndex = 0; // // chart2 // this.chart2.DisplayBgColorForValues = false; this.chart2.DisplayLegend = true; this.chart2.Dock = System.Windows.Forms.DockStyle.Fill; this.chart2.MinPercentToDisplay = 2; this.chart2.Name = "chart2"; this.chart2.TabIndex = 1; this.chart2.Title = "Chart 2"; this.chart2.TopCountToDisplay = 0; // // chart1 // this.chart1.DisplayBgColorForValues = false; this.chart1.DisplayLegend = true; this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; this.chart1.MinPercentToDisplay = 2; this.chart1.Name = "chart1"; this.chart1.TabIndex = 0; this.chart1.Title = "chart 1"; this.chart1.TopCountToDisplay = 0; // // tabPage2 // this.tabPage2.Controls.Add(this.countersLbl); this.tabPage2.Name = "tabPage2"; this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Compteurs"; this.tabPage2.UseVisualStyleBackColor = true; // // countersLbl // this.countersLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.countersLbl.Name = "countersLbl"; this.countersLbl.TabIndex = 0; // // personsByRoleTSMenuItem // this.personsByRoleTSCB}); this.personsByRoleTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsr; this.personsByRoleTSMenuItem.Name = "personsByRoleTSMenuItem"; this.personsByRoleTSMenuItem.Text = "Sélection par rôle"; // // personsByRoleTSCB // this.personsByRoleTSCB.Name = "personsByRoleTSCB"; this.personsByRoleTSCB.Sorted = true; // // statsTS // this.statsTS.AllowItemReorder = true; this.firstChartTSLabel, this.selectFirstChartTSCB, this.toolStripSeparator1, this.secondChartTSLabel, this.selectSecondChartTSCB}); this.statsTS.Name = "statsTS"; this.statsTS.TabIndex = 5; this.statsTS.Text = "Outils de gestion de personnes"; // // firstChartTSLabel // this.firstChartTSLabel.Name = "firstChartTSLabel"; this.firstChartTSLabel.Text = "Graphique en haut"; // // selectFirstChartTSCB // this.selectFirstChartTSCB.Name = "selectFirstChartTSCB"; this.selectFirstChartTSCB.Text = "Premier graphique"; this.selectFirstChartTSCB.SelectedIndexChanged += new System.EventHandler(this.selectFirstChartTSCB_SelectedIndexChanged); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // secondChartTSLabel // this.secondChartTSLabel.Name = "secondChartTSLabel"; this.secondChartTSLabel.Text = "Graphique en bas"; // // selectSecondChartTSCB // this.selectSecondChartTSCB.Name = "selectSecondChartTSCB"; this.selectSecondChartTSCB.Text = "Second graphique"; this.selectSecondChartTSCB.SelectedIndexChanged += new System.EventHandler(this.selectSecondChartTSCB_SelectedIndexChanged); // // StatsForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.statsTS); this.Controls.Add(this.statsTC); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "StatsForm"; this.Text = "Statistiques"; this.statsTC.ResumeLayout(false); this.borrowsTP.ResumeLayout(false); this.borrowsTLP.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.statsTS.ResumeLayout(false); this.statsTS.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl statsTC; private System.Windows.Forms.TabPage borrowsTP; private System.Windows.Forms.TableLayoutPanel borrowsTLP; private System.Windows.Forms.TabPage tabPage2; private be.gaudry.view.controls.ChartControl chart1; private be.gaudry.view.controls.ChartControl chart2; private System.Windows.Forms.ToolStripMenuItem personsByRoleTSMenuItem; private System.Windows.Forms.ToolStripComboBox personsByRoleTSCB; private System.Windows.Forms.ToolStrip statsTS; private System.Windows.Forms.ToolStripComboBox selectFirstChartTSCB; private System.Windows.Forms.ToolStripComboBox selectSecondChartTSCB; private System.Windows.Forms.ToolStripLabel firstChartTSLabel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel secondChartTSLabel; private System.Windows.Forms.Label countersLbl; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731625838 15/11/2024 00:10:38 |
| _ | 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
15/11/2024 00:10:38 Cette version de la page est en cache (à la date du 15/11/2024 00:10:38) 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/StatsForm.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.