Last change
on this file since 872 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
1.5 KB
|
Rev | Line | |
---|
[456] | 1 | inherited frmNoteIDParents: TfrmNoteIDParents
|
---|
| 2 | Left = 387
|
---|
| 3 | Top = 203
|
---|
| 4 | Caption = 'Attach to Interdisciplinary Note'
|
---|
[830] | 5 | ClientHeight = 338
|
---|
| 6 | ClientWidth = 446
|
---|
[456] | 7 | Position = poScreenCenter
|
---|
| 8 | OnCreate = FormCreate
|
---|
[830] | 9 | ExplicitWidth = 454
|
---|
| 10 | ExplicitHeight = 365
|
---|
[456] | 11 | PixelsPerInch = 96
|
---|
| 12 | TextHeight = 13
|
---|
[830] | 13 | object lblSelectParent: TLabel [0]
|
---|
[456] | 14 | Left = 5
|
---|
| 15 | Top = 12
|
---|
| 16 | Width = 123
|
---|
| 17 | Height = 13
|
---|
| 18 | Caption = 'Select a note to attach to:'
|
---|
| 19 | end
|
---|
[830] | 20 | object cmdOK: TButton [1]
|
---|
[456] | 21 | Left = 147
|
---|
| 22 | Top = 306
|
---|
| 23 | Width = 75
|
---|
| 24 | Height = 25
|
---|
| 25 | Caption = 'OK'
|
---|
| 26 | TabOrder = 1
|
---|
| 27 | OnClick = cmdOKClick
|
---|
| 28 | end
|
---|
[830] | 29 | object cmdCancel: TButton [2]
|
---|
[456] | 30 | Left = 237
|
---|
| 31 | Top = 306
|
---|
| 32 | Width = 75
|
---|
| 33 | Height = 25
|
---|
| 34 | Cancel = True
|
---|
| 35 | Caption = 'Cancel'
|
---|
| 36 | TabOrder = 2
|
---|
| 37 | OnClick = cmdCancelClick
|
---|
| 38 | end
|
---|
[830] | 39 | object lstIDParents: TORListBox [3]
|
---|
[456] | 40 | Left = 5
|
---|
| 41 | Top = 31
|
---|
| 42 | Width = 434
|
---|
| 43 | Height = 267
|
---|
| 44 | ItemHeight = 13
|
---|
| 45 | ParentShowHint = False
|
---|
| 46 | ShowHint = True
|
---|
| 47 | TabOrder = 0
|
---|
| 48 | TabWidth = 8
|
---|
| 49 | Caption = 'Select a note to attach to:'
|
---|
| 50 | ItemTipColor = clWindow
|
---|
| 51 | LongList = False
|
---|
| 52 | Pieces = '2'
|
---|
| 53 | TabPositions = '30'
|
---|
| 54 | end
|
---|
[830] | 55 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 56 | Data = (
|
---|
| 57 | (
|
---|
| 58 | 'Component = cmdOK'
|
---|
| 59 | 'Status = stsDefault')
|
---|
| 60 | (
|
---|
| 61 | 'Component = cmdCancel'
|
---|
| 62 | 'Status = stsDefault')
|
---|
| 63 | (
|
---|
| 64 | 'Component = lstIDParents'
|
---|
| 65 | 'Status = stsDefault')
|
---|
| 66 | (
|
---|
| 67 | 'Component = frmNoteIDParents'
|
---|
| 68 | 'Status = stsDefault'))
|
---|
| 69 | end
|
---|
[456] | 70 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.