No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

WebInfoBDControl.Designer.cs

Description du code

WebInfoBDControl.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 WebInfoBDControl
  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. this.webInfoTC = new System.Windows.Forms.TabControl();
  32. this.bdGestTP = new System.Windows.Forms.TabPage();
  33. this.ecycloBdTP = new System.Windows.Forms.TabPage();
  34. this.bdNetTP = new System.Windows.Forms.TabPage();
  35. this.coinBdTP = new System.Windows.Forms.TabPage();
  36. this.googleImg = new System.Windows.Forms.TabPage();
  37. this.bdGestWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  38. this.encycloBdWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  39. this.bdNetWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  40. this.coinBdWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  41. this.googleImgWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  42. this.webInfoTC.SuspendLayout();
  43. this.bdGestTP.SuspendLayout();
  44. this.ecycloBdTP.SuspendLayout();
  45. this.bdNetTP.SuspendLayout();
  46. this.coinBdTP.SuspendLayout();
  47. this.googleImg.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // webInfoTC
  51. //
  52. this.webInfoTC.Controls.Add(this.bdGestTP);
  53. this.webInfoTC.Controls.Add(this.ecycloBdTP);
  54. this.webInfoTC.Controls.Add(this.bdNetTP);
  55. this.webInfoTC.Controls.Add(this.coinBdTP);
  56. this.webInfoTC.Controls.Add(this.googleImg);
  57. this.webInfoTC.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.webInfoTC.Location = new System.Drawing.Point(0, 0);
  59. this.webInfoTC.Name = "webInfoTC";
  60. this.webInfoTC.SelectedIndex = 0;
  61. this.webInfoTC.Size = new System.Drawing.Size(450, 450);
  62. this.webInfoTC.TabIndex = 0;
  63. //
  64. // bdGestTP
  65. //
  66. this.bdGestTP.Controls.Add(this.bdGestWIC);
  67. this.bdGestTP.Location = new System.Drawing.Point(4, 22);
  68. this.bdGestTP.Name = "bdGestTP";
  69. this.bdGestTP.Padding = new System.Windows.Forms.Padding(3);
  70. this.bdGestTP.Size = new System.Drawing.Size(442, 424);
  71. this.bdGestTP.TabIndex = 1;
  72. this.bdGestTP.Text = "BD GEST";
  73. this.bdGestTP.UseVisualStyleBackColor = true;
  74. //
  75. // ecycloBdTP
  76. //
  77. this.ecycloBdTP.Controls.Add(this.encycloBdWIC);
  78. this.ecycloBdTP.Location = new System.Drawing.Point(4, 22);
  79. this.ecycloBdTP.Name = "ecycloBdTP";
  80. this.ecycloBdTP.Padding = new System.Windows.Forms.Padding(3);
  81. this.ecycloBdTP.Size = new System.Drawing.Size(442, 424);
  82. this.ecycloBdTP.TabIndex = 3;
  83. this.ecycloBdTP.Text = "EncycloBD";
  84. this.ecycloBdTP.UseVisualStyleBackColor = true;
  85. //
  86. // bdNetTP
  87. //
  88. this.bdNetTP.Controls.Add(this.bdNetWIC);
  89. this.bdNetTP.Location = new System.Drawing.Point(4, 22);
  90. this.bdNetTP.Name = "bdNetTP";
  91. this.bdNetTP.Padding = new System.Windows.Forms.Padding(3);
  92. this.bdNetTP.Size = new System.Drawing.Size(442, 424);
  93. this.bdNetTP.TabIndex = 0;
  94. this.bdNetTP.Text = "BD Net";
  95. this.bdNetTP.UseVisualStyleBackColor = true;
  96. //
  97. // coinBdTP
  98. //
  99. this.coinBdTP.Controls.Add(this.coinBdWIC);
  100. this.coinBdTP.Location = new System.Drawing.Point(4, 22);
  101. this.coinBdTP.Name = "coinBdTP";
  102. this.coinBdTP.Padding = new System.Windows.Forms.Padding(3);
  103. this.coinBdTP.Size = new System.Drawing.Size(442, 424);
  104. this.coinBdTP.TabIndex = 4;
  105. this.coinBdTP.Text = "CoinBD";
  106. this.coinBdTP.UseVisualStyleBackColor = true;
  107. //
  108. // googleImg
  109. //
  110. this.googleImg.Controls.Add(this.googleImgWIC);
  111. this.googleImg.Location = new System.Drawing.Point(4, 22);
  112. this.googleImg.Name = "googleImg";
  113. this.googleImg.Padding = new System.Windows.Forms.Padding(3);
  114. this.googleImg.Size = new System.Drawing.Size(442, 424);
  115. this.googleImg.TabIndex = 2;
  116. this.googleImg.Text = "Images (google)";
  117. this.googleImg.UseVisualStyleBackColor = true;
  118. //
  119. // bdGestWIC
  120. //
  121. this.bdGestWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.bdGestWIC.Location = new System.Drawing.Point(3, 3);
  123. this.bdGestWIC.Name = "bdGestWIC";
  124. this.bdGestWIC.Size = new System.Drawing.Size(436, 418);
  125. this.bdGestWIC.TabIndex = 1;
  126. this.bdGestWIC.UriEncodeParam = false;
  127. this.bdGestWIC.UriFormat = "http://www.bedetheque.com/index.php?R=1&RechSerie={0}&RechAuteur=&RechEditeur=&Re" +
  128. "chCollection=&RechStyle=&RechDL=&RechISBN=&btRecherche=Rechercher";
  129. //
  130. // encycloBdWIC
  131. //
  132. this.encycloBdWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.encycloBdWIC.Location = new System.Drawing.Point(3, 3);
  134. this.encycloBdWIC.Name = "encycloBdWIC";
  135. this.encycloBdWIC.Size = new System.Drawing.Size(436, 418);
  136. this.encycloBdWIC.TabIndex = 1;
  137. this.encycloBdWIC.UriEncodeParam = false;
  138. this.encycloBdWIC.UriFormat = "http://www.encyclobd.com/biblio/find.html?query={0}";
  139. //
  140. // bdNetWIC
  141. //
  142. this.bdNetWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.bdNetWIC.Location = new System.Drawing.Point(3, 3);
  144. this.bdNetWIC.Name = "bdNetWIC";
  145. this.bdNetWIC.Size = new System.Drawing.Size(436, 418);
  146. this.bdNetWIC.TabIndex = 0;
  147. this.bdNetWIC.UriEncodeParam = false;
  148. this.bdNetWIC.UriFormat = "http://www.bdnet.com/recherche.htm?type=serie&recherche={0}";
  149. //
  150. // coinBdWIC
  151. //
  152. this.coinBdWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.coinBdWIC.Location = new System.Drawing.Point(3, 3);
  154. this.coinBdWIC.Name = "coinBdWIC";
  155. this.coinBdWIC.Size = new System.Drawing.Size(436, 418);
  156. this.coinBdWIC.TabIndex = 2;
  157. this.coinBdWIC.UriEncodeParam = true;
  158. this.coinBdWIC.UriFormat = "http://www.coinbd.com/recherche.php";
  159. //
  160. // googleImgWIC
  161. //
  162. this.googleImgWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.googleImgWIC.Location = new System.Drawing.Point(3, 3);
  164. this.googleImgWIC.Name = "googleImgWIC";
  165. this.googleImgWIC.Size = new System.Drawing.Size(436, 418);
  166. this.googleImgWIC.TabIndex = 0;
  167. this.googleImgWIC.UriEncodeParam = true;
  168. this.googleImgWIC.UriFormat = "http://images.google.fr/images?as_q=cover+{0}&hl=fr&output=images&svnum=10&btnG=R" +
  169. "echerche+Google&as_epq=&as_oq=&as_eq=&imgsz=&as_filetype=jpg&imgc=&as_sitesearch" +
  170. "=&safe=off";
  171. //
  172. // WebInfoBDControl
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.Controls.Add(this.webInfoTC);
  177. this.Name = "WebInfoBDControl";
  178. this.Size = new System.Drawing.Size(450, 450);
  179. this.webInfoTC.ResumeLayout(false);
  180. this.bdGestTP.ResumeLayout(false);
  181. this.ecycloBdTP.ResumeLayout(false);
  182. this.bdNetTP.ResumeLayout(false);
  183. this.coinBdTP.ResumeLayout(false);
  184. this.googleImg.ResumeLayout(false);
  185. this.ResumeLayout(false);
  186.  
  187. }
  188.  
  189. #endregion
  190.  
  191. private System.Windows.Forms.TabControl webInfoTC;
  192. private System.Windows.Forms.TabPage bdNetTP;
  193. private System.Windows.Forms.TabPage bdGestTP;
  194. private WebInfoControl bdNetWIC;
  195. private WebInfoControl bdGestWIC;
  196. private System.Windows.Forms.TabPage googleImg;
  197. private WebInfoControl googleImgWIC;
  198. private System.Windows.Forms.TabPage ecycloBdTP;
  199. private WebInfoControl encycloBdWIC;
  200. private System.Windows.Forms.TabPage coinBdTP;
  201. private WebInfoControl coinBdWIC;
  202. }
  203. }

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 octets1719842748 01/07/2024 16:05:48
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.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-bibliobrol-source-rf-view/controls/webInfo//WebInfoBDControl.Designer.cs.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.