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 / FEvents.form @ 875

History | View | Annotate | Download (1.4 kB)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  MoveScaled(0,0,168,60)
5
  Background = Color.TextBackground
6
  Text = ("Events")
7
  Icon = Picture["icons/events.png"]
8
  { tbEvents ToolBar
9
    MoveScaled(0,0,149,4)
10
    { hbEvents HBox
11
      MoveScaled(0,0,145,4)
12
      Spacing = 3
13
      { btnRefresh Button
14
        MoveScaled(0,0,12,4)
15
        Text = ("Refresh")
16
      }
17
      { tbtnRefresh ToggleButton
18
        MoveScaled(13,0,12,4)
19
        Text = ("AutoRefresh")
20
      }
21
      { tbtnExpand ToggleButton
22
        MoveScaled(26,0,12,4)
23
        Text = ("Expand")
24
      }
25
      { btnEvents Button
26
        MoveScaled(39,0,12,4)
27
        Text = ("Events")
28
      }
29
      { btnTriggers Button
30
        MoveScaled(52,0,12,4)
31
        Text = ("Triggers")
32
      }
33
      { btnConditions Button
34
        MoveScaled(65,0,12,4)
35
        Text = ("Conditions")
36
      }
37
      { btnActions Button
38
        MoveScaled(78,0,12,4)
39
        Text = ("Actions")
40
      }
41
      { btnTreeView Button
42
        MoveScaled(91,0,12,4)
43
        Text = ("Tree View")
44
      }
45
      { cmbCategory ComboBox
46
        MoveScaled(103.5714,0.5714,19,3)
47
        ReadOnly = True
48
        Text = ("ComboBox1")
49
      }
50
      { chkDisabled CheckBox
51
        MoveScaled(126,0,14,3)
52
        Font = Font["-2"]
53
        Text = ("Show Disabled")
54
      }
55
    }
56
  }
57
  { tbvEvents TableView
58
    MoveScaled(1,5,89,20)
59
    Header = GridView.Horizontal
60
  }
61
  { tvEvents TreeView
62
    MoveScaled(1,26,89,30)
63
    Expand = True
64
  }
65
}