source: projects/update-watch/trunk/src/update-watch/FList.form @ 3922

Revision 3922, 1.4 KB checked in by kazutaka, 13 years ago (diff)

読み込み中のメッセージを追加

RevLine 
[3780]1# Gambas Form File 2.0
2
3{ Form Form
[3917]4  MoveScaled(0,0,63,44)
[3780]5  Text = ("List of updates")
6  Icon = Picture["update-watch.png"]
7  Arrangement = Arrange.Vertical
8  Spacing = 8
9  Padding = 8
10  { hbxTop HBox
11    MoveScaled(1,0,53,8)
[3798]12    AutoResize = True
[3780]13    Spacing = 8
14    { pbxIcon PictureBox
15      MoveScaled(0,1,6,6)
[3922]16      Picture = Picture["icon:/48/refresh"]
[3780]17    }
18    { tlbTitle TextLabel
[3798]19      MoveScaled(8,1,42,5)
[3780]20      Expand = True
[3798]21      AutoResize = True
[3922]22      Text = ("Reading package information...")
23      Alignment = Align.Normal
[3780]24    }
25  }
[3798]26  { cvwPackage ColumnView
[3818]27    MoveScaled(1,9,53,26)
[3780]28    Expand = True
29    Mode = Select.None
[3818]30    Sorted = True
31    Header = False
[3798]32    Resizable = True
[3780]33  }
[3818]34  { tlbInfo TextLabel
35    MoveScaled(1,36,53,2)
36    AutoResize = True
[3917]37    Text = ("")
[3818]38    Alignment = Align.Normal
39  }
[3780]40  { hbxBottom HBox
[3818]41    MoveScaled(1,39,53,4)
[3780]42    Spacing = 8
43    { btnHelp Button
[3798]44      MoveScaled(0,0,5,4)
[3780]45      Text = ("&Help")
46    }
47    { Panel2 Panel
[3798]48      MoveScaled(6,0,1,4)
[3780]49      Expand = True
50    }
51    { btnUpgrade Button
[3798]52      MoveScaled(8,0,9,4)
53      Visible = False
[3780]54      Text = ("&Upgrade all")
55    }
[3798]56    { btnRun Button
57      MoveScaled(18,0,9,4)
58      Visible = False
59      Text = ("&Run package manager")
60    }
61    { btnReboot Button
62      MoveScaled(28,0,9,4)
63      Visible = False
64      Text = ("&Reboot now")
65    }
[3780]66    { btnClose Button
67      MoveScaled(44,0,8,4)
68      Text = ("&Close")
69    }
70  }
71}
Note: See TracBrowser for help on using the repository browser.