mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 20:34:58 +01:00
WIP: observatory UI overhaul
This commit is contained in:
52
ObservatoryCore/UI/NotificationForm.Designer.cs
generated
52
ObservatoryCore/UI/NotificationForm.Designer.cs
generated
@@ -28,12 +28,60 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.Title = new System.Windows.Forms.Label();
|
||||
this.Body = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Title
|
||||
//
|
||||
this.Title.Font = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||
this.Title.ForeColor = System.Drawing.Color.OrangeRed;
|
||||
this.Title.Location = new System.Drawing.Point(5, 5);
|
||||
this.Title.MaximumSize = new System.Drawing.Size(355, 0);
|
||||
this.Title.Name = "Title";
|
||||
this.Title.Size = new System.Drawing.Size(338, 45);
|
||||
this.Title.TabIndex = 0;
|
||||
this.Title.Text = "Title";
|
||||
//
|
||||
// Body
|
||||
//
|
||||
this.Body.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Body.AutoSize = true;
|
||||
this.Body.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||
this.Body.ForeColor = System.Drawing.Color.OrangeRed;
|
||||
this.Body.Location = new System.Drawing.Point(12, 45);
|
||||
this.Body.MaximumSize = new System.Drawing.Size(320, 85);
|
||||
this.Body.Name = "Body";
|
||||
this.Body.Size = new System.Drawing.Size(51, 31);
|
||||
this.Body.TabIndex = 1;
|
||||
this.Body.Text = "Body";
|
||||
this.Body.UseCompatibleTextRendering = true;
|
||||
//
|
||||
// NotificationForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ClientSize = new System.Drawing.Size(355, 145);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.Body);
|
||||
this.Controls.Add(this.Title);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "NotificationForm";
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.Text = "NotificationForm";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Label Title;
|
||||
private Label Body;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user