VersionForm.Designer.cs

Description du code

VersionForm.Designer.cs est un fichier du projet BrolDev.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.

Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.view.dialogs
  2. {
  3. partial class VersionForm
  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(VersionForm));
  32. this.tabControl1 = new System.Windows.Forms.TabControl();
  33. this.tabPage1 = new System.Windows.Forms.TabPage();
  34. this.versionControl1 = new be.gaudry.view.controls.VersionControl();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.systemInfoControl1 = new be.gaudry.view.controls.SystemInfoControl();
  37. this.windowsTP = new System.Windows.Forms.TabPage();
  38. this.displaySystemInfosBtn = new System.Windows.Forms.Button();
  39. this.tabControl1.SuspendLayout();
  40. this.tabPage1.SuspendLayout();
  41. this.tabPage2.SuspendLayout();
  42. this.windowsTP.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // tabControl1
  46. //
  47. this.tabControl1.Controls.Add(this.tabPage1);
  48. this.tabControl1.Controls.Add(this.tabPage2);
  49. this.tabControl1.Controls.Add(this.windowsTP);
  50. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  52. this.tabControl1.Name = "tabControl1";
  53. this.tabControl1.SelectedIndex = 0;
  54. this.tabControl1.Size = new System.Drawing.Size(586, 433);
  55. this.tabControl1.TabIndex = 0;
  56. //
  57. // tabPage1
  58. //
  59. this.tabPage1.Controls.Add(this.versionControl1);
  60. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  61. this.tabPage1.Name = "tabPage1";
  62. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  63. this.tabPage1.Size = new System.Drawing.Size(578, 407);
  64. this.tabPage1.TabIndex = 0;
  65. this.tabPage1.Text = "Mise à jour";
  66. this.tabPage1.UseVisualStyleBackColor = true;
  67. //
  68. // versionControl1
  69. //
  70. this.versionControl1.BackColor = System.Drawing.SystemColors.Control;
  71. this.versionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.versionControl1.Location = new System.Drawing.Point(3, 3);
  73. this.versionControl1.Name = "versionControl1";
  74. this.versionControl1.Size = new System.Drawing.Size(572, 401);
  75. this.versionControl1.TabIndex = 0;
  76. //
  77. // tabPage2
  78. //
  79. this.tabPage2.Controls.Add(this.systemInfoControl1);
  80. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  81. this.tabPage2.Name = "tabPage2";
  82. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  83. this.tabPage2.Size = new System.Drawing.Size(578, 407);
  84. this.tabPage2.TabIndex = 1;
  85. this.tabPage2.Text = "Informations et version";
  86. this.tabPage2.UseVisualStyleBackColor = true;
  87. //
  88. // systemInfoControl1
  89. //
  90. this.systemInfoControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.systemInfoControl1.Location = new System.Drawing.Point(3, 3);
  92. this.systemInfoControl1.Name = "systemInfoControl1";
  93. this.systemInfoControl1.Size = new System.Drawing.Size(572, 401);
  94. this.systemInfoControl1.TabIndex = 0;
  95. //
  96. // windowsTP
  97. //
  98. this.windowsTP.Controls.Add(this.displaySystemInfosBtn);
  99. this.windowsTP.Location = new System.Drawing.Point(4, 22);
  100. this.windowsTP.Name = "windowsTP";
  101. this.windowsTP.Padding = new System.Windows.Forms.Padding(3);
  102. this.windowsTP.Size = new System.Drawing.Size(578, 407);
  103. this.windowsTP.TabIndex = 2;
  104. this.windowsTP.Text = "Windows";
  105. this.windowsTP.UseVisualStyleBackColor = true;
  106. //
  107. // displaySystemInfosBtn
  108. //
  109. this.displaySystemInfosBtn.Location = new System.Drawing.Point(30, 38);
  110. this.displaySystemInfosBtn.Name = "displaySystemInfosBtn";
  111. this.displaySystemInfosBtn.Size = new System.Drawing.Size(75, 23);
  112. this.displaySystemInfosBtn.TabIndex = 0;
  113. this.displaySystemInfosBtn.Text = "Système";
  114. this.displaySystemInfosBtn.UseVisualStyleBackColor = true;
  115. this.displaySystemInfosBtn.Click += new System.EventHandler(this.displaySystemInfosBtn_Click);
  116. //
  117. // VersionForm
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.ClientSize = new System.Drawing.Size(586, 433);
  122. this.Controls.Add(this.tabControl1);
  123. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  124. this.Name = "VersionForm";
  125. this.Text = "Mise à jour et informations";
  126. this.tabControl1.ResumeLayout(false);
  127. this.tabPage1.ResumeLayout(false);
  128. this.tabPage2.ResumeLayout(false);
  129. this.windowsTP.ResumeLayout(false);
  130. this.ResumeLayout(false);
  131.  
  132. }
  133.  
  134. #endregion
  135.  
  136. private System.Windows.Forms.TabControl tabControl1;
  137. private System.Windows.Forms.TabPage tabPage1;
  138. private System.Windows.Forms.TabPage tabPage2;
  139. private be.gaudry.view.controls.VersionControl versionControl1;
  140. private System.Windows.Forms.TabPage windowsTP;
  141. private System.Windows.Forms.Button displaySystemInfosBtn;
  142. protected be.gaudry.view.controls.SystemInfoControl systemInfoControl1;
  143.  
  144. }
  145. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1715190450 08/05/2024 19:47:30
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csTrackIntParameterDialog.cs4.2 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csHSLDialog.cs8.25 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.cs3.58 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs6.72 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxCriticalExceptionDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxTrackFloatParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.designer.cs5.12 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.Designer.cs6.2 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxCustomOpenResultFileDialog.resx6.06 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxVersionForm.resx42.91 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.Designer.cs2.24 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxDGVLayoutOptionsDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.cs2.41 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxUpdateDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.Designer.cs7.44 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.Designer.cs8.88 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackIntParameterDialog.Designer.cs8.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.cs1.05 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csUpdateDialog.Designer.cs2.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csUpdateDialog.cs360 octets31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.cs230 octets31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.cs4.84 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxExceptionDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxHSLDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxAboutBrolDevlDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.Designer.cs6.31 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxResizeDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csHSLDialog.Designer.cs14.28 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.cs1.09 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.cs1.87 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csVersionForm.cs1.16 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxTrackIntParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs198 octets31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.45 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.Designer.cs5.3 Ko31/10/2018 18:33:14-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.

Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-broldev-source-rf-view/dialogs/VersionForm.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.