source: cprs/branches/tmg-cprs/CPRS-Chart/Consults/fConsultBSt.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.2 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 = 198
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
80 object DKLanguageController1: TDKLanguageController
81 Left = 280
82 Top = 48
83 LangData = {
84 130066726D436F6E73756C747342795374617475730101000000010000000700
85 43617074696F6E01060000000700706E6C42617365000009006C626C53746174
86 7573010100000002000000070043617074696F6E000700726164536F72740102
87 00000003000000070043617074696F6E0400000005004974656D730009006C73
88 74537461747573010100000005000000070043617074696F6E000500636D644F
89 4B010100000006000000070043617074696F6E000900636D6443616E63656C01
90 0100000007000000070043617074696F6E00}
91 end
92end
Note: See TracBrowser for help on using the repository browser.