_ Partial Class frmMain Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.Label1 = New System.Windows.Forms.Label() Me.txtClientID = New System.Windows.Forms.TextBox() Me.txtAToken = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.chkScope1 = New System.Windows.Forms.CheckBox() Me.chkScope2 = New System.Windows.Forms.CheckBox() Me.chkScope3 = New System.Windows.Forms.CheckBox() Me.chkScope4 = New System.Windows.Forms.CheckBox() Me.webMeinBrowser = New System.Windows.Forms.WebBrowser() Me.cmdGetToken = New System.Windows.Forms.Button() Me.txtURL = New System.Windows.Forms.TextBox() Me.txtScope = New System.Windows.Forms.TextBox() Me.cmdPageAccessToken = New System.Windows.Forms.Button() Me.lblInfo = New System.Windows.Forms.Label() Me.lblLink = New System.Windows.Forms.LinkLabel() Me.cmdZuFacebook = New System.Windows.Forms.Button() Me.cmdTesteToken = New System.Windows.Forms.Button() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.lblShowFbDocu = New System.Windows.Forms.LinkLabel() Me.chkScope6 = New System.Windows.Forms.CheckBox() Me.chkScope5 = New System.Windows.Forms.CheckBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.cmdShowGoogleApiConsole = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.txtGoogleRedirect = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.txtGoogleClientSecret = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtGoogleClientID = New System.Windows.Forms.TextBox() Me.cmdGetGoogleAccessToken = New System.Windows.Forms.Button() Me.cmbGoogleScope = New System.Windows.Forms.ComboBox() Me.cmdOpenGoogleConsoleIntern = New System.Windows.Forms.Button() Me.chkScope7 = New System.Windows.Forms.CheckBox() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 13) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(88, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "App-ID (client_id)" ' 'txtClientID ' Me.txtClientID.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtClientID.Location = New System.Drawing.Point(113, 10) Me.txtClientID.Name = "txtClientID" Me.txtClientID.Size = New System.Drawing.Size(652, 20) Me.txtClientID.TabIndex = 1 ' 'txtAToken ' Me.txtAToken.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtAToken.Location = New System.Drawing.Point(113, 133) Me.txtAToken.Name = "txtAToken" Me.txtAToken.Size = New System.Drawing.Size(652, 20) Me.txtAToken.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(7, 136) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(88, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Access-Token" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(7, 37) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(102, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "Scope (Permissions)" ' 'chkScope1 ' Me.chkScope1.AutoSize = True Me.chkScope1.Location = New System.Drawing.Point(114, 36) Me.chkScope1.Name = "chkScope1" Me.chkScope1.Size = New System.Drawing.Size(96, 17) Me.chkScope1.TabIndex = 4 Me.chkScope1.Text = "publish_stream" Me.chkScope1.UseVisualStyleBackColor = True ' 'chkScope2 ' Me.chkScope2.AutoSize = True Me.chkScope2.Location = New System.Drawing.Point(216, 36) Me.chkScope2.Name = "chkScope2" Me.chkScope2.Size = New System.Drawing.Size(89, 17) Me.chkScope2.TabIndex = 5 Me.chkScope2.Text = "create_event" Me.chkScope2.UseVisualStyleBackColor = True ' 'chkScope3 ' Me.chkScope3.AutoSize = True Me.chkScope3.Location = New System.Drawing.Point(311, 36) Me.chkScope3.Name = "chkScope3" Me.chkScope3.Size = New System.Drawing.Size(99, 17) Me.chkScope3.TabIndex = 6 Me.chkScope3.Text = "manage_pages" Me.chkScope3.UseVisualStyleBackColor = True ' 'chkScope4 ' Me.chkScope4.AutoSize = True Me.chkScope4.Location = New System.Drawing.Point(416, 36) Me.chkScope4.Name = "chkScope4" Me.chkScope4.Size = New System.Drawing.Size(50, 17) Me.chkScope4.TabIndex = 7 Me.chkScope4.Text = "email" Me.chkScope4.UseVisualStyleBackColor = True ' 'webMeinBrowser ' Me.webMeinBrowser.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.webMeinBrowser.Location = New System.Drawing.Point(12, 256) Me.webMeinBrowser.MinimumSize = New System.Drawing.Size(20, 20) Me.webMeinBrowser.Name = "webMeinBrowser" Me.webMeinBrowser.Size = New System.Drawing.Size(786, 341) Me.webMeinBrowser.TabIndex = 9 ' 'cmdGetToken ' Me.cmdGetToken.Location = New System.Drawing.Point(113, 83) Me.cmdGetToken.Name = "cmdGetToken" Me.cmdGetToken.Size = New System.Drawing.Size(116, 44) Me.cmdGetToken.TabIndex = 10 Me.cmdGetToken.Text = "Get Access-Token" Me.cmdGetToken.UseVisualStyleBackColor = True ' 'txtURL ' Me.txtURL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtURL.Location = New System.Drawing.Point(12, 213) Me.txtURL.Multiline = True Me.txtURL.Name = "txtURL" Me.txtURL.ReadOnly = True Me.txtURL.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal Me.txtURL.Size = New System.Drawing.Size(786, 37) Me.txtURL.TabIndex = 12 Me.txtURL.WordWrap = False ' 'txtScope ' Me.txtScope.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtScope.Location = New System.Drawing.Point(114, 57) Me.txtScope.Name = "txtScope" Me.txtScope.Size = New System.Drawing.Size(651, 20) Me.txtScope.TabIndex = 3 ' 'cmdPageAccessToken ' Me.cmdPageAccessToken.Location = New System.Drawing.Point(235, 83) Me.cmdPageAccessToken.Name = "cmdPageAccessToken" Me.cmdPageAccessToken.Size = New System.Drawing.Size(120, 44) Me.cmdPageAccessToken.TabIndex = 13 Me.cmdPageAccessToken.Text = "Get Access-Token for pages and apps" Me.cmdPageAccessToken.UseVisualStyleBackColor = True ' 'lblInfo ' Me.lblInfo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblInfo.AutoSize = True Me.lblInfo.Location = New System.Drawing.Point(13, 600) Me.lblInfo.Name = "lblInfo" Me.lblInfo.Size = New System.Drawing.Size(476, 13) Me.lblInfo.TabIndex = 14 Me.lblInfo.Text = "Version 1.3 (2013-09-07) opensource and free (CC BY 3.0 DE) Author: Simon A. Fra" & _ "nk, Details see:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'lblLink ' Me.lblLink.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblLink.AutoSize = True Me.lblLink.Location = New System.Drawing.Point(495, 600) Me.lblLink.Name = "lblLink" Me.lblLink.Size = New System.Drawing.Size(290, 13) Me.lblLink.TabIndex = 15 Me.lblLink.TabStop = True Me.lblLink.Text = "http://Frank-IT-Beratung.com/blog/access-token-manager/" ' 'cmdZuFacebook ' Me.cmdZuFacebook.Location = New System.Drawing.Point(521, 82) Me.cmdZuFacebook.Name = "cmdZuFacebook" Me.cmdZuFacebook.Size = New System.Drawing.Size(244, 44) Me.cmdZuFacebook.TabIndex = 16 Me.cmdZuFacebook.Text = "Navigate to www.facebook.com (to check/logout current user)" Me.cmdZuFacebook.UseVisualStyleBackColor = True ' 'cmdTesteToken ' Me.cmdTesteToken.Location = New System.Drawing.Point(361, 83) Me.cmdTesteToken.Name = "cmdTesteToken" Me.cmdTesteToken.Size = New System.Drawing.Size(154, 43) Me.cmdTesteToken.TabIndex = 17 Me.cmdTesteToken.Text = "Test Access Token (""me"")" Me.cmdTesteToken.UseVisualStyleBackColor = True ' 'TabControl1 ' Me.TabControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(12, 12) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(788, 195) Me.TabControl1.TabIndex = 20 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.chkScope7) Me.TabPage1.Controls.Add(Me.lblShowFbDocu) Me.TabPage1.Controls.Add(Me.chkScope6) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.txtClientID) Me.TabPage1.Controls.Add(Me.Label3) Me.TabPage1.Controls.Add(Me.cmdZuFacebook) Me.TabPage1.Controls.Add(Me.cmdTesteToken) Me.TabPage1.Controls.Add(Me.txtAToken) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.txtScope) Me.TabPage1.Controls.Add(Me.chkScope1) Me.TabPage1.Controls.Add(Me.chkScope2) Me.TabPage1.Controls.Add(Me.cmdPageAccessToken) Me.TabPage1.Controls.Add(Me.chkScope3) Me.TabPage1.Controls.Add(Me.chkScope4) Me.TabPage1.Controls.Add(Me.cmdGetToken) Me.TabPage1.Controls.Add(Me.chkScope5) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(780, 169) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Facebook" Me.TabPage1.UseVisualStyleBackColor = True ' 'lblShowFbDocu ' Me.lblShowFbDocu.AutoSize = True Me.lblShowFbDocu.Location = New System.Drawing.Point(63, 60) Me.lblShowFbDocu.Name = "lblShowFbDocu" Me.lblShowFbDocu.Size = New System.Drawing.Size(45, 13) Me.lblShowFbDocu.TabIndex = 19 Me.lblShowFbDocu.TabStop = True Me.lblShowFbDocu.Text = "... more:" ' 'chkScope6 ' Me.chkScope6.AutoSize = True Me.chkScope6.Location = New System.Drawing.Point(562, 36) Me.chkScope6.Name = "chkScope6" Me.chkScope6.Size = New System.Drawing.Size(99, 17) Me.chkScope6.TabIndex = 18 Me.chkScope6.Text = "publish_actions" Me.chkScope6.UseVisualStyleBackColor = True ' 'chkScope5 ' Me.chkScope5.AutoSize = True Me.chkScope5.Location = New System.Drawing.Point(472, 36) Me.chkScope5.Name = "chkScope5" Me.chkScope5.Size = New System.Drawing.Size(84, 17) Me.chkScope5.TabIndex = 8 Me.chkScope5.Text = "read_stream" Me.chkScope5.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.cmbGoogleScope) Me.TabPage2.Controls.Add(Me.cmdOpenGoogleConsoleIntern) Me.TabPage2.Controls.Add(Me.cmdShowGoogleApiConsole) Me.TabPage2.Controls.Add(Me.Label8) Me.TabPage2.Controls.Add(Me.txtGoogleRedirect) Me.TabPage2.Controls.Add(Me.Label7) Me.TabPage2.Controls.Add(Me.Label6) Me.TabPage2.Controls.Add(Me.txtGoogleClientSecret) Me.TabPage2.Controls.Add(Me.Label4) Me.TabPage2.Controls.Add(Me.txtGoogleClientID) Me.TabPage2.Controls.Add(Me.cmdGetGoogleAccessToken) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(780, 169) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Google" Me.TabPage2.UseVisualStyleBackColor = True ' 'cmdShowGoogleApiConsole ' Me.cmdShowGoogleApiConsole.Location = New System.Drawing.Point(405, 110) Me.cmdShowGoogleApiConsole.Name = "cmdShowGoogleApiConsole" Me.cmdShowGoogleApiConsole.Size = New System.Drawing.Size(183, 53) Me.cmdShowGoogleApiConsole.TabIndex = 8 Me.cmdShowGoogleApiConsole.Text = "Open Google API-Console in external Browser." Me.cmdShowGoogleApiConsole.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(6, 87) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(69, 13) Me.Label8.TabIndex = 6 Me.Label8.Text = "Redirect URI" ' 'txtGoogleRedirect ' Me.txtGoogleRedirect.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtGoogleRedirect.Location = New System.Drawing.Point(122, 84) Me.txtGoogleRedirect.Name = "txtGoogleRedirect" Me.txtGoogleRedirect.Size = New System.Drawing.Size(652, 20) Me.txtGoogleRedirect.TabIndex = 7 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(6, 61) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(38, 13) Me.Label7.TabIndex = 4 Me.Label7.Text = "Scope" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(6, 35) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(67, 13) Me.Label6.TabIndex = 4 Me.Label6.Text = "Client Secret" ' 'txtGoogleClientSecret ' Me.txtGoogleClientSecret.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtGoogleClientSecret.Location = New System.Drawing.Point(122, 32) Me.txtGoogleClientSecret.Name = "txtGoogleClientSecret" Me.txtGoogleClientSecret.Size = New System.Drawing.Size(652, 20) Me.txtGoogleClientSecret.TabIndex = 5 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(6, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(47, 13) Me.Label4.TabIndex = 2 Me.Label4.Text = "Client ID" ' 'txtGoogleClientID ' Me.txtGoogleClientID.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtGoogleClientID.Location = New System.Drawing.Point(122, 6) Me.txtGoogleClientID.Name = "txtGoogleClientID" Me.txtGoogleClientID.Size = New System.Drawing.Size(652, 20) Me.txtGoogleClientID.TabIndex = 3 ' 'cmdGetGoogleAccessToken ' Me.cmdGetGoogleAccessToken.Location = New System.Drawing.Point(122, 110) Me.cmdGetGoogleAccessToken.Name = "cmdGetGoogleAccessToken" Me.cmdGetGoogleAccessToken.Size = New System.Drawing.Size(277, 53) Me.cmdGetGoogleAccessToken.TabIndex = 0 Me.cmdGetGoogleAccessToken.Text = "Get Google Access Token for native applications (response_type=code)" Me.cmdGetGoogleAccessToken.UseVisualStyleBackColor = True ' 'cmbGoogleScope ' Me.cmbGoogleScope.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmbGoogleScope.FormattingEnabled = True Me.cmbGoogleScope.Items.AddRange(New Object() {"https://www.googleapis.com/auth/plus.me", "https://www.googleapis.com/auth/plus.login", "https://www.googleapis.com/auth/analytics.readonly", "https://www.googleapis.com/auth/books", "https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/blogger", "https://www.googleapis.com/auth/drive", "https://mail.google.com/mail/feed/atom", "https://picasaweb.google.com/data/"}) Me.cmbGoogleScope.Location = New System.Drawing.Point(122, 57) Me.cmbGoogleScope.Name = "cmbGoogleScope" Me.cmbGoogleScope.Size = New System.Drawing.Size(652, 21) Me.cmbGoogleScope.TabIndex = 9 ' 'cmdOpenGoogleConsoleIntern ' Me.cmdOpenGoogleConsoleIntern.Location = New System.Drawing.Point(594, 110) Me.cmdOpenGoogleConsoleIntern.Name = "cmdOpenGoogleConsoleIntern" Me.cmdOpenGoogleConsoleIntern.Size = New System.Drawing.Size(180, 53) Me.cmdOpenGoogleConsoleIntern.TabIndex = 8 Me.cmdOpenGoogleConsoleIntern.Text = "Open Google API-Console in internal Browser." Me.cmdOpenGoogleConsoleIntern.UseVisualStyleBackColor = True ' 'chkScope7 ' Me.chkScope7.AutoSize = True Me.chkScope7.Location = New System.Drawing.Point(667, 36) Me.chkScope7.Name = "chkScope7" Me.chkScope7.Size = New System.Drawing.Size(96, 17) Me.chkScope7.TabIndex = 20 Me.chkScope7.Text = "read_friendlists" Me.chkScope7.UseVisualStyleBackColor = True ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(809, 619) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.lblLink) Me.Controls.Add(Me.lblInfo) Me.Controls.Add(Me.txtURL) Me.Controls.Add(Me.webMeinBrowser) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMain" Me.Text = "Access Token Manager" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtClientID As System.Windows.Forms.TextBox Friend WithEvents txtAToken As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents chkScope1 As System.Windows.Forms.CheckBox Friend WithEvents chkScope2 As System.Windows.Forms.CheckBox Friend WithEvents chkScope3 As System.Windows.Forms.CheckBox Friend WithEvents chkScope4 As System.Windows.Forms.CheckBox Friend WithEvents webMeinBrowser As System.Windows.Forms.WebBrowser Friend WithEvents cmdGetToken As System.Windows.Forms.Button Friend WithEvents txtURL As System.Windows.Forms.TextBox Friend WithEvents txtScope As System.Windows.Forms.TextBox Friend WithEvents cmdPageAccessToken As System.Windows.Forms.Button Friend WithEvents lblInfo As System.Windows.Forms.Label Friend WithEvents lblLink As System.Windows.Forms.LinkLabel Friend WithEvents cmdZuFacebook As System.Windows.Forms.Button Friend WithEvents cmdTesteToken As System.Windows.Forms.Button Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents cmdGetGoogleAccessToken As System.Windows.Forms.Button Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtGoogleClientID As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents txtGoogleRedirect As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents txtGoogleClientSecret As System.Windows.Forms.TextBox Friend WithEvents chkScope5 As System.Windows.Forms.CheckBox Friend WithEvents chkScope6 As System.Windows.Forms.CheckBox Friend WithEvents lblShowFbDocu As System.Windows.Forms.LinkLabel Friend WithEvents cmdShowGoogleApiConsole As System.Windows.Forms.Button Friend WithEvents cmbGoogleScope As System.Windows.Forms.ComboBox Friend WithEvents cmdOpenGoogleConsoleIntern As System.Windows.Forms.Button Friend WithEvents chkScope7 As System.Windows.Forms.CheckBox End Class