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 / FEditTVChannels.form @ 348

History | View | Annotate | Download (3.3 kB)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  Move(0,0,777,553)
5
  #(Scaled) = False
6
  Background = Color.TextBackground
7
  Text = ("Edit TV Channels")
8
  Border = Window.Fixed
9
  SkipTaskbar = True
10
  { FrameCommand Frame
11
    Move(7,490,763,56)
12
    Tag = "True|Commands"
13
    Text = ("Commands")
14
    { BtnAdd Button
15
      Move(7,21,98,28)
16
      Enabled = False
17
      Tag = "True|Add|1"
18
      Text = ("Add")
19
    }
20
    { BtnView Button
21
      Move(112,21,98,28)
22
      Enabled = False
23
      Tag = "True|View|2"
24
      Text = ("View")
25
    }
26
    { BtnModify Button
27
      Move(217,21,98,28)
28
      Enabled = False
29
      Tag = "True|Modify|3"
30
      Text = ("Modify")
31
    }
32
    { BtnCopy Button
33
      Move(322,21,98,28)
34
      Enabled = False
35
      Tag = "True|Copy|4"
36
      Text = ("Copy")
37
    }
38
    { BtnDelete Button
39
      Move(427,21,98,28)
40
      Enabled = False
41
      Tag = "True|Delete|5"
42
      Text = ("Delete")
43
    }
44
    { BtnSelect Button
45
      Move(532,21,98,28)
46
      Visible = False
47
      Enabled = False
48
      Tag = "True|Select|7"
49
      Text = ("Select")
50
    }
51
    { BtnPrint Button
52
      Move(658,21,98,28)
53
      Enabled = False
54
      Tag = "True|Print|6"
55
      Text = ("Print")
56
    }
57
  }
58
  { FrameResults Frame
59
    Move(7,77,763,413)
60
    Tag = "True|Results"
61
    Text = ("Resultset")
62
    { ColVw ColumnView
63
      Move(7,21,749,385)
64
      Background = &HFFFFFF&
65
      Tag = "True"
66
      Sorted = True
67
      ScrollBar = Scroll.Vertical
68
    }
69
  }
70
  { FrameFilter Frame
71
    Move(7,0,763,70)
72
    Tag = "True|Filter"
73
    Text = ("Filter")
74
    { Label1 Label
75
      Move(238,14,98,21)
76
      Font = Font["-1"]
77
      Tag = "True|1|Label"
78
      Text = ("Sorting Order")
79
    }
80
    { Label2 Label
81
      Move(7,14,231,21)
82
      Font = Font["-1"]
83
      Tag = "True|0|Label"
84
      Text = ("Channel Name")
85
    }
86
    { Label3 Label
87
      Move(336,14,84,21)
88
      Font = Font["-1"]
89
      Tag = "True|2|Label"
90
      Text = ("Use")
91
    }
92
    { Label4 Label
93
      Move(420,14,154,21)
94
      Font = Font["-1"]
95
      Tag = "True|3|Label"
96
      Text = ("Last Modified")
97
    }
98
    { TxtChannelOrder TextBox
99
      Move(238,35,98,28)
100
      Enabled = False
101
      Font = Font["-1"]
102
      Background = &HFFFFFF&
103
      Tag = "False|1|Text"
104
      Text = ("")
105
    }
106
    { TxtChannelName TextBox
107
      Move(7,35,231,28)
108
      Font = Font["-1"]
109
      Background = &HFFFFFF&
110
      Tag = "False|0|Text"
111
      Text = ("")
112
    }
113
    { IsUsed TextBox
114
      Move(336,35,84,28)
115
      Enabled = False
116
      Font = Font["-1"]
117
      Background = &HFFFFFF&
118
      Tag = "False|2|Boolean"
119
      Text = ("")
120
    }
121
    { TxtModificationDate TextBox
122
      Move(420,35,154,28)
123
      Enabled = False
124
      Font = Font["-1"]
125
      Background = &HFFFFFF&
126
      Tag = "False|3|DateTime"
127
      Text = ("")
128
    }
129
    { BtnFilter Button
130
      Move(714,35,42,28)
131
      Tag = "True|5|Filter|SELECT tv_channels.RecID,tv_channels.ChannelName, tv_channels.ChannelOrder, tv_channels.IsUsed, tv_channels.ModificationDate,users.fullname,tv_channels.BLOBlogo,tv_channels.EXTlogo FROM tv_channels,users WHERE tv_channels.FK_Users = users.id"
132
      Text = ("View")
133
    }
134
    { CmbFullName ComboBox
135
      Move(574,35,133,28)
136
      Font = Font["-1"]
137
      Background = &HFFFFFF&
138
      Tag = "False|4|users|users.fullname"
139
      Text = ("")
140
      ReadOnly = True
141
    }
142
    { Label5 Label
143
      Move(574,14,133,21)
144
      Font = Font["-1"]
145
      Tag = "True|4|Label"
146
      Text = ("Modified By")
147
    }
148
  }
149
}