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

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

Upgrading to version 27

File size: 1.5 KB
Line 
1inherited frmNoteIDParents: TfrmNoteIDParents
2 Left = 387
3 Top = 203
4 Caption = 'Attach to Interdisciplinary Note'
5 ClientHeight = 338
6 ClientWidth = 446
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 ExplicitWidth = 454
10 ExplicitHeight = 365
11 PixelsPerInch = 96
12 TextHeight = 13
13 object lblSelectParent: TLabel [0]
14 Left = 5
15 Top = 12
16 Width = 123
17 Height = 13
18 Caption = 'Select a note to attach to:'
19 end
20 object cmdOK: TButton [1]
21 Left = 147
22 Top = 306
23 Width = 75
24 Height = 25
25 Caption = 'OK'
26 TabOrder = 1
27 OnClick = cmdOKClick
28 end
29 object cmdCancel: TButton [2]
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
39 object lstIDParents: TORListBox [3]
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
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
70end
Note: See TracBrowser for help on using the repository browser.