source: cprs/trunk/CPRS-Chart/Orders/fOrdersRefill.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 2.9 KB
Line 
1inherited frmRefillOrders: TfrmRefillOrders
2 Left = 181
3 Top = 267
4 Caption = 'Refill Orders'
5 ClientHeight = 284
6 OnClose = FormClose
7 OnCreate = FormCreate
8 OnShow = FormShow
9 ExplicitHeight = 311
10 PixelsPerInch = 96
11 TextHeight = 13
12 object pnlBottom: TPanel [0]
13 Left = 0
14 Top = 200
15 Width = 427
16 Height = 84
17 Align = alBottom
18 BevelOuter = bvNone
19 TabOrder = 0
20 object cmdOK: TButton
21 Left = 234
22 Top = 40
23 Width = 72
24 Height = 21
25 Caption = 'OK'
26 Default = True
27 TabOrder = 0
28 OnClick = cmdOKClick
29 end
30 object cmdCancel: TButton
31 Left = 314
32 Top = 40
33 Width = 72
34 Height = 21
35 Cancel = True
36 Caption = 'Cancel'
37 TabOrder = 1
38 OnClick = cmdCancelClick
39 end
40 object grbPickUp: TGroupBox
41 Left = 42
42 Top = 5
43 Width = 136
44 Height = 75
45 Caption = ' Pick Up '
46 TabOrder = 2
47 object radWindow: TRadioButton
48 Left = 12
49 Top = 17
50 Width = 113
51 Height = 17
52 Caption = 'at &Window'
53 Checked = True
54 TabOrder = 0
55 TabStop = True
56 end
57 object radMail: TRadioButton
58 Left = 12
59 Top = 36
60 Width = 113
61 Height = 17
62 Caption = 'by &Mail'
63 TabOrder = 1
64 end
65 object radClinic: TRadioButton
66 Left = 12
67 Top = 55
68 Width = 113
69 Height = 17
70 Caption = 'in &Clinic'
71 TabOrder = 2
72 end
73 end
74 end
75 object pnlClient: TPanel [1]
76 Left = 0
77 Top = 0
78 Width = 427
79 Height = 200
80 Align = alClient
81 BevelOuter = bvNone
82 TabOrder = 1
83 object lblOrders: TLabel
84 Left = 0
85 Top = 0
86 Width = 181
87 Height = 13
88 Align = alTop
89 Caption = 'Request refills for the following orders -'
90 end
91 object lstOrders: TCaptionListBox
92 Left = 0
93 Top = 17
94 Width = 427
95 Height = 183
96 Align = alClient
97 ItemHeight = 13
98 TabOrder = 0
99 Caption = 'Request refills for the following orders '
100 end
101 end
102 inherited amgrMain: TVA508AccessibilityManager
103 Data = (
104 (
105 'Component = pnlBottom'
106 'Status = stsDefault')
107 (
108 'Component = cmdOK'
109 'Status = stsDefault')
110 (
111 'Component = cmdCancel'
112 'Status = stsDefault')
113 (
114 'Component = grbPickUp'
115 'Status = stsDefault')
116 (
117 'Component = radWindow'
118 'Status = stsDefault')
119 (
120 'Component = radMail'
121 'Status = stsDefault')
122 (
123 'Component = radClinic'
124 'Status = stsDefault')
125 (
126 'Component = pnlClient'
127 'Status = stsDefault')
128 (
129 'Component = lstOrders'
130 'Status = stsDefault')
131 (
132 'Component = frmRefillOrders'
133 'Status = stsDefault'))
134 end
135end
Note: See TracBrowser for help on using the repository browser.