source: projects/rpminstall/trunk/src/rpminstall/FProgress.form @ 172

Revision 172, 1002 bytes checked in by kazutaka, 15 years ago (diff)

ボタンサイズを自動調整するように変更
アイコンサイズを調整

Line 
1# Gambas Form File 2.0
2
3{ Form Form
4  MoveScaled(0,0,58,46)
5  Mouse = Mouse.Wait
6  Text = ("")
7  Icon = Picture["rpminstall.png"]
8  Border = Window.Fixed
9  Arrangement = Arrange.Vertical
10  AutoResize = True
11  Spacing = 8
12  Padding = 8
13  { tlbProgress TextLabel
14    MoveScaled(1,1,56,4)
15    AutoResize = True
16    Text = ("<b>Installing RPM packages...</b>")
17    Alignment = Align.Normal
18  }
19  { pgbProgress ProgressBar
20    MoveScaled(1,5,56,4)
21  }
22  { hbxPBottom HBox
23    MoveScaled(1,10,56,4)
24    { tbtDetail ToggleButton
25      MoveScaled(2,0,15,4)
26      Enabled = False
27      Text = ("&Detail")
28      Picture = Picture["icon:/24/forward"]
29    }
30    { Panel1 Panel
31      MoveScaled(24,0,6,4)
32      Expand = True
33    }
34    { btnPrgClose Button
35      MoveScaled(39,0,15,4)
36      Enabled = False
37      Text = ("&Close")
38      Picture = Picture["icon:/24/close"]
39      Default = True
40    }
41  }
42  { txaDetail TextArea
43    MoveScaled(1,15,56,30)
44    Visible = False
45    Text = ("")
46    ReadOnly = True
47  }
48}
Note: See TracBrowser for help on using the repository browser.