source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/BMX41000/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Forms/ExceptionMessageDialog.designer.cs@ 1198

Last change on this file since 1198 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 7.5 KB
Line 
1namespace IndianHealthService.BMXNet.WinForm.Forms
2{
3 partial class ExceptionMessageDialog
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.exceptionTextBox = new System.Windows.Forms.TextBox();
32 this.exceptionLabel = new System.Windows.Forms.Label();
33 this.label1 = new System.Windows.Forms.Label();
34 this.stackTraceTextBox = new System.Windows.Forms.TextBox();
35 this.innerExceptionButton = new System.Windows.Forms.Button();
36 this.closeButton = new System.Windows.Forms.Button();
37 this.copyButton = new System.Windows.Forms.Button();
38 this.SuspendLayout();
39 //
40 // exceptionTextBox
41 //
42 this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
43 | System.Windows.Forms.AnchorStyles.Right)));
44 this.exceptionTextBox.Location = new System.Drawing.Point(12, 25);
45 this.exceptionTextBox.Multiline = true;
46 this.exceptionTextBox.Name = "exceptionTextBox";
47 this.exceptionTextBox.Size = new System.Drawing.Size(423, 123);
48 this.exceptionTextBox.TabIndex = 0;
49 //
50 // exceptionLabel
51 //
52 this.exceptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
53 | System.Windows.Forms.AnchorStyles.Right)));
54 this.exceptionLabel.AutoSize = true;
55 this.exceptionLabel.Location = new System.Drawing.Point(12, 9);
56 this.exceptionLabel.Name = "exceptionLabel";
57 this.exceptionLabel.Size = new System.Drawing.Size(54, 13);
58 this.exceptionLabel.TabIndex = 1;
59 this.exceptionLabel.Text = "Exception";
60 //
61 // label1
62 //
63 this.label1.AutoSize = true;
64 this.label1.Location = new System.Drawing.Point(12, 160);
65 this.label1.Name = "label1";
66 this.label1.Size = new System.Drawing.Size(66, 13);
67 this.label1.TabIndex = 3;
68 this.label1.Text = "Stack Trace";
69 //
70 // stackTraceTextBox
71 //
72 this.stackTraceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
73 | System.Windows.Forms.AnchorStyles.Left)
74 | System.Windows.Forms.AnchorStyles.Right)));
75 this.stackTraceTextBox.Location = new System.Drawing.Point(12, 176);
76 this.stackTraceTextBox.Multiline = true;
77 this.stackTraceTextBox.Name = "stackTraceTextBox";
78 this.stackTraceTextBox.Size = new System.Drawing.Size(423, 167);
79 this.stackTraceTextBox.TabIndex = 2;
80 //
81 // innerExceptionButton
82 //
83 this.innerExceptionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
84 this.innerExceptionButton.Location = new System.Drawing.Point(140, 349);
85 this.innerExceptionButton.Name = "innerExceptionButton";
86 this.innerExceptionButton.Size = new System.Drawing.Size(119, 23);
87 this.innerExceptionButton.TabIndex = 4;
88 this.innerExceptionButton.Text = "Inner Exception";
89 this.innerExceptionButton.UseVisualStyleBackColor = true;
90 this.innerExceptionButton.Click += new System.EventHandler(this.innerExceptionButton_Click);
91 //
92 // closeButton
93 //
94 this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
95 this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
96 this.closeButton.Location = new System.Drawing.Point(316, 349);
97 this.closeButton.Name = "closeButton";
98 this.closeButton.Size = new System.Drawing.Size(119, 23);
99 this.closeButton.TabIndex = 5;
100 this.closeButton.Text = "Close";
101 this.closeButton.UseVisualStyleBackColor = true;
102 //
103 // copyButton
104 //
105 this.copyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
106 this.copyButton.Enabled = false;
107 this.copyButton.Location = new System.Drawing.Point(15, 349);
108 this.copyButton.Name = "copyButton";
109 this.copyButton.Size = new System.Drawing.Size(119, 23);
110 this.copyButton.TabIndex = 6;
111 this.copyButton.Text = "Copy to Clipboard";
112 this.copyButton.UseVisualStyleBackColor = true;
113 this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
114 //
115 // CfShowExceptionDialog
116 //
117 this.AcceptButton = this.closeButton;
118 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
119 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
120 this.CancelButton = this.closeButton;
121 this.ClientSize = new System.Drawing.Size(447, 379);
122 this.Controls.Add(this.copyButton);
123 this.Controls.Add(this.closeButton);
124 this.Controls.Add(this.innerExceptionButton);
125 this.Controls.Add(this.label1);
126 this.Controls.Add(this.stackTraceTextBox);
127 this.Controls.Add(this.exceptionLabel);
128 this.Controls.Add(this.exceptionTextBox);
129 this.Name = "CfShowExceptionDialog";
130 this.ShowIcon = false;
131 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
132 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
133 this.Text = "Exception Details";
134 this.Load += new System.EventHandler(this.CfShowExceptionDialog_Load);
135 this.ResumeLayout(false);
136 this.PerformLayout();
137
138 }
139
140 #endregion
141
142 private System.Windows.Forms.TextBox exceptionTextBox;
143 private System.Windows.Forms.Label exceptionLabel;
144 private System.Windows.Forms.Label label1;
145 private System.Windows.Forms.TextBox stackTraceTextBox;
146 private System.Windows.Forms.Button innerExceptionButton;
147 private System.Windows.Forms.Button closeButton;
148 private System.Windows.Forms.Button copyButton;
149 }
150}
Note: See TracBrowser for help on using the repository browser.