commit
4bd02557ba
1 changed files with 736 additions and 687 deletions
105
GUI.NET/Forms/frmAbout.Designer.cs
generated
105
GUI.NET/Forms/frmAbout.Designer.cs
generated
|
@ -52,9 +52,12 @@
|
|||
this.ctrlLinkLabel15 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.lblUsedSoftware = new System.Windows.Forms.Label();
|
||||
this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.ctrlLinkLabel16 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.ctrlLinkLabel8 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.ctrlLinkLabel14 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.ctrlLinkLabel16 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.ctrlLinkLabel18 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.ctrlLinkLabel19 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.ctrlLinkLabel20 = new Mesen.GUI.Controls.ctrlLinkLabel();
|
||||
this.lblCheats = new System.Windows.Forms.Label();
|
||||
this.lblCheatDatabase = new System.Windows.Forms.Label();
|
||||
this.lblSpecialThanks = new System.Windows.Forms.Label();
|
||||
|
@ -107,7 +110,7 @@
|
|||
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel.Location = new System.Drawing.Point(5, 5);
|
||||
this.tableLayoutPanel.Name = "tableLayoutPanel";
|
||||
this.tableLayoutPanel.RowCount = 9;
|
||||
this.tableLayoutPanel.RowCount = 8;
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
|
@ -116,8 +119,8 @@
|
|||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel.Size = new System.Drawing.Size(337, 344);
|
||||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel.Size = new System.Drawing.Size(337, 352);
|
||||
this.tableLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// grpAcknowledgements
|
||||
|
@ -127,7 +130,7 @@
|
|||
this.grpAcknowledgements.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.grpAcknowledgements.Location = new System.Drawing.Point(3, 91);
|
||||
this.grpAcknowledgements.Name = "grpAcknowledgements";
|
||||
this.grpAcknowledgements.Size = new System.Drawing.Size(331, 189);
|
||||
this.grpAcknowledgements.Size = new System.Drawing.Size(331, 199);
|
||||
this.grpAcknowledgements.TabIndex = 34;
|
||||
this.grpAcknowledgements.TabStop = false;
|
||||
this.grpAcknowledgements.Text = "Acknowledgements";
|
||||
|
@ -148,20 +151,20 @@
|
|||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel7, 1, 4);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblCheats, 0, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblCheatDatabase, 1, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblSpecialThanks, 0, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblSpecialThanks, 1, 6);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 8;
|
||||
this.tableLayoutPanel1.RowCount = 7;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(325, 170);
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(325, 180);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// lblEmulation
|
||||
|
@ -426,13 +429,29 @@
|
|||
this.flowLayoutPanel7.Controls.Add(this.ctrlLinkLabel16);
|
||||
this.flowLayoutPanel7.Controls.Add(this.ctrlLinkLabel8);
|
||||
this.flowLayoutPanel7.Controls.Add(this.ctrlLinkLabel14);
|
||||
this.flowLayoutPanel7.Controls.Add(this.ctrlLinkLabel18);
|
||||
this.flowLayoutPanel7.Controls.Add(this.ctrlLinkLabel19);
|
||||
this.flowLayoutPanel7.Controls.Add(this.ctrlLinkLabel20);
|
||||
this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel7.Location = new System.Drawing.Point(62, 85);
|
||||
this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
|
||||
this.flowLayoutPanel7.Size = new System.Drawing.Size(263, 31);
|
||||
this.flowLayoutPanel7.Size = new System.Drawing.Size(263, 40);
|
||||
this.flowLayoutPanel7.TabIndex = 9;
|
||||
//
|
||||
// ctrlLinkLabel16
|
||||
//
|
||||
this.ctrlLinkLabel16.AutoSize = true;
|
||||
this.ctrlLinkLabel16.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ctrlLinkLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline);
|
||||
this.ctrlLinkLabel16.ForeColor = System.Drawing.Color.Blue;
|
||||
this.ctrlLinkLabel16.Link = "http://www.qmtpro.com/~nes/nintendulator/";
|
||||
this.ctrlLinkLabel16.Location = new System.Drawing.Point(3, 0);
|
||||
this.ctrlLinkLabel16.Name = "ctrlLinkLabel16";
|
||||
this.ctrlLinkLabel16.Size = new System.Drawing.Size(104, 13);
|
||||
this.ctrlLinkLabel16.TabIndex = 9;
|
||||
this.ctrlLinkLabel16.Text = "NSF BIOS (Quietust)";
|
||||
//
|
||||
// ctrlLinkLabel8
|
||||
//
|
||||
this.ctrlLinkLabel8.AutoSize = true;
|
||||
|
@ -457,24 +476,50 @@
|
|||
this.ctrlLinkLabel14.TabIndex = 8;
|
||||
this.ctrlLinkLabel14.Text = "VRC7 Audio (Mitsutaka Okazaki)";
|
||||
//
|
||||
// ctrlLinkLabel16
|
||||
// ctrlLinkLabel18
|
||||
//
|
||||
this.ctrlLinkLabel16.AutoSize = true;
|
||||
this.ctrlLinkLabel16.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ctrlLinkLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline);
|
||||
this.ctrlLinkLabel16.ForeColor = System.Drawing.Color.Blue;
|
||||
this.ctrlLinkLabel16.Link = "http://www.qmtpro.com/~nes/nintendulator/";
|
||||
this.ctrlLinkLabel16.Location = new System.Drawing.Point(3, 0);
|
||||
this.ctrlLinkLabel16.Name = "ctrlLinkLabel16";
|
||||
this.ctrlLinkLabel16.Size = new System.Drawing.Size(104, 13);
|
||||
this.ctrlLinkLabel16.TabIndex = 9;
|
||||
this.ctrlLinkLabel16.Text = "NSF BIOS (Quietust)";
|
||||
this.ctrlLinkLabel18.AutoSize = true;
|
||||
this.ctrlLinkLabel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ctrlLinkLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline);
|
||||
this.ctrlLinkLabel18.ForeColor = System.Drawing.Color.Blue;
|
||||
this.ctrlLinkLabel18.Link = "https://github.com/nukeykt/Nuked-OPN2";
|
||||
this.ctrlLinkLabel18.Location = new System.Drawing.Point(171, 13);
|
||||
this.ctrlLinkLabel18.Name = "ctrlLinkLabel18";
|
||||
this.ctrlLinkLabel18.Size = new System.Drawing.Size(71, 13);
|
||||
this.ctrlLinkLabel18.TabIndex = 8;
|
||||
this.ctrlLinkLabel18.Text = "Nuked-OPN2";
|
||||
//
|
||||
// ctrlLinkLabel19
|
||||
//
|
||||
this.ctrlLinkLabel19.AutoSize = true;
|
||||
this.ctrlLinkLabel19.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ctrlLinkLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline);
|
||||
this.ctrlLinkLabel19.ForeColor = System.Drawing.Color.Blue;
|
||||
this.ctrlLinkLabel19.Link = "https://github.com/nukeykt/Nuked-OPLL";
|
||||
this.ctrlLinkLabel19.Location = new System.Drawing.Point(3, 26);
|
||||
this.ctrlLinkLabel19.Name = "ctrlLinkLabel19";
|
||||
this.ctrlLinkLabel19.Size = new System.Drawing.Size(69, 13);
|
||||
this.ctrlLinkLabel19.TabIndex = 8;
|
||||
this.ctrlLinkLabel19.Text = "Nuked-OPLL";
|
||||
//
|
||||
// ctrlLinkLabel20
|
||||
//
|
||||
this.ctrlLinkLabel20.AutoSize = true;
|
||||
this.ctrlLinkLabel20.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ctrlLinkLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline);
|
||||
this.ctrlLinkLabel20.ForeColor = System.Drawing.Color.Blue;
|
||||
this.ctrlLinkLabel20.Link = "https://github.com/digital-sound-antiques/emu2149";
|
||||
this.ctrlLinkLabel20.Location = new System.Drawing.Point(78, 26);
|
||||
this.ctrlLinkLabel20.Name = "ctrlLinkLabel20";
|
||||
this.ctrlLinkLabel20.Size = new System.Drawing.Size(51, 13);
|
||||
this.ctrlLinkLabel20.TabIndex = 8;
|
||||
this.ctrlLinkLabel20.Text = "emu2149";
|
||||
//
|
||||
// lblCheats
|
||||
//
|
||||
this.lblCheats.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||
this.lblCheats.AutoSize = true;
|
||||
this.lblCheats.Location = new System.Drawing.Point(3, 116);
|
||||
this.lblCheats.Location = new System.Drawing.Point(3, 125);
|
||||
this.lblCheats.Name = "lblCheats";
|
||||
this.lblCheats.Size = new System.Drawing.Size(43, 13);
|
||||
this.lblCheats.TabIndex = 10;
|
||||
|
@ -484,7 +529,7 @@
|
|||
//
|
||||
this.lblCheatDatabase.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||
this.lblCheatDatabase.AutoSize = true;
|
||||
this.lblCheatDatabase.Location = new System.Drawing.Point(65, 116);
|
||||
this.lblCheatDatabase.Location = new System.Drawing.Point(65, 125);
|
||||
this.lblCheatDatabase.Name = "lblCheatDatabase";
|
||||
this.lblCheatDatabase.Size = new System.Drawing.Size(142, 13);
|
||||
this.lblCheatDatabase.TabIndex = 11;
|
||||
|
@ -494,7 +539,7 @@
|
|||
//
|
||||
this.lblSpecialThanks.AutoSize = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.lblSpecialThanks, 2);
|
||||
this.lblSpecialThanks.Location = new System.Drawing.Point(3, 139);
|
||||
this.lblSpecialThanks.Location = new System.Drawing.Point(3, 148);
|
||||
this.lblSpecialThanks.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
|
||||
this.lblSpecialThanks.Name = "lblSpecialThanks";
|
||||
this.lblSpecialThanks.Size = new System.Drawing.Size(298, 26);
|
||||
|
@ -611,7 +656,7 @@
|
|||
//
|
||||
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.okButton.Location = new System.Drawing.Point(259, 317);
|
||||
this.okButton.Location = new System.Drawing.Point(259, 327);
|
||||
this.okButton.Name = "okButton";
|
||||
this.okButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.okButton.TabIndex = 24;
|
||||
|
@ -622,7 +667,7 @@
|
|||
this.picDonate.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||
this.picDonate.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.picDonate.Image = ((System.Drawing.Image)(resources.GetObject("picDonate.Image")));
|
||||
this.picDonate.Location = new System.Drawing.Point(3, 317);
|
||||
this.picDonate.Location = new System.Drawing.Point(3, 327);
|
||||
this.picDonate.Name = "picDonate";
|
||||
this.picDonate.Size = new System.Drawing.Size(78, 22);
|
||||
this.picDonate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
|
@ -634,7 +679,7 @@
|
|||
//
|
||||
this.lblDonate.AutoSize = true;
|
||||
this.tableLayoutPanel.SetColumnSpan(this.lblDonate, 2);
|
||||
this.lblDonate.Location = new System.Drawing.Point(0, 288);
|
||||
this.lblDonate.Location = new System.Drawing.Point(0, 298);
|
||||
this.lblDonate.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.lblDonate.Name = "lblDonate";
|
||||
this.lblDonate.Size = new System.Drawing.Size(271, 26);
|
||||
|
@ -682,8 +727,9 @@
|
|||
this.AutoSize = true;
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.CancelButton = this.okButton;
|
||||
this.ClientSize = new System.Drawing.Size(347, 354);
|
||||
this.ClientSize = new System.Drawing.Size(347, 362);
|
||||
this.Controls.Add(this.tableLayoutPanel);
|
||||
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
|
@ -757,6 +803,9 @@
|
|||
private Controls.ctrlLinkLabel ctrlLinkLabel12;
|
||||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
|
||||
private Controls.ctrlLinkLabel ctrlLinkLabel13;
|
||||
private Controls.ctrlLinkLabel ctrlLinkLabel18;
|
||||
private Controls.ctrlLinkLabel ctrlLinkLabel19;
|
||||
private Controls.ctrlLinkLabel ctrlLinkLabel20;
|
||||
private System.Windows.Forms.Label lblUsedSoftware;
|
||||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7;
|
||||
private Controls.ctrlLinkLabel ctrlLinkLabel8;
|
||||
|
|
Loading…
Add table
Reference in a new issue