gambas-source-code/app/examples/Multimedia/WebCam/.src/FMain.form
2019-05-20 09:47:52 +03:00

62 lines
1.4 KiB
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,42,18)
Background = Color.SelectedBackground
Icon = Picture["camera.png"]
Border = False
Arrangement = Arrange.Fill
Margin = True
Padding = 4
{ tooltray_popup Menu
Tag = "X"
{ Menu3 Menu
Text = ("WebCam Options")
Enabled = False
Tag = "X"
}
{ menu_scan Menu
Text = ("&Scan for Devices")
Picture = Picture["icon:/16/find"]
Tag = "X"
}
{ menu_save Menu
Text = ("Save Settings")
Picture = Picture["icon:/16/floppy"]
Tag = "X"
}
{ menu_quit Menu
Text = ("&Quit")
Picture = Picture["icon:/16/quit"]
Tag = "X"
}
{ Menu1 Menu
Tag = "X"
}
}
{ Panel1 Panel
MoveScaled(0.7143,0,40.4286,17)
Background = Color.LightBackground
Arrangement = Arrange.Vertical
Margin = True
Border = Border.Sunken
{ TextLabel1 TextLabel
MoveScaled(2,1,36,9)
Font = Font["Impact,+4"]
Text = ("Encryptec WebCam Viewer")
}
{ TextLabel2 TextLabel
MoveScaled(2,10,36,3)
Foreground = Color.SelectedBackground
Text = ("(c) Encryptec Limited 2009")
Alignment = Align.Center
}
{ text_status TextLabel
MoveScaled(2,12,36,4)
Font = Font["-1"]
Foreground = &H600080&
Text = ("Scanning for Devices ") & "..."
Alignment = Align.Left
}
}
}