gambas-source-code/app/examples/Networking/HTTPGet/.src/FConfig.form
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

64 lines
1.3 KiB
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(34.5714,30.7143,38,45)
Resizable = False
{ CmbProxyAuth ComboBox
MoveScaled(16,6,21,4)
Enabled = False
ReadOnly = True
List = [("Plain"), ("NTLM")]
}
{ TxtProxyPassword TextBox
MoveScaled(16,16,21,4)
Enabled = False
Password = True
}
{ TxtProxyUser TextBox
MoveScaled(16,11,21,4)
Enabled = False
}
{ ChkProxy CheckBox
MoveScaled(1,1,14,4)
Text = ("Use Proxy")
}
{ TxtProxy TextBox
MoveScaled(16,1,21,4)
Text = ("127.0.0.1:3128")
}
{ TxtCookies TextBox
MoveScaled(1,29,36,4)
}
{ ChkUpdate CheckBox
MoveScaled(1,34,27,4)
Text = ("Update cookies file")
}
{ TextLabel1 TextLabel
MoveScaled(1,22,36,7)
Text = ("Cookies file (if you leave it blank HttpClient will not manage cookies)")
}
{ Button1 Button
MoveScaled(11,40,16,4)
Text = ("Close")
Default = True
Cancel = True
}
{ LblProxyPassword Label
MoveScaled(1,16,13,4)
Enabled = False
Text = ("Password")
Transparent = True
}
{ LblProxyUser Label
MoveScaled(1,11,13,4)
Enabled = False
Text = ("User")
Transparent = True
}
{ LblAuth Label
MoveScaled(1,6,13,4)
Enabled = False
Text = ("Authentication")
Transparent = True
}
}