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

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

update to 1.9.3
fix fatal error when creating list of updated packages

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)
[4265]28    Enabled = False
[3780]29    Expand = True
30    Mode = Select.None
[3818]31    Sorted = True
32    Header = False
[3798]33    Resizable = True
[3780]34  }
[3818]35  { tlbInfo TextLabel
36    MoveScaled(1,36,53,2)
37    AutoResize = True
[3917]38    Text = ("")
[3818]39    Alignment = Align.Normal
40  }
[3780]41  { hbxBottom HBox
[3818]42    MoveScaled(1,39,53,4)
[3780]43    Spacing = 8
44    { btnHelp Button
[3798]45      MoveScaled(0,0,5,4)
[3780]46      Text = ("&Help")
47    }
48    { Panel2 Panel
[3798]49      MoveScaled(6,0,1,4)
[3780]50      Expand = True
51    }
52    { btnUpgrade Button
[3798]53      MoveScaled(8,0,9,4)
54      Visible = False
[3780]55      Text = ("&Upgrade all")
56    }
[3798]57    { btnRun Button
58      MoveScaled(18,0,9,4)
59      Visible = False
60      Text = ("&Run package manager")
61    }
62    { btnReboot Button
63      MoveScaled(28,0,9,4)
64      Visible = False
65      Text = ("&Reboot now")
66    }
[3780]67    { btnClose Button
68      MoveScaled(44,0,8,4)
69      Text = ("&Close")
70    }
71  }
72}
Note: See TracBrowser for help on using the repository browser.