71 lines
1.5 KiB
Text
71 lines
1.5 KiB
Text
|
# Gambas Form File 3.0
|
||
|
|
||
|
{ Form Form
|
||
|
MoveScaled(10.1667,48.5,59.6667,43)
|
||
|
Text = ("Client")
|
||
|
Resizable = False
|
||
|
{ Panel2 Panel
|
||
|
MoveScaled(0,0,60,43)
|
||
|
Background = &H4F87E7&
|
||
|
{ Label3 Label
|
||
|
MoveScaled(0,1,29,4)
|
||
|
Font = Font["Bold"]
|
||
|
Background = &H4F87E7&
|
||
|
Foreground = &HFFFF7F&
|
||
|
Text = ("Client Side")
|
||
|
Alignment = Align.Center
|
||
|
}
|
||
|
{ Label4 Label
|
||
|
MoveScaled(1,5,12,4)
|
||
|
Font = Font["Bold"]
|
||
|
Background = &H4F87E7&
|
||
|
Foreground = &HFFFF7F&
|
||
|
Text = ("Host IP")
|
||
|
Alignment = Align.Center
|
||
|
}
|
||
|
{ Label5 Label
|
||
|
MoveScaled(1,9,12,4)
|
||
|
Font = Font["Bold"]
|
||
|
Background = &H4F87E7&
|
||
|
Foreground = &HFFFF7F&
|
||
|
Text = ("Port")
|
||
|
Alignment = Align.Center
|
||
|
}
|
||
|
{ TxtIP TextBox
|
||
|
MoveScaled(14,5,14,4)
|
||
|
Text = ("127.0.0.1")
|
||
|
}
|
||
|
{ TxtPort TextBox
|
||
|
MoveScaled(14,10,8,4)
|
||
|
Text = ("32340")
|
||
|
}
|
||
|
{ Button2 Button
|
||
|
MoveScaled(35,5,11,4)
|
||
|
Text = ("Start !")
|
||
|
}
|
||
|
{ TxtData TextBox
|
||
|
MoveScaled(2,19,42,4)
|
||
|
Enabled = False
|
||
|
Text = ("")
|
||
|
}
|
||
|
{ Button3 Button
|
||
|
MoveScaled(45,19,13,4)
|
||
|
Enabled = False
|
||
|
Text = ("Send Data")
|
||
|
Default = True
|
||
|
}
|
||
|
{ TxtRecClient TextArea
|
||
|
MoveScaled(2,24,56,17)
|
||
|
Text = ("")
|
||
|
ReadOnly = True
|
||
|
}
|
||
|
{ Label1 Label
|
||
|
MoveScaled(2,15,53,3)
|
||
|
Font = Font["Bold"]
|
||
|
Background = &H4F87E7&
|
||
|
Foreground = &HFFFF00&
|
||
|
Text = ("Write Here data to send then press \"Send Data\"")
|
||
|
}
|
||
|
}
|
||
|
}
|