This commit is contained in:
98
source/WinFormApp/TrialExpire.Designer.cs
generated
Normal file
98
source/WinFormApp/TrialExpire.Designer.cs
generated
Normal file
@@ -0,0 +1,98 @@
|
||||
namespace AyaNova
|
||||
{
|
||||
partial class TrialExpire
|
||||
{
|
||||
/// <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.lblQuickStart = new System.Windows.Forms.LinkLabel();
|
||||
this.lblExpires = new System.Windows.Forms.Label();
|
||||
this.lblExpiryDate = new System.Windows.Forms.Label();
|
||||
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lblQuickStart
|
||||
//
|
||||
this.lblQuickStart.AutoSize = true;
|
||||
this.lblQuickStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblQuickStart.Location = new System.Drawing.Point(48, 9);
|
||||
this.lblQuickStart.Name = "lblQuickStart";
|
||||
this.lblQuickStart.Size = new System.Drawing.Size(263, 17);
|
||||
this.lblQuickStart.TabIndex = 0;
|
||||
this.lblQuickStart.TabStop = true;
|
||||
this.lblQuickStart.Text = "AyaNova QuickStart for Beginners guide";
|
||||
this.lblQuickStart.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.lblQuickStart.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblQuickStart_LinkClicked);
|
||||
//
|
||||
// lblExpires
|
||||
//
|
||||
this.lblExpires.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblExpires.Location = new System.Drawing.Point(1, 51);
|
||||
this.lblExpires.Name = "lblExpires";
|
||||
this.lblExpires.Size = new System.Drawing.Size(356, 17);
|
||||
this.lblExpires.TabIndex = 1;
|
||||
this.lblExpires.Text = "xxxxxx";
|
||||
this.lblExpires.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// lblExpiryDate
|
||||
//
|
||||
this.lblExpiryDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblExpiryDate.Location = new System.Drawing.Point(4, 75);
|
||||
this.lblExpiryDate.Name = "lblExpiryDate";
|
||||
this.lblExpiryDate.Size = new System.Drawing.Size(353, 23);
|
||||
this.lblExpiryDate.TabIndex = 2;
|
||||
this.lblExpiryDate.Text = "mmddyy";
|
||||
this.lblExpiryDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// TrialExpire
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(359, 114);
|
||||
this.Controls.Add(this.lblExpiryDate);
|
||||
this.Controls.Add(this.lblExpires);
|
||||
this.Controls.Add(this.lblQuickStart);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "TrialExpire";
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.TrialExpire_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.LinkLabel lblQuickStart;
|
||||
private System.Windows.Forms.Label lblExpires;
|
||||
private System.Windows.Forms.Label lblExpiryDate;
|
||||
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user