source: cprs/branches/tmg-cprs/CPRS-Chart/Consults/fConsultBD.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 2.7 KB
Line 
1object frmConsultsByDate: TfrmConsultsByDate
2 Left = 372
3 Top = 217
4 Width = 259
5 Height = 178
6 BorderIcons = []
7 Caption = 'List Consults by Date Range'
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 OldCreateOrder = True
15 Position = poScreenCenter
16 PixelsPerInch = 96
17 TextHeight = 13
18 object pnlBase: TORAutoPanel
19 Left = 0
20 Top = 0
21 Width = 251
22 Height = 144
23 Align = alClient
24 BevelOuter = bvNone
25 TabOrder = 0
26 object lblBeginDate: TLabel
27 Left = 8
28 Top = 8
29 Width = 73
30 Height = 13
31 Caption = 'Beginning Date'
32 end
33 object lblEndDate: TLabel
34 Left = 8
35 Top = 51
36 Width = 59
37 Height = 13
38 Caption = 'Ending Date'
39 end
40 object calBeginDate: TORDateBox
41 Left = 8
42 Top = 22
43 Width = 155
44 Height = 21
45 TabOrder = 0
46 DateOnly = False
47 RequireTime = False
48 Caption = 'Beginning Date'
49 end
50 object calEndDate: TORDateBox
51 Left = 8
52 Top = 65
53 Width = 155
54 Height = 21
55 TabOrder = 1
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 = 95
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 = 122
84 Width = 72
85 Height = 21
86 Cancel = True
87 Caption = 'Cancel'
88 TabOrder = 4
89 OnClick = cmdCancelClick
90 end
91 end
92 object DKLanguageController1: TDKLanguageController
93 Left = 216
94 Top = 40
95 LangData = {
96 110066726D436F6E73756C747342794461746501010000000100000007004361
97 7074696F6E01080000000700706E6C4261736500000C006C626C426567696E44
98 617465010100000002000000070043617074696F6E000A006C626C456E644461
99 7465010100000003000000070043617074696F6E000C0063616C426567696E44
100 617465010100000004000000070043617074696F6E000A0063616C456E644461
101 7465010100000005000000070043617074696F6E000700726164536F72740102
102 00000006000000070043617074696F6E0700000005004974656D73000500636D
103 644F4B010100000008000000070043617074696F6E000900636D6443616E6365
104 6C010100000009000000070043617074696F6E00}
105 end
106end
Note: See TracBrowser for help on using the repository browser.