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.

WebInfoFilmsControl. Designer. cs

Description du code

WebInfoFilmsControl.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 WebInfoFilmsControl
  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.allocineTP = new System.Windows.Forms.TabPage();
  33. this.alloCineWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  34. this.dvdCritTP = new System.Windows.Forms.TabPage();
  35. this.dvdCritWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  36. this.googleImg = new System.Windows.Forms.TabPage();
  37. this.googleImgWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  38. this.movieCoversTP = new System.Windows.Forms.TabPage();
  39. this.movieCoversWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  40. this.imdbTP = new System.Windows.Forms.TabPage();
  41. this.imdbWIC = new be.gaudry.bibliobrol.view.controls.webInfo.WebInfoControl();
  42. this.webInfoTC.SuspendLayout();
  43. this.allocineTP.SuspendLayout();
  44. this.dvdCritTP.SuspendLayout();
  45. this.googleImg.SuspendLayout();
  46. this.movieCoversTP.SuspendLayout();
  47. this.imdbTP.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // webInfoTC
  51. //
  52. this.webInfoTC.Controls.Add(this.allocineTP);
  53. this.webInfoTC.Controls.Add(this.dvdCritTP);
  54. this.webInfoTC.Controls.Add(this.googleImg);
  55. this.webInfoTC.Controls.Add(this.movieCoversTP);
  56. this.webInfoTC.Controls.Add(this.imdbTP);
  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. // allocineTP
  65. //
  66. this.allocineTP.Controls.Add(this.alloCineWIC);
  67. this.allocineTP.Location = new System.Drawing.Point(4, 22);
  68. this.allocineTP.Name = "allocineTP";
  69. this.allocineTP.Padding = new System.Windows.Forms.Padding(3);
  70. this.allocineTP.Size = new System.Drawing.Size(442, 424);
  71. this.allocineTP.TabIndex = 0;
  72. this.allocineTP.Text = "Allo Cine";
  73. this.allocineTP.UseVisualStyleBackColor = true;
  74. //
  75. // alloCineWIC
  76. //
  77. this.alloCineWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.alloCineWIC.Location = new System.Drawing.Point(3, 3);
  79. this.alloCineWIC.Name = "alloCineWIC";
  80. this.alloCineWIC.Size = new System.Drawing.Size(436, 418);
  81. this.alloCineWIC.TabIndex = 0;
  82. this.alloCineWIC.UriEncodeParam = false;
  83. this.alloCineWIC.UriFormat = "http://www.allocine.fr/recherche/?motcle={0}&f=4&rub=0";
  84. //
  85. // dvdCritTP
  86. //
  87. this.dvdCritTP.Controls.Add(this.dvdCritWIC);
  88. this.dvdCritTP.Location = new System.Drawing.Point(4, 22);
  89. this.dvdCritTP.Name = "dvdCritTP";
  90. this.dvdCritTP.Padding = new System.Windows.Forms.Padding(3);
  91. this.dvdCritTP.Size = new System.Drawing.Size(442, 424);
  92. this.dvdCritTP.TabIndex = 1;
  93. this.dvdCritTP.Text = "DVD Critiques";
  94. this.dvdCritTP.UseVisualStyleBackColor = true;
  95. //
  96. // dvdCritWIC
  97. //
  98. this.dvdCritWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.dvdCritWIC.Location = new System.Drawing.Point(3, 3);
  100. this.dvdCritWIC.Name = "dvdCritWIC";
  101. this.dvdCritWIC.Size = new System.Drawing.Size(436, 418);
  102. this.dvdCritWIC.TabIndex = 1;
  103. this.dvdCritWIC.UriEncodeParam = false;
  104. this.dvdCritWIC.UriFormat = "http://www.dvdcritiques.com/recherche/paging.aspx?ru=1&ti={0}";
  105. //
  106. // googleImg
  107. //
  108. this.googleImg.Controls.Add(this.googleImgWIC);
  109. this.googleImg.Location = new System.Drawing.Point(4, 22);
  110. this.googleImg.Name = "googleImg";
  111. this.googleImg.Padding = new System.Windows.Forms.Padding(3);
  112. this.googleImg.Size = new System.Drawing.Size(442, 424);
  113. this.googleImg.TabIndex = 2;
  114. this.googleImg.Text = "Images (google)";
  115. this.googleImg.UseVisualStyleBackColor = true;
  116. //
  117. // googleImgWIC
  118. //
  119. this.googleImgWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.googleImgWIC.Location = new System.Drawing.Point(3, 3);
  121. this.googleImgWIC.Name = "googleImgWIC";
  122. this.googleImgWIC.Size = new System.Drawing.Size(436, 418);
  123. this.googleImgWIC.TabIndex = 0;
  124. this.googleImgWIC.UriEncodeParam = true;
  125. this.googleImgWIC.UriFormat = "http://images.google.fr/images?as_q=cover+{0}&hl=fr&output=images&svnum=10&btnG=R" +
  126. "echerche+Google&as_epq=&as_oq=&as_eq=&imgsz=&as_filetype=jpg&imgc=&as_sitesearch" +
  127. "=&safe=off";
  128. //
  129. // movieCoversTP
  130. //
  131. this.movieCoversTP.Controls.Add(this.movieCoversWIC);
  132. this.movieCoversTP.Location = new System.Drawing.Point(4, 22);
  133. this.movieCoversTP.Name = "movieCoversTP";
  134. this.movieCoversTP.Padding = new System.Windows.Forms.Padding(3);
  135. this.movieCoversTP.Size = new System.Drawing.Size(442, 424);
  136. this.movieCoversTP.TabIndex = 3;
  137. this.movieCoversTP.Text = "Movie covers";
  138. this.movieCoversTP.UseVisualStyleBackColor = true;
  139. //
  140. // movieCoversWIC
  141. //
  142. this.movieCoversWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.movieCoversWIC.Location = new System.Drawing.Point(3, 3);
  144. this.movieCoversWIC.Name = "movieCoversWIC";
  145. this.movieCoversWIC.Size = new System.Drawing.Size(436, 418);
  146. this.movieCoversWIC.TabIndex = 1;
  147. this.movieCoversWIC.UriEncodeParam = false;
  148. this.movieCoversWIC.UriFormat = "http://www.moviecovers.com/multicrit.html?titre={0}&real=&selanneemin=&anneemin=&" +
  149. "selanneemax=&anneemax=&selnation=&nation=&selgenre=&genre=&acteur=&distri=&slow=" +
  150. "1&tri=Titre&listes=1";
  151. //
  152. // imdbTP
  153. //
  154. this.imdbTP.Controls.Add(this.imdbWIC);
  155. this.imdbTP.Location = new System.Drawing.Point(4, 22);
  156. this.imdbTP.Name = "imdbTP";
  157. this.imdbTP.Padding = new System.Windows.Forms.Padding(3);
  158. this.imdbTP.Size = new System.Drawing.Size(442, 424);
  159. this.imdbTP.TabIndex = 4;
  160. this.imdbTP.Text = "IMDB";
  161. this.imdbTP.UseVisualStyleBackColor = true;
  162. //
  163. // imdbWIC
  164. //
  165. this.imdbWIC.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.imdbWIC.Location = new System.Drawing.Point(3, 3);
  167. this.imdbWIC.Name = "imdbWIC";
  168. this.imdbWIC.Size = new System.Drawing.Size(436, 418);
  169. this.imdbWIC.TabIndex = 2;
  170. this.imdbWIC.UriEncodeParam = false;
  171. this.imdbWIC.UriFormat = "http://french.imdb.com/find?s=all&q={0}";
  172. //
  173. // WebInfoFilmsControl
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.Controls.Add(this.webInfoTC);
  178. this.Name = "WebInfoFilmsControl";
  179. this.Size = new System.Drawing.Size(450, 450);
  180. this.webInfoTC.ResumeLayout(false);
  181. this.allocineTP.ResumeLayout(false);
  182. this.dvdCritTP.ResumeLayout(false);
  183. this.googleImg.ResumeLayout(false);
  184. this.movieCoversTP.ResumeLayout(false);
  185. this.imdbTP.ResumeLayout(false);
  186. this.ResumeLayout(false);
  187.  
  188. }
  189.  
  190. #endregion
  191.  
  192. private System.Windows.Forms.TabControl webInfoTC;
  193. private System.Windows.Forms.TabPage allocineTP;
  194. private System.Windows.Forms.TabPage dvdCritTP;
  195. private WebInfoControl alloCineWIC;
  196. private WebInfoControl dvdCritWIC;
  197. private System.Windows.Forms.TabPage googleImg;
  198. private WebInfoControl googleImgWIC;
  199. private System.Windows.Forms.TabPage movieCoversTP;
  200. private WebInfoControl movieCoversWIC;
  201. private System.Windows.Forms.TabPage imdbTP;
  202. private WebInfoControl imdbWIC;
  203. }
  204. }

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 octets1719659537 29/06/2024 13:12:17
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.

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/controls/webInfo//WebInfoFilmsControl.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.