~sebikul/mundus/mundus-git

« back to all changes in this revision

Viewing changes to .src/fAbout.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,65,21)
 
5
  Text = ("About")
 
6
  Icon = Picture["icon.png"]
 
7
  Resizable = False
 
8
  Utility = True
 
9
  SkipTaskbar = True
 
10
  { btOK Button
 
11
    MoveScaled(21,16,23,4)
 
12
    Text = ("Ok")
 
13
    Default = True
 
14
    Cancel = True
 
15
  }
 
16
  { lblAbout TextLabel
 
17
    MoveScaled(0,0,65,15)
 
18
    Alignment = Align.Center
 
19
  }
 
20
}