147 lines
6.9 KiB
C#
147 lines
6.9 KiB
C#
namespace Switch_Toolbox.Library.Forms
|
|
{
|
|
partial class STErrorDialog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnClose = new Switch_Toolbox.Library.Forms.STButton();
|
|
this.btnDetails = new Switch_Toolbox.Library.Forms.STButton();
|
|
this.btnCopy = new Switch_Toolbox.Library.Forms.STButton();
|
|
this.lblMessage = new Switch_Toolbox.Library.Forms.STLabel();
|
|
this.tbDetails = new System.Windows.Forms.RichTextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(267, 52);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 0;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnDetails
|
|
//
|
|
this.btnDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDetails.Enabled = false;
|
|
this.btnDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnDetails.Location = new System.Drawing.Point(12, 52);
|
|
this.btnDetails.Name = "btnDetails";
|
|
this.btnDetails.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDetails.TabIndex = 1;
|
|
this.btnDetails.Text = "Details";
|
|
this.btnDetails.UseVisualStyleBackColor = true;
|
|
this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
|
|
//
|
|
// btnCopy
|
|
//
|
|
this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCopy.Location = new System.Drawing.Point(93, 52);
|
|
this.btnCopy.Name = "btnCopy";
|
|
this.btnCopy.Size = new System.Drawing.Size(102, 23);
|
|
this.btnCopy.TabIndex = 4;
|
|
this.btnCopy.Text = "Copy To Clipboard";
|
|
this.btnCopy.UseVisualStyleBackColor = true;
|
|
this.btnCopy.Visible = false;
|
|
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.AutoSize = true;
|
|
this.lblMessage.Location = new System.Drawing.Point(68, 18);
|
|
this.lblMessage.MaximumSize = new System.Drawing.Size(310, 0);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(35, 13);
|
|
this.lblMessage.TabIndex = 5;
|
|
this.lblMessage.Text = "label1";
|
|
//
|
|
// tbDetails
|
|
//
|
|
this.tbDetails.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.tbDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbDetails.Location = new System.Drawing.Point(12, 83);
|
|
this.tbDetails.MaximumSize = new System.Drawing.Size(328, 100);
|
|
this.tbDetails.Name = "tbDetails";
|
|
this.tbDetails.ReadOnly = true;
|
|
this.tbDetails.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
this.tbDetails.Size = new System.Drawing.Size(328, 100);
|
|
this.tbDetails.TabIndex = 6;
|
|
this.tbDetails.Text = "";
|
|
this.tbDetails.Visible = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::Switch_Toolbox.Library.Properties.Resources.ErrorCheck;
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(34, 26);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox1.TabIndex = 7;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// STErrorDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(354, 87);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.tbDetails);
|
|
this.Controls.Add(this.lblMessage);
|
|
this.Controls.Add(this.btnCopy);
|
|
this.Controls.Add(this.btnDetails);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "STErrorDialog";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Switch_Toolbox.Library.Forms.STButton btnClose;
|
|
private Switch_Toolbox.Library.Forms.STButton btnDetails;
|
|
private Switch_Toolbox.Library.Forms.STButton btnCopy;
|
|
private Switch_Toolbox.Library.Forms.STLabel lblMessage;
|
|
private System.Windows.Forms.RichTextBox tbDetails;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
} |