~sebikul/mundus/mundus-git

« back to all changes in this revision

Viewing changes to .src/fSettings.form

  • Committer: Sebastian Kulesz
  • Date: 2014-12-23 04:33:08 UTC
  • Revision ID: git-v1:9c57f4e78e2a2f29e793bed2df1d416b9de71289
Initial import from bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gambas Form File 3.0
 
2
 
 
3
{ Form Form
 
4
  MoveScaled(0,0,107,57)
 
5
  Text = ("Settings")
 
6
  Icon = Picture["icon.png"]
 
7
  Persistent = True
 
8
  Resizable = False
 
9
  Arrangement = Arrange.Fill
 
10
  { IconPanel1 IconPanel
 
11
    MoveScaled(2,3,102,52)
 
12
    Expand = True
 
13
    Arrangement = Arrange.Vertical
 
14
    Spacing = True
 
15
    Margin = True
 
16
    Count = 4
 
17
    Index = 0
 
18
    Text = ("General")
 
19
    Picture = Picture["icon:/32/exec"]
 
20
    { HBox9 HBox
 
21
      MoveScaled(0,0,62,4)
 
22
      Spacing = True
 
23
      { Label8 Label
 
24
        MoveScaled(1,0,30,4)
 
25
        Expand = True
 
26
        AutoResize = True
 
27
        Text = ("Automatically expand submodules:")
 
28
      }
 
29
      { cbAutoExpand ComboBox
 
30
        MoveScaled(48,0,14,4)
 
31
        ReadOnly = True
 
32
        List = [("No"), ("Yes")]
 
33
      }
 
34
    }
 
35
    { HBox10 HBox
 
36
      MoveScaled(0,6,62,4)
 
37
      Spacing = True
 
38
      { Label9 Label
 
39
        MoveScaled(1,0,30,4)
 
40
        Expand = True
 
41
        AutoResize = True
 
42
        Text = ("Enable notifications:")
 
43
      }
 
44
      { cbEnableNotifications ComboBox
 
45
        MoveScaled(48,0,14,4)
 
46
        ReadOnly = True
 
47
        List = [("No"), ("Yes")]
 
48
      }
 
49
    }
 
50
    { HBox11 HBox
 
51
      MoveScaled(0,38,62,4)
 
52
      Spacing = True
 
53
      { Button1 Button
 
54
        MoveScaled(0,0,16,4)
 
55
        Visible = False
 
56
        AutoResize = True
 
57
        Text = ("Reset Warnings")
 
58
      }
 
59
      { btnResetDefaults Button
 
60
        MoveScaled(21,0,23,4)
 
61
        AutoResize = True
 
62
        Text = ("Reset Settings to Default")
 
63
      }
 
64
    }
 
65
    Index = 1
 
66
    Text = ("Backups")
 
67
    Picture = Picture["icon:/32/archive"]
 
68
    { HBox1 HBox
 
69
      MoveScaled(0,0,62,4)
 
70
      Spacing = True
 
71
      { Label2 Label
 
72
        MoveScaled(1,0,30,4)
 
73
        Expand = True
 
74
        AutoResize = True
 
75
        Text = ("Automatically backup when cleaning:")
 
76
      }
 
77
      { cbAutoBackup ComboBox
 
78
        MoveScaled(48,0,14,4)
 
79
        ReadOnly = True
 
80
        List = [("No"), ("Yes")]
 
81
      }
 
82
    }
 
83
    { HBox2 HBox
 
84
      MoveScaled(0,6,62,4)
 
85
      { Label1 Label
 
86
        MoveScaled(0,0,24,4)
 
87
        Expand = True
 
88
        AutoResize = True
 
89
        Text = ("Maximum directory size (KB):")
 
90
      }
 
91
      { vbMaxSize ValueBox
 
92
        MoveScaled(48,0,14,4)
 
93
        ToolTip = ("Set to 0 to always backup")
 
94
      }
 
95
    }
 
96
    Index = 2
 
97
    Text = ("Reports")
 
98
    Picture = Picture["icon:/32/edit"]
 
99
    { HBox5 HBox
 
100
      MoveScaled(0,0,62,4)
 
101
      Spacing = True
 
102
      { Label5 Label
 
103
        MoveScaled(1,0,30,4)
 
104
        Expand = True
 
105
        AutoResize = True
 
106
        Text = ("Enable reports:")
 
107
      }
 
108
      { cbEnableReports ComboBox
 
109
        MoveScaled(33,0,14,4)
 
110
        ReadOnly = True
 
111
        List = [("No"), ("Yes")]
 
112
      }
 
113
    }
 
114
    Index = 3
 
115
    Text = ("Maintenance")
 
116
    Picture = Picture["icon:/32/file-manager"]
 
117
    { HBox6 HBox
 
118
      MoveScaled(0,0,61,4)
 
119
      { Label6 Label
 
120
        MoveScaled(0,0,24,4)
 
121
        Expand = True
 
122
        AutoResize = True
 
123
        Text = ("Total Backups")
 
124
      }
 
125
      { vbTotalBackups ValueBox
 
126
        MoveScaled(47,0,14,4)
 
127
        Value = "0"
 
128
        ReadOnly = True
 
129
      }
 
130
    }
 
131
    { HBox7 HBox
 
132
      MoveScaled(0,6,61,4)
 
133
      { Label7 Label
 
134
        MoveScaled(0,0,24,4)
 
135
        Expand = True
 
136
        AutoResize = True
 
137
        Text = ("Total Reports")
 
138
      }
 
139
      { vbTotalReports ValueBox
 
140
        MoveScaled(47,0,14,4)
 
141
        Value = "0"
 
142
        ReadOnly = True
 
143
      }
 
144
    }
 
145
    { HBox8 HBox
 
146
      MoveScaled(0,12,60,4)
 
147
      Spacing = True
 
148
      { btnCleanBackups Button
 
149
        MoveScaled(0,0,19,4)
 
150
        AutoResize = True
 
151
        Text = ("Clean Backups Folder")
 
152
      }
 
153
      { btnCleanReports Button
 
154
        MoveScaled(20,0,20,4)
 
155
        AutoResize = True
 
156
        Text = ("Clean Reports Folder")
 
157
      }
 
158
    }
 
159
    Index = 0
 
160
  }
 
161
}