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