Files
ayanova7/source/Plugins/AyaNovaOL/About.Designer.cs
2018-06-29 19:47:36 +00:00

88 lines
3.6 KiB
C#

namespace AyaNovaOL
{
partial class About
{
/// <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.lblCopyRight = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.pbLogo = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
this.SuspendLayout();
//
// lblCopyRight
//
this.lblCopyRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblCopyRight.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCopyRight.Location = new System.Drawing.Point(95, 12);
this.lblCopyRight.Name = "lblCopyRight";
this.lblCopyRight.Size = new System.Drawing.Size(365, 65);
this.lblCopyRight.TabIndex = 2;
//
// btnOK
//
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnOK.Image = global::AyaNovaOL.Resource1.OK24;
this.btnOK.Location = new System.Drawing.Point(404, 89);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(56, 35);
this.btnOK.TabIndex = 100;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// pbLogo
//
this.pbLogo.Image = global::AyaNovaOL.Resource1.AyaNovaOLI64;
this.pbLogo.Location = new System.Drawing.Point(12, 12);
this.pbLogo.Name = "pbLogo";
this.pbLogo.Size = new System.Drawing.Size(65, 65);
this.pbLogo.TabIndex = 101;
this.pbLogo.TabStop = false;
//
// About
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(472, 132);
this.Controls.Add(this.pbLogo);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lblCopyRight);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "About";
this.Text = "About AyaNova OLI";
this.Load += new System.EventHandler(this.About_Load);
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblCopyRight;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.PictureBox pbLogo;
}
}