source: cprs/branches/foia-cprs/CPRS-Chart/Encounter/fPCEOther.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 1.3 KB
Line 
1object frmPCEOther: TfrmPCEOther
2 Left = 451
3 Top = 201
4 Width = 279
5 Height = 340
6 ActiveControl = cboOther
7 Caption = 'OtherItems'
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 OldCreateOrder = True
15 Position = poScreenCenter
16 OnCreate = FormCreate
17 PixelsPerInch = 96
18 TextHeight = 13
19 object cmdCancel: TButton
20 Left = 190
21 Top = 287
22 Width = 75
23 Height = 22
24 Cancel = True
25 Caption = 'Cancel'
26 TabOrder = 2
27 OnClick = cmdCancelClick
28 end
29 object cmdOK: TButton
30 Left = 110
31 Top = 287
32 Width = 75
33 Height = 22
34 Caption = 'OK'
35 Enabled = False
36 TabOrder = 1
37 OnClick = cmdOKClick
38 end
39 object cboOther: TORComboBox
40 Left = 8
41 Top = 8
42 Width = 257
43 Height = 273
44 Style = orcsSimple
45 AutoSelect = True
46 Caption = 'Other Items'
47 Color = clWindow
48 DropDownCount = 8
49 ItemHeight = 13
50 ItemTipColor = clWindow
51 ItemTipEnable = True
52 ListItemsOnly = False
53 LongList = False
54 MaxLength = 0
55 Pieces = '2'
56 Sorted = False
57 SynonymChars = '<>'
58 TabOrder = 0
59 OnChange = cboOtherChange
60 OnDblClick = cboOtherDblClick
61 end
62end
Note: See TracBrowser for help on using the repository browser.