_ 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.chkScope5 = 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.Label5 = New System.Windows.Forms.Label() 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.TabPage2 = New System.Windows.Forms.TabPage() Me.cmdGetGoogleAccessToken = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.txtGoogleClientID = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.txtGoogleClientSecret = New System.Windows.Forms.TextBox() Me.txtGoogleScope = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.txtGoogleRedirect = New System.Windows.Forms.TextBox() 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.Location = New System.Drawing.Point(113, 10) Me.txtClientID.Name = "txtClientID" Me.txtClientID.Size = New System.Drawing.Size(533, 20) Me.txtClientID.TabIndex = 1 ' 'txtAToken ' Me.txtAToken.Location = New System.Drawing.Point(113, 133) Me.txtAToken.Name = "txtAToken" Me.txtAToken.Size = New System.Drawing.Size(533, 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(94, 17) Me.chkScope4.TabIndex = 7 Me.chkScope4.Text = "offline_access" Me.chkScope4.UseVisualStyleBackColor = True ' 'chkScope5 ' Me.chkScope5.AutoSize = True Me.chkScope5.Location = New System.Drawing.Point(516, 36) Me.chkScope5.Name = "chkScope5" Me.chkScope5.Size = New System.Drawing.Size(44, 17) Me.chkScope5.TabIndex = 8 Me.chkScope5.Text = "sms" Me.chkScope5.UseVisualStyleBackColor = True ' 'webMeinBrowser ' 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(667, 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.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(667, 37) Me.txtURL.TabIndex = 12 Me.txtURL.WordWrap = False ' 'txtScope ' Me.txtScope.Location = New System.Drawing.Point(114, 57) Me.txtScope.Name = "txtScope" Me.txtScope.Size = New System.Drawing.Size(532, 20) Me.txtScope.TabIndex = 3 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(63, 60) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(45, 13) Me.Label5.TabIndex = 2 Me.Label5.Text = "... more:" ' '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.AutoSize = True Me.lblInfo.Location = New System.Drawing.Point(13, 600) Me.lblInfo.Name = "lblInfo" Me.lblInfo.Size = New System.Drawing.Size(495, 13) Me.lblInfo.TabIndex = 14 Me.lblInfo.Text = "Version 1.2 (2011-10-14) opensource and free (CC-License v3 BY) Author: Simon A." & _ " Frank, Details see:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'lblLink ' Me.lblLink.AutoSize = True Me.lblLink.Location = New System.Drawing.Point(514, 600) Me.lblLink.Name = "lblLink" Me.lblLink.Size = New System.Drawing.Size(95, 13) Me.lblLink.TabIndex = 15 Me.lblLink.TabStop = True Me.lblLink.Text = "Project Homepage" ' 'cmdZuFacebook ' Me.cmdZuFacebook.Location = New System.Drawing.Point(481, 82) Me.cmdZuFacebook.Name = "cmdZuFacebook" Me.cmdZuFacebook.Size = New System.Drawing.Size(165, 44) Me.cmdZuFacebook.TabIndex = 16 Me.cmdZuFacebook.Text = "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(114, 43) Me.cmdTesteToken.TabIndex = 17 Me.cmdTesteToken.Text = "Test Access Token (""me"")" Me.cmdTesteToken.UseVisualStyleBackColor = True ' 'TabControl1 ' 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(669, 195) Me.TabControl1.TabIndex = 20 ' 'TabPage1 ' 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.Label5) 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(661, 169) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Facebook" Me.TabPage1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.Label8) Me.TabPage2.Controls.Add(Me.txtGoogleRedirect) Me.TabPage2.Controls.Add(Me.Label7) Me.TabPage2.Controls.Add(Me.txtGoogleScope) 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(661, 169) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Google" Me.TabPage2.UseVisualStyleBackColor = True ' 'cmdGetGoogleAccessToken ' Me.cmdGetGoogleAccessToken.Location = New System.Drawing.Point(122, 110) Me.cmdGetGoogleAccessToken.Name = "cmdGetGoogleAccessToken" Me.cmdGetGoogleAccessToken.Size = New System.Drawing.Size(236, 53) Me.cmdGetGoogleAccessToken.TabIndex = 0 Me.cmdGetGoogleAccessToken.Text = "Get Google Access Token for native applications (response_type=code)" Me.cmdGetGoogleAccessToken.UseVisualStyleBackColor = True ' '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.Location = New System.Drawing.Point(122, 6) Me.txtGoogleClientID.Name = "txtGoogleClientID" Me.txtGoogleClientID.Size = New System.Drawing.Size(533, 20) Me.txtGoogleClientID.TabIndex = 3 ' '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.Location = New System.Drawing.Point(122, 32) Me.txtGoogleClientSecret.Name = "txtGoogleClientSecret" Me.txtGoogleClientSecret.Size = New System.Drawing.Size(533, 20) Me.txtGoogleClientSecret.TabIndex = 5 ' 'txtGoogleScope ' Me.txtGoogleScope.Location = New System.Drawing.Point(122, 58) Me.txtGoogleScope.Name = "txtGoogleScope" Me.txtGoogleScope.Size = New System.Drawing.Size(533, 20) Me.txtGoogleScope.TabIndex = 5 Me.txtGoogleScope.Text = "https://www.googleapis.com/auth/plus.me" ' '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" ' '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.Location = New System.Drawing.Point(122, 84) Me.txtGoogleRedirect.Name = "txtGoogleRedirect" Me.txtGoogleRedirect.Size = New System.Drawing.Size(533, 20) Me.txtGoogleRedirect.TabIndex = 7 ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(690, 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.MaximizeBox = False 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 chkScope5 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 Label5 As System.Windows.Forms.Label 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 txtGoogleScope As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents txtGoogleClientSecret As System.Windows.Forms.TextBox End Class