update to v0.1.2

This commit is contained in:
Merith 2025-03-18 18:05:19 -07:00
parent ddd2ea9eb5
commit ea448c9fe1
16 changed files with 1072 additions and 6773 deletions

View file

@ -74,6 +74,10 @@ public class CustomMessage : Form
}
}
private void label1_Click(object sender, EventArgs e)
{
}
protected override void Dispose(bool disposing)
{
if (disposing && components != null)
@ -90,14 +94,16 @@ public class CustomMessage : Form
base.SuspendLayout();
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 25f, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(32, 79);
this.label1.Location = new System.Drawing.Point(26, 24);
this.label1.MaximumSize = new System.Drawing.Size(800, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(117, 46);
this.label1.TabIndex = 0;
this.label1.Text = "label1";
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
this.label1.Click += new System.EventHandler(label1_Click);
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button1.AutoSize = true;
this.button1.Location = new System.Drawing.Point(251, 177);
this.button1.Location = new System.Drawing.Point(244, 81);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 25);
this.button1.TabIndex = 1;
@ -107,7 +113,7 @@ public class CustomMessage : Form
base.AutoScaleDimensions = new System.Drawing.SizeF(7f, 15f);
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
base.ClientSize = new System.Drawing.Size(563, 214);
base.ClientSize = new System.Drawing.Size(563, 118);
base.ControlBox = false;
base.Controls.Add(this.button1);
base.Controls.Add(this.label1);