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

History | View | Annotate | Download (1.2 kB)

1
# Gambas Form File 2.0
2
3
{ Form Form
4
  MoveScaled(0,0,42,26)
5
  Background = Color.TextBackground
6
  Text = ("Setup")
7
  Icon = Picture["icons/webserver.png"]
8
  Border = Window.Fixed
9
  { Frame1 Frame
10
    MoveScaled(1,0,40,25)
11
    Text = ("Webserver Settings")
12
    { chkDebug CheckBox
13
      MoveScaled(18,14,2,3)
14
      Text = ("")
15
    }
16
    { btnCancel Button
17
      MoveScaled(29,19,9,4)
18
      Text = ("Cancel")
19
    }
20
    { btnSave Button
21
      MoveScaled(18,19,9,4)
22
      Enabled = False
23
      Text = ("Save")
24
    }
25
    { TextLabel2 TextLabel
26
      MoveScaled(2,10,11,3)
27
      Text = ("HTTP Port")
28
    }
29
    { TextLabel1 TextLabel
30
      MoveScaled(2,6,16,3)
31
      Text = ("Document Root")
32
    }
33
    { txtDocRoot TextBox
34
      MoveScaled(18,6,20,3)
35
      Text = ("")
36
    }
37
    { txtHTTPPort TextBox
38
      MoveScaled(18,10,6,3)
39
      Text = ("")
40
    }
41
    { TextLabel3 TextLabel
42
      MoveScaled(21,2,14,3)
43
      Text = ("Module Enabled")
44
    }
45
    { TextLabel4 TextLabel
46
      MoveScaled(2,14,9,3)
47
      Text = ("Debug")
48
    }
49
    { chkEnabled CheckBox
50
      MoveScaled(36,2,2,3)
51
      Text = ("")
52
    }
53
    { btnDefaults Button
54
      MoveScaled(2,19,9,4)
55
      Text = ("Defaults")
56
    }
57
  }
58
}