131 lines
No EOL
6.2 KiB
C#
131 lines
No EOL
6.2 KiB
C#
namespace MSGer.tk
|
|
{
|
|
partial class ErrorHandler
|
|
{
|
|
/// <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.titleLabel = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.sendbtn = new System.Windows.Forms.Button();
|
|
this.restartokbtn = new System.Windows.Forms.Button();
|
|
this.exitbtn = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// titleLabel
|
|
//
|
|
this.titleLabel.AutoSize = true;
|
|
this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.titleLabel.Location = new System.Drawing.Point(13, 13);
|
|
this.titleLabel.Name = "titleLabel";
|
|
this.titleLabel.Size = new System.Drawing.Size(155, 31);
|
|
this.titleLabel.TabIndex = 0;
|
|
this.titleLabel.Text = "Hiba történt";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox1.BackColor = System.Drawing.Color.White;
|
|
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBox1.Location = new System.Drawing.Point(19, 48);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new System.Drawing.Size(338, 174);
|
|
this.textBox1.TabIndex = 1;
|
|
this.textBox1.Text = "You shouldn\'t see this text. If you do, well, sorry.";
|
|
//
|
|
// sendbtn
|
|
//
|
|
this.sendbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.sendbtn.Enabled = false;
|
|
this.sendbtn.Location = new System.Drawing.Point(19, 228);
|
|
this.sendbtn.Name = "sendbtn";
|
|
this.sendbtn.Size = new System.Drawing.Size(75, 23);
|
|
this.sendbtn.TabIndex = 2;
|
|
this.sendbtn.Text = "Küldés";
|
|
this.sendbtn.UseVisualStyleBackColor = true;
|
|
this.sendbtn.Click += new System.EventHandler(this.sendbtn_Click);
|
|
//
|
|
// restartokbtn
|
|
//
|
|
this.restartokbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.restartokbtn.Location = new System.Drawing.Point(282, 228);
|
|
this.restartokbtn.Name = "restartokbtn";
|
|
this.restartokbtn.Size = new System.Drawing.Size(75, 23);
|
|
this.restartokbtn.TabIndex = 3;
|
|
this.restartokbtn.Text = "Újraindítás";
|
|
this.restartokbtn.UseVisualStyleBackColor = true;
|
|
this.restartokbtn.Click += new System.EventHandler(this.restartbtn_Click);
|
|
//
|
|
// exitbtn
|
|
//
|
|
this.exitbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.exitbtn.Location = new System.Drawing.Point(201, 228);
|
|
this.exitbtn.Name = "exitbtn";
|
|
this.exitbtn.Size = new System.Drawing.Size(75, 23);
|
|
this.exitbtn.TabIndex = 4;
|
|
this.exitbtn.Text = "Kilépés";
|
|
this.exitbtn.UseVisualStyleBackColor = true;
|
|
this.exitbtn.Click += new System.EventHandler(this.exitbtn_Click);
|
|
//
|
|
// ErrorHandler
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.ClientSize = new System.Drawing.Size(369, 263);
|
|
this.Controls.Add(this.exitbtn);
|
|
this.Controls.Add(this.restartokbtn);
|
|
this.Controls.Add(this.sendbtn);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.titleLabel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ErrorHandler";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "ErrorHandler";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ErrorHandler_FormClosing);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label titleLabel;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button sendbtn;
|
|
private System.Windows.Forms.Button restartokbtn;
|
|
private System.Windows.Forms.Button exitbtn;
|
|
}
|
|
} |