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 / FToolsBluetoothBrowser.form @ 853

History | View | Annotate | Download (696 Bytes)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  MoveScaled(0,0,64,41)
5
  Background = Color.TextBackground
6
  Text = ("Bluetooth Browser")
7
  Icon = Picture["icons/bt.png"]
8
  Border = Window.Fixed
9
  { Frame1 Frame
10
    MoveScaled(1,0,62,40)
11
    Text = ("Browser")
12
    { btnClose Button
13
      MoveScaled(51,34,9,4)
14
      Text = ("Close")
15
    }
16
    { btnRescan Button
17
      MoveScaled(41,34,9,4)
18
      Text = ("Rescan")
19
    }
20
    { txtStatus TextBox
21
      MoveScaled(9,29,51,3)
22
      Text = ("")
23
      ReadOnly = True
24
    }
25
    { TextLabel1 TextLabel
26
      MoveScaled(2,29,6,3)
27
      Text = ("Status")
28
    }
29
    { tbvBTDevices TableView
30
      MoveScaled(2,3,58,25)
31
      Header = GridView.Horizontal
32
    }
33
  }
34
}