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 | 1730780730 05/11/2024 05:25:30 |
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.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-broldev-source-rf-view/dialogs//CustomOpenResultFileDialog.Designer.cs.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.