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
Code c# (CompressJpegUserControl.Designer.cs) (259 lignes)
namespace be.gaudry.photobrol.view.controls { partial class CompressJpegUserControl { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur de composants /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { ((System.ComponentModel.ISupportInitialize)(this.inputPB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.outputPB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.compressionTrkB)).BeginInit(); this.previewTLP.SuspendLayout(); this.compressTrackTLP.SuspendLayout(); this.compressSC.Panel1.SuspendLayout(); this.compressSC.Panel2.SuspendLayout(); this.compressSC.SuspendLayout(); this.SuspendLayout(); // // label4 // this.compressTrackTLP.SetColumnSpan(this.label4, 3); this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Name = "label4"; this.label4.TabIndex = 23; this.label4.Text = "Valeur de la compression"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Name = "label3"; this.label3.TabIndex = 22; this.label3.Text = "50"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Name = "label2"; this.label2.TabIndex = 21; this.label2.Text = "100"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Name = "label1"; this.label1.TabIndex = 20; this.label1.Text = "0"; // // inputPB // this.inputPB.Dock = System.Windows.Forms.DockStyle.Fill; this.inputPB.Name = "inputPB"; this.inputPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.inputPB.TabIndex = 14; this.inputPB.TabStop = false; // // outputImageLbl // this.outputImageLbl.AutoEllipsis = true; this.outputImageLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.outputImageLbl.Name = "outputImageLbl"; this.outputImageLbl.TabIndex = 19; this.outputImageLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // outputPB // this.outputPB.Dock = System.Windows.Forms.DockStyle.Fill; this.outputPB.Name = "outputPB"; this.outputPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.outputPB.TabIndex = 15; this.outputPB.TabStop = false; // // inputImageWeightLbl // this.inputImageWeightLbl.AutoEllipsis = true; this.inputImageWeightLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.inputImageWeightLbl.Name = "inputImageWeightLbl"; this.inputImageWeightLbl.TabIndex = 18; this.inputImageWeightLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // compressionTrkB // this.compressionTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.compressTrackTLP.SetColumnSpan(this.compressionTrkB, 3); this.compressionTrkB.LargeChange = 10; this.compressionTrkB.Maximum = 100; this.compressionTrkB.Name = "compressionTrkB"; this.compressionTrkB.TabIndex = 16; this.compressionTrkB.TickFrequency = 5; this.compressionTrkB.TickStyle = System.Windows.Forms.TickStyle.Both; this.compressionTrkB.Value = 50; // // compressionLbl // this.compressionLbl.BackColor = System.Drawing.SystemColors.Control; this.compressionLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.compressionLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.compressionLbl.Name = "compressionLbl"; this.compressionLbl.TabIndex = 17; this.compressionLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // previewTLP // this.previewTLP.ColumnCount = 2; this.previewTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.previewTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.previewTLP.Controls.Add(this.outputPB, 1, 0); this.previewTLP.Controls.Add(this.inputPB, 0, 0); this.previewTLP.Controls.Add(this.inputImageWeightLbl, 0, 1); this.previewTLP.Controls.Add(this.outputImageLbl, 1, 1); this.previewTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.previewTLP.Name = "previewTLP"; this.previewTLP.RowCount = 2; this.previewTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.previewTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.previewTLP.TabIndex = 24; // // compressTrackTLP // this.compressTrackTLP.ColumnCount = 4; this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.compressTrackTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.compressTrackTLP.Controls.Add(this.compressionTrkB, 0, 1); this.compressTrackTLP.Controls.Add(this.label3, 1, 2); this.compressTrackTLP.Controls.Add(this.label2, 2, 2); this.compressTrackTLP.Controls.Add(this.label1, 0, 2); this.compressTrackTLP.Controls.Add(this.compressionLbl, 3, 1); this.compressTrackTLP.Controls.Add(this.label4, 0, 0); this.compressTrackTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.compressTrackTLP.Name = "compressTrackTLP"; this.compressTrackTLP.RowCount = 3; this.compressTrackTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.compressTrackTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.compressTrackTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.compressTrackTLP.TabIndex = 25; // // compressSC // this.compressSC.Dock = System.Windows.Forms.DockStyle.Fill; this.compressSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.compressSC.Name = "compressSC"; this.compressSC.Orientation = System.Windows.Forms.Orientation.Horizontal; // // compressSC.Panel1 // this.compressSC.Panel1.Controls.Add(this.previewTLP); // // compressSC.Panel2 // this.compressSC.Panel2.Controls.Add(this.compressTrackTLP); this.compressSC.SplitterDistance = 219; this.compressSC.TabIndex = 26; // // CompressJpegUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.compressSC); this.Name = "CompressJpegUserControl"; ((System.ComponentModel.ISupportInitialize)(this.inputPB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.outputPB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.compressionTrkB)).EndInit(); this.previewTLP.ResumeLayout(false); this.compressTrackTLP.ResumeLayout(false); this.compressTrackTLP.PerformLayout(); this.compressSC.Panel1.ResumeLayout(false); this.compressSC.Panel2.ResumeLayout(false); this.compressSC.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox inputPB; private System.Windows.Forms.Label outputImageLbl; private System.Windows.Forms.PictureBox outputPB; private System.Windows.Forms.Label inputImageWeightLbl; private System.Windows.Forms.TrackBar compressionTrkB; private System.Windows.Forms.Label compressionLbl; private System.Windows.Forms.TableLayoutPanel previewTLP; private System.Windows.Forms.TableLayoutPanel compressTrackTLP; private System.Windows.Forms.SplitContainer compressSC; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1730432122 01/11/2024 04:35:22 |
| _ | histogram | 0 octets | 1541007196 31/10/2018 18:33:16 |
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 30/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-photobrol-source-rf-view/controls//CompressJpegUserControl.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.