source: cprs/trunk/CPRS-Chart/fNoteBD.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 2.5 KB
Line 
1inherited frmNotesByDate: TfrmNotesByDate
2 Left = 544
3 Top = 280
4 BorderIcons = []
5 Caption = 'List Signed Notes by Date Range'
6 ClientHeight = 151
7 ClientWidth = 251
8 OldCreateOrder = True
9 Position = poScreenCenter
10 ExplicitLeft = 544
11 ExplicitTop = 280
12 ExplicitWidth = 259
13 ExplicitHeight = 185
14 PixelsPerInch = 96
15 TextHeight = 13
16 object pnlBase: TORAutoPanel [0]
17 Left = 0
18 Top = 0
19 Width = 251
20 Height = 151
21 Align = alClient
22 BevelOuter = bvNone
23 TabOrder = 0
24 object lblBeginDate: TLabel
25 Left = 8
26 Top = 8
27 Width = 73
28 Height = 13
29 Caption = 'Beginning Date'
30 end
31 object lblEndDate: TLabel
32 Left = 8
33 Top = 51
34 Width = 59
35 Height = 13
36 Caption = 'Ending Date'
37 end
38 object calBeginDate: TORDateBox
39 Left = 8
40 Top = 22
41 Width = 155
42 Height = 21
43 TabOrder = 0
44 OnKeyPress = calBeginDateKeyPress
45 DateOnly = False
46 RequireTime = False
47 Caption = 'Beginning Date'
48 end
49 object calEndDate: TORDateBox
50 Left = 8
51 Top = 65
52 Width = 155
53 Height = 21
54 TabOrder = 1
55 OnKeyPress = calEndDateKeyPress
56 DateOnly = False
57 RequireTime = False
58 Caption = 'Ending Date'
59 end
60 object radSort: TRadioGroup
61 Left = 8
62 Top = 94
63 Width = 155
64 Height = 49
65 Caption = 'Sort Order'
66 Items.Strings = (
67 '&Ascending (oldest first)'
68 '&Descending (newest first)')
69 TabOrder = 2
70 end
71 object cmdOK: TButton
72 Left = 171
73 Top = 22
74 Width = 72
75 Height = 21
76 Caption = 'OK'
77 Default = True
78 TabOrder = 3
79 OnClick = cmdOKClick
80 end
81 object cmdCancel: TButton
82 Left = 171
83 Top = 49
84 Width = 72
85 Height = 21
86 Cancel = True
87 Caption = 'Cancel'
88 TabOrder = 4
89 OnClick = cmdCancelClick
90 end
91 end
92 inherited amgrMain: TVA508AccessibilityManager
93 Data = (
94 (
95 'Component = pnlBase'
96 'Status = stsDefault')
97 (
98 'Component = calBeginDate'
99 'Status = stsDefault')
100 (
101 'Component = calEndDate'
102 'Status = stsDefault')
103 (
104 'Component = radSort'
105 'Status = stsDefault')
106 (
107 'Component = cmdOK'
108 'Status = stsDefault')
109 (
110 'Component = cmdCancel'
111 'Status = stsDefault')
112 (
113 'Component = frmNotesByDate'
114 'Status = stsDefault'))
115 end
116end
Note: See TracBrowser for help on using the repository browser.