SafeDispatch/SetupProj/SetupProj/EULA.Designer.cs
2024-02-22 18:43:59 +02:00

198 lines
12 KiB
C#

namespace SetupProj
{
partial class EULA
{
/// <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(EULA));
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
this.rbResetHistory = new Telerik.WinControls.UI.RadButton();
this.rbSearchHistory = new Telerik.WinControls.UI.RadButton();
this.panel1 = new System.Windows.Forms.Panel();
this.labelWindowType = new System.Windows.Forms.Label();
this.radSpellChecker1 = new Telerik.WinControls.UI.RadSpellChecker();
this.labelInstaller = new System.Windows.Forms.Label();
this.labelAgreement = new System.Windows.Forms.Label();
this.pbLogo = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.rbResetHistory)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rbSearchHistory)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Location = new System.Drawing.Point(12, 122);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(633, 308);
this.webBrowser1.TabIndex = 0;
//
// rbResetHistory
//
this.rbResetHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rbResetHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.rbResetHistory.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbResetHistory.Font = new System.Drawing.Font("Segoe UI", 10F);
this.rbResetHistory.Location = new System.Drawing.Point(422, 446);
this.rbResetHistory.Name = "rbResetHistory";
this.rbResetHistory.Size = new System.Drawing.Size(60, 34);
this.rbResetHistory.TabIndex = 78;
this.rbResetHistory.Text = "Quit";
this.rbResetHistory.ThemeName = "TelerikMetroBlue";
this.rbResetHistory.Click += new System.EventHandler(this.btDeny_Click);
((Telerik.WinControls.UI.RadButtonElement)(this.rbResetHistory.GetChildAt(0))).Text = "Quit";
((Telerik.WinControls.Primitives.FillPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
((Telerik.WinControls.Primitives.FocusPrimitive)(this.rbResetHistory.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
//
// rbSearchHistory
//
this.rbSearchHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rbSearchHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.rbSearchHistory.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbSearchHistory.Font = new System.Drawing.Font("Segoe UI", 10F);
this.rbSearchHistory.Location = new System.Drawing.Point(509, 446);
this.rbSearchHistory.Name = "rbSearchHistory";
this.rbSearchHistory.Size = new System.Drawing.Size(136, 34);
this.rbSearchHistory.TabIndex = 77;
this.rbSearchHistory.Text = "Accept";
this.rbSearchHistory.ThemeName = "TelerikMetroBlue";
this.rbSearchHistory.Click += new System.EventHandler(this.btAccept_Click);
((Telerik.WinControls.UI.RadButtonElement)(this.rbSearchHistory.GetChildAt(0))).Text = "Accept";
((Telerik.WinControls.Primitives.FillPrimitive)(this.rbSearchHistory.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbSearchHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbSearchHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
((Telerik.WinControls.Primitives.TextPrimitive)(this.rbSearchHistory.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
((Telerik.WinControls.Primitives.FocusPrimitive)(this.rbSearchHistory.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(71)))), ((int)(((byte)(66)))));
this.panel1.Location = new System.Drawing.Point(4, 77);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(645, 4);
this.panel1.TabIndex = 125;
//
// labelWindowType
//
this.labelWindowType.AutoSize = true;
this.labelWindowType.Font = new System.Drawing.Font("Calibri", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelWindowType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(71)))), ((int)(((byte)(66)))));
this.labelWindowType.Location = new System.Drawing.Point(9, 9);
this.labelWindowType.Name = "labelWindowType";
this.labelWindowType.Size = new System.Drawing.Size(133, 37);
this.labelWindowType.TabIndex = 124;
this.labelWindowType.Text = "Welcome";
//
// labelInstaller
//
this.labelInstaller.AutoSize = true;
this.labelInstaller.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelInstaller.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(71)))), ((int)(((byte)(66)))));
this.labelInstaller.Location = new System.Drawing.Point(12, 44);
this.labelInstaller.Name = "labelInstaller";
this.labelInstaller.Size = new System.Drawing.Size(274, 29);
this.labelInstaller.TabIndex = 128;
this.labelInstaller.Text = "Installer for SafeDispatch 8";
//
// labelAgreement
//
this.labelAgreement.AutoSize = true;
this.labelAgreement.Font = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAgreement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(71)))), ((int)(((byte)(66)))));
this.labelAgreement.Location = new System.Drawing.Point(12, 92);
this.labelAgreement.Name = "labelAgreement";
this.labelAgreement.Size = new System.Drawing.Size(319, 23);
this.labelAgreement.TabIndex = 129;
this.labelAgreement.Text = "SafeMobile Software License Agreement";
//
// pbLogo
//
this.pbLogo.Image = global::SetupProj.Properties.Resources.safemobile_logo;
this.pbLogo.Location = new System.Drawing.Point(4, 454);
this.pbLogo.Name = "pbLogo";
this.pbLogo.Size = new System.Drawing.Size(161, 26);
this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbLogo.TabIndex = 127;
this.pbLogo.TabStop = false;
//
// EULA
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(657, 492);
this.Controls.Add(this.labelAgreement);
this.Controls.Add(this.labelInstaller);
this.Controls.Add(this.pbLogo);
this.Controls.Add(this.panel1);
this.Controls.Add(this.labelWindowType);
this.Controls.Add(this.rbResetHistory);
this.Controls.Add(this.rbSearchHistory);
this.Controls.Add(this.webBrowser1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EULA";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "EULA";
this.ThemeName = "TelerikMetroBlue";
((System.ComponentModel.ISupportInitialize)(this.rbResetHistory)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rbSearchHistory)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.WebBrowser webBrowser1;
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
private Telerik.WinControls.UI.RadButton rbResetHistory;
private Telerik.WinControls.UI.RadButton rbSearchHistory;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label labelWindowType;
private System.Windows.Forms.PictureBox pbLogo;
private Telerik.WinControls.UI.RadSpellChecker radSpellChecker1;
private System.Windows.Forms.Label labelInstaller;
private System.Windows.Forms.Label labelAgreement;
}
}