More Username updates

I think I got them all
This commit is contained in:
RenegadeRaven 2023-10-16 17:09:56 -05:00
parent ebb03d3d2f
commit 1c3875d6d8
5 changed files with 106 additions and 75 deletions

View File

@ -30,6 +30,7 @@ Partial Class Main5
Me.tscb_Region = New System.Windows.Forms.ToolStripComboBox()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.tsmi_About = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
Me.HoverInfo = New System.Windows.Forms.ToolTip(Me.components)
Me.pb_Donate = New System.Windows.Forms.PictureBox()
Me.gb_GameComp = New System.Windows.Forms.GroupBox()
@ -57,7 +58,6 @@ Partial Class Main5
Me.pnl_EditCard = New System.Windows.Forms.Panel()
Me.bt_Build = New System.Windows.Forms.Button()
Me.MenuStrip1.SuspendLayout()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
CType(Me.pb_Donate, System.ComponentModel.ISupportInitialize).BeginInit()
Me.gb_GameComp.SuspendLayout()
Me.gb_Region.SuspendLayout()
@ -70,9 +70,10 @@ Partial Class Main5
'lklb_Update
'
Me.lklb_Update.AutoSize = True
Me.lklb_Update.Location = New System.Drawing.Point(1, 4)
Me.lklb_Update.Location = New System.Drawing.Point(2, 6)
Me.lklb_Update.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lklb_Update.Name = "lklb_Update"
Me.lklb_Update.Size = New System.Drawing.Size(116, 13)
Me.lklb_Update.Size = New System.Drawing.Size(168, 20)
Me.lklb_Update.TabIndex = 6
Me.lklb_Update.TabStop = True
Me.lklb_Update.Text = "New Update Available!"
@ -82,10 +83,12 @@ Partial Class Main5
'
Me.MenuStrip1.BackColor = System.Drawing.Color.Transparent
Me.MenuStrip1.Dock = System.Windows.Forms.DockStyle.None
Me.MenuStrip1.GripMargin = New System.Windows.Forms.Padding(2, 2, 0, 2)
Me.MenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmi_Options})
Me.MenuStrip1.Location = New System.Drawing.Point(113, 0)
Me.MenuStrip1.Location = New System.Drawing.Point(170, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(69, 24)
Me.MenuStrip1.Size = New System.Drawing.Size(103, 35)
Me.MenuStrip1.Stretch = False
Me.MenuStrip1.TabIndex = 29
Me.MenuStrip1.Text = "MenuStrip1"
@ -94,7 +97,7 @@ Partial Class Main5
'
Me.tsmi_Options.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tscb_Region, Me.ToolStripSeparator1, Me.tsmi_About, Me.ToolStripMenuItem2})
Me.tsmi_Options.Name = "tsmi_Options"
Me.tsmi_Options.Size = New System.Drawing.Size(61, 20)
Me.tsmi_Options.Size = New System.Drawing.Size(92, 29)
Me.tsmi_Options.Text = "Options"
'
'tscb_Region
@ -104,18 +107,18 @@ Partial Class Main5
Me.tscb_Region.FlatStyle = System.Windows.Forms.FlatStyle.Standard
Me.tscb_Region.Items.AddRange(New Object() {"English (US/UK/AU)", "Français (France/Québec)", "Italiano (Italy)", "Deutsch (Germany)", "Español (Spain/Latin Americas)", "日本語 (Japan)", "한국어 (South Korea)"})
Me.tscb_Region.Name = "tscb_Region"
Me.tscb_Region.Size = New System.Drawing.Size(130, 23)
Me.tscb_Region.Size = New System.Drawing.Size(130, 33)
Me.tscb_Region.ToolTipText = "Default Region"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(187, 6)
Me.ToolStripSeparator1.Size = New System.Drawing.Size(259, 6)
'
'tsmi_About
'
Me.tsmi_About.Name = "tsmi_About"
Me.tsmi_About.Size = New System.Drawing.Size(190, 22)
Me.tsmi_About.Size = New System.Drawing.Size(262, 34)
Me.tsmi_About.Text = "About"
'
'ToolStripMenuItem2
@ -125,7 +128,7 @@ Partial Class Main5
Me.ToolStripMenuItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripMenuItem2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
Me.ToolStripMenuItem2.Size = New System.Drawing.Size(215, 22)
Me.ToolStripMenuItem2.Size = New System.Drawing.Size(262, 34)
Me.ToolStripMenuItem2.Text = " Donate"
Me.ToolStripMenuItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
'
@ -135,9 +138,10 @@ Partial Class Main5
Me.pb_Donate.BackgroundImage = CType(resources.GetObject("pb_Donate.BackgroundImage"), System.Drawing.Image)
Me.pb_Donate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.pb_Donate.Cursor = System.Windows.Forms.Cursors.Hand
Me.pb_Donate.Location = New System.Drawing.Point(218, 3)
Me.pb_Donate.Location = New System.Drawing.Point(327, 5)
Me.pb_Donate.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.pb_Donate.Name = "pb_Donate"
Me.pb_Donate.Size = New System.Drawing.Size(80, 22)
Me.pb_Donate.Size = New System.Drawing.Size(120, 34)
Me.pb_Donate.TabIndex = 32
Me.pb_Donate.TabStop = False
'
@ -147,9 +151,11 @@ Partial Class Main5
Me.gb_GameComp.Controls.Add(Me.cb_Black2)
Me.gb_GameComp.Controls.Add(Me.cb_White)
Me.gb_GameComp.Controls.Add(Me.cb_Black)
Me.gb_GameComp.Location = New System.Drawing.Point(6, 67)
Me.gb_GameComp.Location = New System.Drawing.Point(9, 103)
Me.gb_GameComp.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.gb_GameComp.Name = "gb_GameComp"
Me.gb_GameComp.Size = New System.Drawing.Size(142, 66)
Me.gb_GameComp.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.gb_GameComp.Size = New System.Drawing.Size(213, 102)
Me.gb_GameComp.TabIndex = 33
Me.gb_GameComp.TabStop = False
Me.gb_GameComp.Text = "Game Compatibility"
@ -157,9 +163,10 @@ Partial Class Main5
'cb_White2
'
Me.cb_White2.AutoSize = True
Me.cb_White2.Location = New System.Drawing.Point(73, 41)
Me.cb_White2.Location = New System.Drawing.Point(110, 63)
Me.cb_White2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.cb_White2.Name = "cb_White2"
Me.cb_White2.Size = New System.Drawing.Size(63, 17)
Me.cb_White2.Size = New System.Drawing.Size(89, 24)
Me.cb_White2.TabIndex = 3
Me.cb_White2.Text = "White 2"
Me.cb_White2.UseVisualStyleBackColor = True
@ -167,9 +174,10 @@ Partial Class Main5
'cb_Black2
'
Me.cb_Black2.AutoSize = True
Me.cb_Black2.Location = New System.Drawing.Point(12, 41)
Me.cb_Black2.Location = New System.Drawing.Point(18, 63)
Me.cb_Black2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.cb_Black2.Name = "cb_Black2"
Me.cb_Black2.Size = New System.Drawing.Size(62, 17)
Me.cb_Black2.Size = New System.Drawing.Size(87, 24)
Me.cb_Black2.TabIndex = 2
Me.cb_Black2.Text = "Black 2"
Me.cb_Black2.UseVisualStyleBackColor = True
@ -177,9 +185,10 @@ Partial Class Main5
'cb_White
'
Me.cb_White.AutoSize = True
Me.cb_White.Location = New System.Drawing.Point(73, 18)
Me.cb_White.Location = New System.Drawing.Point(110, 28)
Me.cb_White.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.cb_White.Name = "cb_White"
Me.cb_White.Size = New System.Drawing.Size(54, 17)
Me.cb_White.Size = New System.Drawing.Size(76, 24)
Me.cb_White.TabIndex = 1
Me.cb_White.Text = "White"
Me.cb_White.UseVisualStyleBackColor = True
@ -187,9 +196,10 @@ Partial Class Main5
'cb_Black
'
Me.cb_Black.AutoSize = True
Me.cb_Black.Location = New System.Drawing.Point(12, 18)
Me.cb_Black.Location = New System.Drawing.Point(18, 28)
Me.cb_Black.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.cb_Black.Name = "cb_Black"
Me.cb_Black.Size = New System.Drawing.Size(53, 17)
Me.cb_Black.Size = New System.Drawing.Size(74, 24)
Me.cb_Black.TabIndex = 0
Me.cb_Black.Text = "Black"
Me.cb_Black.UseVisualStyleBackColor = True
@ -197,9 +207,11 @@ Partial Class Main5
'gb_Region
'
Me.gb_Region.Controls.Add(Me.cb_Region)
Me.gb_Region.Location = New System.Drawing.Point(6, 139)
Me.gb_Region.Location = New System.Drawing.Point(9, 214)
Me.gb_Region.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.gb_Region.Name = "gb_Region"
Me.gb_Region.Size = New System.Drawing.Size(142, 41)
Me.gb_Region.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.gb_Region.Size = New System.Drawing.Size(213, 63)
Me.gb_Region.TabIndex = 34
Me.gb_Region.TabStop = False
Me.gb_Region.Text = "Region"
@ -209,9 +221,10 @@ Partial Class Main5
Me.cb_Region.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cb_Region.FormattingEnabled = True
Me.cb_Region.Items.AddRange(New Object() {"English (US/UK/AU)", "Français (France/Québec)", "Italiano (Italy)", "Deutsch (Germany)", "Español (Spain/Latin Americas)", "日本語 (Japan)", "한국어 (South Korea)"})
Me.cb_Region.Location = New System.Drawing.Point(6, 14)
Me.cb_Region.Location = New System.Drawing.Point(9, 22)
Me.cb_Region.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.cb_Region.Name = "cb_Region"
Me.cb_Region.Size = New System.Drawing.Size(130, 21)
Me.cb_Region.Size = New System.Drawing.Size(193, 28)
Me.cb_Region.TabIndex = 35
'
'gb_DateLimit
@ -221,9 +234,11 @@ Partial Class Main5
Me.gb_DateLimit.Controls.Add(Me.lb_Start)
Me.gb_DateLimit.Controls.Add(Me.EndDatePicker)
Me.gb_DateLimit.Controls.Add(Me.StartDatePicker)
Me.gb_DateLimit.Location = New System.Drawing.Point(155, 67)
Me.gb_DateLimit.Location = New System.Drawing.Point(232, 103)
Me.gb_DateLimit.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.gb_DateLimit.Name = "gb_DateLimit"
Me.gb_DateLimit.Size = New System.Drawing.Size(117, 113)
Me.gb_DateLimit.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.gb_DateLimit.Size = New System.Drawing.Size(176, 174)
Me.gb_DateLimit.TabIndex = 35
Me.gb_DateLimit.TabStop = False
Me.gb_DateLimit.Text = "Date Limit"
@ -231,9 +246,10 @@ Partial Class Main5
'cb_MaxLimit
'
Me.cb_MaxLimit.AutoSize = True
Me.cb_MaxLimit.Location = New System.Drawing.Point(12, 89)
Me.cb_MaxLimit.Location = New System.Drawing.Point(18, 137)
Me.cb_MaxLimit.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.cb_MaxLimit.Name = "cb_MaxLimit"
Me.cb_MaxLimit.Size = New System.Drawing.Size(95, 17)
Me.cb_MaxLimit.Size = New System.Drawing.Size(139, 24)
Me.cb_MaxLimit.TabIndex = 4
Me.cb_MaxLimit.Text = "Auto Max Limit"
Me.cb_MaxLimit.UseVisualStyleBackColor = True
@ -241,18 +257,20 @@ Partial Class Main5
'lb_End
'
Me.lb_End.AutoSize = True
Me.lb_End.Location = New System.Drawing.Point(8, 51)
Me.lb_End.Location = New System.Drawing.Point(12, 78)
Me.lb_End.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lb_End.Name = "lb_End"
Me.lb_End.Size = New System.Drawing.Size(29, 13)
Me.lb_End.Size = New System.Drawing.Size(42, 20)
Me.lb_End.TabIndex = 3
Me.lb_End.Text = "End:"
'
'lb_Start
'
Me.lb_Start.AutoSize = True
Me.lb_Start.Location = New System.Drawing.Point(8, 16)
Me.lb_Start.Location = New System.Drawing.Point(12, 25)
Me.lb_Start.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lb_Start.Name = "lb_Start"
Me.lb_Start.Size = New System.Drawing.Size(32, 13)
Me.lb_Start.Size = New System.Drawing.Size(48, 20)
Me.lb_Start.TabIndex = 2
Me.lb_Start.Text = "Start:"
'
@ -260,9 +278,10 @@ Partial Class Main5
'
Me.EndDatePicker.CustomFormat = "yyyy/MM/dd"
Me.EndDatePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.EndDatePicker.Location = New System.Drawing.Point(8, 64)
Me.EndDatePicker.Location = New System.Drawing.Point(12, 98)
Me.EndDatePicker.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.EndDatePicker.Name = "EndDatePicker"
Me.EndDatePicker.Size = New System.Drawing.Size(102, 20)
Me.EndDatePicker.Size = New System.Drawing.Size(151, 26)
Me.EndDatePicker.TabIndex = 1
Me.EndDatePicker.Value = New Date(2018, 10, 5, 0, 0, 0, 0)
'
@ -270,28 +289,31 @@ Partial Class Main5
'
Me.StartDatePicker.CustomFormat = "yyyy/MM/dd"
Me.StartDatePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.StartDatePicker.Location = New System.Drawing.Point(8, 29)
Me.StartDatePicker.Location = New System.Drawing.Point(12, 45)
Me.StartDatePicker.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.StartDatePicker.Name = "StartDatePicker"
Me.StartDatePicker.Size = New System.Drawing.Size(102, 20)
Me.StartDatePicker.Size = New System.Drawing.Size(151, 26)
Me.StartDatePicker.TabIndex = 0
Me.StartDatePicker.Value = New Date(2018, 10, 5, 0, 0, 0, 0)
'
'lb_EventMsg
'
Me.lb_EventMsg.AutoSize = True
Me.lb_EventMsg.Location = New System.Drawing.Point(30, 183)
Me.lb_EventMsg.Location = New System.Drawing.Point(45, 282)
Me.lb_EventMsg.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lb_EventMsg.Name = "lb_EventMsg"
Me.lb_EventMsg.Size = New System.Drawing.Size(84, 13)
Me.lb_EventMsg.Size = New System.Drawing.Size(123, 20)
Me.lb_EventMsg.TabIndex = 37
Me.lb_EventMsg.Text = "Event Message:"
'
'rtb_EventMsg
'
Me.rtb_EventMsg.Location = New System.Drawing.Point(30, 196)
Me.rtb_EventMsg.Location = New System.Drawing.Point(45, 302)
Me.rtb_EventMsg.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.rtb_EventMsg.MaxLength = 252
Me.rtb_EventMsg.Name = "rtb_EventMsg"
Me.rtb_EventMsg.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None
Me.rtb_EventMsg.Size = New System.Drawing.Size(223, 97)
Me.rtb_EventMsg.Size = New System.Drawing.Size(332, 147)
Me.rtb_EventMsg.TabIndex = 36
Me.rtb_EventMsg.Text = ""
Me.rtb_EventMsg.WordWrap = False
@ -299,29 +321,32 @@ Partial Class Main5
'lklb_Author
'
Me.lklb_Author.AutoSize = True
Me.lklb_Author.Location = New System.Drawing.Point(15, 434)
Me.lklb_Author.Location = New System.Drawing.Point(22, 668)
Me.lklb_Author.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lklb_Author.Name = "lklb_Author"
Me.lklb_Author.Size = New System.Drawing.Size(47, 13)
Me.lklb_Author.Size = New System.Drawing.Size(130, 20)
Me.lklb_Author.TabIndex = 40
Me.lklb_Author.TabStop = True
Me.lklb_Author.Text = "Regnum"
Me.lklb_Author.Text = "RenegadeRaven"
'
'lb_By
'
Me.lb_By.AutoSize = True
Me.lb_By.Location = New System.Drawing.Point(1, 434)
Me.lb_By.Location = New System.Drawing.Point(2, 668)
Me.lb_By.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lb_By.Name = "lb_By"
Me.lb_By.Size = New System.Drawing.Size(18, 13)
Me.lb_By.Size = New System.Drawing.Size(25, 20)
Me.lb_By.TabIndex = 41
Me.lb_By.Text = "by"
'
'bt_Custom
'
Me.bt_Custom.Font = New System.Drawing.Font("Microsoft Sans Serif", 32.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Document, CType(0, Byte))
Me.bt_Custom.Location = New System.Drawing.Point(6, 6)
Me.bt_Custom.Location = New System.Drawing.Point(9, 9)
Me.bt_Custom.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.bt_Custom.Name = "bt_Custom"
Me.bt_Custom.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.bt_Custom.Size = New System.Drawing.Size(130, 23)
Me.bt_Custom.Size = New System.Drawing.Size(195, 35)
Me.bt_Custom.TabIndex = 44
Me.bt_Custom.Text = "Custom"
Me.bt_Custom.UseVisualStyleBackColor = True
@ -330,19 +355,20 @@ Partial Class Main5
'
Me.lb_PGF.AutoEllipsis = True
Me.lb_PGF.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lb_PGF.Location = New System.Drawing.Point(6, 38)
Me.lb_PGF.Margin = New System.Windows.Forms.Padding(3, 3, 3, 0)
Me.lb_PGF.Location = New System.Drawing.Point(9, 58)
Me.lb_PGF.Margin = New System.Windows.Forms.Padding(4, 5, 4, 0)
Me.lb_PGF.Name = "lb_PGF"
Me.lb_PGF.Size = New System.Drawing.Size(266, 17)
Me.lb_PGF.Size = New System.Drawing.Size(399, 26)
Me.lb_PGF.TabIndex = 43
Me.lb_PGF.Text = "▲▲▲ Open .pgf"
Me.lb_PGF.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'bt_PGF
'
Me.bt_PGF.Location = New System.Drawing.Point(142, 6)
Me.bt_PGF.Location = New System.Drawing.Point(213, 9)
Me.bt_PGF.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.bt_PGF.Name = "bt_PGF"
Me.bt_PGF.Size = New System.Drawing.Size(130, 23)
Me.bt_PGF.Size = New System.Drawing.Size(195, 35)
Me.bt_PGF.TabIndex = 42
Me.bt_PGF.Text = "Open .pgf"
Me.bt_PGF.UseVisualStyleBackColor = True
@ -352,20 +378,22 @@ Partial Class Main5
Me.tc_Cards.Controls.Add(Me.tp_Add)
Me.tc_Cards.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.tc_Cards.ItemSize = New System.Drawing.Size(21, 18)
Me.tc_Cards.Location = New System.Drawing.Point(8, 27)
Me.tc_Cards.Location = New System.Drawing.Point(12, 42)
Me.tc_Cards.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.tc_Cards.Name = "tc_Cards"
Me.tc_Cards.Padding = New System.Drawing.Point(2, 3)
Me.tc_Cards.SelectedIndex = 0
Me.tc_Cards.Size = New System.Drawing.Size(286, 341)
Me.tc_Cards.Size = New System.Drawing.Size(429, 525)
Me.tc_Cards.TabIndex = 45
'
'tp_Add
'
Me.tp_Add.Controls.Add(Me.pnl_EditCard)
Me.tp_Add.Location = New System.Drawing.Point(4, 22)
Me.tp_Add.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.tp_Add.Name = "tp_Add"
Me.tp_Add.Padding = New System.Windows.Forms.Padding(3)
Me.tp_Add.Size = New System.Drawing.Size(278, 315)
Me.tp_Add.Padding = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.tp_Add.Size = New System.Drawing.Size(421, 499)
Me.tp_Add.TabIndex = 1
Me.tp_Add.Text = " +"
Me.tp_Add.UseVisualStyleBackColor = True
@ -381,25 +409,27 @@ Partial Class Main5
Me.pnl_EditCard.Controls.Add(Me.gb_DateLimit)
Me.pnl_EditCard.Controls.Add(Me.bt_PGF)
Me.pnl_EditCard.Location = New System.Drawing.Point(0, 0)
Me.pnl_EditCard.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.pnl_EditCard.Name = "pnl_EditCard"
Me.pnl_EditCard.Size = New System.Drawing.Size(278, 315)
Me.pnl_EditCard.Size = New System.Drawing.Size(417, 485)
Me.pnl_EditCard.TabIndex = 45
'
'bt_Build
'
Me.bt_Build.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.bt_Build.Location = New System.Drawing.Point(95, 380)
Me.bt_Build.Location = New System.Drawing.Point(142, 585)
Me.bt_Build.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.bt_Build.Name = "bt_Build"
Me.bt_Build.Size = New System.Drawing.Size(128, 46)
Me.bt_Build.Size = New System.Drawing.Size(192, 71)
Me.bt_Build.TabIndex = 46
Me.bt_Build.Text = "Build Event ROM"
Me.bt_Build.UseVisualStyleBackColor = True
'
'Main5
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(302, 450)
Me.ClientSize = New System.Drawing.Size(453, 692)
Me.Controls.Add(Me.bt_Build)
Me.Controls.Add(Me.tc_Cards)
Me.Controls.Add(Me.lklb_Author)
@ -409,6 +439,7 @@ Partial Class Main5
Me.Controls.Add(Me.MenuStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MainMenuStrip = Me.MenuStrip1
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Name = "Main5"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "PKMG5DC"

View File

@ -127,7 +127,7 @@
<data name="pb_Donate.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAFAAAAAWCAYAAABXEBvcAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMS41ZEdYUgAABn5JREFUWEftl3tU
wgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMS41ZEdYUgAABn5JREFUWEftl3tU
VEUcx69kL7VIUdJTHv8p3yIIIqCJjzTRo4hmkMcMMR4LooC8QhcQFpDloYI8BGF5LA8TgYUFXURRSaEk
kwRJAUVQsofHMsEg7/yamV02idmDeOwfYc75nr0zv99v7v197m9m9nKaGkrQn44yFkfyxx3q0Vmfx6g6
CNDFsMEhkivJudShDqUviSAsVFj6b3Bw7niUvSqLrwpCqE0GqL1kcAszwCx4PntlFkqe97YKE7uhRANT

View File

@ -5,7 +5,7 @@ Public Class Main5
Public Shared ReadOnly apppath As String = My.Application.Info.DirectoryPath 'Path to .exe directory
Public Shared ReadOnly res As String = Path.GetFullPath(Application.StartupPath & "\..\..\Resources\") 'Path to Project Resources
Public Shared ReadOnly TempPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Temp" 'Path to Temp
Public Shared ReadOnly Local As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Regnum\PKMG5DC" 'Path to Local folder
Public Shared ReadOnly Local As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\RenegadeRaven\PKMG5DC" 'Path to Local folder
Dim OpenFile As New OpenFileDialog 'Open File Window
Dim SaveFile As New SaveFileDialog 'Save File Window
ReadOnly langCksm As UShort() = {&H83BC, &H9D36, &H39AA, &H4418, &HE061, &HF57A} 'List of Language Checksums
@ -59,7 +59,7 @@ del arm9.bin arm7.bin banner.bin header.bin"}} ', {"\tools\silent_extract.vbs",
" & ControlChars.Quote & "version" & ControlChars.Quote & ": " & ControlChars.Quote & My.Application.Info.Version.ToString & ControlChars.Quote & "
}")
If My.Computer.Network.IsAvailable Then
My.Computer.Network.DownloadFile("https://raw.githubusercontent.com/PlasticJustice/PKMG5DC/master/PKMG5DC/version.txt", TempPath & "\vsn.txt")
My.Computer.Network.DownloadFile("https://raw.githubusercontent.com/RenegadeRaven/PKMG5DC/master/PKMG5DC/version.txt", TempPath & "\vsn.txt")
Dim Reader As New IO.StreamReader(TempPath & "\vsn.txt")
Dim v As String = Reader.ReadToEnd
Reader.Close()
@ -74,7 +74,7 @@ del arm9.bin arm7.bin banner.bin header.bin"}} ', {"\tools\silent_extract.vbs",
Me.Text = "PKMG5DC (" & dat & ")"
If My.Computer.Network.IsAvailable Then
Try
My.Computer.Network.DownloadFile("https://raw.githubusercontent.com/PlasticJustice/PKMG5DC/master/PKMG5DC/Resources/date.txt", TempPath & "\dt.txt")
My.Computer.Network.DownloadFile("https://raw.githubusercontent.com/RenegadeRaven/PKMG5DC/master/PKMG5DC/Resources/date.txt", TempPath & "\dt.txt")
Catch
File.WriteAllText(TempPath & "\dt.txt", " ")
End Try
@ -101,7 +101,7 @@ del arm9.bin arm7.bin banner.bin header.bin"}} ', {"\tools\silent_extract.vbs",
'Link to Update version
Private Sub Lklb_Update_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lklb_Update.LinkClicked
If My.Computer.Network.IsAvailable Then
Process.Start("https://github.com/PlasticJustice/PKMG5DC/releases/latest")
Process.Start("https://github.com/RenegadeRaven/PKMG5DC/releases/latest")
Else
MsgBox("No Internet connection!
You can not update at the moment.", vbOKOnly, "Error 404")
@ -111,7 +111,7 @@ del arm9.bin arm7.bin banner.bin header.bin"}} ', {"\tools\silent_extract.vbs",
'Link the Author's, yours truly, Github Page
Private Sub Lklb_Author_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lklb_Author.LinkClicked
If My.Computer.Network.IsAvailable Then
Process.Start("https://github.com/PlasticJustice")
Process.Start("https://github.com/RenegadeRaven")
Else
MsgBox("No Internet connection!" & "
" & "You can look me up later.", 1, "OK",,, "Error" & " 404")

View File

@ -10,10 +10,10 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("PKMG5DC")>
<Assembly: AssemblyDescription("Creates Pokémon Distribution ROMs for Gen 5")>
<Assembly: AssemblyCompany("Regnum")>
<Assembly: AssemblyCompany("RenegadeRaven")>
<Assembly: AssemblyProduct("Gen 5 Pokémon Distribution ROM Creator")>
<Assembly: AssemblyCopyright("Copyright © Regnum 2018-2020")>
<Assembly: AssemblyTrademark("Regnum")>
<Assembly: AssemblyCopyright("Copyright © RenegadeRaven 2018-2020")>
<Assembly: AssemblyTrademark("RenegadeRaven")>
<Assembly: ComVisible(False)>

View File

@ -63,10 +63,10 @@
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>60BE65DE8B23BD89153A729E77677150B1D8B64C</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>27D10E60025F9845A5BFC3A20DB5D34A92080DEF</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Regnum.pfx</ManifestKeyFile>
<ManifestKeyFile>RenegadeRaven.pfx</ManifestKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="MSBuild.AutoILMerge.Task, Version=1.0.0.0, Culture=en-US, processorArchitecture=MSIL">
@ -188,13 +188,13 @@
</None>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="Regnum.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="content\ILMergeOrder.txt" />
<Content Include="favicon1.ico" />
<Content Include="ILMergeInternalizeExcludeList.txt" />
<Content Include="ILMergeOrder.txt" />
<None Include="RenegadeRaven.pfx" />
<None Include="Resources\12distro\ndstool.exe" />
<None Include="Resources\DonateButton\ppdbs.png" />
<None Include="Resources\DonateButton\ppdb.png" />