source: cprs/trunk/CPRS-Chart/Encounter/fPCEOther.dfm@ 829

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

Upgrade to version 27

File size: 1.6 KB
RevLine 
[829]1inherited frmPCEOther: TfrmPCEOther
[456]2 Left = 451
3 Top = 201
4 ActiveControl = cboOther
5 Caption = 'OtherItems'
[829]6 ClientHeight = 313
7 ClientWidth = 271
[456]8 Position = poScreenCenter
9 OnCreate = FormCreate
[829]10 ExplicitWidth = 279
11 ExplicitHeight = 340
[456]12 PixelsPerInch = 96
13 TextHeight = 13
[829]14 object cmdCancel: TButton [0]
[456]15 Left = 190
16 Top = 287
17 Width = 75
18 Height = 22
19 Cancel = True
20 Caption = 'Cancel'
21 TabOrder = 2
22 OnClick = cmdCancelClick
23 end
[829]24 object cmdOK: TButton [1]
[456]25 Left = 110
26 Top = 287
27 Width = 75
28 Height = 22
29 Caption = 'OK'
30 Enabled = False
31 TabOrder = 1
32 OnClick = cmdOKClick
33 end
[829]34 object cboOther: TORComboBox [2]
[456]35 Left = 8
36 Top = 8
37 Width = 257
38 Height = 273
39 Style = orcsSimple
40 AutoSelect = True
41 Caption = 'Other Items'
42 Color = clWindow
43 DropDownCount = 8
44 ItemHeight = 13
45 ItemTipColor = clWindow
46 ItemTipEnable = True
47 ListItemsOnly = False
48 LongList = False
[829]49 LookupPiece = 0
[456]50 MaxLength = 0
51 Pieces = '2'
52 Sorted = False
53 SynonymChars = '<>'
54 TabOrder = 0
55 OnChange = cboOtherChange
56 OnDblClick = cboOtherDblClick
[829]57 CharsNeedMatch = 1
[456]58 end
[829]59 inherited amgrMain: TVA508AccessibilityManager
60 Data = (
61 (
62 'Component = cmdCancel'
63 'Status = stsDefault')
64 (
65 'Component = cmdOK'
66 'Status = stsDefault')
67 (
68 'Component = cboOther'
69 'Status = stsDefault')
70 (
71 'Component = frmPCEOther'
72 'Status = stsDefault'))
73 end
[456]74end
Note: See TracBrowser for help on using the repository browser.