162 lines
7 KiB
C#
162 lines
7 KiB
C#
namespace VisualPascalABCPlugins
|
|
{
|
|
partial class ErrorReport
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorReport));
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.VersionInfo = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
|
this.PluginImage = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.PluginImage)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(370, 310);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(97, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "OK_BUTTON";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(455, 169);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "ERROR_SEND_INFO";
|
|
//
|
|
// VersionInfo
|
|
//
|
|
this.VersionInfo.Location = new System.Drawing.Point(15, 180);
|
|
this.VersionInfo.Multiline = true;
|
|
this.VersionInfo.Name = "VersionInfo";
|
|
this.VersionInfo.ReadOnly = true;
|
|
this.VersionInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.VersionInfo.Size = new System.Drawing.Size(452, 75);
|
|
this.VersionInfo.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 258);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(139, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "CONTACT_INFORMATION";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 289);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 13);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "EMAIL_ADRESS";
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Location = new System.Drawing.Point(11, 273);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(139, 13);
|
|
this.linkLabel1.TabIndex = 7;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "!PASCALABCNET_FORUM";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// linkLabel2
|
|
//
|
|
this.linkLabel2.AutoSize = true;
|
|
this.linkLabel2.Location = new System.Drawing.Point(12, 303);
|
|
this.linkLabel2.Name = "linkLabel2";
|
|
this.linkLabel2.Size = new System.Drawing.Size(95, 13);
|
|
this.linkLabel2.TabIndex = 8;
|
|
this.linkLabel2.TabStop = true;
|
|
this.linkLabel2.Text = "ibondarev@sfedu.ru";
|
|
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
|
//
|
|
// PluginImage
|
|
//
|
|
this.PluginImage.BackColor = System.Drawing.Color.Magenta;
|
|
this.PluginImage.Image = ((System.Drawing.Image)(resources.GetObject("PluginImage.Image")));
|
|
this.PluginImage.InitialImage = null;
|
|
this.PluginImage.Location = new System.Drawing.Point(413, 273);
|
|
this.PluginImage.Name = "PluginImage";
|
|
this.PluginImage.Size = new System.Drawing.Size(16, 16);
|
|
this.PluginImage.TabIndex = 9;
|
|
this.PluginImage.TabStop = false;
|
|
this.PluginImage.Visible = false;
|
|
//
|
|
// ErrorReport
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(479, 344);
|
|
this.Controls.Add(this.PluginImage);
|
|
this.Controls.Add(this.linkLabel2);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.VersionInfo);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ErrorReport";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "FORMNAME";
|
|
((System.ComponentModel.ISupportInitialize)(this.PluginImage)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.LinkLabel linkLabel2;
|
|
public System.Windows.Forms.TextBox VersionInfo;
|
|
public System.Windows.Forms.PictureBox PluginImage;
|
|
}
|
|
} |