MediabrolInfoControl. Designer. cs

Description du code

MediabrolInfoControl.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.utils
  2. {
  3. partial class MediabrolInfoControl
  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.infoTitleValueLbl = new System.Windows.Forms.Label();
  32. this.coverPB = new System.Windows.Forms.PictureBox();
  33. this.mediabrolNameLbl = new System.Windows.Forms.Label();
  34. this.mediabrolCommentLbl = new System.Windows.Forms.Label();
  35. this.mediabrolLocalizationLbl = new System.Windows.Forms.Label();
  36. this.insertionDateLbl = new System.Windows.Forms.Label();
  37. this.qualitiesLbl = new System.Windows.Forms.Label();
  38. this.mediaLbl = new System.Windows.Forms.Label();
  39. this.ownerLbl = new System.Windows.Forms.Label();
  40. this.mediabrolNameValueLbl = new System.Windows.Forms.Label();
  41. this.mediabrolLocalizationValueLbl = new System.Windows.Forms.Label();
  42. this.mediabrolCommentValueLbl = new System.Windows.Forms.Label();
  43. this.insertionDateValueLbl = new System.Windows.Forms.Label();
  44. this.ownerValueLbl = new System.Windows.Forms.Label();
  45. ((System.ComponentModel.ISupportInitialize)(this.coverPB)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // infoTitleValueLbl
  49. //
  50. this.infoTitleValueLbl.Dock = System.Windows.Forms.DockStyle.Top;
  51. this.infoTitleValueLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.infoTitleValueLbl.Location = new System.Drawing.Point(0, 0);
  53. this.infoTitleValueLbl.Name = "infoTitleValueLbl";
  54. this.infoTitleValueLbl.Size = new System.Drawing.Size(450, 20);
  55. this.infoTitleValueLbl.TabIndex = 12;
  56. this.infoTitleValueLbl.Text = "titre de l\'ouvrage";
  57. this.infoTitleValueLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  58. //
  59. // coverPB
  60. //
  61. this.coverPB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Right)));
  63. this.coverPB.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  64. this.coverPB.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg;
  65. this.coverPB.Location = new System.Drawing.Point(284, 23);
  66. this.coverPB.Name = "coverPB";
  67. this.coverPB.Size = new System.Drawing.Size(154, 145);
  68. this.coverPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  69. this.coverPB.TabIndex = 11;
  70. this.coverPB.TabStop = false;
  71. //
  72. // mediabrolNameLbl
  73. //
  74. this.mediabrolNameLbl.AutoSize = true;
  75. this.mediabrolNameLbl.Location = new System.Drawing.Point(3, 33);
  76. this.mediabrolNameLbl.Name = "mediabrolNameLbl";
  77. this.mediabrolNameLbl.Size = new System.Drawing.Size(110, 13);
  78. this.mediabrolNameLbl.TabIndex = 30;
  79. this.mediabrolNameLbl.Text = "Nom de l\'exemplaire : ";
  80. //
  81. // mediabrolCommentLbl
  82. //
  83. this.mediabrolCommentLbl.AutoSize = true;
  84. this.mediabrolCommentLbl.Location = new System.Drawing.Point(3, 200);
  85. this.mediabrolCommentLbl.Name = "mediabrolCommentLbl";
  86. this.mediabrolCommentLbl.Size = new System.Drawing.Size(77, 13);
  87. this.mediabrolCommentLbl.TabIndex = 29;
  88. this.mediabrolCommentLbl.Text = "Commentaire : ";
  89. //
  90. // mediabrolLocalizationLbl
  91. //
  92. this.mediabrolLocalizationLbl.AutoSize = true;
  93. this.mediabrolLocalizationLbl.Location = new System.Drawing.Point(3, 63);
  94. this.mediabrolLocalizationLbl.Name = "mediabrolLocalizationLbl";
  95. this.mediabrolLocalizationLbl.Size = new System.Drawing.Size(72, 13);
  96. this.mediabrolLocalizationLbl.TabIndex = 28;
  97. this.mediabrolLocalizationLbl.Text = "Localisation : ";
  98. //
  99. // insertionDateLbl
  100. //
  101. this.insertionDateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  102. this.insertionDateLbl.AutoSize = true;
  103. this.insertionDateLbl.Location = new System.Drawing.Point(3, 327);
  104. this.insertionDateLbl.Name = "insertionDateLbl";
  105. this.insertionDateLbl.Size = new System.Drawing.Size(89, 13);
  106. this.insertionDateLbl.TabIndex = 32;
  107. this.insertionDateLbl.Text = "Date d\'insertion : ";
  108. //
  109. // qualitiesLbl
  110. //
  111. this.qualitiesLbl.AutoSize = true;
  112. this.qualitiesLbl.Location = new System.Drawing.Point(3, 121);
  113. this.qualitiesLbl.Name = "qualitiesLbl";
  114. this.qualitiesLbl.Size = new System.Drawing.Size(82, 13);
  115. this.qualitiesLbl.TabIndex = 37;
  116. this.qualitiesLbl.Text = "Caractéristiques";
  117. //
  118. // mediaLbl
  119. //
  120. this.mediaLbl.AutoSize = true;
  121. this.mediaLbl.Location = new System.Drawing.Point(3, 92);
  122. this.mediaLbl.Name = "mediaLbl";
  123. this.mediaLbl.Size = new System.Drawing.Size(84, 13);
  124. this.mediaLbl.TabIndex = 36;
  125. this.mediaLbl.Text = "Type de support";
  126. //
  127. // ownerLbl
  128. //
  129. this.ownerLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  130. this.ownerLbl.AutoSize = true;
  131. this.ownerLbl.Location = new System.Drawing.Point(3, 349);
  132. this.ownerLbl.Name = "ownerLbl";
  133. this.ownerLbl.Size = new System.Drawing.Size(69, 13);
  134. this.ownerLbl.TabIndex = 38;
  135. this.ownerLbl.Text = "Propriétaire : ";
  136. //
  137. // mediabrolNameValueLbl
  138. //
  139. this.mediabrolNameValueLbl.AutoSize = true;
  140. this.mediabrolNameValueLbl.Enabled = false;
  141. this.mediabrolNameValueLbl.Location = new System.Drawing.Point(119, 33);
  142. this.mediabrolNameValueLbl.Name = "mediabrolNameValueLbl";
  143. this.mediabrolNameValueLbl.Size = new System.Drawing.Size(27, 13);
  144. this.mediabrolNameValueLbl.TabIndex = 39;
  145. this.mediabrolNameValueLbl.Text = "nom";
  146. //
  147. // mediabrolLocalizationValueLbl
  148. //
  149. this.mediabrolLocalizationValueLbl.AutoSize = true;
  150. this.mediabrolLocalizationValueLbl.Enabled = false;
  151. this.mediabrolLocalizationValueLbl.Location = new System.Drawing.Point(81, 63);
  152. this.mediabrolLocalizationValueLbl.Name = "mediabrolLocalizationValueLbl";
  153. this.mediabrolLocalizationValueLbl.Size = new System.Drawing.Size(149, 13);
  154. this.mediabrolLocalizationValueLbl.TabIndex = 40;
  155. this.mediabrolLocalizationValueLbl.Text = "mediabrolLocalizationValueLbl";
  156. //
  157. // mediabrolCommentValueLbl
  158. //
  159. this.mediabrolCommentValueLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  160. | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.mediabrolCommentValueLbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  163. this.mediabrolCommentValueLbl.Enabled = false;
  164. this.mediabrolCommentValueLbl.Location = new System.Drawing.Point(6, 224);
  165. this.mediabrolCommentValueLbl.Name = "mediabrolCommentValueLbl";
  166. this.mediabrolCommentValueLbl.Size = new System.Drawing.Size(432, 75);
  167. this.mediabrolCommentValueLbl.TabIndex = 41;
  168. this.mediabrolCommentValueLbl.Text = "Commentaire";
  169. //
  170. // insertionDateValueLbl
  171. //
  172. this.insertionDateValueLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  173. this.insertionDateValueLbl.AutoSize = true;
  174. this.insertionDateValueLbl.Enabled = false;
  175. this.insertionDateValueLbl.Location = new System.Drawing.Point(98, 327);
  176. this.insertionDateValueLbl.Name = "insertionDateValueLbl";
  177. this.insertionDateValueLbl.Size = new System.Drawing.Size(80, 13);
  178. this.insertionDateValueLbl.TabIndex = 42;
  179. this.insertionDateValueLbl.Text = "Date d\'insertion";
  180. //
  181. // ownerValueLbl
  182. //
  183. this.ownerValueLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  184. this.ownerValueLbl.AutoSize = true;
  185. this.ownerValueLbl.Enabled = false;
  186. this.ownerValueLbl.Location = new System.Drawing.Point(78, 349);
  187. this.ownerValueLbl.Name = "ownerValueLbl";
  188. this.ownerValueLbl.Size = new System.Drawing.Size(60, 13);
  189. this.ownerValueLbl.TabIndex = 43;
  190. this.ownerValueLbl.Text = "Propriétaire";
  191. //
  192. // MediabrolInfoControl
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.Controls.Add(this.ownerValueLbl);
  197. this.Controls.Add(this.insertionDateValueLbl);
  198. this.Controls.Add(this.mediabrolCommentValueLbl);
  199. this.Controls.Add(this.mediabrolLocalizationValueLbl);
  200. this.Controls.Add(this.mediabrolNameValueLbl);
  201. this.Controls.Add(this.ownerLbl);
  202. this.Controls.Add(this.qualitiesLbl);
  203. this.Controls.Add(this.mediaLbl);
  204. this.Controls.Add(this.insertionDateLbl);
  205. this.Controls.Add(this.mediabrolNameLbl);
  206. this.Controls.Add(this.mediabrolCommentLbl);
  207. this.Controls.Add(this.mediabrolLocalizationLbl);
  208. this.Controls.Add(this.infoTitleValueLbl);
  209. this.Controls.Add(this.coverPB);
  210. this.Name = "MediabrolInfoControl";
  211. this.Size = new System.Drawing.Size(450, 380);
  212. ((System.ComponentModel.ISupportInitialize)(this.coverPB)).EndInit();
  213. this.ResumeLayout(false);
  214. this.PerformLayout();
  215.  
  216. }
  217.  
  218. #endregion
  219.  
  220. private System.Windows.Forms.Label infoTitleValueLbl;
  221. private System.Windows.Forms.PictureBox coverPB;
  222. private System.Windows.Forms.Label mediabrolNameLbl;
  223. private System.Windows.Forms.Label mediabrolCommentLbl;
  224. private System.Windows.Forms.Label mediabrolLocalizationLbl;
  225. private System.Windows.Forms.Label insertionDateLbl;
  226. private System.Windows.Forms.Label qualitiesLbl;
  227. private System.Windows.Forms.Label mediaLbl;
  228. private System.Windows.Forms.Label ownerLbl;
  229. private System.Windows.Forms.Label mediabrolNameValueLbl;
  230. private System.Windows.Forms.Label mediabrolLocalizationValueLbl;
  231. private System.Windows.Forms.Label mediabrolCommentValueLbl;
  232. private System.Windows.Forms.Label insertionDateValueLbl;
  233. private System.Windows.Forms.Label ownerValueLbl;
  234. }
  235. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/utils/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719388613 26/06/2024 09:56:53
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/utils/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csExportControl.cs27.1 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csMultiWebInfoControl.cs2.13 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csImagesImporter.Designer.cs3.64 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csImg.cs3.45 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxMediabrolInfoControl.resx5.68 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxExportControl.resx5.68 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csConsole.Designer.cs4.25 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxConsole.resx6.06 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csMediabrolInfoControl.Designer.cs12.57 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csMultiWebInfoControl.Designer.cs1.46 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csImagesImporter.cs1.89 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csExportControl.Designer.cs42.38 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxMultiWebInfoControl.resx5.68 Ko31/10/2018 18:33:04-refusé-
Afficher le fichier .cs|.csMediabrolInfoControl.cs1.9 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxImagesImporter.resx5.68 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csConsole.cs16.89 Ko31/10/2018 18:33:03-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/utils/MediabrolInfoControl.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.