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
RevLine 
[456]1inherited frmPrintList: TfrmPrintList
2 Left = 364
3 Top = 191
4 Caption = 'Print Selected Items'
[830]5 ClientHeight = 361
6 ClientWidth = 455
[456]7 OnCreate = FormCreate
[830]8 ExplicitLeft = 364
9 ExplicitTop = 191
10 ExplicitWidth = 463
11 ExplicitHeight = 388
[456]12 PixelsPerInch = 96
13 TextHeight = 13
[830]14 object lblListName: TLabel [0]
[456]15 Left = 16
16 Top = 8
17 Width = 54
18 Height = 13
19 Caption = 'lblListName'
20 end
[830]21 object lbIDParents: TORListBox [1]
[456]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
[830]35 Pieces = '2'
[456]36 TabPositions = '30'
37 end
[830]38 object cmdOK: TButton [2]
[456]39 Left = 131
40 Top = 312
41 Width = 75
42 Height = 25
43 Caption = 'OK'
44 TabOrder = 2
45 OnClick = cmdOKClick
46 end
[830]47 object cmdCancel: TButton [3]
[456]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
[830]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
[456]72end
Note: See TracBrowser for help on using the repository browser.