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

History | View | Annotate | Download (2.8 kB)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  MoveScaled(0,0,64,72)
5
  Background = Color.TextBackground
6
  Text = ("Setup")
7
  Border = Window.Fixed
8
  { Frame1 Frame
9
    MoveScaled(1,0,62,71)
10
    Background = Color.TextBackground
11
    Text = ("Bwired XML Settings")
12
    { TextLabel6 TextLabel
13
      MoveScaled(43,3,15,3)
14
      Text = ("Module Enabled")
15
    }
16
    { chkEnabled CheckBox
17
      MoveScaled(58,3,2,3)
18
      Text = ("")
19
    }
20
    { TextLabel11 TextLabel
21
      MoveScaled(2,7,13,3)
22
      Text = ("Title")
23
    }
24
    { txtTitle TextBox
25
      MoveScaled(18,7,27,3)
26
      Text = ("")
27
    }
28
    { TextLabel1 TextLabel
29
      MoveScaled(2,11,13,3)
30
      Text = ("Website Url")
31
    }
32
    { txtWebsite TextBox
33
      MoveScaled(18,11,27,3)
34
      Text = ("")
35
    }
36
    { TextLabel2 TextLabel
37
      MoveScaled(2,15,14,3)
38
      Text = ("Website Pic Url")
39
    }
40
    { txtWebsitePicUrl TextBox
41
      MoveScaled(18,15,42,3)
42
      Text = ("")
43
    }
44
    { TextLabel3 TextLabel
45
      MoveScaled(2,19,13,3)
46
      Text = ("Screen Name")
47
    }
48
    { txtScreenName TextBox
49
      MoveScaled(18,19,16,3)
50
      Text = ("")
51
    }
52
    { TextLabel5 TextLabel
53
      MoveScaled(2,23,17,3)
54
      Text = ("User / Password")
55
    }
56
    { txtUser TextBox
57
      MoveScaled(18,23,16,3)
58
      Text = ("")
59
    }
60
    { txtPassword TextBox
61
      MoveScaled(35,23,16,3)
62
      Text = ("")
63
      Password = True
64
    }
65
    { TextLabel8 TextLabel
66
      MoveScaled(2,27,14,3)
67
      Text = ("Latitude / Long")
68
    }
69
    { txtGpsLat TextBox
70
      MoveScaled(18,27,12,3)
71
      Text = ("")
72
    }
73
    { btnCopyLat Button
74
      MoveScaled(31,27,3,3)
75
      Text = ("..")
76
    }
77
    { txtGpsLong TextBox
78
      MoveScaled(35,27,12,3)
79
      Text = ("")
80
    }
81
    { btnCopyLong Button
82
      MoveScaled(48,27,3,3)
83
      Text = ("..")
84
    }
85
    { TextLabel4 TextLabel
86
      MoveScaled(2,31,11,3)
87
      Text = ("City Name")
88
    }
89
    { txtCity TextBox
90
      MoveScaled(18,31,15,3)
91
      Text = ("")
92
    }
93
    { TextLabel9 TextLabel
94
      MoveScaled(2,35,14,3)
95
      Text = ("Push Interval")
96
    }
97
    { txtPushTime TextBox
98
      MoveScaled(18,35,5,3)
99
      Text = ("")
100
    }
101
    { TextLabel10 TextLabel
102
      MoveScaled(25,35,14,3)
103
      Text = ("Minutes")
104
    }
105
    { tbvBwiredDevices TableView
106
      MoveScaled(2,40,58,19)
107
      Header = GridView.Horizontal
108
      Resizable = False
109
    }
110
    { TextLabel7 TextLabel
111
      MoveScaled(2,60,9,3)
112
      Text = ("Debug")
113
    }
114
    { chkDebug CheckBox
115
      MoveScaled(16,60,2,3)
116
      Text = ("")
117
    }
118
    { btnUpload Button
119
      MoveScaled(12,65,9,4)
120
      Text = ("Upload")
121
    }
122
    { btnWeb Button
123
      MoveScaled(22,65,9,4)
124
      Text = ("View")
125
    }
126
    { btnSave Button
127
      MoveScaled(41,65,9,4)
128
      Enabled = False
129
      Text = ("Save")
130
    }
131
    { btnCancel Button
132
      MoveScaled(51,65,9,4)
133
      Text = ("Cancel")
134
    }
135
    { btnDefaults Button
136
      MoveScaled(2,65,9,4)
137
      Text = ("Defaults")
138
    }
139
  }
140
}