$InfoFrame = $Form.Frame("Informatie", 250,5,240,120)
$UserIdLbl = $InfoFrame.Label("Username", 5, 15, 115, 15)
$UserIdBox = $InfoFrame.TextBox(@USERID , 120, 15, 115, 15)
$UserIdBox.BackColor=$Form.BackColor
$UserIdBox.Enabled=0
$FullNameLbl = $InfoFrame.Label("Full Name", 5, 30, 115, 15)
$FullNameBox = $InfoFrame.TextBox(@FULLNAME, 120, 30, 115, 15)
$FullNameBox.BackColor=$Form.BackColor
$FullNameBox.Enabled=0
$WorkStnLbl = $InfoFrame.Label("Terminal Server", 5, 45, 115, 15)
$WorkStnBox = $InfoFrame.TextBox(@WKSTA, 120, 45, 115, 15)
$WorkStnBox.BackColor=$Form.BackColor
$WorkStnBox.Enabled=0
$DomainLbl = $InfoFrame.Label("Domein", 5, 60, 115, 15)
$DomainBox = $InfoFrame.TextBox(@DOMAIN, 120, 60, 115, 15)
$DomainBox.BackColor=$Form.BackColor
$DomainBox.Enabled=0
$TimeLbl = $InfoFrame.Label("Tijd", 5, 75, 115, 15)
$TimeBox = $InfoFrame.TextBox(@TIME, 120, 75, 115, 15)
$TimeBox.BackColor=$Form.BackColor
$TimeBox.Enabled=0
$DateLbl = $InfoFrame.Label("Datum", 5, 90, 115, 15)
$DateBox = $InfoFrame.TextBox(@DATE, 120, 90, 115, 15)
$DateBox.BackColor=$Form.BackColor
$DateBox.Enabled=0
; Action Frame
$ActionFrame = $Form.Frame("Bewerkingen",250,125,240,120)
$NewsRadioButton = $ActionFrame.RadioButton("Bericht weergeven", 5, 15, 230, 15)
$SharesRadioButton = $ActionFrame.RadioButton("Netwerkverbindingen maken", 5, 30, 230, 15)
$StandardSettingsRadioButton = $ActionFrame.RadioButton("Standaard instellingen", 5, 45, 230, 15)
$TempfoldersRadioButton = $ActionFrame.RadioButton("Tijdelijke mappen aanmaken", 5, 60, 230, 15)
; Logging Frame
$NewsFrame = $Form.Frame("Nieuws",5,250,485,150)
$NewsTextBox = $NewsFrame.TextBox(",5,15,475,130")