![]() |
Sylloge
A C# helper library
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 namespace Sylloge 00017 { 00018 namespace Forms 00019 { 00020 partial class Exception 00021 { 00025 private System.ComponentModel.IContainer components = null; 00026 00031 protected override void Dispose(bool disposing) 00032 { 00033 if (disposing && (components != null)) { 00034 components.Dispose(); 00035 } 00036 base.Dispose(disposing); 00037 } 00038 00039 #region Windows Form Designer generated code 00040 00045 private void InitializeComponent() 00046 { 00047 this.c_GroupBoxErrorInfo = new System.Windows.Forms.GroupBox(); 00048 this.c_LinkLabelSave = new System.Windows.Forms.LinkLabel(); 00049 this.c_TextBoxStack = new System.Windows.Forms.TextBox(); 00050 this.c_ButtonIgnore = new System.Windows.Forms.Button(); 00051 this.c_ButtonRetry = new System.Windows.Forms.Button(); 00052 this.c_LabelError = new System.Windows.Forms.Label(); 00053 this.c_LabelGeneral = new System.Windows.Forms.Label(); 00054 this.c_ButtonAbort = new System.Windows.Forms.Button(); 00055 this.c_TableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 00056 this.c_PanelButtons = new System.Windows.Forms.Panel(); 00057 this.c_PictureBoxErrorIcon = new System.Windows.Forms.PictureBox(); 00058 this.c_GroupBoxErrorInfo.SuspendLayout(); 00059 this.c_TableLayoutPanel.SuspendLayout(); 00060 this.c_PanelButtons.SuspendLayout(); 00061 ((System.ComponentModel.ISupportInitialize)(this.c_PictureBoxErrorIcon)).BeginInit(); 00062 this.SuspendLayout(); 00063 // 00064 // c_GroupBoxErrorInfo 00065 // 00066 this.c_GroupBoxErrorInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 00067 | System.Windows.Forms.AnchorStyles.Left) 00068 | System.Windows.Forms.AnchorStyles.Right))); 00069 this.c_GroupBoxErrorInfo.Controls.Add(this.c_LinkLabelSave); 00070 this.c_GroupBoxErrorInfo.Controls.Add(this.c_TextBoxStack); 00071 this.c_GroupBoxErrorInfo.Location = new System.Drawing.Point(15, 109); 00072 this.c_GroupBoxErrorInfo.Name = "c_GroupBoxErrorInfo"; 00073 this.c_GroupBoxErrorInfo.Size = new System.Drawing.Size(464, 202); 00074 this.c_GroupBoxErrorInfo.TabIndex = 16; 00075 this.c_GroupBoxErrorInfo.TabStop = false; 00076 this.c_GroupBoxErrorInfo.Text = "Error information:"; 00077 // 00078 // c_LinkLabelSave 00079 // 00080 this.c_LinkLabelSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 00081 this.c_LinkLabelSave.AutoSize = true; 00082 this.c_LinkLabelSave.Location = new System.Drawing.Point(423, 184); 00083 this.c_LinkLabelSave.Name = "c_LinkLabelSave"; 00084 this.c_LinkLabelSave.Size = new System.Drawing.Size(35, 15); 00085 this.c_LinkLabelSave.TabIndex = 18; 00086 this.c_LinkLabelSave.TabStop = true; 00087 this.c_LinkLabelSave.Text = "Save"; 00088 this.c_LinkLabelSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.c_LinkLabelSave_LinkClicked); 00089 // 00090 // c_TextBoxStack 00091 // 00092 this.c_TextBoxStack.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 00093 | System.Windows.Forms.AnchorStyles.Left) 00094 | System.Windows.Forms.AnchorStyles.Right))); 00095 this.c_TextBoxStack.BackColor = System.Drawing.Color.White; 00096 this.c_TextBoxStack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 00097 this.c_TextBoxStack.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00098 this.c_TextBoxStack.Location = new System.Drawing.Point(6, 19); 00099 this.c_TextBoxStack.Multiline = true; 00100 this.c_TextBoxStack.Name = "c_TextBoxStack"; 00101 this.c_TextBoxStack.ReadOnly = true; 00102 this.c_TextBoxStack.ScrollBars = System.Windows.Forms.ScrollBars.Both; 00103 this.c_TextBoxStack.Size = new System.Drawing.Size(452, 162); 00104 this.c_TextBoxStack.TabIndex = 3; 00105 this.c_TextBoxStack.WordWrap = false; 00106 // 00107 // c_ButtonIgnore 00108 // 00109 this.c_ButtonIgnore.DialogResult = System.Windows.Forms.DialogResult.Ignore; 00110 this.c_ButtonIgnore.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 00111 this.c_ButtonIgnore.Location = new System.Drawing.Point(165, 3); 00112 this.c_ButtonIgnore.Name = "c_ButtonIgnore"; 00113 this.c_ButtonIgnore.Size = new System.Drawing.Size(75, 27); 00114 this.c_ButtonIgnore.TabIndex = 15; 00115 this.c_ButtonIgnore.Text = "Ignore"; 00116 this.c_ButtonIgnore.UseVisualStyleBackColor = true; 00117 // 00118 // c_ButtonRetry 00119 // 00120 this.c_ButtonRetry.DialogResult = System.Windows.Forms.DialogResult.Retry; 00121 this.c_ButtonRetry.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 00122 this.c_ButtonRetry.Location = new System.Drawing.Point(84, 3); 00123 this.c_ButtonRetry.Name = "c_ButtonRetry"; 00124 this.c_ButtonRetry.Size = new System.Drawing.Size(75, 27); 00125 this.c_ButtonRetry.TabIndex = 14; 00126 this.c_ButtonRetry.Text = "Retry"; 00127 this.c_ButtonRetry.UseVisualStyleBackColor = true; 00128 // 00129 // c_LabelError 00130 // 00131 this.c_LabelError.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 00132 | System.Windows.Forms.AnchorStyles.Right))); 00133 this.c_LabelError.AutoEllipsis = true; 00134 this.c_LabelError.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00135 this.c_LabelError.Location = new System.Drawing.Point(15, 43); 00136 this.c_LabelError.Name = "c_LabelError"; 00137 this.c_LabelError.Size = new System.Drawing.Size(464, 63); 00138 this.c_LabelError.TabIndex = 12; 00139 this.c_LabelError.Text = "Display message"; 00140 this.c_LabelError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00141 // 00142 // c_LabelGeneral 00143 // 00144 this.c_LabelGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 00145 | System.Windows.Forms.AnchorStyles.Right))); 00146 this.c_LabelGeneral.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00147 this.c_LabelGeneral.Location = new System.Drawing.Point(56, 9); 00148 this.c_LabelGeneral.Name = "c_LabelGeneral"; 00149 this.c_LabelGeneral.Size = new System.Drawing.Size(423, 25); 00150 this.c_LabelGeneral.TabIndex = 11; 00151 this.c_LabelGeneral.Text = "There has been an error in the application.\r\nThe program may not function properl" + 00152 "y until you close and restart it."; 00153 // 00154 // c_ButtonAbort 00155 // 00156 this.c_ButtonAbort.DialogResult = System.Windows.Forms.DialogResult.Abort; 00157 this.c_ButtonAbort.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 00158 this.c_ButtonAbort.Location = new System.Drawing.Point(3, 3); 00159 this.c_ButtonAbort.Name = "c_ButtonAbort"; 00160 this.c_ButtonAbort.Size = new System.Drawing.Size(75, 27); 00161 this.c_ButtonAbort.TabIndex = 13; 00162 this.c_ButtonAbort.Text = "Abort"; 00163 this.c_ButtonAbort.UseVisualStyleBackColor = true; 00164 // 00165 // c_TableLayoutPanel 00166 // 00167 this.c_TableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 00168 | System.Windows.Forms.AnchorStyles.Right))); 00169 this.c_TableLayoutPanel.ColumnCount = 3; 00170 this.c_TableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 00171 this.c_TableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 00172 this.c_TableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 00173 this.c_TableLayoutPanel.Controls.Add(this.c_PanelButtons, 1, 0); 00174 this.c_TableLayoutPanel.Location = new System.Drawing.Point(12, 317); 00175 this.c_TableLayoutPanel.Name = "c_TableLayoutPanel"; 00176 this.c_TableLayoutPanel.RowCount = 1; 00177 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00178 this.c_TableLayoutPanel.Size = new System.Drawing.Size(470, 39); 00179 this.c_TableLayoutPanel.TabIndex = 17; 00180 // 00181 // c_PanelButtons 00182 // 00183 this.c_PanelButtons.Controls.Add(this.c_ButtonIgnore); 00184 this.c_PanelButtons.Controls.Add(this.c_ButtonAbort); 00185 this.c_PanelButtons.Controls.Add(this.c_ButtonRetry); 00186 this.c_PanelButtons.Location = new System.Drawing.Point(113, 3); 00187 this.c_PanelButtons.Name = "c_PanelButtons"; 00188 this.c_PanelButtons.Size = new System.Drawing.Size(243, 33); 00189 this.c_PanelButtons.TabIndex = 18; 00190 // 00191 // c_PictureBoxErrorIcon 00192 // 00193 this.c_PictureBoxErrorIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 00194 this.c_PictureBoxErrorIcon.Image = global::Sylloge.Properties.Resources.ErrorIcon; 00195 this.c_PictureBoxErrorIcon.Location = new System.Drawing.Point(15, 5); 00196 this.c_PictureBoxErrorIcon.Name = "c_PictureBoxErrorIcon"; 00197 this.c_PictureBoxErrorIcon.Size = new System.Drawing.Size(35, 35); 00198 this.c_PictureBoxErrorIcon.TabIndex = 10; 00199 this.c_PictureBoxErrorIcon.TabStop = false; 00200 // 00201 // Exception 00202 // 00203 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; 00204 this.ClientSize = new System.Drawing.Size(494, 362); 00205 this.Controls.Add(this.c_TableLayoutPanel); 00206 this.Controls.Add(this.c_GroupBoxErrorInfo); 00207 this.Controls.Add(this.c_LabelError); 00208 this.Controls.Add(this.c_LabelGeneral); 00209 this.Controls.Add(this.c_PictureBoxErrorIcon); 00210 this.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00211 this.MinimumSize = new System.Drawing.Size(510, 400); 00212 this.Name = "Exception"; 00213 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 00214 this.Text = "Application Error Information"; 00215 this.c_GroupBoxErrorInfo.ResumeLayout(false); 00216 this.c_GroupBoxErrorInfo.PerformLayout(); 00217 this.c_TableLayoutPanel.ResumeLayout(false); 00218 this.c_PanelButtons.ResumeLayout(false); 00219 ((System.ComponentModel.ISupportInitialize)(this.c_PictureBoxErrorIcon)).EndInit(); 00220 this.ResumeLayout(false); 00221 00222 } 00223 00224 #endregion 00225 00226 internal System.Windows.Forms.GroupBox c_GroupBoxErrorInfo; 00227 internal System.Windows.Forms.TextBox c_TextBoxStack; 00228 internal System.Windows.Forms.Button c_ButtonIgnore; 00229 internal System.Windows.Forms.Button c_ButtonRetry; 00230 internal System.Windows.Forms.Label c_LabelError; 00231 internal System.Windows.Forms.Label c_LabelGeneral; 00232 internal System.Windows.Forms.PictureBox c_PictureBoxErrorIcon; 00233 private System.Windows.Forms.LinkLabel c_LinkLabelSave; 00234 internal System.Windows.Forms.Button c_ButtonAbort; 00235 private System.Windows.Forms.TableLayoutPanel c_TableLayoutPanel; 00236 private System.Windows.Forms.Panel c_PanelButtons; 00237 } 00238 } 00239 }