mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Update credits.
This commit is contained in:
parent
f7234a36ef
commit
11b40e4589
3 changed files with 291 additions and 278 deletions
|
@ -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("")]
|
||||
|
|
565
Source/Core/Windows/AboutForm.Designer.cs
generated
565
Source/Core/Windows/AboutForm.Designer.cs
generated
|
@ -28,284 +28,296 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.PictureBox pictureBox1;
|
||||
System.Windows.Forms.PictureBox pictureBox3;
|
||||
this.close = new System.Windows.Forms.Button();
|
||||
this.builderlink = new System.Windows.Forms.LinkLabel();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
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.copyversion = new System.Windows.Forms.Button();
|
||||
this.version = new System.Windows.Forms.Label();
|
||||
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
||||
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();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
||||
this.tabPage1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
label1.Location = new System.Drawing.Point(11, 98);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(349, 50);
|
||||
label1.TabIndex = 2;
|
||||
label1.Text = "Doom Builder is designed and programmed by Pascal vd Heiden.\r\nSeveral game config" +
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.PictureBox pictureBox1;
|
||||
System.Windows.Forms.PictureBox pictureBox3;
|
||||
this.close = new System.Windows.Forms.Button();
|
||||
this.builderlink = new System.Windows.Forms.LinkLabel();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.codeimplink = new System.Windows.Forms.LinkLabel();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
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();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
pictureBox3 = new System.Windows.Forms.PictureBox();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
||||
this.tabPage1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
label1.Location = new System.Drawing.Point(11, 98);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(349, 50);
|
||||
label1.TabIndex = 2;
|
||||
label1.Text = "Doom Builder is designed and programmed by Pascal vd Heiden.\r\nSeveral game config" +
|
||||
"urations were written by various members of the Doom community. See the website " +
|
||||
"for a complete list of credits.";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
pictureBox1.Image = global::CodeImp.DoomBuilder.Properties.Resources.Splash3_small;
|
||||
pictureBox1.Location = new System.Drawing.Point(6, 6);
|
||||
pictureBox1.Name = "pictureBox1";
|
||||
pictureBox1.Size = new System.Drawing.Size(226, 80);
|
||||
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox1.TabIndex = 0;
|
||||
pictureBox1.TabStop = false;
|
||||
//
|
||||
// pictureBox3
|
||||
//
|
||||
pictureBox3.Image = global::CodeImp.DoomBuilder.Properties.Resources.GZDB_Logo_small;
|
||||
pictureBox3.Location = new System.Drawing.Point(6, 6);
|
||||
pictureBox3.Name = "pictureBox3";
|
||||
pictureBox3.Size = new System.Drawing.Size(226, 80);
|
||||
pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox3.TabIndex = 12;
|
||||
pictureBox3.TabStop = false;
|
||||
//
|
||||
// close
|
||||
//
|
||||
this.close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.close.Location = new System.Drawing.Point(285, 245);
|
||||
this.close.Name = "close";
|
||||
this.close.Size = new System.Drawing.Size(116, 25);
|
||||
this.close.TabIndex = 5;
|
||||
this.close.Text = "Close";
|
||||
this.close.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// builderlink
|
||||
//
|
||||
this.builderlink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.builderlink.AutoSize = true;
|
||||
this.builderlink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.builderlink.Location = new System.Drawing.Point(8, 156);
|
||||
this.builderlink.Name = "builderlink";
|
||||
this.builderlink.Size = new System.Drawing.Size(114, 13);
|
||||
this.builderlink.TabIndex = 3;
|
||||
this.builderlink.TabStop = true;
|
||||
this.builderlink.Text = "www.doombuilder.com";
|
||||
this.builderlink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.builderlink_LinkClicked);
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
this.pictureBox2.Image = global::CodeImp.DoomBuilder.Properties.Resources.CLogo;
|
||||
this.pictureBox2.Location = new System.Drawing.Point(289, 6);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(88, 80);
|
||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox2.TabIndex = 10;
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// codeimplink
|
||||
//
|
||||
this.codeimplink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.codeimplink.AutoSize = true;
|
||||
this.codeimplink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.codeimplink.Location = new System.Drawing.Point(8, 176);
|
||||
this.codeimplink.Name = "codeimplink";
|
||||
this.codeimplink.Size = new System.Drawing.Size(97, 13);
|
||||
this.codeimplink.TabIndex = 4;
|
||||
this.codeimplink.TabStop = true;
|
||||
this.codeimplink.Text = "www.codeimp.com";
|
||||
this.codeimplink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.codeimplink_LinkClicked);
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.Padding = new System.Drawing.Point(24, 3);
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(391, 227);
|
||||
this.tabControl1.TabIndex = 11;
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
this.tabPage3.Controls.Add(this.label2);
|
||||
this.tabPage3.Controls.Add(this.copyversion);
|
||||
this.tabPage3.Controls.Add(this.version);
|
||||
this.tabPage3.Controls.Add(this.pictureBox5);
|
||||
this.tabPage3.Controls.Add(this.srb2link);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage3.Size = new System.Drawing.Size(383, 201);
|
||||
this.tabPage3.TabIndex = 17;
|
||||
this.tabPage3.Text = "About Zone Builder";
|
||||
this.tabPage3.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
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";
|
||||
//
|
||||
// copyversion
|
||||
//
|
||||
this.copyversion.Location = new System.Drawing.Point(266, 100);
|
||||
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);
|
||||
//
|
||||
// version
|
||||
//
|
||||
this.version.AutoSize = true;
|
||||
this.version.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
this.version.Location = new System.Drawing.Point(10, 100);
|
||||
this.version.Name = "version";
|
||||
this.version.Size = new System.Drawing.Size(157, 13);
|
||||
this.version.TabIndex = 14;
|
||||
this.version.Text = "Zone Builder some version";
|
||||
//
|
||||
// pictureBox5
|
||||
//
|
||||
this.pictureBox5.BackColor = System.Drawing.Color.Silver;
|
||||
this.pictureBox5.Image = global::CodeImp.DoomBuilder.Properties.Resources.ZBLogo;
|
||||
this.pictureBox5.Location = new System.Drawing.Point(6, 6);
|
||||
this.pictureBox5.Name = "pictureBox5";
|
||||
this.pictureBox5.Size = new System.Drawing.Size(226, 80);
|
||||
this.pictureBox5.TabIndex = 0;
|
||||
this.pictureBox5.TabStop = false;
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.Controls.Add(pictureBox3);
|
||||
this.tabPage1.Controls.Add(this.pictureBox4);
|
||||
this.tabPage1.Controls.Add(this.gzdbLink);
|
||||
this.tabPage1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(383, 201);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "About GZDoom Builder";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// pictureBox4
|
||||
//
|
||||
this.pictureBox4.Image = global::CodeImp.DoomBuilder.Properties.Resources.MLogo;
|
||||
this.pictureBox4.Location = new System.Drawing.Point(289, 6);
|
||||
this.pictureBox4.Name = "pictureBox4";
|
||||
this.pictureBox4.Size = new System.Drawing.Size(88, 80);
|
||||
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox4.TabIndex = 16;
|
||||
this.pictureBox4.TabStop = false;
|
||||
//
|
||||
// gzdbLink
|
||||
//
|
||||
this.gzdbLink.AutoSize = true;
|
||||
this.gzdbLink.LinkArea = new System.Windows.Forms.LinkArea(110, 152);
|
||||
this.gzdbLink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.gzdbLink.Location = new System.Drawing.Point(11, 136);
|
||||
this.gzdbLink.Name = "gzdbLink";
|
||||
this.gzdbLink.Size = new System.Drawing.Size(309, 42);
|
||||
this.gzdbLink.TabIndex = 15;
|
||||
this.gzdbLink.TabStop = true;
|
||||
this.gzdbLink.Text = "GZDoom Builder is designed and programmed by MaxED.\r\nGZDoom Builder uses game con" +
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
pictureBox1.Image = global::CodeImp.DoomBuilder.Properties.Resources.Splash3_small;
|
||||
pictureBox1.Location = new System.Drawing.Point(6, 6);
|
||||
pictureBox1.Name = "pictureBox1";
|
||||
pictureBox1.Size = new System.Drawing.Size(226, 80);
|
||||
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox1.TabIndex = 0;
|
||||
pictureBox1.TabStop = false;
|
||||
//
|
||||
// pictureBox3
|
||||
//
|
||||
pictureBox3.Image = global::CodeImp.DoomBuilder.Properties.Resources.GZDB_Logo_small;
|
||||
pictureBox3.Location = new System.Drawing.Point(6, 6);
|
||||
pictureBox3.Name = "pictureBox3";
|
||||
pictureBox3.Size = new System.Drawing.Size(226, 80);
|
||||
pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox3.TabIndex = 12;
|
||||
pictureBox3.TabStop = false;
|
||||
//
|
||||
// close
|
||||
//
|
||||
this.close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.close.Location = new System.Drawing.Point(285, 245);
|
||||
this.close.Name = "close";
|
||||
this.close.Size = new System.Drawing.Size(116, 25);
|
||||
this.close.TabIndex = 5;
|
||||
this.close.Text = "Close";
|
||||
this.close.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// builderlink
|
||||
//
|
||||
this.builderlink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.builderlink.AutoSize = true;
|
||||
this.builderlink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.builderlink.Location = new System.Drawing.Point(8, 156);
|
||||
this.builderlink.Name = "builderlink";
|
||||
this.builderlink.Size = new System.Drawing.Size(114, 13);
|
||||
this.builderlink.TabIndex = 3;
|
||||
this.builderlink.TabStop = true;
|
||||
this.builderlink.Text = "www.doombuilder.com";
|
||||
this.builderlink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.builderlink_LinkClicked);
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
this.pictureBox2.Image = global::CodeImp.DoomBuilder.Properties.Resources.CLogo;
|
||||
this.pictureBox2.Location = new System.Drawing.Point(289, 6);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(88, 80);
|
||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox2.TabIndex = 10;
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// codeimplink
|
||||
//
|
||||
this.codeimplink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.codeimplink.AutoSize = true;
|
||||
this.codeimplink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.codeimplink.Location = new System.Drawing.Point(8, 176);
|
||||
this.codeimplink.Name = "codeimplink";
|
||||
this.codeimplink.Size = new System.Drawing.Size(97, 13);
|
||||
this.codeimplink.TabIndex = 4;
|
||||
this.codeimplink.TabStop = true;
|
||||
this.codeimplink.Text = "www.codeimp.com";
|
||||
this.codeimplink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.codeimplink_LinkClicked);
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.Padding = new System.Drawing.Point(24, 3);
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(391, 227);
|
||||
this.tabControl1.TabIndex = 11;
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
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);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage3.Size = new System.Drawing.Size(383, 201);
|
||||
this.tabPage3.TabIndex = 17;
|
||||
this.tabPage3.Text = "About Zone Builder";
|
||||
this.tabPage3.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
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, 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
|
||||
//
|
||||
this.version.AutoSize = true;
|
||||
this.version.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
this.version.Location = new System.Drawing.Point(10, 100);
|
||||
this.version.Name = "version";
|
||||
this.version.Size = new System.Drawing.Size(157, 13);
|
||||
this.version.TabIndex = 14;
|
||||
this.version.Text = "Zone Builder some version";
|
||||
//
|
||||
// pictureBox5
|
||||
//
|
||||
this.pictureBox5.BackColor = System.Drawing.Color.Silver;
|
||||
this.pictureBox5.Image = global::CodeImp.DoomBuilder.Properties.Resources.ZBLogo;
|
||||
this.pictureBox5.Location = new System.Drawing.Point(6, 6);
|
||||
this.pictureBox5.Name = "pictureBox5";
|
||||
this.pictureBox5.Size = new System.Drawing.Size(226, 80);
|
||||
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);
|
||||
this.tabPage1.Controls.Add(this.pictureBox4);
|
||||
this.tabPage1.Controls.Add(this.gzdbLink);
|
||||
this.tabPage1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(383, 201);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "About GZDoom Builder";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// pictureBox4
|
||||
//
|
||||
this.pictureBox4.Image = global::CodeImp.DoomBuilder.Properties.Resources.MLogo;
|
||||
this.pictureBox4.Location = new System.Drawing.Point(289, 6);
|
||||
this.pictureBox4.Name = "pictureBox4";
|
||||
this.pictureBox4.Size = new System.Drawing.Size(88, 80);
|
||||
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox4.TabIndex = 16;
|
||||
this.pictureBox4.TabStop = false;
|
||||
//
|
||||
// gzdbLink
|
||||
//
|
||||
this.gzdbLink.AutoSize = true;
|
||||
this.gzdbLink.LinkArea = new System.Windows.Forms.LinkArea(110, 152);
|
||||
this.gzdbLink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.gzdbLink.Location = new System.Drawing.Point(11, 136);
|
||||
this.gzdbLink.Name = "gzdbLink";
|
||||
this.gzdbLink.Size = new System.Drawing.Size(309, 42);
|
||||
this.gzdbLink.TabIndex = 15;
|
||||
this.gzdbLink.TabStop = true;
|
||||
this.gzdbLink.Text = "GZDoom Builder is designed and programmed by MaxED.\r\nGZDoom Builder uses game con" +
|
||||
"figurations created by Gez.\r\nOfficial thread at ZDoom.org";
|
||||
this.gzdbLink.UseCompatibleTextRendering = true;
|
||||
this.gzdbLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gzdbLink_LinkClicked);
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Controls.Add(pictureBox1);
|
||||
this.tabPage2.Controls.Add(this.codeimplink);
|
||||
this.tabPage2.Controls.Add(label1);
|
||||
this.tabPage2.Controls.Add(this.pictureBox2);
|
||||
this.tabPage2.Controls.Add(this.builderlink);
|
||||
this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(383, 201);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
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;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.CancelButton = this.close;
|
||||
this.ClientSize = new System.Drawing.Size(413, 277);
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Controls.Add(this.close);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "AboutForm";
|
||||
this.Opacity = 1D;
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "About";
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
||||
this.tabPage1.ResumeLayout(false);
|
||||
this.tabPage1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
this.tabPage2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.gzdbLink.UseCompatibleTextRendering = true;
|
||||
this.gzdbLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gzdbLink_LinkClicked);
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Controls.Add(pictureBox1);
|
||||
this.tabPage2.Controls.Add(this.codeimplink);
|
||||
this.tabPage2.Controls.Add(label1);
|
||||
this.tabPage2.Controls.Add(this.pictureBox2);
|
||||
this.tabPage2.Controls.Add(this.builderlink);
|
||||
this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(383, 201);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "About Doom Builder";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// AboutForm
|
||||
//
|
||||
this.AcceptButton = this.close;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.CancelButton = this.close;
|
||||
this.ClientSize = new System.Drawing.Size(413, 277);
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Controls.Add(this.close);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "AboutForm";
|
||||
this.Opacity = 1D;
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "About";
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
||||
this.tabPage1.ResumeLayout(false);
|
||||
this.tabPage1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
this.tabPage2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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("")]
|
||||
|
|
Loading…
Reference in a new issue