404 lines
23 KiB
C#
404 lines
23 KiB
C#
namespace Bunifu.Licensing.Views
|
|
{
|
|
// Token: 0x02000005 RID: 5
|
|
//global::System.Diagnostics.DebuggerStepThrough]
|
|
internal partial class FreeTrialEnded : global::System.Windows.Forms.Form
|
|
{
|
|
// Token: 0x06000084 RID: 132 RVA: 0x00007E1C File Offset: 0x0000601C
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
bool flag = disposing && this.components != null;
|
|
if (flag)
|
|
{
|
|
this.components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
// Token: 0x06000085 RID: 133 RVA: 0x00007E54 File Offset: 0x00006054
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new global::System.ComponentModel.Container();
|
|
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Bunifu.Licensing.Views.FreeTrialEnded));
|
|
this.pnlFooter = new global::System.Windows.Forms.Panel();
|
|
this.bdrBottom = new global::System.Windows.Forms.Label();
|
|
this.bdrBottomLeft = new global::System.Windows.Forms.Label();
|
|
this.bdrBottomRight = new global::System.Windows.Forms.Label();
|
|
this.brdFooterSeparator = new global::System.Windows.Forms.Panel();
|
|
this.btnViewPricingPlans = new global::System.Windows.Forms.Button();
|
|
this.btnCancel = new global::System.Windows.Forms.Button();
|
|
this.pnlBody = new global::System.Windows.Forms.Panel();
|
|
this.pnlHeader = new global::System.Windows.Forms.Panel();
|
|
this.pbShrink = new global::System.Windows.Forms.PictureBox();
|
|
this.bdrLeft = new global::System.Windows.Forms.Label();
|
|
this.bdrRight = new global::System.Windows.Forms.Label();
|
|
this.bdrTop = new global::System.Windows.Forms.Label();
|
|
this.pbIconLarge = new global::System.Windows.Forms.PictureBox();
|
|
this.lblTitle = new global::System.Windows.Forms.Label();
|
|
this.bdrHeader = new global::System.Windows.Forms.Panel();
|
|
this.pbIcon = new global::System.Windows.Forms.PictureBox();
|
|
this.pbClose = new global::System.Windows.Forms.PictureBox();
|
|
this.lblWindowTitle = new global::System.Windows.Forms.Label();
|
|
this.lblDescription = new global::System.Windows.Forms.Label();
|
|
this.bdrMidLeft = new global::System.Windows.Forms.Label();
|
|
this.bdrMidRight = new global::System.Windows.Forms.Label();
|
|
this.lblMessage = new global::System.Windows.Forms.Label();
|
|
this.toolTip = new global::System.Windows.Forms.ToolTip(this.components);
|
|
this.pnlFooter.SuspendLayout();
|
|
this.pnlBody.SuspendLayout();
|
|
this.pnlHeader.SuspendLayout();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbShrink).BeginInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbIconLarge).BeginInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbIcon).BeginInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbClose).BeginInit();
|
|
base.SuspendLayout();
|
|
this.pnlFooter.BackColor = global::System.Drawing.Color.WhiteSmoke;
|
|
this.pnlFooter.Controls.Add(this.bdrBottom);
|
|
this.pnlFooter.Controls.Add(this.bdrBottomLeft);
|
|
this.pnlFooter.Controls.Add(this.bdrBottomRight);
|
|
this.pnlFooter.Controls.Add(this.brdFooterSeparator);
|
|
this.pnlFooter.Controls.Add(this.btnViewPricingPlans);
|
|
this.pnlFooter.Controls.Add(this.btnCancel);
|
|
this.pnlFooter.Dock = global::System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlFooter.Location = new global::System.Drawing.Point(0, 522);
|
|
this.pnlFooter.Name = "pnlFooter";
|
|
this.pnlFooter.Size = new global::System.Drawing.Size(450, 52);
|
|
this.pnlFooter.TabIndex = 14;
|
|
this.bdrBottom.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrBottom.Dock = global::System.Windows.Forms.DockStyle.Bottom;
|
|
this.bdrBottom.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrBottom.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrBottom.Location = new global::System.Drawing.Point(1, 51);
|
|
this.bdrBottom.Name = "bdrBottom";
|
|
this.bdrBottom.Size = new global::System.Drawing.Size(448, 1);
|
|
this.bdrBottom.TabIndex = 44;
|
|
this.bdrBottomLeft.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrBottomLeft.Dock = global::System.Windows.Forms.DockStyle.Left;
|
|
this.bdrBottomLeft.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrBottomLeft.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrBottomLeft.Location = new global::System.Drawing.Point(0, 1);
|
|
this.bdrBottomLeft.Name = "bdrBottomLeft";
|
|
this.bdrBottomLeft.Size = new global::System.Drawing.Size(1, 51);
|
|
this.bdrBottomLeft.TabIndex = 43;
|
|
this.bdrBottomRight.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrBottomRight.Dock = global::System.Windows.Forms.DockStyle.Right;
|
|
this.bdrBottomRight.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrBottomRight.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrBottomRight.Location = new global::System.Drawing.Point(449, 1);
|
|
this.bdrBottomRight.Name = "bdrBottomRight";
|
|
this.bdrBottomRight.Size = new global::System.Drawing.Size(1, 51);
|
|
this.bdrBottomRight.TabIndex = 42;
|
|
this.brdFooterSeparator.BackColor = global::System.Drawing.Color.Gainsboro;
|
|
this.brdFooterSeparator.Dock = global::System.Windows.Forms.DockStyle.Top;
|
|
this.brdFooterSeparator.Location = new global::System.Drawing.Point(0, 0);
|
|
this.brdFooterSeparator.Name = "brdFooterSeparator";
|
|
this.brdFooterSeparator.Size = new global::System.Drawing.Size(450, 1);
|
|
this.brdFooterSeparator.TabIndex = 19;
|
|
this.btnViewPricingPlans.Anchor = global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right;
|
|
this.btnViewPricingPlans.AutoEllipsis = true;
|
|
this.btnViewPricingPlans.BackColor = global::System.Drawing.Color.DodgerBlue;
|
|
this.btnViewPricingPlans.Cursor = global::System.Windows.Forms.Cursors.Hand;
|
|
this.btnViewPricingPlans.FlatAppearance.BorderColor = global::System.Drawing.Color.DodgerBlue;
|
|
this.btnViewPricingPlans.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnViewPricingPlans.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.btnViewPricingPlans.ForeColor = global::System.Drawing.Color.White;
|
|
this.btnViewPricingPlans.Location = new global::System.Drawing.Point(268, 7);
|
|
this.btnViewPricingPlans.Name = "btnViewPricingPlans";
|
|
this.btnViewPricingPlans.Size = new global::System.Drawing.Size(173, 38);
|
|
this.btnViewPricingPlans.TabIndex = 2;
|
|
this.btnViewPricingPlans.Text = "View pricing plans";
|
|
this.btnViewPricingPlans.UseVisualStyleBackColor = false;
|
|
this.btnViewPricingPlans.Click += new global::System.EventHandler(this.btnViewPricingPlans_Click);
|
|
this.btnCancel.Anchor = global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right;
|
|
this.btnCancel.AutoEllipsis = true;
|
|
this.btnCancel.BackColor = global::System.Drawing.Color.WhiteSmoke;
|
|
this.btnCancel.Cursor = global::System.Windows.Forms.Cursors.Hand;
|
|
this.btnCancel.DialogResult = global::System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.FlatAppearance.BorderColor = global::System.Drawing.Color.LightGray;
|
|
this.btnCancel.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCancel.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.btnCancel.ForeColor = global::System.Drawing.Color.DimGray;
|
|
this.btnCancel.Location = new global::System.Drawing.Point(103, 7);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new global::System.Drawing.Size(160, 39);
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.Text = "Activate license";
|
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
this.btnCancel.Click += new global::System.EventHandler(this.btnClose_Click);
|
|
this.btnCancel.KeyDown += new global::System.Windows.Forms.KeyEventHandler(this.InformationBox_KeyDown);
|
|
this.pnlBody.BackColor = global::System.Drawing.Color.White;
|
|
this.pnlBody.Controls.Add(this.pnlHeader);
|
|
this.pnlBody.Controls.Add(this.bdrMidLeft);
|
|
this.pnlBody.Controls.Add(this.bdrMidRight);
|
|
this.pnlBody.Controls.Add(this.lblMessage);
|
|
this.pnlBody.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlBody.Location = new global::System.Drawing.Point(0, 0);
|
|
this.pnlBody.Name = "pnlBody";
|
|
this.pnlBody.Size = new global::System.Drawing.Size(450, 522);
|
|
this.pnlBody.TabIndex = 15;
|
|
this.pnlBody.DoubleClick += new global::System.EventHandler(this.lblMessage_DoubleClick);
|
|
this.pnlHeader.BackColor = global::System.Drawing.Color.WhiteSmoke;
|
|
this.pnlHeader.Controls.Add(this.pbShrink);
|
|
this.pnlHeader.Controls.Add(this.bdrLeft);
|
|
this.pnlHeader.Controls.Add(this.bdrRight);
|
|
this.pnlHeader.Controls.Add(this.bdrTop);
|
|
this.pnlHeader.Controls.Add(this.pbIconLarge);
|
|
this.pnlHeader.Controls.Add(this.lblTitle);
|
|
this.pnlHeader.Controls.Add(this.bdrHeader);
|
|
this.pnlHeader.Controls.Add(this.pbIcon);
|
|
this.pnlHeader.Controls.Add(this.pbClose);
|
|
this.pnlHeader.Controls.Add(this.lblWindowTitle);
|
|
this.pnlHeader.Controls.Add(this.lblDescription);
|
|
this.pnlHeader.Dock = global::System.Windows.Forms.DockStyle.Top;
|
|
this.pnlHeader.Location = new global::System.Drawing.Point(1, 0);
|
|
this.pnlHeader.Name = "pnlHeader";
|
|
this.pnlHeader.Size = new global::System.Drawing.Size(448, 150);
|
|
this.pnlHeader.TabIndex = 44;
|
|
this.pnlHeader.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
this.pnlHeader.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
|
|
this.pnlHeader.MouseUp += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
|
|
this.pbShrink.Anchor = global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right;
|
|
this.pbShrink.Cursor = global::System.Windows.Forms.Cursors.Hand;
|
|
this.pbShrink.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("pbShrink.Image");
|
|
this.pbShrink.Location = new global::System.Drawing.Point(383, 10);
|
|
this.pbShrink.Name = "pbShrink";
|
|
this.pbShrink.Size = new global::System.Drawing.Size(25, 17);
|
|
this.pbShrink.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbShrink.TabIndex = 54;
|
|
this.pbShrink.TabStop = false;
|
|
this.toolTip.SetToolTip(this.pbShrink, "Shrink window");
|
|
this.pbShrink.Click += new global::System.EventHandler(this.pbShrink_Click);
|
|
this.bdrLeft.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrLeft.Dock = global::System.Windows.Forms.DockStyle.Left;
|
|
this.bdrLeft.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrLeft.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrLeft.Location = new global::System.Drawing.Point(0, 1);
|
|
this.bdrLeft.Name = "bdrLeft";
|
|
this.bdrLeft.Size = new global::System.Drawing.Size(1, 148);
|
|
this.bdrLeft.TabIndex = 53;
|
|
this.bdrRight.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrRight.Dock = global::System.Windows.Forms.DockStyle.Right;
|
|
this.bdrRight.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrRight.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrRight.Location = new global::System.Drawing.Point(447, 1);
|
|
this.bdrRight.Name = "bdrRight";
|
|
this.bdrRight.Size = new global::System.Drawing.Size(1, 148);
|
|
this.bdrRight.TabIndex = 52;
|
|
this.bdrTop.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrTop.Dock = global::System.Windows.Forms.DockStyle.Top;
|
|
this.bdrTop.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrTop.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrTop.Location = new global::System.Drawing.Point(0, 0);
|
|
this.bdrTop.Name = "bdrTop";
|
|
this.bdrTop.Size = new global::System.Drawing.Size(448, 1);
|
|
this.bdrTop.TabIndex = 51;
|
|
this.pbIconLarge.Anchor = global::System.Windows.Forms.AnchorStyles.None;
|
|
this.pbIconLarge.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("pbIconLarge.Image");
|
|
this.pbIconLarge.Location = new global::System.Drawing.Point(194, 35);
|
|
this.pbIconLarge.Name = "pbIconLarge";
|
|
this.pbIconLarge.Size = new global::System.Drawing.Size(61, 60);
|
|
this.pbIconLarge.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbIconLarge.TabIndex = 13;
|
|
this.pbIconLarge.TabStop = false;
|
|
this.pbIconLarge.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
this.pbIconLarge.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
|
|
this.pbIconLarge.MouseUp += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
|
|
this.lblTitle.Anchor = global::System.Windows.Forms.AnchorStyles.None;
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.Font = new global::System.Drawing.Font("Segoe UI", 12f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point);
|
|
this.lblTitle.ForeColor = global::System.Drawing.Color.Black;
|
|
this.lblTitle.Location = new global::System.Drawing.Point(39, 93);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new global::System.Drawing.Size(371, 28);
|
|
this.lblTitle.TabIndex = 5;
|
|
this.lblTitle.Text = "Your {TotalDays} free trial has expired";
|
|
this.lblTitle.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
this.lblTitle.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
|
|
this.lblTitle.MouseUp += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
|
|
this.bdrHeader.BackColor = global::System.Drawing.Color.Gainsboro;
|
|
this.bdrHeader.Dock = global::System.Windows.Forms.DockStyle.Bottom;
|
|
this.bdrHeader.Location = new global::System.Drawing.Point(0, 149);
|
|
this.bdrHeader.Name = "bdrHeader";
|
|
this.bdrHeader.Size = new global::System.Drawing.Size(448, 1);
|
|
this.bdrHeader.TabIndex = 12;
|
|
this.pbIcon.Image = global::Bunifu.Licensing.Properties.Resources.bunifu_framework_logo;
|
|
this.pbIcon.Location = new global::System.Drawing.Point(13, 8);
|
|
this.pbIcon.Name = "pbIcon";
|
|
this.pbIcon.Size = new global::System.Drawing.Size(21, 22);
|
|
this.pbIcon.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbIcon.TabIndex = 3;
|
|
this.pbIcon.TabStop = false;
|
|
this.pbIcon.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
this.pbIcon.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
|
|
this.pbIcon.MouseUp += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
|
|
this.pbClose.Anchor = global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right;
|
|
this.pbClose.Cursor = global::System.Windows.Forms.Cursors.Hand;
|
|
this.pbClose.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("pbClose.Image");
|
|
this.pbClose.Location = new global::System.Drawing.Point(414, 10);
|
|
this.pbClose.Name = "pbClose";
|
|
this.pbClose.Size = new global::System.Drawing.Size(25, 17);
|
|
this.pbClose.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbClose.TabIndex = 4;
|
|
this.pbClose.TabStop = false;
|
|
this.toolTip.SetToolTip(this.pbClose, "Close");
|
|
this.pbClose.Click += new global::System.EventHandler(this.btnClose_Click);
|
|
this.lblWindowTitle.AutoSize = true;
|
|
this.lblWindowTitle.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.lblWindowTitle.ForeColor = global::System.Drawing.Color.FromArgb(111, 114, 119);
|
|
this.lblWindowTitle.Location = new global::System.Drawing.Point(34, 9);
|
|
this.lblWindowTitle.Name = "lblWindowTitle";
|
|
this.lblWindowTitle.Size = new global::System.Drawing.Size(128, 20);
|
|
this.lblWindowTitle.TabIndex = 50;
|
|
this.lblWindowTitle.Text = "Bunifu Framework";
|
|
this.lblWindowTitle.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
this.lblWindowTitle.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
|
|
this.lblWindowTitle.MouseUp += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
|
|
this.lblDescription.Anchor = global::System.Windows.Forms.AnchorStyles.None;
|
|
this.lblDescription.AutoSize = true;
|
|
this.lblDescription.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.lblDescription.ForeColor = global::System.Drawing.Color.FromArgb(64, 64, 64);
|
|
this.lblDescription.Location = new global::System.Drawing.Point(82, 121);
|
|
this.lblDescription.Name = "lblDescription";
|
|
this.lblDescription.Size = new global::System.Drawing.Size(284, 20);
|
|
this.lblDescription.TabIndex = 6;
|
|
this.lblDescription.Text = "Your one-time free trial license has ended";
|
|
this.lblDescription.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
this.lblDescription.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
|
|
this.lblDescription.MouseUp += new global::System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
|
|
this.bdrMidLeft.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrMidLeft.Dock = global::System.Windows.Forms.DockStyle.Left;
|
|
this.bdrMidLeft.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrMidLeft.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrMidLeft.Location = new global::System.Drawing.Point(0, 0);
|
|
this.bdrMidLeft.Name = "bdrMidLeft";
|
|
this.bdrMidLeft.Size = new global::System.Drawing.Size(1, 522);
|
|
this.bdrMidLeft.TabIndex = 43;
|
|
this.bdrMidRight.BackColor = global::System.Drawing.Color.Silver;
|
|
this.bdrMidRight.Dock = global::System.Windows.Forms.DockStyle.Right;
|
|
this.bdrMidRight.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.bdrMidRight.ForeColor = global::System.Drawing.Color.Black;
|
|
this.bdrMidRight.Location = new global::System.Drawing.Point(449, 0);
|
|
this.bdrMidRight.Name = "bdrMidRight";
|
|
this.bdrMidRight.Size = new global::System.Drawing.Size(1, 522);
|
|
this.bdrMidRight.TabIndex = 42;
|
|
this.lblMessage.Anchor = global::System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblMessage.AutoEllipsis = true;
|
|
this.lblMessage.AutoSize = true;
|
|
this.lblMessage.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.lblMessage.ForeColor = global::System.Drawing.Color.Black;
|
|
this.lblMessage.Location = new global::System.Drawing.Point(45, 165);
|
|
this.lblMessage.MaximumSize = new global::System.Drawing.Size(360, 0);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new global::System.Drawing.Size(360, 340);
|
|
this.lblMessage.TabIndex = 14;
|
|
this.lblMessage.Text = componentResourceManager.GetString("lblMessage.Text");
|
|
this.lblMessage.DoubleClick += new global::System.EventHandler(this.lblMessage_DoubleClick);
|
|
base.AutoScaleDimensions = new global::System.Drawing.SizeF(120f, 120f);
|
|
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Dpi;
|
|
base.CancelButton = this.btnCancel;
|
|
base.ClientSize = new global::System.Drawing.Size(450, 574);
|
|
base.Controls.Add(this.pnlBody);
|
|
base.Controls.Add(this.pnlFooter);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point);
|
|
this.ForeColor = global::System.Drawing.Color.Black;
|
|
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
|
|
base.Icon = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
|
|
base.KeyPreview = true;
|
|
base.Name = "FreeTrialEnded";
|
|
base.ShowIcon = false;
|
|
base.ShowInTaskbar = false;
|
|
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Bunifu Framework: Information";
|
|
base.TopMost = true;
|
|
base.Load += new global::System.EventHandler(this.InformationBox_Load);
|
|
base.KeyDown += new global::System.Windows.Forms.KeyEventHandler(this.InformationBox_KeyDown);
|
|
this.pnlFooter.ResumeLayout(false);
|
|
this.pnlBody.ResumeLayout(false);
|
|
this.pnlBody.PerformLayout();
|
|
this.pnlHeader.ResumeLayout(false);
|
|
this.pnlHeader.PerformLayout();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbShrink).EndInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbIconLarge).EndInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbIcon).EndInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.pbClose).EndInit();
|
|
base.ResumeLayout(false);
|
|
}
|
|
|
|
// Token: 0x0400004A RID: 74
|
|
private global::System.ComponentModel.IContainer components = null;
|
|
|
|
// Token: 0x0400004B RID: 75
|
|
private global::System.Windows.Forms.Panel pnlFooter;
|
|
|
|
// Token: 0x0400004C RID: 76
|
|
private global::System.Windows.Forms.Panel brdFooterSeparator;
|
|
|
|
// Token: 0x0400004D RID: 77
|
|
internal global::System.Windows.Forms.Label lblMessage;
|
|
|
|
// Token: 0x0400004E RID: 78
|
|
internal global::System.Windows.Forms.Button btnCancel;
|
|
|
|
// Token: 0x0400004F RID: 79
|
|
internal global::System.Windows.Forms.Button btnViewPricingPlans;
|
|
|
|
// Token: 0x04000050 RID: 80
|
|
private global::System.Windows.Forms.Label bdrBottomRight;
|
|
|
|
// Token: 0x04000051 RID: 81
|
|
private global::System.Windows.Forms.Label bdrMidRight;
|
|
|
|
// Token: 0x04000052 RID: 82
|
|
private global::System.Windows.Forms.Label bdrBottomLeft;
|
|
|
|
// Token: 0x04000053 RID: 83
|
|
private global::System.Windows.Forms.Label bdrMidLeft;
|
|
|
|
// Token: 0x04000054 RID: 84
|
|
private global::System.Windows.Forms.Label bdrBottom;
|
|
|
|
// Token: 0x04000055 RID: 85
|
|
public global::System.Windows.Forms.ToolTip toolTip;
|
|
|
|
// Token: 0x04000056 RID: 86
|
|
public global::System.Windows.Forms.Panel pnlBody;
|
|
|
|
// Token: 0x04000057 RID: 87
|
|
private global::System.Windows.Forms.Panel pnlHeader;
|
|
|
|
// Token: 0x04000058 RID: 88
|
|
private global::System.Windows.Forms.Label bdrLeft;
|
|
|
|
// Token: 0x04000059 RID: 89
|
|
private global::System.Windows.Forms.Label bdrRight;
|
|
|
|
// Token: 0x0400005A RID: 90
|
|
private global::System.Windows.Forms.Label bdrTop;
|
|
|
|
// Token: 0x0400005B RID: 91
|
|
private global::System.Windows.Forms.PictureBox pbIconLarge;
|
|
|
|
// Token: 0x0400005C RID: 92
|
|
private global::System.Windows.Forms.Label lblDescription;
|
|
|
|
// Token: 0x0400005D RID: 93
|
|
private global::System.Windows.Forms.Label lblTitle;
|
|
|
|
// Token: 0x0400005E RID: 94
|
|
private global::System.Windows.Forms.Panel bdrHeader;
|
|
|
|
// Token: 0x0400005F RID: 95
|
|
private global::System.Windows.Forms.PictureBox pbIcon;
|
|
|
|
// Token: 0x04000060 RID: 96
|
|
private global::System.Windows.Forms.PictureBox pbClose;
|
|
|
|
// Token: 0x04000061 RID: 97
|
|
private global::System.Windows.Forms.Label lblWindowTitle;
|
|
|
|
// Token: 0x04000062 RID: 98
|
|
private global::System.Windows.Forms.PictureBox pbShrink;
|
|
}
|
|
}
|