CompressJpegUserControl. Designer. cs

Description du code

CompressJpegUserControl.Designer.cs est un fichier du projet PhotoBrol.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/photobrol/.

Projet PhotoBrol :

Editeur d'images en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.photobrol.view.controls
  2. {
  3. partial class CompressJpegUserControl
  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.label4 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.inputPB = new System.Windows.Forms.PictureBox();
  36. this.outputImageLbl = new System.Windows.Forms.Label();
  37. this.outputPB = new System.Windows.Forms.PictureBox();
  38. this.inputImageWeightLbl = new System.Windows.Forms.Label();
  39. this.compressionTrkB = new System.Windows.Forms.TrackBar();
  40. this.compressionLbl = new System.Windows.Forms.Label();
  41. this.previewTLP = new System.Windows.Forms.TableLayoutPanel();
  42. this.compressTrackTLP = new System.Windows.Forms.TableLayoutPanel();
  43. this.compressSC = new System.Windows.Forms.SplitContainer();
  44. ((System.ComponentModel.ISupportInitialize)(this.inputPB)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.outputPB)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.compressionTrkB)).BeginInit();
  47. this.previewTLP.SuspendLayout();
  48. this.compressTrackTLP.SuspendLayout();
  49. this.compressSC.Panel1.SuspendLayout();
  50. this.compressSC.Panel2.SuspendLayout();
  51. this.compressSC.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // label4
  55. //
  56. this.compressTrackTLP.SetColumnSpan(this.label4, 3);
  57. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.label4.Location = new System.Drawing.Point(3, 0);
  59. this.label4.Name = "label4";
  60. this.label4.Size = new System.Drawing.Size(346, 16);
  61. this.label4.TabIndex = 23;
  62. this.label4.Text = "Valeur de la compression";
  63. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  64. //
  65. // label3
  66. //
  67. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.label3.Location = new System.Drawing.Point(164, 66);
  69. this.label3.Name = "label3";
  70. this.label3.Size = new System.Drawing.Size(24, 17);
  71. this.label3.TabIndex = 22;
  72. this.label3.Text = "50";
  73. this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  74. //
  75. // label2
  76. //
  77. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.label2.Location = new System.Drawing.Point(194, 66);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(155, 17);
  81. this.label2.TabIndex = 21;
  82. this.label2.Text = "100";
  83. this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.label1.Location = new System.Drawing.Point(3, 66);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(155, 17);
  92. this.label1.TabIndex = 20;
  93. this.label1.Text = "0";
  94. //
  95. // inputPB
  96. //
  97. this.inputPB.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.inputPB.Location = new System.Drawing.Point(8, 8);
  99. this.inputPB.Name = "inputPB";
  100. this.inputPB.Size = new System.Drawing.Size(205, 178);
  101. this.inputPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  102. this.inputPB.TabIndex = 14;
  103. this.inputPB.TabStop = false;
  104. //
  105. // outputImageLbl
  106. //
  107. this.outputImageLbl.AutoEllipsis = true;
  108. this.outputImageLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.outputImageLbl.Location = new System.Drawing.Point(219, 189);
  110. this.outputImageLbl.Name = "outputImageLbl";
  111. this.outputImageLbl.Size = new System.Drawing.Size(206, 25);
  112. this.outputImageLbl.TabIndex = 19;
  113. this.outputImageLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  114. //
  115. // outputPB
  116. //
  117. this.outputPB.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.outputPB.Location = new System.Drawing.Point(219, 8);
  119. this.outputPB.Name = "outputPB";
  120. this.outputPB.Size = new System.Drawing.Size(206, 178);
  121. this.outputPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  122. this.outputPB.TabIndex = 15;
  123. this.outputPB.TabStop = false;
  124. //
  125. // inputImageWeightLbl
  126. //
  127. this.inputImageWeightLbl.AutoEllipsis = true;
  128. this.inputImageWeightLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.inputImageWeightLbl.Location = new System.Drawing.Point(8, 189);
  130. this.inputImageWeightLbl.Name = "inputImageWeightLbl";
  131. this.inputImageWeightLbl.Size = new System.Drawing.Size(205, 25);
  132. this.inputImageWeightLbl.TabIndex = 18;
  133. this.inputImageWeightLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  134. //
  135. // compressionTrkB
  136. //
  137. this.compressionTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  138. | System.Windows.Forms.AnchorStyles.Right)));
  139. this.compressTrackTLP.SetColumnSpan(this.compressionTrkB, 3);
  140. this.compressionTrkB.LargeChange = 10;
  141. this.compressionTrkB.Location = new System.Drawing.Point(3, 19);
  142. this.compressionTrkB.Maximum = 100;
  143. this.compressionTrkB.Name = "compressionTrkB";
  144. this.compressionTrkB.Size = new System.Drawing.Size(346, 44);
  145. this.compressionTrkB.TabIndex = 16;
  146. this.compressionTrkB.TickFrequency = 5;
  147. this.compressionTrkB.TickStyle = System.Windows.Forms.TickStyle.Both;
  148. this.compressionTrkB.Value = 50;
  149. this.compressionTrkB.Scroll += new System.EventHandler(this.compress_Scroll);
  150. //
  151. // compressionLbl
  152. //
  153. this.compressionLbl.BackColor = System.Drawing.SystemColors.Control;
  154. this.compressionLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.compressionLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  156. this.compressionLbl.Location = new System.Drawing.Point(355, 16);
  157. this.compressionLbl.Name = "compressionLbl";
  158. this.compressionLbl.Size = new System.Drawing.Size(75, 50);
  159. this.compressionLbl.TabIndex = 17;
  160. this.compressionLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  161. //
  162. // previewTLP
  163. //
  164. this.previewTLP.ColumnCount = 2;
  165. this.previewTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  166. this.previewTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  167. this.previewTLP.Controls.Add(this.outputPB, 1, 0);
  168. this.previewTLP.Controls.Add(this.inputPB, 0, 0);
  169. this.previewTLP.Controls.Add(this.inputImageWeightLbl, 0, 1);
  170. this.previewTLP.Controls.Add(this.outputImageLbl, 1, 1);
  171. this.previewTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.previewTLP.Location = new System.Drawing.Point(0, 0);
  173. this.previewTLP.Name = "previewTLP";
  174. this.previewTLP.Padding = new System.Windows.Forms.Padding(5);
  175. this.previewTLP.RowCount = 2;
  176. this.previewTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  177. this.previewTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  178. this.previewTLP.Size = new System.Drawing.Size(433, 219);
  179. this.previewTLP.TabIndex = 24;
  180. //
  181. // compressTrackTLP
  182. //
  183. this.compressTrackTLP.ColumnCount = 4;
  184. this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  185. this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  186. this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  187. this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  188. this.compressTrackTLP.Controls.Add(this.compressionTrkB, 0, 1);
  189. this.compressTrackTLP.Controls.Add(this.label3, 1, 2);
  190. this.compressTrackTLP.Controls.Add(this.label2, 2, 2);
  191. this.compressTrackTLP.Controls.Add(this.label1, 0, 2);
  192. this.compressTrackTLP.Controls.Add(this.compressionLbl, 3, 1);
  193. this.compressTrackTLP.Controls.Add(this.label4, 0, 0);
  194. this.compressTrackTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.compressTrackTLP.Location = new System.Drawing.Point(0, 0);
  196. this.compressTrackTLP.Name = "compressTrackTLP";
  197. this.compressTrackTLP.RowCount = 3;
  198. this.compressTrackTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  199. this.compressTrackTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  200. this.compressTrackTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  201. this.compressTrackTLP.Size = new System.Drawing.Size(433, 83);
  202. this.compressTrackTLP.TabIndex = 25;
  203. //
  204. // compressSC
  205. //
  206. this.compressSC.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.compressSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  208. this.compressSC.Location = new System.Drawing.Point(0, 0);
  209. this.compressSC.Name = "compressSC";
  210. this.compressSC.Orientation = System.Windows.Forms.Orientation.Horizontal;
  211. //
  212. // compressSC.Panel1
  213. //
  214. this.compressSC.Panel1.Controls.Add(this.previewTLP);
  215. //
  216. // compressSC.Panel2
  217. //
  218. this.compressSC.Panel2.Controls.Add(this.compressTrackTLP);
  219. this.compressSC.Size = new System.Drawing.Size(433, 306);
  220. this.compressSC.SplitterDistance = 219;
  221. this.compressSC.TabIndex = 26;
  222. //
  223. // CompressJpegUserControl
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.Controls.Add(this.compressSC);
  228. this.Name = "CompressJpegUserControl";
  229. this.Size = new System.Drawing.Size(433, 306);
  230. ((System.ComponentModel.ISupportInitialize)(this.inputPB)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.outputPB)).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.compressionTrkB)).EndInit();
  233. this.previewTLP.ResumeLayout(false);
  234. this.compressTrackTLP.ResumeLayout(false);
  235. this.compressTrackTLP.PerformLayout();
  236. this.compressSC.Panel1.ResumeLayout(false);
  237. this.compressSC.Panel2.ResumeLayout(false);
  238. this.compressSC.ResumeLayout(false);
  239. this.ResumeLayout(false);
  240.  
  241. }
  242.  
  243. #endregion
  244.  
  245. private System.Windows.Forms.Label label4;
  246. private System.Windows.Forms.Label label3;
  247. private System.Windows.Forms.Label label2;
  248. private System.Windows.Forms.Label label1;
  249. private System.Windows.Forms.PictureBox inputPB;
  250. private System.Windows.Forms.Label outputImageLbl;
  251. private System.Windows.Forms.PictureBox outputPB;
  252. private System.Windows.Forms.Label inputImageWeightLbl;
  253. private System.Windows.Forms.TrackBar compressionTrkB;
  254. private System.Windows.Forms.Label compressionLbl;
  255. private System.Windows.Forms.TableLayoutPanel previewTLP;
  256. private System.Windows.Forms.TableLayoutPanel compressTrackTLP;
  257. private System.Windows.Forms.SplitContainer compressSC;
  258. }
  259. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/photobrol/view/controls/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1734926281 23/12/2024 04:58:01
| _histogram0 octets1541007196 31/10/2018 18:33:16
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/photobrol/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csRGBLHistogramUserControl.cs7.13 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csHistogramUserControl.Designer.cs15.78 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csCompressJpegUserControl.Designer.cs13.8 Ko31/10/2018 18:32:51-refusé-
Afficher le fichier .resx|.resxCompressJpegUserControl.resx5.68 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxRGBLHistogramUserControl.resx5.68 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csHistogramUserControl.cs6.31 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxHistogramUserControl.resx5.68 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csCompressJpegUserControl.cs3.77 Ko31/10/2018 18:32:51-refusé-
Afficher le fichier .cs|.csRGBLHistogramUserControl.Designer.cs29.94 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csImageEditorUserControl.cs41.8 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxImageEditorUserControl.resx17.34 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csImageEditorUserControl.Designer.cs126.15 Ko31/10/2018 18:32:52-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-photobrol-source-rf-view/controls//CompressJpegUserControl.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.