source: cprs/trunk/CPRS-Chart/Consults/fCsltNote.dfm@ 829

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

Upgrade to version 27

File size: 2.0 KB
Line 
1inherited frmCsltNote: TfrmCsltNote
2 Left = 147
3 Top = 206
4 BorderStyle = bsDialog
5 Caption = 'Select Progress Note'
6 ClientHeight = 189
7 ClientWidth = 398
8 OldCreateOrder = True
9 Position = poScreenCenter
10 PixelsPerInch = 96
11 TextHeight = 13
12 object pnlBase: TORAutoPanel [0]
13 Left = 0
14 Top = 0
15 Width = 398
16 Height = 189
17 Align = alClient
18 BevelOuter = bvNone
19 TabOrder = 0
20 object lblAction: TLabel
21 Left = 12
22 Top = 14
23 Width = 372
24 Height = 16
25 AutoSize = False
26 Caption = 'Select a note for this action:'
27 end
28 object cmdOK: TButton
29 Left = 122
30 Top = 152
31 Width = 75
32 Height = 25
33 Caption = 'OK'
34 Default = True
35 ModalResult = 1
36 TabOrder = 1
37 OnClick = cmdOKClick
38 end
39 object cmdCancel: TButton
40 Left = 203
41 Top = 152
42 Width = 75
43 Height = 25
44 Cancel = True
45 Caption = 'Cancel'
46 ModalResult = 2
47 TabOrder = 2
48 OnClick = cmdCancelClick
49 end
50 object cboCsltNote: TORComboBox
51 Left = 15
52 Top = 32
53 Width = 370
54 Height = 103
55 Style = orcsSimple
56 AutoSelect = True
57 Caption = 'Select a note for this action'
58 Color = clWindow
59 DropDownCount = 8
60 ItemHeight = 13
61 ItemTipColor = clWindow
62 ItemTipEnable = True
63 ListItemsOnly = True
64 LongList = False
65 LookupPiece = 0
66 MaxLength = 0
67 Pieces = '2,3'
68 Sorted = True
69 SynonymChars = '<>'
70 TabOrder = 0
71 CharsNeedMatch = 1
72 end
73 end
74 inherited amgrMain: TVA508AccessibilityManager
75 Data = (
76 (
77 'Component = pnlBase'
78 'Status = stsDefault')
79 (
80 'Component = cmdOK'
81 'Status = stsDefault')
82 (
83 'Component = cmdCancel'
84 'Status = stsDefault')
85 (
86 'Component = cboCsltNote'
87 'Status = stsDefault')
88 (
89 'Component = frmCsltNote'
90 'Status = stsDefault'))
91 end
92end
Note: See TracBrowser for help on using the repository browser.