~sebikul/mundus/mundus-git

« back to all changes in this revision

Viewing changes to .src/fStartUp.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,87,63)
 
5
  Text = ("Welcome to Mundus")
 
6
  Icon = Picture["stock/mundus.xpm"]
 
7
  Resizable = False
 
8
  SkipTaskbar = True
 
9
  Arrangement = Arrange.Vertical
 
10
  AutoResize = True
 
11
  Spacing = True
 
12
  Margin = True
 
13
  { HBox1 HBox
 
14
    MoveScaled(0,0,87,19)
 
15
    AutoResize = True
 
16
    Spacing = True
 
17
    { PictureBox1 PictureBox
 
18
      MoveScaled(0,0,18.2857,18.2857)
 
19
      Expand = True
 
20
      Picture = Picture["icon.png"]
 
21
    }
 
22
    { lblTitle Label
 
23
      MoveScaled(20,1,53,13)
 
24
      Font = Font["+9"]
 
25
      AutoResize = True
 
26
    }
 
27
  }
 
28
  { Separator2 Separator
 
29
    MoveScaled(1,18,13,5)
 
30
    Expand = True
 
31
  }
 
32
  { Label2 Label
 
33
    MoveScaled(1,22,15,4)
 
34
    Font = Font["Arial,Bold,+2"]
 
35
    Text = ("Warning:")
 
36
  }
 
37
  { TextLabel1 TextLabel
 
38
    MoveScaled(1,28,84,9)
 
39
    AutoResize = True
 
40
    Text = ("This tool can mess up your configuration if misused, please be sure when pressing the \"Clean\" button. \nAlways make a backup if you think you may later need that data.\n\nI will not be responsible for any data loss that this application may incur.\n\n")
 
41
  }
 
42
  { Panel1 Panel
 
43
    MoveScaled(4,42,11,8)
 
44
    Expand = True
 
45
  }
 
46
  { btnClose Button
 
47
    MoveScaled(66,57,16,4)
 
48
    Text = ("Close")
 
49
  }
 
50
}