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