Update credits.

This commit is contained in:
sphere 2021-03-23 12:32:27 +01:00
parent f7234a36ef
commit 11b40e4589
3 changed files with 291 additions and 278 deletions

View File

@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Zone Builder")]
[assembly: AssemblyDescription("SRB2 map editor, forked from GZDoom Builder")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake, toaster, Justburner, sphere")]
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake, toaster, sphere")]
[assembly: AssemblyProduct("Zone Builder")]
[assembly: AssemblyCopyright("Copyright © 2007, 2021")]
[assembly: AssemblyTrademark("")]

View File

@ -37,15 +37,16 @@ namespace CodeImp.DoomBuilder.Windows
this.codeimplink = new System.Windows.Forms.LinkLabel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.copyversion = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.version = new System.Windows.Forms.Label();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.srb2link = new System.Windows.Forms.LinkLabel();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.gzdbLink = new System.Windows.Forms.LinkLabel();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.srb2link = new System.Windows.Forms.LinkLabel();
label1 = new System.Windows.Forms.Label();
pictureBox1 = new System.Windows.Forms.PictureBox();
pictureBox3 = new System.Windows.Forms.PictureBox();
@ -153,8 +154,9 @@ namespace CodeImp.DoomBuilder.Windows
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label2);
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.copyversion);
this.tabPage3.Controls.Add(this.label2);
this.tabPage3.Controls.Add(this.version);
this.tabPage3.Controls.Add(this.pictureBox5);
this.tabPage3.Controls.Add(this.srb2link);
@ -166,26 +168,36 @@ namespace CodeImp.DoomBuilder.Windows
this.tabPage3.Text = "About Zone Builder";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label2
// label3
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.Control;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(10, 144);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(210, 26);
this.label2.TabIndex = 16;
this.label2.Text = "Zone Builder is developed by: \r\nMascaraSnake, toaster, Justburner, sphere";
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(258, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(116, 13);
this.label3.TabIndex = 17;
this.label3.Text = "for Sonic Robo Blast 2:";
//
// copyversion
//
this.copyversion.Location = new System.Drawing.Point(266, 100);
this.copyversion.Location = new System.Drawing.Point(266, 94);
this.copyversion.Name = "copyversion";
this.copyversion.Size = new System.Drawing.Size(108, 25);
this.copyversion.TabIndex = 15;
this.copyversion.Text = "Copy Version";
this.copyversion.UseVisualStyleBackColor = true;
this.copyversion.Click += new System.EventHandler(this.copyversion_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(10, 114);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(262, 65);
this.label2.TabIndex = 16;
this.label2.Text = "developed by: \r\nMascaraSnake, toaster, sphere\r\n\r\nWith contributions from:\r\nJustbu" +
"rner, boris (and the Ultimate Doom Builder team)";
//
// version
//
@ -207,6 +219,19 @@ namespace CodeImp.DoomBuilder.Windows
this.pictureBox5.TabIndex = 0;
this.pictureBox5.TabStop = false;
//
// srb2link
//
this.srb2link.ActiveLinkColor = System.Drawing.Color.Firebrick;
this.srb2link.AutoSize = true;
this.srb2link.LinkColor = System.Drawing.SystemColors.HotTrack;
this.srb2link.Location = new System.Drawing.Point(290, 73);
this.srb2link.Name = "srb2link";
this.srb2link.Size = new System.Drawing.Size(84, 13);
this.srb2link.TabIndex = 2;
this.srb2link.TabStop = true;
this.srb2link.Text = "www.srb2.org";
this.srb2link.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.srb2link_LinkClicked);
//
// tabPage1
//
this.tabPage1.Controls.Add(pictureBox3);
@ -262,19 +287,6 @@ namespace CodeImp.DoomBuilder.Windows
this.tabPage2.Text = "About Doom Builder";
this.tabPage2.UseVisualStyleBackColor = true;
//
// srb2link
//
this.srb2link.ActiveLinkColor = System.Drawing.Color.Firebrick;
this.srb2link.AutoSize = true;
this.srb2link.LinkColor = System.Drawing.SystemColors.HotTrack;
this.srb2link.Location = new System.Drawing.Point(10, 180);
this.srb2link.Name = "srb2link";
this.srb2link.Size = new System.Drawing.Size(114, 13);
this.srb2link.TabIndex = 2;
this.srb2link.TabStop = true;
this.srb2link.Text = "www.srb2.org";
this.srb2link.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.srb2link_LinkClicked);
//
// AboutForm
//
this.AcceptButton = this.close;
@ -326,5 +338,6 @@ namespace CodeImp.DoomBuilder.Windows
private System.Windows.Forms.Button copyversion;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.LinkLabel srb2link;
private System.Windows.Forms.Label label3;
}
}

View File

@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Builder Modes")]
[assembly: AssemblyDescription("GZDoom Builder Editing Modes")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake, toaster, Justburner, sphere")]
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake, toaster, sphere")]
[assembly: AssemblyProduct("Doom Builder")]
[assembly: AssemblyCopyright("Copyright © 2007, 2021")]
[assembly: AssemblyTrademark("")]