Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

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

  1. namespace be.gaudry.bibliobrol.view
  2. {
  3. partial class StatsForm
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Code généré par le Concepteur Windows Form
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatsForm));
  32. this.statsTC = new System.Windows.Forms.TabControl();
  33. this.borrowsTP = new System.Windows.Forms.TabPage();
  34. this.borrowsTLP = new System.Windows.Forms.TableLayoutPanel();
  35. this.chart2 = new be.gaudry.view.controls.ChartControl();
  36. this.chart1 = new be.gaudry.view.controls.ChartControl();
  37. this.tabPage2 = new System.Windows.Forms.TabPage();
  38. this.countersLbl = new System.Windows.Forms.Label();
  39. this.personsByRoleTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.personsByRoleTSCB = new System.Windows.Forms.ToolStripComboBox();
  41. this.statsTS = new System.Windows.Forms.ToolStrip();
  42. this.firstChartTSLabel = new System.Windows.Forms.ToolStripLabel();
  43. this.selectFirstChartTSCB = new System.Windows.Forms.ToolStripComboBox();
  44. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.secondChartTSLabel = new System.Windows.Forms.ToolStripLabel();
  46. this.selectSecondChartTSCB = new System.Windows.Forms.ToolStripComboBox();
  47. this.statsTC.SuspendLayout();
  48. this.borrowsTP.SuspendLayout();
  49. this.borrowsTLP.SuspendLayout();
  50. this.tabPage2.SuspendLayout();
  51. this.statsTS.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // statsTC
  55. //
  56. this.statsTC.Controls.Add(this.borrowsTP);
  57. this.statsTC.Controls.Add(this.tabPage2);
  58. this.statsTC.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.statsTC.Location = new System.Drawing.Point(0, 0);
  60. this.statsTC.Name = "statsTC";
  61. this.statsTC.SelectedIndex = 0;
  62. this.statsTC.Size = new System.Drawing.Size(612, 436);
  63. this.statsTC.TabIndex = 0;
  64. //
  65. // borrowsTP
  66. //
  67. this.borrowsTP.Controls.Add(this.borrowsTLP);
  68. this.borrowsTP.Location = new System.Drawing.Point(4, 22);
  69. this.borrowsTP.Name = "borrowsTP";
  70. this.borrowsTP.Padding = new System.Windows.Forms.Padding(3);
  71. this.borrowsTP.Size = new System.Drawing.Size(604, 410);
  72. this.borrowsTP.TabIndex = 0;
  73. this.borrowsTP.Text = "Graphiques";
  74. this.borrowsTP.UseVisualStyleBackColor = true;
  75. //
  76. // borrowsTLP
  77. //
  78. this.borrowsTLP.ColumnCount = 1;
  79. this.borrowsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  80. this.borrowsTLP.Controls.Add(this.chart2, 0, 1);
  81. this.borrowsTLP.Controls.Add(this.chart1, 0, 0);
  82. this.borrowsTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.borrowsTLP.Location = new System.Drawing.Point(3, 3);
  84. this.borrowsTLP.Name = "borrowsTLP";
  85. this.borrowsTLP.RowCount = 2;
  86. this.borrowsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  87. this.borrowsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  88. this.borrowsTLP.Size = new System.Drawing.Size(598, 404);
  89. this.borrowsTLP.TabIndex = 0;
  90. //
  91. // chart2
  92. //
  93. this.chart2.DisplayBgColorForValues = false;
  94. this.chart2.DisplayLegend = true;
  95. this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.chart2.Location = new System.Drawing.Point(3, 205);
  97. this.chart2.MinPercentToDisplay = 2;
  98. this.chart2.Name = "chart2";
  99. this.chart2.Size = new System.Drawing.Size(592, 196);
  100. this.chart2.TabIndex = 1;
  101. this.chart2.Title = "Chart 2";
  102. this.chart2.TopCountToDisplay = 0;
  103. //
  104. // chart1
  105. //
  106. this.chart1.DisplayBgColorForValues = false;
  107. this.chart1.DisplayLegend = true;
  108. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.chart1.Location = new System.Drawing.Point(3, 3);
  110. this.chart1.MinPercentToDisplay = 2;
  111. this.chart1.Name = "chart1";
  112. this.chart1.Size = new System.Drawing.Size(592, 196);
  113. this.chart1.TabIndex = 0;
  114. this.chart1.Title = "chart 1";
  115. this.chart1.TopCountToDisplay = 0;
  116. //
  117. // tabPage2
  118. //
  119. this.tabPage2.Controls.Add(this.countersLbl);
  120. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  121. this.tabPage2.Name = "tabPage2";
  122. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  123. this.tabPage2.Size = new System.Drawing.Size(604, 410);
  124. this.tabPage2.TabIndex = 1;
  125. this.tabPage2.Text = "Compteurs";
  126. this.tabPage2.UseVisualStyleBackColor = true;
  127. //
  128. // countersLbl
  129. //
  130. this.countersLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.countersLbl.Location = new System.Drawing.Point(3, 3);
  132. this.countersLbl.Name = "countersLbl";
  133. this.countersLbl.Size = new System.Drawing.Size(598, 404);
  134. this.countersLbl.TabIndex = 0;
  135. //
  136. // personsByRoleTSMenuItem
  137. //
  138. this.personsByRoleTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  139. this.personsByRoleTSCB});
  140. this.personsByRoleTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsr;
  141. this.personsByRoleTSMenuItem.Name = "personsByRoleTSMenuItem";
  142. this.personsByRoleTSMenuItem.Size = new System.Drawing.Size(168, 22);
  143. this.personsByRoleTSMenuItem.Text = "Sélection par rôle";
  144. //
  145. // personsByRoleTSCB
  146. //
  147. this.personsByRoleTSCB.Name = "personsByRoleTSCB";
  148. this.personsByRoleTSCB.Size = new System.Drawing.Size(121, 23);
  149. this.personsByRoleTSCB.Sorted = true;
  150. //
  151. // statsTS
  152. //
  153. this.statsTS.AllowItemReorder = true;
  154. this.statsTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  155. this.firstChartTSLabel,
  156. this.selectFirstChartTSCB,
  157. this.toolStripSeparator1,
  158. this.secondChartTSLabel,
  159. this.selectSecondChartTSCB});
  160. this.statsTS.Location = new System.Drawing.Point(0, 0);
  161. this.statsTS.Name = "statsTS";
  162. this.statsTS.Size = new System.Drawing.Size(612, 25);
  163. this.statsTS.TabIndex = 5;
  164. this.statsTS.Text = "Outils de gestion de personnes";
  165. //
  166. // firstChartTSLabel
  167. //
  168. this.firstChartTSLabel.Name = "firstChartTSLabel";
  169. this.firstChartTSLabel.Size = new System.Drawing.Size(105, 22);
  170. this.firstChartTSLabel.Text = "Graphique en haut";
  171. //
  172. // selectFirstChartTSCB
  173. //
  174. this.selectFirstChartTSCB.Name = "selectFirstChartTSCB";
  175. this.selectFirstChartTSCB.Size = new System.Drawing.Size(140, 25);
  176. this.selectFirstChartTSCB.Text = "Premier graphique";
  177. this.selectFirstChartTSCB.SelectedIndexChanged += new System.EventHandler(this.selectFirstChartTSCB_SelectedIndexChanged);
  178. //
  179. // toolStripSeparator1
  180. //
  181. this.toolStripSeparator1.Name = "toolStripSeparator1";
  182. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  183. //
  184. // secondChartTSLabel
  185. //
  186. this.secondChartTSLabel.Name = "secondChartTSLabel";
  187. this.secondChartTSLabel.Size = new System.Drawing.Size(99, 22);
  188. this.secondChartTSLabel.Text = "Graphique en bas";
  189. //
  190. // selectSecondChartTSCB
  191. //
  192. this.selectSecondChartTSCB.Name = "selectSecondChartTSCB";
  193. this.selectSecondChartTSCB.Size = new System.Drawing.Size(140, 25);
  194. this.selectSecondChartTSCB.Text = "Second graphique";
  195. this.selectSecondChartTSCB.SelectedIndexChanged += new System.EventHandler(this.selectSecondChartTSCB_SelectedIndexChanged);
  196. //
  197. // StatsForm
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.ClientSize = new System.Drawing.Size(612, 436);
  202. this.Controls.Add(this.statsTS);
  203. this.Controls.Add(this.statsTC);
  204. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  205. this.Name = "StatsForm";
  206. this.Text = "Statistiques";
  207. this.Load += new System.EventHandler(this.StatsForm_Load);
  208. this.Enter += new System.EventHandler(this.StatsForm_Enter);
  209. this.statsTC.ResumeLayout(false);
  210. this.borrowsTP.ResumeLayout(false);
  211. this.borrowsTLP.ResumeLayout(false);
  212. this.tabPage2.ResumeLayout(false);
  213. this.statsTS.ResumeLayout(false);
  214. this.statsTS.PerformLayout();
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217.  
  218. }
  219.  
  220. #endregion
  221.  
  222. private System.Windows.Forms.TabControl statsTC;
  223. private System.Windows.Forms.TabPage borrowsTP;
  224. private System.Windows.Forms.TableLayoutPanel borrowsTLP;
  225. private System.Windows.Forms.TabPage tabPage2;
  226. private be.gaudry.view.controls.ChartControl chart1;
  227. private be.gaudry.view.controls.ChartControl chart2;
  228. private System.Windows.Forms.ToolStripMenuItem personsByRoleTSMenuItem;
  229. private System.Windows.Forms.ToolStripComboBox personsByRoleTSCB;
  230. private System.Windows.Forms.ToolStrip statsTS;
  231. private System.Windows.Forms.ToolStripComboBox selectFirstChartTSCB;
  232. private System.Windows.Forms.ToolStripComboBox selectSecondChartTSCB;
  233. private System.Windows.Forms.ToolStripLabel firstChartTSLabel;
  234. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  235. private System.Windows.Forms.ToolStripLabel secondChartTSLabel;
  236. private System.Windows.Forms.Label countersLbl;
  237.  
  238. }
  239. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1714967569 06/05/2024 05:52:49
| _wizards0 octets1541007184 31/10/2018 18:33:04
| _utils0 octets1541007184 31/10/2018 18:33:04
| _controls0 octets1541007178 31/10/2018 18:32:58
| _dialogs0 octets1541007183 31/10/2018 18:33:03
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxMediabrolForm.resx32.55 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxAWSForm.resx188.27 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxMainForm.resx6.07 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxConsoleForm.resx256.48 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csAWSForm.Designer.cs23.45 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csActorForm.cs9.09 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.Designer.cs11.22 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csAWSForm.cs7.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBorrowsForm.cs1.66 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csCopy of MainForm.Designer.cs16.91 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.Designer.cs2.71 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.cs6.34 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .resx|.resxOldMainForm.resx58.06 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csCopy of MainForm.cs30.81 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxActorForm.resx44.98 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxBorrowsForm.resx73.4 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMainForm.cs37.45 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxWebServiceForm.resx9.71 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMainForm.Designer.cs7.16 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csBorrowsForm.Designer.cs10.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csTasksForm.cs389 octets31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBiblioBrolAboutBox.resx5.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBrolForm.cs25.87 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.Designer.cs13.12 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMediabrolForm.Designer.cs142.05 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.cs2.79 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csBrolForm.designer.cs41.73 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMediabrolForm.cs31.94 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csStatsForm.Designer.cs11.59 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csActorForm.Designer.cs28.26 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.Designer.cs83.98 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csStatsForm.cs5 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.cs5.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.cs27.08 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxTasksForm.resx187.31 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csTasksForm.Designer.cs2.26 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBrolForm.resx45.52 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxCopy of MainForm.resx7.53 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxStatsForm.resx187.5 Ko31/10/2018 18:32:28-refusé-

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.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 16/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-bibliobrol-source-rf-view/StatsForm.Designer.cs.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.