mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
70 lines
3.0 KiB
C#
70 lines
3.0 KiB
C#
|
namespace splash_xcp_ng
|
|||
|
{
|
|||
|
partial class Form1
|
|||
|
{
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.labelVersion = new System.Windows.Forms.Label();
|
|||
|
this.panelMain = new System.Windows.Forms.Panel();
|
|||
|
this.panelMain.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// labelVersion
|
|||
|
//
|
|||
|
this.labelVersion.AutoSize = true;
|
|||
|
this.labelVersion.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.labelVersion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelVersion.Location = new System.Drawing.Point(10, 531);
|
|||
|
this.labelVersion.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.labelVersion.Name = "labelVersion";
|
|||
|
this.labelVersion.Size = new System.Drawing.Size(0, 13);
|
|||
|
this.labelVersion.TabIndex = 0;
|
|||
|
//
|
|||
|
// panelMain
|
|||
|
//
|
|||
|
this.panelMain.AutoSize = true;
|
|||
|
this.panelMain.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.panelMain.Controls.Add(this.labelVersion);
|
|||
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.panelMain.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.panelMain.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.panelMain.Name = "panelMain";
|
|||
|
this.panelMain.Padding = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
|||
|
this.panelMain.Size = new System.Drawing.Size(800, 554);
|
|||
|
this.panelMain.TabIndex = 1;
|
|||
|
//
|
|||
|
// Form1
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(800, 554);
|
|||
|
this.Controls.Add(this.panelMain);
|
|||
|
this.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.Name = "Form1";
|
|||
|
this.Text = "XCP-ng Center Launcher";
|
|||
|
this.Shown += new System.EventHandler(this.Form1_Shown);
|
|||
|
this.panelMain.ResumeLayout(false);
|
|||
|
this.panelMain.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
private System.Windows.Forms.Label labelVersion;
|
|||
|
private System.Windows.Forms.Panel panelMain;
|
|||
|
}
|
|||
|
}
|
|||
|
|