PostInstallForm.Designer.cs from Oscill8 at Krugle
Show PostInstallForm.Designer.cs syntax highlighted
namespace PostInstall
{
partial class PostInstallForm
{
/// <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.label = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label
//
this.label.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label.Location = new System.Drawing.Point(12, 9);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(217, 26);
this.label.TabIndex = 0;
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// PostInstallForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(241, 44);
this.ControlBox = false;
this.Controls.Add(this.label);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "PostInstallForm";
this.Text = "PostInstall";
this.TopMost = true;
this.Load += new System.EventHandler(this.PostInstallForm_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label;
}
}
See more files for this project here