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 / FControl.form @ 821

History | View | Annotate | Download (520 Bytes)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  MoveScaled(0,0,86,79)
5
  Background = Color.TextBackground
6
  Text = ("Control")
7
  Icon = Picture["icons/controller.png"]
8
  { ToolBar1 ToolBar
9
    MoveScaled(0,0,77,9)
10
    { HBox1 HBox
11
      MoveScaled(0,0,74,4)
12
      Spacing = 3
13
      { btnRefresh Button
14
        MoveScaled(0,0,12,4)
15
        Text = ("Refresh")
16
      }
17
    }
18
    { HBox2 HBox
19
      MoveScaled(0,5,74,4)
20
      Spacing = 3
21
    }
22
  }
23
  { VPanel1 VPanel
24
    MoveScaled(0,10,84,67)
25
    Spacing = 10
26
    Padding = 10
27
  }
28
}