CustomOpenResultFileDialog. Designer. cs
Description du code
CustomOpenResultFileDialog.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# (CustomOpenResultFileDialog.Designer.cs) (159 lignes)
namespace be.gaudry.view.dialogs { partial class CustomOpenResultFileDialog { /// <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 Windows Form /// <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.actionGB.SuspendLayout(); this.SuspendLayout(); // // okBtn // this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okBtn.Name = "okBtn"; this.okBtn.TabIndex = 0; this.okBtn.Text = "OK"; this.toolTip1.SetToolTip(this.okBtn, "Effectuer l\'action sélectionnée"); this.okBtn.UseVisualStyleBackColor = true; // // openRB // this.openRB.AutoSize = true; this.openRB.Name = "openRB"; this.openRB.TabIndex = 2; this.openRB.Text = "Ouvrir"; this.toolTip1.SetToolTip(this.openRB, "Ouvrir avec l\'éditeur par défaut..."); this.openRB.UseVisualStyleBackColor = true; // // openWithRB // this.openWithRB.AutoSize = true; this.openWithRB.Name = "openWithRB"; this.openWithRB.TabIndex = 4; this.openWithRB.Text = "Ouvrir avec..."; this.toolTip1.SetToolTip(this.openWithRB, "Sélectionner l\'application pour ouvrir le fichier..."); this.openWithRB.UseVisualStyleBackColor = true; // // openFolderRB // this.openFolderRB.AutoSize = true; this.openFolderRB.Name = "openFolderRB"; this.openFolderRB.TabIndex = 5; this.openFolderRB.Text = "Ouvrir le répertoire"; this.toolTip1.SetToolTip(this.openFolderRB, "Ouvrir le répertoire qui contient le fichier..."); this.openFolderRB.UseVisualStyleBackColor = true; this.openFolderRB.Visible = false; // // closeRB // this.closeRB.AutoSize = true; this.closeRB.Name = "closeRB"; this.closeRB.TabIndex = 6; this.closeRB.TabStop = true; this.closeRB.Text = "Fermer cette fenêtre"; this.toolTip1.SetToolTip(this.closeRB, "Ouvrir le répertoire qui contient le fichier..."); this.closeRB.UseVisualStyleBackColor = true; // // infosLbl // this.infosLbl.AutoSize = true; this.infosLbl.Name = "infosLbl"; this.infosLbl.TabIndex = 3; this.infosLbl.Text = "Désirez-vous effectuer une action avec le fichier ?"; this.infosLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // actionGB // this.actionGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.actionGB.Controls.Add(this.openFolderRB); this.actionGB.Controls.Add(this.closeRB); this.actionGB.Controls.Add(this.openRB); this.actionGB.Controls.Add(this.openWithRB); this.actionGB.Name = "actionGB"; this.actionGB.TabIndex = 7; this.actionGB.TabStop = false; this.actionGB.Text = "Action"; // // CustomOpenResultFileDialog // this.AcceptButton = this.okBtn; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.actionGB); this.Controls.Add(this.infosLbl); this.Controls.Add(this.okBtn); this.Name = "CustomOpenResultFileDialog"; this.Text = "Fichier"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomOpenResultFileDialog_FormClosing); this.actionGB.ResumeLayout(false); this.actionGB.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okBtn; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.RadioButton openRB; private System.Windows.Forms.Label infosLbl; private System.Windows.Forms.RadioButton openWithRB; private System.Windows.Forms.RadioButton openFolderRB; private System.Windows.Forms.RadioButton closeRB; private System.Windows.Forms.GroupBox actionGB; } }
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 | 1732247478 22/11/2024 04:51:18 |
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
22/11/2024 04:51:18 Cette version de la page est en cache (à la date du 22/11/2024 04:51:18) 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/dialogs/CustomOpenResultFileDialog.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.