- Change default font

- Fiddle with random default properties
This commit is contained in:
gb.luke 2010-07-08 16:55:01 +00:00
parent c89f193a9e
commit e696cf65db
2 changed files with 76 additions and 54 deletions

View File

@ -133,7 +133,6 @@
// statusbox // statusbox
// //
this.statusbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.statusbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.statusbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.statusbox.Location = new System.Drawing.Point(12, 116); this.statusbox.Location = new System.Drawing.Point(12, 116);
this.statusbox.Multiline = true; this.statusbox.Multiline = true;
this.statusbox.Name = "statusbox"; this.statusbox.Name = "statusbox";
@ -159,11 +158,10 @@
// //
this.wadnamebox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.wadnamebox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.wadnamebox.Enabled = false; this.wadnamebox.Enabled = false;
this.wadnamebox.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.wadnamebox.Location = new System.Drawing.Point(116, 416); this.wadnamebox.Location = new System.Drawing.Point(116, 416);
this.wadnamebox.MaxLength = 99999; this.wadnamebox.MaxLength = 99999;
this.wadnamebox.Name = "wadnamebox"; this.wadnamebox.Name = "wadnamebox";
this.wadnamebox.Size = new System.Drawing.Size(146, 18); this.wadnamebox.Size = new System.Drawing.Size(146, 20);
this.wadnamebox.TabIndex = 17; this.wadnamebox.TabIndex = 17;
// //
// databaseButton // databaseButton
@ -477,10 +475,9 @@
// checkBox1 // checkBox1
// //
this.checkBox1.AutoSize = true; this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox1.Location = new System.Drawing.Point(9, 72); this.checkBox1.Location = new System.Drawing.Point(9, 72);
this.checkBox1.Name = "checkBox1"; this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(197, 28); this.checkBox1.Size = new System.Drawing.Size(228, 30);
this.checkBox1.TabIndex = 35; this.checkBox1.TabIndex = 35;
this.checkBox1.Text = "I accept that by storing my password\r\nanyone can open the proxy file and view it." + this.checkBox1.Text = "I accept that by storing my password\r\nanyone can open the proxy file and view it." +
""; "";
@ -647,15 +644,22 @@
// //
// saveaswadbtn // saveaswadbtn
// //
this.saveaswadbtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.saveaswadbtn.AutoSize = true;
this.saveaswadbtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.saveaswadbtn.BackColor = System.Drawing.Color.Transparent; this.saveaswadbtn.BackColor = System.Drawing.Color.Transparent;
this.saveaswadbtn.Enabled = false; this.saveaswadbtn.Enabled = false;
this.saveaswadbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.saveaswadbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveaswadbtn.Image = global::NUS_Downloader.Properties.Resources.disk; this.saveaswadbtn.Image = global::NUS_Downloader.Properties.Resources.disk;
this.saveaswadbtn.Location = new System.Drawing.Point(230, 433); this.saveaswadbtn.Location = new System.Drawing.Point(238, 435);
this.saveaswadbtn.MaximumSize = new System.Drawing.Size(0, 24);
this.saveaswadbtn.MinimumSize = new System.Drawing.Size(0, 24);
this.saveaswadbtn.Name = "saveaswadbtn"; this.saveaswadbtn.Name = "saveaswadbtn";
this.saveaswadbtn.Size = new System.Drawing.Size(32, 22); this.saveaswadbtn.Size = new System.Drawing.Size(24, 24);
this.saveaswadbtn.TabIndex = 53; this.saveaswadbtn.TabIndex = 53;
this.saveaswadbtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.saveaswadbtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveaswadbtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.saveaswadbtn.UseVisualStyleBackColor = false; this.saveaswadbtn.UseVisualStyleBackColor = false;
this.saveaswadbtn.Click += new System.EventHandler(this.saveaswadbtn_Click); this.saveaswadbtn.Click += new System.EventHandler(this.saveaswadbtn_Click);
this.saveaswadbtn.MouseEnter += new System.EventHandler(this.saveaswadbtn_MouseEnter); this.saveaswadbtn.MouseEnter += new System.EventHandler(this.saveaswadbtn_MouseEnter);
@ -669,26 +673,33 @@
this.keepenccontents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.keepenccontents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.keepenccontents.Location = new System.Drawing.Point(12, 437); this.keepenccontents.Location = new System.Drawing.Point(12, 437);
this.keepenccontents.Name = "keepenccontents"; this.keepenccontents.Name = "keepenccontents";
this.keepenccontents.Size = new System.Drawing.Size(165, 26); this.keepenccontents.Size = new System.Drawing.Size(212, 26);
this.keepenccontents.TabIndex = 52; this.keepenccontents.TabIndex = 52;
this.keepenccontents.Text = "Keep Encrypted Contents"; this.keepenccontents.Text = "Keep Encrypted Contents";
this.keepenccontents.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.keepenccontents.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.keepenccontents.UseVisualStyleBackColor = true; this.keepenccontents.UseVisualStyleBackColor = true;
// //
// button3 // button3
// //
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.button3.AutoSize = true;
this.button3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.button3.BackColor = System.Drawing.Color.Transparent; this.button3.BackColor = System.Drawing.Color.Transparent;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Image = global::NUS_Downloader.Properties.Resources.picture_empty; this.button3.Image = global::NUS_Downloader.Properties.Resources.picture_empty;
this.button3.Location = new System.Drawing.Point(239, 363); this.button3.Location = new System.Drawing.Point(238, 360);
this.button3.MaximumSize = new System.Drawing.Size(0, 24);
this.button3.MinimumSize = new System.Drawing.Size(0, 24);
this.button3.Name = "button3"; this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(23, 21); this.button3.Size = new System.Drawing.Size(24, 24);
this.button3.TabIndex = 31; this.button3.TabIndex = 31;
this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button3.UseVisualStyleBackColor = false; this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.ClearStatusbox); this.button3.Click += new System.EventHandler(this.ClearStatusbox);
this.button3.MouseEnter += new System.EventHandler(this.button3_MouseEnter); this.button3.MouseEnter += new System.EventHandler(this.clearButton_MouseEnter);
this.button3.MouseLeave += new System.EventHandler(this.button3_MouseLeave); this.button3.MouseLeave += new System.EventHandler(this.clearButton_MouseLeave);
// //
// packbox // packbox
// //
@ -698,8 +709,8 @@
this.packbox.Name = "packbox"; this.packbox.Name = "packbox";
this.packbox.Size = new System.Drawing.Size(98, 22); this.packbox.Size = new System.Drawing.Size(98, 22);
this.packbox.TabIndex = 6; this.packbox.TabIndex = 6;
this.packbox.Text = " Pack WAD"; this.packbox.Text = "Pack WAD";
this.packbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.packbox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.packbox.UseVisualStyleBackColor = true; this.packbox.UseVisualStyleBackColor = true;
this.packbox.CheckedChanged += new System.EventHandler(this.packbox_CheckedChanged); this.packbox.CheckedChanged += new System.EventHandler(this.packbox_CheckedChanged);
this.packbox.EnabledChanged += new System.EventHandler(this.packbox_EnabledChanged); this.packbox.EnabledChanged += new System.EventHandler(this.packbox_EnabledChanged);
@ -710,17 +721,16 @@
this.decryptbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.decryptbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.decryptbox.Location = new System.Drawing.Point(12, 462); this.decryptbox.Location = new System.Drawing.Point(12, 462);
this.decryptbox.Name = "decryptbox"; this.decryptbox.Name = "decryptbox";
this.decryptbox.Size = new System.Drawing.Size(172, 26); this.decryptbox.Size = new System.Drawing.Size(250, 26);
this.decryptbox.TabIndex = 19; this.decryptbox.TabIndex = 19;
this.decryptbox.Text = "Create Decrypted Contents"; this.decryptbox.Text = "Create Decrypted Contents";
this.decryptbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.decryptbox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.decryptbox.UseVisualStyleBackColor = true; this.decryptbox.UseVisualStyleBackColor = true;
// //
// localuse // localuse
// //
this.localuse.Checked = true; this.localuse.Checked = true;
this.localuse.CheckState = System.Windows.Forms.CheckState.Checked; this.localuse.CheckState = System.Windows.Forms.CheckState.Checked;
this.localuse.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.localuse.Image = global::NUS_Downloader.Properties.Resources.drive_disk; this.localuse.Image = global::NUS_Downloader.Properties.Resources.drive_disk;
this.localuse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.localuse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.localuse.Location = new System.Drawing.Point(91, 390); this.localuse.Location = new System.Drawing.Point(91, 390);
@ -728,7 +738,7 @@
this.localuse.Size = new System.Drawing.Size(171, 22); this.localuse.Size = new System.Drawing.Size(171, 22);
this.localuse.TabIndex = 8; this.localuse.TabIndex = 8;
this.localuse.Text = "Use Local Files If Available"; this.localuse.Text = "Use Local Files If Available";
this.localuse.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.localuse.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.localuse.UseVisualStyleBackColor = true; this.localuse.UseVisualStyleBackColor = true;
// //
// titleversion // titleversion
@ -767,25 +777,23 @@
// //
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(274, 491); this.ClientSize = new System.Drawing.Size(274, 491);
this.Controls.Add(this.saveaswadbtn);
this.Controls.Add(this.ProxyVerifyBox); this.Controls.Add(this.ProxyVerifyBox);
this.Controls.Add(this.proxyBox); this.Controls.Add(this.proxyBox);
this.Controls.Add(this.scriptsbutton); this.Controls.Add(this.scriptsbutton);
this.Controls.Add(this.titleversion); this.Controls.Add(this.titleversion);
this.Controls.Add(this.saveaswadbtn);
this.Controls.Add(this.titleidbox); this.Controls.Add(this.titleidbox);
this.Controls.Add(this.dlprogress); this.Controls.Add(this.dlprogress);
this.Controls.Add(this.consoleCBox); this.Controls.Add(this.consoleCBox);
this.Controls.Add(this.databaseButton); this.Controls.Add(this.databaseButton);
this.Controls.Add(this.keepenccontents); this.Controls.Add(this.keepenccontents);
this.Controls.Add(this.button3);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Controls.Add(this.statusbox);
this.Controls.Add(this.downloadstartbtn); this.Controls.Add(this.downloadstartbtn);
this.Controls.Add(this.wadnamebox); this.Controls.Add(this.wadnamebox);
this.Controls.Add(this.button3);
this.Controls.Add(this.Extrasbtn); this.Controls.Add(this.Extrasbtn);
this.Controls.Add(this.statusbox);
this.Controls.Add(this.packbox); this.Controls.Add(this.packbox);
this.Controls.Add(this.decryptbox); this.Controls.Add(this.decryptbox);
this.Controls.Add(this.localuse); this.Controls.Add(this.localuse);

View File

@ -59,6 +59,7 @@ namespace NUS_Downloader
private delegate void BootChecksCallback(); private delegate void BootChecksCallback();
private delegate void SetEnableForDownloadCallback(bool enabled); private delegate void SetEnableForDownloadCallback(bool enabled);
private delegate void SetPropertyThreadSafeCallback(System.ComponentModel.Component what, object setto, string property); private delegate void SetPropertyThreadSafeCallback(System.ComponentModel.Component what, object setto, string property);
private delegate string OfficialWADNamingCallback(string whut);
// Images do not compare unless globalized... // Images do not compare unless globalized...
private Image green = Properties.Resources.bullet_green; private Image green = Properties.Resources.bullet_green;
@ -157,6 +158,7 @@ namespace NUS_Downloader
// This is the standard entry to the GUI // This is the standard entry to the GUI
public Form1() public Form1()
{ {
this.Font = new System.Drawing.Font("Tahoma", 8);
InitializeComponent(); InitializeComponent();
System.Drawing.Size mysize = new System.Drawing.Size(280, this.decryptbox.Top + this.decryptbox.Height + 30); System.Drawing.Size mysize = new System.Drawing.Size(280, this.decryptbox.Top + this.decryptbox.Height + 30);
@ -829,7 +831,14 @@ namespace NUS_Downloader
if (this.InvokeRequired) if (this.InvokeRequired)
{ {
SetPropertyThreadSafeCallback sptscb = new SetPropertyThreadSafeCallback(SetPropertyThreadSafe); SetPropertyThreadSafeCallback sptscb = new SetPropertyThreadSafeCallback(SetPropertyThreadSafe);
this.Invoke(sptscb, new object[] { what, setto, property }); try
{
this.Invoke(sptscb, new object[] { what, setto, property });
}
catch (Exception)
{
// FFFFF!
}
return; return;
} }
what.GetType().GetProperty(property).SetValue(what, setto, null); what.GetType().GetProperty(property).SetValue(what, setto, null);
@ -1927,28 +1936,37 @@ namespace NUS_Downloader
public string OfficialWADNaming(string titlename) public string OfficialWADNaming(string titlename)
{ {
if (titlename == "MIOS") if (titlename == "MIOS")
wadnamebox.Text = "RVL-mios-[v].wad"; titlename = "RVL-mios-[v].wad";
else if (titlename.Contains("IOS")) else if (titlename.Contains("IOS"))
wadnamebox.Text = titlename + "-64-[v].wad"; titlename = titlename + "-64-[v].wad";
else if (titlename.Contains("System Menu")) else if (titlename.Contains("System Menu"))
wadnamebox.Text = "RVL-WiiSystemmenu-[v].wad"; titlename = "RVL-WiiSystemmenu-[v].wad";
else if (titlename.Contains("System Menu")) else if (titlename.Contains("System Menu"))
wadnamebox.Text = "RVL-WiiSystemmenu-[v].wad"; titlename = "RVL-WiiSystemmenu-[v].wad";
else if (titlename == "BC") else if (titlename == "BC")
wadnamebox.Text = "RVL-bc-[v].wad"; titlename = "RVL-bc-[v].wad";
else if (titlename.Contains("Mii Channel")) else if (titlename.Contains("Mii Channel"))
wadnamebox.Text = "RVL-NigaoeNR-[v].wad"; titlename = "RVL-NigaoeNR-[v].wad";
else if (titlename.Contains("Shopping Channel")) else if (titlename.Contains("Shopping Channel"))
wadnamebox.Text = "RVL-Shopping-[v].wad"; titlename = "RVL-Shopping-[v].wad";
else if (titlename.Contains("Weather Channel")) else if (titlename.Contains("Weather Channel"))
wadnamebox.Text = "RVL-Weather-[v].wad"; titlename = "RVL-Weather-[v].wad";
else else
wadnamebox.Text = titlename + "-NUS-[v].wad"; titlename = titlename + "-NUS-[v].wad";
if (wadnamebox.InvokeRequired)
{
OfficialWADNamingCallback ownc = new OfficialWADNamingCallback(OfficialWADNaming);
wadnamebox.Invoke(ownc, new object[] { titlename });
return titlename;
}
wadnamebox.Text = titlename;
if (titleversion.Text != "") if (titleversion.Text != "")
wadnamebox.Text = wadnamebox.Text.Replace("[v]", "v" + titleversion.Text); wadnamebox.Text = wadnamebox.Text.Replace("[v]", "v" + titleversion.Text);
return wadnamebox.Text; return titlename;
} }
private void wwitem_regionclicked(object sender, ToolStripItemClickedEventArgs e) private void wwitem_regionclicked(object sender, ToolStripItemClickedEventArgs e)
@ -3364,42 +3382,38 @@ namespace NUS_Downloader
WriteStatus("To delete all traces of proxy settings, delete the proxy.txt file!"); WriteStatus("To delete all traces of proxy settings, delete the proxy.txt file!");
} }
private void button3_MouseEnter(object sender, EventArgs e) private void clearButton_MouseEnter(object sender, EventArgs e)
{ {
// expand clear button // expand clear button
//button3.Location = new Point(194, 363); /*button3.Left = 194;
button3.Left -= 45; button3.Size = new System.Drawing.Size(68, 21);*/
button3.Size = new System.Drawing.Size(68, 21);
button3.Text = "Clear"; button3.Text = "Clear";
button3.ImageAlign = ContentAlignment.MiddleLeft; //button3.ImageAlign = ContentAlignment.MiddleLeft;
} }
private void button3_MouseLeave(object sender, EventArgs e) private void clearButton_MouseLeave(object sender, EventArgs e)
{ {
// shrink clear button // shrink clear button
//button3.Location = new Point(239, 363); /*button3.Left = 239;
button3.Left += 45; button3.Size = new System.Drawing.Size(23, 21);*/
button3.Size = new System.Drawing.Size(23, 21);
button3.Text = String.Empty; button3.Text = String.Empty;
button3.ImageAlign = ContentAlignment.MiddleCenter; //button3.ImageAlign = ContentAlignment.MiddleCenter;
} }
private void saveaswadbtn_MouseEnter(object sender, EventArgs e) private void saveaswadbtn_MouseEnter(object sender, EventArgs e)
{ {
//saveaswadbtn.Location = new Point(190, 433); /*saveaswadbtn.Left = 190;
saveaswadbtn.Left -= 40; saveaswadbtn.Size = new Size(72, 22);*/
saveaswadbtn.Size = new Size(72, 22);
saveaswadbtn.Text = "Save As"; saveaswadbtn.Text = "Save As";
saveaswadbtn.ImageAlign = ContentAlignment.MiddleLeft; /*saveaswadbtn.ImageAlign = ContentAlignment.MiddleLeft;*/
} }
private void saveaswadbtn_MouseLeave(object sender, EventArgs e) private void saveaswadbtn_MouseLeave(object sender, EventArgs e)
{ {
//saveaswadbtn.Location = new Point(230, 433); /*saveaswadbtn.Left = 230;
saveaswadbtn.Left += 40; saveaswadbtn.Size = new Size(32, 22);*/
saveaswadbtn.Size = new Size(32, 22);
saveaswadbtn.Text = String.Empty; saveaswadbtn.Text = String.Empty;
saveaswadbtn.ImageAlign = ContentAlignment.MiddleCenter; //saveaswadbtn.ImageAlign = ContentAlignment.MiddleCenter;
} }
void nus_script_item_Click(object sender, EventArgs e) void nus_script_item_Click(object sender, EventArgs e)