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
Code c# (ImagesBrowserUserControl.Designer.cs) (199 lignes)
namespace be.gaudry.explorer.view.controls { partial class ImagesBrowserUserControl { /// <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() { this.mainTLP.SuspendLayout(); this.mainPBPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainPB)).BeginInit(); this.progressThumbPanel.SuspendLayout(); this.SuspendLayout(); // // mainTLP // this.mainTLP.ColumnCount = 2; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0F)); this.mainTLP.Controls.Add(this.mainPBPanel, 0, 0); this.mainTLP.Controls.Add(this.previewFLP, 0, 3); this.mainTLP.Controls.Add(this.imageEditorUC, 1, 0); this.mainTLP.Controls.Add(this.thumbGeneratorPB, 0, 1); this.mainTLP.Controls.Add(this.progressThumbPanel, 0, 2); this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTLP.Name = "mainTLP"; this.mainTLP.RowCount = 4; this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F)); this.mainTLP.TabIndex = 0; // // mainPBPanel // this.mainPBPanel.Controls.Add(this.mainPB); this.mainPBPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPBPanel.Name = "mainPBPanel"; this.mainPBPanel.TabIndex = 0; // // mainPB // this.mainPB.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPB.Image = global::be.gaudry.explorer.Properties.Resources.AboutBoxBrolExplorateur; this.mainPB.Name = "mainPB"; this.mainPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.mainPB.TabIndex = 0; this.mainPB.TabStop = false; // // previewFLP // this.previewFLP.AutoScroll = true; this.previewFLP.AutoSize = true; this.previewFLP.BackColor = System.Drawing.SystemColors.Window; this.mainTLP.SetColumnSpan(this.previewFLP, 2); this.previewFLP.Dock = System.Windows.Forms.DockStyle.Fill; this.previewFLP.Name = "previewFLP"; this.previewFLP.TabIndex = 1; this.previewFLP.WrapContents = false; // // imageEditorUC // this.imageEditorUC.AutoScroll = true; brolImage1.FullPath = ""; brolImage1.Image = null; this.imageEditorUC.BrolImage = brolImage1; this.imageEditorUC.Cursor = System.Windows.Forms.Cursors.Default; this.imageEditorUC.Dock = System.Windows.Forms.DockStyle.Fill; this.imageEditorUC.Image = null; this.imageEditorUC.ImageLocation = ""; this.imageEditorUC.Name = "imageEditorUC"; this.imageEditorUC.TabIndex = 2; // // thumbGeneratorPB // this.thumbGeneratorPB.Dock = System.Windows.Forms.DockStyle.Fill; this.thumbGeneratorPB.Name = "thumbGeneratorPB"; this.thumbGeneratorPB.Step = 1; this.thumbGeneratorPB.TabIndex = 3; // // progressThumbPanel // this.progressThumbPanel.Controls.Add(this.cancelThumbGeneratorBtn); this.progressThumbPanel.Controls.Add(this.thumbFileNameLbl); this.progressThumbPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.progressThumbPanel.Name = "progressThumbPanel"; this.progressThumbPanel.TabIndex = 4; // // cancelThumbGeneratorBtn // this.cancelThumbGeneratorBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cancelThumbGeneratorBtn.Name = "cancelThumbGeneratorBtn"; this.cancelThumbGeneratorBtn.TabIndex = 2; this.cancelThumbGeneratorBtn.Text = "Annuler"; this.toolTip1.SetToolTip(this.cancelThumbGeneratorBtn, "Annuler le chargement des miniatures"); this.cancelThumbGeneratorBtn.UseVisualStyleBackColor = true; // // thumbFileNameLbl // this.thumbFileNameLbl.AutoSize = true; this.thumbFileNameLbl.Name = "thumbFileNameLbl"; this.thumbFileNameLbl.TabIndex = 1; this.thumbFileNameLbl.Text = "nom du fichier"; // // thumbBGW // this.thumbBGW.WorkerReportsProgress = true; this.thumbBGW.WorkerSupportsCancellation = true; this.thumbBGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.thumbBGW_RunWorkerCompleted); this.thumbBGW.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.thumbBGW_ProgressChanged); // // ImagesBrowserUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainTLP); this.Name = "ImagesBrowserUserControl"; this.mainTLP.ResumeLayout(false); this.mainTLP.PerformLayout(); this.mainPBPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainPB)).EndInit(); this.progressThumbPanel.ResumeLayout(false); this.progressThumbPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.Panel mainPBPanel; private System.Windows.Forms.FlowLayoutPanel previewFLP; private be.gaudry.photobrol.view.controls.ImageEditorUserControl imageEditorUC; private System.Windows.Forms.PictureBox mainPB; private System.ComponentModel.BackgroundWorker thumbBGW; private System.Windows.Forms.ProgressBar thumbGeneratorPB; private System.Windows.Forms.Panel progressThumbPanel; private System.Windows.Forms.Label thumbFileNameLbl; private System.Windows.Forms.Button cancelThumbGeneratorBtn; private System.Windows.Forms.ToolTip toolTip1; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732385947 23/11/2024 19:19:07 |
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.
Version en cache
23/11/2024 19:19:07 Cette version de la page est en cache (à la date du 23/11/2024 19:19:07) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-brolexplorer-source-rf-view/controls/ImagesBrowserUserControl.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.