The files contained in this repository can be downloaded to your computer using a svn client.
On Linux you simply type the command displayed below.

This URL has Read-Only access.

Statistics
| Revision:

root / trunk / DomotiGa / FSettingsCameras.form @ 621

History | View | Annotate | Download (565 Bytes)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  MoveScaled(0,0,91,42)
5
  Background = Color.TextBackground
6
  Text = ("Setup")
7
  Icon = Picture["icons/camera.png"]
8
  Border = Window.Fixed
9
  { Frame1 Frame
10
    MoveScaled(1,0,89,41)
11
    Background = Color.TextBackground
12
    Text = ("Cameras")
13
    { btnClose Button
14
      MoveScaled(78,35,9,4)
15
      Text = ("Close")
16
    }
17
    { tbvCameraDevices TableView
18
      MoveScaled(1,2,87,31)
19
      Header = GridView.Horizontal
20
      Resizable = False
21
    }
22
    { btnAdd Button
23
      MoveScaled(2,35,9,4)
24
      Text = ("New")
25
    }
26
  }
27
}