gambas-source-code/app/examples/Networking/DnsClient/.src/FMain.form
gambas 988546ad28 Update some translations.
[EXAMPLES]
* NEW: Update some translations.
2019-06-14 01:32:14 +02:00

119 lines
2.4 KiB
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(26,20,63,51)
Text = ("DnsClient Example")
Resizable = False
{ Button1 Button
MoveScaled(1,45,16,4)
Text = ("Go!")
}
{ Label1 Label
MoveScaled(1,6,61,4)
}
{ TextBox1 TextBox
MoveScaled(1,11,28,4)
#Translate = False
Text = "gambas.sourceforge.net"
}
{ TextBox2 TextBox
MoveScaled(1,15,28,4)
#Translate = False
Text = "www.kudla.org"
}
{ TextBox3 TextBox
MoveScaled(1,19,28,4)
#Translate = False
Text = "www.freshmeat.net"
}
{ Label2 Label
MoveScaled(30,11,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ Label3 Label
MoveScaled(30,15,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ Label4 Label
MoveScaled(30,19,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ Timer1 #Timer
#MoveScaled(25.625,37.625)
}
{ Label5 Label
MoveScaled(18,45,27,4)
Font = Font["12,Bold"]
Background = &HAA0000&
Foreground = &HFFFFFF&
Alignment = Align.Center
}
{ Button2 Button
MoveScaled(46,45,16,4)
Text = ("Cancel")
}
{ TextBox4 TextBox
MoveScaled(1,23,28,4)
#Translate = False
Text = "www.slashdot.org"
}
{ TextBox5 TextBox
MoveScaled(1,27,28,4)
#Translate = False
Text = "www.rpmfind.net"
}
{ TextBox6 TextBox
MoveScaled(1,31,28,4)
#Translate = False
Text = "www.debian.org"
}
{ TextBox7 TextBox
MoveScaled(1,35,28,4)
#Translate = False
Text = "www.mageia.org"
}
{ Label6 Label
MoveScaled(30,23,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ Label7 Label
MoveScaled(30,27,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ Label8 Label
MoveScaled(30,31,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ Label9 Label
MoveScaled(30,35,32,4)
Font = Font["Bold"]
Background = &H5500FF&
Foreground = &HFFFF00&
}
{ ComboBox1 ComboBox
MoveScaled(1,1,37,4)
ReadOnly = True
List = [("Host Name to IP"), ("IP to Host Name")]
Text = (" ")
}
{ Button3 Button
MoveScaled(18,40,23,4)
Text = ("<< Copy")
}
{ CheckBox1 CheckBox
MoveScaled(41,1,21,4)
Text = ("Asynchronous")
}
}