source: cprs/trunk/CPRS-Chart/fPtSelOptSave.dfm

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

Upgrading to version 27

File size: 2.0 KB
Line 
1inherited frmPtSelOptSave: TfrmPtSelOptSave
2 Left = 452
3 Top = 229
4 BorderStyle = bsDialog
5 ClientHeight = 204
6 ClientWidth = 272
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 PixelsPerInch = 96
10 TextHeight = 13
11 object pnlClinSave: TPanel [0]
12 Left = 0
13 Top = 0
14 Width = 272
15 Height = 204
16 Align = alClient
17 BevelWidth = 2
18 TabOrder = 0
19 object lblClinSettings: TMemo
20 Left = 16
21 Top = 10
22 Width = 245
23 Height = 75
24 TabStop = False
25 BorderStyle = bsNone
26 Color = clBtnFace
27 Font.Charset = DEFAULT_CHARSET
28 Font.Color = clWindowText
29 Font.Height = -11
30 Font.Name = 'MS Sans Serif'
31 Font.Style = [fsBold]
32 ParentFont = False
33 ReadOnly = True
34 TabOrder = 3
35 end
36 object rGrpClinSave: TKeyClickRadioGroup
37 Left = 48
38 Top = 98
39 Width = 177
40 Height = 59
41 Caption = 'Select Desired Clinic Save Option:'
42 Items.Strings = (
43 'Save For All Days of Week'
44 'Save For Current Day Only')
45 TabOrder = 0
46 TabStop = True
47 OnClick = rGrpClinSaveClick
48 end
49 object btnOK: TButton
50 Left = 50
51 Top = 168
52 Width = 75
53 Height = 25
54 Caption = 'OK'
55 TabOrder = 1
56 OnClick = btnOKClick
57 end
58 object btnCancel: TButton
59 Left = 150
60 Top = 168
61 Width = 75
62 Height = 25
63 Cancel = True
64 Caption = 'Cancel'
65 TabOrder = 2
66 OnClick = btnCancelClick
67 end
68 end
69 inherited amgrMain: TVA508AccessibilityManager
70 Data = (
71 (
72 'Component = pnlClinSave'
73 'Status = stsDefault')
74 (
75 'Component = lblClinSettings'
76 'Status = stsDefault')
77 (
78 'Component = rGrpClinSave'
79 'Status = stsDefault')
80 (
81 'Component = btnOK'
82 'Status = stsDefault')
83 (
84 'Component = btnCancel'
85 'Status = stsDefault')
86 (
87 'Component = frmPtSelOptSave'
88 'Status = stsDefault'))
89 end
90end
Note: See TracBrowser for help on using the repository browser.