1 | object frmOptionsNotes: TfrmOptionsNotes
|
---|
2 | Left = 315
|
---|
3 | Top = 258
|
---|
4 | HelpContext = 9210
|
---|
5 | BorderIcons = [biSystemMenu, biHelp]
|
---|
6 | BorderStyle = bsSingle
|
---|
7 | Caption = 'Notes'
|
---|
8 | ClientHeight = 226
|
---|
9 | ClientWidth = 398
|
---|
10 | Color = clBtnFace
|
---|
11 | Font.Charset = DEFAULT_CHARSET
|
---|
12 | Font.Color = clWindowText
|
---|
13 | Font.Height = -11
|
---|
14 | Font.Name = 'MS Sans Serif'
|
---|
15 | Font.Style = []
|
---|
16 | HelpFile = 'CPRSWT.HLP'
|
---|
17 | OldCreateOrder = False
|
---|
18 | Position = poScreenCenter
|
---|
19 | OnCreate = FormCreate
|
---|
20 | OnShow = FormShow
|
---|
21 | PixelsPerInch = 96
|
---|
22 | TextHeight = 13
|
---|
23 | object lblAutoSave1: TLabel
|
---|
24 | Left = 9
|
---|
25 | Top = 14
|
---|
26 | Width = 97
|
---|
27 | Height = 13
|
---|
28 | Caption = 'Interval for autosave'
|
---|
29 | end
|
---|
30 | object lblCosigner: TLabel
|
---|
31 | Left = 9
|
---|
32 | Top = 75
|
---|
33 | Width = 80
|
---|
34 | Height = 13
|
---|
35 | Caption = 'Default cosigner:'
|
---|
36 | end
|
---|
37 | object lblAutoSave2: TLabel
|
---|
38 | Left = 9
|
---|
39 | Top = 28
|
---|
40 | Width = 67
|
---|
41 | Height = 13
|
---|
42 | Caption = 'of notes (sec):'
|
---|
43 | end
|
---|
44 | object lblHTMLViewSize: TLabel
|
---|
45 | Left = 8
|
---|
46 | Top = 144
|
---|
47 | Width = 159
|
---|
48 | Height = 13
|
---|
49 | Caption = 'Formatted Text (HTML) View Size'
|
---|
50 | end
|
---|
51 | object txtAutoSave: TCaptionEdit
|
---|
52 | Left = 9
|
---|
53 | Top = 42
|
---|
54 | Width = 42
|
---|
55 | Height = 21
|
---|
56 | HelpContext = 9213
|
---|
57 | TabOrder = 0
|
---|
58 | Text = '5'
|
---|
59 | OnChange = txtAutoSaveChange
|
---|
60 | OnExit = txtAutoSaveExit
|
---|
61 | OnKeyPress = txtAutoSaveKeyPress
|
---|
62 | end
|
---|
63 | object spnAutoSave: TUpDown
|
---|
64 | Left = 51
|
---|
65 | Top = 42
|
---|
66 | Width = 15
|
---|
67 | Height = 21
|
---|
68 | HelpContext = 9213
|
---|
69 | Associate = txtAutoSave
|
---|
70 | Max = 10000
|
---|
71 | Increment = 5
|
---|
72 | Position = 5
|
---|
73 | TabOrder = 1
|
---|
74 | Thousands = False
|
---|
75 | OnClick = spnAutoSaveClick
|
---|
76 | end
|
---|
77 | object chkVerifyNote: TCheckBox
|
---|
78 | Left = 177
|
---|
79 | Top = 59
|
---|
80 | Width = 169
|
---|
81 | Height = 17
|
---|
82 | HelpContext = 9214
|
---|
83 | Caption = 'Verify note title'
|
---|
84 | TabOrder = 3
|
---|
85 | end
|
---|
86 | object chkAskSubject: TCheckBox
|
---|
87 | Left = 177
|
---|
88 | Top = 30
|
---|
89 | Width = 217
|
---|
90 | Height = 17
|
---|
91 | HelpContext = 9215
|
---|
92 | Caption = 'Ask subject for progress notes'
|
---|
93 | TabOrder = 2
|
---|
94 | end
|
---|
95 | object cboCosigner: TORComboBox
|
---|
96 | Left = 9
|
---|
97 | Top = 88
|
---|
98 | Width = 297
|
---|
99 | Height = 21
|
---|
100 | HelpContext = 9216
|
---|
101 | Style = orcsDropDown
|
---|
102 | AutoSelect = True
|
---|
103 | Caption = 'Default cosigner'
|
---|
104 | Color = clWindow
|
---|
105 | DropDownCount = 8
|
---|
106 | ItemHeight = 13
|
---|
107 | ItemTipColor = clWindow
|
---|
108 | ItemTipEnable = True
|
---|
109 | ListItemsOnly = False
|
---|
110 | LongList = True
|
---|
111 | LookupPiece = 2
|
---|
112 | MaxLength = 0
|
---|
113 | Pieces = '2,3'
|
---|
114 | Sorted = True
|
---|
115 | SynonymChars = '<>'
|
---|
116 | TabOrder = 4
|
---|
117 | OnExit = cboCosignerExit
|
---|
118 | OnNeedData = cboCosignerNeedData
|
---|
119 | CharsNeedMatch = 1
|
---|
120 | end
|
---|
121 | object pnlBottom: TPanel
|
---|
122 | Left = 0
|
---|
123 | Top = 193
|
---|
124 | Width = 398
|
---|
125 | Height = 33
|
---|
126 | HelpContext = 9110
|
---|
127 | Align = alBottom
|
---|
128 | BevelOuter = bvNone
|
---|
129 | ParentColor = True
|
---|
130 | TabOrder = 5
|
---|
131 | object bvlBottom: TBevel
|
---|
132 | Left = 0
|
---|
133 | Top = 0
|
---|
134 | Width = 398
|
---|
135 | Height = 2
|
---|
136 | Align = alTop
|
---|
137 | end
|
---|
138 | object btnOK: TButton
|
---|
139 | Left = 240
|
---|
140 | Top = 7
|
---|
141 | Width = 75
|
---|
142 | Height = 22
|
---|
143 | HelpContext = 9996
|
---|
144 | Caption = 'OK'
|
---|
145 | Default = True
|
---|
146 | ModalResult = 1
|
---|
147 | TabOrder = 0
|
---|
148 | OnClick = btnOKClick
|
---|
149 | end
|
---|
150 | object btnCancel: TButton
|
---|
151 | Left = 321
|
---|
152 | Top = 7
|
---|
153 | Width = 75
|
---|
154 | Height = 22
|
---|
155 | HelpContext = 9997
|
---|
156 | Cancel = True
|
---|
157 | Caption = 'Cancel'
|
---|
158 | ModalResult = 2
|
---|
159 | TabOrder = 1
|
---|
160 | end
|
---|
161 | end
|
---|
162 | object cboHTMLViewSize: TComboBox
|
---|
163 | Left = 8
|
---|
164 | Top = 162
|
---|
165 | Width = 153
|
---|
166 | Height = 21
|
---|
167 | ItemHeight = 13
|
---|
168 | TabOrder = 6
|
---|
169 | Text = '<View Size>'
|
---|
170 | OnChange = cboHTMLViewSizeChange
|
---|
171 | Items.Strings = (
|
---|
172 | 'Smallest'
|
---|
173 | 'Small'
|
---|
174 | 'Medium'
|
---|
175 | 'Large'
|
---|
176 | 'Largest')
|
---|
177 | end
|
---|
178 | object cbDefaultHTMLMode: TCheckBox
|
---|
179 | Left = 8
|
---|
180 | Top = 120
|
---|
181 | Width = 225
|
---|
182 | Height = 17
|
---|
183 | Caption = 'Start notes in Formatted (HTML) Mode'
|
---|
184 | TabOrder = 7
|
---|
185 | OnClick = cbDefaultHTMLModeClick
|
---|
186 | end
|
---|
187 | object DKLanguageController1: TDKLanguageController
|
---|
188 | Left = 352
|
---|
189 | Top = 88
|
---|
190 | LangData = {
|
---|
191 | 0F0066726D4F7074696F6E734E6F746573010200000001000000070043617074
|
---|
192 | 696F6E02000000080048656C7046696C65010F0000000C006C626C4175746F53
|
---|
193 | 61766531010100000003000000070043617074696F6E000B006C626C436F7369
|
---|
194 | 676E6572010100000004000000070043617074696F6E000C006C626C4175746F
|
---|
195 | 5361766532010100000005000000070043617074696F6E000B00747874417574
|
---|
196 | 6F5361766500000B0073706E4175746F5361766500000D0063686B5665726966
|
---|
197 | 794E6F7465010100000006000000070043617074696F6E000D0063686B41736B
|
---|
198 | 5375626A656374010100000007000000070043617074696F6E000B0063626F43
|
---|
199 | 6F7369676E6572010100000008000000070043617074696F6E000900706E6C42
|
---|
200 | 6F74746F6D0000090062766C426F74746F6D0000050062746E4F4B0101000000
|
---|
201 | 09000000070043617074696F6E00090062746E43616E63656C01010000000A00
|
---|
202 | 0000070043617074696F6E000F006C626C48544D4C5669657753697A65010100
|
---|
203 | 00000B000000070043617074696F6E000F0063626F48544D4C5669657753697A
|
---|
204 | 6501020000000D00000005004974656D730C0000000400546578740011006362
|
---|
205 | 44656661756C7448544D4C4D6F646501010000000E000000070043617074696F
|
---|
206 | 6E00}
|
---|
207 | end
|
---|
208 | end
|
---|