establishgraphconnection.designer.ps1
$Form1 = New-Object -TypeName System.Windows.Forms.Form [System.Windows.Forms.Label]$Label1 = $null [System.Windows.Forms.TextBox]$TextBox1 = $null [System.Windows.Forms.RadioButton]$RadioButton1 = $null [System.Windows.Forms.TextBox]$TextBox2 = $null [System.Windows.Forms.Label]$Label2 = $null [System.Windows.Forms.TextBox]$TextBox3 = $null [System.Windows.Forms.Label]$Label3 = $null [System.Windows.Forms.RadioButton]$RadioButton2 = $null [System.Windows.Forms.Button]$Button1 = $null [System.Windows.Forms.StatusStrip]$StatusStrip1 = $null [System.Windows.Forms.ToolStripStatusLabel]$ToolStripStatusLabel1 = $null function InitializeComponent { $Label1 = (New-Object -TypeName System.Windows.Forms.Label) $TextBox1 = (New-Object -TypeName System.Windows.Forms.TextBox) $RadioButton1 = (New-Object -TypeName System.Windows.Forms.RadioButton) $TextBox2 = (New-Object -TypeName System.Windows.Forms.TextBox) $Label2 = (New-Object -TypeName System.Windows.Forms.Label) $TextBox3 = (New-Object -TypeName System.Windows.Forms.TextBox) $Label3 = (New-Object -TypeName System.Windows.Forms.Label) $RadioButton2 = (New-Object -TypeName System.Windows.Forms.RadioButton) $Button1 = (New-Object -TypeName System.Windows.Forms.Button) $StatusStrip1 = (New-Object -TypeName System.Windows.Forms.StatusStrip) $ToolStripStatusLabel1 = (New-Object -TypeName System.Windows.Forms.ToolStripStatusLabel) $StatusStrip1.SuspendLayout() $Form1.SuspendLayout() # #Label1 # $Label1.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]12,[System.Int32]9)) $Label1.Name = [System.String]'Label1' $Label1.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]159,[System.Int32]33)) $Label1.TabIndex = [System.Int32]0 $Label1.Text = [System.String]'TenantID' $Label1.TextAlign = [System.Drawing.ContentAlignment]::MiddleRight $Label1.add_Click($Label1_Click) # #TextBox1 # $TextBox1.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]177,[System.Int32]16)) $TextBox1.Name = [System.String]'TextBox1' $TextBox1.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]630,[System.Int32]21)) $TextBox1.TabIndex = [System.Int32]1 # #RadioButton1 # $RadioButton1.Checked = $true $RadioButton1.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]19,[System.Int32]55)) $RadioButton1.Name = [System.String]'RadioButton1' $RadioButton1.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]152,[System.Int32]24)) $RadioButton1.TabIndex = [System.Int32]2 $RadioButton1.TabStop = $true $RadioButton1.Text = [System.String]'Certificate Authentication' $RadioButton1.UseVisualStyleBackColor = $true $RadioButton1.add_CheckedChanged($RadioButton1_CheckedChanged) # #TextBox2 # $TextBox2.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]177,[System.Int32]92)) $TextBox2.Name = [System.String]'TextBox2' $TextBox2.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]630,[System.Int32]21)) $TextBox2.TabIndex = [System.Int32]3 $TextBox2.add_TextChanged($TextBox2_TextChanged) # #Label2 # $Label2.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]12,[System.Int32]92)) $Label2.Name = [System.String]'Label2' $Label2.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]159,[System.Int32]23)) $Label2.TabIndex = [System.Int32]4 $Label2.Text = [System.String]'Certificate Thumbprint' $Label2.TextAlign = [System.Drawing.ContentAlignment]::MiddleRight $Label2.add_Click($Label2_Click) # #TextBox3 # $TextBox3.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]177,[System.Int32]133)) $TextBox3.Name = [System.String]'TextBox3' $TextBox3.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]630,[System.Int32]21)) $TextBox3.TabIndex = [System.Int32]5 $TextBox3.add_TextChanged($TextBox3_TextChanged) # #Label3 # $Label3.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]12,[System.Int32]130)) $Label3.Name = [System.String]'Label3' $Label3.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]165,[System.Int32]23)) $Label3.TabIndex = [System.Int32]6 $Label3.Text = [System.String]'Application ID' $Label3.TextAlign = [System.Drawing.ContentAlignment]::MiddleRight # #RadioButton2 # $RadioButton2.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]19,[System.Int32]187)) $RadioButton2.Name = [System.String]'RadioButton2' $RadioButton2.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]152,[System.Int32]24)) $RadioButton2.TabIndex = [System.Int32]7 $RadioButton2.Text = [System.String]'Interactive Credentials' $RadioButton2.UseVisualStyleBackColor = $true $RadioButton2.add_CheckedChanged($RadioButton2_CheckedChanged) # #Button1 # $Button1.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]19,[System.Int32]213)) $Button1.Name = [System.String]'Button1' $Button1.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]788,[System.Int32]23)) $Button1.TabIndex = [System.Int32]8 $Button1.Text = [System.String]'Connect Microsoft Graph' $Button1.UseVisualStyleBackColor = $true $Button1.add_Click($Button1_Click) # #StatusStrip1 # $StatusStrip1.Items.AddRange([System.Windows.Forms.ToolStripItem[]]@($ToolStripStatusLabel1)) $StatusStrip1.Location = (New-Object -TypeName System.Drawing.Point -ArgumentList @([System.Int32]0,[System.Int32]239)) $StatusStrip1.Name = [System.String]'StatusStrip1' $StatusStrip1.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]819,[System.Int32]22)) $StatusStrip1.TabIndex = [System.Int32]9 $StatusStrip1.Text = [System.String]'StatusStrip1' # #ToolStripStatusLabel1 # $ToolStripStatusLabel1.Name = [System.String]'ToolStripStatusLabel1' $ToolStripStatusLabel1.Size = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]0,[System.Int32]17)) # #Form1 # $Form1.ClientSize = (New-Object -TypeName System.Drawing.Size -ArgumentList @([System.Int32]819,[System.Int32]261)) $Form1.ControlBox = $false $Form1.Controls.Add($StatusStrip1) $Form1.Controls.Add($Button1) $Form1.Controls.Add($RadioButton2) $Form1.Controls.Add($Label3) $Form1.Controls.Add($TextBox3) $Form1.Controls.Add($Label2) $Form1.Controls.Add($TextBox2) $Form1.Controls.Add($RadioButton1) $Form1.Controls.Add($TextBox1) $Form1.Controls.Add($Label1) $Form1.MaximizeBox = $false $Form1.MinimizeBox = $false $Form1.Text = [System.String]'Connect Microsoft Graph' $StatusStrip1.ResumeLayout($false) $StatusStrip1.PerformLayout() $Form1.ResumeLayout($false) $Form1.PerformLayout() Add-Member -InputObject $Form1 -Name Label1 -Value $Label1 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name TextBox1 -Value $TextBox1 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name RadioButton1 -Value $RadioButton1 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name TextBox2 -Value $TextBox2 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name Label2 -Value $Label2 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name TextBox3 -Value $TextBox3 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name Label3 -Value $Label3 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name RadioButton2 -Value $RadioButton2 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name Button1 -Value $Button1 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name StatusStrip1 -Value $StatusStrip1 -MemberType NoteProperty Add-Member -InputObject $Form1 -Name ToolStripStatusLabel1 -Value $ToolStripStatusLabel1 -MemberType NoteProperty } . InitializeComponent |