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

  1. namespace be.gaudry.view.dialogs
  2. {
  3. partial class CriticalExceptionDialog
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Code généré par le Concepteur Windows Form
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.stackTraceRTB = new System.Windows.Forms.RichTextBox();
  32. this.infoLbl = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.continueBtn = new System.Windows.Forms.Button();
  35. this.restartBtn = new System.Windows.Forms.Button();
  36. this.messageLbl = new System.Windows.Forms.Label();
  37. this.displayStackBtn = new System.Windows.Forms.Button();
  38. this.exitBtn = new System.Windows.Forms.Button();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // stackTraceRTB
  43. //
  44. this.stackTraceRTB.AcceptsTab = true;
  45. this.stackTraceRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  46. | System.Windows.Forms.AnchorStyles.Left)
  47. | System.Windows.Forms.AnchorStyles.Right)));
  48. this.stackTraceRTB.BackColor = System.Drawing.Color.White;
  49. this.stackTraceRTB.ForeColor = System.Drawing.Color.Black;
  50. this.stackTraceRTB.Location = new System.Drawing.Point(152, 132);
  51. this.stackTraceRTB.Name = "stackTraceRTB";
  52. this.stackTraceRTB.Size = new System.Drawing.Size(446, 101);
  53. this.stackTraceRTB.TabIndex = 0;
  54. this.stackTraceRTB.TabStop = false;
  55. this.stackTraceRTB.Text = "";
  56. this.stackTraceRTB.Visible = false;
  57. //
  58. // infoLbl
  59. //
  60. this.infoLbl.AutoEllipsis = true;
  61. this.infoLbl.Location = new System.Drawing.Point(149, 63);
  62. this.infoLbl.Name = "infoLbl";
  63. this.infoLbl.Size = new System.Drawing.Size(449, 40);
  64. this.infoLbl.TabIndex = 0;
  65. this.infoLbl.Text = "Il est préférable de redémarrer l\'application, mais vous pouvez cliquer sur \"Cont" +
  66. "inuer\" si vous désirez tenter de terminer l\'opération en cours.";
  67. //
  68. // pictureBox1
  69. //
  70. this.pictureBox1.Image = global::be.gaudry.Properties.Resources.AboutBoxBrolDev;
  71. this.pictureBox1.Location = new System.Drawing.Point(1, 1);
  72. this.pictureBox1.Name = "pictureBox1";
  73. this.pictureBox1.Size = new System.Drawing.Size(142, 271);
  74. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  75. this.pictureBox1.TabIndex = 2;
  76. this.pictureBox1.TabStop = false;
  77. //
  78. // continueBtn
  79. //
  80. this.continueBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  81. this.continueBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  82. this.continueBtn.Location = new System.Drawing.Point(442, 240);
  83. this.continueBtn.Name = "continueBtn";
  84. this.continueBtn.Size = new System.Drawing.Size(75, 23);
  85. this.continueBtn.TabIndex = 2;
  86. this.continueBtn.Text = "Continuer";
  87. this.continueBtn.UseVisualStyleBackColor = true;
  88. this.continueBtn.Click += new System.EventHandler(this.continueBtn_Click);
  89. //
  90. // restartBtn
  91. //
  92. this.restartBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  93. this.restartBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  94. this.restartBtn.Location = new System.Drawing.Point(361, 240);
  95. this.restartBtn.Name = "restartBtn";
  96. this.restartBtn.Size = new System.Drawing.Size(75, 23);
  97. this.restartBtn.TabIndex = 1;
  98. this.restartBtn.Text = "Redémarrer";
  99. this.restartBtn.UseVisualStyleBackColor = true;
  100. this.restartBtn.Click += new System.EventHandler(this.restartBtn_Click);
  101. //
  102. // messageLbl
  103. //
  104. this.messageLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.messageLbl.AutoEllipsis = true;
  108. this.messageLbl.Location = new System.Drawing.Point(149, 9);
  109. this.messageLbl.Name = "messageLbl";
  110. this.messageLbl.Size = new System.Drawing.Size(449, 39);
  111. this.messageLbl.TabIndex = 3;
  112. this.messageLbl.Text = "Une erreur s\'est produite dans l\'application.";
  113. //
  114. // displayStackBtn
  115. //
  116. this.displayStackBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  117. this.displayStackBtn.Location = new System.Drawing.Point(152, 240);
  118. this.displayStackBtn.Name = "displayStackBtn";
  119. this.displayStackBtn.Size = new System.Drawing.Size(97, 23);
  120. this.displayStackBtn.TabIndex = 4;
  121. this.displayStackBtn.Text = "Informations...";
  122. this.displayStackBtn.UseVisualStyleBackColor = true;
  123. this.displayStackBtn.Visible = false;
  124. this.displayStackBtn.Click += new System.EventHandler(this.displayStackBtn_Click);
  125. //
  126. // exitBtn
  127. //
  128. this.exitBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  129. this.exitBtn.DialogResult = System.Windows.Forms.DialogResult.Abort;
  130. this.exitBtn.Location = new System.Drawing.Point(523, 240);
  131. this.exitBtn.Name = "exitBtn";
  132. this.exitBtn.Size = new System.Drawing.Size(75, 23);
  133. this.exitBtn.TabIndex = 3;
  134. this.exitBtn.Text = "Arrêter";
  135. this.exitBtn.UseVisualStyleBackColor = true;
  136. this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
  137. //
  138. // CriticalExceptionDialog
  139. //
  140. this.AcceptButton = this.restartBtn;
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.CancelButton = this.continueBtn;
  144. this.ClientSize = new System.Drawing.Size(610, 275);
  145. this.ControlBox = false;
  146. this.Controls.Add(this.exitBtn);
  147. this.Controls.Add(this.displayStackBtn);
  148. this.Controls.Add(this.messageLbl);
  149. this.Controls.Add(this.restartBtn);
  150. this.Controls.Add(this.continueBtn);
  151. this.Controls.Add(this.pictureBox1);
  152. this.Controls.Add(this.infoLbl);
  153. this.Controls.Add(this.stackTraceRTB);
  154. this.Name = "CriticalExceptionDialog";
  155. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
  156. this.Text = "Erreur";
  157. this.TopMost = true;
  158. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  159. this.ResumeLayout(false);
  160.  
  161. }
  162.  
  163. #endregion
  164.  
  165. private System.Windows.Forms.RichTextBox stackTraceRTB;
  166. private System.Windows.Forms.Label infoLbl;
  167. private System.Windows.Forms.PictureBox pictureBox1;
  168. private System.Windows.Forms.Button continueBtn;
  169. private System.Windows.Forms.Button restartBtn;
  170. private System.Windows.Forms.Label messageLbl;
  171. private System.Windows.Forms.Button displayStackBtn;
  172. private System.Windows.Forms.Button exitBtn;
  173. }
  174. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1727439446 27/09/2024 14:17:26
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csTrackIntParameterDialog.cs4.2 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csHSLDialog.cs8.25 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.cs3.58 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs6.72 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxCriticalExceptionDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxTrackFloatParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.designer.cs5.12 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.Designer.cs6.2 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxCustomOpenResultFileDialog.resx6.06 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxVersionForm.resx42.91 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.Designer.cs2.24 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxDGVLayoutOptionsDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.cs2.41 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxUpdateDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.Designer.cs7.44 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.Designer.cs8.88 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackIntParameterDialog.Designer.cs8.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.cs1.05 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csUpdateDialog.Designer.cs2.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csUpdateDialog.cs360 octets31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.cs230 octets31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.cs4.84 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxExceptionDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxHSLDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxAboutBrolDevlDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.Designer.cs6.31 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxResizeDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csHSLDialog.Designer.cs14.28 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.cs1.09 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.cs1.87 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csVersionForm.cs1.16 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxTrackIntParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs198 octets31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.45 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.Designer.cs5.3 Ko31/10/2018 18:33:14-refusé-

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.

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.