Shell32IconsForm.Designer.cs

Description du code

Shell32IconsForm.Designer.cs est un fichier du projet BrolExplorer.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolexplorer/.

Projet BrolExplorer :

Explorateur de media en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.explorer.view
  2. {
  3. partial class Shell32IconsForm
  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. this.components = new System.ComponentModel.Container();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Shell32IconsForm));
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  35. this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  36. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  37. this.fichierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.ouvrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.menuStrip1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // flowLayoutPanel1
  43. //
  44. this.flowLayoutPanel1.AutoScroll = true;
  45. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 24);
  47. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  48. this.flowLayoutPanel1.Size = new System.Drawing.Size(834, 273);
  49. this.flowLayoutPanel1.TabIndex = 1;
  50. //
  51. // openFileDialog
  52. //
  53. this.openFileDialog.ShowHelp = true;
  54. //
  55. // menuStrip1
  56. //
  57. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  58. this.fichierToolStripMenuItem});
  59. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  60. this.menuStrip1.Name = "menuStrip1";
  61. this.menuStrip1.Size = new System.Drawing.Size(834, 24);
  62. this.menuStrip1.TabIndex = 0;
  63. this.menuStrip1.Text = "menuStrip1";
  64. //
  65. // fichierToolStripMenuItem
  66. //
  67. this.fichierToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  68. this.ouvrirToolStripMenuItem});
  69. this.fichierToolStripMenuItem.Name = "fichierToolStripMenuItem";
  70. this.fichierToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
  71. this.fichierToolStripMenuItem.Text = "&Fichier";
  72. //
  73. // ouvrirToolStripMenuItem
  74. //
  75. this.ouvrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ouvrirToolStripMenuItem.Image")));
  76. this.ouvrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  77. this.ouvrirToolStripMenuItem.Name = "ouvrirToolStripMenuItem";
  78. this.ouvrirToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
  79. this.ouvrirToolStripMenuItem.Text = "&Ouvrir";
  80. this.ouvrirToolStripMenuItem.Click += new System.EventHandler(this.ouvrirToolStripMenuItem_Click);
  81. //
  82. // Shell32IconsForm
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.ClientSize = new System.Drawing.Size(834, 297);
  87. this.Controls.Add(this.flowLayoutPanel1);
  88. this.Controls.Add(this.menuStrip1);
  89. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  90. this.MainMenuStrip = this.menuStrip1;
  91. this.Name = "Shell32IconsForm";
  92. this.Text = "Afficheur d\'icônes";
  93. this.menuStrip1.ResumeLayout(false);
  94. this.menuStrip1.PerformLayout();
  95. this.ResumeLayout(false);
  96. this.PerformLayout();
  97.  
  98. }
  99.  
  100. #endregion
  101.  
  102. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  103. private System.Windows.Forms.ToolTip toolTip1;
  104. private System.Windows.Forms.OpenFileDialog openFileDialog;
  105. private System.Windows.Forms.MenuStrip menuStrip1;
  106. private System.Windows.Forms.ToolStripMenuItem fichierToolStripMenuItem;
  107. private System.Windows.Forms.ToolStripMenuItem ouvrirToolStripMenuItem;
  108. }
  109. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1719654295 29/06/2024 11:44:55
| _controls0 octets1541007170 31/10/2018 18:32:50
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxBrolExplorerAboutBox.resx5.68 Ko31/10/2018 18:32:21-refusé-
Afficher le fichier .resx|.resxShell32IconsForm.resx16.57 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csBrolExplorerAboutBox.Designer.cs10.29 Ko31/10/2018 18:32:21-refusé-
Afficher le fichier .cs|.csShell32IconsForm.Designer.cs5.09 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csBrolExplorerAboutBox.cs4.74 Ko31/10/2018 18:32:21-refusé-
Afficher le fichier .resx|.resxExplorerForm.resx49.49 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csExplorerForm.cs16.13 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csExplorerForm.Designer.cs43.45 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csShell32IconsForm.cs1.32 Ko31/10/2018 18:32:22-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 30/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-brolexplorer-source-rf-view/Shell32IconsForm.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.