_ 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.Label4 = New System.Windows.Forms.Label() 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.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(11, 14) 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(118, 11) Me.txtClientID.Name = "txtClientID" Me.txtClientID.Size = New System.Drawing.Size(455, 20) Me.txtClientID.TabIndex = 1 ' 'txtAToken ' Me.txtAToken.Location = New System.Drawing.Point(15, 492) Me.txtAToken.Name = "txtAToken" Me.txtAToken.Size = New System.Drawing.Size(558, 20) Me.txtAToken.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 476) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(76, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Access-Token" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 38) 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(119, 37) 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(213, 38) 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(308, 38) 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(413, 38) 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(512, 38) 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(14, 144) Me.webMeinBrowser.MinimumSize = New System.Drawing.Size(20, 20) Me.webMeinBrowser.Name = "webMeinBrowser" Me.webMeinBrowser.Size = New System.Drawing.Size(559, 326) Me.webMeinBrowser.TabIndex = 9 ' 'cmdGetToken ' Me.cmdGetToken.Location = New System.Drawing.Point(14, 520) Me.cmdGetToken.Name = "cmdGetToken" Me.cmdGetToken.Size = New System.Drawing.Size(275, 44) Me.cmdGetToken.TabIndex = 10 Me.cmdGetToken.Text = "get Access-Token" Me.cmdGetToken.UseVisualStyleBackColor = True ' 'txtURL ' Me.txtURL.Location = New System.Drawing.Point(15, 98) Me.txtURL.Multiline = True Me.txtURL.Name = "txtURL" Me.txtURL.Size = New System.Drawing.Size(558, 40) Me.txtURL.TabIndex = 12 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(12, 81) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(36, 13) Me.Label4.TabIndex = 11 Me.Label4.Text = "URL:" ' 'txtScope ' Me.txtScope.Location = New System.Drawing.Point(119, 58) Me.txtScope.Name = "txtScope" Me.txtScope.Size = New System.Drawing.Size(454, 20) Me.txtScope.TabIndex = 3 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(68, 61) 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(295, 520) Me.cmdPageAccessToken.Name = "cmdPageAccessToken" Me.cmdPageAccessToken.Size = New System.Drawing.Size(278, 43) 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(44, 567) Me.lblInfo.Name = "lblInfo" Me.lblInfo.Size = New System.Drawing.Size(394, 13) Me.lblInfo.TabIndex = 14 Me.lblInfo.Text = "Version 1.0 (2010-12-02) feeware and opensource by 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(437, 567) 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" ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(586, 586) Me.Controls.Add(Me.lblLink) Me.Controls.Add(Me.lblInfo) Me.Controls.Add(Me.cmdPageAccessToken) Me.Controls.Add(Me.txtURL) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.cmdGetToken) Me.Controls.Add(Me.webMeinBrowser) Me.Controls.Add(Me.chkScope5) Me.Controls.Add(Me.chkScope4) Me.Controls.Add(Me.chkScope3) Me.Controls.Add(Me.chkScope2) Me.Controls.Add(Me.chkScope1) Me.Controls.Add(Me.txtScope) Me.Controls.Add(Me.txtAToken) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtClientID) Me.Controls.Add(Me.Label1) 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 = "FB Access Token Manager" 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 Label4 As System.Windows.Forms.Label 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 End Class