Initial commit

This commit is contained in:
Michael J. Seiferling
2015-11-08 16:06:31 -06:00
parent 10be205da1
commit 2fd1aecfc9
87 changed files with 19755 additions and 1 deletions
+397
View File
@@ -0,0 +1,397 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmStartUpWizard
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStartUpWizard))
Me.tabWizard = New System.Windows.Forms.TabControl()
Me.tbPage1 = New System.Windows.Forms.TabPage()
Me.lblStep1Instructions3 = New System.Windows.Forms.Label()
Me.lblStep1Instructions2 = New System.Windows.Forms.Label()
Me.lblStep1Title = New System.Windows.Forms.Label()
Me.lblStep1Instructions = New System.Windows.Forms.Label()
Me.lblStep1Intro = New System.Windows.Forms.Label()
Me.tbPage2 = New System.Windows.Forms.TabPage()
Me.chkSync = New System.Windows.Forms.CheckBox()
Me.chkCreateFolder = New System.Windows.Forms.CheckBox()
Me.lblStep2Title = New System.Windows.Forms.Label()
Me.lblStep2Instructions = New System.Windows.Forms.Label()
Me.btnFolderBrowse = New System.Windows.Forms.Button()
Me.txtBackupPath = New System.Windows.Forms.TextBox()
Me.lblStep2Intro = New System.Windows.Forms.Label()
Me.tbPage3 = New System.Windows.Forms.TabPage()
Me.btnOpenWizard = New System.Windows.Forms.Button()
Me.btnOpenMonitorList = New System.Windows.Forms.Button()
Me.btnDownloadList = New System.Windows.Forms.Button()
Me.lblStep3Title = New System.Windows.Forms.Label()
Me.lblStep3Intro = New System.Windows.Forms.Label()
Me.tbPage4 = New System.Windows.Forms.TabPage()
Me.lblStep4Instructions3 = New System.Windows.Forms.Label()
Me.lblStep4Instructions2 = New System.Windows.Forms.Label()
Me.lblStep4Title = New System.Windows.Forms.Label()
Me.lblStep4Instructions = New System.Windows.Forms.Label()
Me.btnNext = New System.Windows.Forms.Button()
Me.btnBack = New System.Windows.Forms.Button()
Me.tabWizard.SuspendLayout()
Me.tbPage1.SuspendLayout()
Me.tbPage2.SuspendLayout()
Me.tbPage3.SuspendLayout()
Me.tbPage4.SuspendLayout()
Me.SuspendLayout()
'
'tabWizard
'
Me.tabWizard.Controls.Add(Me.tbPage1)
Me.tabWizard.Controls.Add(Me.tbPage2)
Me.tabWizard.Controls.Add(Me.tbPage3)
Me.tabWizard.Controls.Add(Me.tbPage4)
Me.tabWizard.Location = New System.Drawing.Point(-6, -24)
Me.tabWizard.Name = "tabWizard"
Me.tabWizard.SelectedIndex = 0
Me.tabWizard.Size = New System.Drawing.Size(370, 220)
Me.tabWizard.TabIndex = 0
Me.tabWizard.TabStop = False
'
'tbPage1
'
Me.tbPage1.BackColor = System.Drawing.SystemColors.Control
Me.tbPage1.Controls.Add(Me.lblStep1Instructions3)
Me.tbPage1.Controls.Add(Me.lblStep1Instructions2)
Me.tbPage1.Controls.Add(Me.lblStep1Title)
Me.tbPage1.Controls.Add(Me.lblStep1Instructions)
Me.tbPage1.Controls.Add(Me.lblStep1Intro)
Me.tbPage1.Location = New System.Drawing.Point(4, 22)
Me.tbPage1.Name = "tbPage1"
Me.tbPage1.Padding = New System.Windows.Forms.Padding(3)
Me.tbPage1.Size = New System.Drawing.Size(362, 194)
Me.tbPage1.TabIndex = 0
Me.tbPage1.Text = "TabPage1"
'
'lblStep1Instructions3
'
Me.lblStep1Instructions3.AutoSize = True
Me.lblStep1Instructions3.Location = New System.Drawing.Point(14, 160)
Me.lblStep1Instructions3.Name = "lblStep1Instructions3"
Me.lblStep1Instructions3.Size = New System.Drawing.Size(310, 13)
Me.lblStep1Instructions3.TabIndex = 10
Me.lblStep1Instructions3.Text = "GBM was designed and tested using the Dropbox cloud service."
'
'lblStep1Instructions2
'
Me.lblStep1Instructions2.Location = New System.Drawing.Point(14, 106)
Me.lblStep1Instructions2.Name = "lblStep1Instructions2"
Me.lblStep1Instructions2.Size = New System.Drawing.Size(303, 42)
Me.lblStep1Instructions2.TabIndex = 9
Me.lblStep1Instructions2.Text = "Before proceeding you may want to sign up for a cloud service and install their c" & _
"lient software. GBM works best when paired with a cloud service and client but " & _
"is not required!"
'
'lblStep1Title
'
Me.lblStep1Title.AutoSize = True
Me.lblStep1Title.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStep1Title.Location = New System.Drawing.Point(13, 11)
Me.lblStep1Title.Name = "lblStep1Title"
Me.lblStep1Title.Size = New System.Drawing.Size(148, 20)
Me.lblStep1Title.TabIndex = 8
Me.lblStep1Title.Text = "Welcome to GBM"
'
'lblStep1Instructions
'
Me.lblStep1Instructions.Location = New System.Drawing.Point(14, 64)
Me.lblStep1Instructions.Name = "lblStep1Instructions"
Me.lblStep1Instructions.Size = New System.Drawing.Size(303, 42)
Me.lblStep1Instructions.TabIndex = 6
Me.lblStep1Instructions.Text = "This wizard will guide you through some easy setup steps to get started."
'
'lblStep1Intro
'
Me.lblStep1Intro.AutoSize = True
Me.lblStep1Intro.Location = New System.Drawing.Point(14, 41)
Me.lblStep1Intro.Name = "lblStep1Intro"
Me.lblStep1Intro.Size = New System.Drawing.Size(213, 13)
Me.lblStep1Intro.TabIndex = 5
Me.lblStep1Intro.Text = "Thank you for trying Game Backup Monitor!"
'
'tbPage2
'
Me.tbPage2.BackColor = System.Drawing.SystemColors.Control
Me.tbPage2.Controls.Add(Me.chkSync)
Me.tbPage2.Controls.Add(Me.chkCreateFolder)
Me.tbPage2.Controls.Add(Me.lblStep2Title)
Me.tbPage2.Controls.Add(Me.lblStep2Instructions)
Me.tbPage2.Controls.Add(Me.btnFolderBrowse)
Me.tbPage2.Controls.Add(Me.txtBackupPath)
Me.tbPage2.Controls.Add(Me.lblStep2Intro)
Me.tbPage2.Location = New System.Drawing.Point(4, 22)
Me.tbPage2.Name = "tbPage2"
Me.tbPage2.Padding = New System.Windows.Forms.Padding(3)
Me.tbPage2.Size = New System.Drawing.Size(362, 194)
Me.tbPage2.TabIndex = 1
Me.tbPage2.Text = "TabPage2"
'
'chkSync
'
Me.chkSync.AutoSize = True
Me.chkSync.Location = New System.Drawing.Point(17, 105)
Me.chkSync.Name = "chkSync"
Me.chkSync.Size = New System.Drawing.Size(258, 17)
Me.chkSync.TabIndex = 13
Me.chkSync.Text = "Sync with existing GBM data in the backup folder"
Me.chkSync.UseVisualStyleBackColor = True
'
'chkCreateFolder
'
Me.chkCreateFolder.AutoSize = True
Me.chkCreateFolder.Location = New System.Drawing.Point(17, 83)
Me.chkCreateFolder.Name = "chkCreateFolder"
Me.chkCreateFolder.Size = New System.Drawing.Size(211, 17)
Me.chkCreateFolder.TabIndex = 12
Me.chkCreateFolder.Text = "Create a sub-folder for each application"
Me.chkCreateFolder.UseVisualStyleBackColor = True
'
'lblStep2Title
'
Me.lblStep2Title.AutoSize = True
Me.lblStep2Title.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStep2Title.Location = New System.Drawing.Point(13, 11)
Me.lblStep2Title.Name = "lblStep2Title"
Me.lblStep2Title.Size = New System.Drawing.Size(143, 20)
Me.lblStep2Title.TabIndex = 11
Me.lblStep2Title.Text = "Backup Location"
'
'lblStep2Instructions
'
Me.lblStep2Instructions.Location = New System.Drawing.Point(14, 125)
Me.lblStep2Instructions.Name = "lblStep2Instructions"
Me.lblStep2Instructions.Size = New System.Drawing.Size(335, 57)
Me.lblStep2Instructions.TabIndex = 10
Me.lblStep2Instructions.Text = resources.GetString("lblStep2Instructions.Text")
'
'btnFolderBrowse
'
Me.btnFolderBrowse.Location = New System.Drawing.Point(322, 56)
Me.btnFolderBrowse.Name = "btnFolderBrowse"
Me.btnFolderBrowse.Size = New System.Drawing.Size(27, 20)
Me.btnFolderBrowse.TabIndex = 8
Me.btnFolderBrowse.Text = "..."
Me.btnFolderBrowse.UseVisualStyleBackColor = True
'
'txtBackupPath
'
Me.txtBackupPath.AllowDrop = True
Me.txtBackupPath.Location = New System.Drawing.Point(17, 57)
Me.txtBackupPath.Name = "txtBackupPath"
Me.txtBackupPath.Size = New System.Drawing.Size(300, 20)
Me.txtBackupPath.TabIndex = 6
'
'lblStep2Intro
'
Me.lblStep2Intro.AutoSize = True
Me.lblStep2Intro.Location = New System.Drawing.Point(14, 41)
Me.lblStep2Intro.Name = "lblStep2Intro"
Me.lblStep2Intro.Size = New System.Drawing.Size(219, 13)
Me.lblStep2Intro.TabIndex = 7
Me.lblStep2Intro.Text = "Choose where GBM saves your backup files:"
'
'tbPage3
'
Me.tbPage3.BackColor = System.Drawing.SystemColors.Control
Me.tbPage3.Controls.Add(Me.btnOpenWizard)
Me.tbPage3.Controls.Add(Me.btnOpenMonitorList)
Me.tbPage3.Controls.Add(Me.btnDownloadList)
Me.tbPage3.Controls.Add(Me.lblStep3Title)
Me.tbPage3.Controls.Add(Me.lblStep3Intro)
Me.tbPage3.Location = New System.Drawing.Point(4, 22)
Me.tbPage3.Name = "tbPage3"
Me.tbPage3.Size = New System.Drawing.Size(362, 194)
Me.tbPage3.TabIndex = 2
Me.tbPage3.Text = "TabPage3"
'
'btnOpenWizard
'
Me.btnOpenWizard.Location = New System.Drawing.Point(83, 131)
Me.btnOpenWizard.Name = "btnOpenWizard"
Me.btnOpenWizard.Size = New System.Drawing.Size(196, 23)
Me.btnOpenWizard.TabIndex = 1
Me.btnOpenWizard.Text = "Add Game Wizard"
Me.btnOpenWizard.UseVisualStyleBackColor = True
'
'btnOpenMonitorList
'
Me.btnOpenMonitorList.Location = New System.Drawing.Point(83, 160)
Me.btnOpenMonitorList.Name = "btnOpenMonitorList"
Me.btnOpenMonitorList.Size = New System.Drawing.Size(196, 23)
Me.btnOpenMonitorList.TabIndex = 2
Me.btnOpenMonitorList.Text = "Game Manager"
Me.btnOpenMonitorList.UseVisualStyleBackColor = True
'
'btnDownloadList
'
Me.btnDownloadList.Location = New System.Drawing.Point(83, 102)
Me.btnDownloadList.Name = "btnDownloadList"
Me.btnDownloadList.Size = New System.Drawing.Size(196, 23)
Me.btnDownloadList.TabIndex = 0
Me.btnDownloadList.Text = "Import from Official List"
Me.btnDownloadList.UseVisualStyleBackColor = True
'
'lblStep3Title
'
Me.lblStep3Title.AutoSize = True
Me.lblStep3Title.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStep3Title.Location = New System.Drawing.Point(14, 11)
Me.lblStep3Title.Name = "lblStep3Title"
Me.lblStep3Title.Size = New System.Drawing.Size(155, 20)
Me.lblStep3Title.TabIndex = 10
Me.lblStep3Title.Text = "Monitoring Games"
'
'lblStep3Intro
'
Me.lblStep3Intro.Location = New System.Drawing.Point(14, 41)
Me.lblStep3Intro.Name = "lblStep3Intro"
Me.lblStep3Intro.Size = New System.Drawing.Size(335, 57)
Me.lblStep3Intro.TabIndex = 5
Me.lblStep3Intro.Text = resources.GetString("lblStep3Intro.Text")
'
'tbPage4
'
Me.tbPage4.BackColor = System.Drawing.SystemColors.Control
Me.tbPage4.Controls.Add(Me.lblStep4Instructions3)
Me.tbPage4.Controls.Add(Me.lblStep4Instructions2)
Me.tbPage4.Controls.Add(Me.lblStep4Title)
Me.tbPage4.Controls.Add(Me.lblStep4Instructions)
Me.tbPage4.Location = New System.Drawing.Point(4, 22)
Me.tbPage4.Name = "tbPage4"
Me.tbPage4.Size = New System.Drawing.Size(362, 194)
Me.tbPage4.TabIndex = 4
Me.tbPage4.Text = "TabPage5"
'
'lblStep4Instructions3
'
Me.lblStep4Instructions3.Location = New System.Drawing.Point(14, 116)
Me.lblStep4Instructions3.Name = "lblStep4Instructions3"
Me.lblStep4Instructions3.Size = New System.Drawing.Size(303, 33)
Me.lblStep4Instructions3.TabIndex = 18
Me.lblStep4Instructions3.Text = "To change anything you've setup in this wizard and see more settings and features" & _
", explore the menus in the application,"
'
'lblStep4Instructions2
'
Me.lblStep4Instructions2.Location = New System.Drawing.Point(14, 78)
Me.lblStep4Instructions2.Name = "lblStep4Instructions2"
Me.lblStep4Instructions2.Size = New System.Drawing.Size(303, 32)
Me.lblStep4Instructions2.TabIndex = 17
Me.lblStep4Instructions2.Text = "Just remember GBM can only currently monitor one game at a time."
'
'lblStep4Title
'
Me.lblStep4Title.AutoSize = True
Me.lblStep4Title.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStep4Title.Location = New System.Drawing.Point(14, 11)
Me.lblStep4Title.Name = "lblStep4Title"
Me.lblStep4Title.Size = New System.Drawing.Size(82, 20)
Me.lblStep4Title.TabIndex = 16
Me.lblStep4Title.Text = "Finished!"
'
'lblStep4Instructions
'
Me.lblStep4Instructions.Location = New System.Drawing.Point(14, 41)
Me.lblStep4Instructions.Name = "lblStep4Instructions"
Me.lblStep4Instructions.Size = New System.Drawing.Size(303, 31)
Me.lblStep4Instructions.TabIndex = 12
Me.lblStep4Instructions.Text = "That's all there is to it! GBM will automatically monitor and backup your applic" & _
"ations each time they are closed."
'
'btnNext
'
Me.btnNext.Location = New System.Drawing.Point(272, 202)
Me.btnNext.Name = "btnNext"
Me.btnNext.Size = New System.Drawing.Size(75, 23)
Me.btnNext.TabIndex = 11
Me.btnNext.Text = "&Next"
Me.btnNext.UseVisualStyleBackColor = True
'
'btnBack
'
Me.btnBack.Location = New System.Drawing.Point(191, 202)
Me.btnBack.Name = "btnBack"
Me.btnBack.Size = New System.Drawing.Size(75, 23)
Me.btnBack.TabIndex = 10
Me.btnBack.Text = "&Back"
Me.btnBack.UseVisualStyleBackColor = True
'
'frmStartUpWizard
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(359, 237)
Me.Controls.Add(Me.btnNext)
Me.Controls.Add(Me.btnBack)
Me.Controls.Add(Me.tabWizard)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmStartUpWizard"
Me.ShowIcon = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "GBM Setup Wizard"
Me.tabWizard.ResumeLayout(False)
Me.tbPage1.ResumeLayout(False)
Me.tbPage1.PerformLayout()
Me.tbPage2.ResumeLayout(False)
Me.tbPage2.PerformLayout()
Me.tbPage3.ResumeLayout(False)
Me.tbPage3.PerformLayout()
Me.tbPage4.ResumeLayout(False)
Me.tbPage4.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents tabWizard As System.Windows.Forms.TabControl
Friend WithEvents tbPage1 As System.Windows.Forms.TabPage
Friend WithEvents tbPage2 As System.Windows.Forms.TabPage
Friend WithEvents btnNext As System.Windows.Forms.Button
Friend WithEvents btnBack As System.Windows.Forms.Button
Friend WithEvents tbPage3 As System.Windows.Forms.TabPage
Friend WithEvents tbPage4 As System.Windows.Forms.TabPage
Friend WithEvents lblStep1Instructions As System.Windows.Forms.Label
Friend WithEvents lblStep1Intro As System.Windows.Forms.Label
Friend WithEvents lblStep2Instructions As System.Windows.Forms.Label
Friend WithEvents btnFolderBrowse As System.Windows.Forms.Button
Friend WithEvents txtBackupPath As System.Windows.Forms.TextBox
Friend WithEvents lblStep2Intro As System.Windows.Forms.Label
Friend WithEvents lblStep3Intro As System.Windows.Forms.Label
Friend WithEvents lblStep4Instructions As System.Windows.Forms.Label
Friend WithEvents lblStep1Title As System.Windows.Forms.Label
Friend WithEvents lblStep2Title As System.Windows.Forms.Label
Friend WithEvents lblStep3Title As System.Windows.Forms.Label
Friend WithEvents lblStep4Title As System.Windows.Forms.Label
Friend WithEvents lblStep1Instructions2 As System.Windows.Forms.Label
Friend WithEvents lblStep1Instructions3 As System.Windows.Forms.Label
Friend WithEvents chkCreateFolder As System.Windows.Forms.CheckBox
Friend WithEvents btnDownloadList As System.Windows.Forms.Button
Friend WithEvents btnOpenWizard As System.Windows.Forms.Button
Friend WithEvents btnOpenMonitorList As System.Windows.Forms.Button
Friend WithEvents lblStep4Instructions3 As System.Windows.Forms.Label
Friend WithEvents lblStep4Instructions2 As System.Windows.Forms.Label
Friend WithEvents chkSync As System.Windows.Forms.CheckBox
End Class