~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/GuiException/UiException/Controls/ExceptionWindow.Designer.cs

  • Committer: charliepoole
  • Date: 2008-12-11 03:54:36 UTC
  • Revision ID: vcs-imports@canonical.com-20081211035436-thnyyjdctgmlxvot
Exception Browser - Initial Checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace NUnit.UiException.Controls
 
2
{
 
3
    partial class ExceptionWindow
 
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.SuspendLayout();
 
32
            // 
 
33
            // StackTraceForm
 
34
            // 
 
35
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
36
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
37
            this.AutoSize = true;
 
38
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
 
39
            this.BackColor = System.Drawing.Color.White;
 
40
            this.ClientSize = new System.Drawing.Size(262, 33);
 
41
            this.DoubleBuffered = true;
 
42
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
 
43
            this.Name = "StackTraceForm";
 
44
            this.ShowInTaskbar = false;
 
45
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
 
46
            this.Text = "StackTraceForm";
 
47
            this.TopMost = true;
 
48
            this.ResumeLayout(false);
 
49
 
 
50
        }
 
51
 
 
52
        #endregion
 
53
 
 
54
    }
 
55
}
 
 
b'\\ No newline at end of file'