source: projects/update-watch/tags/1.1.1/src/update-watch/FMain.form @ 175

Revision 175, 1.0 KB checked in by kazutaka, 15 years ago (diff)

update-watch をインポート

Line 
1# Gambas Form File 2.0
2
3{ Form Form
4  MoveScaled(0,0,14,10)
5  Text = ("")
6  Border = Window.Fixed
7  { hMenu Menu
8    Text = ("Menu")
9    { hMenuApply Menu
10      Text = ("&Upgrade all")
11      Picture = Picture["icon:/16/apply"]
12      Enabled = False
13    }
14    { hMenuCheck Menu
15      Text = ("&Check updates")
16      Picture = Picture["icon:/16/refresh"]
17    }
18    { hMenuShow Menu
19      Text = ("&Show list of updates")
20      Picture = Picture["icon:/16/view-detail"]
21      Enabled = False
22    }
23    { Menu2 Menu
24      Text = ("")
25    }
26    { hMenuRun Menu
27      Text = ("&Run package manager")
28      Picture = Picture["icon:/16/package"]
29    }
30    { Menu1 Menu
31      Text = ("")
32    }
33    { hMenuHelp Menu
34      Text = ("&Help")
35      Picture = Picture["icon:/16/help"]
36    }
37    { hMenuQuit Menu
38      Text = ("&Quit")
39      Picture = Picture["icon:/16/close"]
40    }
41  }
42  { tmTimer #Timer
43    #X = 63
44    #Y = 0
45    Enabled = True
46    Delay = 5000
47  }
48  { tiTrayIcon #TrayIcon
49    #X = 8
50    #Y = 0
51    Visible = True
52    Picture = Picture["gray.png"]
53  }
54}
Note: See TracBrowser for help on using the repository browser.