CriticalExceptionDialog. Designer. cs
Description du code
CriticalExceptionDialog.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# (CriticalExceptionDialog.Designer.cs) (174 lignes)
namespace be.gaudry.view.dialogs { partial class CriticalExceptionDialog { /// <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() { ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // stackTraceRTB // this.stackTraceRTB.AcceptsTab = true; this.stackTraceRTB.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.stackTraceRTB.BackColor = System.Drawing.Color.White; this.stackTraceRTB.ForeColor = System.Drawing.Color.Black; this.stackTraceRTB.Name = "stackTraceRTB"; this.stackTraceRTB.TabIndex = 0; this.stackTraceRTB.TabStop = false; this.stackTraceRTB.Text = ""; this.stackTraceRTB.Visible = false; // // infoLbl // this.infoLbl.AutoEllipsis = true; this.infoLbl.Name = "infoLbl"; this.infoLbl.TabIndex = 0; this.infoLbl.Text = "Il est préférable de redémarrer l\'application, mais vous pouvez cliquer sur \"Cont" + "inuer\" si vous désirez tenter de terminer l\'opération en cours."; // // pictureBox1 // this.pictureBox1.Image = global::be.gaudry.Properties.Resources.AboutBoxBrolDev; this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // continueBtn // this.continueBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.continueBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.continueBtn.Name = "continueBtn"; this.continueBtn.TabIndex = 2; this.continueBtn.Text = "Continuer"; this.continueBtn.UseVisualStyleBackColor = true; // // restartBtn // this.restartBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.restartBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.restartBtn.Name = "restartBtn"; this.restartBtn.TabIndex = 1; this.restartBtn.Text = "Redémarrer"; this.restartBtn.UseVisualStyleBackColor = true; // // messageLbl // this.messageLbl.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.messageLbl.AutoEllipsis = true; this.messageLbl.Name = "messageLbl"; this.messageLbl.TabIndex = 3; this.messageLbl.Text = "Une erreur s\'est produite dans l\'application."; // // displayStackBtn // this.displayStackBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.displayStackBtn.Name = "displayStackBtn"; this.displayStackBtn.TabIndex = 4; this.displayStackBtn.Text = "Informations..."; this.displayStackBtn.UseVisualStyleBackColor = true; this.displayStackBtn.Visible = false; // // exitBtn // this.exitBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.exitBtn.DialogResult = System.Windows.Forms.DialogResult.Abort; this.exitBtn.Name = "exitBtn"; this.exitBtn.TabIndex = 3; this.exitBtn.Text = "Arrêter"; this.exitBtn.UseVisualStyleBackColor = true; // // CriticalExceptionDialog // this.AcceptButton = this.restartBtn; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.continueBtn; this.ControlBox = false; this.Controls.Add(this.exitBtn); this.Controls.Add(this.displayStackBtn); this.Controls.Add(this.messageLbl); this.Controls.Add(this.restartBtn); this.Controls.Add(this.continueBtn); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.infoLbl); this.Controls.Add(this.stackTraceRTB); this.Name = "CriticalExceptionDialog"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "Erreur"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox stackTraceRTB; private System.Windows.Forms.Label infoLbl; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button continueBtn; private System.Windows.Forms.Button restartBtn; private System.Windows.Forms.Label messageLbl; private System.Windows.Forms.Button displayStackBtn; private System.Windows.Forms.Button exitBtn; } }
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 | 1732246425 22/11/2024 04:33:45 |
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:33:45 Cette version de la page est en cache (à la date du 22/11/2024 04:33:45) 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/CriticalExceptionDialog.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.