updated assets

This commit is contained in:
Bitl 2020-11-07 15:32:34 -07:00
parent 803d61e61b
commit 1e44b88a08
24 changed files with 45194 additions and 132031 deletions

View File

@ -120,6 +120,9 @@ partial class CharacterCustomizationCompact
this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.listBox8 = new System.Windows.Forms.ListBox(); this.listBox8 = new System.Windows.Forms.ListBox();
this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.FaceIDBox = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox();
this.button44 = new System.Windows.Forms.Button(); this.button44 = new System.Windows.Forms.Button();
this.button45 = new System.Windows.Forms.Button(); this.button45 = new System.Windows.Forms.Button();
@ -175,9 +178,6 @@ partial class CharacterCustomizationCompact
this.button54 = new System.Windows.Forms.Button(); this.button54 = new System.Windows.Forms.Button();
this.button53 = new System.Windows.Forms.Button(); this.button53 = new System.Windows.Forms.Button();
this.button52 = new System.Windows.Forms.Button(); this.button52 = new System.Windows.Forms.Button();
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.FaceIDBox = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
@ -1130,6 +1130,33 @@ partial class CharacterCustomizationCompact
this.tabPage3.Text = "FACES"; this.tabPage3.Text = "FACES";
this.tabPage3.UseVisualStyleBackColor = true; this.tabPage3.UseVisualStyleBackColor = true;
// //
// FaceTypeBox
//
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.FaceTypeBox.FormattingEnabled = true;
this.FaceTypeBox.Location = new System.Drawing.Point(6, 162);
this.FaceTypeBox.Name = "FaceTypeBox";
this.FaceTypeBox.Size = new System.Drawing.Size(219, 21);
this.FaceTypeBox.TabIndex = 83;
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(114, 139);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(83, 13);
this.label12.TabIndex = 82;
this.label12.Text = "Custom Face ID";
//
// FaceIDBox
//
this.FaceIDBox.Location = new System.Drawing.Point(6, 136);
this.FaceIDBox.Name = "FaceIDBox";
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
this.FaceIDBox.TabIndex = 81;
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
//
// textBox6 // textBox6
// //
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight; this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
@ -1710,33 +1737,6 @@ partial class CharacterCustomizationCompact
this.button52.UseVisualStyleBackColor = true; this.button52.UseVisualStyleBackColor = true;
this.button52.Click += new System.EventHandler(this.Button52Click); this.button52.Click += new System.EventHandler(this.Button52Click);
// //
// FaceTypeBox
//
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.FaceTypeBox.FormattingEnabled = true;
this.FaceTypeBox.Location = new System.Drawing.Point(6, 162);
this.FaceTypeBox.Name = "FaceTypeBox";
this.FaceTypeBox.Size = new System.Drawing.Size(219, 21);
this.FaceTypeBox.TabIndex = 83;
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(114, 139);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(83, 13);
this.label12.TabIndex = 82;
this.label12.Text = "Custom Face ID";
//
// FaceIDBox
//
this.FaceIDBox.Location = new System.Drawing.Point(6, 136);
this.FaceIDBox.Name = "FaceIDBox";
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
this.FaceIDBox.TabIndex = 81;
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
//
// CharacterCustomizationCompact // CharacterCustomizationCompact
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -134,6 +134,9 @@ partial class CharacterCustomizationExtended
this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.listBox8 = new System.Windows.Forms.ListBox(); this.listBox8 = new System.Windows.Forms.ListBox();
this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.FaceIDBox = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox();
this.button44 = new System.Windows.Forms.Button(); this.button44 = new System.Windows.Forms.Button();
this.button45 = new System.Windows.Forms.Button(); this.button45 = new System.Windows.Forms.Button();
@ -193,9 +196,6 @@ partial class CharacterCustomizationExtended
this.button82 = new System.Windows.Forms.Button(); this.button82 = new System.Windows.Forms.Button();
this.button42 = new System.Windows.Forms.Button(); this.button42 = new System.Windows.Forms.Button();
this.button81 = new System.Windows.Forms.Button(); this.button81 = new System.Windows.Forms.Button();
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.FaceIDBox = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel2.SuspendLayout(); this.panel2.SuspendLayout();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
@ -1312,6 +1312,33 @@ partial class CharacterCustomizationExtended
this.tabPage3.Text = "FACES"; this.tabPage3.Text = "FACES";
this.tabPage3.UseVisualStyleBackColor = true; this.tabPage3.UseVisualStyleBackColor = true;
// //
// FaceTypeBox
//
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.FaceTypeBox.FormattingEnabled = true;
this.FaceTypeBox.Location = new System.Drawing.Point(3, 221);
this.FaceTypeBox.Name = "FaceTypeBox";
this.FaceTypeBox.Size = new System.Drawing.Size(253, 21);
this.FaceTypeBox.TabIndex = 81;
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(111, 198);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(83, 13);
this.label16.TabIndex = 80;
this.label16.Text = "Custom Face ID";
//
// FaceIDBox
//
this.FaceIDBox.Location = new System.Drawing.Point(3, 195);
this.FaceIDBox.Name = "FaceIDBox";
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
this.FaceIDBox.TabIndex = 79;
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
//
// textBox6 // textBox6
// //
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight; this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
@ -1934,33 +1961,6 @@ partial class CharacterCustomizationExtended
this.button81.UseVisualStyleBackColor = true; this.button81.UseVisualStyleBackColor = true;
this.button81.Click += new System.EventHandler(this.button81_Click); this.button81.Click += new System.EventHandler(this.button81_Click);
// //
// FaceTypeBox
//
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.FaceTypeBox.FormattingEnabled = true;
this.FaceTypeBox.Location = new System.Drawing.Point(3, 221);
this.FaceTypeBox.Name = "FaceTypeBox";
this.FaceTypeBox.Size = new System.Drawing.Size(253, 21);
this.FaceTypeBox.TabIndex = 81;
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(111, 198);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(83, 13);
this.label16.TabIndex = 80;
this.label16.Text = "Custom Face ID";
//
// FaceIDBox
//
this.FaceIDBox.Location = new System.Drawing.Point(3, 195);
this.FaceIDBox.Name = "FaceIDBox";
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
this.FaceIDBox.TabIndex = 79;
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
//
// CharacterCustomizationExtended // CharacterCustomizationExtended
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -37,36 +37,37 @@ partial class ClientScriptDocumentation
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientScriptDocumentation)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientScriptDocumentation));
this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.SuspendLayout(); this.SuspendLayout();
// //
// richTextBox1 // richTextBox1
// //
this.richTextBox1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.richTextBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true; this.richTextBox1.ReadOnly = true;
this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.richTextBox1.Size = new System.Drawing.Size(648, 338); this.richTextBox1.Size = new System.Drawing.Size(648, 338);
this.richTextBox1.TabIndex = 0; this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = ""; this.richTextBox1.Text = "";
// //
// ClientScriptDocumentation // ClientScriptDocumentation
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ClientSize = new System.Drawing.Size(648, 337); this.ClientSize = new System.Drawing.Size(648, 337);
this.Controls.Add(this.richTextBox1); this.Controls.Add(this.richTextBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false; this.MaximizeBox = false;
this.Name = "ClientScriptDocumentation"; this.Name = "ClientScriptDocumentation";
this.Text = "ClientScript Documentation"; this.Text = "ClientScript Documentation";
this.Load += new System.EventHandler(this.ClientScriptDocumentationLoad); this.Load += new System.EventHandler(this.ClientScriptDocumentationLoad);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.RichTextBox richTextBox1;
} }

View File

@ -265,21 +265,21 @@ partial class ClientinfoEditor
// newToolStripMenuItem // newToolStripMenuItem
// //
this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.newToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick); this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
// //
// loadToolStripMenuItem // loadToolStripMenuItem
// //
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.loadToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.loadToolStripMenuItem.Text = "Load"; this.loadToolStripMenuItem.Text = "Load";
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick); this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
// //
// saveToolStripMenuItem // saveToolStripMenuItem
// //
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToClientToolStripMenuItemClick); this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToClientToolStripMenuItemClick);
// //
@ -289,20 +289,20 @@ partial class ClientinfoEditor
this.textToolStripMenuItem, this.textToolStripMenuItem,
this.iNIToolStripMenuItem}); this.iNIToolStripMenuItem});
this.saveAsTextFileToolStripMenuItem.Name = "saveAsTextFileToolStripMenuItem"; this.saveAsTextFileToolStripMenuItem.Name = "saveAsTextFileToolStripMenuItem";
this.saveAsTextFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveAsTextFileToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.saveAsTextFileToolStripMenuItem.Text = "Save As"; this.saveAsTextFileToolStripMenuItem.Text = "Save As";
// //
// textToolStripMenuItem // textToolStripMenuItem
// //
this.textToolStripMenuItem.Name = "textToolStripMenuItem"; this.textToolStripMenuItem.Name = "textToolStripMenuItem";
this.textToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.textToolStripMenuItem.Size = new System.Drawing.Size(95, 22);
this.textToolStripMenuItem.Text = "Text"; this.textToolStripMenuItem.Text = "Text";
this.textToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click); this.textToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click);
// //
// iNIToolStripMenuItem // iNIToolStripMenuItem
// //
this.iNIToolStripMenuItem.Name = "iNIToolStripMenuItem"; this.iNIToolStripMenuItem.Name = "iNIToolStripMenuItem";
this.iNIToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.iNIToolStripMenuItem.Size = new System.Drawing.Size(95, 22);
this.iNIToolStripMenuItem.Text = "INI"; this.iNIToolStripMenuItem.Text = "INI";
this.iNIToolStripMenuItem.Click += new System.EventHandler(this.saveAsINIFileToolStripMenuItem_Click); this.iNIToolStripMenuItem.Click += new System.EventHandler(this.saveAsINIFileToolStripMenuItem_Click);
// //

File diff suppressed because it is too large Load Diff

View File

@ -26,113 +26,113 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiogenesEditor)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiogenesEditor));
this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.saveAsTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// menuStrip1 // menuStrip1
// //
this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem}); this.fileToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(804, 24); this.menuStrip1.Size = new System.Drawing.Size(804, 24);
this.menuStrip1.TabIndex = 0; this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.Text = "menuStrip1";
// //
// fileToolStripMenuItem // fileToolStripMenuItem
// //
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem, this.newToolStripMenuItem,
this.loadToolStripMenuItem, this.loadToolStripMenuItem,
this.saveToolStripMenuItem, this.saveToolStripMenuItem,
this.saveAsTextToolStripMenuItem}); this.saveAsTextToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File"; this.fileToolStripMenuItem.Text = "File";
// //
// newToolStripMenuItem // newToolStripMenuItem
// //
this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.newToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick); this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
// //
// loadToolStripMenuItem // loadToolStripMenuItem
// //
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.loadToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.loadToolStripMenuItem.Text = "Load"; this.loadToolStripMenuItem.Text = "Load";
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick); this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
// //
// saveToolStripMenuItem // saveToolStripMenuItem
// //
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick); this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
// //
// richTextBox1 // saveAsTextToolStripMenuItem
// //
this.richTextBox1.Location = new System.Drawing.Point(2, 27); this.saveAsTextToolStripMenuItem.Name = "saveAsTextToolStripMenuItem";
this.richTextBox1.Name = "richTextBox1"; this.saveAsTextToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.richTextBox1.Size = new System.Drawing.Size(800, 423); this.saveAsTextToolStripMenuItem.Text = "Save as Text File";
this.richTextBox1.TabIndex = 1; this.saveAsTextToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click);
this.richTextBox1.Text = ""; //
// // richTextBox1
// saveAsTextToolStripMenuItem //
// this.richTextBox1.Location = new System.Drawing.Point(2, 27);
this.saveAsTextToolStripMenuItem.Name = "saveAsTextToolStripMenuItem"; this.richTextBox1.Name = "richTextBox1";
this.saveAsTextToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.richTextBox1.Size = new System.Drawing.Size(800, 423);
this.saveAsTextToolStripMenuItem.Text = "Save as Text File"; this.richTextBox1.TabIndex = 1;
this.saveAsTextToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click); this.richTextBox1.Text = "";
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(630, 5); this.label1.Location = new System.Drawing.Point(630, 5);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 13); this.label1.Size = new System.Drawing.Size(93, 13);
this.label1.TabIndex = 2; this.label1.TabIndex = 2;
this.label1.Text = "Diogenes Version:"; this.label1.Text = "Diogenes Version:";
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(729, 5); this.label2.Location = new System.Drawing.Point(729, 5);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 13); this.label2.Size = new System.Drawing.Size(63, 13);
this.label2.TabIndex = 3; this.label2.TabIndex = 3;
this.label2.Text = "Not Loaded"; this.label2.Text = "Not Loaded";
// //
// DiogenesEditor // DiogenesEditor
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ClientSize = new System.Drawing.Size(804, 452); this.ClientSize = new System.Drawing.Size(804, 452);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Controls.Add(this.richTextBox1); this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.menuStrip1); this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DiogenesEditor"; this.Name = "DiogenesEditor";
this.Text = "Diogenes Editor"; this.Text = "Diogenes Editor";
this.menuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout(); this.menuStrip1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -36,61 +36,61 @@ partial class SplashTester
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashTester)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashTester));
this.label12 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox();
this.Preview = new System.Windows.Forms.Label(); this.Preview = new System.Windows.Forms.Label();
this.SuspendLayout(); this.SuspendLayout();
// //
// label12 // label12
// //
this.label12.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label12.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.ForeColor = System.Drawing.Color.Black; this.label12.ForeColor = System.Drawing.Color.Black;
this.label12.Location = new System.Drawing.Point(12, 22); this.label12.Location = new System.Drawing.Point(12, 22);
this.label12.Name = "label12"; this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(261, 17); this.label12.Size = new System.Drawing.Size(261, 17);
this.label12.TabIndex = 0; this.label12.TabIndex = 0;
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
// //
// textBox1 // textBox1
// //
this.textBox1.Location = new System.Drawing.Point(12, 58); this.textBox1.Location = new System.Drawing.Point(12, 58);
this.textBox1.Multiline = true; this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1"; this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(261, 39); this.textBox1.Size = new System.Drawing.Size(261, 39);
this.textBox1.TabIndex = 52; this.textBox1.TabIndex = 52;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
// //
// Preview // Preview
// //
this.Preview.AutoSize = true; this.Preview.AutoSize = true;
this.Preview.Location = new System.Drawing.Point(115, 9); this.Preview.Location = new System.Drawing.Point(115, 9);
this.Preview.Name = "Preview"; this.Preview.Name = "Preview";
this.Preview.Size = new System.Drawing.Size(45, 13); this.Preview.Size = new System.Drawing.Size(45, 13);
this.Preview.TabIndex = 53; this.Preview.TabIndex = 53;
this.Preview.Text = "Preview"; this.Preview.Text = "Preview";
// //
// SplashTester // SplashTester
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(285, 109); this.ClientSize = new System.Drawing.Size(285, 109);
this.Controls.Add(this.Preview); this.Controls.Add(this.Preview);
this.Controls.Add(this.textBox1); this.Controls.Add(this.textBox1);
this.Controls.Add(this.label12); this.Controls.Add(this.label12);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false; this.MaximizeBox = false;
this.Name = "SplashTester"; this.Name = "SplashTester";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Splash Tester"; this.Text = "Splash Tester";
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }
private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label12;

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.Click += new System.EventHandler(this.button1_Click);
// //
// Form1 // InstallForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@ -50,7 +50,7 @@
this.Controls.Add(this.button1); this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1"; this.Name = "InstallForm";
this.Text = "Novetus URI Installer"; this.Text = "Novetus URI Installer";
this.ResumeLayout(false); this.ResumeLayout(false);

File diff suppressed because it is too large Load Diff

View File

@ -104,7 +104,7 @@ namespace NovetusURI
StartGame(); StartGame();
} }
} }
#endregion #endregion
} }
#endregion #endregion
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff