~albx79/+junk/myunity-clearer-labels

« back to all changes in this revision

Viewing changes to FMessage.form

  • Committer: Andrea Colangelo
  • Date: 2012-02-26 16:07:30 UTC
  • Revision ID: warp10@ubuntu.com-20120226160730-v5xw8gv2j2wis85w
MyUnity 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gambas Form File 2.0
 
2
 
 
3
{ Form Form
 
4
  Move(0,0,476,224)
 
5
  #(Scaled) = False
 
6
  Font = Font["Ubuntu,11"]
 
7
  Text = ("")
 
8
  Border = Window.Fixed
 
9
  ToolBox = True
 
10
  SkipTaskbar = True
 
11
  { Label1 Label
 
12
    Move(28,161,375,40)
 
13
    Font = Font["Ubuntu,+7"]
 
14
    Text = ("")
 
15
    Alignment = Align.Right
 
16
  }
 
17
  { ButtonCancel Button
 
18
    Move(210,98,105,28)
 
19
    Background = Color.Background
 
20
    Mouse = Mouse.Pointing
 
21
    Text = ("Cancel")
 
22
  }
 
23
  { ButtonContinue Button
 
24
    Move(329,98,105,28)
 
25
    Background = Color.Background
 
26
    Mouse = Mouse.Pointing
 
27
    Text = ("Continue")
 
28
  }
 
29
  { PictureBox1 PictureBox
 
30
    Move(7,79,188,53)
 
31
    Alignment = Align.Center
 
32
  }
 
33
  { TextArea1 TextArea
 
34
    Move(16,16,350,56)
 
35
    Background = Color.Background
 
36
    Text = ("TextArea1")
 
37
    ReadOnly = True
 
38
    Border = False
 
39
    ScrollBar = Scroll.None
 
40
  }
 
41
  { PictureBox2 PictureBox
 
42
    Move(385,14,48,48)
 
43
    Alignment = Align.Center
 
44
  }
 
45
}