namespace AyaNova { partial class TrialExpired { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblQuickStart = new System.Windows.Forms.LinkLabel(); this.lblExpires = 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(120, 112); this.lblQuickStart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblQuickStart.Name = "lblQuickStart"; this.lblQuickStart.Size = new System.Drawing.Size(212, 20); this.lblQuickStart.TabIndex = 0; this.lblQuickStart.TabStop = true; this.lblQuickStart.Text = "Click here to purchase now"; 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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblExpires.Location = new System.Drawing.Point(1, 5); this.lblExpires.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblExpires.Name = "lblExpires"; this.lblExpires.Size = new System.Drawing.Size(475, 86); this.lblExpires.TabIndex = 1; this.lblExpires.Text = "xxxxxx"; this.lblExpires.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // TrialExpired // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(479, 156); this.Controls.Add(this.lblExpires); this.Controls.Add(this.lblQuickStart); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TrialExpired"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Expired"; this.TopMost = true; this.Load += new System.EventHandler(this.TrialExpired_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.LinkLabel lblQuickStart; private System.Windows.Forms.Label lblExpires; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }