65 lines
2.5 KiB
C#
65 lines
2.5 KiB
C#
namespace ChildForms
|
|
{
|
|
partial class frmChildSequrity
|
|
{
|
|
/// <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.copyProtectionSettings1 = new CopyProtectionSettings();
|
|
this.SuspendLayout();
|
|
//
|
|
// copyProtectionSettings1
|
|
//
|
|
this.copyProtectionSettings1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.copyProtectionSettings1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.copyProtectionSettings1.Location = new System.Drawing.Point(0, 0);
|
|
this.copyProtectionSettings1.Name = "copyProtectionSettings1";
|
|
this.copyProtectionSettings1.Size = new System.Drawing.Size(536, 475);
|
|
this.copyProtectionSettings1.TabIndex = 0;
|
|
//
|
|
// frmChildSequrity
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
|
|
this.ClientSize = new System.Drawing.Size(536, 475);
|
|
this.Controls.Add(this.copyProtectionSettings1);
|
|
this.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.HelpButton = true;
|
|
this.Name = "frmChildSequrity";
|
|
this.Text = "Sequrity Settings";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private CopyProtectionSettings copyProtectionSettings1;
|
|
}
|
|
}
|
|
|