establishgraphconnection.resources.ps1

& { $BinaryFormatter = New-Object -TypeName System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
 @{ 
'Label3.Name' = 'Label3'
'RadioButton2.Name' = 'RadioButton2'
'TextBox3.Name' = 'TextBox3'
'ToolStripStatusLabel1.Name' = 'ToolStripStatusLabel1'
'Label1.Name' = 'Label1'
'TextBox2.Name' = 'TextBox2'
'TextBox1.Name' = 'TextBox1'
'RadioButton1.Name' = 'RadioButton1'
'Button1.Name' = 'Button1'
'$this.Name' = 'Form1'
'Label2.Name' = 'Label2'
'statusBar.Name' = 'statusBar'
'StatusStrip1.Name' = 'StatusStrip1'
'StatusStrip1.TrayLocation' = New-Object -TypeName System.Drawing.Point -ArgumentList @(17, 17)
}
}