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.

ImagesBrowserUserControl. Designer. cs

Description du code

ImagesBrowserUserControl.Designer.cs est un fichier du projet BrolExplorer.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolexplorer/.

Projet BrolExplorer :

Explorateur de media en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.explorer.view.controls
  2. {
  3. partial class ImagesBrowserUserControl
  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.components = new System.ComponentModel.Container();
  32. be.gaudry.model.drawing.BrolImage brolImage1 = new be.gaudry.model.drawing.BrolImage();
  33. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  34. this.mainPBPanel = new System.Windows.Forms.Panel();
  35. this.mainPB = new System.Windows.Forms.PictureBox();
  36. this.previewFLP = new System.Windows.Forms.FlowLayoutPanel();
  37. this.imageEditorUC = new be.gaudry.photobrol.view.controls.ImageEditorUserControl();
  38. this.thumbGeneratorPB = new System.Windows.Forms.ProgressBar();
  39. this.progressThumbPanel = new System.Windows.Forms.Panel();
  40. this.cancelThumbGeneratorBtn = new System.Windows.Forms.Button();
  41. this.thumbFileNameLbl = new System.Windows.Forms.Label();
  42. this.thumbBGW = new System.ComponentModel.BackgroundWorker();
  43. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  44. this.mainTLP.SuspendLayout();
  45. this.mainPBPanel.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.mainPB)).BeginInit();
  47. this.progressThumbPanel.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // mainTLP
  51. //
  52. this.mainTLP.ColumnCount = 2;
  53. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  54. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0F));
  55. this.mainTLP.Controls.Add(this.mainPBPanel, 0, 0);
  56. this.mainTLP.Controls.Add(this.previewFLP, 0, 3);
  57. this.mainTLP.Controls.Add(this.imageEditorUC, 1, 0);
  58. this.mainTLP.Controls.Add(this.thumbGeneratorPB, 0, 1);
  59. this.mainTLP.Controls.Add(this.progressThumbPanel, 0, 2);
  60. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  62. this.mainTLP.Name = "mainTLP";
  63. this.mainTLP.RowCount = 4;
  64. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  65. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  66. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  67. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F));
  68. this.mainTLP.Size = new System.Drawing.Size(557, 436);
  69. this.mainTLP.TabIndex = 0;
  70. //
  71. // mainPBPanel
  72. //
  73. this.mainPBPanel.Controls.Add(this.mainPB);
  74. this.mainPBPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.mainPBPanel.Location = new System.Drawing.Point(3, 3);
  76. this.mainPBPanel.Name = "mainPBPanel";
  77. this.mainPBPanel.Padding = new System.Windows.Forms.Padding(10);
  78. this.mainPBPanel.Size = new System.Drawing.Size(551, 230);
  79. this.mainPBPanel.TabIndex = 0;
  80. //
  81. // mainPB
  82. //
  83. this.mainPB.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.mainPB.Image = global::be.gaudry.explorer.Properties.Resources.AboutBoxBrolExplorateur;
  85. this.mainPB.Location = new System.Drawing.Point(10, 10);
  86. this.mainPB.Name = "mainPB";
  87. this.mainPB.Size = new System.Drawing.Size(531, 210);
  88. this.mainPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  89. this.mainPB.TabIndex = 0;
  90. this.mainPB.TabStop = false;
  91. //
  92. // previewFLP
  93. //
  94. this.previewFLP.AutoScroll = true;
  95. this.previewFLP.AutoSize = true;
  96. this.previewFLP.BackColor = System.Drawing.SystemColors.Window;
  97. this.mainTLP.SetColumnSpan(this.previewFLP, 2);
  98. this.previewFLP.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.previewFLP.Location = new System.Drawing.Point(3, 299);
  100. this.previewFLP.Name = "previewFLP";
  101. this.previewFLP.Size = new System.Drawing.Size(551, 134);
  102. this.previewFLP.TabIndex = 1;
  103. this.previewFLP.WrapContents = false;
  104. //
  105. // imageEditorUC
  106. //
  107. this.imageEditorUC.AutoScroll = true;
  108. brolImage1.FullPath = "";
  109. brolImage1.Image = null;
  110. this.imageEditorUC.BrolImage = brolImage1;
  111. this.imageEditorUC.Cursor = System.Windows.Forms.Cursors.Default;
  112. this.imageEditorUC.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.imageEditorUC.Image = null;
  114. this.imageEditorUC.ImageLocation = "";
  115. this.imageEditorUC.Location = new System.Drawing.Point(560, 3);
  116. this.imageEditorUC.Name = "imageEditorUC";
  117. this.imageEditorUC.Size = new System.Drawing.Size(1, 230);
  118. this.imageEditorUC.TabIndex = 2;
  119. //
  120. // thumbGeneratorPB
  121. //
  122. this.thumbGeneratorPB.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.thumbGeneratorPB.Location = new System.Drawing.Point(3, 239);
  124. this.thumbGeneratorPB.Name = "thumbGeneratorPB";
  125. this.thumbGeneratorPB.Size = new System.Drawing.Size(551, 24);
  126. this.thumbGeneratorPB.Step = 1;
  127. this.thumbGeneratorPB.TabIndex = 3;
  128. //
  129. // progressThumbPanel
  130. //
  131. this.progressThumbPanel.Controls.Add(this.cancelThumbGeneratorBtn);
  132. this.progressThumbPanel.Controls.Add(this.thumbFileNameLbl);
  133. this.progressThumbPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.progressThumbPanel.Location = new System.Drawing.Point(3, 269);
  135. this.progressThumbPanel.Name = "progressThumbPanel";
  136. this.progressThumbPanel.Size = new System.Drawing.Size(551, 24);
  137. this.progressThumbPanel.TabIndex = 4;
  138. //
  139. // cancelThumbGeneratorBtn
  140. //
  141. this.cancelThumbGeneratorBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  142. this.cancelThumbGeneratorBtn.Location = new System.Drawing.Point(473, 1);
  143. this.cancelThumbGeneratorBtn.Name = "cancelThumbGeneratorBtn";
  144. this.cancelThumbGeneratorBtn.Size = new System.Drawing.Size(75, 23);
  145. this.cancelThumbGeneratorBtn.TabIndex = 2;
  146. this.cancelThumbGeneratorBtn.Text = "Annuler";
  147. this.toolTip1.SetToolTip(this.cancelThumbGeneratorBtn, "Annuler le chargement des miniatures");
  148. this.cancelThumbGeneratorBtn.UseVisualStyleBackColor = true;
  149. this.cancelThumbGeneratorBtn.Click += new System.EventHandler(this.cancelThumbGeneratorBtn_Click);
  150. //
  151. // thumbFileNameLbl
  152. //
  153. this.thumbFileNameLbl.AutoSize = true;
  154. this.thumbFileNameLbl.Location = new System.Drawing.Point(7, 6);
  155. this.thumbFileNameLbl.Name = "thumbFileNameLbl";
  156. this.thumbFileNameLbl.Size = new System.Drawing.Size(73, 13);
  157. this.thumbFileNameLbl.TabIndex = 1;
  158. this.thumbFileNameLbl.Text = "nom du fichier";
  159. //
  160. // thumbBGW
  161. //
  162. this.thumbBGW.WorkerReportsProgress = true;
  163. this.thumbBGW.WorkerSupportsCancellation = true;
  164. this.thumbBGW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.thumbBGW_DoWork);
  165. this.thumbBGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.thumbBGW_RunWorkerCompleted);
  166. this.thumbBGW.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.thumbBGW_ProgressChanged);
  167. //
  168. // ImagesBrowserUserControl
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.Controls.Add(this.mainTLP);
  173. this.Name = "ImagesBrowserUserControl";
  174. this.Size = new System.Drawing.Size(557, 436);
  175. this.mainTLP.ResumeLayout(false);
  176. this.mainTLP.PerformLayout();
  177. this.mainPBPanel.ResumeLayout(false);
  178. ((System.ComponentModel.ISupportInitialize)(this.mainPB)).EndInit();
  179. this.progressThumbPanel.ResumeLayout(false);
  180. this.progressThumbPanel.PerformLayout();
  181. this.ResumeLayout(false);
  182.  
  183. }
  184.  
  185. #endregion
  186.  
  187. private System.Windows.Forms.TableLayoutPanel mainTLP;
  188. private System.Windows.Forms.Panel mainPBPanel;
  189. private System.Windows.Forms.FlowLayoutPanel previewFLP;
  190. private be.gaudry.photobrol.view.controls.ImageEditorUserControl imageEditorUC;
  191. private System.Windows.Forms.PictureBox mainPB;
  192. private System.ComponentModel.BackgroundWorker thumbBGW;
  193. private System.Windows.Forms.ProgressBar thumbGeneratorPB;
  194. private System.Windows.Forms.Panel progressThumbPanel;
  195. private System.Windows.Forms.Label thumbFileNameLbl;
  196. private System.Windows.Forms.Button cancelThumbGeneratorBtn;
  197. private System.Windows.Forms.ToolTip toolTip1;
  198. }
  199. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/controls/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1715867203 16/05/2024 15:46:43
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxThumbUserControl.resx5.68 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csSearchMediaUserControl.Designer.cs52.01 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csImagesBrowserUserControl.cs9.69 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csExplorerUserControl.cs38.67 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csExplorerUserControl.Designer.cs44.73 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxExplorerUserControl.resx15.83 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxImagesBrowserUserControl.resx6.06 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csImagesBrowserUserControl.Designer.cs10.53 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csThumbUserControl.Designer.cs3.29 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxSearchMediaUserControl.resx7.72 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csSearchMediaUserControl.cs25.76 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csThumbUserControl.cs4.7 Ko31/10/2018 18:32:50-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 30/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-brolexplorer-source-rf-view/controls/ImagesBrowserUserControl.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.