establishgraphconnection.resources.ps1

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