nx-installation_projects_vi.../NX-Installation/Disclaimer.Designer.cs

80 lines
3.2 KiB
C#

namespace NX_Installation
{
partial class Disclaimer
{
/// <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(Disclaimer));
this.btnDisclaimer = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnDisclaimer
//
this.btnDisclaimer.Location = new System.Drawing.Point(154, 396);
this.btnDisclaimer.Name = "btnDisclaimer";
this.btnDisclaimer.Size = new System.Drawing.Size(75, 23);
this.btnDisclaimer.TabIndex = 0;
this.btnDisclaimer.Text = "Close";
this.btnDisclaimer.UseVisualStyleBackColor = true;
this.btnDisclaimer.Click += new System.EventHandler(this.btnDisclaimer_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(16, 16);
this.label1.TabIndex = 1;
this.label1.Text = resources.GetString("label1.Text");
//
// Disclaimer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(383, 431);
this.ControlBox = false;
this.Controls.Add(this.label1);
this.Controls.Add(this.btnDisclaimer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Name = "Disclaimer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Disclaimer";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnDisclaimer;
private System.Windows.Forms.Label label1;
}
}