source: cprs/trunk/CPRS-Chart/fPrintList.dfm

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 1.5 KB
Line 
1inherited frmPrintList: TfrmPrintList
2 Left = 364
3 Top = 191
4 Caption = 'Print Selected Items'
5 ClientHeight = 361
6 ClientWidth = 455
7 OnCreate = FormCreate
8 ExplicitLeft = 364
9 ExplicitTop = 191
10 ExplicitWidth = 463
11 ExplicitHeight = 388
12 PixelsPerInch = 96
13 TextHeight = 13
14 object lblListName: TLabel [0]
15 Left = 16
16 Top = 8
17 Width = 54
18 Height = 13
19 Caption = 'lblListName'
20 end
21 object lbIDParents: TORListBox [1]
22 Left = 9
23 Top = 22
24 Width = 434
25 Height = 267
26 ItemHeight = 13
27 MultiSelect = True
28 ParentShowHint = False
29 ShowHint = True
30 TabOrder = 0
31 TabWidth = 8
32 Caption = 'Select a list of notes for printing'
33 ItemTipColor = clWindow
34 LongList = False
35 Pieces = '2'
36 TabPositions = '30'
37 end
38 object cmdOK: TButton [2]
39 Left = 131
40 Top = 312
41 Width = 75
42 Height = 25
43 Caption = 'OK'
44 TabOrder = 2
45 OnClick = cmdOKClick
46 end
47 object cmdCancel: TButton [3]
48 Left = 237
49 Top = 312
50 Width = 75
51 Height = 25
52 Cancel = True
53 Caption = 'Cancel'
54 TabOrder = 3
55 OnClick = cmdCancelClick
56 end
57 inherited amgrMain: TVA508AccessibilityManager
58 Data = (
59 (
60 'Component = lbIDParents'
61 'Status = stsDefault')
62 (
63 'Component = cmdOK'
64 'Status = stsDefault')
65 (
66 'Component = cmdCancel'
67 'Status = stsDefault')
68 (
69 'Component = frmPrintList'
70 'Status = stsDefault'))
71 end
72end
Note: See TracBrowser for help on using the repository browser.