Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/ErrorDialog.Designer.cs @ 12012

Last change on this file since 12012 was 12012, checked in by ascheibe, 9 years ago

#2212 merged r12008, r12009, r12010 back into trunk

File size: 8.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.PluginInfrastructure {
23  partial class ErrorDialog {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.okButton = new System.Windows.Forms.Button();
48      this.iconLabel = new System.Windows.Forms.Label();
49      this.messageTextBox = new System.Windows.Forms.TextBox();
50      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
51      this.detailsTextBox = new System.Windows.Forms.TextBox();
52      this.supportLabel = new System.Windows.Forms.Label();
53      this.supportLinkLabel = new System.Windows.Forms.LinkLabel();
54      this.detailsGroupBox.SuspendLayout();
55      this.SuspendLayout();
56      //
57      // okButton
58      //
59      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
60      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
61      this.okButton.Location = new System.Drawing.Point(497, 327);
62      this.okButton.Name = "okButton";
63      this.okButton.Size = new System.Drawing.Size(75, 23);
64      this.okButton.TabIndex = 0;
65      this.okButton.Text = "&OK";
66      this.okButton.UseVisualStyleBackColor = true;
67      //
68      // iconLabel
69      //
70      this.iconLabel.Image = global::HeuristicLab.PluginInfrastructure.Resources.Error;
71      this.iconLabel.Location = new System.Drawing.Point(12, 9);
72      this.iconLabel.Name = "iconLabel";
73      this.iconLabel.Size = new System.Drawing.Size(50, 60);
74      this.iconLabel.TabIndex = 1;
75      //
76      // messageTextBox
77      //
78      this.messageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
79                  | System.Windows.Forms.AnchorStyles.Right)));
80      this.messageTextBox.BackColor = System.Drawing.SystemColors.Control;
81      this.messageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
82      this.messageTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
83      this.messageTextBox.Location = new System.Drawing.Point(68, 12);
84      this.messageTextBox.Multiline = true;
85      this.messageTextBox.Name = "messageTextBox";
86      this.messageTextBox.ReadOnly = true;
87      this.messageTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
88      this.messageTextBox.Size = new System.Drawing.Size(504, 57);
89      this.messageTextBox.TabIndex = 2;
90      this.messageTextBox.Text = "Error Message";
91      //
92      // detailsGroupBox
93      //
94      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
95                  | System.Windows.Forms.AnchorStyles.Left)
96                  | System.Windows.Forms.AnchorStyles.Right)));
97      this.detailsGroupBox.Controls.Add(this.detailsTextBox);
98      this.detailsGroupBox.Location = new System.Drawing.Point(12, 75);
99      this.detailsGroupBox.Name = "detailsGroupBox";
100      this.detailsGroupBox.Size = new System.Drawing.Size(560, 246);
101      this.detailsGroupBox.TabIndex = 3;
102      this.detailsGroupBox.TabStop = false;
103      this.detailsGroupBox.Text = "Details";
104      //
105      // detailsTextBox
106      //
107      this.detailsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
108                  | System.Windows.Forms.AnchorStyles.Left)
109                  | System.Windows.Forms.AnchorStyles.Right)));
110      this.detailsTextBox.BackColor = System.Drawing.SystemColors.Control;
111      this.detailsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
112      this.detailsTextBox.Location = new System.Drawing.Point(6, 19);
113      this.detailsTextBox.Multiline = true;
114      this.detailsTextBox.Name = "detailsTextBox";
115      this.detailsTextBox.ReadOnly = true;
116      this.detailsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
117      this.detailsTextBox.Size = new System.Drawing.Size(548, 221);
118      this.detailsTextBox.TabIndex = 0;
119      this.detailsTextBox.Text = "Stack Trace";
120      this.detailsTextBox.WordWrap = false;
121      //
122      // supportLabel
123      //
124      this.supportLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
125      this.supportLabel.AutoSize = true;
126      this.supportLabel.Location = new System.Drawing.Point(12, 332);
127      this.supportLabel.Name = "supportLabel";
128      this.supportLabel.Size = new System.Drawing.Size(264, 13);
129      this.supportLabel.TabIndex = 4;
130      this.supportLabel.Text = "If you have any problems or questions, please contact:";
131      //
132      // supportLinkLabel
133      //
134      this.supportLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
135      this.supportLinkLabel.AutoSize = true;
136      this.supportLinkLabel.Location = new System.Drawing.Point(298, 332);
137      this.supportLinkLabel.Name = "supportLinkLabel";
138      this.supportLinkLabel.Size = new System.Drawing.Size(129, 13);
139      this.supportLinkLabel.TabIndex = 5;
140      this.supportLinkLabel.TabStop = true;
141      this.supportLinkLabel.Text = "support@heuristiclab.com";
142      this.supportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.supportLinkLabel_LinkClicked);
143      //
144      // ErrorDialog
145      //
146      this.AcceptButton = this.okButton;
147      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
148      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
149      this.CancelButton = this.okButton;
150      this.ClientSize = new System.Drawing.Size(584, 362);
151      this.Controls.Add(this.supportLinkLabel);
152      this.Controls.Add(this.supportLabel);
153      this.Controls.Add(this.detailsGroupBox);
154      this.Controls.Add(this.messageTextBox);
155      this.Controls.Add(this.iconLabel);
156      this.Controls.Add(this.okButton);
157      this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.ErrorIcon;
158      this.MaximizeBox = false;
159      this.MinimizeBox = false;
160      this.Name = "ErrorDialog";
161      this.ShowInTaskbar = false;
162      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
163      this.Text = "Error";
164      this.TopMost = true;
165      this.detailsGroupBox.ResumeLayout(false);
166      this.detailsGroupBox.PerformLayout();
167      this.ResumeLayout(false);
168      this.PerformLayout();
169
170    }
171
172    #endregion
173
174    private System.Windows.Forms.Button okButton;
175    private System.Windows.Forms.Label iconLabel;
176    private System.Windows.Forms.TextBox messageTextBox;
177    private System.Windows.Forms.GroupBox detailsGroupBox;
178    private System.Windows.Forms.TextBox detailsTextBox;
179    private System.Windows.Forms.Label supportLabel;
180    private System.Windows.Forms.LinkLabel supportLinkLabel;
181  }
182}
Note: See TracBrowser for help on using the repository browser.