WebInfoDefaultControl. Designer. cs

Description du code

WebInfoDefaultControl.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.controls.webInfo
  2. {
  3. partial class WebInfoDefaultControl
  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 de composants
  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(WebInfoDefaultControl));
  32. this.webInfoTC = new System.Windows.Forms.TabControl();
  33. this.googleInfoTP = new System.Windows.Forms.TabPage();
  34. this.googleInfosWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  35. this.googleImgTP = new System.Windows.Forms.TabPage();
  36. this.googleImgWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  37. this.webInfoTC.SuspendLayout();
  38. this.googleInfoTP.SuspendLayout();
  39. this.googleImgTP.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // webInfoTC
  43. //
  44. this.webInfoTC.Controls.Add(this.googleInfoTP);
  45. this.webInfoTC.Controls.Add(this.googleImgTP);
  46. this.webInfoTC.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.webInfoTC.Location = new System.Drawing.Point(0, 0);
  48. this.webInfoTC.Name = "webInfoTC";
  49. this.webInfoTC.SelectedIndex = 0;
  50. this.webInfoTC.Size = new System.Drawing.Size(450, 450);
  51. this.webInfoTC.TabIndex = 0;
  52. //
  53. // googleInfoTP
  54. //
  55. this.googleInfoTP.Controls.Add(this.googleInfosWIC);
  56. this.googleInfoTP.Location = new System.Drawing.Point(4, 22);
  57. this.googleInfoTP.Name = "googleInfoTP";
  58. this.googleInfoTP.Padding = new System.Windows.Forms.Padding(3);
  59. this.googleInfoTP.Size = new System.Drawing.Size(442, 424);
  60. this.googleInfoTP.TabIndex = 3;
  61. this.googleInfoTP.Text = "Infos";
  62. this.googleInfoTP.UseVisualStyleBackColor = true;
  63. //
  64. // googleInfosWIC
  65. //
  66. this.googleInfosWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.googleInfosWIC.Location = new System.Drawing.Point(3, 3);
  68. this.googleInfosWIC.Name = "googleInfosWIC";
  69. this.googleInfosWIC.Size = new System.Drawing.Size(436, 418);
  70. this.googleInfosWIC.TabIndex = 1;
  71. this.googleInfosWIC.UriEncodeParam = true;
  72. this.googleInfosWIC.UriFormat = resources.GetString("googleInfosWIC.UriFormat");
  73. //
  74. // googleImgTP
  75. //
  76. this.googleImgTP.Controls.Add(this.googleImgWIC);
  77. this.googleImgTP.Location = new System.Drawing.Point(4, 22);
  78. this.googleImgTP.Name = "googleImgTP";
  79. this.googleImgTP.Padding = new System.Windows.Forms.Padding(3);
  80. this.googleImgTP.Size = new System.Drawing.Size(442, 424);
  81. this.googleImgTP.TabIndex = 2;
  82. this.googleImgTP.Text = "Images";
  83. this.googleImgTP.UseVisualStyleBackColor = true;
  84. //
  85. // googleImgWIC
  86. //
  87. this.googleImgWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.googleImgWIC.Location = new System.Drawing.Point(3, 3);
  89. this.googleImgWIC.Name = "googleImgWIC";
  90. this.googleImgWIC.Size = new System.Drawing.Size(436, 418);
  91. this.googleImgWIC.TabIndex = 0;
  92. this.googleImgWIC.UriEncodeParam = true;
  93. this.googleImgWIC.UriFormat = "http://images.google.fr/images?as_q=cover+{0}&hl=fr&output=images&svnum=10&btnG=R" +
  94. "echerche+Google&as_epq=&as_oq=&as_eq=&imgsz=&as_filetype=jpg&imgc=&as_sitesearch" +
  95. "=&safe=off";
  96. //
  97. // WebInfoDefaultControl
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.Controls.Add(this.webInfoTC);
  102. this.Name = "WebInfoDefaultControl";
  103. this.Size = new System.Drawing.Size(450, 450);
  104. this.webInfoTC.ResumeLayout(false);
  105. this.googleInfoTP.ResumeLayout(false);
  106. this.googleImgTP.ResumeLayout(false);
  107. this.ResumeLayout(false);
  108.  
  109. }
  110.  
  111. #endregion
  112.  
  113. private System.Windows.Forms.TabControl webInfoTC;
  114. private System.Windows.Forms.TabPage googleImgTP;
  115. private WebInfoControl googleImgWIC;
  116. private System.Windows.Forms.TabPage googleInfoTP;
  117. private WebInfoControl googleInfosWIC;
  118. }
  119. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/webInfo/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1727475477 28/09/2024 00:17:57
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/webInfo/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csWebInfoBDControl.cs1.22 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csIWebInfo.cs493 octets31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csWebInfoBDControl.Designer.cs9.51 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .resx|.resxWebInfoBDControl.resx5.68 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csWebInfoFilmsControl.cs1.28 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .resx|.resxWebInfoControl.resx5.68 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .cs|.csWebInfoFilmsControl.Designer.cs9.72 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .cs|.csWebInfoDefaultControl.Designer.cs5.45 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .cs|.csWebInfoControl.cs2.29 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .cs|.csWebInfoDefaultControl.cs1.21 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .resx|.resxWebInfoDefaultControl.resx6.04 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .resx|.resxWebInfoFilmsControl.resx5.68 Ko31/10/2018 18:33:21-refusé-
Afficher le fichier .cs|.csWebInfoControl.Designer.cs7.72 Ko31/10/2018 18:33:21-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-bibliobrol-source-rf-view/controls/webInfo/WebInfoDefaultControl.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.