Last change
on this file since 1671 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
1.8 KB
|
Rev | Line | |
---|
[830] | 1 | inherited frmNotesSearchText: TfrmNotesSearchText
|
---|
[456] | 2 | Left = 473
|
---|
| 3 | Top = 272
|
---|
| 4 | BorderIcons = []
|
---|
| 5 | Caption = 'List Signed Notes by Author'
|
---|
[830] | 6 | ClientHeight = 123
|
---|
| 7 | ClientWidth = 331
|
---|
[456] | 8 | Position = poScreenCenter
|
---|
| 9 | OnShow = FormShow
|
---|
[830] | 10 | ExplicitWidth = 339
|
---|
| 11 | ExplicitHeight = 150
|
---|
[456] | 12 | DesignSize = (
|
---|
| 13 | 331
|
---|
| 14 | 123)
|
---|
| 15 | PixelsPerInch = 96
|
---|
| 16 | TextHeight = 13
|
---|
[830] | 17 | object lblSearchInfo: TLabel [0]
|
---|
[456] | 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
|
---|
[830] | 29 | object lblAuthor: TLabel [1]
|
---|
[456] | 30 | Left = 8
|
---|
| 31 | Top = 8
|
---|
| 32 | Width = 65
|
---|
| 33 | Height = 13
|
---|
| 34 | Caption = 'Search string:'
|
---|
| 35 | end
|
---|
[830] | 36 | object edtSearchText: TEdit [2]
|
---|
[456] | 37 | Left = 8
|
---|
| 38 | Top = 24
|
---|
| 39 | Width = 224
|
---|
| 40 | Height = 21
|
---|
| 41 | Anchors = [akLeft, akTop, akRight]
|
---|
| 42 | TabOrder = 0
|
---|
| 43 | end
|
---|
[830] | 44 | object cmdOK: TButton [3]
|
---|
[456] | 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
|
---|
[830] | 55 | object cmdCancel: TButton [4]
|
---|
[456] | 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
|
---|
[830] | 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
|
---|
[456] | 81 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.