ScrollablePictureBoxUserControl. Designer. cs
Description du code
ScrollablePictureBoxUserControl.Designer.cs est un fichier du projet BrolDev.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.
Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.
Code source ou contenu du fichier
Code c# (ScrollablePictureBoxUserControl.Designer.cs) (118 lignes)
namespace be.gaudry.view.controls { partial class ScrollablePictureBoxUserControl { /// <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.thumbPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.thumbPB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zoomThumbTrkB)).BeginInit(); this.SuspendLayout(); // // thumbPanel // this.thumbPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.thumbPanel.AutoScroll = true; this.thumbPanel.Controls.Add(this.thumbPB); this.thumbPanel.Name = "thumbPanel"; this.thumbPanel.TabIndex = 99; // // thumbPB // this.thumbPB.Dock = System.Windows.Forms.DockStyle.Fill; this.thumbPB.Name = "thumbPB"; this.thumbPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.thumbPB.TabIndex = 0; this.thumbPB.TabStop = false; // // thumbSizeLbl // this.thumbSizeLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.thumbSizeLbl.AutoSize = true; this.thumbSizeLbl.Name = "thumbSizeLbl"; this.thumbSizeLbl.TabIndex = 101; this.thumbSizeLbl.Text = "label1"; this.thumbSizeLbl.Visible = false; // // zoomThumbTrkB // this.zoomThumbTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.zoomThumbTrkB.LargeChange = 25; this.zoomThumbTrkB.Maximum = 210; this.zoomThumbTrkB.Minimum = 5; this.zoomThumbTrkB.Name = "zoomThumbTrkB"; this.zoomThumbTrkB.SmallChange = 10; this.zoomThumbTrkB.TabIndex = 100; this.zoomThumbTrkB.TickFrequency = 10; this.zoomThumbTrkB.Value = 100; this.zoomThumbTrkB.Visible = false; // // ScrollablePictureBoxUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.thumbSizeLbl); this.Controls.Add(this.zoomThumbTrkB); this.Controls.Add(this.thumbPanel); this.Name = "ScrollablePictureBoxUserControl"; this.thumbPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.thumbPB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zoomThumbTrkB)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel thumbPanel; private System.Windows.Forms.Label thumbSizeLbl; private System.Windows.Forms.TrackBar zoomThumbTrkB; private System.Windows.Forms.PictureBox thumbPB; } }
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 | 1732487223 24/11/2024 23:27:03 |
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
24/11/2024 23:27:03 Cette version de la page est en cache (à la date du 24/11/2024 23:27:03) 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 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-broldev-source-rf-view/controls/ScrollablePictureBoxUserControl.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.