From 5b9bde9e80ca12f8fc5d0a680e4bb2c3b1cce050 Mon Sep 17 00:00:00 2001 From: Bitl Date: Wed, 6 Oct 2021 15:05:03 -0700 Subject: [PATCH] Update DiogenesEditor.Designer.cs --- .../Forms/SDK/DiogenesEditor.Designer.cs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Novetus/NovetusLauncher/Forms/SDK/DiogenesEditor.Designer.cs b/Novetus/NovetusLauncher/Forms/SDK/DiogenesEditor.Designer.cs index 27f0177..29e2218 100644 --- a/Novetus/NovetusLauncher/Forms/SDK/DiogenesEditor.Designer.cs +++ b/Novetus/NovetusLauncher/Forms/SDK/DiogenesEditor.Designer.cs @@ -36,6 +36,7 @@ this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); + this.NoteLabel = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // @@ -119,6 +120,18 @@ this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 3; this.label2.Text = "Not Loaded"; + // + // NoteLabel + // + this.NoteLabel.AutoSize = true; + this.NoteLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.NoteLabel.ForeColor = System.Drawing.Color.Red; + this.NoteLabel.Location = new System.Drawing.Point(47, 5); + this.NoteLabel.Name = "NoteLabel"; + this.NoteLabel.Size = new System.Drawing.Size(577, 13); + this.NoteLabel.TabIndex = 4; + this.NoteLabel.Text = "Note: Keep in mind the client version you load the Diogenes file from. v1: 2006-2" + + "010. v2: 2010-2015"; // // DiogenesEditor // @@ -126,6 +139,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(804, 452); + this.Controls.Add(this.NoteLabel); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.richTextBox1); @@ -133,8 +147,8 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DiogenesEditor"; - this.Text = "Diogenes Editor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "Diogenes Editor"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); @@ -153,4 +167,5 @@ private System.Windows.Forms.ToolStripMenuItem saveAsTextToolStripMenuItem; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label NoteLabel; } \ No newline at end of file