source: cprs/trunk/BDK50/BDK32_P50/D2006/fVistaBar.dfm@ 1719

Last change on this file since 1719 was 1678, checked in by healthsevak, 10 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 687 bytes
Line 
1object frmVistABar: TfrmVistABar
2 Left = 200
3 Top = 200
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsNone
6 ClientHeight = 213
7 ClientWidth = 104
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 FormStyle = fsStayOnTop
15 OldCreateOrder = False
16 WindowState = wsMinimized
17 OnActivate = FormActivate
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 PixelsPerInch = 96
21 TextHeight = 13
22 object pmnSysTray: TPopupMenu
23 Left = 24
24 Top = 32
25 object About1: TMenuItem
26 Caption = '&About'
27 OnClick = About1Click
28 end
29 end
30end
Note: See TracBrowser for help on using the repository browser.