source: cprs/trunk/CPRS-Chart/Consults/fConsultBSt.dfm@ 456

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

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.7 KB
Line 
1object frmConsultsByStatus: TfrmConsultsByStatus
2 Left = 286
3 Top = 202
4 Width = 316
5 Height = 232
6 BorderIcons = []
7 Caption = 'List Consults by Status'
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 = 308
22 Height = 205
23 Align = alClient
24 BevelOuter = bvNone
25 TabOrder = 0
26 object lblStatus: TLabel
27 Left = 8
28 Top = 8
29 Width = 30
30 Height = 13
31 Caption = 'Status'
32 end
33 object radSort: TRadioGroup
34 Left = 8
35 Top = 148
36 Width = 212
37 Height = 49
38 Caption = 'Sort Order'
39 Items.Strings = (
40 '&Ascending (A-Z)'
41 '&Descending (Z-A)')
42 TabOrder = 1
43 end
44 object lstStatus: TORListBox
45 Left = 8
46 Top = 22
47 Width = 212
48 Height = 118
49 ItemHeight = 13
50 MultiSelect = True
51 ParentShowHint = False
52 ShowHint = True
53 TabOrder = 0
54 Caption = 'Status'
55 ItemTipColor = clWindow
56 LongList = False
57 Pieces = '2'
58 end
59 object cmdOK: TButton
60 Left = 228
61 Top = 149
62 Width = 72
63 Height = 21
64 Caption = 'OK'
65 Default = True
66 TabOrder = 2
67 OnClick = cmdOKClick
68 end
69 object cmdCancel: TButton
70 Left = 228
71 Top = 176
72 Width = 72
73 Height = 21
74 Cancel = True
75 Caption = 'Cancel'
76 TabOrder = 3
77 OnClick = cmdCancelClick
78 end
79 end
80end
Note: See TracBrowser for help on using the repository browser.