Update DiogenesEditor.Designer.cs
This commit is contained in:
parent
cb6e38e98e
commit
5b9bde9e80
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue