WebInfoControl.Designer.cs

Description du code

WebInfoControl.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 WebInfoControl
  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.webInfoTLP = new System.Windows.Forms.TableLayoutPanel();
  32. this.queryPanel = new System.Windows.Forms.Panel();
  33. this.goBtn = new System.Windows.Forms.Button();
  34. this.queryTB = new be.gaudry.view.controls.TextBoxDragDrop();
  35. this.bottomPanel = new System.Windows.Forms.Panel();
  36. this.infoLbl = new System.Windows.Forms.Label();
  37. this.webPanel = new System.Windows.Forms.Panel();
  38. this.webBrowser = new System.Windows.Forms.WebBrowser();
  39. this.webInfoTLP.SuspendLayout();
  40. this.queryPanel.SuspendLayout();
  41. this.bottomPanel.SuspendLayout();
  42. this.webPanel.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // webInfoTLP
  46. //
  47. this.webInfoTLP.ColumnCount = 1;
  48. this.webInfoTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  49. this.webInfoTLP.Controls.Add(this.queryPanel, 0, 0);
  50. this.webInfoTLP.Controls.Add(this.bottomPanel, 0, 1);
  51. this.webInfoTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.webInfoTLP.Location = new System.Drawing.Point(0, 0);
  53. this.webInfoTLP.Name = "webInfoTLP";
  54. this.webInfoTLP.RowCount = 2;
  55. this.webInfoTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
  56. this.webInfoTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  57. this.webInfoTLP.Size = new System.Drawing.Size(350, 350);
  58. this.webInfoTLP.TabIndex = 0;
  59. //
  60. // queryPanel
  61. //
  62. this.queryPanel.Controls.Add(this.goBtn);
  63. this.queryPanel.Controls.Add(this.queryTB);
  64. this.queryPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.queryPanel.Location = new System.Drawing.Point(3, 3);
  66. this.queryPanel.Name = "queryPanel";
  67. this.queryPanel.Size = new System.Drawing.Size(344, 38);
  68. this.queryPanel.TabIndex = 1;
  69. //
  70. // goBtn
  71. //
  72. this.goBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  73. this.goBtn.Location = new System.Drawing.Point(263, 8);
  74. this.goBtn.Name = "goBtn";
  75. this.goBtn.Size = new System.Drawing.Size(75, 23);
  76. this.goBtn.TabIndex = 1;
  77. this.goBtn.Text = "Afficher";
  78. this.goBtn.UseVisualStyleBackColor = true;
  79. this.goBtn.Click += new System.EventHandler(this.goBtn_Click);
  80. //
  81. // queryTB
  82. //
  83. this.queryTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.queryTB.Location = new System.Drawing.Point(6, 11);
  86. this.queryTB.Name = "queryTB";
  87. this.queryTB.Size = new System.Drawing.Size(251, 20);
  88. this.queryTB.TabIndex = 0;
  89. this.queryTB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.queryTB_KeyPress);
  90. //
  91. // bottomPanel
  92. //
  93. this.bottomPanel.Controls.Add(this.infoLbl);
  94. this.bottomPanel.Controls.Add(this.webPanel);
  95. this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.bottomPanel.Location = new System.Drawing.Point(10, 54);
  97. this.bottomPanel.Margin = new System.Windows.Forms.Padding(10);
  98. this.bottomPanel.Name = "bottomPanel";
  99. this.bottomPanel.Size = new System.Drawing.Size(330, 286);
  100. this.bottomPanel.TabIndex = 2;
  101. //
  102. // infoLbl
  103. //
  104. this.infoLbl.AutoSize = true;
  105. this.infoLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.infoLbl.Location = new System.Drawing.Point(0, 0);
  107. this.infoLbl.Name = "infoLbl";
  108. this.infoLbl.Size = new System.Drawing.Size(0, 13);
  109. this.infoLbl.TabIndex = 1;
  110. this.infoLbl.Visible = false;
  111. //
  112. // webPanel
  113. //
  114. this.webPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  115. this.webPanel.Controls.Add(this.webBrowser);
  116. this.webPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.webPanel.Location = new System.Drawing.Point(0, 0);
  118. this.webPanel.Margin = new System.Windows.Forms.Padding(10);
  119. this.webPanel.Name = "webPanel";
  120. this.webPanel.Size = new System.Drawing.Size(330, 286);
  121. this.webPanel.TabIndex = 0;
  122. this.webPanel.Visible = false;
  123. //
  124. // webBrowser
  125. //
  126. this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.webBrowser.Location = new System.Drawing.Point(0, 0);
  128. this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
  129. this.webBrowser.Name = "webBrowser";
  130. this.webBrowser.ScriptErrorsSuppressed = true;
  131. this.webBrowser.Size = new System.Drawing.Size(326, 282);
  132. this.webBrowser.TabIndex = 0;
  133. //
  134. // WebInfoControl
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.Controls.Add(this.webInfoTLP);
  139. this.Name = "WebInfoControl";
  140. this.Size = new System.Drawing.Size(350, 350);
  141. this.webInfoTLP.ResumeLayout(false);
  142. this.queryPanel.ResumeLayout(false);
  143. this.queryPanel.PerformLayout();
  144. this.bottomPanel.ResumeLayout(false);
  145. this.bottomPanel.PerformLayout();
  146. this.webPanel.ResumeLayout(false);
  147. this.ResumeLayout(false);
  148.  
  149. }
  150.  
  151. #endregion
  152.  
  153. private System.Windows.Forms.TableLayoutPanel webInfoTLP;
  154. private System.Windows.Forms.Panel webPanel;
  155. private System.Windows.Forms.WebBrowser webBrowser;
  156. private System.Windows.Forms.Panel queryPanel;
  157. private System.Windows.Forms.Button goBtn;
  158. private be.gaudry.view.controls.TextBoxDragDrop queryTB;
  159. private System.Windows.Forms.Label infoLbl;
  160. private System.Windows.Forms.Panel bottomPanel;
  161.  
  162. }
  163. }

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