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

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

Upgrading to version 27

File size: 1.8 KB
Line 
1inherited frmNotesSearchText: TfrmNotesSearchText
2 Left = 473
3 Top = 272
4 BorderIcons = []
5 Caption = 'List Signed Notes by Author'
6 ClientHeight = 123
7 ClientWidth = 331
8 Position = poScreenCenter
9 OnShow = FormShow
10 ExplicitWidth = 339
11 ExplicitHeight = 150
12 DesignSize = (
13 331
14 123)
15 PixelsPerInch = 96
16 TextHeight = 13
17 object lblSearchInfo: TLabel [0]
18 Left = 8
19 Top = 56
20 Width = 221
21 Height = 52
22 Anchors = [akLeft, akTop, akBottom]
23 Caption =
24 'Your current view of notes will be searched for the specified st' +
25 'ring. If you want to search a larger range of notes, you need t' +
26 'o pull up that view prior to searching.'
27 WordWrap = True
28 end
29 object lblAuthor: TLabel [1]
30 Left = 8
31 Top = 8
32 Width = 65
33 Height = 13
34 Caption = 'Search string:'
35 end
36 object edtSearchText: TEdit [2]
37 Left = 8
38 Top = 24
39 Width = 224
40 Height = 21
41 Anchors = [akLeft, akTop, akRight]
42 TabOrder = 0
43 end
44 object cmdOK: TButton [3]
45 Left = 251
46 Top = 24
47 Width = 72
48 Height = 19
49 Anchors = [akLeft, akTop, akRight]
50 Caption = 'OK'
51 Default = True
52 TabOrder = 1
53 OnClick = cmdOKClick
54 end
55 object cmdCancel: TButton [4]
56 Left = 251
57 Top = 49
58 Width = 72
59 Height = 21
60 Anchors = [akLeft, akTop, akRight]
61 Cancel = True
62 Caption = 'Cancel'
63 TabOrder = 2
64 OnClick = cmdCancelClick
65 end
66 inherited amgrMain: TVA508AccessibilityManager
67 Data = (
68 (
69 'Component = edtSearchText'
70 'Status = stsDefault')
71 (
72 'Component = cmdOK'
73 'Status = stsDefault')
74 (
75 'Component = cmdCancel'
76 'Status = stsDefault')
77 (
78 'Component = frmNotesSearchText'
79 'Status = stsDefault'))
80 end
81end
Note: See TracBrowser for help on using the repository browser.