source: cprs/branches/tmg-cprs/CPRS-Chart/fPtSelOptSave.dfm@ 1806

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