1 | object frmTemplateFieldEditor: TfrmTemplateFieldEditor
|
---|
2 | Left = 294
|
---|
3 | Top = 211
|
---|
4 | Width = 640
|
---|
5 | Height = 447
|
---|
6 | BorderIcons = [biSystemMenu, biMaximize]
|
---|
7 | Caption = 'Template Field Editor'
|
---|
8 | Color = clBtnFace
|
---|
9 | Font.Charset = DEFAULT_CHARSET
|
---|
10 | Font.Color = clWindowText
|
---|
11 | Font.Height = -11
|
---|
12 | Font.Name = 'MS Sans Serif'
|
---|
13 | Font.Style = []
|
---|
14 | OldCreateOrder = False
|
---|
15 | Position = poScreenCenter
|
---|
16 | OnCloseQuery = FormCloseQuery
|
---|
17 | OnCreate = FormCreate
|
---|
18 | OnDestroy = FormDestroy
|
---|
19 | OnResize = FormResize
|
---|
20 | PixelsPerInch = 96
|
---|
21 | TextHeight = 13
|
---|
22 | object splLeft: TSplitter
|
---|
23 | Left = 273
|
---|
24 | Top = 25
|
---|
25 | Width = 3
|
---|
26 | Height = 366
|
---|
27 | Cursor = crHSplit
|
---|
28 | Beveled = True
|
---|
29 | end
|
---|
30 | object pnlBottom: TPanel
|
---|
31 | Left = 0
|
---|
32 | Top = 391
|
---|
33 | Width = 632
|
---|
34 | Height = 29
|
---|
35 | Align = alBottom
|
---|
36 | TabOrder = 2
|
---|
37 | DesignSize = (
|
---|
38 | 632
|
---|
39 | 29)
|
---|
40 | object lblReq: TStaticText
|
---|
41 | Left = 132
|
---|
42 | Top = 8
|
---|
43 | Width = 134
|
---|
44 | Height = 17
|
---|
45 | Caption = '* Indicates a Required Field'
|
---|
46 | TabOrder = 5
|
---|
47 | end
|
---|
48 | object btnOK: TButton
|
---|
49 | Left = 392
|
---|
50 | Top = 4
|
---|
51 | Width = 75
|
---|
52 | Height = 21
|
---|
53 | Anchors = [akTop, akRight, akBottom]
|
---|
54 | Caption = 'OK'
|
---|
55 | ModalResult = 1
|
---|
56 | TabOrder = 2
|
---|
57 | OnClick = btnOKClick
|
---|
58 | end
|
---|
59 | object btnCancel: TButton
|
---|
60 | Left = 472
|
---|
61 | Top = 4
|
---|
62 | Width = 75
|
---|
63 | Height = 21
|
---|
64 | Anchors = [akTop, akRight, akBottom]
|
---|
65 | Cancel = True
|
---|
66 | Caption = 'Cancel'
|
---|
67 | ModalResult = 2
|
---|
68 | TabOrder = 3
|
---|
69 | OnClick = btnCancelClick
|
---|
70 | end
|
---|
71 | object btnApply: TButton
|
---|
72 | Left = 552
|
---|
73 | Top = 4
|
---|
74 | Width = 75
|
---|
75 | Height = 21
|
---|
76 | Anchors = [akTop, akRight, akBottom]
|
---|
77 | Caption = 'Apply'
|
---|
78 | TabOrder = 4
|
---|
79 | OnClick = btnApplyClick
|
---|
80 | end
|
---|
81 | object btnPreview: TButton
|
---|
82 | Left = 279
|
---|
83 | Top = 4
|
---|
84 | Width = 75
|
---|
85 | Height = 21
|
---|
86 | Anchors = [akTop, akRight, akBottom]
|
---|
87 | Caption = 'Preview'
|
---|
88 | Enabled = False
|
---|
89 | TabOrder = 1
|
---|
90 | OnClick = btnPreviewClick
|
---|
91 | end
|
---|
92 | object cbHide: TCheckBox
|
---|
93 | Left = 6
|
---|
94 | Top = 6
|
---|
95 | Width = 115
|
---|
96 | Height = 17
|
---|
97 | Caption = 'Hide Inactive Fields'
|
---|
98 | Checked = True
|
---|
99 | State = cbChecked
|
---|
100 | TabOrder = 0
|
---|
101 | OnClick = cbHideClick
|
---|
102 | end
|
---|
103 | end
|
---|
104 | object pnlObjs: TPanel
|
---|
105 | Left = 0
|
---|
106 | Top = 25
|
---|
107 | Width = 273
|
---|
108 | Height = 366
|
---|
109 | Align = alLeft
|
---|
110 | Caption = 'pnlObjs'
|
---|
111 | TabOrder = 0
|
---|
112 | OnResize = pnlObjsResize
|
---|
113 | object lblObjs: TLabel
|
---|
114 | Left = 1
|
---|
115 | Top = 1
|
---|
116 | Width = 271
|
---|
117 | Height = 13
|
---|
118 | Align = alTop
|
---|
119 | Caption = 'Template Fields'
|
---|
120 | end
|
---|
121 | object cbxObjs: TORComboBox
|
---|
122 | Left = 1
|
---|
123 | Top = 14
|
---|
124 | Width = 271
|
---|
125 | Height = 351
|
---|
126 | Style = orcsSimple
|
---|
127 | Align = alClient
|
---|
128 | AutoSelect = True
|
---|
129 | Caption = 'Template Fields'
|
---|
130 | Color = clWindow
|
---|
131 | DropDownCount = 8
|
---|
132 | ItemHeight = 13
|
---|
133 | ItemTipColor = clWindow
|
---|
134 | ItemTipEnable = True
|
---|
135 | ListItemsOnly = True
|
---|
136 | LongList = True
|
---|
137 | LookupPiece = 0
|
---|
138 | MaxLength = 0
|
---|
139 | Pieces = '2,3'
|
---|
140 | HideSynonyms = True
|
---|
141 | Sorted = False
|
---|
142 | SynonymChars = '<Inactive>'
|
---|
143 | TabPositions = '34,45,55,65,75'
|
---|
144 | TabOrder = 0
|
---|
145 | OnChange = cbxObjsChange
|
---|
146 | OnKeyDown = cbxObjsKeyDown
|
---|
147 | OnNeedData = cbxObjsNeedData
|
---|
148 | OnSynonymCheck = cbxObjsSynonymCheck
|
---|
149 | end
|
---|
150 | end
|
---|
151 | object pnlRight: TPanel
|
---|
152 | Left = 276
|
---|
153 | Top = 25
|
---|
154 | Width = 356
|
---|
155 | Height = 366
|
---|
156 | Align = alClient
|
---|
157 | Constraints.MinWidth = 356
|
---|
158 | TabOrder = 1
|
---|
159 | OnResize = FormResize
|
---|
160 | object splBottom: TSplitter
|
---|
161 | Left = 1
|
---|
162 | Top = 278
|
---|
163 | Width = 354
|
---|
164 | Height = 3
|
---|
165 | Cursor = crVSplit
|
---|
166 | Align = alBottom
|
---|
167 | Beveled = True
|
---|
168 | end
|
---|
169 | object pnlPreview: TPanel
|
---|
170 | Left = 1
|
---|
171 | Top = 281
|
---|
172 | Width = 354
|
---|
173 | Height = 84
|
---|
174 | Align = alBottom
|
---|
175 | TabOrder = 1
|
---|
176 | OnResize = FormResize
|
---|
177 | object lblNotes: TLabel
|
---|
178 | Left = 1
|
---|
179 | Top = 1
|
---|
180 | Width = 352
|
---|
181 | Height = 13
|
---|
182 | Align = alTop
|
---|
183 | Caption = 'Notes:'
|
---|
184 | end
|
---|
185 | object reNotes: TRichEdit
|
---|
186 | Left = 1
|
---|
187 | Top = 14
|
---|
188 | Width = 352
|
---|
189 | Height = 69
|
---|
190 | Align = alClient
|
---|
191 | Font.Charset = DEFAULT_CHARSET
|
---|
192 | Font.Color = clWindowText
|
---|
193 | Font.Height = -11
|
---|
194 | Font.Name = 'Courier New'
|
---|
195 | Font.Style = []
|
---|
196 | ParentFont = False
|
---|
197 | PopupMenu = popText
|
---|
198 | ScrollBars = ssBoth
|
---|
199 | TabOrder = 0
|
---|
200 | WantTabs = True
|
---|
201 | OnChange = reNotesChange
|
---|
202 | OnEnter = edtpopControlEnter
|
---|
203 | OnKeyUp = reNotesKeyUp
|
---|
204 | OnResizeRequest = reItemsResizeRequest
|
---|
205 | end
|
---|
206 | end
|
---|
207 | object pnlObjInfo: TPanel
|
---|
208 | Left = 1
|
---|
209 | Top = 1
|
---|
210 | Width = 354
|
---|
211 | Height = 277
|
---|
212 | Align = alClient
|
---|
213 | TabOrder = 0
|
---|
214 | OnResize = FormResize
|
---|
215 | DesignSize = (
|
---|
216 | 354
|
---|
217 | 277)
|
---|
218 | object lblName: TLabel
|
---|
219 | Left = 4
|
---|
220 | Top = 8
|
---|
221 | Width = 31
|
---|
222 | Height = 13
|
---|
223 | Caption = 'Name:'
|
---|
224 | end
|
---|
225 | object lblS2: TLabel
|
---|
226 | Left = 4
|
---|
227 | Top = 75
|
---|
228 | Width = 23
|
---|
229 | Height = 13
|
---|
230 | Caption = 'lblS2'
|
---|
231 | end
|
---|
232 | object lblLM: TLabel
|
---|
233 | Left = 3
|
---|
234 | Top = 194
|
---|
235 | Width = 42
|
---|
236 | Height = 13
|
---|
237 | Hint = 'Text to replace template field when used in List Manager'
|
---|
238 | Anchors = [akLeft, akBottom]
|
---|
239 | Caption = 'LM Text:'
|
---|
240 | ParentShowHint = False
|
---|
241 | ShowHint = True
|
---|
242 | end
|
---|
243 | object lblS1: TLabel
|
---|
244 | Left = 4
|
---|
245 | Top = 53
|
---|
246 | Width = 23
|
---|
247 | Height = 13
|
---|
248 | Caption = 'lblS1'
|
---|
249 | end
|
---|
250 | object lblType: TLabel
|
---|
251 | Left = 4
|
---|
252 | Top = 32
|
---|
253 | Width = 27
|
---|
254 | Height = 13
|
---|
255 | Caption = 'Type:'
|
---|
256 | end
|
---|
257 | object lblTextLen: TLabel
|
---|
258 | Left = 255
|
---|
259 | Top = 31
|
---|
260 | Width = 45
|
---|
261 | Height = 13
|
---|
262 | Anchors = [akTop, akRight]
|
---|
263 | Caption = 'Text Len:'
|
---|
264 | end
|
---|
265 | object lblLength: TLabel
|
---|
266 | Left = 157
|
---|
267 | Top = 31
|
---|
268 | Width = 46
|
---|
269 | Height = 13
|
---|
270 | Anchors = [akTop, akRight]
|
---|
271 | Caption = 'Field Len:'
|
---|
272 | end
|
---|
273 | object lblS3: TLabel
|
---|
274 | Left = 4
|
---|
275 | Top = 97
|
---|
276 | Width = 23
|
---|
277 | Height = 13
|
---|
278 | Caption = 'lblS3'
|
---|
279 | end
|
---|
280 | object lblLine: TLabel
|
---|
281 | Left = 4
|
---|
282 | Top = 152
|
---|
283 | Width = 23
|
---|
284 | Height = 13
|
---|
285 | Caption = 'Line:'
|
---|
286 | end
|
---|
287 | object lblCol: TLabel
|
---|
288 | Left = 4
|
---|
289 | Top = 168
|
---|
290 | Width = 18
|
---|
291 | Height = 13
|
---|
292 | Caption = 'Col:'
|
---|
293 | end
|
---|
294 | object edtName: TCaptionEdit
|
---|
295 | Left = 50
|
---|
296 | Top = 4
|
---|
297 | Width = 300
|
---|
298 | Height = 22
|
---|
299 | Anchors = [akLeft, akTop, akRight]
|
---|
300 | CharCase = ecUpperCase
|
---|
301 | Font.Charset = ANSI_CHARSET
|
---|
302 | Font.Color = clWindowText
|
---|
303 | Font.Height = -11
|
---|
304 | Font.Name = 'Courier New'
|
---|
305 | Font.Style = []
|
---|
306 | MaxLength = 60
|
---|
307 | ParentFont = False
|
---|
308 | PopupMenu = popText
|
---|
309 | TabOrder = 0
|
---|
310 | OnChange = edtNameChange
|
---|
311 | OnEnter = edtpopControlEnter
|
---|
312 | OnExit = edtNameExit
|
---|
313 | Caption = 'Name'
|
---|
314 | end
|
---|
315 | object edtLMText: TCaptionEdit
|
---|
316 | Left = 50
|
---|
317 | Top = 189
|
---|
318 | Width = 300
|
---|
319 | Height = 22
|
---|
320 | Hint = 'Text to replace template field when used in List Manager'
|
---|
321 | Anchors = [akLeft, akRight, akBottom]
|
---|
322 | Font.Charset = ANSI_CHARSET
|
---|
323 | Font.Color = clWindowText
|
---|
324 | Font.Height = -11
|
---|
325 | Font.Name = 'Courier New'
|
---|
326 | Font.Style = []
|
---|
327 | MaxLength = 70
|
---|
328 | ParentFont = False
|
---|
329 | ParentShowHint = False
|
---|
330 | PopupMenu = popText
|
---|
331 | ShowHint = True
|
---|
332 | TabOrder = 7
|
---|
333 | OnChange = edtLMTextChange
|
---|
334 | OnEnter = edtpopControlEnter
|
---|
335 | Caption = 'LM Text'
|
---|
336 | end
|
---|
337 | object cbxType: TORComboBox
|
---|
338 | Left = 50
|
---|
339 | Top = 27
|
---|
340 | Width = 102
|
---|
341 | Height = 21
|
---|
342 | Anchors = [akLeft, akTop, akRight]
|
---|
343 | Style = orcsDropDown
|
---|
344 | AutoSelect = True
|
---|
345 | Caption = 'Type'
|
---|
346 | Color = clWindow
|
---|
347 | DropDownCount = 11
|
---|
348 | Items.Strings = (
|
---|
349 | ''
|
---|
350 | 'E^Edit Box'
|
---|
351 | 'C^Combo Box'
|
---|
352 | 'B^Button'
|
---|
353 | 'X^Check Boxes'
|
---|
354 | 'R^Radio Buttons'
|
---|
355 | 'D^Date'
|
---|
356 | 'N^Number'
|
---|
357 | 'H^Hyperlink'
|
---|
358 | 'W^Word Processing'
|
---|
359 | 'T^Text')
|
---|
360 | ItemHeight = 13
|
---|
361 | ItemTipColor = clWindow
|
---|
362 | ItemTipEnable = True
|
---|
363 | ListItemsOnly = True
|
---|
364 | LongList = False
|
---|
365 | LookupPiece = 0
|
---|
366 | MaxLength = 0
|
---|
367 | Pieces = '2'
|
---|
368 | Sorted = False
|
---|
369 | SynonymChars = '<>'
|
---|
370 | TabOrder = 1
|
---|
371 | OnChange = cbxTypeChange
|
---|
372 | end
|
---|
373 | object edtTextLen: TCaptionEdit
|
---|
374 | Left = 309
|
---|
375 | Top = 27
|
---|
376 | Width = 26
|
---|
377 | Height = 21
|
---|
378 | Anchors = [akTop, akRight]
|
---|
379 | TabOrder = 4
|
---|
380 | Text = '0'
|
---|
381 | OnChange = edtTextLenChange
|
---|
382 | Caption = 'Text Length'
|
---|
383 | end
|
---|
384 | object udTextLen: TUpDown
|
---|
385 | Left = 335
|
---|
386 | Top = 27
|
---|
387 | Width = 15
|
---|
388 | Height = 21
|
---|
389 | Anchors = [akTop, akRight]
|
---|
390 | Associate = edtTextLen
|
---|
391 | Min = 0
|
---|
392 | Max = 240
|
---|
393 | Position = 0
|
---|
394 | TabOrder = 5
|
---|
395 | Wrap = False
|
---|
396 | end
|
---|
397 | object pnlSwap: TPanel
|
---|
398 | Left = 50
|
---|
399 | Top = 49
|
---|
400 | Width = 300
|
---|
401 | Height = 140
|
---|
402 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
403 | BevelOuter = bvNone
|
---|
404 | TabOrder = 6
|
---|
405 | object edtDefault: TCaptionEdit
|
---|
406 | Left = 0
|
---|
407 | Top = 0
|
---|
408 | Width = 300
|
---|
409 | Height = 22
|
---|
410 | Font.Charset = ANSI_CHARSET
|
---|
411 | Font.Color = clWindowText
|
---|
412 | Font.Height = -11
|
---|
413 | Font.Name = 'Courier New'
|
---|
414 | Font.Style = []
|
---|
415 | MaxLength = 70
|
---|
416 | ParentFont = False
|
---|
417 | PopupMenu = popText
|
---|
418 | TabOrder = 2
|
---|
419 | OnChange = edtDefaultChange
|
---|
420 | OnEnter = edtpopControlEnter
|
---|
421 | OnExit = ControlExit
|
---|
422 | Align = alTop
|
---|
423 | Caption = 'Default Value'
|
---|
424 | end
|
---|
425 | object pnlNum: TPanel
|
---|
426 | Left = 0
|
---|
427 | Top = 22
|
---|
428 | Width = 300
|
---|
429 | Height = 22
|
---|
430 | Align = alTop
|
---|
431 | BevelOuter = bvNone
|
---|
432 | TabOrder = 0
|
---|
433 | object lblMin: TLabel
|
---|
434 | Left = 53
|
---|
435 | Top = 4
|
---|
436 | Width = 20
|
---|
437 | Height = 13
|
---|
438 | Caption = 'Min:'
|
---|
439 | end
|
---|
440 | object lblInc: TLabel
|
---|
441 | Left = 207
|
---|
442 | Top = 4
|
---|
443 | Width = 50
|
---|
444 | Height = 13
|
---|
445 | Caption = 'Increment:'
|
---|
446 | end
|
---|
447 | object lblMaxVal: TLabel
|
---|
448 | Left = 129
|
---|
449 | Top = 4
|
---|
450 | Width = 23
|
---|
451 | Height = 13
|
---|
452 | Caption = 'Max:'
|
---|
453 | end
|
---|
454 | object udDefNum: TUpDown
|
---|
455 | Left = 34
|
---|
456 | Top = 0
|
---|
457 | Width = 15
|
---|
458 | Height = 21
|
---|
459 | Associate = edtDefNum
|
---|
460 | Min = -9999
|
---|
461 | Max = 9999
|
---|
462 | Position = 0
|
---|
463 | TabOrder = 1
|
---|
464 | Thousands = False
|
---|
465 | Wrap = False
|
---|
466 | end
|
---|
467 | object edtDefNum: TCaptionEdit
|
---|
468 | Left = 0
|
---|
469 | Top = 0
|
---|
470 | Width = 34
|
---|
471 | Height = 21
|
---|
472 | TabOrder = 0
|
---|
473 | Text = '0'
|
---|
474 | OnChange = edtDefNumChange
|
---|
475 | Caption = 'Default Number'
|
---|
476 | end
|
---|
477 | object udMinVal: TUpDown
|
---|
478 | Left = 110
|
---|
479 | Top = 0
|
---|
480 | Width = 15
|
---|
481 | Height = 21
|
---|
482 | Associate = edtMinVal
|
---|
483 | Min = -9999
|
---|
484 | Max = 9999
|
---|
485 | Position = 0
|
---|
486 | TabOrder = 3
|
---|
487 | Thousands = False
|
---|
488 | Wrap = False
|
---|
489 | end
|
---|
490 | object edtMinVal: TCaptionEdit
|
---|
491 | Left = 76
|
---|
492 | Top = 0
|
---|
493 | Width = 34
|
---|
494 | Height = 21
|
---|
495 | TabOrder = 2
|
---|
496 | Text = '0'
|
---|
497 | OnChange = edtMinValChange
|
---|
498 | Caption = 'Minimum'
|
---|
499 | end
|
---|
500 | object udInc: TUpDown
|
---|
501 | Left = 285
|
---|
502 | Top = 0
|
---|
503 | Width = 15
|
---|
504 | Height = 21
|
---|
505 | Associate = edtInc
|
---|
506 | Min = 1
|
---|
507 | Max = 999
|
---|
508 | Position = 1
|
---|
509 | TabOrder = 7
|
---|
510 | Wrap = False
|
---|
511 | end
|
---|
512 | object edtInc: TCaptionEdit
|
---|
513 | Left = 259
|
---|
514 | Top = 0
|
---|
515 | Width = 26
|
---|
516 | Height = 21
|
---|
517 | TabOrder = 6
|
---|
518 | Text = '1'
|
---|
519 | OnChange = edtIncChange
|
---|
520 | Caption = 'Increment'
|
---|
521 | end
|
---|
522 | object edtMaxVal: TCaptionEdit
|
---|
523 | Left = 155
|
---|
524 | Top = 0
|
---|
525 | Width = 34
|
---|
526 | Height = 21
|
---|
527 | TabOrder = 4
|
---|
528 | Text = '0'
|
---|
529 | OnChange = edtMaxValChange
|
---|
530 | Caption = 'Maimum'
|
---|
531 | end
|
---|
532 | object udMaxVal: TUpDown
|
---|
533 | Left = 189
|
---|
534 | Top = 0
|
---|
535 | Width = 15
|
---|
536 | Height = 21
|
---|
537 | Associate = edtMaxVal
|
---|
538 | Min = -9999
|
---|
539 | Max = 9999
|
---|
540 | Position = 0
|
---|
541 | TabOrder = 5
|
---|
542 | Thousands = False
|
---|
543 | Wrap = False
|
---|
544 | end
|
---|
545 | end
|
---|
546 | object edtURL: TCaptionEdit
|
---|
547 | Left = 0
|
---|
548 | Top = 66
|
---|
549 | Width = 300
|
---|
550 | Height = 22
|
---|
551 | Font.Charset = ANSI_CHARSET
|
---|
552 | Font.Color = clWindowText
|
---|
553 | Font.Height = -11
|
---|
554 | Font.Name = 'Courier New'
|
---|
555 | Font.Style = []
|
---|
556 | MaxLength = 240
|
---|
557 | ParentFont = False
|
---|
558 | PopupMenu = popText
|
---|
559 | TabOrder = 3
|
---|
560 | OnChange = edtURLChange
|
---|
561 | OnEnter = edtpopControlEnter
|
---|
562 | Align = alTop
|
---|
563 | Caption = 'URL'
|
---|
564 | end
|
---|
565 | object reItems: TRichEdit
|
---|
566 | Left = 0
|
---|
567 | Top = 110
|
---|
568 | Width = 300
|
---|
569 | Height = 30
|
---|
570 | Align = alClient
|
---|
571 | Font.Charset = ANSI_CHARSET
|
---|
572 | Font.Color = clWindowText
|
---|
573 | Font.Height = -11
|
---|
574 | Font.Name = 'Courier New'
|
---|
575 | Font.Style = []
|
---|
576 | ParentFont = False
|
---|
577 | PopupMenu = popText
|
---|
578 | ScrollBars = ssBoth
|
---|
579 | TabOrder = 5
|
---|
580 | WantTabs = True
|
---|
581 | OnChange = reItemsChange
|
---|
582 | OnEnter = edtpopControlEnter
|
---|
583 | OnExit = ControlExit
|
---|
584 | OnKeyUp = reNotesKeyUp
|
---|
585 | OnResizeRequest = reItemsResizeRequest
|
---|
586 | OnSelectionChange = reItemsSelectionChange
|
---|
587 | end
|
---|
588 | object cbxDefault: TORComboBox
|
---|
589 | Left = 0
|
---|
590 | Top = 44
|
---|
591 | Width = 300
|
---|
592 | Height = 22
|
---|
593 | Style = orcsDropDown
|
---|
594 | Align = alTop
|
---|
595 | AutoSelect = True
|
---|
596 | Caption = 'Default Selection'
|
---|
597 | Color = clWindow
|
---|
598 | DropDownCount = 8
|
---|
599 | Font.Charset = ANSI_CHARSET
|
---|
600 | Font.Color = clWindowText
|
---|
601 | Font.Height = -11
|
---|
602 | Font.Name = 'Courier New'
|
---|
603 | Font.Style = []
|
---|
604 | ItemHeight = 14
|
---|
605 | ItemTipColor = clWindow
|
---|
606 | ItemTipEnable = True
|
---|
607 | ListItemsOnly = True
|
---|
608 | LongList = False
|
---|
609 | LookupPiece = 0
|
---|
610 | MaxLength = 0
|
---|
611 | ParentFont = False
|
---|
612 | Sorted = False
|
---|
613 | SynonymChars = '<>'
|
---|
614 | TabOrder = 1
|
---|
615 | TabStop = True
|
---|
616 | OnChange = cbxDefaultChange
|
---|
617 | end
|
---|
618 | object pnlDate: TPanel
|
---|
619 | Left = 0
|
---|
620 | Top = 88
|
---|
621 | Width = 300
|
---|
622 | Height = 22
|
---|
623 | Align = alTop
|
---|
624 | BevelOuter = bvNone
|
---|
625 | TabOrder = 4
|
---|
626 | DesignSize = (
|
---|
627 | 300
|
---|
628 | 22)
|
---|
629 | object lblDateType: TLabel
|
---|
630 | Left = 111
|
---|
631 | Top = 4
|
---|
632 | Width = 53
|
---|
633 | Height = 13
|
---|
634 | Anchors = [akTop, akRight]
|
---|
635 | Caption = 'Date Type:'
|
---|
636 | end
|
---|
637 | object edtDateDef: TCaptionEdit
|
---|
638 | Left = 0
|
---|
639 | Top = 0
|
---|
640 | Width = 106
|
---|
641 | Height = 21
|
---|
642 | Anchors = [akLeft, akTop, akRight]
|
---|
643 | MaxLength = 70
|
---|
644 | PopupMenu = popText
|
---|
645 | TabOrder = 0
|
---|
646 | OnChange = edtDefaultChange
|
---|
647 | OnEnter = edtpopControlEnter
|
---|
648 | Caption = 'Default Date'
|
---|
649 | end
|
---|
650 | object cbxDateType: TORComboBox
|
---|
651 | Left = 167
|
---|
652 | Top = 0
|
---|
653 | Width = 133
|
---|
654 | Height = 21
|
---|
655 | Anchors = [akTop, akRight]
|
---|
656 | Style = orcsDropDown
|
---|
657 | AutoSelect = True
|
---|
658 | Caption = 'Date Type'
|
---|
659 | Color = clWindow
|
---|
660 | DropDownCount = 8
|
---|
661 | Items.Strings = (
|
---|
662 | 'D^Date'
|
---|
663 | 'T^Date & Time'
|
---|
664 | 'R^Date & Required Time'
|
---|
665 | 'C^Combo Style'
|
---|
666 | 'Y^Combo Year Only'
|
---|
667 | 'M^Combo Year & Month')
|
---|
668 | ItemHeight = 13
|
---|
669 | ItemTipColor = clWindow
|
---|
670 | ItemTipEnable = True
|
---|
671 | ListItemsOnly = True
|
---|
672 | LongList = False
|
---|
673 | LookupPiece = 0
|
---|
674 | MaxLength = 0
|
---|
675 | Pieces = '2'
|
---|
676 | Sorted = False
|
---|
677 | SynonymChars = '<>'
|
---|
678 | TabOrder = 1
|
---|
679 | OnChange = cbxDateTypeChange
|
---|
680 | end
|
---|
681 | end
|
---|
682 | end
|
---|
683 | object edtLen: TCaptionEdit
|
---|
684 | Left = 214
|
---|
685 | Top = 27
|
---|
686 | Width = 19
|
---|
687 | Height = 21
|
---|
688 | Anchors = [akTop, akRight]
|
---|
689 | TabOrder = 2
|
---|
690 | Text = '1'
|
---|
691 | OnChange = edtLenChange
|
---|
692 | Caption = 'Field Length'
|
---|
693 | end
|
---|
694 | object udLen: TUpDown
|
---|
695 | Left = 233
|
---|
696 | Top = 27
|
---|
697 | Width = 15
|
---|
698 | Height = 21
|
---|
699 | Anchors = [akTop, akRight]
|
---|
700 | Associate = edtLen
|
---|
701 | Min = 1
|
---|
702 | Max = 70
|
---|
703 | Position = 1
|
---|
704 | TabOrder = 3
|
---|
705 | Wrap = False
|
---|
706 | end
|
---|
707 | object gbIndent: TGroupBox
|
---|
708 | Left = 232
|
---|
709 | Top = 213
|
---|
710 | Width = 118
|
---|
711 | Height = 59
|
---|
712 | Anchors = [akLeft, akBottom]
|
---|
713 | Caption = ' Indent '
|
---|
714 | TabOrder = 9
|
---|
715 | object lblIndent: TLabel
|
---|
716 | Left = 10
|
---|
717 | Top = 14
|
---|
718 | Width = 58
|
---|
719 | Height = 13
|
---|
720 | Caption = 'Indent Field:'
|
---|
721 | end
|
---|
722 | object lblPad: TLabel
|
---|
723 | Left = 10
|
---|
724 | Top = 37
|
---|
725 | Width = 57
|
---|
726 | Height = 13
|
---|
727 | Caption = 'Indent Text:'
|
---|
728 | end
|
---|
729 | object edtIndent: TCaptionEdit
|
---|
730 | Left = 72
|
---|
731 | Top = 10
|
---|
732 | Width = 21
|
---|
733 | Height = 21
|
---|
734 | TabOrder = 0
|
---|
735 | Text = '0'
|
---|
736 | OnChange = edtIndentChange
|
---|
737 | Caption = 'Indent Field'
|
---|
738 | end
|
---|
739 | object udIndent: TUpDown
|
---|
740 | Left = 93
|
---|
741 | Top = 10
|
---|
742 | Width = 15
|
---|
743 | Height = 21
|
---|
744 | Associate = edtIndent
|
---|
745 | Min = 0
|
---|
746 | Max = 30
|
---|
747 | Position = 0
|
---|
748 | TabOrder = 1
|
---|
749 | Thousands = False
|
---|
750 | Wrap = False
|
---|
751 | end
|
---|
752 | object udPad: TUpDown
|
---|
753 | Left = 93
|
---|
754 | Top = 33
|
---|
755 | Width = 15
|
---|
756 | Height = 21
|
---|
757 | Associate = edtPad
|
---|
758 | Min = 0
|
---|
759 | Max = 30
|
---|
760 | Position = 0
|
---|
761 | TabOrder = 2
|
---|
762 | Thousands = False
|
---|
763 | Wrap = False
|
---|
764 | end
|
---|
765 | object edtPad: TCaptionEdit
|
---|
766 | Left = 72
|
---|
767 | Top = 33
|
---|
768 | Width = 21
|
---|
769 | Height = 21
|
---|
770 | TabOrder = 3
|
---|
771 | Text = '0'
|
---|
772 | OnChange = edtPadChange
|
---|
773 | Caption = 'Indent Text'
|
---|
774 | end
|
---|
775 | end
|
---|
776 | object gbMisc: TGroupBox
|
---|
777 | Left = 10
|
---|
778 | Top = 213
|
---|
779 | Width = 207
|
---|
780 | Height = 59
|
---|
781 | Anchors = [akLeft, akBottom]
|
---|
782 | Caption = ' Miscellaneous '
|
---|
783 | TabOrder = 8
|
---|
784 | object cbActive: TCheckBox
|
---|
785 | Left = 6
|
---|
786 | Top = 14
|
---|
787 | Width = 67
|
---|
788 | Height = 17
|
---|
789 | BiDiMode = bdLeftToRight
|
---|
790 | Caption = 'Inactive'
|
---|
791 | ParentBiDiMode = False
|
---|
792 | TabOrder = 0
|
---|
793 | OnClick = cbActiveClick
|
---|
794 | end
|
---|
795 | object cbRequired: TCheckBox
|
---|
796 | Left = 6
|
---|
797 | Top = 37
|
---|
798 | Width = 67
|
---|
799 | Height = 17
|
---|
800 | Caption = 'Required'
|
---|
801 | TabOrder = 1
|
---|
802 | OnClick = cbRequiredClick
|
---|
803 | end
|
---|
804 | object cbSepLines: TCheckBox
|
---|
805 | Left = 83
|
---|
806 | Top = 14
|
---|
807 | Width = 99
|
---|
808 | Height = 17
|
---|
809 | Caption = 'Separate Lines'
|
---|
810 | TabOrder = 2
|
---|
811 | OnClick = cbSepLinesClick
|
---|
812 | end
|
---|
813 | object cbExclude: TCheckBox
|
---|
814 | Left = 83
|
---|
815 | Top = 37
|
---|
816 | Width = 118
|
---|
817 | Height = 17
|
---|
818 | Caption = 'Exclude From Note'
|
---|
819 | TabOrder = 3
|
---|
820 | OnClick = cbExcludeClick
|
---|
821 | end
|
---|
822 | end
|
---|
823 | end
|
---|
824 | end
|
---|
825 | object pnlTop: TPanel
|
---|
826 | Left = 0
|
---|
827 | Top = 0
|
---|
828 | Width = 632
|
---|
829 | Height = 25
|
---|
830 | Align = alTop
|
---|
831 | BevelOuter = bvNone
|
---|
832 | TabOrder = 3
|
---|
833 | DesignSize = (
|
---|
834 | 632
|
---|
835 | 25)
|
---|
836 | object MenuBar1: TMenuBar
|
---|
837 | Left = 0
|
---|
838 | Top = 0
|
---|
839 | Width = 23
|
---|
840 | Height = 25
|
---|
841 | Align = alLeft
|
---|
842 | AutoSize = True
|
---|
843 | ButtonHeight = 21
|
---|
844 | ButtonWidth = 43
|
---|
845 | Caption = 'MenuBar1'
|
---|
846 | Flat = True
|
---|
847 | Menu = mnuMain
|
---|
848 | ShowCaptions = True
|
---|
849 | TabOrder = 0
|
---|
850 | end
|
---|
851 | object btnNew: TButton
|
---|
852 | Left = 557
|
---|
853 | Top = 2
|
---|
854 | Width = 75
|
---|
855 | Height = 21
|
---|
856 | Anchors = [akTop, akRight, akBottom]
|
---|
857 | Caption = 'New'
|
---|
858 | TabOrder = 3
|
---|
859 | OnClick = mnuNewClick
|
---|
860 | end
|
---|
861 | object btnCopy: TButton
|
---|
862 | Left = 478
|
---|
863 | Top = 2
|
---|
864 | Width = 75
|
---|
865 | Height = 21
|
---|
866 | Anchors = [akTop, akRight, akBottom]
|
---|
867 | Caption = 'Copy'
|
---|
868 | Enabled = False
|
---|
869 | TabOrder = 2
|
---|
870 | OnClick = mnuCopyClick
|
---|
871 | end
|
---|
872 | object btnDelete: TButton
|
---|
873 | Left = 399
|
---|
874 | Top = 2
|
---|
875 | Width = 75
|
---|
876 | Height = 21
|
---|
877 | Anchors = [akTop, akRight, akBottom]
|
---|
878 | Caption = 'Delete'
|
---|
879 | Enabled = False
|
---|
880 | TabOrder = 1
|
---|
881 | OnClick = mnuDeleteClick
|
---|
882 | end
|
---|
883 | end
|
---|
884 | object mnuMain: TMainMenu
|
---|
885 | Left = 8
|
---|
886 | Top = 64
|
---|
887 | object mnuAction: TMenuItem
|
---|
888 | Caption = '&Action'
|
---|
889 | OnClick = mnuActionClick
|
---|
890 | object mnuNew: TMenuItem
|
---|
891 | Caption = '&New'
|
---|
892 | OnClick = mnuNewClick
|
---|
893 | end
|
---|
894 | object mnuCopy: TMenuItem
|
---|
895 | Caption = '&Copy'
|
---|
896 | OnClick = mnuCopyClick
|
---|
897 | end
|
---|
898 | object mnuDelete: TMenuItem
|
---|
899 | Caption = '&Delete'
|
---|
900 | OnClick = mnuDeleteClick
|
---|
901 | end
|
---|
902 | object mnuPreview: TMenuItem
|
---|
903 | Caption = '&Preview'
|
---|
904 | OnClick = btnPreviewClick
|
---|
905 | end
|
---|
906 | end
|
---|
907 | end
|
---|
908 | object popText: TPopupMenu
|
---|
909 | OnPopup = popTextPopup
|
---|
910 | Left = 339
|
---|
911 | Top = 204
|
---|
912 | object mnuBPUndo: TMenuItem
|
---|
913 | Caption = '&Undo'
|
---|
914 | ShortCut = 16474
|
---|
915 | OnClick = mnuBPUndoClick
|
---|
916 | end
|
---|
917 | object N8: TMenuItem
|
---|
918 | Caption = '-'
|
---|
919 | end
|
---|
920 | object mnuBPCut: TMenuItem
|
---|
921 | Caption = 'Cu&t'
|
---|
922 | ShortCut = 16472
|
---|
923 | OnClick = mnuBPCutClick
|
---|
924 | end
|
---|
925 | object mnuBPCopy: TMenuItem
|
---|
926 | Caption = '&Copy'
|
---|
927 | ShortCut = 16451
|
---|
928 | OnClick = mnuBPCopyClick
|
---|
929 | end
|
---|
930 | object mnuBPPaste: TMenuItem
|
---|
931 | Caption = '&Paste'
|
---|
932 | ShortCut = 16470
|
---|
933 | OnClick = mnuBPPasteClick
|
---|
934 | end
|
---|
935 | object mnuBPSelectAll: TMenuItem
|
---|
936 | Caption = 'Select &All'
|
---|
937 | ShortCut = 16449
|
---|
938 | OnClick = mnuBPSelectAllClick
|
---|
939 | end
|
---|
940 | object N2: TMenuItem
|
---|
941 | Caption = '-'
|
---|
942 | end
|
---|
943 | object mnuBPCheckGrammar: TMenuItem
|
---|
944 | Caption = 'Check &Grammar'
|
---|
945 | ShortCut = 16455
|
---|
946 | OnClick = mnuBPCheckGrammarClick
|
---|
947 | end
|
---|
948 | object mnuBPSpellCheck: TMenuItem
|
---|
949 | Caption = 'Check &Spelling'
|
---|
950 | ShortCut = 16467
|
---|
951 | OnClick = mnuBPSpellCheckClick
|
---|
952 | end
|
---|
953 | object N14: TMenuItem
|
---|
954 | Caption = '-'
|
---|
955 | end
|
---|
956 | object mnuInsertTemplateField: TMenuItem
|
---|
957 | Caption = 'Insert Template &Field'
|
---|
958 | ShortCut = 16454
|
---|
959 | OnClick = mnuInsertTemplateFieldClick
|
---|
960 | end
|
---|
961 | end
|
---|
962 | end
|
---|